/* Generated by scripts/build-styles.mjs; source-sha256: 92b1e8e3abf9a5bb013874028d51ae7319d88f48ed310f25f21e85e4c77ac565 */
/* tokens.css */
/* JMU Painting — design tokens. Edit values here to change site-wide. */

/* JMU Painting — theme styles
   Pixel-match rebuild of jmupainting.com.

   Design tokens are defined in the :root block below. Component rules
   throughout this file currently use raw values; future edits should
   prefer var(--token) references so site-wide changes are a one-line edit
   here. Legacy --jmu-* names are preserved as aliases for compatibility. */

:root {
	/* ============================================================
	   1. COLOR PALETTE
	   ============================================================ */

	/* Brand */
	--brand-red:           #a00810;
	--brand-red-dark:      #7a0008;
	--brand-charcoal:      #202020;
	--brand-charcoal-soft: #383838;
	--brand-silver:        #c0c0c0;
	--brand-silver-dark:   #8a8d91;
	--brand-silver-light:  #e3e5e8;
	--accent-silver:       var(--brand-silver);
	--white:               #ffffff;
	--black:               #000000;

	--color-primary:       var(--brand-red);       /* CTAs, links, active states */
	--color-primary-hover: var(--brand-red-dark);
	--color-primary-deep:  var(--brand-red-dark);
	--color-primary-alt:   var(--brand-red);
	--color-secondary:     var(--accent-silver);   /* decorative accents */
	--color-secondary-alt: var(--brand-silver-dark);

	/* Text */
	--text-main:    var(--brand-charcoal);       /* body copy */
	--text-strong:  var(--brand-charcoal);       /* headings */
	--text-body:    var(--text-main);
	--text-muted:   var(--brand-charcoal-soft);  /* secondary text and dark surfaces */
	--text-subtle:  #5f6368;
	--text-inverse: var(--white);                /* text on dark backgrounds */

	/* Backgrounds */
	--bg-base:     var(--white);       /* page background */
	--bg-surface:  var(--white);       /* cards, modals */
	--bg-muted:    #f5f6f7;            /* subtle section bg */
	--bg-soft:     #f5f6f7;
	--bg-tint:     #f5f6f7;
	--bg-warm:     #fbf7f1;            /* warmer editorial service sections */
	--bg-warm-strong: #f1e8dc;         /* warm panels and inset surfaces */
	--bg-dark:     var(--brand-charcoal);  /* footer, dark sections */

	/* Borders */
	--border-color:        var(--brand-silver);
	--border-color-strong: var(--brand-silver-dark);
	--border-color-muted:  var(--brand-silver-light);

	/* Semantic / state */
	--color-success: #6fd36f;
	--color-error:   var(--brand-red);
	--color-warning: var(--brand-charcoal-soft);
	--color-info:    #4285f4;

	/* External brand colors (used on social icons) */
	--brand-google:   #4285f4;
	--brand-google-green: #34a853;
	--brand-google-yellow: #fbbc05;
	--brand-google-star: #ffbb29;
	--brand-google-red: #ea4335;
	--brand-facebook: #1877f2;
	--brand-instagram: radial-gradient(circle at 30% 105%, #fdf497 0 8%, #fd5949 43%, #d6249f 63%, #285aeb 100%);
	--brand-review-1: #d987d7;
	--brand-review-2: #8d29a7;
	--brand-review-border: #dba3df;
	--color-rating-star: var(--brand-google-star);
	--gradient-stars: linear-gradient(90deg, var(--brand-red) 0%, var(--brand-silver) 100%);

	/* ============================================================
	   2. TYPOGRAPHY
	   ============================================================ */

	--font-sans:    var(--wp--preset--font-family--sans);
	--font-serif:   var(--wp--preset--font-family--display);
	--font-display: var(--font-serif);
	--font-mono:    ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

	/* Modular scale (base 16px, ratio ~1.2) */
	--text-xs:   0.75rem;    /* 12px */
	--text-sm:   0.875rem;   /* 14px */
	--text-base: 1rem;       /* 16px */
	--text-md:   1.0625rem;  /* 17px — body */
	--text-lg:   1.125rem;   /* 18px */
	--text-xl:   1.25rem;    /* 20px */
	--text-2xl:  1.5rem;     /* 24px */
	--text-3xl:  1.875rem;   /* 30px */
	--text-4xl:  2.25rem;    /* 36px — section headings */
	--text-5xl:  3rem;       /* 48px — hero headings */

	--font-weight-light:    300;
	--font-weight-regular:  400;
	--font-weight-medium:   500;
	--font-weight-semibold: 600;
	--font-weight-bold:     700;
	--font-weight-extrabold: 800;
	--font-weight-black:     900;

	--letter-spacing-brand-wide: 0.08em;
	--letter-spacing-eyebrow:    0.12em;

	--line-height-tight:   1.15;  /* headings */
	--line-height-snug:    1.3;
	--line-height-normal:  1.5;
	--line-height-relaxed: 1.6;   /* body */

	/* ============================================================
	   3. SPACING (4px scale)
	   ============================================================ */

	--space-3xs: 0.25rem;  /* 4px */
	--space-2xs: 0.5rem;   /* 8px */
	--space-xs:  0.75rem;  /* 12px */
	--space-sm:  1rem;     /* 16px */
	--space-md:  1.5rem;   /* 24px */
	--space-lg:  2rem;     /* 32px */
	--space-xl:  3rem;     /* 48px */
	--space-2xl: 4rem;     /* 64px */
	--space-3xl: 6rem;     /* 96px */

	/* ============================================================
	   4. BORDERS & GEOMETRY
	   ============================================================ */

	--radius-sm:   4px;
	--radius-md:   8px;
	--radius-lg:   14px;   /* matches legacy --jmu-radius */
	--radius-xl:   20px;
	--radius-full: 9999px;

	--border-width:    1px;
	--border-width-md: 2px;
	--border-width-lg: 4px;

	/* ============================================================
	   5. SHADOWS & ELEVATION
	   ============================================================ */

	--shadow-sm: 0 1px 2px color-mix(in srgb, var(--black) 6%, transparent);
	--shadow-md: 0 6px 24px color-mix(in srgb, var(--black) 10%, transparent);
	--shadow-lg: 0 18px 60px color-mix(in srgb, var(--black) 22%, transparent);
	--shadow-xl: 0 30px 80px color-mix(in srgb, var(--black) 28%, transparent);

	/* Z-index scale */
	--z-base:     1;
	--z-dropdown: 10;
	--z-sticky:   100;
	--z-fixed:    200;
	--z-overlay:  500;
	--z-modal:    1000;
	--z-toast:    1100;

	/* ============================================================
	   6. BREAKPOINTS (for reference; @media uses literal values)
	   ============================================================ */

	--breakpoint-sm: 640px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 1024px;
	--breakpoint-xl: 1280px;

	/* ============================================================
	   7. TRANSITIONS & MOTION
	   ============================================================ */

	--duration-fast:   150ms;
	--duration-normal: 250ms;
	--duration-slow:   400ms;

	--ease-default: cubic-bezier(0.4, 0, 0.2, 1);
	--ease-in:      cubic-bezier(0.4, 0, 1, 1);
	--ease-out:     cubic-bezier(0, 0, 0.2, 1);
	--ease-in-out:  cubic-bezier(0.4, 0, 0.2, 1);

	/* ============================================================
	   LEGACY ALIASES — keep existing rules working.
	   Prefer the canonical names above in new code.
	   ============================================================ */
	--jmu-red:        var(--color-primary);
	--jmu-red-deep:   var(--color-primary-hover);
	--jmu-red-darker: var(--color-primary-deep);
	--jmu-ink:        var(--text-main);
	--jmu-radius:     var(--radius-lg);
	--jmu-radius-sm:  10px;
	--jmu-shadow:     var(--shadow-md);
	--jmu-shadow-lg:  var(--shadow-lg);
	--jmu-transition: 180ms ease;
}


/* base.css */
/* Base: fonts, body, document defaults, alignment helpers. */

@font-face {
	font-family: "FontAwesome";
	font-display: block;
	src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	font-family: var(--font-sans);
	font-size: var(--text-md);
	line-height: 1.6;
	color: var(--text-main);
	overflow-x: hidden;
}

/* Global accessibility fallback */
:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
img { max-width: 100%; height: auto; }

main { margin: 0; padding: 0; }

/* Sticky footer: on short pages (e.g. Thank You) keep the footer pinned to the
   bottom of the viewport instead of floating up under the content. The block
   theme wraps everything in .wp-site-blocks; let <main> absorb any extra height. */
.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.wp-site-blocks > main {
	flex: 1 0 auto;
}

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

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

/* full-bleed helper */
.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.jmu-page-title-band {
	box-sizing: border-box;
	width: auto;
	max-width: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: var(--color-primary);
	color: var(--text-inverse);
	padding: var(--space-xs) 40px var(--space-sm);
}
.jmu-page-title-band h1 {
	margin: 0;
	color: var(--text-inverse);
	font-size: 42px;
	font-weight: 600;
	line-height: 50.4px;
}
.jmu-page-title-subtitle {
	margin: 0;
	font-size: var(--text-2xl);
	font-weight: 600;
	line-height: 28.8px;
}

/* header.css */
/* Site header, trust strip, primary nav, and mobile menu. */

header.wp-block-template-part:has(> .jmu-site-header),
.jmu-site-header-shell {
	position: sticky;
	top: 0;
	z-index: var(--z-sticky);
}

@supports (overflow: clip) {
	html,
	body {
		overflow-x: clip;
	}
}

.jmu-site-header {
	position: relative;
	z-index: var(--z-sticky);
	background: var(--text-inverse);
	box-shadow: 0 1px 0 color-mix(in srgb, var(--text-main) 10%, transparent);
	transition: box-shadow var(--duration-normal) var(--ease-default);
}

.jmu-site-header > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.jmu-site-header.is-shrunk {
	box-shadow: 0 14px 34px color-mix(in srgb, var(--text-main) 14%, transparent);
}

.jmu-header-top {
	background: var(--text-inverse);
	position: relative;
	z-index: 2;
}

.jmu-header-inner {
	box-sizing: border-box;
	max-width: 1240px;
	min-height: 92px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: var(--space-lg);
	transition: min-height var(--duration-normal) var(--ease-default);
}

.jmu-site-header.is-shrunk .jmu-header-inner {
	min-height: 66px;
}

.jmu-header-brand {
	display: block;
	width: 280px;
	max-width: 30vw;
	text-decoration: none;
	color: inherit;
}

.jmu-header-brand picture {
	display: block;
}

.jmu-header-brand img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: width var(--duration-normal) var(--ease-default);
}

.jmu-site-header.is-shrunk .jmu-header-brand {
	width: 204px;
}

.jmu-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--space-sm);
}

.jmu-header-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-3xs);
	font-family: var(--font-sans);
	white-space: nowrap;
}

.jmu-header-cta__status,
.jmu-mobile-cta__status {
	display: inline-flex;
	align-items: center;
	gap: var(--space-3xs);
	color: var(--text-subtle);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-normal);
}

.jmu-header-cta__status-dot,
.jmu-mobile-cta__status-dot {
	flex: 0 0 var(--space-2xs);
	width: var(--space-2xs);
	height: var(--space-2xs);
	border-radius: var(--radius-full);
	background: var(--text-subtle);
}

.jmu-header-cta__status.is-open .jmu-header-cta__status-dot,
.jmu-mobile-cta.is-open .jmu-mobile-cta__status-dot {
	background: var(--color-success);
}

.jmu-header-cta__status.is-open [data-jmu-hours-status],
.jmu-mobile-cta.is-open [data-jmu-hours-status] {
	color: var(--text-strong);
}

.jmu-header-cta__actions,
.jmu-mobile-cta__actions {
	display: flex;
	align-items: center;
	gap: var(--space-2xs);
}

.jmu-header-cta__button,
.jmu-mobile-cta__button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-3xs);
	min-height: calc(var(--space-lg) + var(--space-xs));
	padding: 0 var(--space-sm);
	border: var(--border-width) solid var(--color-primary);
	border-radius: var(--radius-full);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-normal);
	text-decoration: none;
	transition:
		background-color var(--duration-fast) var(--ease-default),
		border-color var(--duration-fast) var(--ease-default),
		color var(--duration-fast) var(--ease-default);
}

.jmu-header-cta__button--call,
.jmu-mobile-cta__button--call {
	gap: var(--space-2xs);
}

.jmu-header-cta__icon,
.jmu-mobile-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "FontAwesome";
	font-size: var(--text-sm);
	font-weight: var(--font-weight-regular);
	line-height: 1;
}

.jmu-header-cta__icon--phone::before,
.jmu-mobile-cta__icon--phone::before {
	content: "\f095";
}

.jmu-header-cta__icon--message::before,
.jmu-mobile-cta__icon--message::before {
	content: "\f075";
}

.jmu-header-cta__label--mid {
	display: none;
}

.jmu-header-cta__button--call,
.jmu-mobile-cta__button--call {
	background: var(--color-primary);
	color: var(--text-inverse);
}

.jmu-header-cta__button--text,
.jmu-mobile-cta__button--text {
	background: var(--bg-surface);
	color: var(--color-primary);
}

.jmu-header-cta__button:hover,
.jmu-header-cta__button:focus-visible,
.jmu-mobile-cta__button:hover,
.jmu-mobile-cta__button:focus-visible {
	border-color: var(--color-primary-hover);
	color: var(--text-inverse);
	background: var(--color-primary-hover);
}

.jmu-header-cta__button:focus-visible,
.jmu-mobile-cta__button:focus-visible {
	outline: var(--border-width-md) solid var(--color-primary);
	outline-offset: var(--space-3xs);
}

.jmu-site-header.is-shrunk .jmu-header-cta {
	gap: var(--space-3xs);
}

.jmu-site-header.is-shrunk .jmu-header-cta__status {
	font-size: var(--text-xs);
	line-height: var(--line-height-tight);
}

.jmu-site-header.is-shrunk .jmu-header-cta__button {
	min-height: calc(var(--space-lg) + var(--space-2xs));
	padding-inline: var(--space-xs);
	font-size: var(--text-sm);
}

.jmu-site-header.is-shrunk .jmu-header-cta__button--call {
	gap: var(--space-3xs);
}

.jmu-site-header.is-shrunk .jmu-header-cta__icon {
	font-size: var(--text-xs);
}

.jmu-mobile-cta {
	display: none;
}

.jmu-call-label {
	color: var(--text-subtle);
	font-size: var(--text-xs);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-brand-wide);
}

.jmu-nav-bar {
	color: var(--text-strong);
}

.jmu-nav-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	min-width: 0;
}

.jmu-nav-inner a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--text-strong);
	text-decoration: none;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	white-space: nowrap;
	transition: color var(--duration-normal) var(--ease-default);
}

.jmu-nav-inner > a::after,
.jmu-nav-dropdown > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--duration-normal) var(--ease-default);
}

.jmu-nav-inner > a:hover,
.jmu-nav-dropdown > a:hover,
.jmu-nav-inner > a.is-current,
.jmu-nav-dropdown > a.is-current,
.jmu-nav-inner > a:focus-visible,
.jmu-nav-dropdown > a:focus-visible {
	color: var(--color-primary);
}

.jmu-nav-inner > a:focus-visible,
.jmu-nav-dropdown > a:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 8px;
}

.jmu-nav-inner > a:hover::after,
.jmu-nav-dropdown > a:hover::after,
.jmu-nav-inner > a.is-current::after,
.jmu-nav-dropdown > a.is-current::after,
.jmu-nav-inner > a:focus-visible::after,
.jmu-nav-dropdown > a:focus-visible::after {
	transform: scaleX(1);
}

.jmu-nav-caret::before {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: var(--text-xs);
	font-weight: 400;
	margin-left: 5px;
	vertical-align: 0;
}

.jmu-nav-dropdown {
	position: relative;
}

.jmu-nav-dropdown > a {
	cursor: pointer;
}

.jmu-nav-dropdown::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: max(100%, 240px);
	height: 18px;
	transform: translateX(-50%);
	display: none;
	z-index: var(--z-dropdown);
}

.jmu-nav-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	transform: translateX(-50%);
	display: none;
	min-width: 240px;
	padding: var(--space-2xs);
	background: var(--text-inverse);
	border: 1px solid color-mix(in srgb, var(--text-muted) 12%, transparent);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-lg);
	z-index: var(--z-dropdown);
}

.jmu-nav-dropdown:hover .jmu-nav-menu,
.jmu-nav-dropdown:focus-within .jmu-nav-menu {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.jmu-nav-dropdown:hover::after,
.jmu-nav-dropdown:focus-within::after {
	display: block;
}

.jmu-nav-menu a {
	display: block;
	padding: 10px var(--space-xs);
	border-radius: var(--radius-sm);
	font-size: var(--text-sm);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
	white-space: normal;
}

.jmu-nav-menu a:hover,
.jmu-nav-menu a.is-current,
.jmu-nav-menu a:focus-visible {
	background: var(--bg-muted);
	color: var(--color-primary);
}

.jmu-nav-menu a:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

.jmu-assurance-strip {
	box-sizing: border-box;
	max-height: 58px;
	min-height: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(var(--space-lg), 4vw, calc(var(--space-xl) + var(--space-2xs)));
	padding: var(--space-xs) var(--space-md);
	background: var(--color-primary-deep);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
	transition:
		max-height var(--duration-normal) var(--ease-default),
		opacity var(--duration-normal) var(--ease-default),
		padding var(--duration-normal) var(--ease-default);
	overflow: hidden;
}

.jmu-assurance-strip a {
	color: var(--text-inverse);
	text-decoration: none;
}

.jmu-assurance-strip__item {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: var(--space-3xs);
	color: var(--text-inverse);
	white-space: nowrap;
}

.jmu-assurance-strip__item + .jmu-assurance-strip__item::before {
	content: "";
	position: absolute;
	left: calc(clamp(var(--space-lg), 4vw, calc(var(--space-xl) + var(--space-2xs))) / -2);
	top: 50%;
	width: var(--border-width);
	height: 18px;
	background: color-mix(in srgb, var(--white) 20%, transparent);
	transform: translateY(-50%);
}

.jmu-assurance-strip__link:focus-visible {
	outline: var(--border-width-md) solid var(--text-inverse);
	outline-offset: var(--space-3xs);
}

.jmu-header-rating {
	gap: var(--space-2xs);
}

.jmu-assurance-strip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "FontAwesome";
	font-size: var(--text-xs);
	font-weight: var(--font-weight-regular);
	line-height: 1;
}

.jmu-assurance-strip__icon--local::before {
	content: "\f041";
}

.jmu-assurance-strip__icon--insured::before {
	content: "\f3ed";
}

.jmu-stars {
	color: var(--color-rating-star);
	font-family: "FontAwesome";
	display: inline-flex;
	gap: 1px;
	letter-spacing: 0;
}

.jmu-assurance-strip .jmu-stars,
.jmu-assurance-strip .jmu-stars span {
	color: var(--color-rating-star);
}

.jmu-stars span::before {
	content: "\f005";
}

.jmu-site-header.is-shrunk .jmu-assurance-strip {
	max-height: 0;
	min-height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	pointer-events: none;
}

.jmu-mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 var(--space-sm);
	border: 1px solid color-mix(in srgb, var(--text-muted) 18%, transparent);
	border-radius: var(--radius-md);
	background: var(--text-inverse);
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: 700;
	cursor: pointer;
}

.jmu-mobile-menu-toggle:hover,
.jmu-mobile-menu-toggle[aria-expanded="true"],
.jmu-mobile-menu-toggle:focus-visible {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.jmu-mobile-menu-toggle:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

@media (max-width: 1080px) {
	body {
		padding-bottom: calc((var(--space-lg) + var(--space-xs)) + var(--space-md) + env(safe-area-inset-bottom));
	}

	.jmu-header-inner {
		width: min(100% - 32px, 1240px);
	}

	.jmu-header-cta {
		display: none;
	}

	.jmu-mobile-cta {
		box-sizing: border-box;
		position: fixed;
		right: var(--space-sm);
		bottom: var(--space-sm);
		left: var(--space-sm);
		z-index: var(--z-fixed);
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: var(--space-sm);
		padding: var(--space-2xs);
		padding-bottom: calc(var(--space-2xs) + env(safe-area-inset-bottom));
		border: var(--border-width) solid var(--border-color-muted);
		border-radius: var(--radius-full);
		background: var(--bg-surface);
		box-shadow: var(--shadow-md);
		font-family: var(--font-sans);
	}

	.jmu-mobile-cta__status {
		min-width: 0;
		padding-left: var(--space-2xs);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.jmu-mobile-cta__actions {
		justify-content: flex-end;
	}

	.jmu-mobile-cta__button {
		min-width: calc(var(--space-lg) + var(--space-xs));
		padding-inline: var(--space-sm);
	}

	.jmu-nav-inner {
		gap: 18px;
	}

	.jmu-header-brand {
		width: 248px;
	}

	.jmu-nav-inner a {
		font-size: var(--text-sm);
	}
}

@media (max-width: 1180px) and (min-width: 1081px) {
	.jmu-header-cta__label--wide {
		display: none;
	}

	.jmu-header-cta__label--mid {
		display: inline;
	}

	.jmu-header-cta__button {
		padding-inline: var(--space-xs);
	}
}

@media (max-width: 880px) {
	.jmu-header-inner {
		position: relative;
		grid-template-columns: minmax(0, 1fr) auto auto;
		min-height: 82px;
		gap: var(--space-xs);
	}

	.jmu-site-header.is-shrunk .jmu-header-inner {
		min-height: 68px;
	}

	.jmu-header-brand,
	.jmu-site-header.is-shrunk .jmu-header-brand {
		width: 200px;
		max-width: 46vw;
	}

	.jmu-mobile-menu-toggle {
		display: inline-flex;
	}

	.jmu-assurance-strip {
		max-height: none;
		min-height: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: var(--space-3xs) var(--space-xs);
		padding: var(--space-2xs) var(--space-xs);
		font-size: var(--text-xs);
		line-height: var(--line-height-snug);
		text-align: center;
	}

	.jmu-assurance-strip__item {
		min-width: 0;
		white-space: normal;
	}

	.jmu-assurance-strip__item + .jmu-assurance-strip__item::before {
		display: none;
	}

	.jmu-header-rating {
		justify-content: center;
		gap: var(--space-3xs);
	}

	.jmu-nav-bar {
		box-sizing: border-box;
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		z-index: var(--z-dropdown);
		display: none;
		padding: var(--space-sm);
		background: var(--text-inverse);
		border-top: 1px solid color-mix(in srgb, var(--text-muted) 12%, transparent);
		box-shadow: 0 20px 36px color-mix(in srgb, var(--text-main) 16%, transparent);
	}

	.jmu-site-header.is-menu-open .jmu-nav-bar {
		display: block;
	}

	.jmu-nav-inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		max-height: calc(100dvh - 116px);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.jmu-nav-inner a,
	.jmu-nav-menu a {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		width: 100%;
		min-width: 0;
		padding: 13px var(--space-3xs);
		border-bottom: 1px solid color-mix(in srgb, var(--text-muted) 10%, transparent);
		font-size: var(--text-base);
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.jmu-nav-inner > a::after,
	.jmu-nav-dropdown > a::after {
		display: none;
	}

	.jmu-nav-dropdown {
		width: 100%;
	}

	.jmu-nav-menu {
		position: static;
		transform: none;
		display: none;
		flex-direction: column;
		min-width: 0;
		padding: 0 0 0 var(--space-sm);
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.jmu-nav-dropdown::after {
		display: none;
	}

	.jmu-nav-dropdown.is-open .jmu-nav-menu {
		display: flex;
	}

	.jmu-nav-menu a {
		color: var(--text-subtle);
		font-size: var(--text-sm);
	}

	.jmu-page-title-band {
		padding-inline: 20px;
	}

	.jmu-page-title-subtitle {
		font-size: 1.12rem;
		line-height: 1.2;
	}
}

@media (max-width: 420px) {
	.jmu-header-inner {
		width: min(100% - 24px, 1240px);
		gap: var(--space-2xs);
	}

	.jmu-header-brand,
	.jmu-site-header.is-shrunk .jmu-header-brand {
		width: clamp(180px, 58vw, 220px);
		max-width: 58vw;
	}

	.jmu-mobile-menu-toggle {
		min-height: 44px;
		padding-inline: var(--space-2xs);
	}

	.jmu-mobile-menu-toggle::before {
		content: "\f0c9";
		font-family: "FontAwesome";
		font-size: var(--text-base);
		font-weight: 400;
		line-height: 1;
	}

	.jmu-mobile-menu-toggle span {
		display: none;
	}
}

/* hero.css */
/* Homepage hero band: headline, proof chips, phone/hours, and estimate form. */

.jmu-hero-full {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	background: url("../img/hero-home.jpg") center 60% / cover no-repeat;
	color: var(--text-inverse);
	position: relative;
}

.jmu-hero-overlay {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--text-main) 68%, transparent), color-mix(in srgb, var(--text-main) 44%, transparent) 34%, color-mix(in srgb, var(--text-main) 12%, transparent) 62%, color-mix(in srgb, var(--text-main) 4%, transparent)),
		linear-gradient(180deg, color-mix(in srgb, var(--text-main) 5%, transparent), color-mix(in srgb, var(--text-main) 8%, transparent));
	box-sizing: border-box;
	min-height: clamp(560px, calc(86vh - 140px), 760px);
	display: flex;
	align-items: center;
	padding: 44px 40px 54px;
}

.jmu-hero-inner {
	box-sizing: border-box;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 430px);
	gap: clamp(44px, 6vw, 84px);
	align-items: center;
}

.jmu-hero-copy {
	min-width: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.jmu-hero-copy h1 {
	max-width: 720px;
	margin: 0 0 var(--space-md);
	padding: 0;
	color: var(--text-inverse);
	font-family: var(--font-serif);
	font-size: 3.875rem;
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: 0;
	text-shadow: 0 3px 8px color-mix(in srgb, var(--black) 40%, transparent);
}

.jmu-hero-headline-main,
.jmu-hero-proof-line {
	display: block;
}

.jmu-hero-proof-line {
	margin-top: var(--space-xs);
	font-size: var(--text-4xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
}

.jmu-hero-brand-accent {
	display: inline-block;
	font-style: italic;
	font-weight: 800;
	transform: skewX(-4deg);
	transform-origin: left bottom;
}

.jmu-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs);
	max-width: 680px;
	margin: 0 0 var(--space-md);
}

.jmu-hero-points p {
	margin: 0;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 36%, transparent);
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--white) 14%, transparent);
	backdrop-filter: blur(8px);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-md);
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0 1px 2px color-mix(in srgb, var(--black) 28%, transparent);
}

.jmu-hero-call {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-3xs);
	margin: 0 0 var(--space-xs);
}

.jmu-hero-call .jmu-call-label {
	color: color-mix(in srgb, var(--white) 92%, transparent);
	font-size: var(--text-sm);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: 0 1px 2px color-mix(in srgb, var(--black) 35%, transparent);
}

.jmu-hero-phone {
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-4xl);
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	text-shadow: 0 1px 2px color-mix(in srgb, var(--black) 35%, transparent);
}

.jmu-hero-phone:hover {
	text-decoration: underline;
}

.jmu-hero-hours {
	min-height: 22px;
	margin: 0;
	color: var(--text-inverse);
	font-size: var(--text-md);
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0 1px 2px color-mix(in srgb, var(--black) 35%, transparent);
}

.jmu-hero-hours__copy {
	margin-bottom: 7px;
}

.jmu-hero-hours-status {
	color: var(--text-inverse);
}

.jmu-hero-hours.is-open .jmu-hero-hours-status {
	color: var(--color-success);
}

.jmu-hero-hours.is-closed .jmu-hero-hours-status {
	color: color-mix(in srgb, var(--color-primary) 45%, var(--white));
}

.jmu-hero-hours__track {
	position: relative;
	width: min(100%, 300px);
	height: 8px;
	overflow: visible;
	background: color-mix(in srgb, var(--white) 34%, transparent);
	border: 1px solid color-mix(in srgb, var(--white) 48%, transparent);
	border-radius: var(--radius-full);
	box-shadow: var(--shadow-sm);
}

.jmu-hero-hours__fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	background: var(--gradient-stars);
	border-radius: inherit;
	transition: width var(--duration-normal) var(--ease-default);
}

.jmu-hero-hours__roller {
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	transform: translate(-25%, -50%) rotate(-90deg);
	background: url("../img/paint-roller.svg") center / contain no-repeat;
	filter: drop-shadow(0 1px 1px color-mix(in srgb, var(--black) 28%, transparent));
	transition: left var(--duration-normal) var(--ease-default);
	z-index: 1;
}

.jmu-hero-hours__roller::before {
	content: none;
}

.jmu-hero-hours__roller::after {
	content: none;
}

.jmu-hero-hours.is-closed .jmu-hero-hours__track {
	background: color-mix(in srgb, var(--white) 20%, transparent);
	border-color: color-mix(in srgb, var(--white) 32%, transparent);
}

.jmu-hero-hours.is-closed .jmu-hero-hours__fill {
	background: transparent;
}

.jmu-hero-hours.is-closed .jmu-hero-hours__roller {
	opacity: 0.78;
	filter: grayscale(0.3);
}

.jmu-hero-form-panel {
	box-sizing: border-box;
	align-self: center;
	justify-self: stretch;
	min-height: 0;
	padding: 28px;
	display: flex;
	flex-direction: column;
	background: color-mix(in srgb, var(--white) 98%, transparent);
	color: var(--text-strong);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 72%, transparent);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-md);
}

.jmu-hero-form-panel h2 {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	color: var(--text-strong);
	font-family: var(--font-serif);
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 1.15;
	text-align: left;
}

.jmu-hero-form-note {
	margin: 0 0 18px;
	color: var(--text-subtle);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: 600;
	line-height: 1.35;
}

.jmu-form-compact {
	width: 100%;
	max-width: none;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.jmu-form-compact .jmu-hero-field {
	box-sizing: border-box;
	margin: 0 0 14px;
	padding: 0;
	text-align: left;
}

.jmu-form-compact .jmu-hero-field:first-of-type {
	margin-top: 0;
}

.jmu-form-compact label {
	display: block;
	margin: 0 0 5px;
	color: var(--text-strong);
	font-size: var(--text-sm);
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-brand-wide);
	text-shadow: none;
}

.jmu-form-compact .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.jmu-form-compact label span {
	color: var(--color-primary);
	margin-left: 0.15rem;
}

.jmu-form-compact input:not([type="radio"]),
.jmu-form-compact select {
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 13px;
	border: 1px solid color-mix(in srgb, var(--text-strong) 18%, transparent);
	border-radius: var(--radius-md);
	background: var(--text-inverse);
	color: var(--text-main);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	line-height: 46px;
}

.jmu-form-compact input::placeholder {
	color: var(--text-subtle);
	font-size: var(--text-base);
	font-weight: 400;
	opacity: 1;
}

.jmu-form-compact select:invalid {
	color: var(--text-subtle);
}

.jmu-form-compact input:not([type="radio"]):focus,
.jmu-form-compact select:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 16%, transparent);
}

.jmu-hero-service-options {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin: 0;
	padding: 0;
	border: 0;
}

.jmu-hero-service-options legend {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	color: var(--text-strong);
	font-size: var(--text-sm);
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-brand-wide);
}

.jmu-hero-service-options legend span {
	color: var(--color-primary);
	margin-left: 0.15rem;
}

.jmu-form-compact .jmu-hero-service-option {
	position: relative;
	flex: 1 1 calc(50% - var(--space-2xs));
	display: block;
	margin: 0;
	cursor: pointer;
}

.jmu-hero-service-option input[type="radio"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.jmu-form-compact .jmu-hero-service-option__label {
	box-sizing: border-box;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width) solid color-mix(in srgb, var(--text-strong) 18%, transparent);
	border-radius: var(--radius-full);
	background: var(--white);
	color: var(--text-main);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
	transition: background var(--duration-normal) var(--ease-default), border-color var(--duration-normal) var(--ease-default), color var(--duration-normal) var(--ease-default), box-shadow var(--duration-normal) var(--ease-default);
}

.jmu-form-compact .jmu-hero-service-option input[type="radio"]:checked + .jmu-hero-service-option__label {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--text-inverse);
}

.jmu-form-compact .jmu-hero-service-option input[type="radio"]:focus-visible + .jmu-hero-service-option__label {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 16%, transparent);
}

.jmu-form-compact .jmu-turnstile-field {
	box-sizing: border-box;
	width: 100%;
	margin: 4px 0 12px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

.jmu-form-compact button[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	height: 48px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: var(--radius-md);
	background: var(--color-primary);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--color-primary) 24%, transparent);
	transition: background var(--duration-normal) var(--ease-default), transform var(--duration-normal) var(--ease-default);
}

.jmu-form-compact button[type="submit"]:hover {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-form-compact button[type="submit"]:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--color-primary) 60%, var(--white));
	outline-offset: 2px;
}

.jmu-hero-phone:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 3px;
	border-radius: var(--radius-sm);
}

.jmu-form-compact .jmu-honeypot {
	position: fixed;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.jmu-form-compact[aria-busy="true"] {
	cursor: progress;
}

.jmu-form-compact button[type="submit"][disabled] {
	cursor: not-allowed;
	opacity: 0.76;
	transform: none;
}

.jmu-form-compact .jmu-form-msg {
	margin-top: 0.75rem;
	padding: 0.6rem 0.85rem;
	border-radius: var(--radius-md);
	display: none;
	font-size: 0.9rem;
}

.jmu-form-compact .jmu-form-msg.is-ok {
	display: block;
	background: color-mix(in srgb, var(--color-success) 18%, transparent);
	color: color-mix(in srgb, var(--color-success) 35%, var(--text-strong));
}

.jmu-form-compact .jmu-form-msg.is-error {
	display: block;
	background: color-mix(in srgb, var(--color-primary) 12%, transparent);
	color: var(--color-primary);
}

@media (max-width: 880px) {
	.jmu-hero-overlay {
		min-height: 0;
		display: block;
		padding: 28px 14px 40px;
	}

	.jmu-hero-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.jmu-hero-copy {
		text-align: center;
		align-items: center;
	}

	.jmu-hero-copy h1 {
		max-width: 520px;
		margin-bottom: 14px;
		font-size: 2.75rem;
		line-height: 1;
	}

	.jmu-hero-proof-line {
		font-size: var(--text-2xl);
	}

	.jmu-hero-points {
		justify-content: center;
		gap: 8px;
		margin-bottom: 12px;
	}

	.jmu-hero-points p {
		padding: 8px 12px;
		font-size: var(--text-sm);
	}

	.jmu-hero-phone {
		font-size: var(--text-2xl);
	}

	.jmu-hero-call {
		align-items: center;
		margin-bottom: 8px;
	}

	.jmu-hero-hours {
		font-size: var(--text-sm);
	}

	.jmu-hero-hours__track {
		margin: 0 auto;
	}

	.jmu-hero-form-panel {
		width: min(100%, 440px);
		max-width: 100%;
		margin: 0 auto;
		padding: 18px;
	}
}

@media (max-width: 420px) {
	.jmu-hero-overlay {
		padding-top: 30px;
	}

	.jmu-hero-form-panel h2 {
		font-size: var(--text-2xl);
	}
}

@media (min-width: 881px) and (max-width: 1120px) {
	.jmu-hero-copy h1 {
		font-size: 3.25rem;
	}

	.jmu-hero-proof-line,
	.jmu-hero-phone {
		font-size: var(--text-3xl);
	}
}

@media (min-width: 1121px) {
	.jmu-hero-full + .wp-block-group,
	.jmu-hero-full + .jmu-intro-section {
		margin-block-start: 0 !important;
	}
}

/* home.css */
/* Homepage sections: helpers, intro, Why JMU band, services, call card. */

/* ---------- Generic helpers ---------- */
.jmu-section { padding-block: clamp(3rem, 6vw, 5rem); }
.jmu-eyebrow {
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-weight: 600;
	letter-spacing: var(--letter-spacing-eyebrow);
	text-transform: uppercase;
	font-size: 0.85rem;
	display: block;
	margin-bottom: var(--space-2xs);
}
.jmu-btn {
	display: inline-block;
	box-sizing: border-box;
	background: var(--color-primary);
	color: var(--text-inverse);
	padding: 0.85rem 1.65rem;
	border-radius: var(--radius-full);
	font-weight: 600;
	font-family: var(--font-sans);
	text-decoration: none;
	transition: background var(--duration-normal) var(--ease-default), transform var(--duration-normal) var(--ease-default);
	border: none;
	cursor: pointer;
	font-size: 0.95rem;
}
.jmu-btn:hover,
.jmu-btn:focus-visible {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}
.jmu-btn:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-btn-on-red {
	background: var(--text-inverse);
	color: var(--color-primary);
}
.jmu-btn-on-red:hover,
.jmu-btn-on-red:focus-visible {
	background: var(--bg-soft);
	color: var(--color-primary-hover);
}

/* ---------- Intro ---------- */
.jmu-intro-section {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: 72px 40px !important;
	background: var(--bg-base);
}
.jmu-intro {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
	gap: var(--space-2xl);
	align-items: center;
	max-width: 1185px;
	margin: 0 auto;
	text-align: left;
}
.jmu-intro__media {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--bg-surface);
	border: 1px solid color-mix(in srgb, var(--color-primary) 14%, transparent);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-lg);
	aspect-ratio: 4 / 5;
}
.jmu-intro__media::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 1;
	width: 8px;
	background: var(--color-primary);
	pointer-events: none;
}
.jmu-intro__media img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	object-position: center top;
	filter: brightness(1.05) contrast(0.96) saturate(0.94);
}
.jmu-intro__copy {
	position: relative;
	z-index: 1;
	max-width: 590px;
	padding-left: 44px;
	border-left: 0;
}
.jmu-intro__copy::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 1px;
	height: 72%;
	max-height: 320px;
	background: color-mix(in srgb, var(--color-primary) 18%, transparent);
}
.jmu-intro__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: var(--space-sm);
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	letter-spacing: var(--letter-spacing-eyebrow);
	text-transform: uppercase;
}
.jmu-intro__eyebrow::before {
	content: "";
	width: 32px;
	height: 2px;
	background: var(--color-primary);
}
.jmu-intro h2 {
	margin: 0 0 var(--space-sm);
	max-width: 520px;
	color: var(--text-strong);
	font-family: var(--font-serif);
	font-size: clamp(32px, 3.1vw, 46px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0;
}
.jmu-intro p {
	margin: 0;
	max-width: 590px;
	font-family: var(--font-sans);
	font-size: var(--text-md);
	font-weight: var(--font-weight-regular);
	line-height: var(--line-height-relaxed);
	color: var(--text-strong);
}
.jmu-intro p strong {
	color: var(--color-primary);
	font-weight: var(--font-weight-bold);
}
.jmu-intro__link {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 190px;
	min-height: 44px;
	margin-top: 26px;
	padding: 10px 20px;
	background: var(--color-primary);
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow-md);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-semibold);
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background var(--duration-normal) var(--ease-default), transform var(--duration-normal) var(--ease-default);
}
.jmu-intro__link:hover,
.jmu-intro__link:focus-visible {
	background: var(--color-primary-hover);
	color: var(--text-inverse);
}
.jmu-intro__link:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-intro__link-arrow {
	display: inline-block;
	transition: transform var(--duration-normal) var(--ease-default);
}
.jmu-intro__link:hover .jmu-intro__link-arrow { transform: translateX(4px); }

@media (max-width: 820px) {
	.jmu-intro-section {
		padding: 52px 24px !important;
	}
	.jmu-intro {
		grid-template-columns: 1fr;
		gap: 28px;
		text-align: center;
	}
	.jmu-intro__media {
		aspect-ratio: 4 / 3;
		max-width: 460px;
		margin-inline: auto;
	}
	.jmu-intro__copy {
		max-width: 680px;
		margin: 0 auto;
		padding-left: 0;
		border-left: 0;
	}
	.jmu-intro__copy::before {
		display: none;
	}
	.jmu-intro h2,
	.jmu-intro p {
		max-width: none;
	}
	.jmu-intro__eyebrow::before {
		display: none;
	}
	.jmu-intro__eyebrow {
		justify-content: center;
	}
	.jmu-intro h2 {
		font-size: var(--text-3xl);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jmu-intro__link,
	.jmu-intro__link-arrow,
	.jmu-intro__link:hover .jmu-intro__link-arrow {
		transition: none;
		transform: none;
	}
}

/* ---------- Why JMU band ---------- */
.jmu-why-band {
	box-sizing: border-box;
	color: var(--text-main);
	margin-block-start: 0 !important;
	padding: clamp(48px, 6vw, 82px) 40px !important;
	background:
		linear-gradient(color-mix(in srgb, var(--color-primary) 4.5%, transparent) 1px, transparent 1px),
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 4.5%, transparent) 1px, transparent 1px),
		var(--bg-soft) !important;
	background-size: 56px 56px, 56px 56px, auto !important;
}
.jmu-why-layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: 68px;
	align-items: center;
	max-width: 1185px;
	margin: 0 auto;
}
.jmu-why-layout::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: calc(50% - 18px);
	width: 1px;
	background: color-mix(in srgb, var(--color-primary) 18%, transparent);
}
.jmu-why-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	max-width: 545px;
	min-height: 0;
	padding: 0;
	text-align: left;
}
.jmu-why-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: var(--space-sm);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	letter-spacing: var(--letter-spacing-eyebrow);
	text-transform: uppercase;
	color: var(--color-primary);
}
.jmu-why-eyebrow::before {
	content: "";
	width: 32px;
	height: 2px;
	background: var(--color-primary);
}
.jmu-why-copy h2 {
	width: auto;
	margin: 0 0 var(--space-md);
	color: var(--text-strong) !important;
	font-family: var(--font-serif);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: left;
	text-wrap: balance;
}
.jmu-why-copy p {
	width: auto;
	margin: 0 0 16px;
	color: var(--text-main) !important;
	font-family: var(--font-sans);
	font-size: var(--text-md);
	font-weight: var(--font-weight-regular);
	line-height: var(--line-height-relaxed);
	text-align: left;
}
.jmu-why-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 14px 0 0;
}
.jmu-why-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 44px;
	padding: 11px 18px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: var(--radius-sm);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-semibold);
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	box-shadow: var(--shadow-md);
	transition:
		background var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}
.jmu-why-button:hover,
.jmu-why-button:focus-visible {
	background: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
	color: var(--text-inverse);
	box-shadow: var(--shadow-lg);
	transform: translateY(-1px);
}
.jmu-why-button:focus-visible,
.jmu-why-button--ghost:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-why-button--ghost {
	background: var(--bg-surface);
	border-color: color-mix(in srgb, var(--color-primary) 22%, transparent);
	color: var(--color-primary);
	box-shadow: none;
}
.jmu-why-button--ghost:hover,
.jmu-why-button--ghost:focus-visible {
	background: color-mix(in srgb, var(--color-primary) 6%, transparent);
	border-color: color-mix(in srgb, var(--color-primary) 36%, transparent);
	color: var(--color-primary);
	box-shadow: none;
}
.jmu-why-rating {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 24px 0 0;
	padding: 14px 18px;
	background: var(--bg-surface);
	border: 1px solid color-mix(in srgb, var(--color-primary) 16%, transparent);
	border-left: 4px solid var(--color-primary);
	border-radius: var(--radius-md);
	color: var(--text-strong);
	text-decoration: none;
	box-shadow: var(--shadow-lg);
	transition:
		border-color var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default);
}
.jmu-why-rating:hover,
.jmu-why-rating:focus-visible {
	border-color: color-mix(in srgb, var(--color-primary) 32%, transparent);
	transform: translateY(-1px);
	box-shadow: var(--shadow-xl);
}
.jmu-why-rating:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-why-rating__badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}
.jmu-why-rating__shield {
	width: 24px;
	height: 24px;
	color: var(--color-primary);
	filter: none;
	transition: transform var(--duration-normal) var(--ease-default);
}
.jmu-why-rating:hover .jmu-why-rating__shield {
	transform: scale(1.04);
}
.jmu-why-rating__stars {
	font-size: 11px;
	letter-spacing: 0;
	color: var(--color-rating-star);
	line-height: 1;
	text-shadow: none;
}
.jmu-why-rating__text {
	display: flex;
	flex-direction: column;
	font-family: var(--font-sans);
	font-size: 13px;
	line-height: 1.35;
}
.jmu-why-rating__text strong {
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
	color: var(--text-strong);
	letter-spacing: 0;
}
.jmu-why-rating__text span {
	color: var(--text-subtle);
}
.jmu-why-features {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-content: center;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
}
.jmu-why-feature {
	list-style: none;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	min-height: 86px;
	color: var(--text-strong);
	background: var(--bg-surface);
	border: 1px solid color-mix(in srgb, var(--color-primary) 12%, transparent);
	border-radius: var(--radius-md);
	padding: 16px 18px;
	box-shadow: var(--shadow-lg);
	transition:
		border-color var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}
.jmu-why-feature:hover {
	border-color: color-mix(in srgb, var(--color-primary) 24%, transparent);
	transform: translateY(-1px);
	box-shadow: var(--shadow-xl);
}
.jmu-why-feature-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: var(--radius-md);
	background: color-mix(in srgb, var(--color-primary) 8%, transparent);
	border: 1px solid color-mix(in srgb, var(--color-primary) 12%, transparent);
	transition: background var(--duration-normal) var(--ease-default), border-color var(--duration-normal) var(--ease-default);
}
.jmu-why-feature:hover .jmu-why-feature-badge {
	background: color-mix(in srgb, var(--color-primary) 11%, transparent);
	border-color: color-mix(in srgb, var(--color-primary) 18%, transparent);
}
.jmu-why-feature-icon {
	display: block;
	width: 24px;
	height: 24px;
	color: var(--color-primary);
	transition: transform var(--duration-normal) var(--ease-out);
}
.jmu-why-feature:hover .jmu-why-feature-icon {
	transform: scale(1.04);
}
.jmu-why-feature-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.jmu-why-feature strong {
	display: block;
	margin-top: 0;
	padding-left: 0;
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-md);
	font-weight: var(--font-weight-bold);
	line-height: 1.3;
	text-align: left;
}

@media (max-width: 880px) {
	.jmu-why-band {
		padding: 64px 28px !important;
	}
	.jmu-why-layout {
		grid-template-columns: 1fr;
		gap: 44px;
	}
	.jmu-why-layout::before {
		display: none;
	}
	.jmu-why-copy {
		align-items: center;
		max-width: none;
		min-height: 0;
		text-align: center;
	}
	.jmu-why-copy h2,
	.jmu-why-copy p {
		width: 100%;
		max-width: 534px;
		text-align: center;
	}
	.jmu-why-eyebrow {
		justify-content: center;
		margin-bottom: 14px;
	}
	.jmu-why-actions {
		justify-content: center;
		width: 100%;
	}
	.jmu-why-rating {
		margin-right: auto;
		margin-left: auto;
	}
	.jmu-why-features {
		grid-template-columns: 1fr;
		width: 100%;
		min-height: 0;
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.jmu-why-band {
		padding: 54px 20px !important;
	}
	.jmu-why-copy h2 {
		font-size: var(--text-3xl);
	}
	.jmu-why-actions,
	.jmu-why-button,
	.jmu-why-rating {
		width: 100%;
	}
	.jmu-why-features {
		grid-template-columns: 1fr;
	}
	.jmu-why-feature {
		min-height: 0;
	}
}

/* ---------- Services ---------- */
.jmu-service-groups {
	box-sizing: border-box;
	scroll-margin-top: 155px;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-block-start: 0 !important;
	padding: clamp(56px, 7vw, 88px) 40px !important;
	background: var(--text-inverse);
}
.jmu-service-groups__inner {
	max-width: 1185px;
	margin: 0 auto;
}
.jmu-service-groups__intro {
	max-width: 760px;
	margin: 0 auto clamp(38px, 5vw, 56px);
	text-align: center;
}
.jmu-service-groups__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: var(--space-sm);
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	letter-spacing: var(--letter-spacing-eyebrow);
	text-transform: uppercase;
}
.jmu-service-groups__eyebrow::before,
.jmu-service-groups__eyebrow::after {
	content: "";
	width: 30px;
	height: 2px;
	background: currentColor;
	opacity: 0.6;
}
.jmu-service-groups__intro h2 {
	margin: 0 0 var(--space-sm);
	color: var(--text-muted);
	font-family: var(--font-serif);
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}
.jmu-service-groups__title-mobile {
	display: none;
}
.jmu-service-groups__intro p {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-md);
	font-weight: 400;
	line-height: 1.6;
}
.jmu-service-category {
	margin-top: clamp(38px, 5vw, 58px);
}
.jmu-service-groups__intro + .jmu-service-category {
	margin-top: 0;
}
.jmu-service-category__header {
	position: relative;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
	gap: clamp(18px, 4vw, 54px);
	align-items: end;
	margin-bottom: 20px;
	padding-top: 18px;
	border-top: 2px solid color-mix(in srgb, var(--color-primary) 28%, transparent);
}
.jmu-service-category__header::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 94px;
	height: 2px;
	background: var(--color-primary);
}
.jmu-service-category__header h3 {
	margin: 0;
	color: var(--color-primary);
	font-family: var(--font-serif);
	font-size: clamp(25px, 2.8vw, 35px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}
.jmu-service-category__header p {
	max-width: 620px;
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	line-height: 1.55;
}
.jmu-service-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
.jmu-service-card-grid--centered {
	justify-content: center;
	grid-template-columns: repeat(2, minmax(0, 380px));
}
.jmu-service-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	background: var(--bg-surface);
	border: 1px solid color-mix(in srgb, var(--color-secondary) 48%, transparent);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-md);
	color: inherit;
	text-decoration: none;
}
.jmu-service-card:hover,
.jmu-service-card:focus-visible {
	border-color: var(--color-primary);
	box-shadow: var(--shadow-lg);
	outline: none;
}
.jmu-service-card:focus-visible {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 22%, transparent), var(--shadow-lg);
}
.jmu-service-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--bg-muted);
	overflow: hidden;
}
.jmu-service-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jmu-service-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	min-height: 168px;
	padding: 22px 22px 20px;
}
.jmu-service-card__title {
	display: block;
	margin: 0 0 10px;
	color: var(--text-muted);
	font-family: var(--font-serif);
	font-size: clamp(21px, 2vw, 26px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0;
}
.jmu-service-card__copy {
	display: block;
	margin: 0;
	color: var(--text-main);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	line-height: 1.5;
}
.jmu-service-card__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 18px;
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: 600;
	line-height: 1.2;
}
.jmu-service-card__link span {
	margin-left: 2px;
}
@media (max-width: 940px) {
	.jmu-service-card-grid,
	.jmu-service-card-grid--centered {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 720px) {
	.jmu-service-groups {
		padding: 48px 20px !important;
	}
	.jmu-service-groups__intro {
		margin-bottom: 34px;
		text-align: left;
	}
	.jmu-service-groups__intro h2 {
		font-size: clamp(28px, 8vw, 32px);
		line-height: 1.08;
	}
	.jmu-service-groups__title-full,
	.jmu-service-groups__intro p {
		display: none;
	}
	.jmu-service-groups__title-mobile {
		display: inline;
	}
	.jmu-service-groups__eyebrow::after {
		display: none;
	}
	.jmu-service-category {
		margin-top: 42px;
	}
	.jmu-service-category__header {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 16px;
	}
	.jmu-service-card-grid,
	.jmu-service-card-grid--centered {
		grid-template-columns: 1fr;
	}
	.jmu-service-card__body {
		min-height: 0;
		padding: 20px;
	}
}

/* call-card.css */
/* ---------- Call card section ----------
   Used by the `call-card` pattern (Call/Text card). Lives on the home page
   above the footer. */

.jmu-call-card-section {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px !important;
	background: var(--bg-base);
}
.jmu-reviews-section + .wp-block-group.jmu-call-card-section {
	margin-block-start: 0 !important;
}

.jmu-call-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-lg);
	align-items: center;
	max-width: 1185px;
	margin: 0 auto;
}

.jmu-call-card__copy {
	max-width: 560px;
}
.jmu-call-card__eyebrow {
	margin: 0 0 var(--space-2xs);
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: 700;
	line-height: var(--line-height-snug);
}
.jmu-call-card__heading {
	margin: 0 0 var(--space-sm);
	color: var(--text-strong);
	font-family: var(--font-serif);
	font-size: var(--text-3xl);
	font-weight: 600;
	line-height: var(--line-height-tight);
	letter-spacing: 0;
}
.jmu-call-card__lead {
	margin: 0 0 var(--space-md);
	color: var(--text-main);
	font-family: var(--font-sans);
	font-size: var(--text-md);
	font-weight: 400;
	line-height: var(--line-height-relaxed);
}
.jmu-call-card__steps {
	display: grid;
	gap: var(--space-2xs);
	margin: 0 0 var(--space-md);
	padding-left: var(--space-md);
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}
.jmu-call-card__steps li::marker {
	color: var(--color-primary);
	font-weight: var(--font-weight-black);
}

/* Right-side panel */
.jmu-call-card__panel {
	display: grid;
	gap: var(--space-sm);
	padding: var(--space-lg);
	background: var(--bg-surface);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
}
.jmu-call-card__panel-eyebrow {
	margin: 0;
	color: var(--text-subtle);
	font-family: var(--font-sans);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
}
.jmu-call-card__phone {
	display: inline-block;
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-serif);
	font-size: var(--text-4xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	text-decoration: none;
	transition: color var(--duration-fast) var(--ease-default);
}
.jmu-call-card__phone:hover,
.jmu-call-card__phone:focus-visible {
	color: var(--color-primary);
}
.jmu-call-card__phone:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: var(--radius-sm);
}

.jmu-call-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-2xs);
}
.jmu-call-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2xs);
	min-height: 48px;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width-md) solid var(--color-primary);
	border-radius: var(--radius-full);
	background: var(--color-primary);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-semibold);
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background var(--duration-fast) var(--ease-default),
		color var(--duration-fast) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}
.jmu-call-card__btn:hover {
	background: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
	transform: translateY(-1px);
}
.jmu-call-card__btn:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-call-card__btn--ghost {
	background: var(--bg-surface);
	color: var(--color-primary);
}
.jmu-call-card__btn--ghost:hover {
	background: var(--color-primary);
	color: var(--text-inverse);
}
.jmu-call-card__btn svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.jmu-call-card__meta {
	display: grid;
	gap: var(--space-2xs);
	margin: 0;
	padding: var(--space-md) 0 0;
	list-style: none;
	border-top: var(--border-width) solid var(--border-color-muted);
	color: var(--text-muted);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
}
.jmu-call-card__meta-row {
	display: flex;
	gap: var(--space-2xs);
	align-items: baseline;
}
.jmu-call-card__meta-row strong {
	color: var(--text-strong);
	font-weight: var(--font-weight-semibold);
}

.jmu-call-card__primary-cta {
	margin-top: var(--space-xs);
}

@media (max-width: 880px) {
	.jmu-call-card {
		grid-template-columns: 1fr;
		gap: var(--space-lg);
	}
	.jmu-call-card__copy {
		max-width: none;
	}
	.jmu-call-card__panel {
		padding: var(--space-lg);
	}
	.jmu-call-card__phone {
		font-size: var(--text-3xl);
	}
}

@media (max-width: 480px) {
	.jmu-call-card__actions {
		grid-template-columns: 1fr;
	}
}

/* call-text-page.css */
/* Blank call/text page. */
.jmu-call-text-page {
	box-sizing: border-box;
	display: grid;
	min-height: 100vh;
	margin-block-start: 0 !important;
	padding: var(--space-md);
	place-items: center;
	background: var(--bg-base);
}

.jmu-call-text-page__button {
	font-size: var(--text-lg);
}

.jmu-call-text-page p {
	width: 100%;
	margin: 0;
	text-align: center;
}

@media (max-width: 480px) {
	.jmu-call-text-page__button {
		display: block;
		width: 100%;
		max-width: 20rem;
		margin-inline: auto;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jmu-call-text-page__button {
		transition: none;
	}
}

/* services.css */
/* Service detail-page template and Services hub page grid. */

/* ---------- Service detail page ---------- */
.jmu-service-hero {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(var(--space-xl), 6vw, var(--space-3xl)) 40px;
	background-color: var(--bg-dark);
	color: var(--text-inverse);
	overflow: hidden;
	position: relative;
}

.jmu-service-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(105deg, color-mix(in srgb, var(--black) 82%, transparent) 0%, color-mix(in srgb, var(--black) 58%, transparent) 48%, color-mix(in srgb, var(--black) 18%, transparent) 100%);
	pointer-events: none;
}

.jmu-service-hero__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jmu-service-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: clamp(var(--space-lg), 6vw, var(--space-3xl));
	align-items: center;
	width: min(100%, 1440px);
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.jmu-service-hero__copy {
	max-width: 700px;
}

.jmu-service-hero__eyebrow,
.jmu-service-body__eyebrow {
	margin: 0 0 var(--space-xs);
	color: color-mix(in srgb, var(--white) 78%, transparent);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-service-hero__copy h1 {
	max-width: 760px;
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2.75rem, 5.2vw, 5.65rem);
	font-weight: var(--font-weight-extrabold);
	letter-spacing: 0;
	line-height: 0.92;
	text-shadow: 0 2px 6px color-mix(in srgb, var(--black) 42%, transparent);
}

.jmu-service-hero__lead {
	max-width: 650px;
	margin: var(--space-md) 0 0;
	color: color-mix(in srgb, var(--white) 88%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}

.jmu-service-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	list-style: none;
	margin: var(--space-sm) 0 0;
	padding: 0;
}

.jmu-service-hero__proof li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 42%, transparent);
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--black) 32%, transparent);
	color: var(--text-inverse);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	backdrop-filter: blur(8px);
}

.jmu-service-hero__form-panel {
	box-sizing: border-box;
	width: 100%;
	padding: var(--space-md);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-xl);
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--bg-warm) 72%, var(--bg-surface)) 0%, var(--bg-surface) 58%);
	box-shadow: var(--shadow-xl);
	color: var(--text-main);
}

.jmu-service-hero__form-panel h2 {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-tight);
}

.jmu-service-hero__form-note {
	margin: var(--space-3xs) 0 var(--space-xs);
	color: var(--text-muted);
	font-size: var(--text-xs);
	line-height: var(--line-height-normal);
}

.jmu-service-hero__form-panel .jmu-form-compact {
	padding-bottom: 0;
}

.jmu-service-hero__form-panel .jmu-form-compact .jmu-hero-field {
	margin-bottom: var(--space-2xs);
}

.jmu-service-hero__form-panel .jmu-form-compact label {
	margin-bottom: var(--space-3xs);
	font-size: var(--text-xs);
	letter-spacing: var(--letter-spacing-eyebrow);
}

.jmu-service-hero__form-panel .jmu-form-compact input:not([type="radio"]),
.jmu-service-hero__form-panel .jmu-form-compact select {
	height: 36px;
	padding-inline: var(--space-xs);
	font-size: var(--text-sm);
	line-height: 36px;
}

.jmu-service-hero__form-panel .jmu-form-compact input::placeholder {
	font-size: var(--text-sm);
}

.jmu-service-hero__form-panel .jmu-form-compact button[type="submit"] {
	height: 42px;
	font-size: var(--text-sm);
}

.jmu-service-hero__privacy-note {
	margin: var(--space-3xs) 0 0;
	color: var(--text-muted);
	font-size: var(--text-xs);
	line-height: var(--line-height-normal);
	text-align: center;
}

.jmu-service-hero__form-panel .jmu-hero-field textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 58px;
	padding: var(--space-2xs) var(--space-xs);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: var(--bg-base);
	color: var(--text-main);
	font: inherit;
	resize: vertical;
}

.jmu-service-hero__form-panel .jmu-hero-field textarea:focus {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 18%, transparent);
	outline: none;
}

.jmu-service-content-section {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(var(--space-xl), 6vw, var(--space-2xl)) 40px;
	background:
		linear-gradient(180deg, var(--bg-base) 0%, var(--bg-warm) 28%, var(--bg-base) 72%);
}

.jmu-service-main {
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

.jmu-service-main > *:first-child {
	margin-top: 0;
}

.jmu-service-main h2 {
	margin: 0 0 var(--space-sm);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 4.25rem);
	font-weight: var(--font-weight-extrabold);
	letter-spacing: 0;
	line-height: 0.98;
}

.jmu-service-main h3 {
	margin: 0 0 var(--space-2xs);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}

.jmu-service-main p,
.jmu-service-main li {
	color: var(--text-main);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-service-main p {
	margin: 0;
}

.jmu-service-main a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color var(--duration-normal) var(--ease-default);
}

.jmu-service-main a:hover,
.jmu-service-main a:focus-visible {
	color: var(--color-primary-hover);
}

.jmu-service-main a:focus-visible {
	border-radius: var(--radius-sm);
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-service-body {
	display: grid;
	gap: var(--space-xl);
}

.jmu-service-body__intro {
	display: grid;
	gap: var(--space-sm);
	padding-bottom: var(--space-xl);
	border-bottom: var(--border-width) solid var(--border-color-muted);
}

.jmu-service-body__lead {
	max-width: 760px;
	font-size: var(--text-lg) !important;
	color: var(--text-muted) !important;
}

.jmu-service-body__split {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.5fr);
	gap: var(--space-lg);
	align-items: start;
}

.jmu-service-body__panel {
	padding: var(--space-lg);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: var(--bg-muted);
}

.jmu-service-body__list,
.jmu-service-body__checklist,
.jmu-service-body__steps {
	display: grid;
	gap: var(--space-sm);
	margin: var(--space-md) 0 0;
	padding: 0;
	list-style: none;
}

.jmu-service-body__list li,
.jmu-service-body__checklist li {
	position: relative;
	padding-left: var(--space-lg);
}

.jmu-service-body__list li::before,
.jmu-service-body__checklist li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: var(--radius-full);
	background: var(--color-primary);
}

.jmu-service-body__steps {
	counter-reset: service-step;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jmu-service-body__steps li {
	counter-increment: service-step;
	padding: var(--space-md);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
}

.jmu-service-body__steps li::before {
	content: counter(service-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: var(--space-sm);
	border-radius: var(--radius-full);
	background: var(--color-primary);
	color: var(--text-inverse);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
}

.jmu-service-body__steps strong,
.jmu-service-body__checklist strong {
	display: block;
	margin-bottom: var(--space-3xs);
	color: var(--text-strong);
	font-size: var(--text-base);
	line-height: var(--line-height-snug);
}

.jmu-service-scope-section {
	max-width: 760px;
}

.jmu-service-roadmap-section {
	display: grid;
	gap: var(--space-md);
}

.jmu-service-roadmap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-sm);
	margin: var(--space-lg) 0 0;
	padding: 0;
	list-style: none;
	counter-reset: service-roadmap;
}

.jmu-service-roadmap::before {
	content: none;
}

.jmu-service-roadmap li {
	position: relative;
	display: grid;
	min-height: 220px;
	gap: var(--space-xs);
	align-content: end;
	margin: 0;
	padding: clamp(var(--space-md), 3vw, var(--space-xl));
	overflow: hidden;
	border: var(--border-width) solid color-mix(in srgb, var(--border-color-muted) 72%, transparent);
	border-radius: var(--radius-xl);
	background:
		linear-gradient(145deg, color-mix(in srgb, var(--bg-surface) 82%, transparent), color-mix(in srgb, var(--bg-warm) 86%, transparent)),
		var(--bg-surface);
	box-shadow: var(--shadow-sm);
	counter-increment: service-roadmap;
}

.jmu-service-roadmap li::before {
	content: counter(service-roadmap);
	position: absolute;
	top: calc(var(--space-xs) * -1);
	right: var(--space-sm);
	color: color-mix(in srgb, var(--color-primary) 13%, transparent);
	font-family: var(--font-display);
	font-size: clamp(5.5rem, 12vw, 9rem);
	font-weight: var(--font-weight-black);
	line-height: 0.8;
}

.jmu-service-roadmap__label,
.jmu-service-roadmap strong,
.jmu-service-roadmap p {
	position: relative;
	z-index: var(--z-base);
}

.jmu-service-roadmap__label {
	display: block;
	margin-bottom: var(--space-3xs);
	color: var(--color-primary);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-service-roadmap strong {
	display: block;
	margin-bottom: var(--space-3xs);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(var(--text-xl), 2.4vw, var(--text-3xl));
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-snug);
}

.jmu-service-roadmap p {
	max-width: 720px;
	color: var(--text-muted);
}

.jmu-service-outcome-section {
	display: grid;
	gap: var(--space-sm);
}

.jmu-service-outcome-section > p:not(.jmu-service-body__eyebrow) {
	max-width: 760px;
	color: var(--text-muted);
}

.jmu-service-outcome-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--border-width);
	margin: var(--space-lg) 0 0;
	padding: 0;
	overflow: hidden;
	border: var(--border-width) solid color-mix(in srgb, var(--white) 14%, transparent);
	border-radius: var(--radius-xl);
	background: color-mix(in srgb, var(--white) 16%, transparent);
	box-shadow: var(--shadow-lg);
	list-style: none;
	counter-reset: service-outcome;
}

.jmu-service-outcome-grid li {
	position: relative;
	display: grid;
	gap: var(--space-2xs);
	align-content: start;
	margin: 0;
	min-height: 190px;
	padding: clamp(var(--space-md), 3vw, var(--space-xl));
	border: 0;
	background: var(--bg-dark);
	box-shadow: none;
	counter-increment: service-outcome;
}

.jmu-service-outcome-grid li::before {
	content: "0" counter(service-outcome);
	position: absolute;
	right: var(--space-md);
	bottom: var(--space-sm);
	color: color-mix(in srgb, var(--white) 10%, transparent);
	font-family: var(--font-display);
	font-size: clamp(var(--text-4xl), 6vw, 5.5rem);
	font-weight: var(--font-weight-black);
	line-height: 1;
}

.jmu-service-outcome-grid strong {
	position: relative;
	z-index: var(--z-base);
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-snug);
}

.jmu-service-outcome-grid span {
	position: relative;
	z-index: var(--z-base);
	color: color-mix(in srgb, var(--white) 82%, transparent);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
}

.jmu-service-proof-section {
	display: grid;
	gap: var(--space-md);
	margin-top: var(--space-2xl);
	padding-top: var(--space-2xl);
	border-top: var(--border-width) solid color-mix(in srgb, var(--border-color-muted) 62%, transparent);
}

.jmu-service-proof-section--gallery {
	margin-top: 0;
	padding: clamp(var(--space-md), 4vw, var(--space-2xl));
	border: 0;
	border-radius: var(--radius-xl);
	background:
		linear-gradient(135deg, var(--bg-warm) 0%, var(--bg-surface) 46%, var(--bg-muted) 100%);
	box-shadow: inset 0 0 0 var(--border-width) color-mix(in srgb, var(--border-color-muted) 62%, transparent);
}

.jmu-service-proof-section__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: clamp(var(--space-lg), 5vw, var(--space-2xl));
	align-items: end;
}

.jmu-service-proof-section__copy {
	display: grid;
	gap: var(--space-sm);
	max-width: 880px;
}

.jmu-service-proof-section__intro {
	max-width: 760px;
	color: var(--text-muted) !important;
}

.jmu-service-proof-section__notes {
	display: grid;
	gap: var(--space-sm);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-service-proof-section__notes li {
	display: grid;
	grid-template-columns: 12px minmax(0, 1fr);
	gap: var(--space-2xs) var(--space-sm);
	align-items: start;
	padding-block: var(--space-xs);
	border-top: var(--border-width) solid color-mix(in srgb, var(--color-primary) 18%, transparent);
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
}

.jmu-service-proof-section__notes li::before {
	content: "";
	width: 12px;
	height: 12px;
	margin-top: 0.4em;
	border-radius: var(--radius-full);
	background: var(--color-primary);
}

.jmu-service-proof-section__notes strong,
.jmu-service-proof-section__notes span {
	grid-column: 2;
}

.jmu-service-proof-section__notes strong {
	color: var(--text-strong);
	font-size: var(--text-base);
	line-height: var(--line-height-snug);
}

.jmu-service-proof-section--gallery .jmu-service-gallery {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: dense;
	gap: var(--space-md);
	max-width: none;
	margin: var(--space-lg) 0 0;
}

.jmu-service-proof-section--gallery .jmu-service-gallery .item {
	grid-column: span 3;
	display: block;
	aspect-ratio: 4 / 3;
	margin: 0;
	border: var(--border-width) solid color-mix(in srgb, var(--border-color-muted) 72%, transparent);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-md);
	overflow: hidden;
}

.jmu-service-proof-section--gallery .jmu-service-gallery .item:first-child {
	grid-column: 1 / span 6;
	grid-row: 1 / span 3;
	aspect-ratio: auto;
	min-height: clamp(380px, 38vw, 620px);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
}

.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(2),
.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(3),
.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(4),
.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(5) {
	grid-column: span 3;
	aspect-ratio: 1 / 1;
}

.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(6) {
	grid-column: span 6;
	aspect-ratio: 2 / 1;
}

.jmu-service-proof-section--gallery .jmu-service-gallery .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--duration-slow) var(--ease-out);
}

.jmu-service-proof-section--gallery .jmu-service-gallery .item:hover img {
	transform: scale(1.025);
}

.jmu-service-proof-section--gallery .jmu-service-gallery .item figcaption {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.jmu-service-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-md);
	margin-top: var(--space-md);
}

.jmu-service-review-card {
	position: relative;
	display: grid;
	gap: var(--space-xs);
	align-content: start;
	min-height: 260px;
	padding: clamp(var(--space-md), 3vw, var(--space-lg));
	overflow: hidden;
	border: var(--border-width) solid color-mix(in srgb, var(--border-color-muted) 70%, transparent);
	border-radius: var(--radius-xl);
	background: var(--bg-surface);
	box-shadow: var(--shadow-md);
}

.jmu-service-review-card__mark {
	position: absolute;
	top: calc(var(--space-md) * -1);
	right: var(--space-md);
	color: color-mix(in srgb, var(--color-primary) 12%, transparent);
	font-family: var(--font-display);
	font-size: 8rem;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.jmu-service-review-card__stars {
	position: relative;
	z-index: var(--z-base);
	color: var(--color-rating-star);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 1;
}

.jmu-service-review-card p {
	position: relative;
	z-index: var(--z-base);
	color: var(--text-main);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}

.jmu-service-review-card footer {
	position: relative;
	z-index: var(--z-base);
	display: flex;
	gap: var(--space-xs);
	align-items: center;
	margin-top: auto;
	color: var(--text-muted);
	font-size: var(--text-xs);
	line-height: var(--line-height-normal);
}

.jmu-service-review-card__avatar {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-full);
	background: var(--bg-warm-strong);
	color: var(--color-primary);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-extrabold);
}

.jmu-service-review-card__person {
	display: grid;
	gap: var(--space-3xs);
}

.jmu-service-review-card strong {
	color: var(--text-strong);
	font-size: var(--text-sm);
}

.jmu-service-questions {
	box-sizing: border-box;
	margin-top: var(--space-xl);
	padding: clamp(var(--space-xl), 6vw, var(--space-3xl)) clamp(var(--space-md), 5vw, var(--space-2xl));
	border-radius: var(--radius-xl);
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 4%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, color-mix(in srgb, var(--color-primary) 3%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(135deg, var(--bg-warm) 0%, var(--bg-surface) 58%, var(--bg-warm-strong) 100%);
	background-size: 48px 48px, 48px 48px, auto;
	box-shadow: var(--shadow-md);
}

.jmu-service-questions__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: var(--space-lg);
	align-items: start;
}

.jmu-service-questions__header {
	grid-column: 1 / -1;
	display: grid;
	gap: var(--space-sm);
	max-width: 860px;
}

.jmu-service-questions__header .jmu-service-body__eyebrow {
	color: var(--color-primary) !important;
}

.jmu-service-questions__header h2 {
	max-width: 760px;
	margin: 0;
	color: var(--text-strong);
	font-size: clamp(var(--text-3xl), 4vw, var(--text-5xl));
	line-height: 0.98;
}

.jmu-service-questions__header p:not(.jmu-service-body__eyebrow) {
	max-width: 640px;
	color: var(--text-muted);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-service-questions__path {
	display: grid;
	gap: var(--space-md);
	padding: var(--space-lg);
	border: var(--border-width) solid color-mix(in srgb, var(--color-primary) 16%, transparent);
	border-radius: var(--radius-lg);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
}

.jmu-service-questions__path h3 {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-tight);
}

.jmu-service-questions__path ol {
	display: grid;
	gap: var(--space-sm);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-service-questions__path li {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: var(--space-xs);
	align-items: center;
	color: var(--text-muted);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}

.jmu-service-questions__path span {
	display: inline-grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: var(--radius-full);
	background: var(--bg-warm);
	color: var(--color-primary);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-extrabold);
}

.jmu-service-questions__feature {
	display: grid;
	gap: var(--space-sm);
	padding: var(--space-lg);
	border: var(--border-width) solid color-mix(in srgb, var(--color-primary) 18%, transparent);
	border-radius: var(--radius-lg);
	background: var(--bg-dark);
	color: var(--text-inverse);
	box-shadow: var(--shadow-lg);
}

.jmu-service-questions__feature span {
	width: max-content;
	padding: var(--space-3xs) var(--space-xs);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 20%, transparent);
	border-radius: var(--radius-full);
	color: color-mix(in srgb, var(--white) 78%, transparent);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	text-transform: uppercase;
}

.jmu-service-questions__feature h3 {
	margin: 0;
	color: var(--text-inverse);
	font-size: clamp(var(--text-2xl), 3vw, var(--text-4xl));
	line-height: var(--line-height-tight);
}

.jmu-service-questions__feature p {
	color: color-mix(in srgb, var(--white) 84%, transparent);
	font-size: var(--text-md);
}

.jmu-service-questions__list {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-sm);
}

.jmu-service-question-group {
	display: grid;
	align-content: start;
	gap: var(--space-xs);
	padding: var(--space-md);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: color-mix(in srgb, var(--bg-surface) 86%, transparent);
	box-shadow: var(--shadow-sm);
}

.jmu-service-question-group h3 {
	margin: 0;
	color: var(--text-muted);
	font-family: var(--font-sans);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-extrabold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-service-question-group details {
	border-top: var(--border-width) solid var(--border-color-muted);
}

.jmu-service-question-group summary {
	position: relative;
	display: block;
	min-height: 48px;
	padding: var(--space-xs) var(--space-xl) var(--space-xs) 0;
	color: var(--text-strong);
	cursor: pointer;
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
	list-style: none;
}

.jmu-service-question-group summary::-webkit-details-marker {
	display: none;
}

.jmu-service-question-group summary::after {
	content: "\002B";
	position: absolute;
	top: 50%;
	right: 0;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: var(--radius-full);
	background: var(--bg-warm);
	color: var(--color-primary);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-bold);
	line-height: 1;
	transform: translateY(-50%);
	transition:
		background var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}

.jmu-service-question-group details[open] summary {
	color: var(--color-primary);
}

.jmu-service-question-group details[open] summary::after {
	content: "\2212";
	background: var(--color-primary);
	color: var(--text-inverse);
}

.jmu-service-question-group summary:focus-visible {
	border-radius: var(--radius-sm);
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-service-question-group details > div {
	padding: 0 var(--space-sm) var(--space-sm) 0;
	color: var(--text-muted);
}

.jmu-service-question-group details > div p {
	margin: 0;
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}

.jmu-service-more {
	display: grid;
	gap: var(--space-lg);
	margin-top: var(--space-xl);
	padding: clamp(var(--space-lg), 4vw, var(--space-2xl));
	border: var(--border-width) solid color-mix(in srgb, var(--border-color-muted) 72%, transparent);
	border-radius: var(--radius-xl);
	background:
		linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-warm) 58%, var(--bg-muted) 100%);
	box-shadow: var(--shadow-md);
}

.jmu-service-more__header {
	display: grid;
	gap: var(--space-sm);
	max-width: 780px;
}

.jmu-service-more__heading {
	margin: 0 !important;
	color: var(--text-strong);
	font-size: clamp(var(--text-3xl), 3.4vw, var(--text-4xl)) !important;
	line-height: var(--line-height-tight) !important;
}

.jmu-service-more__intro {
	max-width: 660px;
	color: var(--text-muted) !important;
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-service-more__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-md);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-service-more__item {
	margin: 0;
}

.jmu-service-more-card {
	display: grid;
	height: 100%;
	overflow: hidden;
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-lg);
	background: var(--bg-surface);
	color: var(--text-main);
	text-decoration: none !important;
	box-shadow: var(--shadow-sm);
	transition:
		border-color var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}

.jmu-service-more-card:hover,
.jmu-service-more-card:focus-visible {
	border-color: color-mix(in srgb, var(--color-primary) 42%, var(--border-color-muted));
	box-shadow: var(--shadow-lg);
	transform: translateY(-3px);
}

.jmu-service-more-card:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 4px;
}

.jmu-service-more-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--bg-muted);
}

.jmu-service-more-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--duration-slow) var(--ease-out);
}

.jmu-service-more-card:hover .jmu-service-more-card__media img,
.jmu-service-more-card:focus-visible .jmu-service-more-card__media img {
	transform: scale(1.03);
}

.jmu-service-more-card__body {
	display: grid;
	gap: var(--space-2xs);
	align-content: start;
	padding: var(--space-md);
}

.jmu-service-more-card__category {
	width: max-content;
	max-width: 100%;
	padding: var(--space-3xs) var(--space-xs);
	border-radius: var(--radius-full);
	background: var(--bg-warm);
	color: var(--color-primary);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-service-more-card__title {
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-snug);
}

.jmu-service-more-card__copy {
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}

.jmu-service-more-card__cta {
	display: inline-flex;
	gap: var(--space-2xs);
	align-items: center;
	margin-top: var(--space-xs);
	color: var(--color-primary);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-normal);
}

.jmu-service-more-card__cta span {
	transition: transform var(--duration-normal) var(--ease-default);
}

.jmu-service-more-card:hover .jmu-service-more-card__cta span,
.jmu-service-more-card:focus-visible .jmu-service-more-card__cta span {
	transform: translateX(3px);
}

.jmu-service-cta {
	display: grid;
	justify-items: start;
	gap: var(--space-sm);
	margin-top: var(--space-xl);
	padding: clamp(var(--space-lg), 4vw, var(--space-xl));
	border-radius: var(--radius-xl);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 96%, var(--black)) 0%, var(--color-primary-hover) 100%);
	color: var(--text-inverse);
	box-shadow: var(--shadow-lg);
}

.jmu-service-cta .jmu-service-body__eyebrow,
.jmu-service-cta h2,
.jmu-service-cta p {
	color: var(--text-inverse) !important;
}

.jmu-service-cta h2 {
	margin-bottom: 0;
}

.jmu-service-cta p {
	max-width: 680px;
}

.jmu-service-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: 0;
}

.jmu-service-cta__actions .jmu-btn {
	border: var(--border-width) solid var(--text-inverse);
	background: var(--text-inverse);
	color: var(--color-primary);
	text-decoration: none;
}

.jmu-service-cta__actions .jmu-btn:hover,
.jmu-service-cta__actions .jmu-btn:focus-visible {
	background: var(--bg-soft);
	color: var(--color-primary-hover);
}

.jmu-service-cta__actions .jmu-btn-outline {
	border-color: color-mix(in srgb, var(--white) 62%, transparent);
	background: transparent;
	color: var(--text-inverse);
}

.jmu-service-cta__actions .jmu-btn-outline:hover,
.jmu-service-cta__actions .jmu-btn-outline:focus-visible {
	border-color: var(--text-inverse);
	background: color-mix(in srgb, var(--white) 12%, transparent);
	color: var(--text-inverse);
}

.jmu-service-cta__actions .jmu-btn:focus-visible {
	outline: 2px solid var(--text-inverse);
	outline-offset: 3px;
}

.jmu-service-body__eyebrow {
	color: var(--color-primary);
}

/* ---------- Services hub page ---------- */
.jmu-services-grid {
	list-style: none;
	margin: var(--space-lg) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: var(--space-md);
}
.jmu-services-grid__item { margin: 0; }
.jmu-services-grid__link {
	display: block;
	height: 100%;
	padding: var(--space-md) 26px;
	background: var(--bg-surface);
	border: var(--border-width) solid var(--border-color);
	border-left: var(--border-width-lg) solid var(--color-primary);
	color: inherit;
	text-decoration: none;
	transition: box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default);
}
.jmu-services-grid__link:hover,
.jmu-services-grid__link:focus-visible {
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
	border-left-color: var(--color-primary-hover);
}
.jmu-services-grid__link:focus-visible {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 60%, transparent), var(--shadow-md);
	outline: none;
}
.jmu-services-grid__title {
	margin: 0 0 var(--space-2xs);
	font-family: var(--font-display);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-semibold);
	color: var(--color-primary);
}
.jmu-services-grid__copy {
	margin: 0;
	font-size: var(--text-base);
	line-height: var(--line-height-normal);
	color: var(--text-body);
}
@media (max-width: 1024px) {
	.jmu-service-hero__inner,
	.jmu-service-body__split,
	.jmu-service-body__steps {
		grid-template-columns: 1fr;
	}
	.jmu-service-outcome-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.jmu-service-proof-section__head {
		grid-template-columns: 1fr;
		gap: var(--space-lg);
	}
	.jmu-service-roadmap {
		grid-template-columns: 1fr;
	}
	.jmu-service-review-grid,
	.jmu-service-more__grid,
	.jmu-service-proof-section--gallery .jmu-service-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.jmu-service-proof-section--gallery .jmu-service-gallery .item,
	.jmu-service-proof-section--gallery .jmu-service-gallery .item:first-child,
	.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(2),
	.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(3),
	.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(4),
	.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(5),
	.jmu-service-proof-section--gallery .jmu-service-gallery .item:nth-child(6) {
		grid-column: auto;
		grid-row: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}
	.jmu-service-questions__inner,
	.jmu-service-questions__list {
		grid-template-columns: 1fr;
	}
	.jmu-service-questions__list {
		grid-column: 1;
	}
}

@media (max-width: 720px) {
	.jmu-service-hero,
	.jmu-service-content-section {
		padding-left: var(--space-sm);
		padding-right: var(--space-sm);
	}
	.jmu-service-hero__copy h1 {
		font-size: var(--text-3xl);
		line-height: var(--line-height-tight);
	}
	.jmu-service-review-grid,
	.jmu-service-more__grid,
	.jmu-service-proof-section--gallery .jmu-service-gallery,
	.jmu-service-outcome-grid {
		grid-template-columns: 1fr;
	}
	.jmu-service-roadmap li {
		min-height: 190px;
		gap: var(--space-sm);
	}
	.jmu-service-roadmap li::before {
		font-size: 5rem;
	}
	.jmu-service-questions {
		padding: var(--space-md);
	}
	.jmu-service-questions__feature,
	.jmu-service-questions__path,
	.jmu-service-question-group {
		padding: var(--space-sm);
	}
	.jmu-service-cta {
		padding: var(--space-md);
	}
	.jmu-service-more {
		padding: var(--space-md);
	}
	.jmu-service-cta__actions {
		width: 100%;
	}
	.jmu-service-cta__actions .jmu-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jmu-service-more-card,
	.jmu-service-more-card__media img,
	.jmu-service-more-card__cta span {
		transition: none;
	}

	.jmu-service-more-card:hover,
	.jmu-service-more-card:focus-visible,
	.jmu-service-more-card:hover .jmu-service-more-card__media img,
	.jmu-service-more-card:focus-visible .jmu-service-more-card__media img,
	.jmu-service-more-card:hover .jmu-service-more-card__cta span,
	.jmu-service-more-card:focus-visible .jmu-service-more-card__cta span {
		transform: none;
	}
}

/* services-hub.css */
/* Services hub — conversion-focused landing page rendered by
   patterns/services-hub.php on the /services/ page.

   2026-05-27 redesign: dropped redundant trust pills + dual CTAs that
   overlapped with the sticky header trust strip and footer red band.
   Sections now flow: Hero → Tiles (3-up, rail CTA) → Process (cardless)
   → Proof (stats + 2 short reviews) → FAQ. */

/* ---------- Hero ---------- */
.jmu-services-hub-hero {
	box-sizing: border-box;
	background:
		linear-gradient(
			110deg,
			color-mix(in srgb, var(--brand-charcoal) 90%, transparent) 0%,
			color-mix(in srgb, var(--brand-charcoal) 74%, transparent) 55%,
			color-mix(in srgb, var(--color-primary) 60%, transparent) 100%
		),
		var(--color-primary);
	color: var(--text-inverse);
	margin-block-start: 0 !important;
	padding: 44px 40px 54px;
	min-height: clamp(560px, calc(86vh - 140px), 760px);
	display: flex;
	align-items: center;
}
.jmu-services-hub-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(380px, 420px);
	gap: clamp(40px, 5vw, 72px);
	align-items: center;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.jmu-services-hub-hero__copy {
	max-width: 38rem;
}
.jmu-services-hub-hero__eyebrow {
	display: inline-block;
	margin: 0 0 var(--space-sm);
	color: color-mix(in srgb, var(--text-inverse) 80%, transparent);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
}
.jmu-services-hub-hero__headline {
	margin: 0 0 var(--space-md);
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 4.8vw, 4rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
	letter-spacing: -0.01em;
	text-shadow: 0 3px 8px color-mix(in srgb, var(--black) 35%, transparent);
}
.jmu-services-hub-hero__lead {
	margin: 0 0 var(--space-md);
	max-width: 56ch;
	color: color-mix(in srgb, var(--text-inverse) 92%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}
.jmu-services-hub-hero__skip {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2xs);
	color: color-mix(in srgb, var(--text-inverse) 85%, transparent);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
	text-decoration: none;
	border-bottom: var(--border-width) solid color-mix(in srgb, var(--white) 35%, transparent);
	padding-bottom: 4px;
	transition: color var(--duration-normal) var(--ease-default), border-color var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-hero__skip:hover {
	color: var(--text-inverse);
	border-color: var(--text-inverse);
}
.jmu-services-hub-hero__skip:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 4px;
	border-radius: var(--radius-xs);
}

/* Form panel */
.jmu-services-hub-hero__form-panel {
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
	padding: var(--space-md);
	background: color-mix(in srgb, var(--white) 97%, transparent);
	border-radius: var(--radius-lg);
	box-shadow:
		0 1px 0 color-mix(in srgb, var(--white) 70%, transparent) inset,
		var(--shadow-lg);
	color: var(--text-strong);
	text-align: left;
}
.jmu-services-hub-hero__form-panel h2 {
	margin: 0 0 var(--space-2xs);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-2xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}
.jmu-services-hub-hero__form-note {
	margin: 0 0 var(--space-sm);
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
}
.jmu-services-hub-hero__form-panel .jmu-form-compact { padding-bottom: 0; }
.jmu-services-hub-hero__form-panel .jmu-form-compact button[type="submit"] {
	width: 100%;
	margin-top: var(--space-sm);
}

/* ---------- Grid section (sticky rail + uniform tile grid) ---------- */
.jmu-services-hub-section {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--bg-base);
	/* Sticky header is ~140px expanded; leave a small visual gap.
	   The H2 is inside a sticky-positioned rail so scroll-margin on the
	   heading doesn't work correctly — anchor to the section instead. */
	scroll-margin-top: 160px;
}
#jmu-services-hub-headline {
	scroll-margin-top: 160px;
}
.jmu-services-hub-section__inner {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: var(--space-xl);
	align-items: start;
	max-width: 1240px;
	margin: 0 auto;
}

.jmu-services-hub-section__rail {
	position: sticky;
	top: var(--space-lg);
	align-self: start;
}
.jmu-services-hub-section__rail-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-sm);
}
.jmu-services-hub-section__eyebrow {
	display: inline-block;
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
}
.jmu-services-hub-section__title {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-4xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
	letter-spacing: -0.01em;
}
.jmu-services-hub-section__subtitle {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

/* Filter chips */
.jmu-services-hub-filter {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin: var(--space-2xs) 0 0;
	padding: 0;
	list-style: none;
}
.jmu-services-hub-filter__chip {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2xs);
	min-height: 40px;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width) solid var(--border-color);
	border-radius: var(--radius-full);
	background: var(--bg-surface);
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	cursor: pointer;
	transition:
		background var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-filter__chip:hover {
	border-color: var(--color-primary);
	color: var(--color-primary);
}
.jmu-services-hub-filter__chip:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-services-hub-filter__chip[aria-pressed="true"] {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--text-inverse);
}
.jmu-services-hub-filter__chip[aria-pressed="true"]:hover {
	background: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
}
.jmu-services-hub-filter__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--text-strong) 8%, transparent);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	color: inherit;
}
.jmu-services-hub-filter__chip[aria-pressed="true"] .jmu-services-hub-filter__count {
	background: color-mix(in srgb, var(--white) 20%, transparent);
}

/* Sticky-rail mini CTA — fills the empty space below filter chips. */
.jmu-services-hub-rail-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	column-gap: var(--space-sm);
	row-gap: 2px;
	align-items: center;
	margin-top: var(--space-sm);
	padding: var(--space-sm) var(--space-md);
	background: var(--brand-charcoal);
	color: var(--text-inverse);
	border-radius: var(--radius-md);
	text-decoration: none;
	box-shadow: var(--shadow-sm);
	transition: transform var(--duration-fast) var(--ease-default), box-shadow var(--duration-normal) var(--ease-default), background var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-rail-cta:hover {
	background: var(--color-primary);
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}
.jmu-services-hub-rail-cta:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}
.jmu-services-hub-rail-cta__eyebrow {
	grid-column: 1;
	grid-row: 1;
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
	color: var(--text-inverse);
}
.jmu-services-hub-rail-cta__body {
	grid-column: 1;
	grid-row: 2;
	font-size: var(--text-sm);
	color: color-mix(in srgb, var(--text-inverse) 75%, transparent);
}
.jmu-services-hub-rail-cta__arrow {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--white) 14%, transparent);
	font-size: var(--text-lg);
	transition: transform var(--duration-normal) var(--ease-default), background var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-rail-cta:hover .jmu-services-hub-rail-cta__arrow {
	transform: translateX(3px);
	background: color-mix(in srgb, var(--white) 22%, transparent);
}

/* Uniform 3-up tile grid. */
.jmu-services-hub-tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	gap: var(--space-md);
	margin: 0;
	padding: 0;
	list-style: none;
}
.jmu-services-hub-card {
	margin: 0;
	min-height: 300px;
}
.jmu-services-hub-card.is-hidden {
	display: none;
}

/* The tile itself — full-bleed media, dark scrim, white text overlaid. */
.jmu-services-hub-tile {
	position: relative;
	display: block;
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--brand-charcoal);
	color: var(--text-inverse);
	text-decoration: none;
	box-shadow: var(--shadow-md);
	isolation: isolate;
	transition: box-shadow var(--duration-normal) var(--ease-default), transform var(--duration-fast) var(--ease-default);
}
.jmu-services-hub-tile:hover {
	box-shadow: var(--shadow-lg);
	transform: translateY(-2px);
}
.jmu-services-hub-tile:focus-visible {
	outline: 3px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-services-hub-tile__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}
.jmu-services-hub-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform var(--duration-slow) var(--ease-default);
}
.jmu-services-hub-tile:hover .jmu-services-hub-tile__media img {
	transform: scale(1.06);
}

/* Bottom scrim — only the part of the photo behind the text gets darkened. */
.jmu-services-hub-tile__body {
	position: absolute;
	inset: auto 0 0 0;
	z-index: 2;
	padding: var(--space-md);
	background:
		linear-gradient(
			to top,
			color-mix(in srgb, var(--brand-charcoal) 94%, transparent) 0%,
			color-mix(in srgb, var(--brand-charcoal) 70%, transparent) 55%,
			color-mix(in srgb, var(--brand-charcoal) 0%, transparent) 100%
		);
	display: flex;
	flex-direction: column;
	gap: var(--space-3xs);
}
.jmu-services-hub-tile__title {
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	letter-spacing: -0.005em;
	text-shadow: 0 1px 2px color-mix(in srgb, var(--black) 50%, transparent);
}
.jmu-services-hub-tile__copy {
	margin: 0;
	color: color-mix(in srgb, var(--text-inverse) 88%, transparent);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
	max-width: 50ch;
}
.jmu-services-hub-tile__cta {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2xs);
	margin-top: var(--space-2xs);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
}
.jmu-services-hub-tile__arrow {
	display: inline-block;
	transition: transform var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-tile:hover .jmu-services-hub-tile__arrow {
	transform: translateX(4px);
}

/* Top red accent bar — slides in on hover. */
.jmu-services-hub-tile__bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 4px;
	background: var(--color-primary);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform var(--duration-normal) var(--ease-out);
}
.jmu-services-hub-tile:hover .jmu-services-hub-tile__bar,
.jmu-services-hub-tile:focus-visible .jmu-services-hub-tile__bar {
	transform: scaleX(1);
}

/* Category badge — top-right corner. */
.jmu-services-hub-tile__badge {
	position: absolute;
	top: var(--space-sm);
	right: var(--space-sm);
	z-index: 3;
	padding: var(--space-3xs) var(--space-2xs);
	background: color-mix(in srgb, var(--brand-charcoal) 70%, transparent);
	backdrop-filter: blur(6px);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 25%, transparent);
	border-radius: var(--radius-full);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: 1;
}

/* "Popular" pin on the first card of each category — replaces the old
   asymmetric featured/span layout. Top-left, accent red. */
.jmu-services-hub-tile__pin {
	position: absolute;
	top: var(--space-sm);
	left: var(--space-sm);
	z-index: 3;
	padding: var(--space-3xs) var(--space-2xs);
	background: var(--color-primary);
	border-radius: var(--radius-full);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: 1;
	box-shadow: 0 4px 12px color-mix(in srgb, var(--color-primary) 40%, transparent);
}

/* ---------- Process band (cardless, connected numerals) ---------- */
.jmu-services-hub-process {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--bg-muted);
	border-top: var(--border-width) solid var(--border-color-muted);
}
.jmu-services-hub-process__inner {
	max-width: 1185px;
	margin: 0 auto;
}
.jmu-services-hub-process__head {
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	text-align: center;
}
.jmu-services-hub-process__head .jmu-services-hub-section__subtitle {
	max-width: 52ch;
	margin: var(--space-2xs) auto 0;
}
.jmu-services-hub-process__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--space-lg);
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Thin connecting line behind the numerals. */
.jmu-services-hub-process__steps::before {
	content: "";
	position: absolute;
	top: calc(var(--text-5xl, 3rem) / 2);
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background: linear-gradient(
		to right,
		var(--color-primary) 0%,
		color-mix(in srgb, var(--color-primary) 40%, transparent) 100%
	);
	z-index: 0;
}
.jmu-services-hub-process__step {
	position: relative;
	z-index: 1;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}
.jmu-services-hub-process__numeral {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(56px, 6vw, 72px);
	height: clamp(56px, 6vw, 72px);
	margin: 0 0 var(--space-sm);
	background: var(--bg-surface);
	border: var(--border-width-md) solid var(--color-primary);
	border-radius: var(--radius-full);
	color: var(--color-primary);
	font-family: var(--font-display);
	font-size: var(--text-3xl);
	font-weight: var(--font-weight-extrabold);
	line-height: 1;
	box-shadow: 0 8px 20px color-mix(in srgb, var(--color-primary) 18%, transparent);
}
.jmu-services-hub-process__step-title {
	margin: 0 0 var(--space-3xs);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}
.jmu-services-hub-process__step-body {
	margin: 0 auto;
	max-width: 24ch;
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}
.jmu-services-hub-process__cta {
	margin: clamp(2rem, 4vw, 3rem) 0 0;
	text-align: center;
}
.jmu-services-hub-process__cta a {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2xs);
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
	text-decoration: none;
	border-bottom: var(--border-width-md) solid color-mix(in srgb, var(--color-primary) 30%, transparent);
	padding-bottom: 4px;
	transition: color var(--duration-normal) var(--ease-default), border-color var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-process__cta a:hover {
	color: var(--color-primary-hover);
	border-color: var(--color-primary);
}
.jmu-services-hub-process__cta a:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 4px;
	border-radius: var(--radius-xs);
}

/* ---------- Proof band — replaces old "Service Area" (duplicated footer) ---------- */
.jmu-services-hub-proof {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--bg-base);
	border-top: var(--border-width) solid var(--border-color-muted);
}
.jmu-services-hub-proof__inner {
	max-width: 1185px;
	margin: 0 auto;
}
.jmu-services-hub-proof__head {
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	text-align: center;
}
.jmu-services-hub-proof__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--space-md);
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	padding: var(--space-lg) var(--space-md);
	list-style: none;
	background: var(--bg-muted);
	border-radius: var(--radius-lg);
}
.jmu-services-hub-proof__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-2xs);
	text-align: center;
}
.jmu-services-hub-proof__stat-value {
	color: var(--color-primary);
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-weight: var(--font-weight-extrabold);
	line-height: 1;
	letter-spacing: -0.02em;
}
.jmu-services-hub-proof__stat-label {
	color: var(--text-muted);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	max-width: 22ch;
}
.jmu-services-hub-proof__quotes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--space-md);
	margin: 0 0 var(--space-md);
	padding: 0;
	list-style: none;
}
.jmu-services-hub-proof__quote {
	display: flex;
	flex-direction: column;
	gap: var(--space-sm);
	padding: var(--space-md);
	background: var(--bg-surface);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
}
.jmu-services-hub-proof__stars {
	color: var(--color-rating-star);
	font-size: var(--text-md);
	letter-spacing: 2px;
	line-height: 1;
}
.jmu-services-hub-proof__quote-body {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-medium);
	line-height: var(--line-height-snug);
	letter-spacing: -0.005em;
}
.jmu-services-hub-proof__quote-body::before {
	content: "“";
	display: inline;
	color: var(--color-primary);
	font-weight: var(--font-weight-extrabold);
}
.jmu-services-hub-proof__quote-body::after {
	content: "”";
	display: inline;
	color: var(--color-primary);
	font-weight: var(--font-weight-extrabold);
}
.jmu-services-hub-proof__quote-cite {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-style: normal;
	font-size: var(--text-sm);
	color: var(--text-muted);
}
.jmu-services-hub-proof__quote-cite strong {
	color: var(--text-strong);
	font-weight: var(--font-weight-bold);
}
.jmu-services-hub-proof__more {
	margin: 0;
	text-align: center;
}
.jmu-services-hub-proof__more a {
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
	text-decoration: none;
	border-bottom: var(--border-width-md) solid color-mix(in srgb, var(--color-primary) 30%, transparent);
	padding-bottom: 3px;
	transition: color var(--duration-normal) var(--ease-default), border-color var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-proof__more a:hover {
	color: var(--color-primary-hover);
	border-color: var(--color-primary);
}

/* ---------- FAQ band — replaces old "Not Sure Which Service" (duplicated footer CTA) ---------- */
.jmu-services-hub-faq {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--bg-muted);
	border-top: var(--border-width) solid var(--border-color-muted);
}
.jmu-services-hub-faq__inner {
	max-width: 800px;
	margin: 0 auto;
}
.jmu-services-hub-faq__head {
	margin: 0 0 clamp(2rem, 4vw, 2.5rem);
	text-align: center;
}
.jmu-services-hub-faq__list {
	display: flex;
	flex-direction: column;
	gap: var(--space-2xs);
}
.jmu-services-hub-faq__item {
	background: var(--bg-surface);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	overflow: hidden;
	transition: border-color var(--duration-normal) var(--ease-default), box-shadow var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-faq__item[open] {
	border-color: color-mix(in srgb, var(--color-primary) 50%, var(--border-color-muted));
	box-shadow: 0 6px 18px color-mix(in srgb, var(--color-primary) 8%, transparent);
}
.jmu-services-hub-faq__item summary {
	position: relative;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-sm);
	padding: var(--space-sm) var(--space-md);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
	cursor: pointer;
	transition: color var(--duration-normal) var(--ease-default);
}
.jmu-services-hub-faq__item summary::-webkit-details-marker { display: none; }
.jmu-services-hub-faq__item summary:hover { color: var(--color-primary); }
.jmu-services-hub-faq__item summary:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: -2px;
}
.jmu-services-hub-faq__chev {
	flex-shrink: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform var(--duration-normal) var(--ease-default);
	margin-right: 4px;
}
.jmu-services-hub-faq__item[open] .jmu-services-hub-faq__chev {
	transform: rotate(-135deg);
	color: var(--color-primary);
}
.jmu-services-hub-faq__answer {
	padding: 0 var(--space-md) var(--space-md);
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}
.jmu-services-hub-faq__answer p { margin: 0; }
.jmu-services-hub-faq__more {
	margin: var(--space-md) 0 0;
	text-align: center;
	font-size: var(--text-sm);
	color: var(--text-muted);
}
.jmu-services-hub-faq__more a {
	color: var(--text-strong);
	font-weight: var(--font-weight-bold);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.jmu-services-hub-faq__more a:hover { color: var(--color-primary); }
.jmu-services-hub-faq__more a:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: var(--radius-xs);
}

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
	.jmu-services-hub-section__inner {
		grid-template-columns: 1fr;
		gap: var(--space-lg);
	}
	.jmu-services-hub-section__rail { position: static; }
	.jmu-services-hub-tiles {
		grid-template-columns: repeat(2, 1fr);
	}
	.jmu-services-hub-process__steps {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--space-md) var(--space-lg);
	}
	.jmu-services-hub-process__steps::before { display: none; }
	.jmu-services-hub-proof__stats {
		grid-template-columns: 1fr;
		gap: var(--space-md);
		padding: var(--space-md);
	}
}
@media (max-width: 880px) {
	.jmu-services-hub-hero {
		padding-block: clamp(2.5rem, 6vw, 4rem);
	}
	.jmu-services-hub-hero__inner {
		grid-template-columns: 1fr;
		gap: var(--space-lg);
	}
	.jmu-services-hub-hero__form-panel {
		max-width: 440px;
		margin: 0 auto;
	}
	.jmu-services-hub-proof__quotes {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 719px) {
	.jmu-services-hub-hero,
	.jmu-services-hub-section,
	.jmu-services-hub-process,
	.jmu-services-hub-proof,
	.jmu-services-hub-faq {
		padding-left: 20px;
		padding-right: 20px;
	}
	.jmu-services-hub-tiles {
		grid-template-columns: 1fr;
		gap: var(--space-md);
	}
	.jmu-services-hub-card,
	.jmu-services-hub-tile {
		min-height: 260px;
	}
	.jmu-services-hub-process__steps { grid-template-columns: 1fr; gap: var(--space-md); }
	.jmu-services-hub-section__title { font-size: var(--text-3xl); }
	.jmu-services-hub-faq__item summary { font-size: var(--text-base); padding: var(--space-sm); }
	.jmu-services-hub-faq__answer { padding: 0 var(--space-sm) var(--space-sm); }
}
@media (max-width: 480px) {
	.jmu-services-hub-hero__headline {
		font-size: clamp(1.875rem, 7vw, 2.5rem);
	}
	.jmu-services-hub-filter__chip {
		padding: var(--space-2xs) var(--space-sm);
	}
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.jmu-services-hub-tile,
	.jmu-services-hub-tile__media img,
	.jmu-services-hub-tile__arrow,
	.jmu-services-hub-tile__bar,
	.jmu-services-hub-rail-cta,
	.jmu-services-hub-rail-cta__arrow,
	.jmu-services-hub-faq__chev {
		transition-duration: 0.01ms;
	}
	.jmu-services-hub-tile:hover { transform: none; }
	.jmu-services-hub-tile:hover .jmu-services-hub-tile__media img { transform: scale(1.01); }
}

/* reviews.css */
/* Reviews band on service pages + full Reviews page. */

/* ---------- Reviews ---------- */
.jmu-reviews-section {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 4.5%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, color-mix(in srgb, var(--color-primary) 3.5%, transparent) 0 1px, transparent 1px 100%),
		var(--bg-muted);
	background-size: 56px 56px;
	color: var(--text-main);
	margin-block-start: 0 !important;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	min-height: 292px;
	padding: 52px 40px;
}
.jmu-reviews-section::before,
.jmu-reviews-section::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.jmu-reviews-section::before {
	inset: 0 auto 0 0;
	width: 96px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 98%, transparent), color-mix(in srgb, var(--color-primary-hover) 96%, transparent)),
		linear-gradient(90deg, color-mix(in srgb, var(--white) 14%, transparent) 0 1px, transparent 1px 100%);
}
.jmu-reviews-section::after {
	display: none;
}
.jmu-reviews-inner {
	display: grid;
	grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
	align-items: center;
	justify-content: center;
	gap: 54px;
	max-width: 1185px;
	min-height: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: left;
}
.jmu-reviews-proof {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: start;
	gap: 22px;
	width: 100%;
	padding-left: 0;
}
.jmu-reviews-badge {
	display: grid;
	gap: 8px;
	width: min(100%, 240px);
	padding: 22px 24px;
	border: 1px solid color-mix(in srgb, var(--color-primary) 16%, transparent);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-lg);
}
.jmu-reviews-badge strong {
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: 52px;
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
}
.jmu-reviews-badge > span:last-child {
	color: var(--text-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}
.jmu-reviews-stars {
	display: inline-flex;
	gap: 4px;
	color: var(--color-rating-star);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}
.jmu-reviews-content {
	min-width: 0;
	padding: 22px 0 22px 54px;
	border-left: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
	position: relative;
}
.jmu-reviews-content::before {
	content: "";
	position: absolute;
	top: 26px;
	left: -2px;
	width: 3px;
	height: calc(100% - 52px);
	border-radius: var(--radius-full);
	background: var(--color-primary);
}
.jmu-reviews-quote {
	margin: 0;
	color: var(--text-main);
	font-family: var(--font-sans);
	font-style: italic;
}
.jmu-reviews-quote--interior,
.jmu-reviews-quote--exterior,
.jmu-reviews-quote--new-construction,
.jmu-reviews-quote--commercial,
.jmu-reviews-quote--cabinet,
.jmu-reviews-quote--power-washing,
.jmu-reviews-quote--deck,
.jmu-reviews-quote--refresh,
.page-slug-interior-painting-services .jmu-reviews-quote--home,
.page-slug-exterior-painting-services .jmu-reviews-quote--home,
.page-slug-new-construction-painting-services .jmu-reviews-quote--home,
.page-slug-commercial-painting-services .jmu-reviews-quote--home,
.page-slug-cabinet-refinishing-services .jmu-reviews-quote--home,
.page-slug-power-washing-services .jmu-reviews-quote--home,
.page-slug-deck-exterior-restoration-services .jmu-reviews-quote--home,
.page-slug-refresh-painting-services .jmu-reviews-quote--home {
	display: none;
}
.page-slug-interior-painting-services .jmu-reviews-quote--interior {
	display: block;
}
.page-slug-exterior-painting-services .jmu-reviews-quote--exterior {
	display: block;
}
.page-slug-new-construction-painting-services .jmu-reviews-quote--new-construction {
	display: block;
}
.page-slug-commercial-painting-services .jmu-reviews-quote--commercial {
	display: block;
}
.page-slug-cabinet-refinishing-services .jmu-reviews-quote--cabinet {
	display: block;
}
.page-slug-power-washing-services .jmu-reviews-quote--power-washing {
	display: block;
}
.page-slug-deck-exterior-restoration-services .jmu-reviews-quote--deck {
	display: block;
}
.page-slug-refresh-painting-services .jmu-reviews-quote--refresh {
	display: block;
}
.jmu-reviews-quote p {
	max-width: 860px;
	margin: 0 0 22px;
	color: var(--text-main);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0;
}
.jmu-reviews-quote cite {
	display: block;
	color: var(--text-muted);
	font-size: var(--text-base);
	font-weight: 700;
	font-style: italic;
	line-height: 1.45;
}
.jmu-reviews-quote cite span {
	display: block;
	font-size: var(--text-sm);
	font-style: normal;
	font-weight: 400;
	opacity: 0.86;
}
@media (max-width: 720px) {
	.jmu-reviews-section {
		min-height: 0;
		padding: 36px 20px 40px;
	}
	.jmu-reviews-section::before {
		width: 100%;
		height: 12px;
	}
	.jmu-reviews-inner {
		grid-template-columns: 1fr;
		gap: 28px;
		text-align: center;
	}
	.jmu-reviews-proof {
		justify-items: center;
		padding-left: 0;
	}
	.jmu-reviews-badge {
		width: min(100%, 220px);
		padding: 18px 20px;
	}
	.jmu-reviews-badge strong {
		font-size: 44px;
	}
	.jmu-reviews-content {
		padding: 18px 0 0;
		border-left: 0;
	}
	.jmu-reviews-content::before {
		display: none;
	}
	.jmu-reviews-stars { font-size: 20px; }
	.jmu-reviews-quote p {
		margin-right: auto;
		margin-left: auto;
	}
	.jmu-reviews-quote p,
	.jmu-reviews-quote cite { font-size: 14px; }
	.jmu-reviews-quote p { line-height: 1.55; }
}


/* ---------- Reviews page ---------- */
.jmu-reviews-hero {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	min-height: clamp(360px, 46vh, 540px);
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background:
		linear-gradient(
			115deg,
			color-mix(in srgb, var(--brand-charcoal) 92%, transparent) 0%,
			color-mix(in srgb, var(--brand-charcoal) 78%, transparent) 52%,
			color-mix(in srgb, var(--color-primary) 72%, var(--brand-charcoal)) 100%
		),
		var(--brand-charcoal);
	color: var(--text-inverse);
	overflow: hidden;
	position: relative;
}
.jmu-reviews-hero::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 8px;
	background: var(--color-primary);
}
.jmu-reviews-hero__inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.jmu-reviews-hero__eyebrow,
.jmu-reviews-showcase__eyebrow,
.jmu-reviews-cta__eyebrow,
.jmu-review-form-section__kicker {
	margin: 0 0 var(--space-sm);
	color: color-mix(in srgb, var(--text-inverse) 82%, transparent);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
	text-transform: uppercase;
}
.jmu-reviews-hero__headline {
	max-width: 780px;
	margin: 0 0 var(--space-md);
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 4.8vw, 4rem);
	font-weight: var(--font-weight-semibold);
	line-height: 1;
	letter-spacing: 0;
}
.jmu-reviews-hero__lead {
	max-width: 58ch;
	margin: 0 0 var(--space-lg);
	color: color-mix(in srgb, var(--text-inverse) 90%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}
.jmu-reviews-hero__actions,
.jmu-reviews-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin: 0 0 var(--space-lg);
}
.jmu-reviews-hero__button .wp-block-button__link,
.jmu-reviews-cta__button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: var(--space-xs) var(--space-md);
	border-radius: var(--radius-sm);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	text-decoration: none;
	transition: background var(--duration-fast) var(--ease-default), border-color var(--duration-fast) var(--ease-default), color var(--duration-fast) var(--ease-default), transform var(--duration-fast) var(--ease-default);
}
.jmu-reviews-hero__button--primary .wp-block-button__link,
.jmu-reviews-cta__button--primary .wp-block-button__link {
	background: var(--color-primary);
	color: var(--text-inverse);
}
.jmu-reviews-hero__button--primary .wp-block-button__link:hover,
.jmu-reviews-cta__button--primary .wp-block-button__link:hover {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}
.jmu-reviews-hero__button--secondary .wp-block-button__link,
.jmu-reviews-cta__button--secondary .wp-block-button__link {
	border: 1px solid color-mix(in srgb, var(--text-inverse) 46%, transparent);
	background: color-mix(in srgb, var(--white) 9%, transparent);
	color: var(--text-inverse);
}
.jmu-reviews-hero__button--secondary .wp-block-button__link:hover,
.jmu-reviews-cta__button--secondary .wp-block-button__link:hover {
	border-color: var(--text-inverse);
	background: color-mix(in srgb, var(--white) 16%, transparent);
	transform: translateY(-1px);
}
.jmu-reviews-hero__button .wp-block-button__link:focus-visible,
.jmu-reviews-cta__button .wp-block-button__link:focus-visible {
	outline: 2px solid var(--text-inverse);
	outline-offset: 3px;
}
.jmu-reviews-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs);
	margin: 0;
	padding: 0;
	list-style: none;
}
.jmu-reviews-hero__proof li {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: var(--space-3xs) var(--space-sm);
	border: 1px solid color-mix(in srgb, var(--text-inverse) 18%, transparent);
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--white) 9%, transparent);
	color: color-mix(in srgb, var(--text-inverse) 88%, transparent);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
}
.jmu-reviews-showcase {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 3%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, color-mix(in srgb, var(--brand-charcoal) 3%, transparent) 0 1px, transparent 1px 100%),
		var(--bg-base);
	background-size: 64px 64px;
	scroll-margin-top: 160px;
}
.jmu-reviews-showcase__inner {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 4rem);
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.jmu-reviews-showcase__rail {
	position: sticky;
	top: var(--space-lg);
	align-self: start;
}
.jmu-reviews-showcase__rail-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-sm);
}
.jmu-reviews-showcase__eyebrow,
.jmu-reviews-cta__eyebrow,
.jmu-review-form-section__kicker {
	color: var(--color-primary);
}
.jmu-reviews-showcase__heading {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
}
.jmu-reviews-showcase__intro {
	margin: 0 0 var(--space-xs);
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}
.jmu-reviews-feed {
	min-width: 0;
	color: var(--text-main);
}
.jmu-reviews-feed__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
	margin-bottom: var(--space-md);
	padding: var(--space-md);
	border: 1px solid color-mix(in srgb, var(--brand-charcoal) 10%, transparent);
	border-radius: var(--radius-lg);
	background: var(--bg-surface);
	box-shadow: var(--shadow-md);
}
.jmu-reviews-feed__rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	color: var(--text-muted);
}
.jmu-reviews-feed__stars {
	color: var(--color-rating-star);
	font-size: var(--text-2xl);
	font-weight: var(--font-weight-bold);
	line-height: 1;
	letter-spacing: 0;
}
.jmu-reviews-feed__score {
	color: var(--color-primary);
	font-size: var(--text-3xl);
	font-weight: var(--font-weight-black);
	line-height: 1;
}
.jmu-reviews-feed__score-label {
	color: var(--text-muted);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
}
.jmu-reviews-feed__write,
.jmu-reviews-feed__load,
.jmu-reviews-feed__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: var(--space-xs) var(--space-md);
	border: 0;
	border-radius: var(--radius-sm);
	background: var(--color-primary);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background var(--duration-fast) var(--ease-default), transform var(--duration-fast) var(--ease-default);
}
.jmu-reviews-feed__write:hover,
.jmu-reviews-feed__write:focus-visible,
.jmu-reviews-feed__load:hover,
.jmu-reviews-feed__load:focus-visible,
.jmu-reviews-feed__clear:hover,
.jmu-reviews-feed__clear:focus-visible {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}
.jmu-reviews-feed__write:focus-visible,
.jmu-reviews-feed__load:focus-visible,
.jmu-reviews-feed__clear:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-reviews-feed__filters {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin: 0;
}
.jmu-reviews-feed__filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2xs);
	box-sizing: border-box;
	min-height: 40px;
	padding: var(--space-2xs) var(--space-sm);
	border: 1px solid color-mix(in srgb, var(--brand-charcoal) 16%, transparent);
	border-radius: var(--radius-full);
	background: var(--bg-surface);
	color: var(--text-muted);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	white-space: nowrap;
	cursor: pointer;
	transition: border-color var(--duration-fast) var(--ease-default), color var(--duration-fast) var(--ease-default), background var(--duration-fast) var(--ease-default);
}
.jmu-reviews-feed__filter:hover {
	border-color: var(--color-primary);
	color: var(--color-primary);
}
.jmu-reviews-feed__filter:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.jmu-reviews-feed__filter[aria-pressed="true"] {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--text-inverse);
}
.jmu-reviews-feed__filter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--brand-charcoal) 7%, transparent);
	color: var(--color-primary);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-black);
}
.jmu-reviews-feed__filter-icon--google { color: var(--brand-google); }
.jmu-reviews-feed__filter-icon--facebook { color: var(--brand-facebook); }
.jmu-reviews-feed__filter-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	padding-inline: var(--space-3xs);
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--brand-charcoal) 7%, transparent);
	color: var(--text-muted);
	font-size: var(--text-xs);
	line-height: 1;
}
.jmu-reviews-feed__filter[aria-pressed="true"] .jmu-reviews-feed__filter-icon,
.jmu-reviews-feed__filter[aria-pressed="true"] .jmu-reviews-feed__filter-count {
	background: color-mix(in srgb, var(--white) 18%, transparent);
	color: var(--text-inverse);
}
.jmu-review-feed-item[hidden] {
	display: none !important;
}
.jmu-reviews-feed__load[hidden],
.jmu-reviews-feed__empty[hidden] {
	display: none !important;
}
.jmu-reviews-feed__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md);
}
.jmu-review-feed-item {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: var(--space-sm);
	min-height: 100%;
	padding: var(--space-md);
	border: 1px solid color-mix(in srgb, var(--brand-charcoal) 10%, transparent);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
	transition: border-color var(--duration-fast) var(--ease-default), box-shadow var(--duration-fast) var(--ease-default), transform var(--duration-fast) var(--ease-default);
}
.jmu-review-feed-item:hover,
.jmu-review-feed-item:focus-within {
	border-color: color-mix(in srgb, var(--color-primary) 34%, transparent);
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
}
.jmu-review-feed-item__source {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: var(--radius-full);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-2xl);
	font-weight: var(--font-weight-bold);
	line-height: 1;
}
.jmu-review-feed-item__source--google {
	background: conic-gradient(from 45deg, var(--brand-google) 0 25%, var(--brand-google-green) 0 50%, var(--brand-google-yellow) 0 75%, var(--brand-google-red) 0);
}
.jmu-review-feed-item__source--review {
	background: linear-gradient(135deg, var(--brand-review-1), var(--brand-review-2));
	border: 2px solid var(--brand-review-border);
	font-size: var(--text-xl);
}
.jmu-review-feed-item__source--facebook {
	background: var(--brand-facebook);
}
.jmu-review-feed-item__source--site {
	background: var(--color-primary);
	border: 2px solid color-mix(in srgb, var(--color-primary) 72%, var(--white));
	font-size: var(--text-lg);
}
.jmu-review-feed-item__header {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: var(--space-3xs) var(--space-xs);
	margin-bottom: var(--space-3xs);
}
.jmu-review-feed-item__body h3 {
	margin: 0 0 2px;
	color: var(--text-strong);
	font-size: var(--text-md);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
}
.jmu-review-feed-item__stars {
	color: var(--color-rating-star);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-bold);
	line-height: 20px;
	margin-bottom: var(--space-xs);
	letter-spacing: 0;
}
.jmu-review-feed-item__body p {
	margin: 0 0 var(--space-xs);
	color: var(--text-strong);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}
.jmu-review-feed-item__city {
	color: var(--text-muted);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
}
.jmu-review-feed-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin-top: var(--space-sm);
	color: var(--text-muted);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
}
.jmu-review-feed-item__response {
	box-sizing: border-box;
	margin-top: var(--space-sm);
	padding: var(--space-sm);
	border-left: 3px solid var(--color-primary);
	border-radius: var(--radius-md);
	background: var(--bg-muted);
}
.jmu-review-feed-item__response span {
	display: block;
	margin-bottom: var(--space-2xs);
	color: var(--text-muted);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	text-transform: uppercase;
}
.jmu-review-feed-item__response p {
	margin: 0;
	color: var(--text-strong);
}
.jmu-reviews-feed__empty {
	box-sizing: border-box;
	padding: var(--space-lg);
	border: 1px dashed color-mix(in srgb, var(--color-primary) 32%, transparent);
	border-radius: var(--radius-lg);
	background: color-mix(in srgb, var(--bg-surface) 94%, var(--color-primary));
	text-align: center;
}
.jmu-reviews-feed__empty h3 {
	margin: 0 0 var(--space-2xs);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-2xl);
	line-height: var(--line-height-tight);
}
.jmu-reviews-feed__empty p {
	margin: 0 0 var(--space-md);
	color: var(--text-muted);
}
.jmu-reviews-feed__empty a {
	color: var(--color-primary);
	font-weight: var(--font-weight-bold);
}
.jmu-reviews-feed__load {
	margin-top: var(--space-lg);
}
.jmu-reviews-rail-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	column-gap: var(--space-sm);
	row-gap: 2px;
	align-items: center;
	margin-top: var(--space-xs);
	padding: var(--space-sm);
	border-radius: var(--radius-md);
	background: var(--brand-charcoal);
	color: var(--text-inverse);
	text-decoration: none;
	transition: background var(--duration-fast) var(--ease-default), box-shadow var(--duration-fast) var(--ease-default), transform var(--duration-fast) var(--ease-default);
}
.jmu-reviews-rail-cta:hover {
	background: var(--color-primary);
	box-shadow: var(--shadow-md);
	transform: translateY(-1px);
}
.jmu-reviews-rail-cta:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}
.jmu-reviews-rail-cta__eyebrow {
	grid-column: 1;
	grid-row: 1;
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
}
.jmu-reviews-rail-cta__body {
	grid-column: 1;
	grid-row: 2;
	color: color-mix(in srgb, var(--text-inverse) 76%, transparent);
	font-size: var(--text-sm);
}
.jmu-reviews-rail-cta__arrow {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--white) 14%, transparent);
	font-size: var(--text-lg);
	transition: transform var(--duration-fast) var(--ease-default), background var(--duration-fast) var(--ease-default);
}
.jmu-reviews-rail-cta:hover .jmu-reviews-rail-cta__arrow {
	background: color-mix(in srgb, var(--white) 22%, transparent);
	transform: translateX(3px);
}
.jmu-review-form-section {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	margin: clamp(3rem, 6vw, 5rem) auto 0;
	padding: var(--space-lg);
	border-radius: var(--radius-lg);
	background: var(--bg-surface);
	box-shadow: var(--shadow-md);
}
.jmu-review-form-section__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}
.jmu-review-form-section__copy h2 {
	margin: 0 0 10px;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
}
.jmu-review-form-section__copy p {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}
.jmu-review-form .jmu-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.jmu-reviews-cta {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--brand-charcoal);
	color: var(--text-inverse);
	text-align: center;
}
.jmu-reviews-cta__eyebrow {
	color: color-mix(in srgb, var(--text-inverse) 76%, transparent);
}
.jmu-reviews-cta__heading {
	max-width: 780px;
	margin: 0 auto var(--space-sm);
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
}
.jmu-reviews-cta__body {
	max-width: 58ch;
	margin: 0 auto var(--space-lg);
	color: color-mix(in srgb, var(--text-inverse) 82%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}
.jmu-reviews-cta__actions {
	justify-content: center;
	margin-bottom: 0;
}
@media (max-width: 1023px) {
	.jmu-reviews-showcase__inner {
		grid-template-columns: 1fr;
	}
	.jmu-reviews-showcase__rail {
		position: static;
	}
	.jmu-reviews-feed__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 719px) {
	.jmu-reviews-hero,
	.jmu-reviews-showcase,
	.jmu-reviews-cta {
		padding-right: 20px;
		padding-left: 20px;
	}
	.jmu-reviews-hero__headline {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}
	.jmu-reviews-feed__summary {
		align-items: flex-start;
		flex-direction: column;
		gap: var(--space-sm);
	}
	.jmu-reviews-feed__rating {
		align-items: flex-start;
		flex-direction: column;
	}
	.jmu-reviews-feed__filters {
		gap: var(--space-2xs);
	}
	.jmu-reviews-feed__list {
		grid-template-columns: 1fr;
	}
	.jmu-review-feed-item {
		grid-template-columns: 40px minmax(0, 1fr);
		padding: var(--space-sm);
	}
	.jmu-review-feed-item__source {
		width: 38px;
		height: 38px;
		font-size: var(--text-xl);
	}
	.jmu-review-form-section {
		padding: var(--space-md);
	}
	.jmu-review-form-section__inner {
		grid-template-columns: 1fr;
	}
	.jmu-review-form .jmu-form-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 480px) {
	.jmu-reviews-hero__actions,
	.jmu-reviews-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
	}
	.jmu-reviews-hero__button .wp-block-button__link,
	.jmu-reviews-cta__button .wp-block-button__link,
	.jmu-reviews-feed__write,
	.jmu-reviews-feed__load,
	.jmu-reviews-feed__clear {
		width: 100%;
	}
}
@media (prefers-reduced-motion: reduce) {
	.jmu-review-feed-item,
	.jmu-reviews-feed__write,
	.jmu-reviews-feed__load,
	.jmu-reviews-feed__clear,
	.jmu-reviews-rail-cta,
	.jmu-reviews-rail-cta__arrow,
	.jmu-reviews-hero__button .wp-block-button__link,
	.jmu-reviews-cta__button .wp-block-button__link {
		transition-duration: 0.01ms;
	}
	.jmu-review-feed-item:hover,
	.jmu-review-feed-item:focus-within,
	.jmu-reviews-rail-cta:hover,
	.jmu-reviews-feed__write:hover,
	.jmu-reviews-feed__load:hover,
	.jmu-reviews-feed__clear:hover,
	.jmu-reviews-hero__button .wp-block-button__link:hover,
	.jmu-reviews-cta__button .wp-block-button__link:hover {
		transform: none;
	}
}

/* footer.css */
/* Site footer. */

/* ---------- Footer ---------- */
.wp-site-blocks > footer.wp-block-template-part {
	margin-block-start: 0 !important;
}
.jmu-site-footer {
	background: var(--white);
	color: var(--text-muted);
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-block-start: 0 !important;
	padding: 0;
}
.jmu-footer-main {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: var(--space-md) var(--space-lg);
	background: var(--color-primary);
	color: var(--text-inverse);
}
.jmu-footer-inner {
	max-width: 1185px;
	margin: 0 auto;
	padding: 0;
}

/* ---------- Brand row ---------- */
.jmu-footer-brand-row {
	display: flex;
	align-items: center;
	gap: var(--space-md);
	padding-block-end: var(--space-md);
	margin-block-end: var(--space-md);
	border-bottom: 1px solid color-mix(in srgb, var(--white) 22%, transparent);
}
.jmu-footer-brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-xs) var(--space-sm);
	background: var(--white);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
	text-decoration: none;
	transition: transform var(--duration-normal) var(--ease-default), box-shadow var(--duration-normal) var(--ease-default);
}
.jmu-footer-brand-logo:hover,
.jmu-footer-brand-logo:focus-visible {
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}
.jmu-footer-brand-logo:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 3px;
}
.jmu-footer-brand-logo img {
	display: block;
	height: 44px;
	width: auto;
}
.jmu-footer-brand-tagline {
	flex: 1;
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}

/* ---------- Grid ---------- */
.jmu-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: var(--space-lg);
	line-height: var(--line-height-relaxed);
}
.jmu-footer-col h4 {
	margin: 0 0 var(--space-sm);
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	letter-spacing: var(--letter-spacing-eyebrow);
	text-transform: uppercase;
}
.jmu-footer-col p {
	margin: 0 0 var(--space-2xs);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-regular);
	line-height: var(--line-height-relaxed);
}
.jmu-footer-cities {
	opacity: 0.9;
	font-size: var(--text-sm) !important;
	line-height: var(--line-height-snug) !important;
}
.jmu-footer-cities a {
	color: var(--text-inverse);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.jmu-footer-cities a:hover,
.jmu-footer-cities a:focus-visible {
	color: var(--text-inverse);
	text-decoration-thickness: 2px;
}
.jmu-footer-address {
	margin-top: var(--space-2xs) !important;
	opacity: 0.85;
	font-size: var(--text-sm) !important;
}
.jmu-footer-emergency {
	margin-top: var(--space-md) !important;
	font-weight: var(--font-weight-bold) !important;
}

/* ---------- Action buttons ---------- */
.jmu-footer-actions {
	display: flex;
	flex-direction: column;
	gap: var(--space-2xs);
	max-width: 240px;
}
.jmu-footer-actions .jmu-btn {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.jmu-footer-actions .jmu-btn:focus-visible {
	outline-color: var(--white);
}

/* ---------- Social icons ---------- */
.jmu-footer-social {
	display: flex;
	gap: var(--space-2xs);
	margin-top: var(--space-md);
}
.jmu-footer-social__link {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-full);
	color: var(--text-inverse);
	text-decoration: none;
	transition: filter var(--duration-normal) var(--ease-default), transform var(--duration-normal) var(--ease-default), box-shadow var(--duration-normal) var(--ease-default);
}
.jmu-footer-social__link--instagram {
	background: var(--brand-instagram);
}
.jmu-footer-social__link--facebook {
	background: var(--brand-facebook);
}
.jmu-footer-social__link--google {
	background: var(--brand-google);
}
.jmu-footer-social__link:hover,
.jmu-footer-social__link:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-1px) scale(1.05);
	box-shadow: var(--shadow-sm);
}
.jmu-footer-social__link:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 2px;
}

/* ---------- Hours ---------- */
.jmu-footer-hours {
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-regular);
	line-height: var(--line-height-relaxed);
}
.jmu-footer-hours div {
	display: grid;
	grid-template-columns: auto max-content;
	gap: var(--space-md);
	margin: 0;
}
.jmu-footer-hours dt,
.jmu-footer-hours dd {
	margin: 0;
	padding: 0;
}

/* ---------- Legal band ---------- */
.jmu-footer-legal {
	box-sizing: border-box;
	margin-block-start: 0;
	padding: var(--space-sm) var(--space-md);
	background: var(--white);
	border-top: 1px solid var(--brand-charcoal-soft);
	color: var(--text-muted);
	font-family: var(--font-sans);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-medium);
	line-height: var(--line-height-normal);
	text-align: center;
}
.jmu-footer-legal-line {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 var(--space-2xs);
}
.jmu-footer-legal-line:last-child {
	padding: 0;
}
.jmu-footer-legal-line--careers {
	color: var(--text-strong);
	font-weight: var(--font-weight-semibold);
}
.jmu-footer-legal a {
	color: var(--text-strong);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color var(--duration-normal) var(--ease-default);
}
.jmu-footer-legal a:hover,
.jmu-footer-legal a:focus-visible {
	color: var(--color-primary);
}
.jmu-footer-legal a:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
	.jmu-footer-brand-row {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--space-sm);
	}
}
@media (max-width: 720px) {
	.jmu-footer-main { padding: var(--space-md); }
	.jmu-footer-grid { grid-template-columns: 1fr; row-gap: var(--space-md); }
	.jmu-footer-brand-row { align-items: center; text-align: center; }
	.jmu-footer-brand-tagline { text-align: center; }
	.jmu-footer-actions { max-width: 100%; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.jmu-site-footer *,
	.jmu-site-footer *::before,
	.jmu-site-footer *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}

/* faqs.css */
/* FAQ accordion page. */

/* ---------- FAQ accordion (kept) ---------- */
.jmu-faq-page-section {
	padding: 28px 1.25rem 18px;
}
.jmu-faq-intro {
	max-width: 1085px;
	margin: 0 auto 34px;
}
.jmu-faq-pattern-section.is-faq-page {
	padding: 0 !important;
}
.jmu-faq-pattern-section.is-faq-page .jmu-section-head {
	display: none;
}
.jmu-faq-pattern-section.is-faq-page .jmu-faq {
	max-width: 1085px;
	margin: 0;
}
.jmu-faq { max-width: 760px; margin: 0 auto; }
.jmu-faq details {
	background: var(--text-inverse);
	border: 0;
	border-top: 1px solid var(--border-color-strong);
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.jmu-faq summary {
	cursor: pointer;
	position: relative;
	color: var(--color-primary-deep);
	font-family: var(--font-sans);
	font-size: clamp(1.2rem, 2.2vw, 1.45rem);
	font-weight: 900;
	line-height: 1.25;
	list-style: none;
	display: block;
	padding: 17px 60px 17px 0;
}
.jmu-faq summary::-webkit-details-marker { display: none; }
.jmu-faq summary:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	border-radius: var(--radius-sm);
}
.jmu-faq summary::after {
	content: "\002B";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	background: var(--color-primary);
	color: var(--text-inverse);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
}
.jmu-faq details[open] summary::after {
	content: "\2212";
	transform: translateY(-50%);
}
.jmu-faq details > div {
	max-width: 780px;
	padding: 20px 60px 26px 0;
	color: var(--text-main);
}
.jmu-faq details > div p {
	margin: 0;
}
.jmu-faq details:last-child {
	border-bottom: 1px solid var(--border-color-strong);
}
@media (max-width: 720px) {
	.jmu-faq-page-section {
		padding-top: var(--space-md);
	}
	.jmu-faq summary {
		padding-right: var(--space-xl);
	}
	.jmu-faq summary::after {
		right: 0;
		width: 32px;
		height: 32px;
	}
	.jmu-faq details > div {
		padding-right: 0;
	}
}


/* about.css */
/* About page. */

.jmu-about-hero,
.jmu-about-origin,
.jmu-about-standard,
.jmu-about-proofwall,
.jmu-about-process-note,
.jmu-about-credentials,
.jmu-about-close {
	box-sizing: border-box;
	width: auto;
	max-width: none;
	margin-block-start: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-inline: clamp(var(--space-md), 4vw, var(--space-xl));
}

.wp-block-group.jmu-about-hero,
.wp-block-group.jmu-about-origin,
.wp-block-group.jmu-about-standard,
.wp-block-group.jmu-about-proofwall,
.wp-block-group.jmu-about-process-note,
.wp-block-group.jmu-about-credentials,
.wp-block-group.jmu-about-close {
	width: auto;
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.jmu-about-hero {
	position: relative;
	min-height: clamp(300px, 38vh, 430px);
	padding-block: clamp(var(--space-lg), 4vw, var(--space-xl));
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--bg-dark) 98%, transparent) 0%,
			color-mix(in srgb, var(--bg-dark) 88%, transparent) 56%,
			color-mix(in srgb, var(--color-primary) 68%, var(--bg-dark)) 100%
		),
		var(--bg-dark);
	color: var(--text-inverse);
	overflow: hidden;
}

.jmu-about-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: var(--border-width-lg);
	background: linear-gradient(90deg, var(--color-primary), color-mix(in srgb, var(--white) 42%, transparent));
}

.jmu-about-hero__inner,
.jmu-about-origin__inner,
.jmu-about-standard__inner,
.jmu-about-process-note__inner,
.jmu-about-credentials__inner,
.jmu-about-close__inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.jmu-about-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
	gap: clamp(var(--space-lg), 6vw, var(--space-3xl));
	align-items: center;
}

.jmu-about-hero__copy,
.jmu-about-origin__story,
.jmu-about-process-note__copy,
.jmu-about-credentials__head,
.jmu-about-close__inner {
	display: grid;
	gap: var(--space-md);
	min-width: 0;
}

.jmu-about-kicker {
	margin: 0;
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-about-hero .jmu-about-kicker,
.jmu-about-close .jmu-about-kicker {
	color: color-mix(in srgb, var(--text-inverse) 78%, transparent);
}

.jmu-about-hero__headline {
	max-width: 820px;
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: var(--font-weight-extrabold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
	text-wrap: balance;
}

.jmu-about-hero__lead {
	max-width: 62ch;
	margin: 0;
	color: color-mix(in srgb, var(--text-inverse) 88%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}

.jmu-about-hero__actions,
.jmu-about-close__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin: 0;
}

.jmu-about-button .wp-block-button__link,
.jmu-about-process-note__contact a {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: var(--space-xs) var(--space-md);
	border-radius: var(--radius-sm);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	text-decoration: none;
	transition:
		background var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-about-button--primary .wp-block-button__link {
	background: var(--color-primary);
	color: var(--text-inverse);
}

.jmu-about-button--primary .wp-block-button__link:hover,
.jmu-about-button--primary .wp-block-button__link:focus-visible {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-about-button--secondary .wp-block-button__link {
	border: var(--border-width) solid color-mix(in srgb, var(--white) 54%, transparent);
	background: color-mix(in srgb, var(--white) 10%, transparent);
	color: var(--text-inverse);
}

.jmu-about-button--secondary .wp-block-button__link:hover,
.jmu-about-button--secondary .wp-block-button__link:focus-visible {
	border-color: var(--text-inverse);
	background: color-mix(in srgb, var(--white) 16%, transparent);
	transform: translateY(-1px);
}

.jmu-about-button .wp-block-button__link:focus-visible {
	outline: 2px solid var(--text-inverse);
	outline-offset: 3px;
}

.jmu-about-hero__field-note {
	position: relative;
	display: grid;
	gap: var(--space-sm);
	margin: 0;
}

.jmu-about-hero__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: var(--border-width) solid color-mix(in srgb, var(--white) 18%, transparent);
	border-radius: var(--radius-lg);
	background: var(--bg-dark);
	box-shadow: var(--shadow-xl);
}

.jmu-about-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 30%, color-mix(in srgb, var(--black) 30%, transparent)),
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 24%, transparent), transparent 42%);
	pointer-events: none;
}

.jmu-about-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jmu-about-hero__ledger {
	position: relative;
	display: grid;
	grid-template-columns: auto repeat(3, minmax(0, 1fr));
	gap: var(--space-sm);
	align-items: center;
	padding: var(--space-sm);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 18%, transparent);
	border-radius: var(--radius-md);
	background: color-mix(in srgb, var(--white) 94%, transparent);
	box-shadow: var(--shadow-lg);
	color: var(--text-main);
}

.jmu-about-hero__mark {
	width: 56px;
	height: 56px;
}

.jmu-about-hero__ledger span {
	display: grid;
	gap: var(--space-3xs);
	min-width: 0;
}

.jmu-about-hero__ledger strong {
	color: var(--text-strong);
	font-size: var(--text-sm);
	line-height: var(--line-height-snug);
}

.jmu-about-hero__ledger small {
	color: var(--text-muted);
	font-size: var(--text-xs);
	line-height: var(--line-height-normal);
}

.jmu-about-origin {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--bg-base);
}

.jmu-about-origin__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
	gap: clamp(var(--space-lg), 5vw, var(--space-3xl));
	align-items: start;
}

.jmu-about-section-title {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: var(--font-weight-semibold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
	text-wrap: balance;
}

.jmu-about-origin__lead {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}

.jmu-about-origin__timeline {
	position: relative;
	display: grid;
	gap: var(--space-md);
	margin: 0;
	padding: 0 0 0 var(--space-lg);
	list-style: none;
}

.jmu-about-origin__timeline::before {
	content: "";
	position: absolute;
	top: var(--space-2xs);
	bottom: var(--space-2xs);
	left: 5px;
	width: var(--border-width-md);
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--color-primary) 32%, transparent);
}

.jmu-about-origin__timeline li {
	position: relative;
	display: grid;
	gap: var(--space-2xs);
	padding: var(--space-md);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
}

.jmu-about-origin__timeline li::before {
	content: "";
	position: absolute;
	top: var(--space-md);
	left: calc((var(--space-lg) + 5px) * -1);
	width: 12px;
	height: 12px;
	border: var(--border-width-md) solid var(--bg-surface);
	border-radius: var(--radius-full);
	background: var(--color-primary);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 16%, transparent);
}

.jmu-about-origin__timeline span,
.jmu-about-standard__item span,
.jmu-about-proofwall__stat span,
.jmu-about-process-note__contact > span {
	color: var(--color-primary);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-about-origin__timeline strong {
	color: var(--text-strong);
	font-size: var(--text-xl);
	line-height: var(--line-height-snug);
}

.jmu-about-origin__timeline p {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}

.jmu-about-standard {
	padding-block: clamp(3rem, 6vw, 5rem);
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 4%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, color-mix(in srgb, var(--text-strong) 4%, transparent) 0 1px, transparent 1px 100%),
		var(--bg-muted);
	background-size: 56px 56px;
}

.jmu-about-standard__inner {
	display: grid;
	gap: var(--space-md);
}

.jmu-about-standard__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-md);
	margin-top: var(--space-sm);
}

.jmu-about-standard__item {
	position: relative;
	display: grid;
	align-content: start;
	gap: var(--space-sm);
	min-height: 100%;
	padding: var(--space-lg);
	border: var(--border-width) solid color-mix(in srgb, var(--text-strong) 10%, transparent);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
}

.jmu-about-standard__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: clamp(2.75rem, 7vw, 4.5rem);
	height: clamp(2.75rem, 7vw, 4.5rem);
	border-bottom-left-radius: var(--radius-md);
	background: color-mix(in srgb, var(--color-primary) 9%, transparent);
}

.jmu-about-standard__item span {
	position: relative;
	z-index: var(--z-base);
	width: max-content;
	padding-bottom: var(--space-2xs);
	border-bottom: var(--border-width-md) solid var(--color-primary);
}

.jmu-about-standard__item h3 {
	margin: 0;
	color: var(--text-strong);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}

.jmu-about-standard__item p {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}

.jmu-about-proofwall {
	padding-block: var(--space-xl);
	background: var(--bg-dark);
	color: var(--text-inverse);
}

.jmu-about-proofwall__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	border: var(--border-width) solid color-mix(in srgb, var(--white) 14%, transparent);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.jmu-about-proofwall__stat {
	display: grid;
	gap: var(--space-2xs);
	padding: var(--space-lg);
	border-right: var(--border-width) solid color-mix(in srgb, var(--white) 14%, transparent);
	background: color-mix(in srgb, var(--white) 5%, transparent);
}

.jmu-about-proofwall__stat:last-child {
	border-right: 0;
}

.jmu-about-proofwall__stat strong {
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(var(--text-xl), 2.5vw, var(--text-3xl));
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-tight);
}

.jmu-about-proofwall__stat span {
	color: color-mix(in srgb, var(--text-inverse) 76%, transparent);
	letter-spacing: 0;
	text-transform: none;
}

.jmu-about-process-note {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--bg-warm);
}

.jmu-about-process-note__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) minmax(260px, 0.48fr);
	gap: var(--space-lg);
	align-items: start;
}

.jmu-about-process-note__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-sm);
	margin: 0;
	padding: 0;
	counter-reset: about-process;
	list-style: none;
}

.jmu-about-process-note__steps li {
	position: relative;
	display: grid;
	gap: var(--space-2xs);
	padding: var(--space-md);
	border-left: var(--border-width-lg) solid var(--color-primary);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
	counter-increment: about-process;
}

.jmu-about-process-note__steps li::before {
	content: counter(about-process, decimal-leading-zero);
	color: color-mix(in srgb, var(--color-primary) 72%, transparent);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-black);
	line-height: 1;
}

.jmu-about-process-note__steps strong {
	color: var(--text-strong);
	font-size: var(--text-base);
	line-height: var(--line-height-snug);
}

.jmu-about-process-note__steps span {
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}

.jmu-about-process-note__contact {
	display: grid;
	gap: var(--space-sm);
	padding: var(--space-md);
	border-radius: var(--radius-lg);
	background: var(--bg-dark);
	box-shadow: var(--shadow-md);
	color: var(--text-inverse);
}

.jmu-about-process-note__contact > span {
	color: color-mix(in srgb, var(--text-inverse) 78%, transparent);
}

.jmu-about-process-note__phone {
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: var(--text-2xl);
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-tight);
	text-decoration: none;
}

.jmu-about-process-note__phone:hover,
.jmu-about-process-note__phone:focus-visible {
	color: color-mix(in srgb, var(--text-inverse) 82%, var(--color-primary));
}

.jmu-about-process-note__phone:focus-visible {
	outline: 2px solid var(--text-inverse);
	outline-offset: 3px;
}

.jmu-about-process-note__contact div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-2xs);
}

.jmu-about-process-note__contact div a {
	border: var(--border-width) solid color-mix(in srgb, var(--white) 32%, transparent);
	background: color-mix(in srgb, var(--white) 10%, transparent);
	color: var(--text-inverse);
}

.jmu-about-process-note__contact div a:hover,
.jmu-about-process-note__contact div a:focus-visible {
	border-color: var(--text-inverse);
	background: var(--color-primary);
	transform: translateY(-1px);
}

.jmu-about-process-note__contact div a:focus-visible {
	outline: 2px solid var(--text-inverse);
	outline-offset: 3px;
}

.jmu-about-credentials {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--bg-base);
}

.jmu-about-credentials__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.35fr) minmax(0, 1fr);
	gap: clamp(var(--space-lg), 5vw, var(--space-3xl));
	align-items: start;
}

.jmu-about-credentials__head {
	position: sticky;
	top: var(--space-lg);
}

.jmu-about-credentials__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-sm);
}

.jmu-about-credentials__grid dl {
	display: grid;
	gap: var(--space-2xs);
	margin: 0;
	padding: var(--space-md);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
}

.jmu-about-credentials__grid dt {
	color: var(--color-primary);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-about-credentials__grid dd {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}

.jmu-about-close {
	padding-block: clamp(3rem, 6vw, 5rem);
	background:
		linear-gradient(120deg, color-mix(in srgb, var(--color-primary) 28%, transparent), transparent 48%),
		var(--bg-dark);
	color: var(--text-inverse);
	text-align: center;
}

.jmu-about-close__inner {
	justify-items: center;
	max-width: 900px;
}

.jmu-about-close__heading {
	max-width: 780px;
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
	text-wrap: balance;
}

.jmu-about-close__body {
	max-width: 62ch;
	margin: 0;
	color: color-mix(in srgb, var(--text-inverse) 84%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}

.jmu-about-close__actions {
	justify-content: center;
}

@media (max-width: 1080px) {
	.jmu-about-hero__inner,
	.jmu-about-origin__inner,
	.jmu-about-process-note__inner,
	.jmu-about-credentials__inner {
		grid-template-columns: 1fr;
	}

	.jmu-about-credentials__head {
		position: static;
	}

	.jmu-about-standard__grid,
	.jmu-about-proofwall__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jmu-about-proofwall__stat:nth-child(2) {
		border-right: 0;
	}

	.jmu-about-proofwall__stat:nth-child(-n + 2) {
		border-bottom: var(--border-width) solid color-mix(in srgb, var(--white) 14%, transparent);
	}
}

@media (max-width: 760px) {
	.jmu-about-hero,
	.jmu-about-origin,
	.jmu-about-standard,
	.jmu-about-proofwall,
	.jmu-about-process-note,
	.jmu-about-credentials,
	.jmu-about-close {
		padding-right: var(--space-md);
		padding-left: var(--space-md);
	}

	.jmu-about-hero__headline {
		font-size: clamp(1.85rem, 8vw, 2.45rem);
	}

	.jmu-about-hero__inner,
	.jmu-about-origin__inner,
	.jmu-about-standard__inner,
	.jmu-about-proofwall__inner,
	.jmu-about-process-note__inner,
	.jmu-about-credentials__inner,
	.jmu-about-close__inner,
	.jmu-about-hero__field-note {
		box-sizing: border-box;
		max-width: calc(100vw - var(--space-xl));
		padding-right: var(--space-md);
	}

	.jmu-about-hero__lead {
		max-width: 20ch;
		overflow-wrap: break-word;
	}

	.jmu-about-hero__ledger,
	.jmu-about-standard__grid,
	.jmu-about-process-note__steps,
	.jmu-about-credentials__grid {
		grid-template-columns: 1fr;
	}

	.jmu-about-hero__mark {
		width: 48px;
		height: 48px;
	}

	.jmu-about-proofwall__inner {
		grid-template-columns: 1fr;
	}

	.jmu-about-proofwall__stat,
	.jmu-about-proofwall__stat:nth-child(2) {
		border-right: 0;
	}

	.jmu-about-proofwall__stat:not(:last-child) {
		border-bottom: var(--border-width) solid color-mix(in srgb, var(--white) 14%, transparent);
	}
}

@media (max-width: 520px) {
	.jmu-about-hero__actions,
	.jmu-about-close__actions,
	.jmu-about-process-note__contact div {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.jmu-about-button,
	.jmu-about-button .wp-block-button__link {
		width: auto;
	}

	.jmu-about-process-note__contact div a {
		width: 100%;
	}

	.jmu-about-origin__timeline {
		padding-left: var(--space-md);
	}

	.jmu-about-origin__timeline li::before {
		left: calc((var(--space-md) + 5px) * -1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jmu-about-button .wp-block-button__link,
	.jmu-about-process-note__contact a {
		transition-duration: 0.01ms;
	}

	.jmu-about-button .wp-block-button__link:hover,
	.jmu-about-button .wp-block-button__link:focus-visible,
	.jmu-about-process-note__contact a:hover,
	.jmu-about-process-note__contact a:focus-visible {
		transform: none;
	}
}

/* careers.css */
/* Careers page. */

.jmu-careers-hero {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: clamp(300px, 38vh, 430px);
	margin-block-start: 0 !important;
	padding: clamp(var(--space-lg), 4vw, var(--space-xl)) 40px;
	background:
		linear-gradient(
			115deg,
			color-mix(in srgb, var(--brand-charcoal) 94%, transparent) 0%,
			color-mix(in srgb, var(--brand-charcoal) 80%, transparent) 55%,
			color-mix(in srgb, var(--color-primary) 70%, var(--brand-charcoal)) 100%
		),
		var(--brand-charcoal);
	color: var(--text-inverse);
	overflow: hidden;
}

.jmu-careers-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
	gap: clamp(var(--space-lg), 5vw, var(--space-3xl));
	align-items: center;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.jmu-careers-hero__copy {
	display: grid;
	gap: var(--space-md);
	max-width: 780px;
}

.jmu-careers-hero__eyebrow,
.jmu-careers-showcase__eyebrow,
.jmu-careers-apply__eyebrow,
.jmu-careers-role__type,
.jmu-careers-hero__panel-kicker {
	margin: 0;
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-careers-hero__eyebrow,
.jmu-careers-hero__panel-kicker,
.jmu-careers-apply__eyebrow {
	color: color-mix(in srgb, var(--text-inverse) 84%, transparent);
}

.jmu-careers-hero__headline {
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: var(--font-weight-extrabold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
	text-shadow: 0 3px 10px color-mix(in srgb, var(--black) 34%, transparent);
}

.jmu-careers-hero__lead {
	max-width: 640px;
	margin: 0;
	color: color-mix(in srgb, var(--text-inverse) 90%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}

.jmu-careers-hero__actions,
.jmu-careers-showcase__actions,
.jmu-careers-apply__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin: 0;
}

.jmu-careers-button .wp-block-button__link {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: var(--space-xs) var(--space-md);
	border-radius: var(--radius-sm);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	text-decoration: none;
	transition:
		background var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-careers-button--primary .wp-block-button__link,
.jmu-careers-button--rail .wp-block-button__link {
	background: var(--color-primary);
	color: var(--text-inverse);
}

.jmu-careers-button--primary .wp-block-button__link:hover,
.jmu-careers-button--primary .wp-block-button__link:focus-visible,
.jmu-careers-button--rail .wp-block-button__link:hover,
.jmu-careers-button--rail .wp-block-button__link:focus-visible {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-careers-button--secondary .wp-block-button__link {
	border: var(--border-width) solid color-mix(in srgb, var(--white) 54%, transparent);
	background: color-mix(in srgb, var(--white) 10%, transparent);
	color: var(--text-inverse);
}

.jmu-careers-button--secondary .wp-block-button__link:hover,
.jmu-careers-button--secondary .wp-block-button__link:focus-visible {
	border-color: var(--text-inverse);
	background: color-mix(in srgb, var(--white) 16%, transparent);
	transform: translateY(-1px);
}

.jmu-careers-button .wp-block-button__link:focus-visible {
	outline: 2px solid var(--text-inverse);
	outline-offset: 3px;
}

.jmu-careers-showcase .jmu-careers-button .wp-block-button__link:focus-visible {
	outline-color: var(--color-primary);
}

.jmu-careers-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-careers-hero__proof li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 34%, transparent);
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--black) 22%, transparent);
	color: var(--text-inverse);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
}

.jmu-careers-hero__panel {
	box-sizing: border-box;
	padding: var(--space-lg);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 18%, transparent);
	border-radius: var(--radius-lg);
	background: color-mix(in srgb, var(--white) 94%, transparent);
	box-shadow: var(--shadow-lg);
	color: var(--text-main);
}

.jmu-careers-hero__panel-kicker {
	margin-bottom: var(--space-sm);
	color: var(--color-primary);
}

.jmu-careers-hero__checklist {
	display: grid;
	gap: var(--space-sm);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-careers-hero__checklist li {
	position: relative;
	padding-left: var(--space-lg);
	color: var(--text-strong);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-relaxed);
}

.jmu-careers-hero__checklist li::before {
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: var(--radius-full);
	background: var(--color-primary);
	box-shadow: 0 0 0 5px color-mix(in srgb, var(--color-primary) 12%, transparent);
}

.jmu-careers-showcase {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--bg-base);
	scroll-margin-top: 160px;
}

.jmu-careers-showcase__inner {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: var(--space-xl);
	align-items: start;
	max-width: 1240px;
	margin: 0 auto;
}

.jmu-careers-showcase__rail {
	position: sticky;
	top: var(--space-lg);
	align-self: start;
	display: grid;
	gap: var(--space-sm);
}

.jmu-careers-showcase__heading,
.jmu-careers-culture__heading,
.jmu-careers-apply__heading {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
	letter-spacing: 0;
}

.jmu-careers-showcase__intro {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-careers-crm {
	scroll-margin-top: 160px;
}

.jmu-careers-crm .jmu-careers-head {
	max-width: 760px;
	margin: 0 0 var(--space-md);
	text-align: left;
}

.jmu-careers-crm .jmu-careers-head h2,
.jmu-careers-crm .jmu-career-form-head h2 {
	margin: 0 0 var(--space-2xs);
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
}

.jmu-careers-crm .jmu-careers-head p,
.jmu-careers-crm .jmu-career-form-head p {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}

.jmu-careers-crm .jmu-careers-kicker {
	margin: 0 0 var(--space-2xs) !important;
	color: var(--color-primary) !important;
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-careers-crm .jmu-careers-jobs,
.jmu-careers-roles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md);
	margin: 0 0 var(--space-xl);
}

.jmu-careers-crm .jmu-career-card,
.jmu-careers-role {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
	gap: var(--space-sm);
	min-height: 100%;
	padding: var(--space-lg);
	border: var(--border-width) solid color-mix(in srgb, var(--brand-charcoal) 10%, transparent);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
	transition:
		border-color var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-careers-crm .jmu-career-card:hover,
.jmu-careers-crm .jmu-career-card:focus-within,
.jmu-careers-role:hover,
.jmu-careers-role:focus-within {
	border-color: color-mix(in srgb, var(--color-primary) 35%, transparent);
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
}

.jmu-careers-crm .jmu-career-card:first-of-type,
.jmu-careers-role--featured {
	grid-row: span 2;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--color-primary) 6%, transparent), transparent 46%),
		var(--bg-surface);
}

.jmu-careers-crm .jmu-career-card h3,
.jmu-careers-role__title {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-tight);
}

.jmu-careers-crm .jmu-career-meta {
	margin: 0 0 var(--space-xs);
	color: var(--color-primary);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
}

.jmu-careers-crm .jmu-career-summary,
.jmu-careers-crm .jmu-career-description,
.jmu-careers-role__body,
.jmu-careers-role__list {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}

.jmu-careers-crm .jmu-career-description p {
	margin: var(--space-2xs) 0 0;
}

.jmu-careers-role__list {
	padding-left: var(--space-md);
}

.jmu-careers-crm .jmu-career-card-action {
	display: flex;
	justify-content: flex-start;
	margin-top: var(--space-xs);
}

.jmu-careers-crm .jmu-career-apply,
.jmu-careers-crm .jmu-careers-empty .jmu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: var(--space-xs) var(--space-md);
	border: 0;
	border-radius: var(--radius-sm);
	background: var(--color-primary);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	text-decoration: none;
	cursor: pointer;
	transition:
		background var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-careers-crm .jmu-career-apply:hover,
.jmu-careers-crm .jmu-career-apply:focus-visible,
.jmu-careers-crm .jmu-careers-empty .jmu-btn:hover,
.jmu-careers-crm .jmu-careers-empty .jmu-btn:focus-visible {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-careers-crm .jmu-career-apply:focus-visible,
.jmu-careers-crm .jmu-careers-empty .jmu-btn:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-careers-crm .jmu-career-form-wrap {
	max-width: 900px;
	margin-inline: 0;
	scroll-margin-top: 160px;
}

.jmu-careers-crm .jmu-career-form-wrap[hidden] {
	display: none !important;
}

.jmu-careers-crm .jmu-career-form-head {
	max-width: 760px;
	margin: 0 0 var(--space-md);
	text-align: left;
}

.jmu-careers-crm .jmu-career-form-wrap .jmu-form,
.jmu-careers-crm .jmu-career-form-panel {
	box-sizing: border-box;
	max-width: none;
	margin: 0;
	padding: var(--space-lg);
	border: var(--border-width) solid color-mix(in srgb, var(--color-primary) 18%, transparent);
	border-radius: var(--radius-lg);
	background: var(--bg-surface);
	box-shadow: var(--shadow-md);
}

.jmu-careers-crm .jmu-dashboard-form .jmu-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-sm);
}

.jmu-careers-crm .jmu-dashboard-form .full {
	grid-column: 1 / -1;
}

.jmu-careers-crm .jmu-dashboard-form label {
	display: block;
	margin: 0 0 var(--space-3xs);
	color: var(--text-strong);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
}

.jmu-careers-crm .jmu-dashboard-form input,
.jmu-careers-crm .jmu-dashboard-form select,
.jmu-careers-crm .jmu-dashboard-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	padding: var(--space-xs) var(--space-sm);
	border: var(--border-width) solid var(--border-color);
	border-radius: var(--radius-sm);
	background: var(--bg-surface);
	color: var(--text-main);
	font: inherit;
}

.jmu-careers-crm .jmu-dashboard-form textarea {
	min-height: 130px;
	resize: vertical;
}

.jmu-careers-crm .jmu-dashboard-form input[type="file"] {
	min-height: 0;
	line-height: var(--line-height-normal);
}

.jmu-careers-crm .jmu-dashboard-form input:focus,
.jmu-careers-crm .jmu-dashboard-form select:focus,
.jmu-careers-crm .jmu-dashboard-form textarea:focus {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent);
	outline: none;
}

.jmu-careers-crm .jmu-dashboard-form button[type="submit"] {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: var(--radius-sm);
	background: var(--color-primary);
	color: var(--text-inverse);
	cursor: pointer;
	font-family: var(--font-sans);
	font-weight: var(--font-weight-bold);
	padding: var(--space-xs) var(--space-md);
}

.jmu-careers-crm .jmu-dashboard-form button[type="submit"]:hover,
.jmu-careers-crm .jmu-dashboard-form button[type="submit"]:focus-visible {
	background: var(--color-primary-hover);
}

.jmu-careers-crm .jmu-dashboard-form button[type="submit"]:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-careers-crm .jmu-careers-empty {
	grid-column: 1 / -1;
	padding: var(--space-lg);
	border: var(--border-width) dashed color-mix(in srgb, var(--color-primary) 34%, transparent);
	border-radius: var(--radius-lg);
	background: var(--bg-surface);
	text-align: center;
}

.jmu-careers-crm .jmu-careers-empty p {
	margin: 0 0 var(--space-md);
	color: var(--text-muted);
}

.jmu-careers-culture {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 4%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, color-mix(in srgb, var(--brand-charcoal) 4%, transparent) 0 1px, transparent 1px 100%),
		var(--bg-muted);
	background-size: 56px 56px;
}

.jmu-careers-culture__heading {
	max-width: 760px;
	margin: 0 auto var(--space-lg);
	text-align: center;
}

.jmu-careers-culture__grid {
	gap: var(--space-md);
	margin: 0;
}

.jmu-careers-culture__item {
	box-sizing: border-box;
	padding: var(--space-md);
	border-left: 4px solid var(--color-primary);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
}

.jmu-careers-culture__item h3 {
	margin: 0 0 var(--space-2xs);
	color: var(--text-strong);
	font-size: var(--text-xl);
	line-height: var(--line-height-tight);
}

.jmu-careers-culture__item p {
	margin: 0;
	color: var(--text-muted);
	line-height: var(--line-height-relaxed);
}

.jmu-careers-apply {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--brand-charcoal);
	color: var(--text-inverse);
	text-align: center;
}

.jmu-careers-apply__heading {
	max-width: 780px;
	margin: 0 auto var(--space-sm);
	color: var(--text-inverse);
}

.jmu-careers-apply__body {
	max-width: 60ch;
	margin: 0 auto var(--space-lg);
	color: color-mix(in srgb, var(--text-inverse) 82%, transparent);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}

.jmu-careers-apply__actions {
	justify-content: center;
}

@media (max-width: 1023px) {
	.jmu-careers-hero__inner,
	.jmu-careers-showcase__inner {
		grid-template-columns: 1fr;
	}

	.jmu-careers-showcase__rail {
		position: static;
	}
}

@media (max-width: 719px) {
	.jmu-careers-hero,
	.jmu-careers-showcase,
	.jmu-careers-culture,
	.jmu-careers-apply {
		padding-right: 20px;
		padding-left: 20px;
	}

	.jmu-careers-hero__headline {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.jmu-careers-hero__panel,
	.jmu-careers-role,
	.jmu-careers-culture__item {
		padding: var(--space-md);
	}

	.jmu-careers-crm .jmu-careers-jobs,
	.jmu-careers-roles {
		grid-template-columns: 1fr;
	}

	.jmu-careers-crm .jmu-career-card:first-of-type,
	.jmu-careers-role--featured {
		grid-row: auto;
	}

	.jmu-careers-crm .jmu-career-form-wrap .jmu-form,
	.jmu-careers-crm .jmu-career-form-panel {
		padding: var(--space-md);
	}

	.jmu-careers-crm .jmu-dashboard-form .jmu-form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.jmu-careers-hero__actions,
	.jmu-careers-showcase__actions,
	.jmu-careers-apply__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.jmu-careers-button .wp-block-button__link,
	.jmu-careers-crm .jmu-career-apply,
	.jmu-careers-crm .jmu-careers-empty .jmu-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jmu-careers-button .wp-block-button__link,
	.jmu-careers-role,
	.jmu-careers-crm .jmu-career-card,
	.jmu-careers-crm .jmu-career-apply,
	.jmu-careers-crm .jmu-careers-empty .jmu-btn {
		transition-duration: 0.01ms;
	}

	.jmu-careers-button .wp-block-button__link:hover,
	.jmu-careers-button .wp-block-button__link:focus-visible,
	.jmu-careers-role:hover,
	.jmu-careers-role:focus-within,
	.jmu-careers-crm .jmu-career-card:hover,
	.jmu-careers-crm .jmu-career-card:focus-within,
	.jmu-careers-crm .jmu-career-apply:hover,
	.jmu-careers-crm .jmu-career-apply:focus-visible,
	.jmu-careers-crm .jmu-careers-empty .jmu-btn:hover,
	.jmu-careers-crm .jmu-careers-empty .jmu-btn:focus-visible {
		transform: none;
	}
}

/* contact.css */
/* Contact page + Dashboard contact form. */

.jmu-form:not(.jmu-form-compact) {
	box-sizing: border-box;
	max-width: 640px;
	margin-inline: auto;
	padding: clamp(var(--space-md), 3vw, var(--space-lg));
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-lg);
	background: var(--bg-surface);
	box-shadow: var(--shadow-md);
}

.jmu-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-sm);
}

.jmu-form-grid .full {
	grid-column: 1 / -1;
}

.jmu-contact-page {
	background: var(--bg-base);
	color: var(--text-main);
}

.jmu-contact-page > * {
	margin-block-start: 0 !important;
}

.jmu-contact-hero,
.jmu-contact-form-stage,
.jmu-contact-next,
.jmu-contact-routing,
.jmu-contact-service-area,
.jmu-contact-final {
	box-sizing: border-box;
	width: auto;
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-inline: clamp(var(--space-md), 4vw, var(--space-xl));
}

.wp-block-group.jmu-contact-hero,
.wp-block-group.jmu-contact-form-stage,
.wp-block-group.jmu-contact-next,
.wp-block-group.jmu-contact-routing,
.wp-block-group.jmu-contact-service-area,
.wp-block-group.jmu-contact-final {
	width: auto;
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.jmu-contact-hero {
	position: relative;
	min-height: clamp(300px, 38vh, 430px);
	padding-block: clamp(var(--space-lg), 4vw, var(--space-xl));
	background:
		linear-gradient(145deg, color-mix(in srgb, var(--bg-dark) 98%, transparent) 0%, color-mix(in srgb, var(--bg-dark) 88%, transparent) 58%, color-mix(in srgb, var(--color-primary) 62%, var(--bg-dark)) 100%),
		var(--bg-dark);
	color: var(--text-inverse);
	overflow: hidden;
}

.jmu-contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--white) 7%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, color-mix(in srgb, var(--white) 5%, transparent) 0 1px, transparent 1px 100%);
	background-size: 72px 72px;
	-webkit-mask-image: linear-gradient(90deg, transparent, var(--black) 18%, var(--black) 78%, transparent);
	mask-image: linear-gradient(90deg, transparent, var(--black) 18%, var(--black) 78%, transparent);
	pointer-events: none;
}

.jmu-contact-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: var(--border-width-lg);
	background: linear-gradient(90deg, var(--color-primary), color-mix(in srgb, var(--white) 42%, transparent));
}

.jmu-contact-hero__inner,
.jmu-contact-form-stage__inner,
.jmu-contact-next__inner,
.jmu-contact-routing__inner,
.jmu-contact-service-area__inner,
.jmu-contact-final__inner {
	position: relative;
	z-index: var(--z-base);
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.jmu-contact-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: clamp(var(--space-lg), 4vw, var(--space-2xl));
	align-items: center;
}

.jmu-contact-hero__copy,
.jmu-contact-form-stage__guide,
.jmu-contact-next__head,
.jmu-contact-routing__head,
.jmu-contact-final__inner {
	display: grid;
	gap: var(--space-md);
	min-width: 0;
}

.jmu-contact-hero__copy {
	gap: var(--space-sm);
}

.jmu-contact-kicker,
.jmu-contact-route span,
.jmu-contact-next__list span,
.jmu-contact-service-area__details dt {
	margin: 0;
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-contact-hero .jmu-contact-kicker,
.jmu-contact-final .jmu-contact-kicker {
	color: color-mix(in srgb, var(--text-inverse) 78%, transparent);
}

.jmu-contact-hero h1 {
	max-width: 860px;
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: var(--font-weight-extrabold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
	text-wrap: balance;
}

.jmu-contact-hero__lead {
	max-width: 64ch;
	margin: 0;
	color: color-mix(in srgb, var(--text-inverse) 88%, transparent);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-contact-hero__signals {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-contact-hero__signals li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 28%, transparent);
	border-radius: var(--radius-sm);
	background: color-mix(in srgb, var(--black) 20%, transparent);
	color: var(--text-inverse);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
}

.jmu-contact-console {
	display: grid;
	gap: var(--space-sm);
	padding: var(--space-md);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 18%, transparent);
	border-radius: var(--radius-lg);
	background: color-mix(in srgb, var(--white) 93%, transparent);
	box-shadow: var(--shadow-xl);
	color: var(--text-main);
}

.jmu-contact-console__status {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: var(--space-2xs) var(--space-sm);
	align-items: center;
	padding-bottom: var(--space-sm);
	border-bottom: var(--border-width) solid var(--border-color-muted);
}

.jmu-contact-console__status span {
	width: 12px;
	height: 12px;
	border-radius: var(--radius-full);
	background: var(--color-success);
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--color-success) 20%, transparent);
}

.jmu-contact-console__status strong {
	color: var(--text-strong);
	font-size: var(--text-base);
	line-height: var(--line-height-snug);
}

.jmu-contact-console__status small {
	grid-column: 2;
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
}

.jmu-contact-action,
.jmu-contact-final__button {
	box-sizing: border-box;
	display: grid;
	gap: var(--space-3xs);
	min-height: 54px;
	padding: var(--space-sm);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	color: var(--text-main);
	text-decoration: none;
	transition:
		background var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-contact-action span {
	color: var(--color-primary);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-contact-action strong {
	color: inherit;
	font-size: var(--text-base);
	line-height: var(--line-height-snug);
}

.jmu-contact-action--primary {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--text-inverse);
}

.jmu-contact-action--primary span {
	color: color-mix(in srgb, var(--text-inverse) 82%, transparent);
}

.jmu-contact-action:hover,
.jmu-contact-action:focus-visible,
.jmu-contact-action.jmu-sg-force-hover,
.jmu-contact-action.jmu-sg-force-focus,
.jmu-contact-route:hover,
.jmu-contact-route:focus-visible,
.jmu-contact-route.jmu-sg-force-hover,
.jmu-contact-route.jmu-sg-force-focus,
.jmu-contact-final__button:hover,
.jmu-contact-final__button:focus-visible,
.jmu-contact-final__button.jmu-sg-force-hover,
.jmu-contact-final__button.jmu-sg-force-focus {
	border-color: color-mix(in srgb, var(--color-primary) 42%, transparent);
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
}

.jmu-contact-action--primary:hover,
.jmu-contact-action--primary:focus-visible,
.jmu-contact-action--primary.jmu-sg-force-hover,
.jmu-contact-action--primary.jmu-sg-force-focus,
.jmu-contact-final__button--primary:hover,
.jmu-contact-final__button--primary:focus-visible,
.jmu-contact-final__button--primary.jmu-sg-force-hover,
.jmu-contact-final__button--primary.jmu-sg-force-focus {
	background: var(--color-primary-hover);
	color: var(--text-inverse);
}

.jmu-contact-action:focus-visible,
.jmu-contact-route:focus-visible,
.jmu-contact-service-area a:focus-visible,
.jmu-contact-final__button:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-contact-action--primary:focus-visible,
.jmu-contact-final__button--primary:focus-visible {
	outline-color: var(--color-primary-hover);
}

.jmu-contact-form-stage {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--bg-base);
	scroll-margin-top: 160px;
}

.jmu-contact-form-stage__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: clamp(var(--space-lg), 5vw, var(--space-3xl));
	align-items: start;
}

.jmu-contact-form-stage__guide {
	position: sticky;
	top: var(--space-lg);
}

.jmu-contact-form-stage__guide h2,
.jmu-contact-next__head h2,
.jmu-contact-routing__head h2,
.jmu-contact-service-area h2,
.jmu-contact-final h2 {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: var(--font-weight-semibold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
	text-wrap: balance;
}

.jmu-contact-form-stage__guide > p,
.jmu-contact-final p {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-lg);
	line-height: var(--line-height-relaxed);
}

.jmu-contact-prep {
	display: grid;
	gap: var(--space-sm);
	padding: var(--space-md);
	border-left: var(--border-width-lg) solid var(--color-primary);
	border-radius: var(--radius-md);
	background: var(--bg-muted);
}

.jmu-contact-prep h3 {
	margin: 0;
	color: var(--text-strong);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}

.jmu-contact-prep ul {
	display: grid;
	gap: var(--space-2xs);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-contact-prep li {
	position: relative;
	padding-left: var(--space-md);
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}

.jmu-contact-prep li::before {
	content: "";
	position: absolute;
	top: 0.78em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: var(--radius-full);
	background: var(--color-primary);
}

.jmu-contact-form-stage__panel {
	box-sizing: border-box;
	padding: clamp(var(--space-md), 4vw, var(--space-xl));
	border: var(--border-width) solid color-mix(in srgb, var(--color-primary) 18%, transparent);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--color-primary) 5%, transparent), transparent 34%),
		var(--bg-surface);
	box-shadow: var(--shadow-lg);
}

.jmu-contact-form-stage__note {
	margin: 0 0 var(--space-md);
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}

.jmu-contact-form-stage .jmu-form:not(.jmu-form-compact) {
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.jmu-contact-form-stage .jmu-dashboard-form label {
	display: block;
	margin: 0 0 var(--space-3xs);
	color: var(--text-strong);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
}

.jmu-contact-form-stage .jmu-dashboard-form input,
.jmu-contact-form-stage .jmu-dashboard-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: var(--space-xs) var(--space-sm);
	border: var(--border-width) solid var(--border-color);
	border-radius: var(--radius-sm);
	background: var(--bg-surface);
	color: var(--text-main);
	font: inherit;
}

.jmu-contact-form-stage .jmu-dashboard-form textarea {
	min-height: 150px;
	resize: vertical;
}

.jmu-contact-form-stage .jmu-dashboard-form input:focus,
.jmu-contact-form-stage .jmu-dashboard-form textarea:focus {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent);
	outline: none;
}

.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"] {
	width: 100%;
	min-height: 48px;
	padding: var(--space-xs) var(--space-md);
	border: 0;
	border-radius: var(--radius-sm);
	background: var(--color-primary);
	color: var(--text-inverse);
	cursor: pointer;
	font-family: var(--font-sans);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	transition:
		background var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"]:hover,
.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"]:focus-visible {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"]:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"]:disabled {
	opacity: 0.72;
	cursor: wait;
	transform: none;
}

.jmu-contact-form-stage .jmu-form-msg {
	display: none;
}

.jmu-contact-form-stage .jmu-form-msg.is-ok,
.jmu-contact-form-stage .jmu-form-msg.is-error {
	display: block;
	margin-top: var(--space-2xs);
	padding: var(--space-xs) var(--space-sm);
	border-radius: var(--radius-sm);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-normal);
}

.jmu-contact-form-stage .jmu-form-msg.is-ok {
	background: color-mix(in srgb, var(--color-success) 18%, var(--bg-surface));
	color: var(--text-strong);
}

.jmu-contact-form-stage .jmu-form-msg.is-error {
	background: color-mix(in srgb, var(--color-error) 10%, var(--bg-surface));
	color: var(--color-error);
}

.jmu-contact-next {
	padding-block: clamp(3rem, 6vw, 5rem);
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 4%, transparent) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, color-mix(in srgb, var(--text-strong) 4%, transparent) 0 1px, transparent 1px 100%),
		var(--bg-muted);
	background-size: 56px 56px;
}

.jmu-contact-next__inner,
.jmu-contact-routing__inner {
	display: grid;
	gap: var(--space-lg);
}

.jmu-contact-next__head,
.jmu-contact-routing__head {
	max-width: 820px;
}

.jmu-contact-next__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-sm);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jmu-contact-next__list li {
	position: relative;
	display: grid;
	align-content: start;
	gap: var(--space-xs);
	padding: var(--space-md);
	border-top: var(--border-width-lg) solid var(--color-primary);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
}

.jmu-contact-next__list li::after {
	content: "";
	position: absolute;
	top: calc(var(--border-width-lg) * -1);
	right: var(--space-md);
	width: 32px;
	height: var(--border-width-lg);
	background: color-mix(in srgb, var(--bg-dark) 80%, transparent);
}

.jmu-contact-next__list span {
	color: var(--color-primary);
}

.jmu-contact-next__list strong {
	color: var(--text-strong);
	font-size: var(--text-lg);
	line-height: var(--line-height-snug);
}

.jmu-contact-next__list p,
.jmu-contact-route p {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: var(--line-height-relaxed);
}

.jmu-contact-routing {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--bg-base);
}

.jmu-contact-routing__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md);
}

.jmu-contact-route {
	box-sizing: border-box;
	display: grid;
	gap: var(--space-xs);
	min-height: 100%;
	padding: var(--space-lg);
	border: var(--border-width) solid var(--border-color-muted);
	border-radius: var(--radius-md);
	background: var(--bg-surface);
	box-shadow: var(--shadow-sm);
	color: var(--text-main);
	text-decoration: none;
	transition:
		border-color var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-contact-route strong {
	color: var(--text-strong);
	font-size: var(--text-xl);
	line-height: var(--line-height-snug);
}

.jmu-contact-service-area {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--bg-dark);
	color: var(--text-inverse);
}

.jmu-contact-service-area__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
	gap: clamp(var(--space-lg), 5vw, var(--space-3xl));
	align-items: center;
}

.jmu-contact-service-area h2 {
	color: var(--text-inverse);
}

.jmu-contact-service-area__details {
	display: grid;
	gap: var(--space-sm);
	margin: 0;
}

.jmu-contact-service-area__details div {
	display: grid;
	grid-template-columns: minmax(90px, 0.28fr) minmax(0, 1fr);
	gap: var(--space-md);
	align-items: center;
	padding: var(--space-md);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 16%, transparent);
	border-radius: var(--radius-md);
	background: color-mix(in srgb, var(--white) 6%, transparent);
}

.jmu-contact-service-area__details dt {
	color: color-mix(in srgb, var(--text-inverse) 78%, transparent);
}

.jmu-contact-service-area__details dd {
	margin: 0;
	color: var(--text-inverse);
	font-size: var(--text-lg);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}

.jmu-contact-service-area a {
	color: var(--text-inverse);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.jmu-contact-service-area a:hover,
.jmu-contact-service-area a:focus-visible {
	color: color-mix(in srgb, var(--text-inverse) 78%, var(--color-primary));
}

.jmu-contact-final {
	padding-block: clamp(3rem, 6vw, 5rem);
	background:
		linear-gradient(120deg, color-mix(in srgb, var(--color-primary) 20%, transparent), transparent 45%),
		var(--bg-warm);
	text-align: center;
}

.jmu-contact-final__inner {
	justify-items: center;
	max-width: 920px;
}

.jmu-contact-final__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-sm);
	margin-top: var(--space-sm);
}

.jmu-contact-final__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: var(--space-xs) var(--space-md);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
}

.jmu-contact-final__button--primary {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--text-inverse);
}

@media (max-width: 1080px) {
	.jmu-contact-hero__inner,
	.jmu-contact-form-stage__inner,
	.jmu-contact-service-area__inner {
		grid-template-columns: 1fr;
	}

	.jmu-contact-form-stage__guide {
		position: static;
	}

	.jmu-contact-next__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.jmu-contact-hero,
	.jmu-contact-form-stage,
	.jmu-contact-next,
	.jmu-contact-routing,
	.jmu-contact-service-area,
	.jmu-contact-final {
		padding-right: var(--space-md);
		padding-left: var(--space-md);
	}

	.jmu-contact-hero h1 {
		font-size: clamp(1.95rem, 8.6vw, 2.8rem);
	}

	.jmu-contact-console,
	.jmu-contact-form-stage__panel,
	.jmu-contact-route,
	.jmu-contact-next__list li {
		padding: var(--space-md);
	}

	.jmu-contact-next__list,
	.jmu-contact-routing__grid,
	.jmu-contact-form-stage .jmu-form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.jmu-contact-hero__signals,
	.jmu-contact-final__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.jmu-contact-final__button {
		width: 100%;
	}

	.jmu-contact-service-area__details div {
		grid-template-columns: 1fr;
		gap: var(--space-2xs);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jmu-contact-action,
	.jmu-contact-route,
	.jmu-contact-final__button,
	.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"] {
		transition-duration: 0.01ms;
	}

	.jmu-contact-action:hover,
	.jmu-contact-action:focus-visible,
	.jmu-contact-route:hover,
	.jmu-contact-route:focus-visible,
	.jmu-contact-final__button:hover,
	.jmu-contact-final__button:focus-visible,
	.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"]:hover,
	.jmu-contact-form-stage .jmu-dashboard-form button[type="submit"]:focus-visible {
		transform: none;
	}
}

/* gallery.css */
/* Gallery page. */

.jmu-gallery-pattern {
	margin-block-start: 0;
}

.jmu-gallery-hero-pattern {
	margin-block-start: 0;
}

/* ---------- Gallery hero ---------- */
.jmu-gallery-hero {
	box-sizing: border-box;
	min-height: clamp(300px, 38vh, 430px);
	margin-block-start: 0 !important;
	padding: clamp(var(--space-lg), 4vw, var(--space-xl)) 40px;
	background:
		linear-gradient(
			110deg,
			color-mix(in srgb, var(--brand-charcoal) 96%, transparent) 0%,
			color-mix(in srgb, var(--brand-charcoal) 88%, transparent) 54%,
			color-mix(in srgb, var(--color-primary) 74%, transparent) 100%
		),
		var(--color-primary);
	color: var(--text-inverse);
}

.jmu-gallery-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.74fr);
	gap: clamp(var(--space-lg), 4vw, var(--space-2xl));
	align-items: center;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.jmu-gallery-hero__copy {
	display: grid;
	gap: var(--space-md);
	min-width: 0;
	max-width: 760px;
}

.jmu-gallery-hero__eyebrow {
	margin: 0;
	color: color-mix(in srgb, var(--text-inverse) 82%, transparent);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-gallery-hero__headline {
	margin: 0;
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: var(--font-weight-extrabold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
	text-shadow: 0 3px 8px color-mix(in srgb, var(--black) 38%, transparent);
}

.jmu-gallery-hero__lead {
	max-width: 600px;
	margin: 0;
	color: color-mix(in srgb, var(--text-inverse) 90%, transparent);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-gallery-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin: 0;
}

.jmu-gallery-hero__button,
.jmu-gallery-cta .wp-block-button__link {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 20px;
	border-radius: var(--radius-sm);
	background: var(--text-inverse);
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-normal);
	text-decoration: none;
	transition:
		background var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}

.jmu-gallery-hero__button:hover,
.jmu-gallery-hero__button:focus-visible,
.jmu-gallery-cta .wp-block-button__link:hover,
.jmu-gallery-cta .wp-block-button__link:focus-visible {
	background: var(--bg-soft);
	color: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-gallery-hero__button:focus-visible,
.jmu-gallery-cta .wp-block-button__link:focus-visible {
	outline: 2px solid var(--text-inverse);
	outline-offset: 3px;
}

.jmu-gallery-hero__button--ghost {
	border: var(--border-width) solid color-mix(in srgb, var(--white) 58%, transparent);
	background: transparent;
	color: var(--text-inverse);
}

.jmu-gallery-hero__button--ghost:hover,
.jmu-gallery-hero__button--ghost:focus-visible {
	border-color: var(--text-inverse);
	background: color-mix(in srgb, var(--white) 12%, transparent);
	color: var(--text-inverse);
}

.jmu-gallery-hero__mosaic {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: var(--space-sm);
	height: clamp(240px, 30vw, 340px);
	min-height: clamp(240px, 30vw, 340px);
	margin: 0;
}

.jmu-gallery-hero__tile {
	position: relative;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border: var(--border-width) solid color-mix(in srgb, var(--white) 22%, transparent);
	border-radius: var(--radius-lg);
	background: var(--bg-dark);
	color: var(--text-inverse);
	box-shadow: var(--shadow-lg);
	isolation: isolate;
}

.jmu-gallery-hero__tile--1 {
	grid-row: 1 / span 2;
}

.jmu-gallery-hero__tile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
}

.jmu-gallery-hero__tile::after {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	height: 44%;
	background:
		linear-gradient(
			to top,
			color-mix(in srgb, var(--brand-charcoal) 78%, transparent) 0%,
			color-mix(in srgb, var(--brand-charcoal) 0%, transparent) 100%
		);
	content: "";
}

.jmu-gallery-hero__tile figcaption {
	position: absolute;
	right: var(--space-sm);
	bottom: var(--space-sm);
	left: var(--space-sm);
	z-index: 2;
	color: var(--text-inverse);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-snug);
	text-shadow: 0 1px 2px color-mix(in srgb, var(--black) 52%, transparent);
}

/* ---------- Showcase ---------- */
.jmu-gallery-showcase {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(var(--space-lg), 5vw, var(--space-2xl)) 40px clamp(3rem, 6vw, 5rem);
	background: var(--bg-base);
	scroll-margin-top: 160px;
}

.jmu-gallery-showcase__inner {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: var(--space-xl);
	align-items: start;
	max-width: 1240px;
	margin: 0 auto;
}

.jmu-gallery-showcase__rail {
	position: sticky;
	top: var(--space-lg);
	align-self: start;
}

.jmu-gallery-showcase__rail-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-sm);
}

.jmu-gallery-showcase__eyebrow,
.jmu-gallery-cta__eyebrow {
	margin: 0;
	color: var(--color-primary);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-gallery-showcase__title {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-4xl);
	font-weight: var(--font-weight-semibold);
	letter-spacing: 0;
	line-height: var(--line-height-tight);
}

.jmu-gallery-showcase__subtitle {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-gallery-filter {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs);
	margin: var(--space-2xs) 0 0;
}

.jmu-gallery-filter__chip {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2xs);
	min-height: 40px;
	padding: var(--space-2xs) var(--space-sm);
	border: var(--border-width) solid var(--border-color);
	border-radius: var(--radius-full);
	background: var(--bg-surface);
	color: var(--text-strong);
	font-family: var(--font-sans);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-semibold);
	cursor: pointer;
	transition:
		background var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default);
}

.jmu-gallery-filter__chip:hover {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.jmu-gallery-filter__chip:focus-visible,
.jmu-gallery-empty__clear:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

.jmu-gallery-filter__chip[aria-pressed="true"] {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--text-inverse);
}

.jmu-gallery-filter__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--text-strong) 8%, transparent);
	color: inherit;
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
}

.jmu-gallery-filter__chip[aria-pressed="true"] .jmu-gallery-filter__count {
	background: color-mix(in srgb, var(--white) 20%, transparent);
}

.jmu-gallery-rail-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	column-gap: var(--space-sm);
	row-gap: 2px;
	align-items: center;
	margin-top: var(--space-sm);
	padding: var(--space-sm) var(--space-md);
	border-radius: var(--radius-md);
	background: var(--bg-dark);
	color: var(--text-inverse);
	text-decoration: none;
	box-shadow: var(--shadow-sm);
	transition:
		background var(--duration-normal) var(--ease-default),
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-gallery-rail-cta:hover {
	background: var(--color-primary);
	box-shadow: var(--shadow-md);
	transform: translateY(-1px);
}

.jmu-gallery-rail-cta:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 3px;
}

.jmu-gallery-rail-cta__eyebrow {
	color: var(--text-inverse);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-gallery-rail-cta__body {
	color: color-mix(in srgb, var(--text-inverse) 76%, transparent);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
}

.jmu-gallery-rail-cta__arrow {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--white) 14%, transparent);
	font-size: var(--text-lg);
	transition:
		background var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}

.jmu-gallery-rail-cta:hover .jmu-gallery-rail-cta__arrow {
	background: color-mix(in srgb, var(--white) 22%, transparent);
	transform: translateX(3px);
}

.page-slug-gallery .jmu-gallery {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: dense;
	gap: var(--space-md);
	max-width: none;
	margin: 0;
}

.jmu-gallery-card {
	position: relative;
	grid-column: span 4;
	display: block;
	min-height: 280px;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--bg-dark);
	box-shadow: var(--shadow-md);
	color: var(--text-inverse);
	cursor: zoom-in;
	isolation: isolate;
	transition:
		box-shadow var(--duration-normal) var(--ease-default),
		transform var(--duration-fast) var(--ease-default);
}

.jmu-gallery-card:first-child {
	grid-column: span 6;
	grid-row: span 2;
	min-height: 580px;
}

.jmu-gallery-card:nth-child(6n + 4),
.jmu-gallery-card:nth-child(6n + 6) {
	grid-column: span 6;
	min-height: 300px;
}

.jmu-gallery-card:hover {
	box-shadow: var(--shadow-lg);
	transform: translateY(-2px);
}

.jmu-gallery-card:focus-visible {
	outline: 3px solid var(--color-primary);
	outline-offset: 3px;
	box-shadow: var(--shadow-lg);
}

.jmu-gallery-card[hidden] {
	display: none !important;
}

.jmu-gallery-card__media,
.jmu-gallery-card__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.jmu-gallery-card__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.jmu-gallery-card__media img {
	object-fit: cover;
	transform: scale(1.01);
	transition: transform var(--duration-slow) var(--ease-default);
}

.jmu-gallery-card:hover .jmu-gallery-card__media img,
.jmu-gallery-card:focus-visible .jmu-gallery-card__media img {
	transform: scale(1.055);
}

.jmu-gallery-card__bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 4px;
	background: var(--color-primary);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform var(--duration-normal) var(--ease-out);
}

.jmu-gallery-card:hover .jmu-gallery-card__bar,
.jmu-gallery-card:focus-visible .jmu-gallery-card__bar {
	transform: scaleX(1);
}

.jmu-gallery-card__caption {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: var(--space-3xs);
	padding: var(--space-md);
	background:
		linear-gradient(
			to top,
			color-mix(in srgb, var(--brand-charcoal) 94%, transparent) 0%,
			color-mix(in srgb, var(--brand-charcoal) 72%, transparent) 56%,
			color-mix(in srgb, var(--brand-charcoal) 0%, transparent) 100%
		);
	opacity: 0;
	transform: translateY(var(--space-sm));
	transition:
		opacity var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}

.jmu-gallery-card:hover .jmu-gallery-card__caption,
.jmu-gallery-card:focus-visible .jmu-gallery-card__caption {
	opacity: 1;
	transform: translateY(0);
}

.jmu-gallery-card__service {
	width: max-content;
	max-width: 100%;
	padding: var(--space-3xs) var(--space-2xs);
	border: var(--border-width) solid color-mix(in srgb, var(--white) 28%, transparent);
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--brand-charcoal) 70%, transparent);
	color: var(--text-inverse);
	font-size: var(--text-xs);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: 1;
	text-transform: uppercase;
}

.jmu-gallery-card__title {
	color: var(--text-inverse);
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
	text-shadow: 0 1px 2px color-mix(in srgb, var(--black) 52%, transparent);
}

.jmu-gallery-card__copy {
	max-width: 54ch;
	color: color-mix(in srgb, var(--text-inverse) 88%, transparent);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
}

.jmu-gallery-card__cta {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2xs);
	margin-top: var(--space-2xs);
	color: var(--text-inverse);
	font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
	letter-spacing: var(--letter-spacing-eyebrow);
	line-height: var(--line-height-normal);
	text-transform: uppercase;
}

.jmu-gallery-card__cta span {
	transition: transform var(--duration-normal) var(--ease-default);
}

.jmu-gallery-card:hover .jmu-gallery-card__cta span,
.jmu-gallery-card:focus-visible .jmu-gallery-card__cta span {
	transform: translateX(4px);
}

.jmu-gallery-empty {
	box-sizing: border-box;
	display: grid;
	justify-items: start;
	gap: var(--space-sm);
	padding: var(--space-lg);
	border: var(--border-width) solid color-mix(in srgb, var(--color-primary) 18%, transparent);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, var(--bg-warm) 0%, var(--bg-surface) 58%, var(--bg-muted) 100%);
	box-shadow: var(--shadow-sm);
}

.jmu-gallery-empty[hidden] {
	display: none !important;
}

.jmu-gallery-empty h3 {
	margin: 0;
	color: var(--text-strong);
	font-family: var(--font-display);
	font-size: var(--text-2xl);
	font-weight: var(--font-weight-semibold);
	line-height: var(--line-height-snug);
}

.jmu-gallery-empty p {
	margin: 0;
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: var(--line-height-relaxed);
}

.jmu-gallery-empty__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: var(--space-2xs) var(--space-md);
	border: var(--border-width) solid var(--color-primary);
	border-radius: var(--radius-sm);
	background: var(--color-primary);
	color: var(--text-inverse);
	font-family: var(--font-sans);
	font-size: var(--text-base);
	font-weight: var(--font-weight-semibold);
	cursor: pointer;
	transition:
		background var(--duration-normal) var(--ease-default),
		border-color var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}

.jmu-gallery-empty__clear:hover {
	border-color: var(--color-primary-hover);
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-gallery__load {
	display: block;
	margin: var(--space-lg) auto 0;
	padding: 0.75rem 2.5rem;
	border: none;
	border-radius: var(--radius-full);
	background: var(--color-primary);
	color: var(--text-inverse);
	font-size: var(--text-base);
	font-weight: var(--font-weight-semibold);
	letter-spacing: var(--letter-spacing-brand-wide);
	text-transform: uppercase;
	cursor: pointer;
	transition:
		background var(--duration-normal) var(--ease-default),
		transform var(--duration-normal) var(--ease-default);
}

.jmu-gallery__load:hover,
.jmu-gallery__load:focus-visible {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}

.jmu-gallery__load:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

.jmu-gallery__load[hidden] {
	display: none !important;
}

/* ---------- CTA ---------- */
.jmu-gallery-cta {
	box-sizing: border-box;
	margin-block-start: 0 !important;
	padding: clamp(3rem, 6vw, 5rem) 40px;
	background: var(--bg-muted);
}

.jmu-gallery-cta__inner {
	display: grid;
	justify-items: start;
	gap: var(--space-sm);
	max-width: 1185px;
	margin: 0 auto;
	padding: clamp(var(--space-lg), 4vw, var(--space-xl));
	border-radius: var(--radius-xl);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 96%, var(--black)) 0%, var(--color-primary-hover) 100%);
	color: var(--text-inverse);
	box-shadow: var(--shadow-lg);
}

.jmu-gallery-cta__eyebrow,
.jmu-gallery-cta h2,
.jmu-gallery-cta p {
	color: var(--text-inverse) !important;
}

.jmu-gallery-cta h2 {
	max-width: 760px;
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(var(--text-3xl), 4vw, var(--text-5xl));
	font-weight: var(--font-weight-extrabold);
	line-height: var(--line-height-tight);
}

.jmu-gallery-cta p:not(.jmu-gallery-cta__eyebrow) {
	max-width: 680px;
	margin: 0;
	font-size: var(--text-md);
	line-height: var(--line-height-relaxed);
}

.jmu-gallery-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin: 0;
}

.jmu-gallery-cta__button--outline .wp-block-button__link {
	border: var(--border-width) solid color-mix(in srgb, var(--white) 62%, transparent);
	background: transparent;
	color: var(--text-inverse);
}

.jmu-gallery-cta__button--outline .wp-block-button__link:hover,
.jmu-gallery-cta__button--outline .wp-block-button__link:focus-visible {
	border-color: var(--text-inverse);
	background: color-mix(in srgb, var(--white) 12%, transparent);
	color: var(--text-inverse);
}

/* ---------- Lightbox ---------- */
.jmu-lightbox {
	position: fixed;
	inset: 0;
	z-index: var(--z-modal);
	display: none;
	align-items: center;
	justify-content: center;
	padding: var(--space-sm);
	background: color-mix(in srgb, var(--black) 92%, transparent);
}

.jmu-lightbox.is-open {
	display: flex;
}

.jmu-lightbox__figure {
	display: grid;
	gap: var(--space-sm);
	justify-items: center;
	max-width: 92vw;
	margin: 0;
}

.jmu-lightbox img {
	display: block;
	max-width: 92vw;
	max-height: 82vh;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-lg);
}

.jmu-lightbox__caption {
	max-width: 760px;
	color: color-mix(in srgb, var(--text-inverse) 88%, transparent);
	font-size: var(--text-sm);
	line-height: var(--line-height-normal);
	text-align: center;
}

.jmu-lightbox__caption[hidden] {
	display: none;
}

.jmu-lightbox button {
	position: absolute;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: var(--radius-full);
	background: color-mix(in srgb, var(--white) 12%, transparent);
	color: var(--text-inverse);
	font-size: var(--text-xl);
	cursor: pointer;
	transition:
		background var(--duration-normal) var(--ease-default),
		color var(--duration-normal) var(--ease-default);
}

.jmu-lightbox button:hover,
.jmu-lightbox button:focus-visible {
	background: color-mix(in srgb, var(--white) 24%, transparent);
	color: var(--color-primary);
}

.jmu-lightbox button:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 2px;
}

.jmu-lightbox .close {
	top: var(--space-sm);
	right: var(--space-sm);
}

.jmu-lightbox .prev,
.jmu-lightbox .next {
	top: 50%;
	transform: translateY(-50%);
}

.jmu-lightbox .prev {
	left: var(--space-sm);
}

.jmu-lightbox .next {
	right: var(--space-sm);
}

@media (max-width: 1023px) {
	.jmu-gallery-hero__inner {
		grid-template-columns: 1fr;
	}

	.jmu-gallery-hero__mosaic {
		height: clamp(260px, 42vw, 360px);
		min-height: clamp(260px, 42vw, 360px);
	}

	.jmu-gallery-showcase__inner {
		grid-template-columns: 1fr;
		gap: var(--space-lg);
	}

	.jmu-gallery-showcase__rail {
		position: static;
	}

	.page-slug-gallery .jmu-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jmu-gallery-card,
	.jmu-gallery-card:first-child,
	.jmu-gallery-card:nth-child(6n + 4),
	.jmu-gallery-card:nth-child(6n + 6) {
		grid-column: auto;
		grid-row: auto;
		min-height: 320px;
	}

	.jmu-gallery-card__caption {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 719px) {
	.jmu-gallery-hero,
	.jmu-gallery-showcase,
	.jmu-gallery-cta {
		padding-right: 20px;
		padding-left: 20px;
	}

	.jmu-gallery-hero {
		padding-top: var(--space-lg);
		padding-bottom: var(--space-lg);
	}

	.jmu-gallery-hero__copy {
		gap: var(--space-sm);
	}

	.jmu-gallery-hero__headline {
		font-size: clamp(1.75rem, 7vw, 2.5rem);
		overflow-wrap: break-word;
	}

	.jmu-gallery-hero__actions,
	.jmu-gallery-hero__button {
		width: 100%;
	}

	.jmu-gallery-hero__mosaic {
		height: 260px;
		min-height: 260px;
	}

	.jmu-gallery-showcase__title {
		font-size: var(--text-3xl);
	}

	.page-slug-gallery .jmu-gallery {
		grid-template-columns: 1fr;
	}

	.jmu-gallery-card,
	.jmu-gallery-card:first-child,
	.jmu-gallery-card:nth-child(6n + 4),
	.jmu-gallery-card:nth-child(6n + 6) {
		min-height: 300px;
	}

	.jmu-gallery-cta__actions,
	.jmu-gallery-cta .wp-block-button,
	.jmu-gallery-cta .wp-block-button__link {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.jmu-gallery-hero__headline {
		font-size: clamp(1.75rem, 7vw, 2.125rem);
	}

	.jmu-gallery-hero__mosaic {
		grid-template-columns: 1fr 1fr;
		gap: var(--space-2xs);
		height: 230px;
		min-height: 230px;
	}

	.jmu-gallery-hero__tile {
		border-radius: var(--radius-md);
	}

	.jmu-gallery-hero__tile figcaption {
		right: var(--space-xs);
		bottom: var(--space-xs);
		left: var(--space-xs);
		font-size: var(--text-xs);
	}

	.jmu-lightbox .prev {
		left: var(--space-2xs);
	}

	.jmu-lightbox .next {
		right: var(--space-2xs);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jmu-gallery-hero__button,
	.jmu-gallery-cta .wp-block-button__link,
	.jmu-gallery-rail-cta,
	.jmu-gallery-rail-cta__arrow,
	.jmu-gallery-filter__chip,
	.jmu-gallery-card,
	.jmu-gallery-card__media img,
	.jmu-gallery-card__bar,
	.jmu-gallery-card__caption,
	.jmu-gallery-card__cta span,
	.jmu-gallery-empty__clear,
	.jmu-gallery__load,
	.jmu-lightbox button {
		transition-duration: 0.01ms;
	}

	.jmu-gallery-card:hover,
	.jmu-gallery-rail-cta:hover,
	.jmu-gallery-empty__clear:hover,
	.jmu-gallery__load:hover,
	.jmu-gallery-hero__button:hover,
	.jmu-gallery-cta .wp-block-button__link:hover {
		transform: none;
	}

	.jmu-gallery-card:hover .jmu-gallery-card__media img,
	.jmu-gallery-card:focus-visible .jmu-gallery-card__media img {
		transform: scale(1.01);
	}
}

/* blog.css */
/* JMU Painting — blog (post list + single post).
   Restores the heading scale the design system intends (theme.json's
   xl/2xl/3xl/4xl) for post-title and content headings, since the largest
   fluid preset classes don't render in the block templates. Uses theme
   tokens so the blog stays consistent with the rest of the site. */

/* --- Shared heading scale (mirrors theme.json fluid sizes) --- */
.jmu-blog-hero h1,
.wp-block-post-title {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.1;
	color: var(--text-strong);
}

/* Single-post title — the page's primary heading (theme.json "4xl"). */
.wp-block-post-title {
	font-size: clamp(2.25rem, 2.25rem + 1vw, 3.75rem);
	margin-bottom: var(--space-sm);
}

/* Blog hero headline. */
.jmu-blog-hero h1 {
	font-size: clamp(1.875rem, 1.5rem + 1.5vw, 3rem);
}

/* In-content section headings inside a post.
   Sized to sit clearly below the 4xl title and above the lead. */
.wp-block-post-content h2 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.2;
	color: var(--text-strong);
	font-size: clamp(1.375rem, 1.2rem + 0.7vw, 1.75rem);
	margin-top: var(--space-xl);
	margin-bottom: var(--space-sm);
}

.wp-block-post-content h3 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.2;
	color: var(--text-strong);
	font-size: clamp(1.25rem, 1.125rem + 0.6vw, 1.5rem);
	margin-top: var(--space-lg);
	margin-bottom: var(--space-xs);
}

/* --- Lead paragraph: an editorial intro, sized between body and headings.
   Uses a dedicated class (not core's `has-large-font-size`, which is
   !important and would out-shout the title). */
.wp-block-post-content .jmu-post-lead {
	font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
	line-height: 1.55;
	font-weight: 500;
	color: var(--text-muted);
	margin-bottom: var(--space-md);
}

/* --- Post meta (date + chips) --- */
.jmu-post-meta {
	align-items: center;
	margin-bottom: var(--space-md);
	color: var(--text-subtle);
}

.jmu-post-meta .wp-block-post-date {
	color: var(--text-subtle);
}

/* Small category/read-time chip. */
.jmu-post-chip {
	display: inline-block;
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--brand-red);
	background: var(--bg-warm-strong);
	padding: 0.25rem 0.6rem;
	border-radius: var(--radius-full);
}

/* --- Single-post featured image (hero) --- */
.wp-block-post-content,
.single .wp-block-post-featured-image {
	margin-bottom: var(--space-md);
}

.single .wp-block-post-featured-image img {
	width: 100%;
	/* Cap the hero height so tall portrait photos read as a banner,
	   not a full-screen image. Crop to fill via object-fit. */
	max-height: 460px;
	object-fit: cover;
	object-position: center 30%;
	border-radius: var(--radius-lg);
}

/* In-body images get the same rounding + breathing room as the hero. */
.wp-block-post-content img {
	border-radius: var(--radius-lg);
}

.wp-block-post-content figure {
	margin-top: var(--space-lg);
	margin-bottom: var(--space-lg);
}

/* Constrain tall portrait in-body photos so they don't dominate the column. */
.wp-block-post-content .wp-block-image img {
	max-height: 540px;
	width: auto;
	max-width: 100%;
	margin-inline: auto;
}

.wp-block-post-content .wp-block-image {
	text-align: center;
}

.wp-block-post-content .wp-element-caption {
	font-size: 0.9rem;
	color: var(--text-subtle);
	font-style: italic;
	margin-top: var(--space-2xs);
}

/* --- Blog index cards --- */
.wp-block-post-template > li {
	padding-bottom: var(--space-xl);
	margin-bottom: var(--space-xl);
	border-bottom: 1px solid var(--border-color-muted);
}

.wp-block-post-template > li:last-child {
	border-bottom: 0;
}

.wp-block-post-template .wp-block-post-featured-image img {
	border-radius: var(--radius-lg);
}

.wp-block-post-template .wp-block-post-title {
	font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
	margin-bottom: var(--space-2xs);
}

/* area.css */
/* JMU Painting — service-area (city) pages.
   Only the handful of classes unique to city pages live here; the hero,
   body intro, outcome grids, service cards, reviews, and CTA all reuse the
   existing .jmu-service-* styles. Uses theme tokens for consistency. */

/* --- Full-width sections ---
   On a standard service page some sections are capped at 760px because they
   sit above a full-width proof gallery. On area pages these sections contain
   full-width grids, so let them use the whole content column. The intro lead
   stays at a comfortable reading measure but is centered, not stranded left. */
.jmu-area-guide {
	max-width: 780px;
	margin-inline: auto;
	font-size: 1.1rem;
	line-height: 1.75;
	color: var(--text-muted);
}

.jmu-area-guide section {
	margin-top: var(--space-xl);
	scroll-margin-top: 8rem;
}

.jmu-area-guide h2 {
	color: var(--text-strong);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.15;
}

.jmu-area-guide a {
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.jmu-area-guide__contents {
	border-bottom: 1px solid var(--border-color-muted);
	padding-bottom: var(--space-md);
}

.jmu-area-guide__contents ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	list-style: none;
	padding: 0;
}

.jmu-area-guide__decisions {
	margin: var(--space-lg) 0;
}

.jmu-area-guide__decisions div {
	padding: var(--space-md) 0 var(--space-md) var(--space-md);
	border-left: 3px solid var(--brand-red);
	border-bottom: 1px solid var(--border-color-muted);
}

.jmu-area-guide__decisions dt {
	font-weight: 700;
	color: var(--text-strong);
}

.jmu-area-guide__decisions dd {
	margin: 0.5rem 0 0;
}

.jmu-area-body .jmu-service-scope-section,
.jmu-area-body .jmu-service-outcome-section {
	max-width: none;
}

.jmu-area-body .jmu-service-body__intro {
	max-width: 900px;
	margin-inline: auto;
	text-align: center;
	justify-items: center;
}

.jmu-area-body .jmu-service-body__intro .jmu-service-body__lead {
	max-width: 760px;
}

/* --- Feature image (banner between intro and neighborhoods) --- */
.jmu-area-feature {
	margin: var(--space-xl) 0 0;
}

.jmu-area-feature img {
	display: block;
	width: 100%;
	height: clamp(240px, 34vw, 460px);
	object-fit: cover;
	object-position: center 40%;
	border-radius: var(--radius-lg);
}

/* --- Local-knowledge cards ("What Akron's Houses Ask of a Paint Job") ---
   A lighter 2-column treatment, distinct from the dark numbered outcome grid
   used by the "Why" section below, and a clean 2x2 for four items. */
.jmu-area-local-grid {
	list-style: none;
	margin: var(--space-lg) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md);
}

.jmu-area-local-grid li {
	background: var(--bg-warm);
	border: 1px solid var(--border-color-muted);
	border-left: 4px solid var(--brand-red);
	border-radius: var(--radius-lg);
	padding: var(--space-lg);
	display: flex;
	flex-direction: column;
	gap: var(--space-2xs);
}

.jmu-area-local-grid strong {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--text-strong);
	font-size: 1.25rem;
	line-height: 1.25;
}

.jmu-area-local-grid span {
	color: var(--text-muted);
	line-height: 1.6;
}

@media (max-width: 640px) {
	.jmu-area-local-grid {
		grid-template-columns: 1fr;
	}
}

/* --- Neighborhoods grid --- */
.jmu-area-neighborhoods {
	margin-top: var(--space-xl);
}

.jmu-area-neighborhood-grid {
	list-style: none;
	margin: var(--space-md) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: var(--space-md);
}

.jmu-area-neighborhood-grid li {
	background: var(--bg-warm);
	border: 1px solid var(--border-color-muted);
	border-radius: var(--radius-lg);
	padding: var(--space-md);
	display: flex;
	flex-direction: column;
	gap: var(--space-3xs);
}

.jmu-area-neighborhood-grid strong {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--text-strong);
	font-size: 1.125rem;
}

.jmu-area-neighborhood-grid span {
	color: var(--text-muted);
	line-height: 1.5;
}

/* --- Nearby communities --- */
.jmu-area-nearby {
	margin-top: var(--space-xl);
	background: var(--bg-warm-strong);
	border-radius: var(--radius-lg);
	padding: var(--space-lg);
}

.jmu-area-nearby-list {
	list-style: none;
	margin: var(--space-sm) 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs) var(--space-xs);
}

.jmu-area-nearby-list li {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--brand-red);
	background: var(--white);
	border: 1px solid var(--border-color-muted);
	padding: 0.35rem 0.75rem;
	border-radius: var(--radius-full);
}

/* style-guide.css */
/* Style guide — live showcase of design tokens & components. */

.jmu-styleguide {
	padding-block: var(--space-xl);
	color: var(--text-main);
	font-family: var(--font-sans);
}

/* Table of contents */
.jmu-sg-toc {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2xs) var(--space-sm);
	align-items: center;
	padding: var(--space-sm);
	margin-bottom: var(--space-lg);
	background: var(--bg-muted);
	border-radius: var(--radius-md);
	font-size: var(--text-sm);
}
.jmu-sg-toc strong { color: var(--text-strong); }
.jmu-sg-toc a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Section */
.jmu-sg-section {
	padding-block: var(--space-xl);
	border-top: 1px solid var(--border-color-muted);
	scroll-margin-top: 120px;
}
.jmu-sg-section:first-child { border-top: 0; }
.jmu-sg-section h2 {
	font-family: var(--font-display);
	font-size: var(--text-3xl);
	margin: 0 0 var(--space-md);
}
.jmu-sg-section h3 {
	font-family: var(--font-display);
	font-size: var(--text-xl);
	margin: var(--space-lg) 0 var(--space-sm);
}
.jmu-styleguide code {
	font-family: var(--font-mono);
	font-size: var(--text-sm);
	background: var(--bg-muted);
	padding: 2px 6px;
	border-radius: var(--radius-sm);
}
.jmu-sg-note {
	color: var(--text-subtle);
	font-size: var(--text-sm);
	font-style: italic;
	margin: 0 0 var(--space-sm);
}

/* Color swatches */
.jmu-sg-swatches {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: var(--space-md);
	margin-bottom: var(--space-md);
}
.jmu-sg-swatch {
	display: flex;
	flex-direction: column;
	gap: var(--space-3xs);
	font-size: var(--text-sm);
}
.jmu-sg-swatch-chip {
	width: 100%;
	height: 80px;
	border-radius: var(--radius-md);
	margin-bottom: var(--space-2xs);
}
.jmu-sg-swatch-chip--bordered { border: 1px solid var(--border-color-muted); }
.jmu-sg-swatch span { color: var(--text-subtle); }

/* Typography */
.jmu-sg-type-sample {
	padding: var(--space-md);
	background: var(--bg-muted);
	border-radius: var(--radius-md);
	margin-bottom: var(--space-sm);
	font-size: var(--text-lg);
}
.jmu-sg-headings > * { margin: 0 0 var(--space-sm); }
.jmu-sg-scale > div,
.jmu-sg-weights > div {
	padding: var(--space-2xs) 0;
	border-bottom: 1px dashed var(--border-color-muted);
}
.jmu-sg-scale > div:last-child,
.jmu-sg-weights > div:last-child { border-bottom: 0; }
.jmu-sg-lh > div {
	margin-bottom: var(--space-md);
}
.jmu-sg-lh p {
	margin: var(--space-2xs) 0 0;
	max-width: 60ch;
}

/* Spacing visualizer */
.jmu-sg-spacing-row {
	display: flex;
	align-items: center;
	gap: var(--space-md);
	padding: var(--space-2xs) 0;
}
.jmu-sg-spacing-label {
	min-width: 220px;
	font-size: var(--text-sm);
}
.jmu-sg-spacing-bar {
	display: inline-block;
	height: 24px;
	background: var(--accent-silver);
	border-radius: var(--radius-sm);
}

/* Radius */
.jmu-sg-radius {
	display: flex;
	gap: var(--space-lg);
	flex-wrap: wrap;
}
.jmu-sg-radius > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-3xs);
	font-size: var(--text-sm);
}
.jmu-sg-radius-box {
	width: 96px;
	height: 96px;
	background: var(--accent-silver);
}
.jmu-sg-radius span { color: var(--text-subtle); }

/* Shadows */
.jmu-sg-shadows {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: var(--space-xl);
	padding: var(--space-md);
}
.jmu-sg-shadow-box {
	height: 120px;
	background: var(--white);
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Motion */
.jmu-sg-motion {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: var(--space-md);
}
.jmu-sg-motion-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	background: var(--bg-muted);
	border-radius: var(--radius-md);
	cursor: pointer;
}
.jmu-sg-motion-box:hover { background: var(--accent-silver); color: var(--brand-charcoal); }

/* State demo helpers — force a permanent visual state for documentation */
.jmu-sg-force-hover.jmu-btn {
	background: var(--color-primary-hover);
	transform: translateY(-1px);
}
.jmu-sg-force-hover.jmu-btn-on-red {
	background: var(--bg-soft);
	color: var(--color-primary-hover);
}
.jmu-sg-force-focus {
	outline: 3px solid color-mix(in srgb, var(--color-primary) 22%, transparent);
	outline-offset: 2px;
}
.jmu-btn[aria-disabled="true"] {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}
.jmu-sg-on-red-row td:not(:first-child) {
	background: var(--brand-red);
}

/* States table */
.jmu-sg-states-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: var(--space-sm) 0;
}
.jmu-sg-states-table th,
.jmu-sg-states-table td {
	padding: var(--space-sm);
	border-bottom: 1px solid var(--border-color-muted);
	vertical-align: middle;
	text-align: left;
	font-size: var(--text-sm);
}
.jmu-sg-states-table th {
	background: var(--bg-muted);
	font-weight: var(--font-weight-semibold);
	color: var(--text-strong);
}
.jmu-sg-states-table td:first-child {
	font-family: var(--font-mono);
	font-size: var(--text-xs);
	white-space: nowrap;
	width: 1%;
}

/* Loading spinner */
.jmu-sg-spinner {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	border: 2px solid color-mix(in srgb, var(--white) 40%, transparent);
	border-top-color: var(--white);
	border-radius: 50%;
	animation: jmu-sg-spin 0.8s linear infinite;
	vertical-align: -2px;
}
@keyframes jmu-sg-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
	.jmu-sg-spinner { animation-duration: 0.01ms; }
}

/* Inline link demo */
.jmu-sg-link-demo {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.jmu-sg-link-demo.jmu-sg-force-hover {
	color: var(--color-primary-hover);
	text-decoration-thickness: 2px;
}
.jmu-sg-card-link {
	color: var(--color-primary);
	font-weight: var(--font-weight-bold);
	text-decoration: none;
	font-size: var(--text-sm);
}
.jmu-sg-card-link.jmu-sg-force-hover { color: var(--color-primary-hover); }
.jmu-sg-link-on-red {
	color: var(--text-inverse);
	text-decoration: none;
}
.jmu-sg-link-on-red.jmu-sg-force-hover { text-decoration: underline; text-underline-offset: 2px; }

/* Icon button */
.jmu-sg-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--border-color-muted);
	border-radius: var(--radius-full);
	background: var(--white);
	color: var(--text-strong);
	font-size: var(--text-xl);
	cursor: pointer;
}
.jmu-sg-icon-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }
.jmu-sg-focus-input {
	padding: var(--space-2xs) var(--space-sm);
	border: 1px solid var(--border-color-muted);
	border-radius: var(--radius-md);
	font-family: var(--font-sans);
	font-size: var(--text-base);
}
.jmu-sg-focus-input:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 16%, transparent);
}

/* Component demos */
.jmu-sg-row {
	display: flex;
	gap: var(--space-md);
	align-items: center;
	flex-wrap: wrap;
}
.jmu-sg-on-red {
	background: var(--brand-red);
	padding: var(--space-sm);
	border-radius: var(--radius-md);
}
.jmu-sg-band-demo {
	margin-block: var(--space-sm);
}

/* Form demo (compact form replica) */
.jmu-sg-form-demo {
	max-width: 420px;
	padding: var(--space-md);
	background: var(--white);
	border: 1px solid var(--border-color-muted);
	border-radius: var(--radius-md);
}
.jmu-sg-form-demo .jmu-hero-field { margin-bottom: var(--space-sm); }
.jmu-sg-form-demo label {
	display: block;
	margin: 0 0 4px;
	color: var(--text-strong);
	font-size: var(--text-sm);
	font-weight: 900;
	line-height: 1.2;
}
.jmu-sg-form-demo label span { color: var(--color-primary); }
.jmu-sg-form-demo input,
.jmu-sg-form-demo select {
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 13px;
	border: 1px solid color-mix(in srgb, var(--text-strong) 18%, transparent);
	border-radius: 6px;
	background: var(--white);
	color: var(--text-main);
	font-family: var(--font-sans);
	font-size: var(--text-base);
}
.jmu-sg-form-demo input:focus,
.jmu-sg-form-demo select:focus,
.jmu-sg-form-demo input.jmu-sg-force-focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 16%, transparent);
}
.jmu-sg-form-demo input[disabled] {
	background: var(--bg-muted);
	color: var(--text-subtle);
	cursor: not-allowed;
}
.jmu-sg-field-hint {
	display: block;
	margin-top: 4px;
	color: var(--text-subtle);
	font-size: var(--text-xs);
}
.jmu-sg-submit-demo { width: 100%; }

.jmu-sg-force-show {
	display: block !important;
	margin-bottom: var(--space-sm);
	padding: 0.6rem 0.85rem;
	border-radius: 6px;
	font-size: var(--text-sm);
}
.jmu-sg-force-show.is-ok {
	background: color-mix(in srgb, var(--color-success) 12%, transparent);
	color: color-mix(in srgb, var(--color-success) 40%, var(--black));
}
.jmu-sg-force-show.is-error {
	background: color-mix(in srgb, var(--color-primary) 12%, transparent);
	color: var(--color-primary);
}

/* Lists */
.jmu-sg-list {
	margin: 0 0 var(--space-sm);
	padding-left: var(--space-md);
}
.jmu-sg-list li {
	margin-bottom: var(--space-3xs);
	line-height: 1.5;
}

/* Anatomy definition list */
.jmu-sg-anatomy {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 2fr;
	gap: var(--space-2xs) var(--space-md);
	margin: var(--space-sm) 0;
}
.jmu-sg-anatomy dt {
	padding-top: var(--space-2xs);
	border-top: 1px solid var(--border-color-muted);
}
.jmu-sg-anatomy dd {
	margin: 0;
	padding-top: var(--space-2xs);
	border-top: 1px solid var(--border-color-muted);
	color: var(--text-main);
	font-size: var(--text-sm);
	line-height: 1.5;
}

/* Cards grid */
.jmu-sg-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: var(--space-md);
}

/* Force hover/focus on service cards for demo */
.jmu-service-card.jmu-sg-force-hover {
	border-color: var(--color-primary);
	box-shadow: var(--shadow-lg);
}
.jmu-service-card.jmu-sg-force-focus {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 22%, transparent), var(--shadow-lg);
	outline: none;
}

.jmu-service-more-card.jmu-sg-force-hover {
	border-color: color-mix(in srgb, var(--color-primary) 42%, var(--border-color-muted));
	box-shadow: var(--shadow-lg);
	transform: translateY(-3px);
}

.jmu-service-more-card.jmu-sg-force-hover .jmu-service-more-card__media img,
.jmu-service-more-card.jmu-sg-force-focus .jmu-service-more-card__media img {
	transform: scale(1.03);
}

.jmu-service-more-card.jmu-sg-force-hover .jmu-service-more-card__cta span,
.jmu-service-more-card.jmu-sg-force-focus .jmu-service-more-card__cta span {
	transform: translateX(3px);
}

.jmu-service-more-card.jmu-sg-force-focus {
	border-color: color-mix(in srgb, var(--color-primary) 42%, var(--border-color-muted));
	box-shadow: var(--shadow-lg);
	outline: 2px solid var(--color-primary);
	outline-offset: 4px;
}

/* Hero hours demo */
.jmu-sg-hours-demo {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: var(--space-md);
	padding: var(--space-md);
	background: var(--bg-muted);
	border-radius: var(--radius-md);
}
.jmu-sg-hours-demo .jmu-hero-hours {
	color: var(--text-strong);
	text-shadow: none;
}
.jmu-sg-hours-demo .jmu-hero-hours__copy { margin-bottom: 8px; }

/* CTA band demo */
.jmu-sg-ctaband-demo {
	background: var(--brand-red);
	color: var(--white);
	padding: var(--space-xl) var(--space-md);
	border-radius: var(--radius-md);
	text-align: center;
}
.jmu-sg-ctaband-demo h3 {
	color: var(--white);
	font-family: var(--font-display);
	font-size: var(--text-3xl);
	margin: 0 0 var(--space-2xs);
}
.jmu-sg-ctaband-demo p {
	color: var(--white);
	margin: 0 0 var(--space-md);
}
.jmu-sg-ctaband-actions {
	display: flex;
	gap: var(--space-sm);
	justify-content: center;
	flex-wrap: wrap;
}

/* Reviews band demo */
.jmu-sg-reviews-demo {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: var(--space-lg);
	align-items: center;
	padding: var(--space-lg);
	background: var(--bg-muted);
	border-radius: var(--radius-md);
}
.jmu-sg-reviews-demo .jmu-reviews-quote p {
	max-width: none;
}

/* Reviews filters demo */
.jmu-sg-filters-demo {
	margin: 0 0 var(--space-md);
}

/* FAQ demo */
.jmu-sg-faq-demo {
	background: var(--white);
}

/* Gallery demo */
.jmu-sg-gallery-demo {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md);
	max-width: none;
	margin: 0;
}
.jmu-sg-gallery-demo .jmu-gallery-card,
.jmu-sg-gallery-demo .jmu-gallery-card:first-child {
	grid-column: auto;
	grid-row: auto;
	min-height: 280px;
	border-radius: var(--radius-lg);
}

.jmu-sg-about-proof-demo {
	margin-top: var(--space-md);
	background: var(--bg-dark);
}

/* Rewrites table */
.jmu-sg-rewrites {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: var(--space-sm) 0;
}
.jmu-sg-rewrites th,
.jmu-sg-rewrites td {
	padding: var(--space-sm);
	border-bottom: 1px solid var(--border-color-muted);
	vertical-align: top;
	text-align: left;
	font-size: var(--text-sm);
	line-height: 1.5;
}
.jmu-sg-rewrites th {
	background: var(--bg-muted);
	font-weight: var(--font-weight-semibold);
}
.jmu-sg-rewrites td:first-child { color: var(--text-subtle); }
.jmu-sg-rewrites td:last-child { color: var(--text-main); font-weight: var(--font-weight-semibold); }

/* Footer note */
.jmu-sg-footer-note {
	margin-top: var(--space-xl);
	padding: var(--space-md);
	background: var(--bg-muted);
	border-radius: var(--radius-md);
	color: var(--text-subtle);
	font-size: var(--text-sm);
	text-align: center;
}
.jmu-sg-footer-note a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Responsive */
@media (max-width: 720px) {
	.jmu-sg-states-table,
	.jmu-sg-rewrites {
		display: block;
		overflow-x: auto;
	}
	.jmu-sg-anatomy {
		grid-template-columns: 1fr;
		gap: var(--space-3xs);
	}
	.jmu-sg-anatomy dd { border-top: 0; padding-top: 0; }
	.jmu-sg-reviews-demo {
		grid-template-columns: 1fr;
		gap: var(--space-md);
	}
}

