.Hero-module__JgYmMq__hero{min-height:80vh;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroBackground{z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__heroImage{object-fit:cover;object-position:center}.Hero-module__JgYmMq__heroOverlay{z-index:1;background:linear-gradient(135deg,#131819d9 0%,#106b3cbf 100%);position:absolute;inset:0}.Hero-module__JgYmMq__heroContent{z-index:2;padding:var(--space-3xl)0;position:relative}.Hero-module__JgYmMq__heroText{max-width:800px}.Hero-module__JgYmMq__heroTitle{font-size:var(--text-6xl);color:#fff;margin-bottom:var(--space-lg);font-weight:700;line-height:1.1;animation-delay:.1s}.Hero-module__JgYmMq__heroTitleAccent{color:var(--color-soft-linen);background:linear-gradient(135deg,var(--color-soft-linen)0%,#b8d4a8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Hero-module__JgYmMq__heroSubtitle{font-size:var(--text-xl);color:var(--color-soft-linen);margin-bottom:var(--space-2xl);max-width:650px;line-height:1.7;animation-delay:.2s}.Hero-module__JgYmMq__heroActions{gap:var(--space-md);margin-bottom:var(--space-3xl);animation-delay:.3s;display:flex}.Hero-module__JgYmMq__heroActions .btn-primary{color:var(--color-primary);background-color:#fff;border-color:#fff}.Hero-module__JgYmMq__heroActions .btn-primary:hover{background-color:var(--color-soft-linen);color:var(--color-primary-hover);border-color:var(--color-soft-linen)}.Hero-module__JgYmMq__heroActions .btn-secondary{color:#fff;background-color:#0000;border-color:#fff}.Hero-module__JgYmMq__heroActions .btn-secondary:hover{color:var(--color-primary);background-color:#fff}.Hero-module__JgYmMq__trustIndicators{gap:var(--space-xl);padding-top:var(--space-xl);padding-bottom:var(--space-2xl);border-top:1px solid #e6ebe033;grid-template-columns:repeat(3,1fr);animation-delay:.4s;display:grid}.Hero-module__JgYmMq__trustItem{text-align:center}.Hero-module__JgYmMq__trustNumber{font-family:var(--font-display);font-size:var(--text-4xl);color:#fff;margin-bottom:var(--space-xs);background:linear-gradient(135deg,white 0%,var(--color-soft-linen)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.Hero-module__JgYmMq__trustLabel{font-size:var(--text-sm);color:var(--color-soft-linen);text-transform:uppercase;letter-spacing:.05em}.Hero-module__JgYmMq__scrollIndicator{bottom:var(--space-2xl);align-items:center;gap:var(--space-sm);z-index:2;flex-direction:column;animation:2s infinite Hero-module__JgYmMq__bounce;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__scrollMouse{border:2px solid #e6ebe080;border-radius:12px;width:24px;height:40px;position:relative}.Hero-module__JgYmMq__scrollWheel{background-color:var(--color-soft-linen);border-radius:2px;width:4px;height:8px;animation:1.5s infinite Hero-module__JgYmMq__scroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__scrollText{font-size:var(--text-xs);color:var(--color-soft-linen);text-transform:uppercase;letter-spacing:.1em}@keyframes Hero-module__JgYmMq__scroll{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(16px)}}@keyframes Hero-module__JgYmMq__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:90vh}.Hero-module__JgYmMq__heroTitle{font-size:var(--text-4xl)}.Hero-module__JgYmMq__heroSubtitle{font-size:var(--text-lg)}.Hero-module__JgYmMq__heroActions{flex-direction:column}.Hero-module__JgYmMq__heroActions .Hero-module__JgYmMq__btn{width:100%}.Hero-module__JgYmMq__trustIndicators{gap:var(--space-lg);grid-template-columns:1fr}.Hero-module__JgYmMq__trustNumber{font-size:var(--text-3xl)}.Hero-module__JgYmMq__scrollIndicator{display:none}}@media (max-width:480px){.Hero-module__JgYmMq__heroTitle{font-size:var(--text-3xl)}.Hero-module__JgYmMq__heroSubtitle{font-size:var(--text-base)}}
.Gallery-module__Sa_FLW__gallery{width:100%}.Gallery-module__Sa_FLW__filters{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.Gallery-module__Sa_FLW__filterBtn{padding:var(--space-sm)var(--space-lg);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);font-weight:500}.Gallery-module__Sa_FLW__filterBtn:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Gallery-module__Sa_FLW__filterBtn.Gallery-module__Sa_FLW__active{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:var(--shadow-md)}.Gallery-module__Sa_FLW__grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(350px,1fr));display:grid}.Gallery-module__Sa_FLW__projectCard{border-radius:var(--radius-lg);cursor:pointer;background-color:var(--color-surface);box-shadow:var(--shadow-md);transition:all var(--transition-base);position:relative;overflow:hidden}.Gallery-module__Sa_FLW__projectCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.Gallery-module__Sa_FLW__imageWrapper{width:100%;padding-bottom:75%;position:relative;overflow:hidden}.Gallery-module__Sa_FLW__projectImage{object-fit:cover;transition:transform var(--transition-slow)}.Gallery-module__Sa_FLW__projectCard:hover .Gallery-module__Sa_FLW__projectImage{transform:scale(1.1)}.Gallery-module__Sa_FLW__imageOverlay{padding:var(--space-lg);opacity:0;transition:opacity var(--transition-base);background:linear-gradient(#0000 0%,#13181966 50%,#131819e6 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.Gallery-module__Sa_FLW__projectCard:hover .Gallery-module__Sa_FLW__imageOverlay{opacity:1}.Gallery-module__Sa_FLW__projectInfo{width:100%}.Gallery-module__Sa_FLW__projectTitle{font-size:var(--text-xl);color:#fff;margin-bottom:var(--space-xs);font-weight:600}.Gallery-module__Sa_FLW__projectCategory{font-size:var(--text-sm);color:var(--color-soft-linen);text-transform:uppercase;letter-spacing:.05em;padding:var(--space-xs)var(--space-sm);background-color:var(--color-primary);border-radius:var(--radius-sm);display:inline-block}.Gallery-module__Sa_FLW__modal{z-index:2000;padding:var(--space-lg);background-color:#131819f2;justify-content:center;align-items:center;animation:.3s ease-out Gallery-module__Sa_FLW__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.Gallery-module__Sa_FLW__modalContent{background-color:var(--color-surface);border-radius:var(--radius-xl);width:100%;max-width:1200px;max-height:90vh;animation:.4s ease-out Gallery-module__Sa_FLW__slideInUp;position:relative;overflow:hidden}@keyframes Gallery-module__Sa_FLW__slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Gallery-module__Sa_FLW__modalClose{top:var(--space-md);right:var(--space-md);background-color:var(--color-surface);width:40px;height:40px;color:var(--color-text);cursor:pointer;z-index:10;box-shadow:var(--shadow-lg);transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;line-height:1;display:flex;position:absolute}.Gallery-module__Sa_FLW__modalClose:hover{background-color:var(--color-primary);color:#fff;transform:rotate(90deg)}.Gallery-module__Sa_FLW__modalGrid{grid-template-columns:1.5fr 1fr;max-height:90vh;display:grid;overflow-y:auto}.Gallery-module__Sa_FLW__modalImageWrapper{width:100%;min-height:500px;position:relative}.Gallery-module__Sa_FLW__modalImage{object-fit:cover}.Gallery-module__Sa_FLW__modalInfo{padding:var(--space-2xl);gap:var(--space-md);flex-direction:column;display:flex}.Gallery-module__Sa_FLW__modalCategory{font-size:var(--text-sm);color:#fff;text-transform:uppercase;letter-spacing:.05em;padding:var(--space-xs)var(--space-md);background-color:var(--color-primary);border-radius:var(--radius-sm);width:fit-content;display:inline-block}.Gallery-module__Sa_FLW__modalTitle{font-size:var(--text-3xl);color:var(--color-rich-black);margin:0}.Gallery-module__Sa_FLW__modalDescription{font-size:var(--text-lg);color:var(--color-text-light);line-height:1.7}.Gallery-module__Sa_FLW__projectDetails{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-border);gap:var(--space-sm);flex-direction:column;display:flex}.Gallery-module__Sa_FLW__detailItem{font-size:var(--text-base);color:var(--color-text-light)}.Gallery-module__Sa_FLW__detailItem strong{color:var(--color-text);margin-right:var(--space-xs)}@media (max-width:1024px){.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.Gallery-module__Sa_FLW__modalGrid{grid-template-columns:1fr}.Gallery-module__Sa_FLW__modalImageWrapper{min-height:400px}}@media (max-width:768px){.Gallery-module__Sa_FLW__grid{grid-template-columns:1fr}.Gallery-module__Sa_FLW__filters{gap:var(--space-sm)}.Gallery-module__Sa_FLW__filterBtn{padding:var(--space-xs)var(--space-md);font-size:var(--text-sm)}.Gallery-module__Sa_FLW__modalInfo{padding:var(--space-lg)}.Gallery-module__Sa_FLW__modalTitle{font-size:var(--text-2xl)}.Gallery-module__Sa_FLW__modalDescription{font-size:var(--text-base)}}
