:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0c0b09;--bg-elevated:#161411;--bg-overlay:#0c0b09b8;--fg:#f4efe6;--fg-muted:#a39b8e;--accent:#d4a056;--accent-fg:#1a140c;--accent-soft:#d4a05624;--line:#f4efe61f;--line-strong:#f4efe638;--shadow:0 24px 60px #00000059;--font-display:"Syne", system-ui, sans-serif;--font-body:"Instrument Sans", system-ui, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:5rem;--space-9:8rem;--wrap:min(1120px, calc(100% - 2.5rem));--header-h:4.25rem;--radius:2px;--ease:cubic-bezier(.22, 1, .36, 1)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f1e8;--bg-elevated:#fffdf8;--bg-overlay:#f6f1e8c7;--fg:#161411;--fg-muted:#6b645a;--accent:#9a6b28;--accent-fg:#fff8ec;--accent-soft:#9a6b281f;--line:#1614111f;--line-strong:#16141138;--shadow:0 20px 50px #281e101f}@media (width<=640px){:root{--wrap:min(1120px, calc(100% - 1.5rem));--space-8:4rem;--space-9:5.5rem}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{max-width:100%;min-height:100%;margin:0;overflow-x:clip}body{font-family:var(--font-body);color:var(--fg);background:var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:1.0625rem;line-height:1.6}body:before{content:"";pointer-events:none;z-index:40;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}#root{flex-direction:column;min-width:0;max-width:100%;min-height:100svh;display:flex;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:1px}button,input{font:inherit;color:inherit}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-weight:700;line-height:1.1}p{margin:0}ul,ol{margin:0;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.skip-link{inset-inline-start:1rem;z-index:60;background:var(--accent);color:var(--accent-fg);padding:.6rem .9rem;text-decoration:none;position:absolute;top:-4rem}.skip-link:focus{top:.75rem}.wrap{width:var(--wrap);min-width:0;max-width:100%;margin-inline:auto}.site-main{flex:1}.eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 .85rem;font-size:.72rem;font-weight:500}.section-header{margin-bottom:var(--space-6);max-width:40rem}.section-title{font-size:clamp(1.8rem,4vw,3rem)}.section{padding-block:var(--space-8);scroll-margin-top:calc(var(--header-h) + .75rem);overflow-x:clip}.section+.section{border-top:1px solid var(--line)}.btn{border-radius:var(--radius);cursor:pointer;min-height:2.85rem;transition:background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:.55rem;padding:.65rem 1.15rem;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:var(--accent-fg)}.btn-primary:hover{filter:brightness(1.06)}.btn-ghost{border-color:var(--line-strong);color:var(--fg)}.btn-ghost:hover{background:var(--accent-soft);border-color:var(--accent)}.icon-btn{border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--fg);background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.reveal{opacity:0;transition:opacity .75s var(--ease), transform .75s var(--ease);transform:translateY(1.4rem)}.reveal.is-revealed{opacity:1;transform:none}.site-header{z-index:30;height:var(--header-h);border-bottom:1px solid var(--line);background:var(--bg-overlay);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:var(--space-4);min-width:0;height:100%;display:flex}.logo{font-family:var(--font-display);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1.15rem;font-weight:700;text-decoration:none;overflow:hidden}.header-nav{align-items:center;gap:1.6rem;display:none}.header-nav a{color:var(--fg-muted);font-size:.92rem;text-decoration:none}.header-nav a:hover,.header-nav a[aria-current=page]{color:var(--fg)}.header-actions{flex:none;align-items:center;gap:.5rem;display:flex}.menu-toggle{display:inline-flex}.nav-drawer{z-index:50;background:var(--bg);width:100%;max-width:100%;padding:var(--space-5);opacity:0;visibility:hidden;pointer-events:none;contain:paint;transition:opacity .3s var(--ease), visibility .3s var(--ease);flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.nav-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.nav-drawer-head{margin-bottom:var(--space-7);justify-content:space-between;align-items:center;display:flex}.nav-drawer nav{flex-direction:column;gap:1.25rem;display:flex}.nav-drawer a{font-family:var(--font-display);font-size:clamp(2rem,8vw,3rem);text-decoration:none}.site-footer{border-top:1px solid var(--line);padding-block:var(--space-6)}.footer-inner{justify-content:space-between;gap:var(--space-4);color:var(--fg-muted);flex-wrap:wrap;font-size:.9rem;display:flex}.footer-links{flex-wrap:wrap;gap:1rem 1.4rem;list-style:none;display:flex}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--fg)}@media (width>=768px){.header-nav{display:flex}.menu-toggle{display:none}}@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}.reveal{opacity:1;transform:none}}.hero{min-height:auto;padding-block:var(--space-7) var(--space-6);flex-direction:column;justify-content:flex-end;display:flex;position:relative}.hero-kicker{margin-bottom:var(--space-4)}.hero-name{letter-spacing:-.04em;overflow-wrap:anywhere;font-size:clamp(1.55rem,4.2vw + .55rem,3.6rem);line-height:1.12}.hero-role{margin-top:var(--space-4);max-width:34rem;font-size:clamp(1.05rem,2vw,1.35rem);font-family:var(--font-display);letter-spacing:-.02em;color:var(--fg-muted);font-weight:500}.hero-tagline{margin-top:var(--space-3);max-width:32rem;color:var(--fg-muted)}.hero-actions{margin-top:var(--space-5);flex-wrap:wrap;gap:.75rem;display:flex}.work-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.work-grid>.reveal{min-width:0;max-width:100%;display:flex}.work-card{color:inherit;background:var(--bg-elevated);border:1px solid var(--line);flex-direction:column;width:100%;min-width:0;height:100%;text-decoration:none;display:flex;overflow:hidden}.work-card-media{aspect-ratio:16/9;background:#ece7de;min-width:0;overflow:hidden}.work-card-media img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;transition:transform .9s var(--ease)}.work-card:hover .work-card-media img,.work-card:focus-visible .work-card-media img{transform:scale(1.03)}.work-card-body{color:var(--fg);flex-direction:column;gap:.45rem;padding:1.25rem 1.2rem 1.3rem;display:flex}.work-card h3{margin:0;font-size:clamp(1.35rem,2.4vw,1.85rem)}.work-card-meta{color:var(--fg-muted);flex-wrap:wrap;gap:.35rem .85rem;font-size:.85rem;display:flex}.work-card-summary{color:var(--fg-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;display:-webkit-box;overflow:hidden}.work-card-view{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-top:.35rem;font-size:.8rem}.about-grid,.contact-grid{gap:var(--space-6);display:grid}.about-copy{max-width:38rem;color:var(--fg-muted);font-size:1.12rem}.about-copy p+p{margin-top:1rem}.portrait{aspect-ratio:4/5;border:1px solid var(--line);background:var(--bg-elevated);max-width:28rem;overflow:hidden}.portrait img{object-fit:cover;object-position:center 18%;width:100%;height:100%}.timeline{gap:var(--space-6);border-inline-start:1px solid var(--line);padding-inline-start:var(--space-5);list-style:none;display:grid}.timeline li{position:relative}.timeline li:before{content:"";inset-inline-start:calc(var(--space-5) * -1 - 4px);background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:.45rem}.job-meta{color:var(--fg-muted);flex-wrap:wrap;gap:.35rem .8rem;margin:.35rem 0 .7rem;font-size:.92rem;display:flex}.job-title{font-size:1.25rem}.timeline ul{color:var(--fg-muted);padding-inline-start:1.1rem;list-style:outside}.timeline ul li+li{margin-top:.35rem}.skills-grid{gap:var(--space-5);display:grid}.skill-group h3{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem;font-size:1rem;font-weight:600}.chip-row{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.chip-row li{border:1px solid var(--line);border-radius:999px;padding:.4rem .75rem;font-size:.92rem}.contact-email{font-family:var(--font-display);letter-spacing:-.04em;word-break:break-all;font-size:clamp(1.6rem,5vw,3.2rem);text-decoration:none}.contact-email:hover{color:var(--accent)}.contact-phone{color:var(--fg-muted);letter-spacing:.04em;margin-top:.6rem;font-size:1.05rem;text-decoration:none;display:block}.contact-phone:hover{color:var(--accent)}.contact-actions{margin-top:var(--space-5);flex-wrap:wrap;gap:.75rem;display:flex}.contact-note{color:var(--fg-muted);max-width:28rem}.contact-socials{margin-top:1.25rem}@media (width>=768px){.about-grid{align-items:start;gap:var(--space-7);grid-template-columns:1.2fr .8fr}.skills-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=960px){.work-grid{grid-template-columns:repeat(12,1fr);gap:1.35rem}.work-card--featured,.work-card--secondary{grid-column:span 6}.work-card--wide{grid-column:span 12}.work-card--wide .work-card{flex-direction:row;min-height:0}.work-card--wide .work-card-media{aspect-ratio:auto;flex:1.1;min-width:0;min-height:16rem}.work-card--wide .work-card-body{flex:.9;justify-content:center;padding:1.8rem 1.7rem}.contact-grid{grid-template-columns:1.3fr .7fr;align-items:end}}.case-page{padding-bottom:var(--space-4)}.case-head{padding-block:var(--space-7) var(--space-5)}.case-head h1{max-width:18ch;font-size:clamp(2rem,6vw,3.6rem)}.case-back{margin-bottom:var(--space-5);color:var(--fg-muted);align-items:center;gap:.45rem;text-decoration:none;display:inline-flex}.case-back:before{content:"←"}.case-back:hover{color:var(--fg)}.case-summary{max-width:40rem;color:var(--fg-muted);margin-top:1rem;font-size:1.08rem}.case-meta{gap:var(--space-4);margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--line);display:grid}.case-meta div dt{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem;font-size:.72rem}.case-meta dd{margin:0}.case-meta a{color:inherit}.case-meta a:hover{color:var(--accent)}.case-cover{margin:0 auto var(--space-7);overflow:hidden}.case-cover img{border:1px solid var(--line);background:var(--bg-elevated);width:100%;max-width:100%;height:auto}.case-highlights{margin-bottom:var(--space-7);gap:1rem;display:grid}.case-highlights section{padding:var(--space-5);border:1px solid var(--line);background:var(--bg-elevated)}.case-highlights h2{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.7rem;font-size:1.05rem}.case-highlights p{color:var(--fg-muted);font-size:.98rem}.case-block{gap:var(--space-5);margin-bottom:var(--space-7);padding-bottom:var(--space-7);border-bottom:1px solid var(--line);display:grid}.case-block-copy h2{margin-bottom:.8rem;font-size:clamp(1.4rem,3vw,2rem)}.case-block-copy p{color:var(--fg-muted);max-width:42rem;font-size:1.05rem}.case-block-copy p+p{margin-top:.85rem}.case-block img{border:1px solid var(--line);background:#ece7de;width:100%;max-width:100%;height:auto;display:block}.figma-block{padding-bottom:var(--space-7)}.figma-frame{aspect-ratio:16/10;border:1px solid var(--line);background:var(--bg-elevated);position:relative;overflow:hidden}.figma-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.figma-fallback{padding:var(--space-6);color:var(--fg-muted)}.gallery-grid{padding-bottom:var(--space-7);gap:1rem;display:grid}.gallery-grid img{border:1px solid var(--line);background:var(--bg-elevated);width:100%}.case-pager{background:var(--line);border-top:1px solid var(--line);gap:1px;display:grid}.case-pager a{padding:var(--space-6) 0;background:var(--bg);flex-direction:column;gap:.4rem;text-decoration:none;display:flex}.case-pager span{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-size:.72rem}.case-pager strong{font-family:var(--font-display);font-size:1.4rem}.missing{padding-block:var(--space-9)}.cv-page{padding-block:var(--space-7) var(--space-8)}.cv-head{justify-content:space-between;gap:var(--space-5);margin-bottom:var(--space-7);padding-bottom:var(--space-6);border-bottom:1px solid var(--line);flex-wrap:wrap;display:flex}.cv-head h1{font-size:clamp(2.4rem,7vw,4.5rem)}.cv-actions{flex-wrap:wrap;align-items:flex-start;gap:.6rem;display:flex}.cv-hint{color:var(--fg-muted);max-width:18rem;margin-top:.7rem;font-size:.82rem}.cv-person{color:var(--fg-muted);margin-top:.6rem}.cv-person a{color:inherit;text-decoration:none}.cv-person a:hover{color:var(--accent)}.cv-section+.cv-section{margin-top:var(--space-7);padding-top:var(--space-6);border-top:1px solid var(--line)}.cv-edu{gap:1rem;list-style:none;display:grid}.cv-edu strong{font-family:var(--font-display);font-size:1.2rem;display:block}.cv-credential{align-items:center;gap:1rem;display:flex}.cv-credential span{color:var(--fg-muted)}.cv-org-logo{border:1px solid var(--line);background:#fffdf8;flex:none;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;padding:.4rem;display:flex}.cv-org-logo img{object-fit:contain;width:100%;height:100%}.block-title{margin-bottom:1rem;font-size:clamp(1.4rem,3vw,2rem)}.cv-lead{max-width:36rem;margin-top:1rem}.cv-stack{margin-top:1.6rem}@media (width>=768px){.case-meta{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.case-highlights{grid-template-columns:repeat(3,1fr);gap:1.15rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid--slides{grid-template-columns:1fr}.case-pager{grid-template-columns:1fr 1fr}.case-pager a:last-child{text-align:end;align-items:flex-end}}@media print{body:before,.site-header,.site-footer,.cv-actions,.skip-link{display:none!important}body{color:#000;background:#fff}.cv-page{padding:0}a{text-decoration:none}}
