:root{--fg:#111;--bg:#fff;--muted:#666}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);margin:0;padding:0;font-family:Stack Sans Text,system-ui,-apple-system,sans-serif;line-height:1.5}.landing{max-width:32rem;margin:0 auto;padding:20vh 1.5rem 4rem}.landing h1{margin:0 0 1rem;font-size:2rem}.tagline{margin:0 0 1.5rem;font-size:1.1rem}.note{color:var(--muted);margin:0 0 2rem}.subscribe-form{flex-wrap:wrap;gap:.5rem;display:flex}.subscribe-form input[type=email]{border:1px solid #ccc;border-radius:6px;flex:16rem;padding:.6rem .75rem;font-size:1rem}.subscribe-form button{background:var(--fg);color:var(--bg);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.1rem;font-size:1rem}.subscribe-form button:disabled{opacity:.6;cursor:default}.subscribe-success{font-size:1.1rem}.subscribe-error{color:#c00;flex-basis:100%;margin:.25rem 0 0}.home{--head:"Stack Sans Headline", system-ui, sans-serif;--body:"Stack Sans Text", system-ui, sans-serif;--black:#0c0a08;--cream:#fbf8f2;--card-w:540px;--pad-top:4.5rem;--pad-x:2.9rem;--pad-bottom:4rem;--name-size:3.35rem;--text-size:1.05rem;--s-name-role:.25rem;--s-role-text:3rem;--s-text-form:1.6rem;--s-field-gap:.45rem;--s-form-social:2.4rem;isolation:isolate;min-height:100svh;font-family:var(--body);color:#f3efe8;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#0a0a0a;justify-content:center;align-items:center;padding:5vh 5vw;display:flex;position:relative}.home .bg-pixel{z-index:0;pointer-events:none;background:#0a0a0a;width:100vw;height:100vh;display:block;position:fixed;inset:0}.home .card{z-index:1;width:100%;max-width:var(--card-w);background:var(--black);padding:var(--pad-top) var(--pad-x) var(--pad-bottom);border:1px solid #ffffff24;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 26px 70px #0000009e}.home .card:before{content:"";z-index:-1;background:linear-gradient(#0b0a094d,#0b0a0980),url(/bg-butterfly.jpg) 14% 24%/cover;position:absolute;inset:0;transform:scale(1.05)}.home .name{font-family:var(--head);font-weight:300;font-size:var(--name-size);letter-spacing:.01em;color:var(--cream);margin:0;line-height:1}.home .role{font-family:var(--head);color:#f3efe8f5;margin:var(--s-name-role) 0 0;font-size:1.125rem;font-weight:400;line-height:1.45}.home .role a.co{color:var(--cream);border-bottom:1px solid #fbf8f259;font-weight:500;text-decoration:none;transition:border-color .15s}.home .role a.co:hover{border-color:var(--cream)}.home .bio{font-size:var(--text-size);color:#f3efe8eb;margin:var(--s-role-text) 0 0;line-height:1.55}.home .subscribe-form{gap:var(--s-field-gap);margin-top:var(--s-text-form);flex-direction:column;display:flex}.home .subscribe-form input[type=email]{width:100%;font-family:var(--body);color:#f3efe8;-webkit-backdrop-filter:blur(8px);background:#0e0c0b6b;border:1px solid #ffffff2e;border-radius:6px;flex:none;padding:.92rem 1rem;font-size:.92rem}.home .subscribe-form input::placeholder{color:#f3efe873}.home .subscribe-form input:focus{border-color:#fff6;outline:none}.home .dd{width:100%;position:relative}.home .dd-btn{width:100%;font-family:var(--body);color:#f3efe880;text-align:left;-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#0e0c0b6b;border:1px solid #ffffff2e;border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.92rem 1rem;font-size:.88rem;display:flex}.home .dd.chosen .dd-btn{color:#f3efe8}.home .chev{flex:none;width:13px;height:13px;transition:transform .18s}.home .dd.open .chev{transform:rotate(180deg)}.home .dd-list{z-index:5;opacity:0;pointer-events:none;background:#1a1714;border:1px solid #ffffff29;border-radius:6px;max-height:0;margin:0;padding:.3rem;list-style:none;transition:opacity .15s,max-height .2s;position:absolute;bottom:calc(100% + .45rem);left:0;right:0;overflow:hidden;box-shadow:0 16px 44px #0009}.home .dd.open .dd-list{opacity:1;pointer-events:auto;max-height:340px}.home .dd-list li{color:#f3efe8;cursor:pointer;border-radius:4px;padding:.6rem .7rem;font-size:.88rem}.home .dd-list li:hover,.home .dd-list li[aria-selected=true]{background:#ffffff17}.home .flat-btn{width:100%;font-family:var(--head);color:var(--black);background:var(--cream);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.92rem 1.45rem;font-size:.9rem;font-weight:500;transition:opacity .15s;display:inline-flex}.home .flat-btn:hover{opacity:.88}.home .flat-btn:disabled{opacity:.6;cursor:default}.home .flat-btn svg{overflow:visible}.home .subscribe-form input.input-error{border-color:#f09682cc}.home .subscribe-msg{color:#f0a890;min-height:1.1em;margin:.1rem 0 0;font-size:.8rem;line-height:1.1}.home .subscribe-success{margin:var(--s-text-form) 0 0;color:var(--cream);font-size:1.05rem}.home .subscribe-error{color:#ff9b8a;margin:.5rem 0 0;font-size:.85rem}.home .social{margin:var(--s-form-social) 0 0;justify-content:center;align-items:center;gap:1.2rem;display:flex}.home .social a{color:#f3efe899;align-items:center;text-decoration:none;transition:color .15s;display:inline-flex}.home .social a svg{width:19px;height:19px}.home .social a:hover{color:var(--cream)}@media (max-width:520px){.home{--pad-top:2.6rem;--pad-x:1.65rem;--pad-bottom:2.6rem;--name-size:2.7rem;--text-size:1rem;--s-role-text:1.6rem;--s-text-form:1.35rem;--s-form-social:1.4rem;padding:3vh 4vw}}@media (max-height:800px){.home{--pad-top:2.2rem;--pad-bottom:2.2rem;--name-size:2.5rem;--s-role-text:1.2rem;--s-text-form:1.1rem;--s-form-social:1rem;padding:2.5vh 4vw}}
