/* Careers Explorer Styles */

.careers-explorer,
.careers-explorer *,
.careers-list,
.careers-list *,
.jobs-list,
.jobs-list *,
.career-field-single,
.career-field-single *,
.job-single,
.job-single * {
	box-sizing: border-box;
}

.careers-explorer {
	--career-green: #07491b;
	--career-green-2: #176b3a;
	--career-ink: #172215;
	--career-muted: #4f5d4f;
	--career-border: #dfe7d8;
	--career-panel: #ffffff;
	--career-soft: #f2f7ee;
	--career-warm: #f9f8f0;
	position: relative;
	isolation: isolate;
	width: 100%;
	margin: 0 auto;
	padding: 34px 62px 30px;
	color: var(--career-ink);
	background:
		linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 246, 0.96) 58%, rgba(229, 239, 218, 0.88) 100%),
		var(--career-warm);
	border: 1px solid rgba(7, 73, 27, 0.12);
	border-radius: 0;
	box-shadow: 0 24px 60px rgba(26, 48, 25, 0.16);
	overflow: hidden;
}

.careers-explorer::before {
	position: absolute;
	inset: 0 0 0 auto;
	z-index: 0;
	width: 92px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(248, 251, 242, 0.72) 28%, rgba(37, 75, 30, 0.14) 100%),
		repeating-linear-gradient(112deg, rgba(9, 68, 23, 0.12) 0 3px, transparent 3px 24px),
		linear-gradient(180deg, #e9f0d6 0%, #cddfb1 46%, #8da968 100%);
	content: "";
}

.careers-explorer::after {
	position: absolute;
	right: 12px;
	bottom: 14px;
	z-index: 0;
	width: 76px;
	height: 320px;
	background:
		linear-gradient(90deg, transparent 0 34px, rgba(56, 90, 36, 0.24) 34px 40px, transparent 40px),
		repeating-linear-gradient(150deg, transparent 0 18px, rgba(56, 90, 36, 0.18) 18px 25px, transparent 25px 44px);
	border-radius: 999px;
	content: "";
	opacity: 0.5;
}

.careers-explorer > * {
	position: relative;
	z-index: 1;
}

.careers-explorer button,
.careers-explorer input,
.careers-explorer select,
.careers-explorer textarea {
	font: inherit;
}

.careers-explorer a {
	color: inherit;
}

.careers-header {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	min-height: 172px;
	margin-bottom: 18px;
	padding: 0 0 12px;
	text-align: left;
}

.careers-header-main {
	max-width: 720px;
	min-width: 0;
}

.careers-header h2 {
	margin: 0 0 8px;
	color: var(--career-green);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.careers-header h1 {
	margin: 0 0 12px;
	color: #063f16;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.03;
	letter-spacing: 0;
}

.careers-header p {
	max-width: 610px;
	margin: 0 0 4px;
	color: #203024;
	font-size: 1rem;
	line-height: 1.45;
}

.careers-header .subtitle {
	color: #253444;
}

.career-step-nav {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.career-leaf-mark {
	position: absolute;
	right: 54px;
	bottom: 0;
	width: 250px;
	height: 124px;
	pointer-events: none;
	opacity: 0.36;
}

.career-leaf-mark::before,
.career-leaf-mark::after {
	position: absolute;
	bottom: 8px;
	left: 118px;
	width: 2px;
	height: 112px;
	background: #9aaa91;
	content: "";
	transform: rotate(-25deg);
	transform-origin: bottom center;
}

.career-leaf-mark::after {
	left: 144px;
	height: 92px;
	transform: rotate(18deg);
}

.career-leaf-mark span {
	position: absolute;
	width: 48px;
	height: 22px;
	background: #9aaa91;
	border-radius: 999px 0 999px 0;
	transform-origin: right center;
}

.career-leaf-mark span:nth-child(1) {
	right: 130px;
	bottom: 50px;
	transform: rotate(18deg);
}

.career-leaf-mark span:nth-child(2) {
	right: 104px;
	bottom: 76px;
	transform: rotate(56deg);
}

.career-leaf-mark span:nth-child(3) {
	right: 72px;
	bottom: 34px;
	transform: rotate(-8deg) scale(1.2);
}

.career-leaf-mark span:nth-child(4) {
	right: 52px;
	bottom: 74px;
	transform: rotate(82deg) scale(1.3);
}

.career-leaf-mark span:nth-child(5) {
	right: 18px;
	bottom: 40px;
	transform: rotate(35deg);
}

.career-leaf-mark span:nth-child(6) {
	right: 0;
	bottom: 82px;
	transform: rotate(82deg);
}

.career-leaf-mark span:nth-child(7) {
	right: 176px;
	bottom: 20px;
	transform: rotate(22deg) scale(0.86);
}

.career-nav-button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 18px;
	color: #102313;
	background: #ffffff;
	border: 1px solid rgba(13, 64, 28, 0.12);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(23, 37, 20, 0.14);
	cursor: pointer;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}



.job-item .btn, .career-item .btn {
	color: #176b3a  !important;
	border: 1px solid #176b3a  !important;
}





.career-nav-button:hover:not(:disabled),
.career-nav-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(23, 37, 20, 0.18);
}

.career-nav-button:focus-visible,
.career-field-card:focus-visible,
.job-item .btn:focus-visible,
.quiz-button:focus-visible,
.career-item .btn:focus-visible {
	outline: 3px solid rgba(23, 107, 58, 0.28);
	outline-offset: 3px;
	background: #759c47;
}

.career-field-card:focus-visible {
	outline-color: rgba(var(--career-accent-rgb), 0.38);
}

.career-nav-next {
	color: #ffffff;
	background: #00551f;
	border-color: #00551f;
}

.career-nav-button:disabled {
	opacity: 0.48;
	cursor: not-allowed;
	box-shadow: none;
}

.career-stage {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(17, 70, 30, 0.12);
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(34, 54, 31, 0.13);
}

.career-stage-fields {
	padding: 20px 18px 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(247, 251, 240, 0.86) 100%),
		linear-gradient(135deg, #eef8e8 0%, #fffdf4 46%, #edf6e4 100%);
}

.section-title {
	margin: 0 0 20px;
	padding: 0 8px;
	border: 0;
}

.section-title h2 {
	margin: 0 0 8px;
	color: var(--career-green);
	font-size: 1.34rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.section-title p {
	margin: 0;
	color: #24302b;
	font-size: 0.94rem;
	line-height: 1.45;
}

.career-fields-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin-left:13px;
	margin-right:13px;
}

.career-field-card {
	--career-accent: var(--career-green-2);
	--career-accent-rgb: 23, 107, 58;
	appearance: none;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	min-height: 520px;
	padding: 21px 17px 18px;
	color: var(--career-ink);
	background:
		radial-gradient(circle at 50% 18%, rgba(var(--career-accent-rgb), 0.15) 0%, rgba(var(--career-accent-rgb), 0.06) 32%, rgba(255, 255, 255, 0) 68%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(var(--career-accent-rgb), 0.055) 100%);
	border: 2px solid var(--career-accent);
	border-radius: 9px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	box-shadow: 0 10px 24px rgba(24, 42, 23, 0.06);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.career-field-card:hover {
	border-color: var(--career-accent);
	box-shadow: 0 12px 24px rgba(24, 42, 23, 0.11);
	transform: translateY(-1px);
}

.career-field-card.active {
	min-height: 548px;
	padding: 26px 24px 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(var(--career-accent-rgb), 0.08) 100%),
		#fbfff8;
	border-color: var(--career-accent);
	border-width: 2px;
	box-shadow: 0 8px 18px rgba(24, 72, 28, 0.08);
}

.career-field-card.active::after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 16px solid var(--career-accent);
	content: "";
	transform: translateX(-50%);
}

.card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 14px;
	color: #ffffff;
	background: var(--career-accent);
	border-radius: 999px;
	box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.12);
}

.career-field-card.active .card-icon {
	width: 72px;
	height: 72px;
	margin-bottom: 18px;
	color: var(--career-accent);
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.card-icon .dashicons {
	width: 38px;
	height: 38px;
	font-size: 38px;
	line-height: 1;
}

.career-field-card.active .card-icon .dashicons {
	width: 64px;
	height: 64px;
	font-size: 64px;
}

.career-field-card h3 {
	max-width: 100%;
	margin: 0 0 12px;
	color: var(--career-accent);
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.career-field-card.active h3 {
	color: #0b4d24;
	font-size: 1.2rem;
	line-height: 1.35;
	margin-bottom: 16px;
}

.career-field-card .description {
	margin: 0 0 20px;
	color: #1f2a24;
	font-size: 0.88rem;
	line-height: 1.45;
}

.career-field-card.active .description {
	color: #17251b;
	font-size: 0.96rem;
	line-height: 1.55;
	margin-bottom: 28px;
}

.card-meta {
	width: 100%;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(var(--career-accent-rgb), 0.18);
	text-align: left;
}

.career-field-card.active .card-meta {
	padding-top: 20px;
	border-top-color: rgba(11, 77, 36, 0.2);
}

.card-meta > div {
	position: relative;
	min-height: 62px;
	padding: 0 34px 14px 0;
	color: #18241c;
	font-size: 0.82rem;
	line-height: 1.38;
}

.career-field-card.active .card-meta > div {
	color: #17251b;
	font-size: 0.9rem;
	line-height: 1.46;
	min-height: 90px;
	padding-right: 44px;
	padding-bottom: 20px;
}

.card-meta > div + div {
	min-height: 0;
	padding-top: 12px;
	border-top: 1px solid rgba(var(--career-accent-rgb), 0.16);
}

.career-field-card.active .card-meta > div + div {
	min-height: 0;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	border-top-color: rgba(11, 77, 36, 0.18);
}

.card-meta .label {
	display: block;
	margin-bottom: 4px;
	color: var(--career-accent);
	font-size: 0.8rem;
	font-weight: 800;
}

.career-field-card.active .card-meta .label {
	color: #0b4d24;
	font-size: 0.9rem;
	margin-bottom: 8px;
}

.card-meta .dashicons {
	position: absolute;
	right: 2px;
	bottom: 14px;
	width: 28px;
	height: 28px;
	color: var(--career-accent);
	font-size: 28px;
	opacity: 0.78;
}

.career-field-card.active .card-meta .dashicons {
	right: 3px;
	bottom: 24px;
	width: 34px;
	height: 34px;
	font-size: 34px;
}

.card-meta .salary span:not(.label) {
	display: block;
	color: var(--career-accent);
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.35;
}

.career-field-card.active .card-meta .salary span:not(.label) {
	color: #0b4d24;
	font-size: 1.18rem;
	line-height: 1.28;
}

.card-meta .salary small {
	display: block;
	color: #1f2f24;
	font-size: 0.8rem;
	font-weight: 500;
}

.career-field-card.active .card-meta .salary small {
	color: #17251b;
	font-size: 0.9rem;
	margin-top: 2px;
}

.career-detail-section {
	margin-top: 20px;
}

.detail-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

:root {
	--career-icon-recycle-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M31 5l11 19h-8l-5 9-10-6 5-9h-8L31 5zM55 40H37l4-7H30l-5 9 5 9 4-7h21v-4zM10 50l10-18 4 7 5-9 10 6-5 9 4 7H10z'/%3E%3C/svg%3E");
	--career-icon-truck-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M6 17h32v24H6V17zM41 25h10l8 10v6H41V25zM17 53a7 7 0 1 1 0-14 7 7 0 0 1 0 14zM48 53a7 7 0 1 1 0-14 7 7 0 0 1 0 14z'/%3E%3C/svg%3E");
	--career-icon-hammer-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M37 5l22 22-8 8-7-7-6 6-8-8 6-6-7-7 8-8zM26 32l7 7-21 21-8-8 22-20z'/%3E%3C/svg%3E");
	--career-icon-leaf-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M53.6 8.8C34.6 9.4 19.3 17.2 13 29.6 7.9 39.6 11.9 51 22 55c2.9 1.3 6.2 1.8 9.5 1.4C28.9 48.8 27 41 27.9 33.7c.1-.8 1.4-.8 1.5.1.8 7 3.1 13.5 6.9 19.3 6.7-3.1 12-9.8 14.8-18.9 2.2-7.1 3.1-15.9 2.5-25.4zM14.1 54.7c-.6.7-1.7.7-2.4.1-.7-.6-.7-1.7-.1-2.4l24.7-27.7c.6-.7 1.7-.8 2.4-.1.7.6.8 1.7.1 2.4L14.1 54.7z'/%3E%3C/svg%3E");
	--career-icon-chart-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M9 52h46v6H9v-6zM14 35h9v15h-9V35zM28 27h9v23h-9V27zM42 16h9v34h-9V16zM15 27l14-10 9 7 12-15 6 5-17 21-10-8-10 7-4-7z'/%3E%3C/svg%3E");
}

.dashicons-recycle,
.dashicons-truck,
.dashicons-hammer,
.dashicons-leaf,
.dashicons-chart-bar,
.card-icon .dashicons,
.job-icon .dashicons,
.career-item-icon .dashicons {
	color: inherit;
}

.dashicons-recycle::before,
.dashicons-truck::before,
.dashicons-hammer::before,
.dashicons-leaf::before,
.dashicons-chart-bar::before,
.card-icon .dashicons::before,
.job-icon .dashicons::before,
.career-item-icon .dashicons::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask: var(--career-icon-mask) center / contain no-repeat;
	mask: var(--career-icon-mask) center / contain no-repeat;
}

.dashicons-recycle::before {
	--career-icon-mask: var(--career-icon-recycle-mask);
}

.dashicons-truck::before {
	--career-icon-mask: var(--career-icon-truck-mask);
}

.dashicons-hammer::before {
	--career-icon-mask: var(--career-icon-hammer-mask);
}

.dashicons-leaf::before {
	--career-icon-mask: var(--career-icon-leaf-mask);
}

.dashicons-chart-bar::before {
	--career-icon-mask: var(--career-icon-chart-mask);
}

.career-fields-grid .career-field-card:nth-child(5n+1) .card-icon .dashicons::before,
.jobs-grid .job-item:nth-child(5n+1) .job-icon .dashicons::before,
.careers-grid .career-item:nth-child(5n+1) .career-item-icon .dashicons::before {
	--career-icon-mask: var(--career-icon-recycle-mask);
}

.career-fields-grid .career-field-card:nth-child(5n+2) .card-icon .dashicons::before,
.jobs-grid .job-item:nth-child(5n+2) .job-icon .dashicons::before,
.careers-grid .career-item:nth-child(5n+2) .career-item-icon .dashicons::before {
	--career-icon-mask: var(--career-icon-truck-mask);
}

.career-fields-grid .career-field-card:nth-child(5n+3) .card-icon .dashicons::before,
.jobs-grid .job-item:nth-child(5n+3) .job-icon .dashicons::before,
.careers-grid .career-item:nth-child(5n+3) .career-item-icon .dashicons::before {
	--career-icon-mask: var(--career-icon-hammer-mask);
}

.career-fields-grid .career-field-card:nth-child(5n+4) .card-icon .dashicons::before,
.jobs-grid .job-item:nth-child(5n+4) .job-icon .dashicons::before,
.careers-grid .career-item:nth-child(5n+4) .career-item-icon .dashicons::before {
	--career-icon-mask: var(--career-icon-leaf-mask);
}

.career-fields-grid .career-field-card:nth-child(5n+5) .card-icon .dashicons::before,
.jobs-grid .job-item:nth-child(5n+5) .job-icon .dashicons::before,
.careers-grid .career-item:nth-child(5n+5) .career-item-icon .dashicons::before {
	--career-icon-mask: var(--career-icon-chart-mask);
}



.careers-loading,
.careers-error {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 160px;
	margin: 0;
	color: var(--career-green);
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(17, 70, 30, 0.12);
	border-radius: 20px;
	font-weight: 800;
}

.careers-loading .dashicons {
	animation: careers-spin 1s linear infinite;
}

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

.field-jobs-overview {
	--career-accent: var(--career-green-2);
	display: grid;
	grid-template-columns: minmax(0, 1.26fr) minmax(230px, 0.84fr) minmax(190px, 0.62fr);
	gap: 24px;
	align-items: start;
	padding: 30px 28px;
	background: linear-gradient(120deg, rgba(237, 246, 229, 0.96) 0%, rgba(249, 251, 242, 0.95) 64%, rgba(230, 240, 218, 0.9) 100%);
	border: 1px solid rgba(7, 73, 27, 0.08);
	border-radius: 24px;
	box-shadow: 0 16px 34px rgba(27, 55, 22, 0.08);
}

.field-description {
	min-width: 0;
}

.detail-step {
	display: block;
	margin-bottom: 10px;
	color: var(--career-green);
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.2;
}

.field-description h2 {
	margin: 0 0 16px;
	color: var(--career-accent);
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.field-intro {
	max-width: 600px;
	color: #223028;
	font-size: 0.95rem;
	line-height: 1.55;
}

.field-intro p {
	margin: 0 0 12px;
}

.field-intro .wp-block-embed,
.field-intro .wp-block-video,
.field-intro .wp-video,
.career-content .wp-block-embed,
.career-content .wp-block-video,
.career-content .wp-video,
.job-content .wp-block-embed,
.job-content .wp-block-video,
.job-content .wp-video {
	max-width: 100%;
	margin: 18px 0;
}

.field-intro .wp-block-embed__wrapper,
.career-content .wp-block-embed__wrapper,
.job-content .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.field-intro iframe,
.field-intro video,
.field-intro embed,
.field-intro object,
.career-content iframe,
.career-content video,
.career-content embed,
.career-content object,
.job-content iframe,
.job-content video,
.job-content embed,
.job-content object {
	max-width: 100%;
	border: 0;
	border-radius: 14px;
}

.field-intro .wp-block-embed__wrapper iframe,
.career-content .wp-block-embed__wrapper iframe,
.job-content .wp-block-embed__wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.field-intro video,
.career-content video,
.job-content video {
	width: 100%;
	height: auto;
}

.field-benefits {
	display: grid;
	gap: 11px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.field-benefits li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: #1f2b22;
	font-size: 0.92rem;
	line-height: 1.45;
}

.field-benefits li::before {
	position: absolute;
	top: 0.22em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1.5px solid var(--career-accent);
	border-radius: 50%;
	content: "";
}

.field-benefits li::after {
	position: absolute;
	top: 0.52em;
	left: 5px;
	width: 5px;
	height: 8px;
	border-right: 1.5px solid var(--career-accent);
	border-bottom: 1.5px solid var(--career-accent);
	content: "";
	transform: rotate(45deg);
}

.field-image {
	width: 100%;
	min-width: 0;
	aspect-ratio: 16 / 9;
	min-height: 205px;
	overflow: hidden;
	background: #dfe9d7;
	border-radius: 18px;
	box-shadow: 0 12px 24px rgba(31, 50, 29, 0.12);
}

.field-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.field-image-placeholder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background:
		linear-gradient(180deg, rgba(10, 43, 21, 0.2) 0%, rgba(10, 43, 21, 0.58) 100%),
		linear-gradient(135deg, #315c2e 0%, #173c21 46%, #7f9d5b 100%);
	overflow: hidden;
}

.facility-scene,
.facility-scene span {
	position: absolute;
	display: block;
}

.facility-scene {
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0 2px, transparent 2px 50px),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 3px, transparent 3px 64px);
}

.scene-light {
	top: 18px;
	left: 18px;
	right: 18px;
	height: 28px;
	background: repeating-linear-gradient(90deg, rgba(255, 235, 160, 0.82) 0 18px, transparent 18px 74px);
	filter: blur(1px);
	opacity: 0.72;
}

.scene-belt {
	right: -8%;
	bottom: 18px;
	left: -8%;
	height: 56px;
	background: linear-gradient(180deg, #365139 0%, #13281b 100%);
	border-top: 10px solid rgba(16, 72, 42, 0.72);
	transform: skewY(-7deg);
}

.scene-worker {
	top: 54px;
	left: 42%;
	width: 58px;
	height: 92px;
	background: #172016;
	border-radius: 24px 24px 10px 10px;
	box-shadow: inset 12px 0 0 #f1cf78, inset 22px 0 0 #85a64f;
}

.scene-worker::before {
	position: absolute;
	top: -28px;
	left: 14px;
	width: 30px;
	height: 30px;
	background: #d79b68;
	border-radius: 50%;
	content: "";
}

.scene-worker::after {
	position: absolute;
	top: -34px;
	left: 8px;
	width: 42px;
	height: 21px;
	background: #1b1712;
	border-radius: 999px 999px 6px 6px;
	content: "";
}

.scene-bin {
	bottom: 38px;
	width: 88px;
	height: 42px;
	background: #1e6f55;
	border-radius: 6px 6px 3px 3px;
	box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.08);
}

.scene-bin-one {
	left: 22px;
}

.scene-bin-two {
	right: 30px;
	background: #224d82;
}

.scene-material {
	bottom: 44px;
	width: 16px;
	height: 16px;
	background: #ece8dc;
	border-radius: 6px 10px 5px 8px;
}

.scene-material-one {
	left: 42px;
	transform: rotate(22deg);
}

.scene-material-two {
	left: 88px;
	bottom: 50px;
	background: #cbd9c4;
	transform: rotate(-18deg);
}

.scene-material-three {
	right: 76px;
	bottom: 54px;
	background: #e4c28e;
	transform: rotate(28deg);
}

.in-demand-skills {
	min-width: 0;
	padding: 22px 20px;
	background: rgba(232, 242, 219, 0.9);
	border: 1px solid rgba(7, 73, 27, 0.08);
	border-radius: 18px;
}

.in-demand-skills h4 {
	margin: 0 0 14px;
	color: var(--career-green);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.in-demand-skills ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.in-demand-skills li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: #243228;
	font-size: 0.9rem;
	line-height: 1.4;
}

.in-demand-skills li::before {
	position: absolute;
	top: 0.16em;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1.5px solid var(--career-accent);
	border-radius: 50%;
	content: "";
}

.salary-strip {
	grid-column: 1 / span 2;
	display: flex;
	align-items: center;
	gap: 18px;
	width: 60%;
	margin-top: 10px;
	padding: 14px 18px;
	background: #edf4d5;
	border: 1px solid rgba(7, 73, 27, 0.14);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.salary-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	color: #ffffff;
	background: var(--career-accent);
	border-radius: 999px;
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1;
}

.salary-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.salary-copy span {
	color: #18331c;
	font-size: 0.82rem;
	font-weight: 700;
}

.salary-copy strong {
	color: var(--career-green);
	font-size: 1.32rem;
	font-weight: 900;
	line-height: 1.1;
}

.salary-copy small {
	color: #1f2d22;
	font-size: 0.83rem;
}

.salary-divider {
	align-self: stretch;
	width: 1px;
	background: rgba(7, 73, 27, 0.24);
}

.salary-strip p {
	max-width: 180px;
	margin: 0;
	color: #1e2d22;
	font-size: 0.86rem;
	line-height: 1.35;
}

.salary-chart {
	margin-left: auto;
	width: 34px;
	height: 34px;
	color: var(--career-accent);
	font-size: 34px;
}

.related-jobs-section {
	padding: 26px 24px 24px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(17, 70, 30, 0.12);
	border-radius: 22px;
	box-shadow: 0 16px 36px rgba(34, 54, 31, 0.1);
}

.related-jobs-section h3 {
	margin: 0 0 6px;
	color: var(--career-green);
	font-size: 1.26rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.related-jobs-section > p {
	margin: 0 0 18px;
	color: #26352a;
	font-size: 0.93rem;
	line-height: 1.45;
}

.jobs-list {
	margin: 0;
}

.jobs-list > h2 {
	margin: 0 0 18px;
	color: #07491b;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.related-jobs-section .jobs-list > h2 {
	display: none;
}

.jobs-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.job-item {
	--career-accent: var(--career-green-2);
	display: flex;
	min-width: 0;
	min-height: 268px;
	background: #ffffff;
	border: 1px solid #dfe7d8;
	border-radius: 12px;
	box-shadow: 0 10px 20px rgba(24, 42, 23, 0.06);
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.job-item:hover {
	border-color: var(--career-accent);
	box-shadow: 0 14px 28px rgba(24, 42, 23, 0.12);
	transform: translateY(-2px);
}

.job-item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 16px 14px 12px;
}

.job-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
	margin-bottom: 14px;
}

.job-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	color: #ffffff;
	background: var(--career-accent);
	border-radius: 999px;
}

.job-icon .dashicons {
	width: 25px;
	height: 25px;
	font-size: 25px;
}

.job-title-wrap {
	min-width: 0;
}

.job-item h4 {
	margin: 0 0 5px;
	color: #152018;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.job-item h4 a {
	color: inherit;
	text-decoration: none;
}

.job-item h4 a:hover {
	color: var(--career-accent);
}

.job-level {
	display: inline-flex;
	max-width: 100%;
	padding: 3px 8px;
	color: var(--career-accent);
	background: #edf6e7;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: normal;
}

.job-description {
	margin: 0 0 14px;
	color: #27342c;
	font-size: 0.82rem;
	line-height: 1.45;
}

.job-item .salary {
	display: grid;
	gap: 3px;
	margin: auto 0 12px;
	padding: 0;
	color: #152018;
	background: transparent;
	border-radius: 0;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.3;
}

.job-item .salary strong {
	display: block;
	margin: 0;
	color: #354039;
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}

.job-item .salary span:not(.additional) {
	color: var(--career-accent);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
}

.job-item .salary small,
.job-item .salary .additional {
	display: block;
	color: #26352a;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.25;
}

.job-item .btn,
.career-item .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 36px;
	margin-top: auto;
	padding: 0 12px;
	color: var(--career-green);
	background: #ffffff;
	border: 1px solid var(--career-accent);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.job-item .btn:hover,
.career-item .btn:hover {
	color: #ffffff;
	background: var(--career-accent);
	border-color: var(--career-accent);
}

.job-item .btn .dashicons,
.career-item .btn .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.career-bottom-callouts {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	gap: 20px;
}

.difference-callout,
.quiz-callout {
	min-width: 0;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(17, 70, 30, 0.12);
	border-radius: 20px;
	box-shadow: 0 14px 30px rgba(34, 54, 31, 0.08);
}

.difference-callout {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 126px;
	padding: 22px;
	background: linear-gradient(90deg, rgba(232, 242, 219, 0.88) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.callout-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	color: var(--career-green);
	background: #ddeecf;
	border-radius: 999px;
}

.callout-icon .dashicons {
	width: 40px;
	height: 40px;
	font-size: 40px;
}

.difference-callout h3,
.quiz-callout h3 {
	margin: 0 0 8px;
	color: var(--career-green);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.difference-callout p,
.quiz-callout p {
	margin: 0;
	color: #24322a;
	font-size: 0.88rem;
	line-height: 1.45;
}

.student-illustration {
	position: relative;
	flex: 0 0 150px;
	align-self: stretch;
	margin-left: auto;
}

.student-illustration span {
	position: absolute;
	bottom: 4px;
	width: 54px;
	height: 76px;
	background: #62a041;
	border-radius: 22px 22px 10px 10px;
}

.student-illustration span::before {
	position: absolute;
	top: -28px;
	left: 10px;
	width: 34px;
	height: 34px;
	background: #f0bd8f;
	border: 2px solid #8a4f25;
	border-radius: 50%;
	content: "";
}

.student-illustration span::after {
	position: absolute;
	top: -34px;
	left: 5px;
	width: 42px;
	height: 24px;
	background: #6a3a12;
	border-radius: 24px 24px 8px 8px;
	content: "";
}

.student-illustration span:first-child {
	right: 70px;
	background: #2b7a45;
}

.student-illustration span:last-child {
	right: 14px;
	background: #7fb46b;
	transform: scale(0.92);
}

.quiz-callout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 28px;
}

.quiz-button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	min-height: 38px;
	margin-top: 14px;
	padding: 0 18px;
	color: #ffffff;
	background: var(--career-green);
	border: 1px solid var(--career-green);
	border-radius: 999px;
	cursor: pointer;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}
 
.quiz-button:hover {
	background: #053813;
}

.quiz-button .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

/* Careers List */

.careers-list {
width: 100%;
    margin: 0 auto;
    padding: 26px 62px 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 70, 30, 0.12);
    border-radius: 0px;
    box-shadow: 0 16px 36px rgba(34, 54, 31, 0.1);
    margin-top: -10px;
}

.careers-list h2 {
	margin: 0 0 18px;
	color: #07491b;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.careers-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 16px;
}

.career-item {
	--career-accent: #176b3a;
	display: flex;
	flex-direction: column;
	min-height: 278px;
	padding: 16px 14px 14px;
	background: #ffffff;
	border: 1px solid #dfe7d8;
	border-radius: 12px;
	box-shadow: 0 10px 20px rgba(24, 42, 23, 0.06);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.career-item:hover {
	border-color: var(--career-accent);
	box-shadow: 0 14px 28px rgba(24, 42, 23, 0.12);
	transform: translateY(-2px);
}

.career-item-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
	margin-bottom: 14px;
}

.career-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	color: #ffffff;
	background:  #176b3a ;
	border-radius: 999px;
}

.career-item-icon .dashicons {
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 1;
}

.career-item h3 {
	margin: 0 0 5px;
	color: #152018;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.career-item h3 a {
	color: #176b3a ;
	
	text-decoration: none;
}

.career-item h3 a:hover {
	color: var(--career-accent);
}

.career-path-label {
	display: inline-flex;
	max-width: 100%;
	padding: 3px 8px;
	color: var(--career-accent);
	background: #edf6e7;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;
}

.career-item p {
	margin: 0 0 16px;
	color: #26352a;
	font-size: 0.82rem;
	line-height: 1.45;
}

.career-item .salary {
	display: grid;
	gap: 3px;
	margin: auto 0 12px;
	padding: 0;
	color: #152018;
	background: transparent;
	border-radius: 0;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.3;
}

.career-item .salary strong {
	display: block;
	margin: 0;
	color: #354039;
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.2;
}

.career-item .salary span {

		color: #176b3a;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
}

.career-item .salary small {
	display: block;
	color: #176b3a;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.25;
}

/* Single field and job templates */

.career-field-single,
.job-single {
	color: #172215;
}

.career-field-single .container,
.job-single .container {
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 0 20px;
}

.career-header-section,
.job-header-section {
	padding: 54px 0;
	color: #ffffff;
	background: #07491b;
}

.career-header-section .header-content,
.job-header-section .header-content {
	max-width: 780px;
}

.career-header-section .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin-bottom: 18px;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.career-header-section .icon .dashicons {
	width: 42px;
	height: 42px;
	font-size: 42px;
}

.career-header-section h1,
.job-header-section h1 {
	margin: 0 0 14px;
	color: inherit;
	font-size: 2.7rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

.career-header-section .lead,
.job-header-section .breadcrumb {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.05rem;
	line-height: 1.55;
}

.job-header-section .breadcrumb a {
	color: inherit;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.career-content,
.job-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	gap: 34px;
	padding: 42px 0;
}

.career-content .main-content,
.job-content .main-content,
.career-content .sidebar,
.job-content .sidebar {
	min-width: 0;
}

.career-content .main-content,
.job-content .main-content,
.career-content .sidebar > .info-box,
.job-content .sidebar > .info-box,
.action-box,
.skills-section,
.benefits-section,
.related-jobs {
	padding: 24px;
	background: #ffffff;
	border: 1px solid #dfe7d8;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(24, 42, 23, 0.06);
}

.career-content .main-content p,
.job-content .main-content p {
	color: #26352a;
	line-height: 1.65;
}

.benefits-section,
.skills-section,
.related-jobs,
.action-box {
	margin-top: 22px;
}

.benefits-section h2,
.skills-section h2,
.related-jobs h2,
.sidebar h3 {
	margin: 0 0 16px;
	color: #07491b;
	font-size: 1.22rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.benefits-list,
.skills-list,
.info-item ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.benefits-list li,
.skills-list li,
.info-item li {
	position: relative;
	padding-left: 24px;
	color: #26352a;
	line-height: 1.5;
}

.benefits-list li::before,
.skills-list li::before,
.info-item li::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	color: #176b3a;
	content: "\2713";
	font-weight: 800;
}

.info-item {
	padding: 14px 0;
	border-top: 1px solid #dfe7d8;
}

.info-item:first-of-type {
	border-top: 0;
}

.info-item strong {
	display: block;
	margin-bottom: 6px;
	color: #07491b;
	font-weight: 800;
}

.info-item p {
	margin: 0;
	color: #26352a;
	line-height: 1.5;
}

.action-box .btn,
.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	color: #ffffff;
	background: #07491b;
	border: 1px solid #07491b;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
}

.action-box .btn:hover,
.btn-primary:hover {
	background: #053813;
}

@media (max-width: 1180px) {
	.career-fields-grid,
	.jobs-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.field-jobs-overview {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr);
	}

	.field-description {
		grid-row: 1 / span 2;
	}

	.in-demand-skills {
		grid-column: 2;
	}

	.salary-strip {
		grid-column: 1 / -1;
	}
}

@media (max-width: 820px) {
	.careers-explorer {
		padding: 24px 16px;
		border-radius: 18px;
	}

	.careers-list {
		padding: 22px;
		border-radius: 18px;
	}

	.careers-header {
		flex-direction: column;
		gap: 18px;
		min-height: 0;
	}

	.career-leaf-mark {
		right: 0;
		bottom: 24px;
		opacity: 0.18;
		transform: scale(0.82);
		transform-origin: right bottom;
	}

	.careers-header h1 {
		font-size: 2.25rem;
	}

	.career-step-nav {
		width: 100%;
	}

	.career-nav-button {
		flex: 1;
	}

	.career-fields-grid,
	.jobs-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.career-field-card {
		min-height: 430px;
	}

	.field-jobs-overview {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.in-demand-skills,
	.salary-strip {
		grid-column: auto;
	}

	.field-description {
		grid-row: auto;
	}

	.salary-strip {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.salary-divider {
		display: none;
	}

	.salary-chart {
		margin-left: 0;
	}

	.career-bottom-callouts {
		grid-template-columns: 1fr;
	}

	.student-illustration {
		display: none;
	}

	.career-content,
	.job-content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.careers-explorer {
		padding: 18px 12px;
	}

	.careers-explorer::before,
	.careers-explorer::after,
	.career-leaf-mark {
		display: none;
	}

	.careers-header h1 {
		font-size: 1.9rem;
	}

	.career-stage-fields,
	.careers-list,
	.related-jobs-section,
	.field-jobs-overview {
		padding: 16px;
		border-radius: 16px;
	}

	.career-fields-grid,
	.careers-grid,
	.jobs-grid {
		grid-template-columns: 1fr;
	}

	.career-field-card,
	.career-item {
		min-height: 0;
	}

	.card-meta > div {
		min-height: 0;
	}

	.field-description h2 {
		font-size: 1.55rem;
	}

	.field-image {
		min-height: 180px;
	}

	.salary-strip {
		display: grid;
		grid-template-columns: auto 1fr;
	}

	.salary-strip p,
	.salary-chart {
		grid-column: 1 / -1;
	}

	.difference-callout {
		align-items: flex-start;
		padding: 18px;
	}

	.callout-icon {
		flex-basis: 54px;
		width: 54px;
		height: 54px;
	}

	.callout-icon .dashicons {
		width: 30px;
		height: 30px;
		font-size: 30px;
	}

	.quiz-callout {
		padding: 18px;
	}

	.career-header-section h1,
	.job-header-section h1 {
		font-size: 2rem;
	}
}
