@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";body,html,#root{margin:0;padding:0;font-family:Montserrat,Arial,sans-serif;background:#f6f6f6;color:#222}a{text-decoration:none}*{box-sizing:border-box}.navbar{position:fixed;top:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;background:#fffffffa;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);box-shadow:0 2px 8px #0000001a;font-family:Poppins,sans-serif;min-height:60px}.nav-logo{display:flex;align-items:center;gap:12px}.nav-logo img{display:none}.ht-architecture-text{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.8rem;letter-spacing:.35em;text-transform:uppercase;color:#000;-webkit-user-select:none;user-select:none;line-height:1}.nav-links{display:flex;gap:28px;align-items:center;list-style:none;margin:0;padding:0}.nav-links li a{font-weight:500;font-size:1.1rem;color:#222;text-decoration:none;position:relative;padding-bottom:3px;-webkit-user-select:none;user-select:none;transition:color .25s ease;min-height:44px;display:flex;align-items:center}.nav-links li a:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background:#222;transition:width .3s ease;border-radius:1px}.nav-links li a:hover{color:#666}.nav-links li a:hover:after{width:100%}.dropdown{position:relative}.dropdown>a{display:flex;align-items:center;gap:5px;cursor:pointer}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;padding:20px;min-width:350px;z-index:1000;display:grid;grid-template-columns:1fr 1fr;gap:25px}.dropdown-section h4{font-size:1.1rem;margin-bottom:12px;color:#333;border-bottom:2px solid #222;padding-bottom:8px;font-weight:600}.dropdown-section ul{list-style:none;padding:0;margin:0}.dropdown-section li{margin-bottom:10px}.dropdown-section a{font-size:.9rem;color:#555;text-decoration:none;transition:color .2s ease;display:block;padding:6px 0;line-height:1.4}.dropdown-section a:hover{color:#222}.projects-page{padding:80px 20px 60px;max-width:1400px;margin:0 auto;min-height:calc(100vh - 140px)}.projects-header{text-align:center;margin-bottom:50px}.projects-header h1{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#222;letter-spacing:1px}.projects-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.project-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.project-image{position:relative;width:100%;height:250px;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:optimizeQuality}.project-card:hover .card-image{transform:scale(1.05)}.project-info{padding:20px;text-align:center}.project-title{font-size:1.2rem;font-weight:600;margin:0;color:#222;line-height:1.3}.project-detail{padding:80px 20px 60px;max-width:1400px;margin:0 auto;min-height:calc(100vh - 140px)}.project-detail-header{margin-bottom:30px}.back-button{background:#fff;color:#222;border:2px solid #222;padding:12px 25px;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-height:44px}.back-button:hover{background:#222;color:#fff;transform:translateY(-2px)}.project-detail-content.full-width{display:flex;flex-direction:column;gap:40px}.project-gallery-large{width:100%}.main-image-container.extra-large{height:70vh;max-height:800px;width:100%;position:relative;border-radius:15px;overflow:hidden;margin-bottom:20px;box-shadow:0 8px 30px #0000001f}.main-image{width:100%;height:100%;object-fit:cover;background-color:#f0f0f0;image-rendering:high-quality;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:optimizeQuality;filter:contrast(1.1) brightness(1.05)}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:2px solid #222;width:50px;height:50px;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:24px;font-weight:700;color:#222}.gallery-nav:hover{background:#222;color:#fff;transform:translateY(-50%) scale(1.1)}.gallery-nav.prev{left:20px}.gallery-nav.next{right:20px}.image-thumbnails{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.thumbnail{border:3px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0}.thumbnail.active{border-color:#222;box-shadow:0 0 0 2px #2222224d}.thumbnail:hover{border-color:#666;transform:scale(1.05)}.thumbnail img{width:80px;height:50px;object-fit:cover;display:block;background-color:#f0f0f0;image-rendering:high-quality;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:optimizeQuality}.project-details-below{width:100%;background:#fff;padding:40px;border-radius:15px;box-shadow:0 4px 20px #00000014}.project-details-below .project-title{font-size:2rem;margin-bottom:30px;color:#222;text-align:center}.project-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin:30px 0}.meta-item{padding:20px;background:#f9f9f9;border-radius:10px;display:flex;flex-direction:column;gap:10px;border-left:4px solid #222}.meta-item strong{font-size:1rem;color:#333;font-weight:600}.meta-item span{color:#555;font-size:.95rem;line-height:1.4}.project-description{margin-top:40px}.project-description h2{font-size:1.8rem;margin-bottom:20px;color:#333;border-bottom:2px solid #222;padding-bottom:10px}.project-description p{font-size:1.1rem;line-height:1.7;color:#444;text-align:justify}.contact-page{padding:80px 20px 60px;max-width:1200px;margin:0 auto;min-height:calc(100vh - 140px)}.contact-header{text-align:center;margin-bottom:40px}.contact-header h2{font-size:2.5rem;margin-bottom:15px;color:#222}.contact-header p{font-size:1.2rem;color:#666}.contact-content-flex{display:flex;gap:40px;align-items:flex-start;max-width:1200px;margin:0 auto}.contact-info{flex:1;min-width:0}.contact-info h3{font-size:1.8rem;margin-bottom:20px;color:#333}.contact-info-details{margin:30px 0}.contact-info-details p{margin-bottom:20px;font-size:1.2rem;line-height:1.8}.contact-info-details strong{color:#222;font-weight:600}.contact-info-details span{color:#222;font-weight:400}.contact-info-details a{color:#222;text-decoration:none;font-weight:400;transition:color .3s ease}.contact-info-details a:hover{color:#000;text-decoration:underline}.contact-social-links{margin-top:2rem}.contact-social-links h4{margin-bottom:1rem;color:#222;font-size:1.1rem;font-weight:600}.social-links-container{display:flex;gap:1rem;flex-wrap:wrap}.contact-social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#222;text-decoration:none;font-weight:500;transition:all .3s ease}.contact-social-link:hover{background:#e9ecef;border-color:#dee2e6;transform:translateY(-1px)}.map-section{flex:1;min-width:0}.map-container{width:100%;height:400px;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #00000026}.map-container iframe{width:100%;height:100%;border:none}.footer.slim-footer{padding:15px 0;background:#181818;color:#fff;margin-top:40px}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.footer-left{display:flex;align-items:center}.footer-logo-small{height:25px;margin-right:10px}.footer-title-small{font-size:.9rem;letter-spacing:.1em;font-weight:600}.footer-center{flex:1;text-align:center}.footer-contact-link{background:#fff;color:#222;border:2px solid white;padding:8px 20px;border-radius:0;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.footer-contact-link:hover{background:#222;color:#fff;border-color:#fff}.footer-right{display:flex;align-items:center;gap:20px}.footer-social{display:flex;gap:15px}.social-link{color:#fff;text-decoration:none;font-size:.9rem;transition:color .2s ease}.social-link:hover{color:#ccc}.lang-btn{background:#fff;color:#222;border:2px solid #222;padding:12px 25px;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:background .25s ease,color .25s ease;-webkit-user-select:none;user-select:none;min-height:44px}.lang-btn:hover{background:#222;color:#fff}.footer .lang-btn{background:#333;color:#fff;border:2px solid #333;padding:6px 12px;font-size:.9rem;cursor:pointer;transition:background .2s ease}.footer .lang-btn:hover{background:#fff;color:#333}.home-page{padding-top:0}.featured-projects{padding:80px 20px;background:#f6f6f6}.container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;margin-bottom:20px;color:#222;font-weight:700}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.view-all-projects{text-align:center;margin-top:50px}.btn-primary{background:#fff;color:#222;border:2px solid #222;padding:12px 25px;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:#222;color:#fff;transform:translateY(-2px)}.filter-info{margin-top:15px;font-size:1rem;color:#666}.filter-tag{background:#222;color:#fff;padding:4px 12px;border-radius:15px;font-size:.9rem;font-weight:500}.no-projects{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#666;font-size:1.2rem}.project-not-found{padding:80px 20px;text-align:center;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.project-not-found h1{font-size:2rem;margin-bottom:30px;color:#333}.back-btn{background:#fff;color:#222;border:2px solid #222;padding:12px 24px;border-radius:0;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px}.back-btn:hover{background:#222;color:#fff;transform:translateY(-2px)}.hero-slider{position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image 1s ease-in-out}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:30px;opacity:.9;line-height:1.4}.hero-btn{display:inline-block;background:#fff;color:#222;border:2px solid white;padding:15px 30px;border-radius:0;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.hero-btn:hover{background:transparent;color:#fff;transform:translateY(-2px)}.slide-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.indicator.active{background:#fff}.indicator:hover{transform:scale(1.2)}.about-section{padding:80px 20px;max-width:1200px;margin:0 auto;text-align:center;background:none}.about-section h2{font-size:2.5rem;margin-bottom:30px;color:#222}.about-section p{font-size:1.1rem;line-height:1.7;color:#444;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.team-section{padding:80px 20px;max-width:1200px;margin:0 auto;text-align:center}.team-title{font-size:2.5rem;margin-bottom:50px;color:#222}.team-member{max-width:600px;margin:0 auto;background:none;padding:40px 20px;border-radius:0;box-shadow:none;text-align:center}.team-avatar{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:4px solid #222}.team-name{font-size:1.8rem;margin-bottom:10px;color:#222}.team-role{font-size:1.2rem;color:#222;margin-bottom:20px;font-weight:600}.team-bio{font-size:1.1rem;line-height:1.7;color:#444}.stats-section{padding:60px 20px;background:#f6f6f6;text-align:center}.stats-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:60px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.stat-card{text-align:center;background:none;box-shadow:none;border:none;padding:20px;min-width:150px}.stat-value{font-size:3rem;font-weight:700;color:#ff6b35;margin-bottom:10px}.stat-label{font-size:1.1rem;color:#444;font-weight:500}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001;padding:8px;min-height:44px;min-width:44px;justify-content:center;align-items:center}.hamburger div{width:28px;height:3px;background-color:#222;border-radius:2px;transition:all .3s ease}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ht-architecture-text{font-size:1.5rem}}@media (max-width: 768px){.navbar{padding:.5rem 1rem;min-height:50px}.ht-architecture-text{font-size:1.2rem;letter-spacing:.2em}.hamburger{display:flex}.nav-links{position:fixed;top:50px;right:-100%;flex-direction:column;background:#fffffff7;width:250px;padding:30px 20px;height:calc(100vh - 50px);box-shadow:-3px 0 10px #0000001a;transition:right .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-links.open{right:0}.nav-links li{margin-bottom:25px;width:100%}.nav-links li a{font-size:1.3rem;padding:10px 0;width:100%;justify-content:center}.dropdown-menu{position:static;box-shadow:none;padding:10px 0;min-width:auto;width:100%;grid-template-columns:1fr}.contact-content-flex{flex-direction:column;gap:30px}.map-container{height:300px}.projects-grid{grid-template-columns:1fr;gap:20px}.project-meta{grid-template-columns:1fr}.main-image-container.extra-large{height:50vh}.footer-content{flex-direction:column;gap:15px;text-align:center}.footer-right{flex-direction:column;gap:15px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-header h2,.about-section h2,.team-title,.contact-header h2,.projects-header h1{font-size:2rem}.stats-container{gap:30px}.stat-card{min-width:120px}.stat-value{font-size:2.5rem}}@media (max-width: 480px){.nav-logo img{height:36px;width:36px}.ht-architecture-text{font-size:1rem;letter-spacing:.15em}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-btn{padding:12px 24px;font-size:1rem}.project-card{border-radius:10px}.project-image{height:200px}.project-details-below{padding:20px}.project-details-below .project-title,.project-description h2{font-size:1.5rem}.project-description p{font-size:1rem}.meta-item{padding:15px}.team-avatar{width:150px;height:150px}.team-member{padding:25px}.stats-container{gap:20px}.stat-card{min-width:100px}.stat-value{font-size:2rem}.stat-label{font-size:.9rem}.btn-primary{padding:12px 24px;font-size:1rem}}.projects-grid.single-project{grid-template-columns:minmax(300px,500px);justify-content:center}.projects-grid.single-project .project-card{max-width:500px}.main-image,.card-image{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;image-rendering:pixelated;image-rendering:high-quality;image-rendering:optimizeQuality;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;filter:contrast(1.15) brightness(1.02) saturate(1.05) sharpen(1);transform:translateZ(0);backface-visibility:hidden;perspective:1000px;will-change:transform;transition:transform .3s ease,filter .3s ease}.thumbnail img{width:80px;height:50px;object-fit:cover;object-position:center;display:block;background-color:#f0f0f0;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;image-rendering:optimizeQuality;filter:contrast(1.2) brightness(1.03) saturate(1.1) sharpen(2);transform:translateZ(0);backface-visibility:hidden}.project-card:hover .card-image{transform:scale(1.05) translateZ(0);filter:contrast(1.2) brightness(1.05) saturate(1.1) sharpen(1.5)}
