@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap";:root{--bg: #FAF1F1;--text: #1A1714;--muted: #A09890;--spd: .5s}[data-theme=dark]{--bg: #2E2B2B;--text: #FAFAFA;--muted: #797270}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;height:100%}body{font-family:Inter,system-ui,sans-serif;font-weight:400;background:var(--bg);color:var(--text);transition:background var(--spd) cubic-bezier(.4,0,.2,1),color var(--spd) cubic-bezier(.4,0,.2,1);min-height:100vh;display:flex;flex-direction:column;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul{list-style:none}.page-wrap{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1;display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.grain{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:100;opacity:.13;mix-blend-mode:overlay}.bottom-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px 16px;font-size:11px;font-weight:400;color:var(--text);letter-spacing:.042em;position:fixed;bottom:0;left:0;width:100%;z-index:100;background:var(--bg)}.bottom-bar .bb-left{justify-self:start}.bottom-bar .bb-center{justify-self:center}.bottom-bar .bb-right{justify-self:end;font-size:10px;color:var(--muted);letter-spacing:.05em}.home-layout{display:grid;grid-template-columns:54fr 46fr;flex:1;align-items:center;padding:36px 16px 0;min-height:calc(100vh - 61px)}nav ul{display:flex;flex-direction:column}nav ul li{opacity:1}nav ul li a{display:flex;align-items:flex-end;gap:9px;font-size:clamp(50px,7.8vw,96px);font-weight:300;color:var(--text);text-decoration:none;line-height:1.11;letter-spacing:-.026em;transition:opacity .2s ease,color var(--spd) ease}.ix{font-size:10px;font-weight:400;color:var(--muted);opacity:0;transform:translate(-6px);transition:opacity .16s ease,transform .16s ease;flex-shrink:0;padding-bottom:4px;letter-spacing:.02em}nav:hover ul li a{opacity:.18}nav:hover ul li:hover a{opacity:1}nav:hover ul li:hover .ix{opacity:1;transform:translate(0)}.illo-wrap{display:flex;flex-direction:column;gap:16px;width:100%;opacity:0;animation:fadeIn .6s ease .42s forwards}.illo-wrap svg{display:block;overflow:visible}#sv1{width:100%;align-self:flex-end}#sv2{width:78%;align-self:flex-end}#sv3{width:57%;align-self:flex-end}[data-theme=dark] #sv1 .st{fill:#d8ccbf}[data-theme=dark] #sv2 .st{fill:#bdb2a8}[data-theme=dark] #sv3 .st{fill:#a89d96}.st{transition:fill .5s cubic-bezier(.4,0,.2,1)}.inner-page{padding:48px 36px 0;max-width:760px;width:100%;margin:0 auto;flex:1}.inner-page h1{font-size:clamp(32px,5vw,56px);font-weight:300;letter-spacing:-.02em;line-height:1.1;margin-bottom:8px}.inner-page .subtitle{font-size:14px;color:var(--muted);margin-bottom:40px}.divider{height:1px;background:#a0989033;margin:32px 0}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);letter-spacing:.03em;margin-bottom:32px;transition:color .2s ease}.back-link:hover{color:var(--text)}.cv-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:400;color:var(--text);border:1px solid var(--muted);border-radius:8px;padding:6px 14px;transition:border-color .2s ease,color .2s ease;margin-bottom:40px}.cv-link:hover{border-color:var(--text)}.exp-list{display:flex;flex-direction:column;gap:28px}.exp-item{display:grid;grid-template-columns:1fr auto;gap:4px 16px}.exp-company{font-size:14px;font-weight:400;color:var(--text);grid-column:1}.exp-date{font-size:12px;font-weight:400;color:var(--muted);grid-column:2;grid-row:1;white-space:nowrap;align-self:start;padding-top:2px}.exp-role{font-size:13px;font-weight:300;color:var(--text);grid-column:1;grid-row:2}.exp-desc{font-size:13px;color:var(--muted);line-height:1.6;grid-column:1;grid-row:3;margin-top:4px}.skills-section h3{font-size:11px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.skills-list{font-size:14px;font-weight:400;color:var(--text);line-height:2}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:8px}.project-card{border:1px solid rgba(160,152,144,.25);border-radius:12px;padding:32px;cursor:pointer;transition:border-color .2s ease,transform .2s ease;display:flex;flex-direction:column;gap:16px}.project-card:hover{border-color:#a0989099;transform:translateY(-2px)}.project-meta{font-size:11px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.project-title{font-size:22px;font-weight:300;line-height:1.2;letter-spacing:-.01em;color:var(--text)}.project-desc{font-size:13px;color:var(--muted);line-height:1.6;flex:1}.project-cta{font-size:12px;color:var(--text);display:flex;align-items:center;gap:4px}.case-meta{font-size:11px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.case-section{margin-bottom:36px}.case-section h3{font-size:11px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.case-section p{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:12px}.case-section ul{padding-left:0}.case-section ul li{font-size:15px;line-height:1.7;color:var(--text);padding-left:16px;position:relative;margin-bottom:4px}.case-section ul li:before{content:"—";position:absolute;left:0;color:var(--muted)}.writings-list{display:flex;flex-direction:column}.writing-item{padding:20px 0;border-bottom:1px solid rgba(160,152,144,.2);display:grid;grid-template-columns:1fr auto;gap:4px 16px}.writing-title{font-size:15px;font-weight:400;color:var(--text);grid-column:1}.writing-date{font-size:12px;color:var(--muted);grid-column:2;grid-row:1;white-space:nowrap;align-self:start;padding-top:3px}.writing-desc{font-size:13px;color:var(--muted);grid-column:1}.writing-link{font-size:12px;color:var(--text);grid-column:1;margin-top:6px}.writing-link:hover{color:var(--muted)}.all-substack{margin-top:32px;font-size:13px;color:var(--text);display:inline-flex;align-items:center;gap:4px}.all-substack:hover{color:var(--muted)}.chat-page{display:flex;flex-direction:column;justify-content:center;flex:1;padding:48px 20px 0;max-width:640px;width:100%;margin:0 auto}.chat-header{margin-bottom:32px}.chat-header h1{font-size:20px;font-weight:300;letter-spacing:-.01em}.chat-header p{font-size:13px;color:var(--muted);margin-top:4px}.chat-box{border:1px solid rgba(160,152,144,.3);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;background:var(--bg)}.chat-messages{flex:1;padding:24px;display:flex;flex-direction:column;gap:16px;min-height:220px;max-height:420px;overflow-y:auto}.chat-empty{display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--muted)}.prompt-chip{display:inline-block;border:1px solid rgba(160,152,144,.3);border-radius:20px;padding:6px 14px;font-size:12px;color:var(--text);cursor:pointer;transition:border-color .2s ease,background .2s ease;margin:3px 3px 3px 0}.prompt-chip:hover{border-color:var(--muted);background:#a0989014}.chips-row{display:flex;flex-wrap:wrap;gap:0;margin-top:12px}.msg{max-width:85%;font-size:14px;line-height:1.6}.msg-user{align-self:flex-end;color:var(--muted);font-size:14px}.msg-jad{align-self:flex-start;background:#a098901a;border-radius:8px;padding:12px 16px;color:var(--text)}.msg-typing{display:flex;align-items:center;gap:5px;padding:14px 16px;min-height:44px}.typing-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--muted);animation:typingBounce 1.2s ease-in-out infinite}.typing-dot:nth-child(1){animation-delay:0ms}.typing-dot:nth-child(2){animation-delay:.16s}.typing-dot:nth-child(3){animation-delay:.32s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chat-divider{height:1px;background:#a0989033}.chat-input-row{display:flex;align-items:center;padding:14px 16px;gap:10px}.chat-input{flex:1;border:none;outline:none;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;background:transparent;color:var(--text)}.chat-input::placeholder{color:var(--muted)}.chat-send{background:none;border:none;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:background .2s ease;flex-shrink:0}.chat-send:hover{background:#a0989026}.chat-send svg{width:16px;height:16px}.contact-body{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:36px;max-width:480px}.contact-links{display:flex;flex-direction:column;gap:14px}.contact-link-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text);transition:color .2s ease}.contact-link-item span.label{font-size:11px;color:var(--muted);letter-spacing:.04em;width:62px;flex-shrink:0}.contact-link-item a{color:var(--text);transition:color .2s ease}.contact-link-item a:hover{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:700px){.home-layout{grid-template-columns:1fr;padding:24px 16px 0}.illo-wrap{display:none}.inner-page{padding:32px 20px 0}.projects-grid{grid-template-columns:1fr}.chat-page{padding:32px 16px 0}}
