:root{--bg: #090b0a;--bg-soft: #0d100e;--surface: #111512;--surface-raised: #151a16;--line: rgba(242, 243, 235, .13);--line-strong: rgba(242, 243, 235, .24);--text: #f2f3eb;--muted: #9da49c;--accent: #b9f45d;--accent-strong: #9ee03d;--accent-ink: #0b1008;--max-width: 1240px;--header-height: 84px;--radius: 24px;color-scheme:dark;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 28px);overflow-x:clip}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);overflow-x:clip}body.menu-open{overflow:hidden}::selection{background:var(--accent);color:var(--accent-ink)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}img{display:block;max-width:100%}.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}.skip-link{position:fixed;z-index:1000;left:16px;top:-80px;padding:12px 18px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:700;transition:top .2s ease}.skip-link:focus{top:16px}.page-noise{position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E")}.section-shell{width:min(var(--max-width),calc(100% - 64px));margin-inline:auto}.site-header{position:fixed;z-index:100;inset:0 0 auto;height:var(--header-height);padding:0 max(32px,calc((100vw - var(--max-width)) / 2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease}.site-header.is-scrolled{background:#090b0ac7;border-color:var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;justify-self:start;gap:12px;font-size:14px;font-weight:750;letter-spacing:-.01em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:11px;background:#b9f45d14;color:var(--accent);font-size:13px;font-weight:850;letter-spacing:-.07em}.desktop-nav{display:flex;align-items:center;gap:32px;padding:9px 20px;border:1px solid var(--line);border-radius:999px;background:#111512b3}.desktop-nav a{position:relative;color:var(--muted);font-size:13px;font-weight:650;transition:color .2s ease}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:var(--accent);transition:right .2s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--text)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{right:0}.header-actions{justify-self:end;display:flex;align-items:center;gap:14px}.language-switch{border:0;padding:8px 0;background:none;color:#535a53;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.08em}.language-option.is-active{color:var(--text)}.header-cta{padding:11px 16px;border-radius:999px;background:var(--text);color:var(--bg);font-size:12px;font-weight:800;transition:transform .2s ease,background .2s ease}.header-cta:hover,.header-cta:focus-visible{transform:translateY(-2px);background:var(--accent)}.menu-toggle,.mobile-menu{display:none}.hero{min-height:100svh;padding-top:calc(var(--header-height) + clamp(88px,12vh,140px));padding-bottom:76px;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);gap:clamp(56px,7vw,100px);align-items:center;position:relative}.hero:before{content:"";position:absolute;z-index:-1;top:12%;left:-34%;width:920px;height:920px;border-radius:50%;background:radial-gradient(circle,rgba(185,244,93,.07),transparent 65%)}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#b8beb7;font-size:11px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px #b9f45d1a,0 0 22px #b9f45d8c}.hero h1{margin:28px 0;max-width:780px;font-size:clamp(54px,6.4vw,94px);line-height:.96;letter-spacing:-.06em;font-weight:760}.hero-intro{max-width:650px;margin:0;color:#afb5ae;font-size:clamp(17px,1.65vw,21px);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border:1px solid var(--line-strong);border-radius:999px;font-size:13px;font-weight:800;transition:transform .2s ease,border-color .2s ease,background .2s ease}.button svg,.project-links svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-primary{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.button-secondary{background:#ffffff06}.button:hover,.button:focus-visible{transform:translateY(-3px)}.button-secondary:hover,.button-secondary:focus-visible{border-color:var(--accent);background:#b9f45d0f}.hero-system{position:relative;min-height:530px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),radial-gradient(circle at 50% 45%,rgba(185,244,93,.1),transparent 42%),var(--surface);background-size:42px 42px,42px 42px,auto,auto;box-shadow:0 32px 90px #00000040}.system-topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);color:#747c74;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.system-label{display:flex;align-items:center;gap:8px;color:var(--accent)}.pulse{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 1.8s ease-in-out infinite}.system-core{position:relative;flex:1;display:grid;place-items:center}.core-node{position:relative;z-index:2;width:116px;aspect-ratio:1;display:grid;place-items:center;border:1px solid rgba(185,244,93,.5);border-radius:28px;background:#b9f45d14;box-shadow:0 0 70px #b9f45d26,inset 0 0 32px #b9f45d0a;transform:rotate(45deg)}.core-node svg{width:62px;fill:none;stroke:var(--accent);stroke-width:1.6;transform:rotate(-45deg)}.orbit{position:absolute;border:1px solid rgba(185,244,93,.14);border-radius:50%;filter:drop-shadow(0 0 8px rgba(185,244,93,.08))}.orbit-one{width:270px;height:270px;transform:rotate(8deg)}.orbit-two{width:390px;height:170px;transform:rotate(-28deg)}.orbit-three{width:330px;height:215px;transform:rotate(38deg);border-color:#b9f45d1a}.orbit-particle{position:absolute;top:0;left:0;width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #b9f45d14,0 0 18px var(--accent);offset-path:ellipse(50% 50% at 50% 50%);offset-distance:0%;offset-rotate:0deg;will-change:offset-distance}.orbit-one .orbit-particle{animation:orbit-particle 11s linear infinite}.orbit-two .orbit-particle{animation:orbit-particle 15s linear infinite reverse}.orbit-three .orbit-particle{width:7px;height:7px;animation:orbit-particle 9s linear infinite;animation-delay:-4.5s}.floating-node{position:absolute;padding:7px 10px;border:1px solid var(--line-strong);border-radius:7px;background:#090b0acc;color:#aab1aa;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}.node-a{top:20%;left:14%}.node-b{top:28%;right:12%}.node-c{bottom:20%;left:18%}.system-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.system-metrics>div{min-height:94px;padding:17px 18px;display:flex;flex-direction:column;justify-content:space-between}.system-metrics>div+div{border-left:1px solid var(--line)}.system-metrics span{color:#747c74;font-size:10px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.system-metrics strong{font-size:20px;font-weight:720;letter-spacing:-.04em}.system-metrics small{color:var(--muted);font-size:11px;font-weight:600}.scroll-hint{position:absolute;left:0;bottom:28px;display:flex;align-items:center;gap:13px;color:#5e655f;font-size:9px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.scroll-hint div{width:46px;height:1px;background:linear-gradient(90deg,var(--accent),transparent)}.tech-strip{width:100%;overflow:hidden;contain:layout paint;border-block:1px solid var(--line);background:#0b0e0c}.tech-track{width:max-content;display:flex;align-items:center;gap:28px;padding:17px 0;color:#858c85;font:720 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase;animation:ticker 30s linear infinite}.tech-track i{width:4px;height:4px;border-radius:50%;background:var(--accent)}.expertise,.experience,.projects,.writing,.principles{padding-block:clamp(110px,13vw,180px)}.section-heading{max-width:960px;margin-bottom:68px}.section-index{margin:0 0 24px;color:var(--accent);font:750 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}.section-heading h2,.principles h2,.contact h2{margin:0;font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-.065em;font-weight:730}.section-heading-split{max-width:none;display:grid;grid-template-columns:1.55fr .65fr;align-items:end;gap:80px}.section-heading-split>p{margin:0 0 6px;color:var(--muted);font-size:16px;line-height:1.65}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.expertise-card{min-height:460px;padding:28px 30px 32px;display:flex;flex-direction:column;position:relative;overflow:hidden}.expertise-card+.expertise-card{border-left:1px solid var(--line)}.expertise-card:after{content:"";position:absolute;inset:auto 0 0;height:0;background:linear-gradient(180deg,transparent,rgba(185,244,93,.07));transition:height .4s ease;pointer-events:none}.expertise-card:hover:after{height:75%}.card-number{color:#5e655f;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.expertise-icon{width:60px;height:60px;margin:70px 0 40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:17px;color:var(--accent);background:#b9f45d0a}.expertise-icon svg{width:28px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.expertise-card h3{margin:0 0 14px;font-size:26px;letter-spacing:-.04em}.expertise-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.expertise-card ul,.project-stack{list-style:none;margin:auto 0 0;padding:28px 0 0;display:flex;flex-wrap:wrap;gap:7px;position:relative;z-index:1}.expertise-card li,.project-stack li{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:#aeb4ae;font:650 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.experience,.timeline{border-top:1px solid var(--line)}.timeline-item{display:grid;grid-template-columns:160px 50px 1fr;min-height:236px;border-bottom:1px solid var(--line)}.timeline-period{padding-top:38px;color:#737b73;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.timeline-marker{position:relative;display:flex;justify-content:center}.timeline-marker:before{content:"";position:absolute;inset:0 auto;width:1px;background:var(--line)}.timeline-marker span{z-index:1;width:10px;height:10px;margin-top:39px;border:2px solid var(--bg);border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #b9f45d1f}.timeline-content{padding:34px 0 40px 42px}.role-heading{display:flex;justify-content:space-between;gap:24px}.role-heading h3{margin:0;font-size:27px;letter-spacing:-.04em}.role-heading p{margin:6px 0 0;color:var(--accent);font-weight:700}.role-heading>span{color:#6f776f;font-size:11px;font-weight:650}.timeline-content>p{max-width:800px;margin:27px 0 0;color:var(--muted);font-size:15px;line-height:1.7}.timeline-inline-link{color:var(--accent);border-bottom:1px solid rgba(185,244,93,.5);transition:color .2s ease,border-color .2s ease}.timeline-inline-link:hover,.timeline-inline-link:focus-visible{color:var(--text);border-color:var(--text)}.timeline-item-compact{min-height:210px}.projects{border-top:1px solid var(--line)}.project-list{display:grid;gap:110px}.project{display:grid;grid-template-columns:1.22fr .78fr;align-items:center;gap:clamp(46px,7vw,100px)}.project-visual{min-width:0;min-height:610px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.project-visual-phone{background:radial-gradient(circle at 25% 20%,rgba(255,196,0,.22),transparent 26%),radial-gradient(circle at 80% 70%,rgba(185,244,93,.14),transparent 30%),#171912}.project-gradient{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(to bottom,black,transparent);mask-image:linear-gradient(to bottom,black,transparent)}.phone-frame{position:relative;width:254px;height:520px;overflow:hidden;border:6px solid #252924;border-radius:39px;background:#000;box-shadow:0 28px 60px #00000080;transform:rotate(4deg) translateY(24px);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.project:hover .phone-frame{transform:rotate(1deg) translateY(12px)}.phone-frame img{width:100%;height:100%;object-fit:cover;object-position:top}.phone-speaker{position:absolute;z-index:2;top:8px;left:50%;width:68px;height:18px;border-radius:20px;background:#080808;transform:translate(-50%)}.visual-tag{position:absolute;padding:10px 13px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#080a09ad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#d4d9d2;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:0 10px 24px #0000002e}.tag-one{top:18%;left:10%}.tag-two{top:32%;right:9%}.tag-three{bottom:12%;left:12%}.project-copy{min-width:0}.project-meta{display:flex;align-items:center;gap:13px;color:var(--accent);font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}.project-meta span:first-child{color:#5f675f}.project-copy h3{margin:27px 0 22px;font-size:clamp(38px,4vw,62px);line-height:1;letter-spacing:-.065em}.project-copy>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.project-copy .project-stack{margin-top:28px;padding:0}.project-links{margin-top:38px;display:flex;align-items:center;gap:24px}.project-links a{display:inline-flex;align-items:center;gap:9px;padding-bottom:5px;border-bottom:1px solid var(--line-strong);font-size:12px;font-weight:800;transition:color .2s ease,border-color .2s ease}.project-links a:hover,.project-links a:focus-visible{color:var(--accent);border-color:var(--accent)}.project-note{color:#747c74;font:650 10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.05em;text-transform:uppercase}.project-minis{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project-minis>:only-child{grid-column:1 / -1}.project-minis>:nth-child(odd):last-child{grid-column:1 / -1}.mini-project{min-height:360px;padding:34px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),var(--surface);background-size:34px 34px;transition:border-color .25s ease,transform .25s ease}.mini-project:hover{transform:translateY(-5px);border-color:#b9f45d6b}.mini-top{display:flex;justify-content:space-between;color:#6c746d;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.mini-top svg{width:34px;fill:none;stroke:var(--accent);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.project-wordmark{color:var(--accent);font-size:12px;letter-spacing:.09em}.mini-project h3{margin:72px 0 14px;font-size:30px;letter-spacing:-.045em}.mini-project p{max-width:540px;margin:0;color:var(--muted);line-height:1.65}.mini-project .project-stack{margin:auto 0 0}.mini-project .project-links{margin-top:26px;flex-wrap:wrap}.writing{border-top:1px solid var(--line)}.article-card{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.article-identity{min-height:100%;padding:34px;display:flex;flex-direction:column;position:relative;overflow:hidden;border-right:1px solid var(--line);background:#0c100d}.article-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.015);transition:transform .7s cubic-bezier(.2,.8,.2,1)}.article-card:hover .article-art{transform:scale(1.045)}.article-identity:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,9,8,.64),transparent 28%,transparent 68%,rgba(7,9,8,.72));pointer-events:none}.article-identity span,.article-identity small{position:relative;z-index:2;color:#aab1aa;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}.article-identity small{margin-top:auto}.article-copy{padding:clamp(44px,6vw,76px);display:flex;flex-direction:column;justify-content:center}.article-meta{display:flex;flex-wrap:wrap;gap:8px 20px;color:#6e766f;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em}.article-meta span:first-child{color:var(--accent)}.article-copy h3{margin:30px 0 20px;font-size:clamp(48px,6vw,80px);line-height:.95;letter-spacing:-.065em}.article-copy>p{max-width:660px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}.article-copy .project-stack{margin:26px 0 0;padding:0}.article-link{width:fit-content;margin-top:38px;padding-bottom:6px;display:inline-flex;align-items:center;gap:10px;border-bottom:1px solid var(--line-strong);font-size:12px;font-weight:800;transition:color .2s ease,border-color .2s ease}.article-link:hover,.article-link:focus-visible{color:var(--accent);border-color:var(--accent)}.principles{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(60px,10vw,150px);border-top:1px solid var(--line)}.principles-copy{position:sticky;top:140px;align-self:start}.principles-list{border-top:1px solid var(--line)}.principle{padding:34px 0 42px;display:grid;grid-template-columns:54px 1fr;gap:5px 18px;border-bottom:1px solid var(--line)}.principle>span{grid-row:1 / 3;padding-top:5px;color:var(--accent);font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.principle h3{margin:0 0 9px;font-size:22px;letter-spacing:-.035em}.principle p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.contact{padding-block:clamp(120px,15vw,220px);border-top:1px solid var(--line)}.contact-inner{position:relative;overflow:hidden;padding:clamp(42px,7vw,88px);border:1px solid rgba(185,244,93,.26);border-radius:32px;background:radial-gradient(circle at 90% 10%,rgba(185,244,93,.14),transparent 35%),linear-gradient(135deg,#111713,#0c0f0d)}.contact-inner:after{content:"MF";position:absolute;right:-24px;bottom:-90px;color:#b9f45d09;font-size:clamp(200px,28vw,440px);font-weight:900;line-height:.8;letter-spacing:-.14em;pointer-events:none}.contact h2{max-width:870px;position:relative;z-index:1}.contact h2 span,.contact h2 em{display:block}.contact h2 em{color:var(--accent);font-family:Georgia,Times New Roman,serif;font-weight:400}.contact-inner>p:not(.section-index){max-width:620px;margin:28px 0 48px;position:relative;z-index:1;color:var(--muted);font-size:17px;line-height:1.65}.contact-email{width:fit-content;max-width:100%;display:flex;align-items:center;gap:20px;position:relative;z-index:1;font-size:clamp(24px,4vw,48px);font-weight:700;letter-spacing:-.055em;transition:color .2s ease}.contact-email span{border-bottom:1px solid var(--line-strong)}.contact-email svg{width:34px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.5}.contact-email:hover,.contact-email:focus-visible{color:var(--accent)}.contact-links{margin-top:66px;display:flex;gap:12px;position:relative;z-index:1}.contact-links a{padding:10px 14px;border:1px solid var(--line);border-radius:999px;color:#aab1aa;font-size:11px;font-weight:750;transition:color .2s ease,border-color .2s ease}.contact-links a:hover,.contact-links a:focus-visible{color:var(--accent);border-color:#b9f45d73}.site-footer{min-height:110px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-top:1px solid var(--line);color:#6c736d;font-size:11px}.site-footer .brand-mark{width:34px;height:34px}.site-footer p{margin:0}.site-footer a{justify-self:end;transition:color .2s ease}.site-footer a:hover,.site-footer a:focus-visible{color:var(--accent)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #b9f45d59}50%{opacity:.65;box-shadow:0 0 0 7px #b9f45d00}}@keyframes orbit-particle{to{offset-distance:100%}}@keyframes ticker{to{transform:translate(-50%)}}@media(max-width:1080px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.hero{grid-template-columns:1fr 390px;gap:44px}.hero h1{font-size:clamp(52px,7.2vw,76px)}.section-heading-split{grid-template-columns:1.35fr .65fr;gap:44px}.project{grid-template-columns:1.1fr .9fr;gap:50px}}@media(max-width:860px){:root{--header-height: 72px}.section-shell{width:min(100% - 40px,var(--max-width))}.site-header{padding-inline:20px}.brand-name,.header-cta{display:none}.menu-toggle{width:42px;height:42px;padding:0 10px;display:grid;align-content:center;gap:6px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);cursor:pointer}.menu-toggle span:not(.sr-only){height:1px;background:currentColor;transition:transform .2s ease}.menu-toggle[aria-expanded=true] span:nth-child(2){transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{position:fixed;inset:var(--header-height) 0 auto;height:calc(100svh - var(--header-height));padding:60px 20px;display:flex;flex-direction:column;background:#090b0afa;visibility:hidden;opacity:0;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s}.mobile-menu.is-open{visibility:visible;opacity:1;transform:translateY(0)}.mobile-menu a{padding:18px 4px;border-bottom:1px solid var(--line);font-size:32px;font-weight:720;letter-spacing:-.04em}.hero{min-height:auto;padding-top:142px;padding-bottom:110px;grid-template-columns:1fr}.hero-copy{max-width:680px}.hero-system{min-height:470px}.scroll-hint{display:none}.section-heading-split{grid-template-columns:1fr;align-items:start;gap:24px}.section-heading-split>p{max-width:540px}.expertise-grid{grid-template-columns:1fr}.expertise-card{min-height:380px}.expertise-card+.expertise-card{border-left:0;border-top:1px solid var(--line)}.expertise-icon{margin:48px 0 30px}.project{grid-template-columns:1fr}.project-copy{max-width:660px}.article-card{grid-template-columns:1fr}.article-identity{min-height:330px;border-right:0;border-bottom:1px solid var(--line)}.principles{grid-template-columns:1fr;gap:60px}.principles-copy{position:static}}@media(max-width:620px){.section-shell{width:min(100% - 32px,var(--max-width))}.hero{padding-top:122px;padding-bottom:80px;gap:52px}.eyebrow{max-width:290px;line-height:1.45}.hero h1{margin-top:22px;font-size:clamp(46px,13.5vw,64px);line-height:.96}.hero-actions{display:grid}.button{width:100%}.hero-system{min-height:430px;border-radius:20px}.orbit-one{width:220px;height:220px}.orbit-two{width:315px;height:145px}.orbit-three{width:270px;height:176px}.core-node{width:96px;border-radius:23px}.core-node svg{width:50px}.node-a{left:8%}.node-b{right:7%}.node-c{left:10%}.system-metrics>div{min-height:84px;padding:14px 10px}.system-metrics strong{font-size:17px}.expertise,.experience,.projects,.writing,.principles{padding-block:96px}.section-heading{margin-bottom:48px}.section-heading h2,.principles h2,.contact h2{font-size:clamp(40px,12vw,58px)}.timeline-item{grid-template-columns:1fr;padding:30px 0 36px}.timeline-period{padding-top:0;margin-bottom:16px}.timeline-marker{display:none}.timeline-content{padding:0}.role-heading{flex-direction:column;gap:10px}.timeline-content>p{margin-top:22px}.project-list{gap:82px}.project-visual{min-height:530px;border-radius:20px}.phone-frame{width:230px;height:470px}.visual-tag{font-size:9px}.tag-one{left:4%}.tag-two{right:4%}.tag-three{left:5%}.project-minis{grid-template-columns:1fr}.mini-project{min-height:340px;padding:28px}.article-card{border-radius:20px}.article-identity{min-height:280px;padding:28px}.article-copy{padding:38px 28px 42px}.principle{grid-template-columns:42px 1fr}.contact{padding-block:96px}.contact-inner{padding:34px 22px;border-radius:22px}.contact-email{align-items:flex-start;font-size:clamp(19px,6.4vw,28px)}.contact-email svg{width:26px}.contact-links{flex-wrap:wrap;margin-top:50px}.site-footer{min-height:140px;grid-template-columns:1fr auto;gap:16px}.site-footer p{grid-column:1 / 3;grid-row:2}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
