/* Dark ministry landing rebuild. */
body:has(.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"]) {
	background: #050505;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] {
	--jb-night-panel: rgba(18, 18, 18, 0.78);
	--jb-night-panel-strong: rgba(27, 27, 27, 0.92);
	--jb-night-line: rgba(255, 255, 255, 0.14);
	--jb-night-line-strong: rgba(255, 255, 255, 0.24);
	--jb-night-text: #f7f5ee;
	--jb-night-muted: rgba(247, 245, 238, 0.68);
	--jb-night-red: #c82d24;
	--jb-night-green: #1f9a5f;
	--jb-night-gold: #d9ae3a;
	--jb-night-shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
	--jb-night-font-body: "Manrope", "Segoe UI", Arial, sans-serif;
	--jb-night-font-display: "Inter Tight", "Manrope", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
	position: relative;
	width: 100vw;
	min-height: 100vh;
	margin-left: calc(50% - 50vw);
	overflow-x: clip;
	overflow-y: visible;
	background: linear-gradient(180deg, #050505 0%, #080808 42%, #050505 100%);
	background-color: #050505;
	color: var(--jb-night-text);
	font-family: var(--jb-night-font-body);
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"]::before {
	display: none;
}

.jb-dark-landing,
.jb-dark-landing * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jb-site-loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(9, 10, 8, 0.92), rgba(0, 0, 0, 0.86)),
		linear-gradient(180deg, #050505 0%, #0d0d0b 48%, #030303 100%);
	color: var(--jb-night-text);
	opacity: 1;
	pointer-events: auto;
	transition: opacity 520ms ease, visibility 520ms ease;
	visibility: visible;
}

.jb-site-loader::before,
.jb-site-loader::after {
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	background:
		linear-gradient(90deg, transparent, rgba(217, 174, 58, 0.18), rgba(247, 245, 238, 0.2), rgba(217, 174, 58, 0.18), transparent);
	content: "";
}

.jb-site-loader::before {
	top: 18px;
}

.jb-site-loader::after {
	bottom: 18px;
}

.jb-site-loader.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.jb-site-loader__panel {
	position: relative;
	display: grid;
	justify-items: center;
	width: min(430px, 88vw);
	padding: 42px 34px 36px;
	border: 1px solid rgba(217, 174, 58, 0.44);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
		linear-gradient(135deg, rgba(31, 154, 95, 0.12), transparent 35%, rgba(200, 45, 36, 0.08)),
		rgba(5, 5, 5, 0.92);
	box-shadow:
		0 36px 90px rgba(0, 0, 0, 0.72),
		inset 0 0 0 1px rgba(255, 255, 255, 0.055),
		inset 0 0 42px rgba(217, 174, 58, 0.055);
	text-align: center;
}

.jb-site-loader__panel::before,
.jb-site-loader__panel::after {
	position: absolute;
	width: 42px;
	height: 42px;
	border-color: rgba(217, 174, 58, 0.72);
	content: "";
}

.jb-site-loader__panel::before {
	top: 12px;
	left: 12px;
	border-top: 1px solid;
	border-left: 1px solid;
}

.jb-site-loader__panel::after {
	right: 12px;
	bottom: 12px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.jb-site-loader__crest {
	position: relative;
	display: grid;
	width: 112px;
	height: 112px;
	margin-bottom: 22px;
	place-items: center;
}

.jb-site-loader__crest::before {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(217, 174, 58, 0.58);
	border-radius: 50%;
	background:
		linear-gradient(135deg, rgba(217, 174, 58, 0.14), transparent 44%, rgba(31, 154, 95, 0.12)),
		rgba(0, 0, 0, 0.24);
	box-shadow:
		inset 0 0 0 8px rgba(0, 0, 0, 0.22),
		0 0 34px rgba(217, 174, 58, 0.12);
	content: "";
	animation: jb-loader-seal 2200ms ease-in-out infinite;
}

.jb-site-loader__crest img {
	position: relative;
	z-index: 1;
	width: 78px;
	height: 84px;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.52));
}

.jb-site-loader__eyebrow {
	color: var(--jb-night-gold);
	font-size: 12px;
	font-weight: 720;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jb-site-loader__panel strong {
	margin-top: 8px;
	color: #fffaf0;
	font-family: var(--jb-night-font-display);
	font-size: clamp(28px, 6vw, 42px);
	font-weight: 680;
	line-height: 0.98;
	text-transform: uppercase;
}

.jb-site-loader__rule {
	position: relative;
	width: min(230px, 64vw);
	height: 1px;
	margin: 22px 0 16px;
	overflow: hidden;
	background: rgba(217, 174, 58, 0.24);
}

.jb-site-loader__rule::before {
	position: absolute;
	inset: 0;
	width: 42%;
	background: linear-gradient(90deg, transparent, rgba(255, 230, 155, 0.92), transparent);
	content: "";
	transform: translateX(-100%);
	animation: jb-loader-rule 1700ms ease-in-out infinite;
}

.jb-site-loader__caption {
	color: rgba(247, 245, 238, 0.72);
	font-size: 13px;
	font-weight: 560;
}

.jb-night-hero {
	position: relative;
	display: grid;
	min-height: 100svh;
	grid-template-rows: auto minmax(0, 1fr);
	gap: 28px;
	padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 58px) clamp(28px, 5vw, 64px);
	overflow: hidden;
	isolation: isolate;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-night-hero {
	background: transparent;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] :where(
	.jb-night-hero,
	.jb-night-section,
	.jb-night-search,
	.jb-intel-panel,
	.jb-role-card,
	.jb-role-flow,
	.jb-night-footer
) {
	color: var(--jb-night-text);
}

.jb-night-motion {
	position: absolute;
	inset: 0;
	z-index: 0;
	contain: paint;
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(31, 154, 95, 0.14), transparent 34%),
		linear-gradient(315deg, rgba(200, 45, 36, 0.12), transparent 36%),
		#050505;
	pointer-events: none;
}

.jb-night-motion::before,
.jb-night-motion::after {
	display: none;
	content: none;
}

.jb-hero-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #050505;
	filter: saturate(1.24) contrast(1.08) brightness(1.32);
	opacity: 1;
}

.jb-hero-video-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	background:
		radial-gradient(circle at 50% 52%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.62) 76%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.56)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.52) 82%, #050505 100%);
	pointer-events: none;
}

.jb-home-shell.is-hero-video-ready .jb-hero-video {
	animation: jb-video-settle 1200ms ease-out both;
}

.jb-home-shell.is-hero-motion-paused .jb-hero-video {
	opacity: 0.54;
}

.jb-night-nav,
.jb-night-hero-grid,
.jb-night-search,
.jb-night-section,
.jb-night-footer {
	position: relative;
	z-index: 2;
	width: min(1240px, 100%);
	margin: 0 auto;
}

.jb-night-nav,
.jb-night-footer {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
}

/* Landing header: one glass bar with brand, center links, and account actions. */
.jb-night-nav {
	--jb-night-nav-edge: clamp(32px, 3vw, 56px);
	width: calc(100vw - var(--jb-night-nav-edge));
	min-height: 92px;
	margin-right: auto;
	margin-left: calc((100% - 100vw + var(--jb-night-nav-edge)) / 2);
	padding: 14px 26px 14px 36px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.jb-night-brand {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	min-width: 0;
	color: var(--jb-night-text);
	text-decoration: none;
}

.jb-night-nav .jb-night-brand {
	opacity: 0;
	transform-origin: left center;
	animation: jb-brand-dock 820ms cubic-bezier(0.18, 0.84, 0.22, 1) 120ms both;
}

.jb-night-brand:hover,
.jb-night-brand:visited {
	color: var(--jb-night-text);
	text-decoration: none;
}

.jb-night-brand img {
	width: 74px;
	height: 78px;
	object-fit: contain;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.jb-night-nav .jb-night-brand img {
	transform-origin: center;
	animation: jb-crest-settle 980ms cubic-bezier(0.16, 0.92, 0.2, 1) 180ms both;
}

.jb-night-nav .jb-night-brand img.is-logo-idle-animating {
	animation-duration: var(--jb-logo-idle-duration, 1280ms);
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.18, 0.84, 0.22, 1);
}

.jb-night-nav .jb-night-brand img.is-logo-idle-animating[data-jb-logo-idle="glint"] {
	animation-name: jb-crest-idle-glint;
}

.jb-night-nav .jb-night-brand img.is-logo-idle-animating[data-jb-logo-idle="nod"] {
	animation-name: jb-crest-idle-nod;
}

.jb-night-nav .jb-night-brand img.is-logo-idle-animating[data-jb-logo-idle="breathe"] {
	animation-name: jb-crest-idle-breathe;
}

.jb-night-nav .jb-night-brand span {
	opacity: 0;
	animation: jb-brand-text-reveal 760ms cubic-bezier(0.18, 0.84, 0.22, 1) 340ms both;
}

.jb-night-brand strong,
.jb-night-brand small {
	display: block;
}

.jb-night-brand strong {
	color: var(--jb-night-text);
	font-size: clamp(21px, 1.6vw, 28px);
	font-weight: 680;
	line-height: 1.04;
	text-transform: uppercase;
}

.jb-night-brand small {
	margin-top: 8px;
	color: var(--jb-night-gold);
	font-size: clamp(13px, 0.9vw, 16px);
	font-weight: 620;
}

.jb-night-links {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(10px, 1.5vw, 24px);
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	opacity: 0;
	transform-origin: top right;
	animation: jb-nav-panel-drop 760ms cubic-bezier(0.18, 0.84, 0.22, 1) 220ms both;
}

.jb-night-links a,
.jb-night-button,
.jb-night-primary,
.jb-night-secondary,
.jb-night-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid var(--jb-night-line);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--jb-night-text);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.jb-night-nav .jb-night-links a:not(.jb-night-button) {
	position: relative;
	gap: 8px;
	min-height: 42px;
	padding: 8px 7px;
	border-color: transparent;
	background: transparent;
	color: rgba(247, 245, 238, 0.86);
	font-size: 15px;
	font-weight: 680;
}

.jb-night-nav .jb-night-links > a {
	opacity: 0;
	animation: jb-nav-item-arrive 560ms cubic-bezier(0.18, 0.84, 0.22, 1) both;
}

.jb-night-nav .jb-night-links > a:nth-child(1) {
	animation-delay: 460ms;
}

.jb-night-nav .jb-night-links > a:nth-child(2) {
	animation-delay: 540ms;
}

.jb-night-nav .jb-night-links > a:nth-child(3) {
	animation-delay: 620ms;
}

.jb-night-nav .jb-night-links > a:nth-child(4) {
	animation-delay: 700ms;
}

.jb-night-nav .jb-night-links > a:nth-child(5) {
	animation-delay: 780ms;
}

.jb-night-nav .jb-night-links > a:nth-child(6) {
	animation-delay: 860ms;
}

.jb-night-nav .jb-night-links > a:nth-child(7) {
	animation-delay: 940ms;
}

.jb-night-nav .jb-night-links > a.jb-night-button {
	animation-name: jb-nav-button-set;
}

.jb-night-nav .jb-night-links a:not(.jb-night-button)::after {
	position: absolute;
	right: 20%;
	bottom: 4px;
	left: 20%;
	height: 2px;
	border-radius: 999px;
	background: var(--jb-night-gold);
	content: "";
	opacity: 0;
	transform: scaleX(0.5);
	transform-origin: center;
	transition: opacity 180ms ease, transform 180ms ease;
}

.jb-night-links a:hover,
.jb-night-links a:visited,
.jb-night-button:hover,
.jb-night-button:visited,
.jb-night-primary:hover,
.jb-night-primary:visited,
.jb-night-secondary:hover,
.jb-night-secondary:visited {
	color: var(--jb-night-text);
	text-decoration: none;
}

.jb-night-secondary:is(:hover, :focus-visible) {
	border-color: var(--jb-night-gold);
	background: rgba(217, 174, 58, 0.14);
	box-shadow: 0 0 0 3px rgba(217, 174, 58, 0.14);
}

.jb-night-nav .jb-night-links a:not(.jb-night-button):is(:hover, :focus-visible) {
	border-color: transparent;
	background: rgba(255, 255, 255, 0.04);
	color: var(--jb-night-text);
	box-shadow: none;
}

.jb-night-nav .jb-night-links a.is-scroll-active:not(.jb-night-button) {
	color: var(--jb-night-gold);
}

.jb-night-nav .jb-night-links a:not(.jb-night-button):is(:hover, :focus-visible)::after {
	opacity: 1;
	transform: scaleX(1);
}

.jb-night-nav .jb-night-links > .jb-night-link {
	min-width: auto;
	min-height: 42px;
	padding: 8px 9px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(247, 245, 238, 0.84);
}

.jb-night-nav .jb-night-links > .jb-night-link::before {
	display: none;
	content: none;
}

.jb-night-nav .jb-night-links > .jb-night-link:is(:hover, :focus-visible) {
	background: transparent;
	color: #ffffff;
}

.jb-night-link-caret span {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.86;
}

.jb-night-nav .jb-night-links .jb-night-button {
	min-width: 112px;
	min-height: 56px;
	padding: 14px 24px;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 680;
}

.jb-night-nav .jb-night-links .jb-night-button[href="/login"] {
	margin-left: clamp(8px, 2vw, 32px);
}

.jb-night-button.is-gold,
.jb-night-primary,
.jb-night-search button {
	border-color: rgba(217, 174, 58, 0.9);
	background: var(--jb-night-gold);
	color: #090909;
}

.jb-night-button.is-gold:hover,
.jb-night-primary:hover,
.jb-night-search button:hover {
	color: #090909;
}

.jb-night-button:is(:hover, :focus-visible),
.jb-night-primary:is(:hover, :focus-visible),
.jb-night-search button:is(:hover, :focus-visible) {
	transform: translateY(-1px);
	box-shadow:
		0 12px 28px rgba(0, 0, 0, 0.26),
		0 0 0 3px rgba(217, 174, 58, 0.12);
}

.jb-loop-border {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-color: rgba(247, 245, 238, 0.16);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
		rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.jb-loop-border.is-gold {
	border-color: rgba(217, 174, 58, 0.78);
	background: linear-gradient(180deg, #e7bd45, #cca02d);
	color: #080808;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.24),
		0 10px 24px rgba(217, 174, 58, 0.12);
	text-shadow: none;
}

.jb-loop-border::before {
	position: absolute;
	inset: 1px;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	content: "";
	opacity: 0.72;
	pointer-events: none;
}

.jb-night-links .jb-loop-border:is(:hover, :focus-visible) {
	border-color: rgba(217, 174, 58, 0.42);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
		rgba(255, 255, 255, 0.08);
	box-shadow:
		0 12px 26px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.jb-night-links .jb-loop-border.is-gold:is(:hover, :focus-visible) {
	border-color: rgba(255, 232, 151, 0.72);
	background: linear-gradient(180deg, #f1cc58, #c99619);
	color: #080808;
	box-shadow:
		0 16px 34px rgba(217, 174, 58, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		inset 0 -10px 22px rgba(90, 60, 0, 0.16);
}

.jb-night-primary,
.jb-night-primary:visited,
.jb-night-primary:hover,
.jb-night-primary:focus-visible,
.jb-night-links .jb-loop-border.is-gold,
.jb-night-links .jb-loop-border.is-gold:visited,
.jb-night-links .jb-loop-border.is-gold:hover,
.jb-night-links .jb-loop-border.is-gold:focus-visible {
	color: #080808;
	text-shadow: none;
}

.jb-night-primary:is(:hover, :focus-visible) {
	border-color: rgba(255, 232, 151, 0.72);
	background: linear-gradient(180deg, #f1cc58, #c99619);
	box-shadow:
		0 16px 34px rgba(217, 174, 58, 0.2),
		0 0 0 3px rgba(217, 174, 58, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.28),
		inset 0 -10px 22px rgba(90, 60, 0, 0.16);
}

.jb-night-button,
.jb-night-primary,
.jb-night-secondary,
.jb-night-search button {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 6px;
	text-transform: none;
}

.jb-night-button::after,
.jb-night-primary::after,
.jb-night-secondary::after,
.jb-night-search button::after {
	position: absolute;
	inset: 4px;
	z-index: 0;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 4px;
	content: "";
	pointer-events: none;
}

.jb-night-primary,
.jb-night-search button,
.jb-night-links .jb-loop-border.is-gold {
	border-color: rgba(255, 215, 92, 0.88);
	background:
		linear-gradient(180deg, rgba(255, 245, 178, 0.72), rgba(217, 174, 58, 0.98) 42%, rgba(154, 101, 15, 0.95)),
		#d9ae3a;
	color: #080808;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.58),
		inset 0 -12px 22px rgba(91, 52, 0, 0.22),
		0 15px 32px rgba(0, 0, 0, 0.28);
}

.jb-night-secondary,
.jb-night-links .jb-loop-border:not(.is-gold) {
	border-color: rgba(217, 174, 58, 0.38);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
		linear-gradient(135deg, rgba(217, 174, 58, 0.12), rgba(0, 0, 0, 0.12)),
		rgba(13, 13, 13, 0.68);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		inset 0 -10px 22px rgba(0, 0, 0, 0.18),
		0 15px 32px rgba(0, 0, 0, 0.2);
}

.jb-night-primary:is(:hover, :focus-visible),
.jb-night-search button:is(:hover, :focus-visible),
.jb-night-links .jb-loop-border.is-gold:is(:hover, :focus-visible) {
	background:
		linear-gradient(180deg, rgba(255, 251, 203, 0.82), rgba(229, 187, 66, 1) 42%, rgba(180, 119, 17, 0.98)),
		#e0b53e;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.62),
		inset 0 -12px 24px rgba(91, 52, 0, 0.2),
		0 18px 38px rgba(0, 0, 0, 0.3),
		0 0 0 3px rgba(217, 174, 58, 0.13);
}

.jb-night-secondary:is(:hover, :focus-visible),
.jb-night-links .jb-loop-border:not(.is-gold):is(:hover, :focus-visible) {
	border-color: rgba(217, 174, 58, 0.62);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.045)),
		linear-gradient(135deg, rgba(217, 174, 58, 0.18), rgba(0, 0, 0, 0.1)),
		rgba(20, 20, 20, 0.76);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		inset 0 -10px 22px rgba(0, 0, 0, 0.16),
		0 18px 38px rgba(0, 0, 0, 0.3),
		0 0 0 3px rgba(217, 174, 58, 0.1);
}

.jb-night-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	place-items: center;
	gap: 36px;
	min-height: min(720px, calc(100svh - 148px));
	text-align: center;
}

.jb-night-copy {
	display: grid;
	justify-items: center;
	width: min(1280px, 100%);
	max-width: none;
	padding-bottom: 18px;
}

.jb-night-kicker,
.jb-night-section-head > span,
.jb-intel-topline span {
	margin: 0;
	color: var(--jb-night-gold);
	font-size: 13px;
	font-weight: 680;
	text-transform: uppercase;
}

.jb-night-copy .jb-night-kicker {
	opacity: 0;
	animation: jb-kicker-trace 720ms cubic-bezier(0.18, 0.84, 0.22, 1) 420ms both;
}

.jb-night-copy h1 {
	display: grid;
	gap: clamp(0px, 0.25vw, 5px);
	max-width: 1220px;
	margin: 0;
	color: var(--jb-night-text);
	font-family: var(--jb-night-font-display);
	font-size: clamp(72px, 6.4vw, 104px);
	font-stretch: normal;
	font-weight: 580;
	letter-spacing: 0;
	line-height: 0.9;
	text-wrap: balance;
	transform: scaleX(0.98);
	transform-origin: center;
	word-spacing: 0;
}

.jb-night-copy h1 > span {
	display: block;
}

.jb-hero-title {
	position: relative;
	perspective: 900px;
}

.jb-hero-title::after {
	position: absolute;
	inset: -0.08em -12vw;
	background: linear-gradient(90deg, transparent 24%, rgba(247, 245, 238, 0.16), rgba(217, 174, 58, 0.24), transparent 76%);
	content: "";
	opacity: 0;
	pointer-events: none;
	transform: translate3d(-34vw, 0, 0) scaleX(0.48);
}

.jb-hero-title.is-title-idle-animating {
	animation: jb-title-horizon-stretch 4400ms cubic-bezier(0.18, 0.84, 0.22, 1) both;
}

.jb-hero-title.is-title-idle-animating::after {
	animation: jb-title-horizon-sheen 4400ms cubic-bezier(0.18, 0.84, 0.22, 1) both;
}

.jb-night-copy h1 .jb-title-country {
	font-size: 1em;
	line-height: 0.9;
	text-transform: uppercase;
	text-shadow:
		0 22px 70px rgba(0, 0, 0, 0.62),
		0 0 32px rgba(31, 154, 95, 0.2);
}

.jb-night-copy h1 .jb-title-role {
	display: flex;
	width: max-content;
	max-width: 100%;
	/* Keep JOB BANK as one phrase while preserving a visible word gap. */
	gap: 0.28em;
	align-items: baseline;
	justify-content: center;
	justify-self: center;
	color: var(--jb-night-text);
	font-size: 0.74em;
	line-height: 0.86;
	white-space: nowrap;
}

.jb-night-copy h1 .jb-title-job,
.jb-night-copy h1 .jb-title-bank {
	display: inline-block;
	flex: 0 0 auto;
}

.jb-night-copy h1 .jb-title-job {
	color: var(--jb-night-text);
}

.jb-night-copy h1 .jb-title-bank {
	color: var(--jb-night-gold);
	text-shadow:
		0 18px 52px rgba(0, 0, 0, 0.48),
		0 0 34px rgba(217, 174, 58, 0.16);
}

.jb-hero-title .jb-title-country,
.jb-hero-title .jb-title-role {
	opacity: 0;
	transform-origin: center;
	will-change: opacity, transform, filter;
}

.jb-hero-title .jb-title-country {
	animation: jb-country-sweep 1120ms cubic-bezier(0.16, 0.92, 0.2, 1) 560ms forwards;
}

.jb-hero-title .jb-title-role {
	animation: jb-role-line-open 980ms cubic-bezier(0.16, 0.92, 0.2, 1) 720ms forwards;
}

.jb-hero-title .jb-title-job,
.jb-hero-title .jb-title-bank {
	opacity: 0;
	will-change: opacity, transform, filter;
}

.jb-hero-title .jb-title-job {
	animation: jb-job-lift 920ms cubic-bezier(0.16, 0.92, 0.2, 1) 840ms both;
}

.jb-hero-title .jb-title-bank {
	animation: jb-bank-ignite 980ms cubic-bezier(0.16, 0.92, 0.2, 1) 980ms both;
}

.jb-night-copy p:not(.jb-night-kicker) {
	max-width: 560px;
	margin: 12px 0 0;
	color: var(--jb-night-muted);
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.48;
	opacity: 0;
	animation: jb-copy-focus-in 760ms cubic-bezier(0.18, 0.84, 0.22, 1) 1180ms both;
}

.jb-night-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 16px;
}

.jb-night-actions .jb-night-primary,
.jb-night-actions .jb-night-secondary {
	opacity: 0;
	will-change: opacity, transform, filter;
}

.jb-night-actions .jb-night-primary {
	animation: jb-primary-cta-land 760ms cubic-bezier(0.18, 0.84, 0.22, 1) 1340ms both;
}

.jb-night-actions .jb-night-secondary {
	animation: jb-secondary-cta-slide 760ms cubic-bezier(0.18, 0.84, 0.22, 1) 1460ms both;
}

.jb-hero-preview {
	position: relative;
	width: min(700px, 88vw);
	aspect-ratio: 16 / 9;
	margin-top: clamp(16px, 1.8vw, 24px);
	overflow: hidden;
	border: 1px solid rgba(217, 174, 58, 0.58);
	border-radius: 14px;
	background: #050505;
	box-shadow:
		0 28px 74px rgba(0, 0, 0, 0.54),
		0 0 0 1px rgba(255, 255, 255, 0.06),
		0 0 46px rgba(217, 174, 58, 0.12);
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(0.985);
	animation: jb-preview-rise 820ms cubic-bezier(0.18, 0.84, 0.22, 1) 1260ms both;
}

.jb-hero-preview::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.52)),
		radial-gradient(circle at 50% 40%, rgba(217, 174, 58, 0.05), transparent 58%);
	content: "";
	pointer-events: none;
}

.jb-hero-preview-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.04) brightness(0.8);
}

.jb-night-primary,
.jb-night-secondary {
	min-height: 48px;
	padding: 12px 18px;
	font-size: 16px;
}

.jb-intel-panel,
.jb-night-search,
.jb-night-search-card,
.jb-role-card,
.jb-role-flow,
.jb-latest-belt,
.jb-home-job-list {
	border: 1px solid var(--jb-night-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		var(--jb-night-panel);
	box-shadow: var(--jb-night-shadow);
	backdrop-filter: blur(18px);
}

/* Search exchange: gold-forward public search panel plus live market snapshot. */
.jb-night-section.jb-night-exchange {
	--jb-exchange-blend: clamp(118px, 12vw, 196px);
	position: relative;
	margin-top: 0;
	padding-top: calc(clamp(50px, 7vw, 92px) + var(--jb-exchange-blend));
	overflow: hidden;
	background: transparent;
}

.jb-night-section.jb-night-exchange::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	background-color: #050505;
	background-image: url("/assets/job_bank_website/images/landing/guyana-search-section-bg.png?v=20260707-1");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	pointer-events: none;
	-webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.18) 32px, rgba(0, 0, 0, 0.68) calc(var(--jb-exchange-blend) * 0.62), #000 var(--jb-exchange-blend));
	mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.18) 32px, rgba(0, 0, 0, 0.68) calc(var(--jb-exchange-blend) * 0.62), #000 var(--jb-exchange-blend));
}

.jb-night-exchange-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
	gap: clamp(20px, 3vw, 34px);
	align-items: stretch;
}

.jb-night-search-stack {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-width: 0;
	height: 100%;
	gap: 12px;
	align-content: stretch;
}

.jb-night-search-head {
	max-width: 820px;
	margin-bottom: 4px;
}

.jb-night-search-head h2 {
	font-size: clamp(42px, 5.4vw, 74px);
	font-weight: 520;
	letter-spacing: -0.01em;
}

.jb-night-search-head h2 em {
	color: var(--jb-night-gold);
	font-style: normal;
}

.jb-night-search-head p {
	max-width: 680px;
	margin: 4px 0 0;
	color: var(--jb-night-muted);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.55;
}

.jb-night-search-card {
	position: relative;
	display: grid;
	gap: 18px;
	align-content: start;
	height: 100%;
	min-height: 0;
	padding: clamp(18px, 3vw, 34px);
	overflow: hidden;
	border-color: rgba(217, 174, 58, 0.24);
	background:
		linear-gradient(145deg, rgba(217, 174, 58, 0.1), rgba(255, 255, 255, 0.04) 34%, rgba(255, 255, 255, 0.015)),
		rgba(13, 13, 13, 0.82);
	box-shadow:
		0 28px 86px rgba(0, 0, 0, 0.44),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.jb-night-search-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--jb-night-gold), rgba(217, 174, 58, 0.22), transparent);
	content: "";
	opacity: 0.9;
}

.jb-search-panel-top {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.jb-search-panel-top span {
	display: inline-flex;
	align-items: center;
	color: var(--jb-night-gold);
	font-size: 14px;
	font-weight: 680;
	text-transform: uppercase;
}

.jb-search-panel-top strong {
	padding: 8px 12px;
	border: 1px solid rgba(217, 174, 58, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--jb-night-text);
	font-size: 14px;
	font-weight: 620;
}

.jb-search-panel-top b {
	color: var(--jb-night-gold);
	font: inherit;
}

.jb-night-search-card .jb-night-search {
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	margin: 0;
	box-shadow: none;
	backdrop-filter: none;
	align-self: start;
	border-color: transparent;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
		rgba(0, 0, 0, 0.08);
}

.jb-night-search-card .jb-night-search button {
	grid-column: 1 / -1;
	justify-self: end;
}

.jb-search-quick-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.jb-search-quick-grid a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 10px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
	color: rgba(247, 245, 238, 0.84);
	font-size: 13px;
	font-weight: 560;
	text-align: center;
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.jb-search-quick-grid a:hover,
.jb-search-quick-grid a:visited {
	color: var(--jb-night-text);
	text-decoration: none;
}

.jb-search-quick-grid a:hover {
	border-color: rgba(217, 174, 58, 0.44);
	background: rgba(217, 174, 58, 0.1);
	transform: translateY(-1px);
}

.jb-intel-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-self: stretch;
	width: 100%;
	height: 100%;
	gap: 14px;
	align-content: start;
	min-height: 0;
	padding: clamp(16px, 2vw, 22px);
	overflow: hidden;
}

.jb-intel-topline {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--jb-night-line);
}

.jb-intel-topline strong {
	color: var(--jb-night-text);
	font-size: 13px;
	font-weight: 560;
}

.jb-intel-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.jb-intel-summary div {
	min-height: 78px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 2px solid rgba(217, 174, 58, 0.54);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.jb-intel-summary div:first-child {
	border-top-color: rgba(217, 174, 58, 0.68);
	background:
		linear-gradient(135deg, rgba(217, 174, 58, 0.12), rgba(255, 255, 255, 0.04)),
		rgba(255, 255, 255, 0.055);
}

.jb-intel-summary div:nth-child(3) {
	border-top-color: rgba(217, 174, 58, 0.62);
}

.jb-intel-summary div:nth-child(4) {
	border-top-color: rgba(217, 174, 58, 0.5);
}

.jb-intel-summary div:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.075);
	transform: translateY(-2px);
}

.jb-intel-summary strong {
	display: block;
	color: var(--jb-night-text);
	font-size: clamp(25px, 2.7vw, 34px);
	font-weight: 620;
	line-height: 1;
}

.jb-intel-summary span,
.jb-dark-mini-jobs a span,
.jb-home-job-row small {
	color: var(--jb-night-muted);
}

.jb-intel-feed-head {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding-top: 2px;
}

.jb-intel-feed-head span {
	color: var(--jb-night-gold);
	font-size: 12px;
	font-weight: 640;
	text-transform: uppercase;
}

.jb-intel-feed-head a {
	color: rgba(247, 245, 238, 0.78);
	font-size: 12px;
	font-weight: 560;
	text-decoration: none;
}

.jb-intel-feed-head a:hover {
	color: var(--jb-night-text);
	text-decoration: none;
}

.jb-dark-mini-jobs {
	display: grid;
	gap: 7px;
	flex: 1;
	align-content: start;
	min-height: 0;
}

.jb-dark-mini-jobs a {
	display: grid;
	gap: 4px;
	min-height: 42px;
	padding: 9px 11px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 3px solid var(--jb-night-gold);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	color: var(--jb-night-text);
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.jb-dark-mini-jobs a:nth-child(2) {
	border-left-color: var(--jb-night-gold);
}

.jb-dark-mini-jobs a:nth-child(3) {
	border-left-color: var(--jb-night-gold);
}

.jb-dark-mini-jobs a:hover,
.jb-dark-mini-jobs a:visited {
	color: var(--jb-night-text);
	text-decoration: none;
}

.jb-dark-mini-jobs a:hover {
	border-color: var(--jb-night-line-strong);
	background: rgba(255, 255, 255, 0.09);
	transform: translateX(2px);
}

.jb-night-search {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(220px, 0.82fr) auto;
	gap: 12px;
	align-items: end;
	padding: 16px;
}

.jb-night-search .jb-field {
	display: grid;
	gap: 7px;
}

.jb-night-search label {
	color: rgba(247, 245, 238, 0.58);
	font-size: 12px;
	font-weight: 620;
	text-transform: uppercase;
}

.jb-night-search input {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid var(--jb-night-line-strong);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--jb-night-text);
	font: inherit;
	font-weight: 460;
}

.jb-night-search select {
	width: 100%;
	min-height: 48px;
	padding: 11px 42px 11px 13px;
	border: 1px solid var(--jb-night-line-strong);
	border-radius: 7px;
	background:
		linear-gradient(45deg, transparent 50%, rgba(247, 245, 238, 0.82) 50%) calc(100% - 18px) 21px / 7px 7px no-repeat,
		linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
		rgba(255, 255, 255, 0.08);
	color: var(--jb-night-text);
	font: inherit;
	font-weight: 460;
	appearance: none;
}

.jb-night-search select option {
	background: #101010;
	color: var(--jb-night-text);
}

.jb-night-search input::placeholder {
	color: rgba(247, 245, 238, 0.45);
	opacity: 1;
}

.jb-night-search input:focus-visible,
.jb-night-search select:focus-visible {
	outline: none;
	border-color: var(--jb-night-gold);
	box-shadow: 0 0 0 3px rgba(217, 174, 58, 0.16);
}

.jb-night-search button {
	min-height: 48px;
	min-width: 126px;
	width: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.jb-night-section {
	position: relative;
	isolation: isolate;
	display: grid;
	gap: 24px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(48px, 7vw, 88px) max(18px, calc((100vw - 1240px) / 2 + 18px));
	overflow: clip;
	background: transparent;
	content-visibility: auto;
	contain-intrinsic-size: 760px;
}

/* Lower landing sections share the page backdrop; only repeated panels/cards
   should create visible edges. */
.jb-night-section::before,
.jb-night-section::after {
	display: none;
}

.jb-night-section::before {
	content: none;
}

.jb-night-section::after {
	content: none;
}

.jb-night-section > * {
	position: relative;
	z-index: 1;
}

.jb-night-exchange::before {
	content: none;
}

.jb-night-pathways::before {
	content: none;
}

.jb-scroll-reveal {
	opacity: 0;
	transform: translate3d(0, 34px, 0) scale(0.985);
	transition:
		opacity 680ms ease,
		transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--jb-reveal-delay, 0ms);
	will-change: opacity, transform;
}

.jb-scroll-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.jb-night-section-head {
	position: relative;
	display: grid;
	gap: 8px;
	max-width: 760px;
}

.jb-night-section-head::after {
	width: min(320px, 62vw);
	height: 2px;
	margin-top: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(217, 174, 58, 0.95), rgba(217, 174, 58, 0.18), transparent);
	content: "";
	opacity: 0.52;
}

.jb-night-section-head > span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.jb-night-section-head > span::before {
	width: 18px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
	content: "";
	opacity: 0.74;
}

.jb-night-section-head h2 {
	margin: 0;
	color: var(--jb-night-text);
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 560;
	line-height: 1.04;
	text-wrap: balance;
}

/* Role gateway: separates the visitor decisions from the live job board below. */
.jb-role-gateway,
.jb-night-live-grid {
	display: grid;
	gap: clamp(16px, 2.4vw, 28px);
}

.jb-role-gateway {
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	align-items: stretch;
}

.jb-role-flow {
	position: relative;
	display: grid;
	gap: 18px;
	padding: 22px;
	overflow: hidden;
	border-color: rgba(217, 174, 58, 0.22);
	background:
		linear-gradient(180deg, rgba(217, 174, 58, 0.14), rgba(217, 174, 58, 0.06), rgba(255, 255, 255, 0.02)),
		rgba(13, 13, 13, 0.76);
}

.jb-role-flow::before {
	position: absolute;
	top: 34px;
	bottom: 34px;
	left: 30px;
	width: 1px;
	background: linear-gradient(180deg, rgba(217, 174, 58, 0.44), rgba(217, 174, 58, 0.14), transparent);
	content: "";
}

.jb-role-flow div {
	position: relative;
	display: grid;
	gap: 4px;
	padding-left: 68px;
}

.jb-role-flow span {
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-grid;
	place-items: center;
	width: 52px;
	min-height: 24px;
	padding: 4px 8px;
	border: 1px solid rgba(217, 174, 58, 0.28);
	border-radius: 999px;
	background: rgba(12, 12, 12, 0.82);
	color: var(--jb-night-gold);
	font-size: 10px;
	font-weight: 680;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none;
}

.jb-role-flow strong {
	color: var(--jb-night-text);
	font-size: 18px;
	font-weight: 620;
}

.jb-role-flow small {
	color: var(--jb-night-muted);
	font-size: 14px;
	font-weight: 460;
	line-height: 1.45;
}

.jb-role-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.jb-role-card {
	position: relative;
	display: grid;
	gap: 24px;
	align-content: space-between;
	min-height: 360px;
	padding: clamp(22px, 3vw, 34px);
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.14);
	color: var(--jb-night-text);
}

.jb-role-card::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014));
	content: "";
	opacity: 1;
	pointer-events: none;
}

.jb-role-card.is-seeker {
	border-top: 3px solid var(--jb-night-gold);
}

.jb-role-card.is-employer {
	border-top: 3px solid var(--jb-night-gold);
}

.jb-role-card > div {
	position: relative;
	z-index: 1;
}

.jb-role-card span {
	display: inline-flex;
	width: max-content;
	margin-bottom: 18px;
	padding: 6px 10px;
	border: 1px solid rgba(217, 174, 58, 0.26);
	border-radius: 999px;
	background: rgba(217, 174, 58, 0.1);
	color: var(--jb-night-gold);
	font-size: 12px;
	font-weight: 680;
	text-transform: uppercase;
}

.jb-role-card h3 {
	max-width: 520px;
	margin: 0;
	color: var(--jb-night-text);
	font-size: clamp(28px, 3.4vw, 44px);
	font-weight: 540;
	line-height: 1.05;
	text-wrap: balance;
}

.jb-role-card p {
	max-width: 520px;
	margin: 16px 0 0;
	color: var(--jb-night-muted);
	font-size: 16px;
	line-height: 1.58;
}

.jb-role-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jb-latest-belt {
	position: relative;
	overflow: hidden;
	min-height: 68px;
	padding: 7px 0;
	border-color: rgba(217, 174, 58, 0.2);
	background:
		linear-gradient(90deg, rgba(217, 174, 58, 0.12), transparent 18% 82%, rgba(217, 174, 58, 0.08)),
		rgba(255, 255, 255, 0.045);
	contain: paint;
	transform: translateZ(0);
}

.jb-exchange-belt {
	width: 100%;
	margin: 0;
}

.jb-latest-belt::before,
.jb-latest-belt::after {
	position: absolute;
	top: 0;
	z-index: 2;
	width: min(96px, 11vw);
	height: 100%;
	pointer-events: none;
	content: "";
}

.jb-latest-belt::before {
	left: 0;
	background: linear-gradient(90deg, rgba(9, 11, 9, 0.84), transparent);
}

.jb-latest-belt::after {
	right: 0;
	background: linear-gradient(270deg, rgba(9, 11, 9, 0.84), transparent);
}

.jb-latest-belt-track {
	display: flex;
	width: max-content;
	gap: 8px;
	padding-inline: 8px;
	animation: jb-latest-belt-slide 86s linear infinite;
	backface-visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.jb-latest-belt-item {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(150px, 1fr);
	grid-template-areas:
		"type title"
		"type employer";
	column-gap: 10px;
	align-items: center;
	width: clamp(248px, 20vw, 330px);
	min-height: 52px;
	padding: 9px 16px 9px 14px;
	overflow: hidden;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	background: transparent;
	color: var(--jb-night-text);
	box-shadow: none;
}

.jb-latest-belt-item::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, rgba(217, 174, 58, 0.95), rgba(217, 174, 58, 0.28));
	content: "";
	opacity: 0.9;
}

.jb-latest-belt span {
	grid-area: type;
	display: inline-grid;
	place-items: center;
	min-width: 58px;
	min-height: 30px;
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(217, 174, 58, 0.18);
	color: #f3c94c;
	font-size: 11px;
	font-weight: 640;
	text-transform: uppercase;
	white-space: nowrap;
}

.jb-latest-belt strong {
	grid-area: title;
	overflow: hidden;
	color: var(--jb-night-text);
	font-size: 15px;
	font-weight: 560;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jb-latest-belt small {
	grid-area: employer;
	overflow: hidden;
	color: var(--jb-night-muted);
	font-size: 12px;
	font-weight: 460;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jb-night-live-grid {
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-list {
	display: grid;
	gap: 10px;
	min-height: 404px;
	padding: 14px;
	border: 1px solid var(--jb-night-line);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		var(--jb-night-panel);
	box-shadow: var(--jb-night-shadow);
	backdrop-filter: blur(18px);
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-row {
	position: relative;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 74px;
	padding: 13px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	color: var(--jb-night-text);
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-row:hover,
.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-row:visited {
	color: var(--jb-night-text);
	text-decoration: none;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-row:hover {
	border-color: var(--jb-night-gold);
	background: rgba(217, 174, 58, 0.1);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
	transform: translateY(-2px);
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-logo {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: linear-gradient(135deg, #f2c653, var(--jb-night-gold));
	color: #050505;
	font-size: 12px;
	font-weight: 640;
	text-transform: uppercase;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-row strong {
	display: block;
	color: var(--jb-night-text);
	font-size: 17px;
	font-weight: 560;
	line-height: 1.2;
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-row small {
	color: var(--jb-night-muted);
}

.jb-home-shell.jb-dark-landing[data-job-bank-page="landing"] .jb-home-job-type {
	justify-self: end;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--jb-night-gold);
	font-size: 12px;
	font-weight: 560;
	white-space: nowrap;
}

.jb-night-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 34px max(18px, calc((100vw - 1240px) / 2 + 18px)) 44px;
	border-top: 0;
	background: transparent;
}

.jb-logo-footer {
	display: flex;
	gap: clamp(28px, 5vw, 76px);
	align-items: center;
	justify-content: center;
}

.jb-footer-job-bank,
.jb-footer-ndma {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 0;
	opacity: 0.88;
	mix-blend-mode: screen;
}

.jb-footer-job-bank img {
	display: block;
	width: clamp(72px, 5.8vw, 108px);
	height: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.34));
}

.jb-night-footer .jb-footer-ndma {
	opacity: 0.86;
}

.jb-footer-ndma img {
	display: block;
	width: clamp(178px, 16vw, 292px);
	height: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.32));
}

.jb-route-loading {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(5, 5, 5, 0.88);
	color: #f8f8f5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	backdrop-filter: blur(10px);
	transition: opacity 160ms ease, visibility 160ms ease;
}

.jb-route-loading.is-light {
	background: rgba(250, 250, 247, 0.9);
	color: #080808;
}

.jb-route-loading.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.jb-route-loading-panel {
	display: grid;
	gap: 14px;
	place-items: center;
	min-width: min(248px, 82vw);
	padding: 24px 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(12, 12, 12, 0.58);
	box-shadow: 0 28px 84px rgba(0, 0, 0, 0.44);
}

.jb-route-loading.is-light .jb-route-loading-panel {
	border-color: rgba(0, 0, 0, 0.14);
	background: rgba(255, 255, 255, 0.58);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.jb-route-loading-panel strong {
	color: currentColor;
	font-size: 12px;
	font-weight: 740;
	text-transform: uppercase;
}

.jb-route-loading-mark {
	position: relative;
	width: 76px;
	height: 2px;
	border-radius: 999px;
	background: color-mix(in srgb, currentColor 24%, transparent);
	overflow: hidden;
}

.jb-route-loading-mark::after {
	position: absolute;
	inset: 0 auto 0 -32px;
	width: 32px;
	border-radius: inherit;
	background: currentColor;
	content: "";
	animation: jb-route-loading-sweep 950ms ease-in-out infinite;
}

@keyframes jb-loader-seal {
	0%,
	100% {
		opacity: 0.78;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.035);
	}
}

@keyframes jb-loader-rule {
	0% {
		transform: translateX(-110%);
	}
	54% {
		transform: translateX(172%);
	}
	100% {
		transform: translateX(172%);
	}
}

@keyframes jb-video-settle {
	0% {
		opacity: 0;
		filter: saturate(0.88) contrast(1.02) brightness(0.44) blur(4px);
		transform: scale(1.025);
	}
	100% {
		opacity: 1;
		filter: saturate(1.24) contrast(1.08) brightness(1.32) blur(0);
		transform: scale(1);
	}
}

@keyframes jb-brand-dock {
	0% {
		opacity: 0;
		filter: blur(8px);
		transform: translate3d(-26px, -8px, 0) scale(0.97);
	}
	72% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(2px, 0, 0) scale(1.01);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-crest-settle {
	0% {
		opacity: 0;
		filter: blur(6px) brightness(0.82);
		transform: rotate(-14deg) scale(0.82);
	}
	66% {
		opacity: 1;
		filter: blur(0) brightness(1.08);
		transform: rotate(3deg) scale(1.06);
	}
	100% {
		opacity: 1;
		filter: blur(0) brightness(1);
		transform: rotate(0deg) scale(1);
	}
}

@keyframes jb-crest-idle-glint {
	0% {
		filter: brightness(1) drop-shadow(0 0 0 rgba(217, 174, 58, 0));
		transform: rotate(0deg) scale(1);
	}
	34% {
		filter: brightness(1.28) drop-shadow(0 0 14px rgba(217, 174, 58, 0.28));
		transform: rotate(-2.4deg) scale(1.035);
	}
	62% {
		filter: brightness(1.1) drop-shadow(0 0 8px rgba(31, 154, 95, 0.18));
		transform: rotate(1.6deg) scale(1.012);
	}
	100% {
		filter: brightness(1) drop-shadow(0 0 0 rgba(217, 174, 58, 0));
		transform: rotate(0deg) scale(1);
	}
}

@keyframes jb-crest-idle-nod {
	0% {
		filter: brightness(1);
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	42% {
		filter: brightness(1.12);
		transform: translate3d(0, -3px, 0) rotate(2deg) scale(1.018);
	}
	74% {
		filter: brightness(1.04);
		transform: translate3d(0, 1px, 0) rotate(-1.2deg) scale(1.006);
	}
	100% {
		filter: brightness(1);
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
}

@keyframes jb-crest-idle-breathe {
	0% {
		filter: saturate(1) brightness(1) drop-shadow(0 0 0 rgba(247, 245, 238, 0));
		transform: scale(1);
	}
	48% {
		filter: saturate(1.08) brightness(1.16) drop-shadow(0 0 18px rgba(247, 245, 238, 0.16));
		transform: scale(1.04);
	}
	100% {
		filter: saturate(1) brightness(1) drop-shadow(0 0 0 rgba(247, 245, 238, 0));
		transform: scale(1);
	}
}

@keyframes jb-brand-text-reveal {
	0% {
		opacity: 0;
		clip-path: inset(0 100% 0 0);
		filter: blur(5px);
		transform: translate3d(-14px, 0, 0);
	}
	100% {
		opacity: 1;
		clip-path: inset(0 0 0 0);
		filter: blur(0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jb-nav-panel-drop {
	0% {
		opacity: 0;
		filter: blur(8px);
		transform: translate3d(0, -18px, 0) scale(0.975);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-nav-item-arrive {
	0% {
		opacity: 0;
		filter: blur(5px);
		transform: translate3d(0, -10px, 0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jb-nav-button-set {
	0% {
		opacity: 0;
		filter: blur(5px);
		transform: translate3d(0, -8px, 0) scale(0.92);
	}
	68% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 1px, 0) scale(1.025);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-kicker-trace {
	0% {
		opacity: 0;
		filter: blur(6px);
		transform: translate3d(0, 14px, 0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jb-country-sweep {
	0% {
		opacity: 0;
		filter: blur(2px);
		transform: translate3d(-54px, 18px, 0) rotate(-3deg) scale(0.93);
	}
	66% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(2px, -2px, 0) rotate(0deg) scale(1.018);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
}

@keyframes jb-role-line-open {
	0% {
		opacity: 0;
		filter: blur(1px);
		transform: translate3d(34px, -10px, 0) scaleX(0.76);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scaleX(1);
	}
}

@keyframes jb-job-lift {
	0% {
		opacity: 0;
		filter: blur(1px);
		transform: translate3d(0, 30px, 0) scale(0.94);
	}
	72% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, -2px, 0) scale(1.012);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-bank-ignite {
	0% {
		opacity: 0;
		filter: blur(1px) brightness(0.82);
		transform: translate3d(38px, 10px, 0) scale(0.94);
	}
	62% {
		opacity: 1;
		filter: blur(0) brightness(1.24);
		transform: translate3d(-2px, -1px, 0) scale(1.02);
	}
	100% {
		opacity: 1;
		filter: blur(0) brightness(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-title-horizon-stretch {
	0%,
	100% {
		transform: scaleX(0.98) translate3d(0, 0, 0);
	}
	30% {
		transform: scaleX(1.055) translate3d(-2.4vw, 0, 0);
	}
	62% {
		transform: scaleX(1.035) translate3d(2.1vw, 0, 0);
	}
}

@keyframes jb-title-horizon-sheen {
	0%,
	100% {
		opacity: 0;
		transform: translate3d(-34vw, 0, 0) scaleX(0.48);
	}
	32%,
	62% {
		opacity: 0.5;
	}
	78% {
		opacity: 0;
		transform: translate3d(34vw, 0, 0) scaleX(0.72);
	}
}

@keyframes jb-copy-focus-in {
	0% {
		opacity: 0;
		filter: blur(8px);
		transform: translate3d(0, 16px, 0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jb-preview-rise {
	0% {
		opacity: 0;
		filter: blur(10px);
		transform: translate3d(0, 18px, 0) scale(0.985);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-primary-cta-land {
	0% {
		opacity: 0;
		filter: blur(6px);
		transform: translate3d(0, 24px, 0) scale(0.92);
	}
	70% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, -2px, 0) scale(1.018);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-secondary-cta-slide {
	0% {
		opacity: 0;
		filter: blur(6px);
		transform: translate3d(22px, 14px, 0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jb-title-piece-arrive {
	0% {
		opacity: 0;
		filter: blur(14px);
		transform:
			translate3d(var(--jb-title-x, 0), var(--jb-title-y, 24px), 0)
			rotate(var(--jb-title-rotate, 0deg))
			scale(0.92);
	}
	66% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1.018);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes jb-title-word-lock {
	0% {
		opacity: 0.35;
		filter: brightness(0.78) blur(4px);
		transform: translate3d(0, 16px, 0) scale(0.96);
	}
	62% {
		opacity: 1;
		filter: brightness(1.12) blur(0);
		transform: translate3d(0, -2px, 0) scale(1.012);
	}
	100% {
		opacity: 1;
		filter: brightness(1);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jb-welcome-rise {
	from {
		opacity: 0;
		transform: translate3d(0, 22px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jb-section-aurora-drift {
	0% {
		opacity: 0.26;
		transform: translate3d(-1%, -2%, 0) scale(1);
	}
	48% {
		opacity: 0.38;
		transform: translate3d(1.5%, 2%, 0) scale(1.03);
	}
	100% {
		opacity: 0.3;
		transform: translate3d(-0.5%, 3%, 0) scale(1.02);
	}
}

@keyframes jb-section-ledger-drift {
	0% {
		opacity: 0.16;
		transform: translate3d(-4%, -2%, 0);
	}
	45% {
		opacity: 0.24;
		transform: translate3d(2%, 4%, 0);
	}
	100% {
		opacity: 0.18;
		transform: translate3d(5%, 8%, 0);
	}
}

@keyframes jb-night-lane {
	0% {
		opacity: 0;
		transform: translate3d(-12vw, 0, 0) scaleX(0.24);
	}
	0.75% {
		opacity: 1;
		transform: translate3d(-7vw, 0, 0) scaleX(0.7);
	}
	5.4% {
		opacity: 1;
		transform: translate3d(calc(100vw + 8vw), 0, 0) scaleX(1);
	}
	6% {
		opacity: 0;
		transform: translate3d(calc(100vw + 8vw), 0, 0) scaleX(0.86);
	}
	100% {
		opacity: 0;
		transform: translate3d(calc(100vw + 8vw), 0, 0) scaleX(0.86);
	}
}

@keyframes jb-latest-belt-slide {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes jb-route-loading-sweep {
	to {
		transform: translateX(108px);
	}
}

@media (max-width: 980px) {
	.jb-night-nav {
		align-items: flex-start;
		flex-direction: column;
	}

	.jb-logo-footer {
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.jb-night-motion {
		--jb-logo-left: 50%;
		--jb-logo-width: min(70vw, 620px);
	}

	.jb-night-copy h1 {
		font-size: 90px;
	}

	.jb-night-links {
		justify-content: flex-start;
	}

	.jb-night-hero-grid,
	.jb-night-exchange-grid,
	.jb-role-gateway,
	.jb-night-live-grid {
		grid-template-columns: 1fr;
	}

	.jb-intel-panel,
	.jb-night-search-card,
	.jb-role-card,
	.jb-dark-landing .jb-home-job-list {
		min-height: 0;
	}

	.jb-role-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jb-night-search {
		grid-template-columns: 1fr;
	}

	.jb-night-search-card .jb-night-search {
		grid-template-columns: 1fr;
	}

	.jb-latest-belt-track {
		animation-duration: 78s;
	}
}

@media (max-width: 620px) {
	.jb-night-hero {
		min-height: 100svh;
	}

	.jb-logo-footer {
		gap: 24px;
		padding-bottom: 36px;
	}

	.jb-footer-job-bank img {
		width: 70px;
	}

	.jb-footer-ndma img {
		width: min(238px, 68vw);
	}

	.jb-night-motion {
		--jb-logo-top: 52%;
		--jb-logo-left: 50%;
		--jb-logo-width: 106vw;
	}

	.jb-night-hero-grid {
		min-height: calc(100svh - 214px);
	}

	.jb-night-copy {
		padding-bottom: 0;
	}

	.jb-night-copy h1 {
		font-size: 52px;
		line-height: 0.92;
		transform: scaleX(0.97);
		word-spacing: 0;
	}

	.jb-night-copy h1 .jb-title-country {
		font-size: 1em;
	}

	.jb-night-copy h1 .jb-title-role {
		font-size: 0.78em;
	}

	.jb-night-copy p:not(.jb-night-kicker) {
		max-width: 430px;
		font-size: 14px;
	}

	.jb-night-brand img {
		width: 56px;
		height: 62px;
		padding-right: 14px;
	}

	.jb-night-links a,
	.jb-night-button {
		flex: 1 1 136px;
	}

	.jb-night-links a:not(.jb-night-button) {
		display: none;
	}

	.jb-night-links {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jb-night-links .jb-night-button {
		width: 100%;
		flex: initial;
	}

	.jb-night-nav .jb-night-links .jb-night-button[href="/login"] {
		margin-left: 0;
	}

	.jb-night-search-card .jb-night-search button {
		width: 100%;
		justify-self: stretch;
	}

	.jb-intel-summary,
	.jb-role-cards {
		grid-template-columns: 1fr;
	}

	.jb-search-quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jb-dark-landing .jb-home-job-row {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.jb-latest-belt {
		min-height: 84px;
	}

	.jb-latest-belt-item {
		grid-template-columns: 1fr;
		grid-template-areas:
			"type"
			"title"
			"employer";
		width: min(64vw, 260px);
		row-gap: 5px;
	}

	.jb-latest-belt span {
		justify-self: start;
	}

	.jb-dark-landing .jb-home-job-type {
		grid-column: 2;
		justify-self: start;
	}

	.jb-intel-summary div:first-child {
		grid-column: auto;
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jb-dark-landing *,
	.jb-dark-landing *::before,
	.jb-dark-landing *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}

	.jb-scroll-reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.jb-night-nav .jb-night-brand,
	.jb-night-nav .jb-night-brand img,
	.jb-night-nav .jb-night-brand img.is-logo-idle-animating,
	.jb-night-nav .jb-night-brand span,
	.jb-night-links,
	.jb-night-nav .jb-night-links > a,
	.jb-night-copy .jb-night-kicker,
	.jb-night-copy p:not(.jb-night-kicker),
	.jb-hero-preview,
	.jb-night-actions .jb-night-primary,
	.jb-night-actions .jb-night-secondary,
	.jb-hero-title .jb-title-country,
	.jb-hero-title .jb-title-role,
	.jb-hero-title .jb-title-job,
	.jb-hero-title .jb-title-bank {
		opacity: 1 !important;
		clip-path: none !important;
		filter: none !important;
		transform: none !important;
	}
}
