.subpage { padding-top: 78px; }
.subpage .site-header { position: fixed; color: var(--ink); background: rgba(255, 255, 255, 0.96); box-shadow: 0 10px 35px rgba(30, 31, 38, 0.08); backdrop-filter: blur(18px); }
.subpage .site-header .brand img { filter: none !important; }
.subpage-hero { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0 76px; }
.subpage-hero > div { max-width: 900px; }
.subpage-hero h1 { color: var(--ink); font-size: var(--type-page-title); line-height: 1; }
.subpage-hero p:not(.eyebrow) { max-width: 700px; margin-top: 24px; color: var(--muted); font-size: var(--type-body-large); line-height: var(--leading-body); }
.careers-hero {
  padding-top: 82px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
.careers-hero > div {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  column-gap: clamp(32px, 4vw, 48px);
  align-items: center;
}
.careers-hero > div > * { min-width: 0; }
.careers-hero .eyebrow,
.careers-hero h1 {
  grid-column: 1;
}
.careers-hero .eyebrow { grid-row: 1; }
.careers-hero h1 {
  grid-row: 2;
  font-size: var(--type-section-title);
}
.careers-hero p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  max-width: 560px;
  padding: 4px 0 4px 28px;
  margin: 0;
  border-left: 2px solid var(--teal-dark);
}
.jobs-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 0 0 110px; }
.jobs-toolbar { display: grid; grid-template-columns: minmax(220px, 1.25fr) minmax(108px, .45fr) minmax(118px, .5fr) minmax(165px, .75fr) minmax(165px, .75fr); gap: 12px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.jobs-toolbar label { display: grid; gap: 6px; color: var(--muted); font-size: 0.8rem; font-weight: 700; }
.jobs-toolbar input, .jobs-toolbar select { min-width: 0; min-height: 46px; padding: 10px 12px; font: inherit; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; }
.jobs-toolbar select:disabled, .jobs-toolbar input:disabled { color: var(--muted); cursor: not-allowed; opacity: .65; }
.radius-control > span { display: flex; justify-content: space-between; gap: 10px; }
.radius-control output { color: var(--teal-dark); font-variant-numeric: tabular-nums; }
.jobs-toolbar .radius-control input[type="range"] { min-height: 46px; margin: 0; padding: 0 4px; accent-color: var(--teal-dark); background: transparent; border: 0; cursor: pointer; }
.postal-status { display: none; grid-column: 1 / -1; margin: 2px 0 0; color: var(--muted); font-size: .82rem; }
.postal-status:not(:empty) { display: block; }
.postal-source { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .72rem; }
.postal-source a { color: inherit; text-decoration: underline; }
.active-filters { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 7px; padding-top: 4px; }
.active-filters[hidden] { display: none; }
.filter-chip { display: inline-flex; align-items: center; gap: 7px; min-height: 32px; padding: 6px 9px 6px 11px; color: var(--teal-dark); background: #e6f0ec; border: 1px solid rgba(53,111,97,.24); border-radius: 4px; cursor: pointer; font: inherit; font-size: .74rem; font-weight: 750; }
.filter-chip::after { content: "×"; font-size: 1rem; line-height: 1; }
.filter-chip:hover, .filter-chip:focus-visible { background: var(--mint); border-color: var(--teal-dark); }
.jobs-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 46px; align-items: start; margin-top: 44px; }
.jobs-layout > *,
.job-list,
.job-card,
.initiative-panel { min-width: 0; }
.result-count { margin: 0 0 16px; color: var(--muted); font-weight: 700; }
.job-list { display: grid; gap: 12px; transform-origin: top; }
.job-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.job-card:hover, .job-card:focus-within { transform: translateY(-3px); border-color: rgba(53,111,97,.35); box-shadow: 0 16px 42px rgba(12,43,46,.1); }
.job-card h2 { margin-top: 14px; font-size: 1.75rem; line-height: 1.15; }
.job-card > p { color: var(--muted); }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.job-meta span { padding: 5px 9px; color: var(--teal-dark); background: var(--mint); border-radius: 4px; font-size: 0.78rem; font-weight: 750; }
.job-place { display: grid; gap: 2px; margin: 24px 0; padding-top: 18px; border-top: 1px solid var(--line); }
.job-place span { color: var(--muted); }
.job-distance { color: var(--teal-dark) !important; font-size: .88rem; font-weight: 750; }
.job-open { color: var(--teal-dark); background: transparent; border: 1px solid var(--teal-dark); cursor: pointer; }
.initiative-panel { position: sticky; top: 110px; padding: 28px; color: var(--white); background: var(--teal-dark); border-radius: var(--radius); }
.initiative-panel h2 { font-size: 1.75rem; line-height: 1.15; }
.initiative-panel p:not(.eyebrow) { color: var(--mint); }
.initiative-panel .eyebrow { color: var(--mint); }
.initiative-panel .button { border: 0; font: inherit; cursor: pointer; }
.job-dialog, .admin-dialog { width: min(calc(100% - 32px), 720px); max-height: calc(100vh - 40px); padding: 38px; color: var(--ink); background: var(--white); border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.job-dialog::backdrop, .admin-dialog::backdrop { background: rgba(30, 31, 38, 0.68); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 40px; height: 40px; padding: 0; color: var(--ink); background: transparent; border: 0; font-size: 2rem; cursor: pointer; }
.job-dialog h2 { padding-right: 30px; font-size: 2.25rem; line-height: 1.1; }
.job-dialog h3 { margin-top: 28px; }
.job-dialog li { margin: 8px 0; }
.job-dialog .button { margin-top: 20px; }
.dialog-practice { color: var(--teal-dark); font-weight: 750; }
.equal-opportunity-note { margin-top: 26px; padding: 14px 16px; color: var(--muted); background: var(--surface); border-left: 3px solid var(--teal); font-size: .8rem; line-height: 1.55; }
.application-box { margin-top: 26px; border-top: 1px solid var(--line); }
.application-box summary { width: max-content; margin-top: 26px; list-style: none; cursor: pointer; }
.application-box summary::-webkit-details-marker { display: none; }
.application-box form { display: grid; gap: 15px; margin-top: 22px; padding: 24px; background: var(--surface); border-radius: var(--radius); }
.application-box label { display: grid; gap: 7px; font-size: 0.88rem; font-weight: 700; }
.application-box input, .application-box textarea { width: 100%; min-height: 44px; padding: 10px 11px; font: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.qualification-questions { display: grid; gap: 16px; margin: 4px 0; padding: 20px; border: 1px solid var(--line); border-radius: 4px; }
.qualification-questions legend { padding: 0 8px; color: var(--teal-dark); font-size: .88rem; font-weight: 800; }
.qualification-question { display: grid; gap: 9px; color: var(--ink); font-size: .88rem; font-weight: 700; }
.radio-options { display: flex; gap: 22px; }
.application-box .radio-options label { display: flex; align-items: center; gap: 7px; font-weight: 500; }
.application-box .radio-options input { width: 18px; min-height: 18px; margin: 0; accent-color: var(--teal-dark); }
.application-box .consent { grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; }
.application-box .consent input { min-height: 18px; }
.application-box .consent a { color: var(--teal-dark); text-decoration: underline; }
.application-box button:disabled { cursor: wait; opacity: .58; }
.empty-state { padding: 28px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }

.job-detail-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 76px 0 110px; }
.job-detail-back { display: inline-block; margin-bottom: 34px; color: var(--teal-dark); font-weight: 750; }
.job-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 64px; align-items: start; }
.job-detail-copy h1 { max-width: 880px; margin: 14px 0 18px; font-size: var(--type-section-title); line-height: 1.05; }
.job-detail-copy .dialog-practice { margin-bottom: 30px; }
.job-detail-copy > p:not(.eyebrow, .dialog-practice) { max-width: 780px; color: var(--muted); }
.job-detail-copy h2 { margin: 42px 0 16px; font-size: 1.75rem; line-height: 1.2; }
.job-detail-copy li { margin: 9px 0; color: var(--muted); }
.job-apply-panel { position: sticky; top: 110px; padding: 28px; color: var(--white); background: var(--teal-dark); border-radius: var(--radius); }
.job-apply-panel h2 { margin: 14px 0; font-size: 1.75rem; line-height: 1.15; }
.job-apply-panel p { color: var(--mint); }
.job-apply-panel .button { width: 100%; margin-top: 16px; text-align: center; }
.job-not-found { max-width: 760px; }

.legal-hero { padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.legal-shell { width: min(calc(100% - 40px), 780px); margin: 0 auto; padding: 64px 0 110px; }
.legal-shell h2 { margin: 54px 0 18px; font-size: 1.75rem; line-height: 1.2; }
.legal-shell h3 { margin: 30px 0 10px; }
.legal-shell p, .legal-shell li { color: var(--muted); font-size: var(--type-body); line-height: 1.75; hyphens: auto; }
.legal-shell a { color: var(--teal-dark); text-decoration: underline; }
.legal-shell address { line-height: 1.75; }
.legal-note { padding: 18px 20px; background: var(--mint); border-left: 4px solid var(--teal); }

@media (min-width: 760px) {
  .legal-shell > p:not(.legal-note) {
    text-align: justify;
    text-align-last: left;
  }
}

.admin-page { min-height: 100vh; background: #f2f4f3; }
.admin-login-page { min-height: 100vh; background: #f2f4f3; }
.admin-login-shell { min-height: 100vh; display: grid; place-items: center; padding: 32px 20px; }
.admin-login-brand { position: absolute; top: 28px; left: 28px; }
.admin-login-brand img { width: 150px; }
.admin-login-panel { width: min(100%, 440px); padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 50px rgba(20, 42, 40, .1); }
.admin-login-panel h1 { margin: 8px 0 14px; font-size: 2.75rem; line-height: 1.05; }
.admin-login-panel > p:not(.eyebrow, .admin-login-error) { margin: 0 0 26px; color: var(--muted); }
.admin-login-panel form { display: grid; gap: 18px; }
.admin-login-panel label { display: grid; gap: 7px; color: var(--ink); font-size: .86rem; font-weight: 700; }
.admin-login-panel input { width: 100%; min-height: 48px; padding: 11px 12px; font: inherit; border: 1px solid var(--line); border-radius: 4px; }
.admin-login-panel .button { width: 100%; margin-top: 2px; }
.admin-login-error { margin: 0 0 20px; padding: 12px 14px; color: #7a352c; background: #f7e9e6; border-left: 3px solid #a2463a; font-size: .84rem; }
.admin-back-link { display: block; margin-top: 22px; color: var(--teal-dark); font-size: .8rem; text-align: center; }
.admin-header { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; background: var(--white); border-bottom: 1px solid var(--line); }
.admin-header img { width: 150px; }
.admin-header div { display: flex; align-items: center; gap: 20px; color: var(--muted); }
.admin-header a { color: var(--teal-dark); font-weight: 700; }
.admin-header form { margin: 0; }
.admin-logout { padding: 0; color: var(--muted); background: transparent; border: 0; font: inherit; font-weight: 700; cursor: pointer; }
.admin-shell { display: grid; grid-template-columns: 240px minmax(0, 1fr); min-height: calc(100vh - 72px); }
.admin-nav { padding: 30px 20px; background: var(--ink); color: var(--white); }
.admin-nav strong { display: block; padding: 0 10px 12px; color: var(--mint); font-size: 0.78rem; text-transform: uppercase; }
.admin-nav button { width: 100%; padding: 12px 10px; text-align: left; color: rgba(255,255,255,.72); background: transparent; border: 0; border-radius: 4px; }
.admin-nav button.is-active { color: var(--white); background: rgba(161,206,188,.16); }
.admin-nav p { margin: 30px 10px 0; color: rgba(255,255,255,.52); font-size: 0.78rem; }
.admin-content { padding: 46px; overflow: auto; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.admin-heading h1 { font-size: 2.75rem; line-height: 1.05; }
.admin-heading p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); }
.admin-save-status { min-height: 22px; margin: -18px 0 12px; color: var(--teal-dark); font-size: .8rem; }
.admin-save-status[data-state="error"] { color: #a2463a; }
.analytics-heading { align-items: end; }
.analytics-range { display: grid; gap: 6px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.analytics-range select { min-width: 180px; min-height: 44px; padding: 9px 36px 9px 11px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 4px; font: inherit; }
.analytics-kpis { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 8px 0 24px; }
.analytics-kpi { min-height: 158px; display: flex; flex-direction: column; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.analytics-kpi > span { color: var(--muted); font-size: .76rem; font-weight: 750; }
.analytics-kpi > strong { margin: 12px 0 8px; color: var(--ink); font-size: 2rem; line-height: 1; }
.analytics-kpi > small { margin-top: auto; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.analytics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.analytics-panel { min-width: 0; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.analytics-panel h2 { margin: 5px 0 22px; font-size: 1.18rem; line-height: 1.25; }
.analytics-trend-panel { grid-column: 1 / -1; }
.analytics-panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.analytics-legend { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: .72rem; }
.analytics-legend span { display: flex; align-items: center; gap: 6px; }
.analytics-legend i { width: 9px; height: 9px; display: inline-block; border-radius: 2px; }
.legend-pageviews { background: var(--teal-dark); }
.legend-visitors { background: var(--teal); }
.analytics-chart-help { margin: -11px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.analytics-chart { width: 100%; min-height: 230px; padding-top: 10px; overflow-x: auto; }
.analytics-chart-svg { width: 100%; min-width: 720px; height: 230px; display: block; }
.analytics-chart-point { cursor: pointer; outline: none; }
.analytics-chart-hit { fill: transparent; pointer-events: all; }
.analytics-chart-bar { transition: filter .16s ease, opacity .16s ease; }
.analytics-chart-point:is(:hover, :focus, .is-active) .analytics-chart-bar { filter: brightness(.9); }
.analytics-chart-point:focus .analytics-chart-hit { fill: rgba(52, 115, 101, .07); stroke: var(--teal-dark); stroke-width: 1.5; stroke-dasharray: 4 4; }
.analytics-chart-tooltip {
  position: fixed;
  z-index: 1000;
  width: max-content;
  max-width: min(260px, calc(100vw - 24px));
  display: grid;
  grid-template-columns: auto auto;
  gap: 7px 14px;
  padding: 11px 13px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(15, 31, 28, .2);
  font-size: .74rem;
  line-height: 1.35;
  pointer-events: none;
  transform: translate(-50%, -100%);
}
.analytics-chart-tooltip[hidden] { display: none; }
.analytics-chart-tooltip[data-placement="below"] { transform: translate(-50%, 0); }
.analytics-chart-tooltip strong { grid-column: 1 / -1; color: var(--white); font-size: .76rem; }
.analytics-chart-tooltip span { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.analytics-chart-tooltip i { width: 8px; height: 8px; display: inline-block; border-radius: 2px; }
.analytics-ranking { display: grid; gap: 17px; }
.analytics-rank-row { display: grid; gap: 7px; }
.analytics-rank-row > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.analytics-rank-row strong { min-width: 0; overflow: hidden; color: var(--ink); font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.analytics-rank-row span { flex: 0 0 auto; color: var(--muted); font-size: .72rem; }
.analytics-rank-track { height: 5px; overflow: hidden; background: var(--surface); border-radius: 2px; }
.analytics-rank-track i { height: 100%; display: block; background: var(--teal-dark); border-radius: inherit; }
.analytics-empty { margin: 0; color: var(--muted); font-size: .78rem; }
.analytics-note { margin: 18px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.admin-table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table th { color: var(--muted); background: #fafbfa; font-size: 0.78rem; }
.admin-table td span { display: block; margin-top: 4px; color: var(--muted); font-size: 0.82rem; }
.status { display: inline-block !important; padding: 5px 9px; border-radius: 4px; font-weight: 700; }
.status-published { color: #29614f !important; background: #e0efe8; }
.status-draft { color: #6d5b2a !important; background: #f3ecd7; }
.status-paused { color: #7b4d45 !important; background: #f3e3df; }
.row-actions { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.row-actions button { padding: 0; color: var(--teal-dark); background: transparent; border: 0; cursor: pointer; font-weight: 700; }
.row-actions button.danger { color: #a2463a; }
.admin-dialog { width: min(calc(100% - 32px), 820px); }
.dialog-heading { display: flex; justify-content: space-between; margin-bottom: 26px; }
.dialog-heading h2 { font-size: 2.25rem; line-height: 1.1; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.admin-form-grid label { display: grid; gap: 6px; font-size: 0.86rem; font-weight: 700; }
.admin-form-grid label.wide { grid-column: 1 / -1; }
.admin-form-grid input, .admin-form-grid select, .admin-form-grid textarea { width: 100%; min-height: 44px; padding: 10px 11px; font: inherit; border: 1px solid var(--line); border-radius: 4px; }
.field-help { color: var(--muted); font-size: .76rem; font-weight: 500; line-height: 1.45; }
.custom-title-field[hidden], .qualification-note[hidden] { display: none; }
.qualification-note { display: grid; gap: 3px; padding: 14px 16px; color: var(--teal-dark); background: var(--mint); border-left: 4px solid var(--teal-dark); border-radius: 4px; }
.qualification-note span { color: var(--muted); font-size: .8rem; font-weight: 500; line-height: 1.45; }
.template-note { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: 4px; font-size: .8rem; font-weight: 500; line-height: 1.45; }
.template-note[hidden] { display: none; }
.template-note button { flex: 0 0 auto; padding: 0; color: var(--teal-dark); background: transparent; border: 0; font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.template-note button:hover, .template-note button:focus-visible { text-decoration-thickness: 2px; }
.admin-form-grid .checkbox-label { display: flex; align-items: center; }
.admin-form-grid .checkbox-label input { width: 18px; min-height: 18px; }
.admin-form-grid .qualification-toggle { align-items: start; padding: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; }
.admin-form-grid .qualification-toggle span { display: grid; gap: 3px; }
.admin-form-grid .qualification-toggle small { color: var(--muted); font-weight: 500; line-height: 1.45; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; }
.secondary-admin { color: var(--ink); background: transparent; border: 1px solid var(--line); }

@media (max-width: 920px) {
  .subpage-hero h1 { font-size: var(--type-page-title); }
  .careers-hero > div { grid-template-columns: 1fr; }
  .careers-hero .eyebrow,
  .careers-hero h1,
  .careers-hero p:not(.eyebrow) { grid-column: 1; }
  .careers-hero p:not(.eyebrow) {
    grid-row: 3;
    padding: 0;
    margin: 22px 0 0;
    border-left: 0;
  }
  .careers-hero h1 { font-size: var(--type-section-title); }
  .jobs-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jobs-toolbar > label:first-child { grid-column: 1 / -1; }
  .postal-status, .postal-source, .active-filters { grid-column: 1 / -1; }
  .jobs-layout { grid-template-columns: 1fr; }
  .job-detail-grid { grid-template-columns: 1fr; }
  .job-apply-panel { position: static; }
  .initiative-panel { position: static; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-nav { display: flex; gap: 8px; padding: 10px 18px; overflow-x: auto; }
  .admin-nav strong, .admin-nav p { display: none; }
  .admin-nav button { width: auto; flex: 0 0 auto; padding: 9px 12px; }
  .admin-content { padding: 28px 18px; }
  .analytics-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .analytics-grid { grid-template-columns: 1fr 1fr; }
  .analytics-trend-panel { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .subpage { padding-top: 68px; }
  .subpage-hero { width: calc(100% - 40px); padding: 70px 0 48px; }
  .subpage-hero h1 { font-size: var(--type-page-title); }
  .careers-hero { padding-top: 54px; padding-bottom: 46px; }
  .careers-hero h1 { font-size: var(--type-section-title); }
  .jobs-toolbar input:not([type="range"]),
  .jobs-toolbar select {
    font-size: 16px;
  }
  .job-card { padding: 22px 20px; }
  .job-card h2 { font-size: 1.5rem; }
  .job-card h2 {
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .legal-shell h2 { font-size: 1.5rem; }
  .legal-hero h1,
  .legal-shell h2,
  .legal-shell h3 {
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .jobs-shell, .legal-shell { width: calc(100% - 40px); }
  .jobs-toolbar, .admin-form-grid { grid-template-columns: 1fr; }
  .template-note { align-items: flex-start; flex-direction: column; }
  .jobs-toolbar > label:first-child { grid-column: 1; }
  .postal-status, .postal-source { grid-column: 1; }
  .job-dialog, .admin-dialog { padding: 28px 20px; }
  .job-dialog h2 { font-size: 2.2rem; }
  .job-dialog h2.initiative-dialog-title {
    font-size: clamp(1.4rem, 6.7vw, 1.8rem);
    white-space: nowrap;
  }
  .admin-header span { display: none; }
  .admin-heading { align-items: stretch; flex-direction: column; }
  .admin-heading .button { width: 100%; }
  .analytics-range select { width: 100%; }
  .analytics-kpis { grid-template-columns: 1fr 1fr; gap: 8px; }
  .analytics-kpi { min-height: 136px; padding: 16px; }
  .analytics-kpi > strong { font-size: 1.65rem; }
  .analytics-grid { grid-template-columns: 1fr; }
  .analytics-panel, .analytics-trend-panel { grid-column: 1; padding: 18px; }
  .analytics-panel-heading { display: block; }
  .analytics-legend { margin: -10px 0 12px; }
  .analytics-chart { min-height: 210px; }
  .analytics-chart-svg { min-width: 620px; height: 210px; }
  .analytics-chart-tooltip { font-size: .8rem; }
  .admin-login-brand { top: 20px; left: 20px; }
  .admin-login-panel { padding: 34px 24px; }
}

@media (max-width: 350px) {
  .careers-hero h1 {
    font-size: 1.75rem;
    line-height: 1.05;
  }

  .legal-hero h1 {
    font-size: 2.35rem;
  }
}

@media (max-width: 380px) {
  .job-card h2 { font-size: 1.375rem; }
}
