*{box-sizing:border-box}:root{--bg:#171717;--surface:#20201f;--text:#f7f6f2;--muted:#aaa9a3;--border:#3a3a37;--accent:#f06b61}html[data-theme=light]{--bg:#fff;--surface:#f5f5f3;--text:#191919;--muted:#6d6d69;--border:#deded9;--accent:#c83a32}@media (prefers-color-scheme:light){html:not([data-theme]){--bg:#fff;--surface:#f5f5f3;--text:#191919;--muted:#6d6d69;--border:#deded9;--accent:#c83a32}}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.skip-link{z-index:10;border:2px solid var(--text);background:var(--bg);color:var(--text);border-radius:3px;padding:.7rem 1rem;font-weight:700;text-decoration:none;transition:transform .18s;position:fixed;top:1rem;left:1rem;transform:translateY(-200%)}.skip-link:focus{outline:3px solid var(--accent);outline-offset:3px;transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-shell{grid-template-columns:42% 58%;gap:4rem;width:min(100% - 3rem,1160px);min-height:100vh;margin:auto;display:grid}.intro{flex-direction:column;justify-content:space-between;height:100vh;padding:5.8rem 0 3.5rem;display:flex;position:sticky;top:0}.site-title{margin:0}.name{letter-spacing:-.065em;font-size:clamp(2rem,3vw,2.9rem);font-weight:750;text-decoration:none}.role{letter-spacing:-.025em;margin:.5rem 0 1.2rem;font-size:1.15rem;font-weight:600}.summary{max-width:330px;color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}nav{width:min(100%,300px);margin-top:4.8rem}.nav-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.63rem;font-weight:700;display:block}.nav-grid{flex-direction:column;gap:.45rem;display:flex}nav a{border:1px solid var(--border);min-height:2.75rem;color:var(--muted);border-radius:3px;align-items:center;padding:.7rem .8rem;font-size:.74rem;font-weight:650;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:flex}nav a:hover,nav a:focus-visible{border-color:var(--accent);background:var(--surface);color:var(--text);box-shadow:4px 4px 0 var(--accent);outline:none;transform:translate(-2px,-2px)rotate(-.45deg)}nav a:after{content:"↘";color:var(--accent);opacity:0;margin-left:auto;transition:opacity .18s,transform .22s cubic-bezier(.16,1,.3,1);transform:translate(-5px,5px)rotate(-25deg)}nav a:hover:after,nav a:focus-visible:after{opacity:1;transform:translate(0)rotate(0)}main{padding:5.8rem 0 0}section{margin-bottom:9rem;scroll-margin-top:2rem}.eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 1.75rem;font-size:.7rem;font-weight:700}h1,h2,p{margin-top:0}h1,h2{letter-spacing:-.045em;max-width:640px;font-size:clamp(1.7rem,3.1vw,2.45rem);font-weight:650;line-height:1.15}h1~p{max-width:590px;color:var(--muted);font-size:.96rem;line-height:1.75}.contact-form{gap:1.2rem;max-width:540px;margin-top:2.5rem;display:grid}.form-field{gap:.45rem;display:grid}.form-field label{letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:700}.form-field input,.form-field textarea{border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:0 0;border-radius:3px;padding:.75rem .85rem}.form-field textarea{resize:vertical;min-height:9rem}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent);outline:3px solid color-mix(in srgb, var(--accent) 30%, transparent);outline-offset:2px}.form-error{color:var(--accent);margin:0;font-size:.85rem}.submit-button,.dialog-button{border:1px solid var(--accent);background:var(--accent);min-height:2.75rem;color:var(--bg);cursor:pointer;font:inherit;border-radius:3px;justify-self:start;padding:.6rem .9rem;font-size:.75rem;font-weight:700;transition:transform .18s,box-shadow .18s}.submit-button:hover,.submit-button:focus-visible{box-shadow:4px 4px 0 var(--text);outline:none;transform:translate(-2px,-2px)}.submit-button:disabled{cursor:wait;opacity:.7}.success-dialog{border:1px solid var(--border);background:var(--surface);width:min(100% - 2rem,420px);color:var(--text);border-radius:5px;padding:2rem}.success-dialog::backdrop{background:#0009}.success-dialog h2{margin-bottom:.75rem;font-size:1.5rem}.success-dialog p{color:var(--muted);margin-bottom:1.5rem;line-height:1.6}.dialog-button:hover,.dialog-button:focus-visible{box-shadow:4px 4px 0 var(--text);outline:none;transform:translate(-2px,-2px)}.intro-footer{align-items:center;gap:.8rem;display:flex}.socials{align-items:center;gap:.45rem;display:flex}.socials a{border:1px solid var(--border);width:2.75rem;height:2.75rem;color:var(--muted);border-radius:50%;place-items:center;transition:border-color .18s,color .18s,transform .18s;display:grid}.socials a:hover,.socials a:focus-visible{border-color:var(--accent);color:var(--accent);outline:2px solid var(--accent);outline-offset:3px;transform:translateY(-2px)}.socials svg{width:1rem;height:1rem}.theme-toggle{border:1px solid var(--border);width:2.75rem;height:2.75rem;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;place-items:center;margin-left:.2rem;padding:0;transition:background-color .16s,border-color .16s;display:grid}.theme-toggle:hover{background:var(--surface);border-color:var(--muted)}.theme-toggle:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.theme-toggle__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1rem;height:1rem}.theme-toggle__icon--sun{color:var(--accent)}.theme-toggle__icon--moon{color:#252525;display:none}.theme-toggle__icon--moon path{fill:currentColor}html[data-theme=dark] .theme-toggle{color:#252525;background:#f5f5f5;border-color:#f5f5f5}html[data-theme=dark] .theme-toggle__icon--sun{display:none}html[data-theme=dark] .theme-toggle__icon--moon{display:block}@media (prefers-color-scheme:dark){html:not([data-theme]) .theme-toggle{color:#252525;background:#f5f5f5;border-color:#f5f5f5}html:not([data-theme]) .theme-toggle__icon--sun{display:none}html:not([data-theme]) .theme-toggle__icon--moon{display:block}}@media (width<=800px){.page-shell{width:min(100% - 2.4rem,680px);display:block}.intro{height:auto;padding:4.5rem 0 3.5rem;position:relative}nav{display:none}main{padding:2.5rem 0 0}section{margin-bottom:6rem}.intro-footer{margin-top:2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
