@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Inter:wght@200;300;400&display=swap";.nav-container{position:fixed;top:0;left:0;width:100%;padding:24px 60px;display:flex;justify-content:flex-start;z-index:100;background:#3c3c3c40;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border-bottom:1px solid rgba(255,255,255,.04)}.nav-list{display:flex;gap:40px;list-style:none}.nav-item{position:relative}.nav-link{font-family:Inter,sans-serif;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;opacity:.6;text-decoration:none;font-weight:300;position:relative;display:flex;flex-direction:column;align-items:center}.nav-link:hover,.nav-link.active{opacity:1}.active-dot{width:4px;height:4px;background-color:#fff;border-radius:50%;position:absolute;bottom:-10px}@media(max-width:768px){.nav-container{justify-content:center;padding:18px 20px}.nav-list{gap:20px}.nav-link{font-size:.75rem}}:root{--bg-color: #050505;--text-main: #e0e0e0;--text-muted: #808080;--accent: #3b82f6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;font-weight:300;letter-spacing:0}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.page-container{min-height:100vh;padding:120px 2rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;position:relative;z-index:1}.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}.home-content{width:min(940px,100%);display:flex;flex-direction:column;align-items:center}.home-description{max-width:620px;margin:1.15rem auto 0;color:#c4c4c4;font-family:Inter,sans-serif;font-size:clamp(.82rem,1.25vw,.98rem);font-weight:300;line-height:1.6}.home-subtitle{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:clamp(.8rem,1.5vw,1.2rem);color:#a0a0a0}.home-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem;margin-top:1.75rem}.minimal-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem 1rem;border:1px solid rgba(255,255,255,.55);border-radius:2px;color:#fff;font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;line-height:1.4;text-align:center;transition:border-color .25s ease,background-color .25s ease,color .25s ease}.minimal-link-button:hover,.minimal-link-button:focus-visible{opacity:1;background:#fff;border-color:#fff;color:#050505}.minimal-text-link{border-bottom:1px solid rgba(255,255,255,.45);color:#fff;font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;padding:.35rem 0}.not-found-code{margin-bottom:.5rem;color:var(--accent);font-family:Inter,sans-serif;font-size:.8rem}.not-found-copy{max-width:480px;margin:0 auto 2rem;color:#aaa;font-weight:300}.bg-gradient{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;z-index:0;pointer-events:none;background:radial-gradient(circle at center,#1e1e1e66,#050505 70%);opacity:.8}.bg-noise{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.me-section-margin{margin-bottom:8rem}.me-intro-text{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.4;font-family:Cormorant Garamond,serif;font-style:italic;color:#fff;max-width:900px;font-weight:300}.me-essence-container{padding-left:10%}.me-subtext{font-size:1.2rem;font-weight:200;letter-spacing:.05em;margin-bottom:2rem;max-width:600px}.me-title-hero{font-size:clamp(3rem,10vw,6rem);color:#ffffffe6;margin:2rem 0;font-family:Cormorant Garamond,serif}.me-relative{position:relative}.me-glow-bg{position:absolute;top:-20%;left:20%;width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);z-index:-1;border-radius:50%}.me-centered-content{max-width:800px;margin:0 auto}.me-poetic-lead{font-size:2rem;font-family:Cormorant Garamond,serif;font-style:italic;margin-bottom:2rem}.me-indented-block{padding-left:2rem;border-left:1px solid rgba(59,130,246,.3)}.me-indented-title{font-size:1.5rem;margin-bottom:1rem;font-weight:300}.me-accent-text{color:var(--accent);font-style:italic}.me-indented-subtitle{font-size:1.2rem;opacity:.8;font-weight:200}.me-standard-text{font-size:1.1rem;line-height:1.8;font-weight:300;opacity:.9}.me-mt-large{margin-top:4rem}.me-flex-end{display:flex;justify-content:flex-end}.me-text-right{max-width:600px;text-align:right}.me-text-left{max-width:650px;text-align:left}.me-section-title{font-size:clamp(1.8rem,5vw,2.5rem);color:var(--accent);margin-bottom:1.5rem}.me-flex-center{display:flex;justify-content:center}.me-text-center{max-width:800px;text-align:center}.me-teaching-text{font-size:1.2rem;line-height:2;font-weight:300;opacity:.9;font-style:italic}.overtime-section{padding:4rem 1rem 0}.overtime-header{margin-bottom:2.5rem}.overtime-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:4rem}.overtime-item{height:340px}.overtime-item-featured{grid-column:1 / -1;height:460px}@media(max-width:768px){.home-content{padding-top:2.5rem}.home-description{max-width:29rem;margin-top:1rem;line-height:1.55}.home-actions{width:100%;gap:.9rem;margin-top:1.35rem}.minimal-link-button{max-width:100%}.minimal-text-link{display:none}.overtime-section{padding:3rem 1rem 0}.overtime-header{margin-bottom:2rem}.overtime-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}.overtime-item,.overtime-item-featured{grid-column:auto;height:280px}.me-section-margin{margin-bottom:5rem}.me-essence-container{padding-left:0}.me-flex-end{justify-content:flex-start}.me-text-right{text-align:left}.me-mt-large{margin-top:2rem}.me-poetic-lead{font-size:1.5rem}.me-indented-title{font-size:1.2rem}}@media(max-height:600px){.home-content .main-title{font-size:2.6rem!important;margin-bottom:.5rem!important}.home-description{margin-top:.75rem;font-size:.88rem;line-height:1.45}.home-actions{margin-top:1rem}}@media(max-width:480px){.projects-grid,.sounds-grid{grid-template-columns:minmax(0,1fr)!important}}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
