:root {
	--green-deep: #1C3A12;
	--green-mid: #2D5219;
	--green-light: #4A7A2C;
	--green-pale: #EBF3E0;
	--green-wash: #F4F8EE;
	--cream: #F7F2E8;
	--cream-dark: #EDE5D4;
	--gold: #8B6914;
	--gold-light: #C4A44E;
	--gold-pale: #FAF3E0;
	--text-dark: #1A2E10;
	--text-mid: #3D5530;
	--text-muted: #6B7F5E;
	--text-light: #A5B896;
	--border: #D4E0C4;
	--border-mid: #B8CDA0;
	--white: #fff;
	--shadow-md: 0 4px 16px rgba(28,58,18,0.10);
	--shadow-lg: 0 8px 32px rgba(28,58,18,0.14);
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 16px;
	--font-display: "Work Sans", sans-serif;
	--font-body: "Work Sans", sans-serif;
	--transition: 0.22s ease;
}

/* ── HERO ── */
.careers-hero {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.hero-content {
	position: relative;
	max-width: 640px;
}
.eyebrow {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--green-pale);
	margin-bottom: 14px;
}
.hero-title {
	font-family: var(--font-display);
	font-size: clamp(52px, 9vw, 96px);
	font-weight: 500;
	color: var(--white);
	line-height: 1.0;
	margin-bottom: 10px;
}
.hero-title em {
	font-style: italic;
	color: var(--green-pale);
}
.hero-tagline {
	font-family: var(--font-display);
	font-size: clamp(18px, 2.5vw, 24px);
	font-style: italic;
	color: rgba(255,255,255,.8);
	margin-bottom: 20px;
}
.hero-desc {
	font-size: 15px;
	color: rgba(255,255,255,.9);
	line-height: 1.7;
	max-width: 500px;
	margin: 0 0 32px;
}
/* ── VALUES STRIP ── */
.hero-values-strip {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.09);
	border-bottom: none;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	max-width: 720px;
	margin: 0 auto;
	padding: 22px 32px;
	gap: 0;
}
.hv-item {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 28px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.65);
	white-space: nowrap;
}
.hv-icon {
	width: 15px;
	height: 15px;
	color: var(--gold-light);
	flex-shrink: 0;
}
.hv-divider {
	width: 1px;
	height: 30px;
	background-color: rgba(255,255,255,0.12);
	flex-shrink: 0;
}
/* ── SHARED SECTION STYLES ── */
.section-eyebrow {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--char);
	margin-bottom: 10px;
}
.section-title {
	font-family: var(--font-display);
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 500;
	color: var(--gp);
	line-height: 1.15;
	margin-bottom: 12px;
}
.section-header {
	text-align: center;
	margin-bottom: 48px;
}
.section-desc {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.7;
	max-width: 540px;
	margin: 0 auto;
}

.text-link {
  color: var(--gp);
  font-weight: 500;
  text-decoration: underline;
}

/* ── CULTURE SECTION ── */
.culture-section {
	background-color: var(--white);
	padding: 80px 0;
}
.culture-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.culture-text .section-eyebrow { display: block; margin-bottom: 10px; }

.culture-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.perks-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
}

.perks-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.perk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--gp);
  flex-shrink: 0;
  margin-top: 6px;
}

.perks-list strong {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: var(--char);
	margin-bottom: 2px;
}

.perks-list span {
	font-size: 13px;
	color: var(--text-muted);
	line-height: 1.5;
}

/* ── CULTURE VISUAL ── */
.culture-img-placeholder {
  aspect-ratio: 4/3;
  background: var(--green-wash);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.img-leaf {
  position: absolute;
  width: 200px; height: 200px;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%231C3A12' d='M100 10 C140 10,180 50,180 100 C180 150,100 190,100 190 C100 190,20 150,20 100 C20 50,60 10,100 10Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.img-leaf--1 { top: -50px; right: -30px; transform: rotate(20deg); }
.img-leaf--2 { bottom: -40px; left: -20px; transform: rotate(-150deg); }

.culture-placeholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--text-light);
  font-size: 13px;
  text-align: center;
  position: relative;
}

.culture-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.culture-stat {
  background: var(--green-wash);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.stat-n {
	font-family: var(--font-display);
	font-size: 30px;
	font-weight: 500;
	color: var(--gp);
	line-height: 1;
}

.stat-l {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.3;
}

/* ── OPENINGS SECTION ── */
.openings-section {
  padding: 80px 0;
  background: var(--gp-light);
}

.roles-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.role-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.role-card:hover {
  border-color: var(--border-mid);
  box-shadow: var(--shadow-md);
}

.role-card-left { flex: 1; min-width: 260px; }
.role-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.role-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.role-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  line-height: 1;
}

.role-tag--type   { background: var(--green-pale); color: var(--green-mid); border: 1px solid var(--border); }
.role-tag--remote { background: var(--gold-pale);  color: var(--gold);      border: 1px solid #E8D49A; }

.role-title {
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 500;
	color: var(--gp);
	margin-bottom: 6px;
	line-height: 1.2;
}

.role-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 10px;
}

.role-snippet {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Role toggle */
.role-toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 500;
	color: var(--gp);
	padding: 0;
	transition: color var(--transition);
}

.role-toggle:hover { color: var(--green-mid); }

.toggle-chevron {
  transition: transform var(--transition);
}

.role-toggle[aria-expanded="true"] .toggle-chevron {
  transform: rotate(180deg);
}

/* Role expanded details */
.role-desc {
  width: 100%;
  border-top: 1px solid var(--border);
  margin-top: 20px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.role-desc h4 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gp);
  margin-bottom: 10px;
  margin-top: 16px;
}

.role-desc h4:first-child { margin-top: 0; }

.role-desc p {
	font-size: 13px;
	color: var(--char);
	line-height: 1.65;
	grid-column: 1 / -1;
}

.role-desc ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.role-desc li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: var(--char);
	line-height: 1.55;
}

.role-desc li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gp);
  flex-shrink: 0;
  margin-top: 6px;
}

/* ── TESTIMONIALS ── */
.testimonials-section {
	background-color: var(--gp);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.testimonials-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(74,122,44,0.18) 0%, transparent 70%);
	pointer-events: none;
}

.testimonials-section .section-eyebrow { color: var(--green-pale); }
.testimonials-section .section-title   { color: #FFFFFF; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}

.testi-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background var(--transition);
}

.testi-card:hover { background: rgba(255,255,255,0.1); }

.testi-quote-mark {
	font-family: var(--font-display);
	font-size: 64px;
	font-weight: 400;
	color: var(--gp-light);
	line-height: 0.7;
	margin-bottom: 4px;
}
.testi-text {
	font-size: 14px;
	color: rgba(255,255,255,0.72);
	line-height: 1.75;
	flex: 1;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px;
}

.testi-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--gp-light);
	border: 1px solid rgb(232 245 238 / 50%);
	color: var(--gp);
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.testi-author strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.testi-author span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}

/* ── APPLY SECTION ── */
.apply-section {
  padding: 80px 0;
  background: var(--gp-light);
}

.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: flex-start;
}
.apply-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 500;
  color: var(--gp);
  line-height: 1.2;
  margin-bottom: 14px;
}

.apply-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.apply-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.apply-info-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-mid);
}

.apply-info-list li svg { color: var(--green-light); flex-shrink: 0; }

/* ── FORM ── */
.apply-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label {
  font-size: 12px;
  font-weight: 500;
  color: var(--char);
  letter-spacing: 0.04em;
}

.form-field label span { color: var(--gold); }

.form-field input,
.form-field textarea {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 11px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-dark);
  background: var(--white);
  outline: none;
  transition: border-color var(--transition);
  resize: vertical;
  width: 100%;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--green-light);
}

.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--text-light); }

.form-field input.error { border-color: #C0392B; }

/* Select */
.select-wrap {
  position: relative;
}

.select-wrap select {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 11px 40px 11px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-dark);
  background: var(--white);
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color var(--transition);
}

.select-wrap select:focus { border-color: var(--green-light); }

.select-chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text-light);
}

/* File upload */
.file-label {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1.5px dashed var(--border-mid);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  cursor: pointer;
  font-size: 13px;
  color: var(--text-muted);
  transition: border-color var(--transition), background var(--transition);
}

.file-label:hover {
  border-color: var(--green-light);
  background: var(--green-wash);
  color: var(--green-mid);
}

.file-label svg { color: var(--green-light); flex-shrink: 0; }

.file-label .file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* Form states */
.form-error {
  font-size: 13px;
  color: #B91C1C;
}

.form-success {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--green-pale);
  border: 1px solid var(--border-mid);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  font-size: 14px;
  color: var(--green-mid);
}

.form-success svg { color: var(--green-light); flex-shrink: 0; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  padding: 13px 32px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
  white-space: nowrap;
}

.btn:hover  { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--gold {
	background-color: var(--gp);
    color: var(--white);
    border-color: var(--gp);
    font-weight: 500;
}
.btn--gold:hover {
	background-color: #000;
	border-color: #000;
}
.btn--green {
  background: var(--gp);
  color: #FFFFFF;
  border-color: var(--gp);
}
.btn--green:hover { background: #000; border-color: #000; }

.btn--sm { padding: 9px 20px; font-size: 13px; }
.btn--full { width: 100%; }

/* ── SCROLL REVEAL ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.role-card {
  animation: fadeUp 0.4s ease both;
}
.role-card:nth-child(1) { animation-delay: 0.04s; }
.role-card:nth-child(2) { animation-delay: 0.10s; }
.role-card:nth-child(3) { animation-delay: 0.16s; }
.role-card:nth-child(4) { animation-delay: 0.22s; }

.testi-card:nth-child(1) { animation: fadeUp 0.4s 0.05s ease both; }
.testi-card:nth-child(2) { animation: fadeUp 0.4s 0.12s ease both; }
.testi-card:nth-child(3) { animation: fadeUp 0.4s 0.19s ease both; }

/* ═══════════════════════
   RESPONSIVE
═══════════════════════ */

@media (max-width: 960px) {
  .culture-grid  { grid-template-columns: 1fr; gap: 40px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .apply-grid    { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 720px) {
  .hero-values-strip { flex-wrap: wrap; gap: 0; padding: 16px 20px; }
  .hv-item  { flex: 1 1 48%; padding: 10px 12px; justify-content: center; font-size: 12px; }
  .hv-divider { display: none; }

  .role-card { padding: 22px 20px; }
  .role-card-right { flex-direction: row; width: 100%; justify-content: space-between; align-items: center; }
  .role-desc { grid-template-columns: 1fr; }

  .testimonials-grid { grid-template-columns: 1fr; }

  .apply-form { padding: 24px 20px; }
  .form-row--2 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.careers-hero, .culture-section, .openings-section, .testimonials-section, .apply-section {
		padding: 30px 0;
	}
	.hero-content {
		max-width: 100%;
	}
	.eyebrow {
		margin-bottom: 8px;
	}
	.hero-title {
        font-size: 32px;
		margin-bottom: 8px;
    }
	.hero-tagline {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.hero-desc {
		font-size: 14px;
		line-height: 1.5;
		max-width: 100%;
		margin: 0 0 8px;
		color: #fff;
	}
	.btn {
		padding: 10px 16px;
		font-size: 13px;
	}
	.culture-text .section-eyebrow {
		margin-bottom: 8px;
	}
	.section-title {
		font-size: 24px;
		margin-bottom: 8px;
		line-height: 1;
	}
	.culture-desc {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.perks-list {
		margin-top: 12px;
	}
	.culture-grid {
		gap: 20px;
    }
	.culture-img-placeholder {
		margin-bottom: 8px;
	}
	.culture-stat {
		padding: 12px 8px;
	}
	.stat-n {
        font-size: 22px;
    }
	.section-eyebrow {
		margin-bottom: 8px;
	}
	.section-desc {
		font-size: 14px;
		line-height: 1.5;
		max-width: 100%;
		margin: 0;
	}
	.section-header {
		margin-bottom: 18px;
	}
	.role-card {
        padding: 18px 14px;
		gap: 10px;
    }
	.role-tags {
		margin-bottom: 8px;
	}
	.role-title {
		font-size: 20px;
	}
	.role-location {
		margin-bottom: 6px;
	}
	.role-desc {
		margin-top: 10px;
		padding-top: 10px;
		gap: 4px;
	}
	.role-desc h4 {
		margin-bottom: 0;
		margin-top: 8px;
	}
	.role-desc h4:first-child {
		margin-top: 0;
	}
	.testi-card {
		padding: 16px 14px;
		gap: 8px;
	}
	.testi-quote-mark {
		font-size: 40px;
		line-height: normal;
		margin-bottom: 0;
	}
	.testi-text {
		line-height: 1.5;
	}
	.testimonials-grid {
		gap: 10px;
	}
	.apply-title {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.apply-desc {
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.apply-info-list {
		gap: 4px;
	}
	.apply-grid {
		gap: 14px;
    }
	.apply-form {
        padding: 20px 16px;
		gap: 12px;
    }
}

@media (max-width: 480px) {
  .perks-list { gap: 14px; }
  .culture-stat-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .role-card-right { flex-direction: column; align-items: flex-start; }
}
