:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:background .3s ease,box-shadow .3s ease;padding:1.5rem 0}.navbar.scrolled{background:#fff;box-shadow:0 1px #0000000f}.navbar:after{display:none}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400;letter-spacing:.02em;color:#1a1a1a;text-decoration:none;transition:opacity .3s ease}.navbar:not(.scrolled) .nav-logo{color:#1a1a1a}.nav-logo:hover{opacity:.7}.nav-links{display:flex;list-style:none;gap:2.25rem;margin:0;padding:0;align-items:center}.nav-links a{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;font-weight:400;transition:opacity .3s ease}.navbar:not(.scrolled) .nav-links a{color:#1a1a1a}.nav-links a:hover{opacity:.6;text-decoration:none}.nav-links a:after{display:none}.dropdown{position:relative}.dropdown-toggle{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;background:none;border:none;cursor:pointer;font-weight:400;transition:opacity .3s ease;display:inline-flex;align-items:center;gap:.5rem;padding:0;font-family:inherit;line-height:1}.navbar:not(.scrolled) .dropdown-toggle{color:#1a1a1a}.dropdown-toggle:hover{opacity:.6}.dropdown-arrow{font-size:.6rem;transition:transform .3s ease;display:inline-block}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;list-style:none;margin:.75rem 0 0;padding:.5rem 0;min-width:220px;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:1001}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:.75rem 1rem;font-size:.85rem;letter-spacing:.05em;text-transform:none;color:#1a1a1a;text-decoration:none;transition:background .2s ease}.dropdown-menu a:hover{background:#f5f5f5;opacity:1}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:22px;height:1.5px;background:#1a1a1a;transition:all .3s ease}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{position:fixed;inset:0;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:2rem;gap:1.5rem;transform:translate(-100%);transition:transform .3s ease}.nav-links.active{transform:translate(0)}.nav-links a,.dropdown-toggle{font-size:1rem;padding:.5rem 0}.dropdown-menu{position:static;margin:.5rem 0 0;border:none;box-shadow:none;background:#f9f9f9;border-left:3px solid #1a1a1a;min-width:auto}.dropdown-menu a{padding:.5rem 1rem .5rem 1.5rem;font-size:.9rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;background-size:cover;background-position:center;background-attachment:fixed;padding:2rem;position:relative}.hero:before{content:"";position:absolute;inset:0;background:#ffffff40;z-index:1}.hero-inner{position:relative;z-index:2;text-align:center;max-width:900px}.hero-name{font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,10vw,5.5rem);font-weight:400;letter-spacing:.02em;color:#1a1a1a;margin:0 0 .5rem;line-height:1.1}.hero-tagline{font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:#fffdd0;margin:0 0 4rem}.hero-scroll{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #ccc;border-radius:50%;text-decoration:none;color:transparent;transition:border-color .3s ease,transform .3s ease}.hero-scroll:hover{border-color:#1a1a1a;transform:translateY(4px)}.hero-scroll-dot{width:6px;height:6px;background:#1a1a1a;border-radius:50%;animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media(max-width:768px){.hero{padding:4rem 1.5rem 2rem}.hero-tagline{margin-bottom:3rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1100px;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.about-image-wrap{position:sticky;top:6rem}.about-image{width:100%;max-width:380px;height:auto;display:block}.section-title{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400;letter-spacing:.02em;color:#1a1a1a;margin:0 0 1.5rem}.about-lead,.about-body{font-size:1.05rem;line-height:1.75;color:#333;margin:0 0 1rem}.about-body{margin-bottom:0}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-image-wrap{position:static;max-width:280px;margin:0 auto}.about-image{max-width:100%}}.projects{padding:6rem 2rem;background:#fff}.projects .section-title{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400;letter-spacing:.02em;color:#1a1a1a;margin-bottom:2.5rem}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}.project-card-link{text-decoration:none;color:inherit;display:block}.project-card{background:#fff;overflow:hidden;transition:opacity .3s ease;display:flex;flex-direction:column;cursor:pointer;border:none;box-shadow:none}.project-card-link:hover .project-card{opacity:.85;box-shadow:none;transform:none}.project-image-container{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#f5f5f5}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card-link:hover .project-image{transform:scale(1.03)}.project-content{padding:1.25rem 0 0}.project-title{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400;letter-spacing:.02em;margin-bottom:.5rem;color:#1a1a1a;line-height:1.3}.project-card-link:hover .project-title{color:#1a1a1a}.project-description{color:#666;line-height:1.55;margin-bottom:.75rem;font-size:.9rem}.project-year{margin-bottom:.5rem}.year-badge{display:inline-block;padding:.2rem 0;background:transparent;color:#888;font-size:.8rem;font-weight:400;letter-spacing:.05em;border:none}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tech-tag{background:transparent;color:#888;padding:0;font-size:.8rem;font-weight:400;letter-spacing:.03em;border:none}.tech-tag:nth-child(odd){background:transparent;color:#888;border:none}.tech-tag:hover{background:transparent;color:#1a1a1a;border:none}.tech-tag:nth-child(odd):hover{background:transparent;color:#1a1a1a;border:none}@media(max-width:768px){.projects{padding:4rem 1.5rem}.projects-grid{grid-template-columns:1fr;gap:2rem}}.skills{padding:6rem 2rem;background:#fff}.skills .section-title{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400;letter-spacing:.02em;color:#1a1a1a;margin-bottom:2rem}.skills-content{max-width:600px;margin:0 auto}.skills-list{list-style:none;padding-left:0;margin:0;color:#333}.skill-category-item{margin-bottom:.5em;line-height:1.7;font-size:1rem;padding-left:0;position:relative;color:#333}.skill-category-item:before{display:none}.skill-sub-list{list-style:none;padding-left:1rem;margin-top:.35em;margin-bottom:.5em;border-left:1px solid #ddd}.skill-sub-list li{margin-bottom:.25em;font-size:.95rem;color:#666}@media(max-width:768px){.skills{padding:4rem 1.5rem}}.contact{padding:6rem 2rem;background:#fff;color:#1a1a1a;border-top:1px solid #eee}.contact .section-title{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400;letter-spacing:.02em;color:#1a1a1a;margin-bottom:1.5rem;text-align:left}.contact-wrapper{display:flex;gap:3rem;align-items:flex-start}.contact-headshot{flex-shrink:0}.contact-headshot img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:3px solid #1a1a1a}.contact-content{flex:1;max-width:600px;text-align:left}.contact-description{font-size:1rem;margin-bottom:1.5rem;color:#333;line-height:1.6}.contact-links{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.contact-link{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;background:transparent;color:#1a1a1a;text-decoration:none;font-weight:400;transition:opacity .3s ease;font-size:1rem;border:none}.contact-link:hover{opacity:.6;transform:none;border:none;background:transparent}.contact-link:nth-child(2n):hover{opacity:.6;background:transparent;color:#1a1a1a;border:none}.contact-icon{font-size:1rem;opacity:.7}@media(max-width:768px){.contact{padding:4rem 1.5rem}.contact-wrapper{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.contact-content{text-align:center}.contact-headshot img{width:150px;height:150px}.contact-links{align-items:center}.contact-link{justify-content:center}}.gallery{margin-top:3rem}.gallery-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#37352f;letter-spacing:-.01em}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem;max-width:92%;margin-left:auto;margin-right:auto}.gallery-item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;aspect-ratio:4 / 3;background:#f5f5f5;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-item-label{position:absolute;bottom:0;left:0;right:0;padding:.5rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;font-size:.8rem;font-weight:500}.gallery-modal{position:fixed;inset:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:pointer}.gallery-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;cursor:default}.gallery-modal-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.gallery-modal-caption{color:#fff;margin-top:1rem;text-align:center;font-size:1rem}.gallery-modal-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;font-size:2.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10001}.gallery-modal-close:hover{background:#ffffff4d}.gallery-modal-nav{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1.5rem}.gallery-nav-button{background:#fff3;border:none;color:#fff;font-size:3rem;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;line-height:1}.gallery-nav-button:hover{background:#ffffff4d}.gallery-image-counter{color:#fff;font-size:1rem;min-width:60px;text-align:center}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr;max-width:100%;gap:1rem}.gallery-modal{padding:1rem}.gallery-modal-image{max-height:70vh}.gallery-modal-close{top:.5rem;right:.5rem;width:40px;height:40px;font-size:2rem}.gallery-nav-button{width:50px;height:50px;font-size:2.5rem}.gallery-modal-nav{gap:1rem}}.project-detail{padding:6rem 2rem 4rem;background:#fff;min-height:100vh}.project-not-found{padding:6rem 2rem 4rem;background:#fff;min-height:100vh;text-align:center}.back-link{display:inline-block;color:#37352f;text-decoration:none;margin-bottom:2rem;font-size:1rem;transition:opacity .2s ease}.back-link:hover{opacity:.7;text-decoration:underline}.project-detail-header{margin-bottom:3rem}.project-detail-image-container{width:100%;max-width:800px;margin:0 auto 2rem;border-radius:8px;overflow:hidden}.project-detail-image{width:100%;height:auto;display:block}.project-detail-info{max-width:800px;margin:0 auto}.project-detail-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#37352f;line-height:1.2;letter-spacing:-.01em}.project-detail-meta{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.project-detail-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.project-detail-description{font-size:1.1rem;line-height:1.6;color:#37352f;margin-bottom:0}.project-detail-content{max-width:800px;margin:0 auto;color:#37352f;line-height:1.6}.project-detail-content h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#37352f;letter-spacing:-.01em}.project-detail-content p{margin-bottom:1rem;font-size:1rem}.project-detail-content ul{margin:1rem 0;padding-left:1.7em}.project-detail-content li{margin-bottom:.5rem}.gallery-section{margin-top:3rem}.gallery-section:first-of-type{margin-top:0}.gallery-section-title{font-size:1.5rem;font-weight:600;color:#37352f;letter-spacing:-.01em;margin-bottom:1rem}@media(max-width:768px){.project-detail{padding:5rem 1.5rem 3rem}.project-detail-title{font-size:2rem}.project-detail-description{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}#root{width:100%;overflow-x:hidden}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
