:root{--ink:#1d1b16;--brand:#b8860b;--brandd:#8f6708;--muted:#6f6a5f;--line:#e8e3d7;--bg:#faf8f3;--card:#fff;--soft:#f4efe2;--head:#1d1b16;--headtext:#f4efe2}
    body{font-family:'IBM Plex Sans',-apple-system,Segoe UI,Roboto,Arial,sans-serif}
    h1,h2,h3{font-family:'Libre Baskerville',Georgia,serif;font-weight:700}
    header.site{background:var(--head)}header.site .brand,header.site nav a{color:#f0e9d8}
    .hero{background:linear-gradient(150deg,#1d1b16,#33301f);color:#f7f3e8}.hero h1{color:#fff}
    .card{border-radius:6px}.btn{border-radius:4px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);line-height:1.65}
a{color:var(--brandd);text-decoration:none}a:hover{text-decoration:underline}
.wrap{max-width:1060px;margin:0 auto;padding:0 22px}
h1{font-size:2.3rem;margin:.2em 0 .35em;line-height:1.15}h2{font-size:1.6rem;margin:1.5em 0 .5em}h3{font-size:1.15rem;margin:1.1em 0 .3em}
p{margin:.6em 0}
header.site{position:sticky;top:0;z-index:20}header.site .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.2rem}.brand:hover{text-decoration:none}
.logo{width:32px;height:32px;border-radius:9px;background:#b8860b;color:#1d1b16;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
nav.main a{margin-left:20px;font-size:.94rem}nav.main a:hover{text-decoration:none;opacity:.8}
.hero{padding:64px 0 70px}.hero p{opacity:.9;font-size:1.14rem;max-width:56ch}
.kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;color:var(--brand);font-weight:700}
.btn{display:inline-block;background:var(--brand);color:#fff;padding:13px 26px;border-radius:10px;font-weight:600;border:0;cursor:pointer;font-size:1rem}
.btn:hover{background:var(--brandd);text-decoration:none}.btn.ghost{background:transparent;border:1px solid currentColor;opacity:.9}
.grid{display:grid;gap:22px}.g3{grid-template-columns:repeat(3,1fr)}.g2{grid-template-columns:1.2fr .8fr}
.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:26px}
.stat{font-size:2rem;font-weight:700;color:var(--brandd);font-family:inherit}
section{padding:50px 0}.section-alt{background:var(--soft)}
.list-clean{list-style:none;padding:0}.list-clean li{padding:9px 0 9px 28px;position:relative;border-bottom:1px solid var(--line)}
.list-clean li:before{content:"";position:absolute;left:4px;top:16px;width:10px;height:10px;border-radius:3px;background:var(--brand)}
.role{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;border:1px solid var(--line);border-radius:12px;background:var(--card);margin:12px 0}
.role:hover{border-color:var(--brand);text-decoration:none}.tag{font-size:.8rem;color:var(--muted)}
.pill{display:inline-block;background:var(--soft);color:var(--brandd);border:1px solid var(--line);padding:3px 12px;border-radius:999px;font-size:.8rem;font-weight:600;margin:0 6px 6px 0}
form.apply{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:26px}
label{display:block;font-weight:600;font-size:.92rem;margin:14px 0 5px}
input,select,textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:9px;font-size:1rem;font-family:inherit;background:var(--bg)}
input:focus,textarea:focus{outline:2px solid var(--brand)}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.note{font-size:.86rem;color:var(--muted)}
.keyfacts{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}
.keyfacts .badge{background:rgba(255,255,255,.16);color:inherit;border:1px solid currentColor;opacity:.95}
.badge{display:inline-flex;gap:8px;align-items:center;background:var(--soft);color:var(--brandd);padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:600}
footer.site{background:var(--head);color:var(--headtext);padding:38px 0;margin-top:16px;font-size:.9rem;opacity:.95}
footer.site a{color:var(--headtext)}footer.site .cols{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px}
@media(max-width:820px){.role-grid .role-form{order:-1}.role-grid .role-copy{order:1}form.apply{padding:20px}.g3,.g2{grid-template-columns:1fr}h1{font-size:1.85rem}nav.main a{margin-left:12px}.hero{padding:44px 0}}