:root {
  --bg:#171717;
  --text:#f0eee7;
  --muted:#a39f96;
  --line:#4d4a45;
  --line-soft:#3b3935;
  --input:#201f1d;
  --ease:cubic-bezier(.22,.72,.2,1);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#f3f0e8}
body{font-family:"IBM Plex Mono","Courier New",monospace;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;cursor:url('cursor-person-dark.png') 16 7,auto}
button,input,textarea{font:inherit}
.site{min-height:100vh;background:var(--bg);color:var(--text);transition:background-color 260ms ease,color 260ms ease}
.site.light{--bg:#f3f0e8;--text:#171717;--muted:#716e67;--line:#aaa49a;--line-soft:#cbc5ba;--input:#ebe7dd;cursor:url('cursor-person-dark.png') 16 7,auto}
.masthead{display:flex;justify-content:space-between;align-items:center;padding:22px 24px 0}
.brand-link{display:inline-flex;align-items:center;gap:9px;color:var(--text);text-decoration:none}
.brand-emblem{display:block;width:21px;height:21px;object-fit:contain;filter:none}.site.light .brand-emblem{filter:invert(1)}
.wordmark{margin:0;font-size:13px;line-height:1;font-weight:400;letter-spacing:.075em}
.masthead-actions{display:flex;align-items:center;gap:18px}.masthead-nav{display:flex;align-items:center;gap:18px}
.masthead-nav a{color:var(--muted);text-decoration:none;font-size:10px;line-height:1;letter-spacing:.095em;text-transform:uppercase;border-bottom:1px solid transparent;padding-bottom:2px}
.masthead-nav a:hover,.masthead-nav a[aria-current="page"]{color:var(--text);border-bottom-color:currentColor}
.theme-toggle{appearance:none;border:0;background:transparent;color:var(--text);width:34px;height:34px;padding:0;display:grid;place-items:center;cursor:inherit;font-size:16px;line-height:1}
.brand-link:focus-visible,.masthead-nav a:focus-visible,.theme-toggle:focus-visible,input:focus-visible,textarea:focus-visible,button:focus-visible{outline:1px solid currentColor;outline-offset:4px}
.inner{width:min(1065px,calc(100% - 56px));margin:0 auto;padding:108px 0 84px}
.hero{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.35fr);gap:70px;padding-bottom:64px;border-bottom:1px solid var(--line)}
.logo-lockup{align-self:start;padding-top:2px}.logo-mark{display:block;width:110px;height:110px;object-fit:contain;margin:0 0 27px;filter:none}.site.light .logo-mark{filter:invert(1)}
.logo-name{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:clamp(54px,6vw,88px);line-height:.85;letter-spacing:-.055em;font-weight:700}.logo-tagline{margin:18px 0 0;font-family:"IBM Plex Mono","Courier New",monospace;font-size:15px;font-weight:400;color:var(--muted)}
.eyebrow{margin:0 0 24px;color:var(--muted);font-size:10px;line-height:1.3;font-weight:400;letter-spacing:.095em;text-transform:uppercase}
.lede{max-width:650px;margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(26px,2.7vw,42px);line-height:1.12;letter-spacing:-.025em;font-weight:400}
.body-copy{max-width:650px;margin:34px 0 0;font-size:14px;line-height:1.62}.body-copy p{margin:0 0 17px}.body-copy strong{font-weight:400;border-bottom:1px solid var(--muted)}
.sections{display:grid;grid-template-columns:1fr 1fr;gap:0 70px}.section{padding:34px 0 36px;border-bottom:1px solid var(--line-soft)}.section h2{margin:0 0 16px;font-size:11px;line-height:1.2;font-weight:400;letter-spacing:.095em;text-transform:uppercase}.section p{max-width:520px;margin:0;color:var(--text);font-size:11px;line-height:1.65}.section p+p{margin-top:13px}
.note{color:var(--muted)!important}
.submit-wrap{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);gap:80px;padding-top:4px}.submit-intro .lede{max-width:430px;font-family:"IBM Plex Mono","Courier New",monospace;font-size:11px;line-height:1.65;letter-spacing:0}.submit-intro .body-copy{max-width:430px;margin-top:14px;font-size:11px;line-height:1.65}
.form{border-top:1px solid var(--line)}.field{padding:22px 0;border-bottom:1px solid var(--line-soft)}.field label{display:block;margin:0 0 10px;color:var(--muted);font-size:10px;letter-spacing:.095em;text-transform:uppercase}.field input,.field textarea{display:block;width:100%;border:0;background:transparent;color:var(--text);outline:0;padding:0;font-size:11px;line-height:1.6}.field textarea{min-height:104px;resize:vertical;font-family:"IBM Plex Mono","Courier New",monospace;font-size:11px}.field input::placeholder,.field textarea::placeholder{color:var(--muted);opacity:.64}
.form-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-top:20px}.submit-button{appearance:none;border:1px solid var(--text);background:var(--text);color:var(--bg);padding:12px 16px;cursor:inherit;font-size:10px;letter-spacing:.095em;text-transform:uppercase}.submit-button:hover{background:transparent;color:var(--text)}.form-note{max-width:350px;margin:0;color:var(--muted);font-size:10px;line-height:1.5;letter-spacing:.025em}.status{display:none;margin:23px 0 0;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:"IBM Plex Mono","Courier New",monospace;font-size:11px}.status.show{display:block}
@media(max-width:760px){.masthead{padding:15px 14px 0}.masthead-actions{gap:10px}.masthead-nav{gap:10px}.masthead-nav a{font-size:9px;letter-spacing:.075em}.brand-emblem{width:18px;height:18px}.inner{width:min(100% - 30px,1065px);padding-top:76px}.hero,.submit-wrap{grid-template-columns:1fr;gap:50px}.sections{grid-template-columns:1fr}.logo-mark{width:88px;height:88px}.form-footer{flex-direction:column}.hero{padding-bottom:48px}}
.about-copy:empty{min-height:220px}

a,button{cursor:inherit} input,textarea{cursor:text}
