:root{--accent: #2337ff;--accent-dark: #000d8a;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}@font-face{font-family:Roboto Mono;src:url(/fonts/roboto-mono-v30-latin-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter Display;src:url(/fonts/InterDisplay-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}body{font-family:Inter Display,droid-sans-mono,Roboto Mono,sans-serif;margin:0;padding:0;text-align:left;background:#fff;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--gray-dark));font-size:20px;font-weight:300;line-height:1.7;height:100vh;overflow:hidden}.wf-loading body{font-family:Roboto Mono,monospace}.wf-active body,.wf-inactive body{font-family:Inter Display,droid-sans-mono,Roboto Mono,sans-serif}.homepage-container{display:flex;height:100vh}.sidebar{width:300px;background:#fff;display:flex;flex-direction:column;overflow-y:auto}.sidebar-content{flex:1;padding:2rem 1.5rem 1rem}.site-title{color:rgb(var(--black));text-decoration:none;font-size:1rem;font-weight:300;display:block;margin-bottom:2rem;font-family:Inter Display,sans-serif;line-height:1.2;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.1);transform:rotate(-1deg);transition:all .3s ease}.site-title:hover{color:rgb(var(--black))}.main-nav h3{font-size:1rem;margin:1.5rem 0 .5rem;color:rgb(var(--gray));text-transform:uppercase;letter-spacing:.1em}.main-nav ul{list-style:none;padding:0;margin:0 0 .5rem}.main-nav li{margin:0}.main-nav a{display:block;color:rgb(var(--gray-dark));text-decoration:none;font-size:.9rem;font-weight:300;border-left:3px solid transparent;padding:.5rem 0 .5rem 1rem;margin-left:-1rem;transition:all .2s ease;font-family:Inter Display,sans-serif}.main-nav a:hover,.main-nav a.active{color:rgb(var(--gray));border-left-color:rgb(var(--gray))}.dropdown-item{position:relative}.dropdown-menu{list-style:none;padding:0;margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease;background:#f8f9fa;border-radius:4px;margin-top:.5rem;margin-left:1rem}.dropdown-item:hover .dropdown-menu,.dropdown-item.active .dropdown-menu{max-height:200px}.dropdown-link{padding:.4rem 0 .4rem 1rem!important;font-size:.85rem!important;color:rgb(var(--gray))!important;border-left:2px solid transparent!important;margin-left:0!important}.dropdown-link:hover,.dropdown-link.active{color:rgb(var(--gray-dark))!important;border-left-color:rgb(var(--accent))!important;background:rgba(var(--accent),.1)}.social-links{margin-top:2rem}.social-links h3{font-size:1rem;margin:0 0 .5rem;color:rgb(var(--gray));text-transform:uppercase;letter-spacing:.1em}.social-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:rgb(var(--gray-dark));text-decoration:none;font-size:.9rem;transition:color .2s ease}.social-link:hover{color:var(--accent)}.sidebar-footer{padding:1rem 1.5rem;font-size:.8rem;color:rgb(var(--gray));text-align:center}.photo-column{flex:1;overflow:hidden;position:relative;background:#fff}.photo-scroll{height:100vh;overflow-y:auto;display:flex;justify-content:flex-start;padding:2rem 4rem 2rem 1rem}.photo-container{max-width:800px;width:100%;overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth;padding:2rem 1rem;height:100vh;margin-left:2rem;margin-right:0;padding-right:20px}.photo-container::-webkit-scrollbar{display:none}.photo-container{-ms-overflow-style:none;scrollbar-width:none}.photo-item{width:100%;margin-bottom:3rem;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards;background:#fff;border-radius:0;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:all .3s ease;flex-shrink:0}.photo-item:nth-child(1){animation-delay:.1s}.photo-item:nth-child(2){animation-delay:.2s}.photo-item:nth-child(3){animation-delay:.3s}.photo-item:nth-child(4){animation-delay:.4s}.photo-item:nth-child(5){animation-delay:.5s}.photo-item:nth-child(6){animation-delay:.6s}.photo-item:nth-child(7){animation-delay:.7s}.photo-item:nth-child(8){animation-delay:.8s}.photo-item img{width:100%;height:auto;display:block;margin:0 auto;transition:transform .3s ease}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}main{width:auto;max-width:none;margin:0;padding:0}.content-column{flex:1;overflow:hidden;position:relative;background:#fff}.content-scroll{height:100vh;overflow-y:auto;padding:3rem 4rem}.content-section{max-width:800px;animation:fadeInUp .6s ease forwards;font-family:Inter Display,sans-serif;font-weight:300;font-size:19px}.contact-page .content-section{text-align:center}.content-section h1{margin-bottom:2rem;color:rgb(var(--black))}.content-section h2{margin-top:2.5rem;margin-bottom:1rem;color:rgb(var(--black))}.content-section p{margin-bottom:1.5rem;line-height:1.8}.content-section ul{margin-bottom:1.5rem;padding-left:1.5rem}.content-section li{margin-bottom:.5rem;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--black));line-height:1.2;font-family:Inter Display,droid-sans-mono,Roboto Mono,sans-serif;font-weight:300}.wf-loading h1,.wf-loading h2,.wf-loading h3,.wf-loading h4,.wf-loading h5,.wf-loading h6{font-family:Roboto Mono,monospace}.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active h5,.wf-active h6,.wf-inactive h1,.wf-inactive h2,.wf-inactive h3,.wf-inactive h4,.wf-inactive h5,.wf-inactive h6{font-family:Inter Display,droid-sans-mono,Roboto Mono,sans-serif}h1{font-size:3.052em;font-weight:300;letter-spacing:-.02em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:0}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:0}pre{padding:1.5em;border-radius:0}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0;font-size:1.333em}hr{border:none;border-top:1px solid rgb(var(--gray-light))}@media (max-width: 768px){body{font-size:18px;overflow:auto;height:auto}.homepage-container{flex-direction:column;height:auto}.sidebar{width:100%;position:static}.sidebar-content{padding:1.5rem 1rem}.site-title{font-size:2rem;font-weight:300;margin-bottom:1rem;font-family:Inter Display,sans-serif;transform:rotate(-1deg)}.main-nav h3{font-size:.9rem;margin:1rem 0 .5rem}.main-nav a{font-size:.9rem;font-weight:300;padding:.75rem 0;min-height:44px;display:flex;align-items:center;font-family:Inter Display,sans-serif}.social-links{margin-top:1rem}.social-link{font-size:.9rem;padding:.75rem 0;min-height:44px}.sidebar-footer{padding:.5rem 1rem;font-size:.7rem}.photo-column,.content-column{overflow:visible}.photo-scroll,.content-scroll{height:auto;overflow:visible;padding:1rem;flex-direction:column;gap:1rem}.photo-container{margin-left:0;padding:1rem;height:auto;max-width:none}.photo-item{margin-bottom:1rem}.content-section{max-width:none}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}
