:root {
  --ink: #160f27;
  --purple: #412e79;
  --muted: #716b7d;
  --border: #e6e1ed;
  --gradient: linear-gradient(135deg, #5888c1, #412e79);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: #fcfbfe; color: var(--ink); font: 16px/1.65 'Inter', sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #5888c1; outline-offset: 5px; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: #fcfbfef2; backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 24px; }
.logo { display: block; width: 170px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; font-weight: 500; }
.nav-links [aria-current] { color: var(--purple); border-bottom: 2px solid var(--purple); padding-block: 8px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; border: 0; border-radius: 30px; padding: 15px 25px; color: white; background: var(--gradient); font-weight: 600; box-shadow: 0 5px 18px #412e7915; transition: transform .2s; }
.button:hover { transform: translateY(-2px); }
.button.small { padding: 11px 21px; font-size: 16px; }
.hero { padding: 80px 0 76px; background: radial-gradient(ellipse at 85% 25%, #dcd1ef70, transparent 52%), radial-gradient(ellipse at 15% 100%, #dce9f870, transparent 55%); border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; gap: 80px; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .16em; color: var(--purple); margin: 0 0 22px; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: #5888c1; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 4px #5888c113; }
h1, h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.12; }
h1 { font-size: clamp(42px, 4.4vw, 64px); margin: 0 0 24px; }
h1 em { color: var(--purple); font-weight: 400; }
.intro { max-width: 590px; font-size: 18px; color: var(--muted); line-height: 1.9; }
.hero-actions { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; margin-top: 32px; }
.location { color: var(--purple); font-size: 16px; font-weight: 500; }
.location > span { margin-right: 7px; }
.opportunity-panel { position: relative; border: 1px solid #ffffff; background: #ffffffb5; padding: 35px; border-radius: 24px; box-shadow: 0 20px 60px #412e7909; }
.opportunity-panel .eyebrow { margin-bottom: 8px; }
.big-number { font: 500 100px/1.1 'Fraunces', Georgia, serif; letter-spacing: -.055em; color: var(--purple); }
.big-number > span { display: block; font: 16px/1.5 'Inter', sans-serif; letter-spacing: 0; color: var(--muted); margin: 4px 0 26px; }
.panel-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-top: 1px solid var(--border); padding-top: 20px; }
.panel-stats strong { display: block; font-size: 25px; font-weight: 500; }
.panel-stats span { font-size: 14px; color: var(--muted); }
.panel-note { color: var(--muted); font-size: 15px; margin-bottom: 0; padding-top: 10px; }
.roles-section { padding-block: 70px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 12px; }
h2 { font-size: clamp(32px, 3.3vw, 44px); margin: 0; }
.section-heading > p { color: var(--muted); font-size: 16px; }
.roles-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 34px; align-items: start; }
.roles-layout:has(.filters[hidden]) { grid-template-columns: 1fr; }
.filters { position: sticky; top: 112px; background: #f4f1f8; border: 1px solid var(--border); border-radius: 16px; padding: 23px; }
.filters h3 { font-size: 16px; margin: 0 0 25px; }
.filters > label, legend { display: block; font-size: 14px; font-weight: 600; margin-bottom: 9px; }
.filters input[type="search"], .filters select { width: 100%; min-width: 0; padding: 11px 9px; border: 1px solid #d9d3e4; border-radius: 7px; background: white; color: var(--ink); font-size: 15px; margin-bottom: 23px; }
.filters fieldset { border: 0; padding: 0; margin: 0; }
.radio-label { display: flex; gap: 8px; align-items: center; margin: 0 0 12px; font-size: 15px; cursor: pointer; }
.radio-label input { accent-color: var(--purple); margin: 0; width: 15px; height: 15px; }
.reset-button { border: 0; background: transparent; padding: 8px 0; color: var(--purple); text-decoration: underline; text-underline-offset: 4px; font-size: 15px; }
.filter-note { border-top: 1px solid var(--border); margin: 20px 0 0; padding-top: 20px; color: var(--muted); font-size: 15px; }
.filter-note strong { color: var(--ink); font-weight: 500; }
.results-count { margin: 0 0 17px; color: var(--muted); font-size: 15px; }
.group-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
.group-heading h3 { font-size: 21px; font-weight: 600; margin: 0; }
.group-heading > span { color: var(--muted); font-size: 14px; }
.job-group + .job-group { margin-top: 36px; }
.job-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.job-card { background: white; border: 1px solid var(--border); padding: 23px; border-radius: 15px; transition: border-color .2s, box-shadow .2s; }
.job-card:hover { border-color: #b9a8d3; box-shadow: 0 8px 25px #412e7908; }
.card-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; }
.department { font-size: 13px; font-weight: 600; color: var(--purple); }
.type-badge { font-size: 12px; padding: 3px 8px; border-radius: 5px; background: #edf4fa; color: #365f8c; }
.type-badge.contract { background: #f1ebf8; color: var(--purple); }
.job-card h3 { font-size: 22px; font-weight: 600; line-height: 1.45; letter-spacing: -.035em; margin: 18px 0 6px; }
.job-meta { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.job-meta > span { padding: 0 5px; }
.skill-preview { display: flex; flex-wrap: wrap; gap: 5px; min-height: 28px; }
.skill-preview span { background: #f8f7fa; border: 1px solid #eeebf1; border-radius: 5px; font-size: 13px; color: #655f70; padding: 4px 7px; }
.job-card details { font-size: 14px; margin-top: 17px; }
.job-card summary { color: var(--purple); padding: 4px 0; }
.all-skills { color: var(--muted); line-height: 1.9; overflow-wrap: anywhere; }
.card-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid #efecf3; margin-top: 19px; padding-top: 16px; font-size: 14px; }
.card-bottom > span { color: var(--muted); }
.card-bottom strong { color: var(--ink); }
.apply-link { color: var(--purple); font-weight: 600; padding-block: 6px; }
.apply-link:hover { text-decoration: underline; }
.apply-link > span { margin-left: 8px; }
.empty-state { text-align: center; padding: 50px 24px; border: 1px dashed var(--border); border-radius: 16px; }
.empty-state p { color: var(--muted); }
.application-section { background: #eeebf5; border: 1px solid #e5deef; border-radius: 24px; padding: 45px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 65px; margin-bottom: 70px; }
.application-section .eyebrow { margin-bottom: 16px; }
.application-section h2 { font-size: 36px; }
.application-section p { font-size: 16px; color: #696077; line-height: 1.9; }
.contact-email { color: var(--purple); font-size: 18px; font-weight: 600; display: inline-block; margin-top: 8px; overflow-wrap: anywhere; }
.apply-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 20px; }
.apply-steps li { display: flex; gap: 18px; }
.apply-steps li > span { color: #9183ad; font: 24px 'Fraunces', Georgia, serif; }
.apply-steps strong { font-size: 16px; font-weight: 600; }
.apply-steps p { margin: 3px 0 0; font-size: 15px; }
.site-footer { background: var(--ink); color: #e4deee; padding-block: 32px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 15px; }
.footer-inner > a:first-child { font: 24px 'Fraunces', Georgia, serif; }
.footer-inner > a:first-child span { display: block; font: 13px 'Inter', sans-serif; color: #b4a9c6; margin-top: 8px; }
.footer-inner p { color: #b4a9c6; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; background: white; padding: 12px; }
.skip-link:focus { top: 10px; }
@media (max-width: 1050px) {
  .hero-grid { gap: 35px; }
  .roles-layout { grid-template-columns: 245px minmax(0, 1fr); gap: 22px; }
  .job-card { padding: 19px; }
  .group-heading > span { display: none; }
  .application-section { gap: 30px; }
}
@media (max-width: 800px) {
  .hero { padding-block: 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .opportunity-panel { max-width: 500px; }
  .roles-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .filters fieldset { display: flex; flex-wrap: wrap; gap: 8px 20px; }
  .filter-note { display: none; }
  .section-heading { align-items: start; flex-direction: column; gap: 5px; }
  .application-section { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .container { width: calc(100% - 36px); }
  .nav { min-height: 76px; gap: 15px; }
  .logo { width: 130px; }
  .nav-links { gap: 17px; font-size: 16px; }
  .nav-links .button { display: none; }
  .hero .eyebrow { font-size: 12px; letter-spacing: .1em; }
  h1 { font-size: 41px; }
  .hero-actions { gap: 20px; }
  .opportunity-panel { padding: 27px; }
  .roles-section { padding-block: 45px; }
  .job-grid { grid-template-columns: 1fr; }
  .job-card { padding: 23px; }
  .application-section { padding: 28px 23px; margin-bottom: 45px; }
  .application-section h2 { font-size: 32px; }
  .footer-inner { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
