:root{--bg:#f5f5f4;--ink:#0a0a0a;--accent:#ff4f00;--border:rgba(10,10,10,0.1);--font-sans:"Outfit",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace;--gutter:2rem;--bg-transition:background-color 0.8s cubic-bezier(0.23,1,0.32,1)}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%}body,html{overflow-x:hidden}body{background-color:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:clamp(1rem,1.1vw,1.125rem);line-height:1.6;-webkit-font-smoothing:antialiased;transition:var(--bg-transition)}.bg-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;overflow:hidden}.bg-shape{position:absolute;will-change:transform}.shape-blob{border-radius:50%;filter:blur(80px);opacity:.12}.blob-1{width:40vw;height:40vw;background:radial-gradient(circle,var(--accent) 0,transparent 70%);top:-10%;right:-10%}.blob-2{width:30vw;height:30vw;background:radial-gradient(circle,#6366f1 0,transparent 70%);bottom:10%;left:-5%;opacity:.05}.dot-grid{width:300px;height:300px;background-image:radial-gradient(var(--ink) 1px,transparent 0);background-size:24px 24px;opacity:.04}.dot-grid-1{top:10%;left:5%}.dot-grid-2{bottom:5%;right:5%}.hollow-ring{width:150px;height:150px;border:2px solid var(--accent);border-radius:50%;opacity:.1}.ring-1{top:60%;left:10%}.ring-2{top:20%;right:15%;width:80px;height:80px;border-color:#6366f1}.wavy-path{position:absolute;width:100%;height:100%;opacity:.05;stroke:var(--ink);stroke-width:1;fill:none;stroke-dasharray:8 8}.layout{display:grid;grid-template-columns:80px 1fr;min-height:100vh}@media (max-width:768px){.layout{grid-template-columns:1fr}}.rail{border-right:1px solid var(--border);height:100vh;position:fixed;width:80px;flex-direction:column;justify-content:space-between;padding:2rem 0;z-index:100;background:transparent;transition:transform .3s ease}.rail,.rail-text{display:flex;align-items:center}.rail-text{writing-mode:vertical-rl;transform:rotate(180deg);font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(10,10,10,.4);flex-direction:row;gap:8px}.menu-trigger{position:fixed;top:2rem;right:2rem;z-index:1100;cursor:pointer;background:transparent;border:none;padding:3px;color:var(--ink);transition:transform .3s ease,color .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.menu-trigger:hover{color:var(--accent)}.menu-icon{width:100%;height:auto;display:block}@media (max-width:768px){.menu-trigger{top:15px;right:10px}.menu-icon{width:2.5rem;height:2.5rem}}@media (max-width:768px){.rail{position:fixed;top:0;left:0;width:100%;height:60px;flex-direction:row;justify-content:space-between;border-right:none;border-bottom:1px solid var(--border);padding:0 1.5rem;background:rgba(245,245,244,.8);backdrop-filter:blur(10px);align-items:center;z-index:1001}.rail-text{writing-mode:horizontal-tb;transform:none}.hide-mobile,.rail-explore{display:none}.available-projects{display:flex;align-items:center;gap:.75rem}.layout{display:block;padding-top:60px}main{padding:0 1.5rem}}body.menu-open{overflow:hidden}.status-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;position:relative}.status-dot:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:inherit;border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(2.5);opacity:0}to{transform:scale(1);opacity:0}}.menu-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:hsla(0,0%,100%,.4);backdrop-filter:blur(10px);z-index:1999;opacity:0;pointer-events:none;transition:opacity .5s ease}.menu-backdrop.active{opacity:1;pointer-events:auto}.side-menu{position:fixed;top:0;right:0;width:400px;height:100vh;background:var(--bg);z-index:2000;padding:2rem 3rem;display:flex;flex-direction:column;box-shadow:-10px 0 30px rgba(0,0,0,.05);overflow-y:auto;transform:translateX(100%);transition:transform .5s cubic-bezier(.23,1,.32,1)}.side-menu.active{transform:translateX(0)}@media (max-width:768px){.side-menu{width:100%;padding:2rem;box-shadow:none}}.menu-header{display:flex;justify-content:flex-end;margin-bottom:1rem}.menu-close{width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:none}.menu-nav{display:flex;flex-direction:column;gap:2rem}.menu-link{display:flex;align-items:center;gap:1.5rem;text-decoration:none;color:var(--ink)}.menu-number{font-family:var(--font-mono);font-size:.75rem;opacity:.3}.menu-label{font-family:var(--font-sans);font-size:2rem;font-weight:500;letter-spacing:-.02em;transition:color .3s ease}.menu-link:hover .menu-label{color:var(--accent)}main{grid-column:2;padding:0 var(--gutter);max-width:1400px;margin:0 auto;width:100%}@media (max-width:768px){main{grid-column:1}}.hero-title{display:flex;flex-direction:column;margin-bottom:4rem}.hero-title .first-name{font-size:clamp(3rem,10vw,8rem);font-weight:700;line-height:.8;letter-spacing:-.05em}.hero-title .last-name{font-size:clamp(1.25rem,3.5vw,2.5rem);font-weight:500;letter-spacing:.15em;margin-top:.5rem;opacity:.7;text-transform:uppercase}h2{font-size:clamp(1.75rem,4.5vw,3.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem}.mono{font-size:clamp(.7rem,.8vw,.8rem);letter-spacing:.12em;color:var(--accent)}.mono,.section-label{font-family:var(--font-mono);text-transform:uppercase}.section-label{font-size:clamp(.9rem,1.1vw,1.1rem);letter-spacing:.3em;color:var(--ink);font-weight:600;margin-bottom:4rem}.section{padding:12vh 0;border-bottom:1px solid var(--border)}.section:last-child{border-bottom:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding-top:25vh;padding-bottom:15vh;align-items:start}.hero-bio{font-size:clamp(1.2rem,1.5vw,1.5rem);line-height:1.4;padding-top:2.5rem}@media (max-width:1024px){.hero-bio{padding-top:0}.hero{grid-template-columns:1fr;gap:2rem;max-width:100%;position:relative}}.project-list{margin-top:4rem}.project-item{display:grid;grid-template-columns:80px 1fr 350px;padding:3rem 0;border-top:1px solid var(--border);text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative}.project-item:hover{padding-left:2rem;background:rgba(10,10,10,.02)}.project-item:hover .project-title{color:var(--accent)}.project-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:500;transition:color .3s ease}.project-meta{text-align:right;align-self:center;font-size:.85rem;line-height:1.5;color:rgba(10,10,10,.7)}@media (max-width:768px){.project-item{grid-template-columns:1fr;gap:1rem}.project-item:hover{padding-left:0}.project-meta{text-align:left}}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.philosophy-text{font-size:clamp(1.2rem,1.5vw,1.5rem);line-height:1.4}.hero-bio p:not(:last-child),.philosophy-text p:not(:last-child){margin-bottom:2rem}@media (max-width:1024px){.philosophy-grid{grid-template-columns:1fr}}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.project-card{position:relative;display:flex;flex-direction:column;height:100%}.project-image-wrapper{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--border);flex-shrink:0}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.23,1,.32,1)}.project-card:hover .project-image{transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ink);opacity:0;transition:opacity .4s ease;pointer-events:none}.project-card:hover .project-overlay{opacity:.05}.project-card-title{font-size:1.5rem;font-weight:600;transition:color .3s ease}.project-btn,.project-card:hover .project-card-title{color:var(--accent)}.project-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent);padding:.75rem 1.5rem;background:transparent;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.project-btn:hover{background:var(--accent);color:var(--bg)}.project-card-description{font-size:.8rem;text-transform:uppercase;line-height:1.5;color:rgba(10,10,10,.6)}@media (max-width:768px){.projects-grid{grid-template-columns:1fr;gap:3rem}}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg);z-index:3000;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none;opacity:0;transition:opacity .5s cubic-bezier(.23,1,.32,1)}.project-modal.active{display:block;opacity:1}.modal-content-wrapper{max-width:1400px;margin:0 auto;padding:0 var(--gutter);min-height:100vh;display:flex;flex-direction:column}.modal-header{height:100px;display:flex;align-items:center;justify-content:flex-end;position:sticky;top:0;z-index:10}.modal-close{cursor:pointer;color:var(--ink);transition:color .3s ease;padding:1rem;margin-right:-1rem;background:none;border:none}.modal-close:hover{color:var(--accent)}.modal-body{padding-bottom:10vh}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.modal-title{font-size:clamp(2.5rem,6vw,5rem);line-height:1;margin-bottom:1.5rem}.modal-subtitle{font-size:clamp(1.25rem,2vw,2rem);line-height:1.3;opacity:.7;margin-bottom:4rem}.modal-section{margin-top:4rem}.modal-section-label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:1.5rem}.modal-text{font-size:1.25rem;line-height:1.5;max-width:600px}.modal-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.modal-list li{font-size:1.125rem;line-height:1.4;padding-left:1.5rem;position:relative}.modal-list li:before{content:"—";position:absolute;left:0;color:var(--accent)}.modal-visuals{position:sticky;top:120px}.modal-image{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--border);display:block}.modal-image-small{width:100%;aspect-ratio:4/3;object-fit:cover}@media (max-width:1024px){.modal-grid{grid-template-columns:1fr;gap:4rem}.modal-visuals{position:static;order:-1}}.footer-cta-large{display:block;font-size:clamp(3rem,10vw,8rem);font-weight:700;text-decoration:none;color:var(--ink);line-height:1;margin-top:10vh;margin-bottom:2rem;letter-spacing:-.03em;transition:color .3s ease}.footer-cta-large:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;padding:2rem 0;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;color:rgba(10,10,10,.5)}.hero-bg-image{top:10%;right:-5%;width:60%;max-width:920px;height:70%;max-height:650px;z-index:-1;opacity:.15;filter:grayscale(100%) contrast(1.1);overflow:hidden;transition:opacity .8s ease,transform .8s ease}.hero-bg-image,.hero-bg-image:after{position:absolute;pointer-events:none}.hero-bg-image:after{content:"";top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 120px 80px var(--bg)}.hero-bg-image img{width:100%;height:100%;max-height:650px;object-fit:cover;object-position:70% 40%}@media (max-width:1024px){.hero-bg-image{width:120%;right:-40%;top:-10%}.hero-bg-image:after{box-shadow:inset 0 0 60px 40px var(--bg)}}.cursor-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;position:fixed;pointer-events:none;z-index:999;display:none;transform:translate(-50%,-50%)}@media (hover:hover){.cursor-dot{display:block}}@media (max-width:768px){.footer-bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1)}.reveal.active{opacity:1;transform:translateY(0)}.font-mono{font-family:var(--font-mono)}.text-accent{color:var(--accent)}.text-ink{color:var(--ink)}.mb-6{margin-bottom:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-x-4{column-gap:1rem}.gap-y-2{row-gap:.5rem}.mt-auto{margin-top:auto}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mb-8{margin-bottom:2rem}.opacity-30{opacity:.3}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.max-w-2xl{max-width:42rem}.h-32{height:8rem}.gap-4{gap:1rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.transition-colors{transition:color .3s ease}.hover\:text-accent:hover{color:var(--accent)}.footer-bottom a{color:var(--ink);text-decoration:none;opacity:1}.footer-bottom a:hover{color:var(--accent)}@media (min-width:768px){.md\:text-base{font-size:1rem}.md\:h-48{height:12rem}}