/* ============================================================
   Careers page — ported 1:1 from the original Shopify sections
   careerhero / career-mission / career-image-3 / careerssection4
   / career-job, with the live theme settings baked in.
   ============================================================ */

/* ════════ HERO (careerhero) ════════ */
#nl-chero {
	--nch-text: #ffffff;
	--nch-muted: #999999;
	--nch-accent-1: #f59e0b;
	--nch-accent-2: #a855f7;
	--nch-accent-3: #60a5fa;
	--nch-btn1-bg: #e8553a;
	--nch-btn1-text: #ffffff;
	position: relative; width: 100%;
	min-height: 700px;
	display: flex; align-items: flex-end;
	overflow: hidden;
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	color: var(--nch-text);
	padding: 80px 0 80px;
}
#nl-chero *, #nl-chero *::before, #nl-chero *::after { box-sizing: border-box; }
#nl-chero .nch__bg { position: absolute; inset: 0; z-index: 0; }
#nl-chero .nch__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
#nl-chero .nch__overlay {
	position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.7) 100%);
}
#nl-chero .nch__content {
	position: relative; z-index: 2;
	max-width: 900px;
	padding: 0 64px;
}
#nl-chero .nch__eyebrow {
	font-size: 13px; font-weight: 600;
	letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--nch-muted); margin-bottom: 24px; line-height: 1;
}
#nl-chero .nch__title {
	margin: 0;
	font-size: clamp(34px, 5.5vw, 60px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
#nl-chero .nch__title-accent {
	background: linear-gradient(90deg, var(--nch-accent-1), var(--nch-accent-2), var(--nch-accent-3));
	-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
#nl-chero .nch__desc {
	margin: 24px 0 0;
	font-size: 18px; font-weight: 400;
	line-height: 1.55; color: var(--nch-muted);
	max-width: 46ch;
}
#nl-chero .nch__actions {
	display: flex; flex-wrap: wrap; gap: 12px;
	margin-top: 32px; align-items: center;
}
#nl-chero .nch__btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 18px 36px;
	font-size: 16px; font-weight: 600;
	text-decoration: none; border-radius: 8px;
	cursor: pointer; transition: opacity .2s, transform .15s; white-space: nowrap;
}
#nl-chero .nch__btn:hover { opacity: .88; transform: translateY(-1px); }
#nl-chero .nch__btn--primary { background: var(--nch-btn1-bg); color: var(--nch-btn1-text); border: none; }
#nl-chero .nch__bg--mobile { display: none; }
@media (max-width: 740px) {
	#nl-chero {
		min-height: 520px;
		padding: 100px 0 60px;
		align-items: flex-end;
	}
	#nl-chero.has-mobile-bg .nch__bg--desktop { display: none; }
	#nl-chero.has-mobile-bg .nch__bg--mobile { display: block; }
	#nl-chero .nch__bg--mobile img { object-position: center center; }
	#nl-chero .nch__overlay {
		background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.75) 100%);
	}
	#nl-chero .nch__content { padding: 0 24px; max-width: 100%; }
	#nl-chero .nch__actions { flex-direction: column; align-items: flex-start; }
	#nl-chero .nch__btn {
		width: 100%; justify-content: center;
		padding: 16px 28px;
		font-size: 15px;
		border-radius: 8px;
	}
}

/* ════════ MISSION (career-mission) ════════ */
#nl-cmiss {
	--ncm-bg: #ffffff;
	--ncm-text: #111111;
	--ncm-muted: #666666;
	--ncm-accent: #e8553a;
	background: var(--ncm-bg) !important;
	color: var(--ncm-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	padding: 100px 0 100px;
	overflow: hidden;
}
#nl-cmiss *, #nl-cmiss *::before, #nl-cmiss *::after { box-sizing: border-box; }
#nl-cmiss .ncm__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 64px;
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 64px;
	align-items: start;
}
#nl-cmiss .ncm__eyebrow {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ncm-accent);
	margin-bottom: 24px;
	line-height: 1;
}
#nl-cmiss .ncm__title {
	margin: 0 0 32px;
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
#nl-cmiss .ncm__body {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--ncm-muted);
	max-width: 50ch;
}
#nl-cmiss .ncm__body p { margin: 0 0 24px; }
#nl-cmiss .ncm__body p:last-child { margin-bottom: 0; }
#nl-cmiss .ncm__image { margin-top: 80px; }
#nl-cmiss .ncm__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}
#nl-cmiss .ncm__image-placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #222;
	border-radius: 10px;
}
@media (max-width: 840px) {
	#nl-cmiss { padding: 56px 0 56px; }
	#nl-cmiss .ncm__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 0 24px;
	}
	#nl-cmiss .ncm__image { margin-top: 0; }
}

/* ════════ GALLERY (career-image-3) ════════ */
#nl-cgal {
	--ncg-bg: #151515;
	background: var(--ncg-bg) !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	padding: 40px 0 40px;
	overflow: hidden;
}
#nl-cgal *, #nl-cgal *::before, #nl-cgal *::after { box-sizing: border-box; }
#nl-cgal .ncg__track-wrap { position: relative; }
#nl-cgal .ncg__track {
	display: flex; transition: transform 0.5s ease;
	gap: 20px;
	padding: 0 4%;
}
#nl-cgal .ncg__slide {
	flex: 0 0 58%;
	min-width: 0;
	transition: opacity .4s ease, transform .4s ease;
	opacity: 0.35;
	transform: scale(0.92);
}
#nl-cgal .ncg__slide.ncg--active { opacity: 1; transform: scale(1); }
#nl-cgal .ncg__slide img {
	width: 100%; aspect-ratio: 3 / 2;
	object-fit: cover; display: block;
	border-radius: 8px;
}
#nl-cgal .ncg__slide-placeholder {
	width: 100%; aspect-ratio: 3 / 2;
	background: #222; border-radius: 8px;
	display: flex; align-items: center; justify-content: center;
	color: #555; font-size: 16px;
}
@media (max-width: 740px) {
	#nl-cgal { padding: 24px 0 24px; }
	#nl-cgal .ncg__track { padding: 0 3%; gap: 12px; }
}

/* ════════ VALUES (careerssection4) ════════ */
#nl-cval {
	--ncv-bg: #f5f2ed;
	--ncv-text: #111111;
	--ncv-muted: #666666;
	--ncv-accent: #e8553a;
	background: var(--ncv-bg) !important;
	color: var(--ncv-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	padding: 100px 0 100px;
}
#nl-cval *, #nl-cval *::before, #nl-cval *::after { box-sizing: border-box; }
#nl-cval .ncv__inner {
	max-width: 1100px;
	margin: 0 auto; padding: 0 32px;
	text-align: center;
}
#nl-cval .ncv__eyebrow {
	font-size: 14px; font-weight: 600;
	letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--ncv-accent); margin-bottom: 20px; line-height: 1;
}
#nl-cval .ncv__title {
	margin: 0 auto 32px;
	font-size: clamp(32px, 5vw, 60px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	max-width: 24ch;
}
#nl-cval .ncv__body {
	margin: 0 auto 0px;
	font-size: 18px; font-weight: 400;
	line-height: 1.6; color: var(--ncv-muted);
	max-width: 64ch;
}
#nl-cval .ncv__body p { margin: 0 0 24px; }
#nl-cval .ncv__body p:last-child { margin-bottom: 0; }
#nl-cval .ncv__values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	margin-top: 48px;
	text-align: center;
}
#nl-cval .ncv__val-title {
	margin: 0 0 8px;
	font-size: clamp(24px, 3vw, 42px);
	font-weight: 700;
	line-height: 1.1;
	font-style: italic;
}
#nl-cval .ncv__val-desc {
	margin: 0; font-size: 16px;
	font-weight: 400;
	color: var(--ncv-muted); line-height: 1.5;
}
@media (max-width: 740px) {
	#nl-cval { padding: 64px 0 64px; }
	#nl-cval .ncv__inner { padding: 0 24px; }
	#nl-cval .ncv__values { grid-template-columns: 1fr; gap: 32px; }
}

/* ════════ JOBS (career-job) ════════ */
#nl-cjobs {
	--ncj-bg: #f5f2ed;
	--ncj-card-bg: #ffffff;
	--ncj-text: #111111;
	--ncj-muted: #888888;
	--ncj-accent: #e8553a;
	--ncj-job-bg: #f8f8f6;
	--ncj-border: #e5e5e5;
	--ncj-btn-bg: #e8553a;
	--ncj-btn-text: #ffffff;
	background: var(--ncj-bg) !important;
	color: var(--ncj-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	padding: 60px 0 60px;
}
#nl-cjobs *, #nl-cjobs *::before, #nl-cjobs *::after { box-sizing: border-box; }
#nl-cjobs .ncj__card {
	max-width: 1200px;
	margin: 0 auto; background: var(--ncj-card-bg);
	border-radius: 12px;
	padding: 48px;
}
#nl-cjobs .ncj__filters { margin-bottom: 24px; }
#nl-cjobs .ncj__filter-row {
	display: flex; align-items: center; flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--ncj-border);
}
#nl-cjobs .ncj__filter-row:last-child { border-bottom: none; }
#nl-cjobs .ncj__filter-label {
	font-size: 15px;
	font-weight: 400;
	color: var(--ncj-muted); margin-right: 16px;
	min-width: 100px;
}
#nl-cjobs .ncj__filter-btn {
	background: none; border: none; cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	color: var(--ncj-text); padding: 6px 14px;
	border-radius: 6px;
	font-family: inherit; transition: background .15s, color .15s;
}
#nl-cjobs .ncj__filter-btn:hover { background: rgba(0,0,0,.04); }
#nl-cjobs .ncj__filter-btn.ncj--active {
	color: var(--ncj-accent); background: rgba(232,85,58,.08);
}
#nl-cjobs .ncj__list { display: flex; flex-direction: column; gap: 12px; }
#nl-cjobs .ncj__job {
	background: var(--ncj-job-bg); border-radius: 8px;
	overflow: hidden; transition: box-shadow .2s;
}
#nl-cjobs .ncj__job-header {
	display: flex; justify-content: space-between; align-items: center;
	padding: 28px;
	cursor: pointer; gap: 16px;
}
#nl-cjobs .ncj__job-title {
	margin: 0; font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
#nl-cjobs .ncj__job-dept {
	font-size: 15px;
	font-weight: 500;
	margin-top: 4px;
}
#nl-cjobs .ncj__job-loc {
	font-size: 15px;
	color: var(--ncj-muted); margin-top: 2px;
}
#nl-cjobs .ncj__job-toggle {
	color: var(--ncj-accent); font-size: 15px;
	font-weight: 500;
	white-space: nowrap; display: flex; align-items: center; gap: 6px;
	flex-shrink: 0;
}
#nl-cjobs .ncj__job-toggle svg {
	width: 16px; height: 16px; transition: transform .3s;
	fill: none; stroke: currentColor; stroke-width: 2;
}
#nl-cjobs .ncj__job.ncj--open .ncj__job-toggle svg { transform: rotate(180deg); }
#nl-cjobs .ncj__job-detail {
	max-height: 0; overflow: hidden; transition: max-height .4s ease;
}
#nl-cjobs .ncj__job.ncj--open .ncj__job-detail { max-height: 9999px; }
#nl-cjobs .ncj__job-body {
	padding: 0 28px 28px;
	border-top: 1px solid var(--ncj-border);
	padding-top: 28px;
	font-size: 16px;
	line-height: 1.6;
}
#nl-cjobs .ncj__job-body h2,
#nl-cjobs .ncj__job-body h3,
#nl-cjobs .ncj__job-body h4 {
	font-size: 20px;
	font-weight: 700; margin: 24px 0 12px;
	line-height: 1.3;
	letter-spacing: 0;
}
#nl-cjobs .ncj__job-body h2:first-child,
#nl-cjobs .ncj__job-body h3:first-child,
#nl-cjobs .ncj__job-body h4:first-child { margin-top: 0; }
#nl-cjobs .ncj__job-body ul { padding-left: 24px; margin: 8px 0 16px; list-style: disc; }
#nl-cjobs .ncj__job-body li { margin-bottom: 8px; }
#nl-cjobs .ncj__job-body p { margin: 0 0 16px; }
#nl-cjobs .ncj__apply-btn {
	display: inline-flex; align-items: center; gap: 8px;
	margin-top: 24px; padding: 16px 36px;
	background: var(--ncj-btn-bg); color: var(--ncj-btn-text);
	font-size: 16px; font-weight: 600;
	border: none; border-radius: 8px;
	text-decoration: none; cursor: pointer; font-family: inherit;
	transition: opacity .2s;
}
#nl-cjobs .ncj__apply-btn:hover { opacity: .85; }
#nl-cjobs .ncj__apply-btn svg {
	width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2;
}
#nl-cjobs .ncj__empty {
	text-align: center; padding: 48px 0; color: var(--ncj-muted); font-size: 16px;
}
@media (max-width: 740px) {
	#nl-cjobs { padding: 24px 12px 24px; }
	#nl-cjobs .ncj__card { padding: 20px; }
	#nl-cjobs .ncj__filter-label { min-width: auto; width: 100%; }
	#nl-cjobs .ncj__job-header { flex-direction: column; align-items: flex-start; }
	#nl-cjobs .ncj__job-toggle { align-self: flex-end; margin-top: -20px; }
}
