@font-face {
  font-family: "Armstrong";
  src: url("https://cdn.prod.website-files.com/642f08de33cff1205d2cf6eb/642f094ad4855f180a77b4e7_Armstrong-Extrabold.otf") format("opentype");
  font-display: swap;
  font-weight: 800;
}

:root {
  --charcoal: #222221;
  --ink: #20251f;
  --green: #4fad5b;
  --green-dark: #2f6e38;
  --green-soft: #eaf5eb;
  --white: #ffffff;
  --paper: #f4f5f2;
  --line: #d9dfd9;
  --muted: #657066;
  --gold: #c5a45a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font: 15px/1.6 "Poppins", ui-sans-serif, system-ui, sans-serif; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(79, 173, 91, .48); outline-offset: 3px; }
[hidden] { display: none !important; }

.career-hero {
  background: #151a18 url("/assets/careers-hero.jpg") center 43% / cover no-repeat;
  color: white;
  min-height: min(76svh, 680px);
  position: relative;
}
.hero-shade { background: rgba(15, 20, 18, .72); inset: 0; position: absolute; }
.site-header {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.18);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 82px;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.public-brand, .footer-brand { align-items: center; color: inherit; display: flex; gap: 12px; text-decoration: none; }
.public-brand-mark { align-items: center; background: white; border-radius: 6px; display: inline-flex; flex: 0 0 auto; height: 42px; justify-content: center; overflow: hidden; width: 42px; }
.public-brand-mark img { display: block; height: 88%; object-fit: contain; width: 88%; }
.public-brand strong { display: block; font-family: Armstrong, Poppins, sans-serif; font-size: 18px; line-height: 1; }
.public-brand small { color: #c9d0ca; display: block; font-size: 10px; margin-top: 4px; text-transform: uppercase; }
.public-nav { align-items: center; display: flex; gap: 30px; }
.public-nav a { color: #f4f6f4; font-size: 13px; font-weight: 600; text-decoration: none; }
.public-nav a:hover { color: var(--green); }
.public-nav .login-link { align-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 6px; display: inline-flex; gap: 8px; min-height: 40px; padding: 0 14px; }
.public-nav svg { height: 16px; width: 16px; }
.hero-content { margin: 0 auto; max-width: 1240px; padding: clamp(90px, 13vh, 150px) 32px 105px; position: relative; z-index: 1; }
.hero-eyebrow, .section-kicker { color: var(--green); display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-content h1 { font-family: Armstrong, Poppins, sans-serif; font-size: clamp(45px, 6vw, 78px); letter-spacing: 0; line-height: 1.02; margin: 13px 0 22px; max-width: 800px; }
.hero-content p { color: #e0e5e1; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; margin: 0 0 34px; max-width: 670px; }
.hero-button, .submit-button { align-items: center; background: var(--green); border: 0; border-radius: 6px; color: #122115; display: inline-flex; font-weight: 700; gap: 10px; justify-content: center; min-height: 50px; padding: 0 20px; text-decoration: none; }
.hero-button:hover, .submit-button:hover { background: #65bf70; }
.hero-button svg, .submit-button svg { height: 18px; width: 18px; }
.hero-location { align-items: center; bottom: 24px; color: #d8ded9; display: flex; font-size: 12px; gap: 8px; position: absolute; right: max(32px, calc((100vw - 1176px) / 2)); z-index: 1; }
.hero-location svg { color: var(--green); height: 17px; width: 17px; }

.roles-section, .process-section { margin: 0 auto; max-width: 1240px; padding: 92px 32px; }
.section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0, 1fr) minmax(300px, 500px); margin-bottom: 42px; }
.section-heading h2, .culture-intro h2, .application-success h2 { font-family: Armstrong, Poppins, sans-serif; font-size: clamp(34px, 4vw, 52px); letter-spacing: 0; line-height: 1.08; margin: 8px 0 0; }
.section-heading p { color: var(--muted); margin: 0; }
.role-filters { border-bottom: 1px solid var(--line); display: flex; gap: 12px; margin-bottom: 8px; padding-bottom: 18px; }
.role-filters label { display: grid; gap: 5px; }
.role-filters label > span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.role-filters select { background: white; border: 1px solid var(--line); border-radius: 6px; min-height: 40px; min-width: 210px; padding: 0 36px 0 11px; }
.job-list { border-top: 1px solid var(--line); min-height: 152px; }
.server-job-card { text-decoration: none; }
.server-job-card ~ .job-loading, .server-job-leaf ~ .job-loading { display: none; }
.server-job-leaf { background: #fff; border-bottom: 1px solid var(--line); padding: 25px 14px 27px 0; }
.server-job-leaf h2 { font-size: 27px; margin: 5px 0 8px; }
.server-job-leaf h3 { font-size: 14px; margin: 22px 0 7px; }
.server-job-leaf p, .server-job-leaf li { line-height: 1.65; }
.server-job-meta { color: var(--muted); font-size: 11px; }
.job-card { align-items: center; background: white; border: 0; border-bottom: 1px solid var(--line); color: inherit; cursor: pointer; display: grid; gap: 24px; grid-template-columns: minmax(0, 1.5fr) minmax(160px, .7fr) 46px; padding: 27px 14px 27px 0; text-align: left; width: 100%; }
.job-card:hover { background: #fafbf9; }
.job-card h3 { font-family: Armstrong, Poppins, sans-serif; font-size: 23px; letter-spacing: 0; margin: 0 0 8px; }
.job-card p { color: var(--muted); margin: 0; max-width: 680px; }
.job-meta { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 8px 16px; }
.job-meta span { align-items: center; display: inline-flex; gap: 6px; }
.job-meta svg { color: var(--green-dark); height: 15px; width: 15px; }
.job-arrow { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; height: 42px; justify-content: center; transition: transform .18s ease; width: 42px; }
.job-card:hover .job-arrow { border-color: var(--green); transform: translateX(3px); }
.job-arrow svg { height: 18px; width: 18px; }
.job-loading { display: grid; gap: 16px; padding: 26px 0; }
.job-loading span { animation: loading 1.1s ease-in-out infinite alternate; background: #e9ece8; border-radius: 4px; display: block; height: 20px; width: 70%; }
.job-loading span:nth-child(2) { animation-delay: .15s; width: 48%; }
.job-loading span:nth-child(3) { animation-delay: .3s; width: 60%; }
@keyframes loading { to { opacity: .42; } }
.empty-jobs { padding: 36px 0; }
.empty-jobs h3 { font-family: Armstrong, Poppins, sans-serif; font-size: 24px; margin: 0 0 7px; }
.empty-jobs p { color: var(--muted); margin: 0; }
.talent-callout { align-items: center; background: var(--green-soft); border-left: 4px solid var(--green); border-radius: 6px; display: flex; justify-content: space-between; margin-top: 46px; padding: 30px 32px; }
.talent-callout h3 { font-family: Armstrong, Poppins, sans-serif; font-size: 25px; letter-spacing: 0; margin: 4px 0; }
.talent-callout p { color: var(--muted); margin: 0; }
.outline-button { align-items: center; background: transparent; border: 1px solid #68836b; border-radius: 6px; color: #203824; display: inline-flex; flex: 0 0 auto; font-weight: 700; gap: 10px; justify-content: center; min-height: 46px; padding: 0 17px; }
.outline-button:hover { background: white; }
.outline-button svg { height: 18px; width: 18px; }

.culture-band { background: var(--charcoal); color: white; display: grid; gap: 80px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); padding: 95px max(32px, calc((100vw - 1176px) / 2)); }
.section-kicker.light { color: #72cf7d; }
.culture-intro h2 { max-width: 560px; }
.culture-intro p { color: #c6cdc7; margin: 24px 0 0; max-width: 540px; }
.culture-values { border-top: 1px solid #494e49; }
.culture-values article { border-bottom: 1px solid #494e49; display: grid; gap: 18px; grid-template-columns: 32px 180px minmax(0, 1fr); padding: 27px 0; }
.culture-values svg { color: var(--green); height: 23px; margin-top: 2px; width: 23px; }
.culture-values h3 { font-family: Armstrong, Poppins, sans-serif; font-size: 19px; letter-spacing: 0; margin: 0; }
.culture-values p { color: #b9c1ba; margin: 0; }

.section-heading.compact { display: block; }
.process-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.process-list li { border-right: 1px solid var(--line); min-height: 190px; padding: 27px 26px; }
.process-list li:first-child { padding-left: 0; }
.process-list li:last-child { border-right: 0; }
.process-list li > span { color: var(--green-dark); font-size: 11px; font-weight: 700; }
.process-list h3 { font-family: Armstrong, Poppins, sans-serif; font-size: 21px; letter-spacing: 0; margin: 45px 0 5px; }
.process-list p { color: var(--muted); margin: 0; }
.public-footer { align-items: center; background: #191b19; color: #bdc4bd; display: flex; font-size: 12px; gap: 32px; justify-content: space-between; min-height: 112px; padding: 0 max(32px, calc((100vw - 1176px) / 2)); }
.footer-brand { color: white; }
.footer-brand .public-brand-mark { height: 34px; width: 34px; }

dialog { border: 0; margin: auto; max-height: calc(100svh - 32px); padding: 0; }
dialog::backdrop { background: rgba(21, 25, 22, .76); }
.dialog-shell { background: white; min-height: 100%; }
.job-dialog { border-radius: 6px; max-width: 930px; width: calc(100% - 32px); }
.job-dialog header { display: flex; justify-content: flex-end; padding: 18px 18px 0; }
.icon-button { align-items: center; background: white; border: 1px solid var(--line); border-radius: 6px; display: inline-flex; height: 40px; justify-content: center; width: 40px; }
.icon-button:hover { background: var(--paper); }
.icon-button svg { height: 18px; width: 18px; }
.job-detail { padding: 0 54px 52px; }
.job-detail-heading { border-bottom: 1px solid var(--line); padding: 0 0 30px; }
.job-detail-heading h2 { font-family: Armstrong, Poppins, sans-serif; font-size: clamp(32px, 5vw, 48px); letter-spacing: 0; line-height: 1.08; margin: 8px 0 14px; }
.job-detail-heading p { color: var(--muted); font-size: 17px; margin: 18px 0 0; max-width: 690px; }
.job-detail-body { display: grid; gap: 45px; grid-template-columns: minmax(0, 1fr) 230px; padding-top: 34px; }
.job-copy h3 { font-family: Armstrong, Poppins, sans-serif; font-size: 21px; letter-spacing: 0; margin: 30px 0 10px; }
.job-copy h3:first-child { margin-top: 0; }
.job-copy p { white-space: pre-line; }
.job-copy ul { margin: 0; padding-left: 20px; }
.job-copy li { margin: 7px 0; }
.job-apply-panel { border-left: 1px solid var(--line); padding-left: 28px; }
.job-apply-panel dl { margin: 0 0 24px; }
.job-apply-panel dt { color: var(--muted); font-size: 10px; font-weight: 700; margin-top: 16px; text-transform: uppercase; }
.job-apply-panel dd { font-weight: 600; margin: 3px 0 0; }
.job-apply-panel .submit-button { width: 100%; }

.application-dialog { border-radius: 6px; max-width: 780px; width: calc(100% - 32px); }
.application-dialog .dialog-shell { padding: 38px 44px 44px; }
.application-dialog header { align-items: start; display: flex; justify-content: space-between; }
.application-dialog header h2 { font-family: Armstrong, Poppins, sans-serif; font-size: 34px; letter-spacing: 0; line-height: 1.1; margin: 5px 0; }
.application-dialog header p { color: var(--muted); margin: 0; }
.application-dialog form { margin-top: 33px; }
fieldset { border: 0; border-top: 1px solid var(--line); margin: 0 0 30px; padding: 23px 0 0; }
legend { font-family: Armstrong, Poppins, sans-serif; font-size: 17px; letter-spacing: 0; padding: 0 14px 0 0; }
.form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid label { display: grid; gap: 6px; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid label > span { font-size: 12px; font-weight: 600; }
.form-grid input, .form-grid select, .form-grid textarea { background: white; border: 1px solid #cbd2cb; border-radius: 5px; min-width: 0; padding: 10px 11px; width: 100%; }
.form-grid input, .form-grid select { min-height: 44px; }
.form-grid textarea { resize: vertical; }
.form-grid small { color: var(--muted); font-size: 10px; }
.consent-row { align-items: start; display: flex; font-size: 12px; gap: 9px; }
.consent-row input { margin-top: 3px; }
.honeypot { left: -10000px; position: absolute; }
.application-dialog form > footer { display: flex; justify-content: flex-end; margin-top: 25px; }
.form-error { background: #fceceb; border-left: 3px solid #ae4037; color: #792a24; margin-top: 18px; padding: 10px 12px; }
.application-success { padding: 80px 20px; text-align: center; }
.application-success > svg { color: var(--green); height: 58px; margin-bottom: 20px; width: 58px; }
.application-success p { color: var(--muted); }
.application-success .outline-button { margin-top: 20px; }
.outline-button.dark { border-color: var(--charcoal); color: var(--charcoal); }

@media (max-width: 800px) {
  .career-hero { min-height: min(76svh, 620px); }
  .site-header { min-height: 72px; padding: 0 20px; }
  .public-nav a:not(.login-link) { display: none; }
  .public-nav .login-link { border: 0; padding: 0; }
  .public-nav .login-link { font-size: 0; }
  .public-nav .login-link svg { height: 22px; width: 22px; }
  .hero-content { padding: 86px 20px 92px; }
  .hero-content h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-location { bottom: 18px; left: 20px; right: auto; }
  .roles-section, .process-section { padding: 68px 20px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading p { margin-top: 16px; }
  .role-filters { align-items: stretch; flex-direction: column; }
  .role-filters select { width: 100%; }
  .job-card { gap: 16px; grid-template-columns: minmax(0, 1fr) 42px; padding-right: 0; }
  .job-card > div:first-child { grid-column: 1 / -1; }
  .job-meta { align-self: center; }
  .talent-callout { align-items: start; flex-direction: column; gap: 22px; padding: 25px 22px; }
  .culture-band { display: block; padding: 70px 20px; }
  .culture-values { margin-top: 48px; }
  .culture-values article { gap: 13px; grid-template-columns: 30px minmax(0, 1fr); }
  .culture-values p { grid-column: 2; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list li { border-bottom: 1px solid var(--line); min-height: 166px; padding: 22px 18px; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:first-child { padding-left: 18px; }
  .process-list h3 { margin-top: 27px; }
  .public-footer { align-items: flex-start; flex-direction: column; gap: 11px; justify-content: center; min-height: 180px; padding: 28px 20px; }
  dialog { max-height: calc(100svh - 16px); width: calc(100% - 16px) !important; }
  .job-dialog header { padding: 12px 12px 0; }
  .job-detail { padding: 0 22px 32px; }
  .job-detail-body { display: flex; flex-direction: column-reverse; gap: 30px; }
  .job-apply-panel { border-bottom: 1px solid var(--line); border-left: 0; padding: 0 0 26px; }
  .application-dialog .dialog-shell { padding: 25px 20px 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
}

@media (max-width: 430px) {
  .public-brand strong { font-size: 16px; }
  .public-brand-mark { height: 38px; width: 38px; }
  .hero-content h1 { font-size: 43px; }
  .hero-content p { font-size: 16px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { border-right: 0; }
  .job-meta { display: grid; }
}

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