@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#ffffff;border-bottom:1px solid #e0e0e0;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.logo{text-decoration:none;display:flex;flex-direction:column;line-height:1}.logo-text{font-size:1.8rem;font-weight:700;letter-spacing:.05em;color:#1a1a1a}.logo-subtitle{font-size:.7rem;letter-spacing:.3em;color:#666;margin-top:.2rem}.nav{display:flex;gap:2.5rem}.nav-link{text-decoration:none;color:#666;font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#1a1a1a}.nav-link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:#1a1a1a}.main-content{flex:1;padding:0}.footer{background:#1a1a1a;color:#999;text-align:center;padding:2rem;font-size:.9rem}@media (max-width: 768px){.header{padding:1rem 1.5rem;flex-direction:column;gap:1rem}.nav{gap:1.5rem}.nav-link{font-size:.85rem}}.home{width:100%}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 100px);align-items:center;background:#fafafa}.hero-content{padding:4rem}.hero-title{font-size:4rem;font-weight:300;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a}.hero-subtitle{font-size:1.2rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:inline-block;padding:1rem 2.5rem;background:#1a1a1a;color:#fff;text-decoration:none;font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;transition:background .3s ease}.hero-cta:hover{background:#333}.hero-image{height:100%;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.featured-section{padding:5rem 0;background:white}.section-title{font-size:2.5rem;font-weight:300;margin-bottom:3rem;color:#1a1a1a}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.featured-card{text-decoration:none;color:inherit;transition:transform .3s ease}.featured-card:hover{transform:translateY(-5px)}.featured-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.featured-card:hover .featured-overlay{opacity:1}.view-project{color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.featured-info{padding:1.5rem 0}.featured-info h3{font-size:1.3rem;font-weight:400;margin-bottom:.5rem;color:#1a1a1a}.featured-meta{color:#999;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.section-footer{text-align:center}.see-all-link{color:#1a1a1a;text-decoration:none;font-size:1rem;letter-spacing:.05em;transition:color .3s ease}.see-all-link:hover{color:#666}.about-section{padding:5rem 0;background:#fafafa}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-content h2{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;color:#1a1a1a}.about-content p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:2rem}.learn-more{display:inline-block;color:#1a1a1a;text-decoration:none;font-size:1rem;border-bottom:1px solid #1a1a1a;transition:color .3s ease}.learn-more:hover{color:#666;border-color:#666}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:300;color:#1a1a1a;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#999;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-content{order:2}.hero-image{order:1;height:400px}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.featured-grid,.about-grid{grid-template-columns:1fr}.about-stats{flex-direction:row;justify-content:space-between}}.projects{min-height:calc(100vh - 200px);padding-bottom:4rem}.projects-header{background:#fafafa;padding:4rem 2rem;text-align:center}.projects-title{font-size:3rem;font-weight:300;color:#1a1a1a;margin-bottom:1rem}.projects-subtitle{font-size:1.1rem;color:#666}.filter-buttons{display:flex;justify-content:center;gap:1rem;margin:3rem 0;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;background:white;border:1px solid #ddd;color:#666;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;transition:all .3s ease}.filter-btn:hover{border-color:#1a1a1a;color:#1a1a1a}.filter-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-top:3rem}.project-card{text-decoration:none;color:inherit;display:block;background:white;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-overlay-content{color:#fff}.project-category{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;opacity:.9}.project-overlay-title{font-size:1.5rem;font-weight:300;margin:.5rem 0 1rem}.view-more{font-size:.9rem;opacity:.9}.project-info{padding:1.5rem}.project-info h3{font-size:1.3rem;font-weight:400;margin-bottom:.5rem;color:#1a1a1a}.project-location{color:#666;font-size:.95rem;margin-bottom:.25rem}.project-year{color:#999;font-size:.9rem}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}.projects-title{font-size:2rem}}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;z-index:1001;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.lightbox-close:hover{transform:rotate(90deg)}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;color:#fff;font-size:3rem;cursor:pointer;padding:1rem;z-index:1001;transition:background .3s ease;width:60px;height:80px}.lightbox-prev:hover,.lightbox-next:hover{background:rgba(255,255,255,.2)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-content{max-width:90vw;max-height:80vh;display:flex;flex-direction:column;align-items:center;padding-bottom:100px}.lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-info{color:#fff;text-align:center;margin-top:1rem}.lightbox-title{font-size:1.2rem;margin-bottom:.5rem}.lightbox-counter{font-size:.9rem;opacity:.7}.lightbox-thumbnails{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;max-width:90vw;overflow-x:auto;padding:.5rem;background:rgba(0,0,0,.5);border-radius:.25rem}.thumbnail{width:60px;height:60px;cursor:pointer;opacity:.5;transition:opacity .3s ease;flex-shrink:0}.thumbnail:hover{opacity:.8}.thumbnail.active{opacity:1;border:2px solid white}.thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.lightbox-prev,.lightbox-next{width:40px;height:60px;font-size:2rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-thumbnails{bottom:1rem}.thumbnail{width:40px;height:40px}}.project-detail{min-height:calc(100vh - 200px)}.project-hero{position:relative;height:60vh;overflow:hidden}.project-hero-image{width:100%;height:100%;object-fit:cover}.project-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-end;padding:4rem 0}.project-title{font-size:3.5rem;font-weight:300;color:#fff;margin-bottom:1rem}.project-meta{color:#ffffffe6;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;display:flex;gap:1rem}.project-content{padding:4rem 0}.project-description,.project-details{max-width:800px;margin:0 auto 3rem}.project-description h2,.project-details h2,.project-gallery h2{font-size:2rem;font-weight:300;margin-bottom:1.5rem;color:#1a1a1a}.project-description p,.project-details p{font-size:1.1rem;line-height:1.8;color:#666}.project-gallery{margin:4rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:2rem}.gallery-item{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:pointer;background:#f0f0f0}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.project-navigation{margin-top:4rem;padding-top:2rem;border-top:1px solid #e0e0e0}.back-button{padding:.75rem 2rem;background:white;border:1px solid #1a1a1a;color:#1a1a1a;cursor:pointer;font-size:.95rem;letter-spacing:.05em;transition:all .3s ease}.back-button:hover{background:#1a1a1a;color:#fff}@media (max-width: 768px){.project-hero{height:40vh}.project-title{font-size:2rem}.gallery-grid{grid-template-columns:1fr}}.about{min-height:calc(100vh - 200px)}.about-hero{background:#fafafa;padding:4rem 0;text-align:center}.about-title{font-size:3rem;font-weight:300;color:#1a1a1a;margin-bottom:1rem}.about-subtitle{font-size:1.2rem;color:#666;text-transform:uppercase;letter-spacing:.1em}.about-content{padding:4rem 0}.about-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem}.about-image-container{position:relative}.about-image{width:100%;height:auto;filter:grayscale(100%);transition:filter .3s ease}.about-image:hover{filter:grayscale(0%)}.about-text h2{font-size:1.8rem;font-weight:300;color:#1a1a1a;margin:2rem 0 1rem}.about-text h2:first-child{margin-top:0}.about-text p{font-size:1.05rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.about-achievements{padding:3rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:3rem 0}.about-achievements h2{font-size:2rem;font-weight:300;color:#1a1a1a;margin-bottom:2rem;text-align:center}.awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.award-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-left:3px solid #1a1a1a}.award-icon{color:#d4af37;font-size:1.5rem}.award-text{font-size:1rem;color:#666}.about-values{margin-top:4rem}.about-values h2{font-size:2rem;font-weight:300;color:#1a1a1a;margin-bottom:3rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem;background:white;border:1px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.value-card h3{font-size:1.3rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem}.value-card p{font-size:.95rem;line-height:1.6;color:#666}@media (max-width: 1024px){.about-main{grid-template-columns:1fr}}@media (max-width: 768px){.about-title{font-size:2rem}.values-grid,.awards-grid{grid-template-columns:1fr}}.contact{min-height:calc(100vh - 200px)}.contact-hero{background:#fafafa;padding:4rem 0;text-align:center}.contact-title{font-size:3rem;font-weight:300;color:#1a1a1a;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;color:#666}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;padding:4rem 0}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-section h2{font-size:1.3rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.info-section p{font-size:1rem;line-height:1.6;color:#666;margin-bottom:.5rem}.info-section address{font-style:normal}.info-section a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.info-section a:hover{color:#666}.social-links{display:flex;gap:1.5rem}.social-links a{color:#666;text-decoration:none;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease}.social-links a:hover{color:#1a1a1a}.contact-form-container h2{font-size:1.8rem;font-weight:300;color:#1a1a1a;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:white}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1a1a1a}.form-group textarea{resize:vertical}.submit-button{padding:1rem 2.5rem;background:#1a1a1a;color:#fff;border:none;font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .3s ease;align-self:flex-start}.submit-button:hover{background:#333}.map-section{margin-top:4rem;filter:grayscale(100%);transition:filter .3s ease}.map-section:hover{filter:grayscale(0%)}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.contact-title{font-size:2rem}.form-row,.contact-info{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #1a1a1a;--color-secondary: #666;--color-light: #999;--color-bg: #fafafa;--color-white: #ffffff;--color-border: #e0e0e0;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}body{font-family:var(--font-primary);color:var(--color-primary);background-color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .5s ease-out}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}
