*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{font-family:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;background:#F7F2E9;color:#2C1E08;line-height:1.55;font-size:17px}
a{color:#B0770B;text-decoration:none;border-bottom:1px solid rgba(176,119,11,.35)}
a:hover{color:#2C1E08;border-bottom-color:#2C1E08}
.wrap{max-width:900px;margin:0 auto;padding:0 28px}
header{background:#2C1E08;color:#F7F2E9;padding:14px 0;border-bottom:3px solid #FFB020}
header .row{display:flex;align-items:center;justify-content:space-between;gap:24px}
header .brand{display:flex;align-items:center;gap:12px;font-family:"Iowan Old Style",Georgia,serif}
header .brand img{width:34px;height:34px;display:block}
header .brand span{font-size:20px;letter-spacing:.01em}
header nav a{color:#F7F2E9;border-bottom:none;margin-left:22px;font-size:15px}
header nav a:hover{color:#FFB020}
.hero{padding:72px 0 44px}
.hero h1{font-size:44px;line-height:1.15;letter-spacing:-.01em;font-weight:400;max-width:720px}
.hero .lede{margin-top:20px;font-size:20px;color:#5B4A2A;max-width:640px}
.hero .kicker{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#B0770B;margin-bottom:16px}
section{padding:36px 0;border-top:1px solid #E4D9C2}
section.first{border-top:none}
h2{font-size:26px;font-weight:400;margin-bottom:14px;letter-spacing:-.005em}
h3{font-size:20px;font-weight:600;margin:22px 0 8px}
p{margin-bottom:14px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:14px}
.what-list{list-style:none;padding-left:0}
.what-list li{padding:10px 0;border-bottom:1px dotted #C7B693;font-size:16px}
.what-list li:last-child{border-bottom:none}
.what-list li::before{content:"—  ";color:#FFB020;font-weight:700}
.callout{background:#2C1E08;color:#F7F2E9;padding:34px;margin:32px 0;border-radius:2px;position:relative}
.callout::before{content:"";position:absolute;top:0;left:34px;width:44px;height:3px;background:#FFB020}
.callout p{color:#F7F2E9}
.callout a{color:#FFB020;border-bottom-color:rgba(255,176,32,.4)}
.callout a:hover{color:#F7F2E9;border-bottom-color:#F7F2E9}
.jobtile{display:block;padding:22px 24px;margin:12px 0;background:#fff;border:1px solid #E4D9C2;border-left:4px solid #FFB020;transition:transform .1s;color:#2C1E08;border-radius:0}
.jobtile:hover{border-color:#FFB020;transform:translateX(3px);border-bottom-color:#FFB020}
.jobtile .title{font-size:19px;font-weight:600;margin-bottom:4px;color:#2C1E08}
.jobtile .meta{font-size:14px;color:#7A6538}
footer{background:#2C1E08;color:#C7B693;padding:36px 0;margin-top:60px;font-size:14px}
footer .row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}
footer a{color:#FFB020;border:none}
form{background:#fff;border:1px solid #E4D9C2;padding:28px;margin:24px 0;border-radius:2px}
form label{display:block;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:#7A6538;margin:14px 0 6px;font-weight:600}
form input[type=text],form input[type=email],form input[type=tel],form textarea,form select{width:100%;padding:11px 12px;border:1px solid #D5C6A1;background:#fff;font-family:inherit;font-size:15px;color:#2C1E08;border-radius:0}
form input:focus,form textarea:focus,form select:focus{outline:none;border-color:#FFB020}
form textarea{min-height:110px;resize:vertical}
form button{background:#2C1E08;color:#FFB020;padding:14px 26px;border:2px solid #2C1E08;font-family:inherit;font-size:16px;letter-spacing:.02em;cursor:pointer;margin-top:22px;border-radius:0}
form button:hover{background:#FFB020;color:#2C1E08;border-color:#FFB020}
.meta-strip{background:#2C1E08;color:#F7F2E9;padding:16px 0;font-size:14px}
.meta-strip .row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
.meta-strip strong{color:#FFB020;font-weight:600;letter-spacing:.03em}
@media(max-width:640px){
  .hero{padding:44px 0 28px}.hero h1{font-size:32px}.hero .lede{font-size:17px}
  .two{grid-template-columns:1fr;gap:24px}
  header nav a{margin-left:12px}
  .callout{padding:22px}
}
