.Button-module__wypJyW__button{font-family:var(--font-dm-sans);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.Button-module__wypJyW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__wypJyW__sm{padding:.5rem 1rem;font-size:.75rem}.Button-module__wypJyW__md{padding:.75rem 1.5rem;font-size:.8125rem}.Button-module__wypJyW__lg{padding:1rem 2rem;font-size:.875rem}.Button-module__wypJyW__primary{color:#fff;background-color:#000}.Button-module__wypJyW__primary:hover:not(:disabled){background-color:#333}.Button-module__wypJyW__secondary{color:#fff;background-color:#b8860b}.Button-module__wypJyW__secondary:hover:not(:disabled){background-color:#9a7209}.Button-module__wypJyW__outline{color:#000;background-color:#0000;border:1px solid #000}.Button-module__wypJyW__outline:hover:not(:disabled){color:#fff;background-color:#000}.Button-module__wypJyW__ghost{color:#000;background-color:#0000}.Button-module__wypJyW__ghost:hover:not(:disabled){background-color:#0000000d}.Button-module__wypJyW__fullWidth{width:100%}.Button-module__wypJyW__loading{pointer-events:none}.Button-module__wypJyW__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite Button-module__wypJyW__spin;position:absolute}.Button-module__wypJyW__hiddenText{visibility:hidden}@keyframes Button-module__wypJyW__spin{to{transform:rotate(360deg)}}
.Input-module__f_HjFG__wrapper{flex-direction:column;gap:.5rem;width:100%;display:flex}.Input-module__f_HjFG__label{font-family:var(--font-dm-sans);letter-spacing:.1em;text-transform:uppercase;color:#000;font-size:.75rem;font-weight:500}.Input-module__f_HjFG__required{color:#b8860b;margin-left:.25rem}.Input-module__f_HjFG__input,.Input-module__f_HjFG__textarea{width:100%;font-family:var(--font-dm-sans);color:#000;background-color:#0000;border:none;border-bottom:1px solid #e5e5e5;padding:.875rem 0;font-size:1rem;transition:border-color .2s}.Input-module__f_HjFG__input:focus,.Input-module__f_HjFG__textarea:focus{border-bottom-color:#000;outline:none}.Input-module__f_HjFG__input::placeholder,.Input-module__f_HjFG__textarea::placeholder{color:#999}.Input-module__f_HjFG__textarea{resize:vertical;min-height:120px}.Input-module__f_HjFG__error{border-bottom-color:#dc2626}.Input-module__f_HjFG__errorText{font-family:var(--font-dm-sans);color:#dc2626;font-size:.75rem}.Input-module__f_HjFG__hint{font-family:var(--font-dm-sans);color:#666;font-size:.75rem}
.Select-module__wA2vrW__wrapper{flex-direction:column;gap:.5rem;width:100%;display:flex}.Select-module__wA2vrW__label{font-family:var(--font-dm-sans);letter-spacing:.1em;text-transform:uppercase;color:#000;font-size:.75rem;font-weight:500}.Select-module__wA2vrW__required{color:#b8860b;margin-left:.25rem}.Select-module__wA2vrW__selectWrapper{width:100%;position:relative}.Select-module__wA2vrW__select{width:100%;font-family:var(--font-dm-sans);color:#000;cursor:pointer;appearance:none;background-color:#0000;border:none;border-bottom:1px solid #e5e5e5;border-radius:0;padding:.875rem 2rem .875rem 0;font-size:1rem;transition:border-color .2s}.Select-module__wA2vrW__select:focus{border-bottom-color:#000;outline:none}.Select-module__wA2vrW__select:invalid,.Select-module__wA2vrW__select option[value=""]{color:#999}.Select-module__wA2vrW__arrow{pointer-events:none;color:#000;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Select-module__wA2vrW__error{border-bottom-color:#dc2626}.Select-module__wA2vrW__errorText{font-family:var(--font-dm-sans);color:#dc2626;font-size:.75rem}.Select-module__wA2vrW__hint{font-family:var(--font-dm-sans);color:#666;font-size:.75rem}
.Dropdown-module__DasDQW__wrapper{width:100%;position:relative}.Dropdown-module__DasDQW__label{color:var(--theme-text);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.Dropdown-module__DasDQW__trigger{background-color:var(--theme-surface);border:1px solid var(--theme-border);cursor:pointer;width:100%;color:var(--theme-text);text-align:left;border-radius:6px;justify-content:space-between;align-items:center;min-height:42px;padding:.625rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .2s;display:flex}.Dropdown-module__DasDQW__trigger:hover:not(.Dropdown-module__DasDQW__disabled){border-color:var(--theme-accent);background-color:var(--theme-background)}.Dropdown-module__DasDQW__trigger:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.Dropdown-module__DasDQW__trigger.Dropdown-module__DasDQW__open{border-color:var(--theme-accent);border-bottom-right-radius:0;border-bottom-left-radius:0}.Dropdown-module__DasDQW__trigger.Dropdown-module__DasDQW__disabled{opacity:.5;cursor:not-allowed}.Dropdown-module__DasDQW__selected{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.Dropdown-module__DasDQW__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Dropdown-module__DasDQW__text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Dropdown-module__DasDQW__arrow{color:var(--theme-text-secondary);flex-shrink:0;transition:transform .2s}.Dropdown-module__DasDQW__trigger.Dropdown-module__DasDQW__open .Dropdown-module__DasDQW__arrow{transform:rotate(180deg)}.Dropdown-module__DasDQW__dropdown{z-index:1000;background-color:var(--theme-surface);border:1px solid var(--theme-accent);border-top:none;border-bottom-right-radius:8px;border-bottom-left-radius:8px;max-height:300px;animation:.2s Dropdown-module__DasDQW__slideDown;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}@keyframes Dropdown-module__DasDQW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Dropdown-module__DasDQW__option{cursor:pointer;text-align:left;width:100%;color:var(--theme-text);background:0 0;border:none;align-items:center;gap:.75rem;padding:.625rem 1rem;font-family:inherit;font-size:.9375rem;transition:background-color .15s;display:flex}.Dropdown-module__DasDQW__option:hover{background-color:#0000000d}.Dropdown-module__DasDQW__option.Dropdown-module__DasDQW__selected{background-color:#00000008}.Dropdown-module__DasDQW__option:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-2px}.Dropdown-module__DasDQW__optionIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Dropdown-module__DasDQW__optionContent{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.Dropdown-module__DasDQW__optionLabel{color:var(--theme-text);font-size:.9375rem;font-weight:500}.Dropdown-module__DasDQW__optionDescription{color:var(--theme-text-secondary);font-size:.75rem;line-height:1.4}.Dropdown-module__DasDQW__checkmark{color:var(--theme-accent);flex-shrink:0}@media (max-width:640px){.Dropdown-module__DasDQW__dropdown{max-height:60vh}.Dropdown-module__DasDQW__option,.Dropdown-module__DasDQW__trigger{padding:1rem}}@media (hover:none){.Dropdown-module__DasDQW__option,.Dropdown-module__DasDQW__trigger{min-height:44px}}[data-theme=dark-elegance] .Dropdown-module__DasDQW__trigger,[data-theme=dark-elegance] .Dropdown-module__DasDQW__dropdown{background-color:#1a1a1a;border-color:#333}[data-theme=dark-elegance] .Dropdown-module__DasDQW__trigger:hover:not(.Dropdown-module__DasDQW__disabled){background-color:#0d0d0d;border-color:#d4af37}[data-theme=dark-elegance] .Dropdown-module__DasDQW__trigger.Dropdown-module__DasDQW__open{border-color:#d4af37}[data-theme=dark-elegance] .Dropdown-module__DasDQW__option:hover{background-color:#d4af371a}[data-theme=dark-elegance] .Dropdown-module__DasDQW__option.Dropdown-module__DasDQW__selected{background-color:#d4af370d}.Dropdown-module__DasDQW__dropdown::-webkit-scrollbar{width:8px}.Dropdown-module__DasDQW__dropdown::-webkit-scrollbar-track{background:0 0}.Dropdown-module__DasDQW__dropdown::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:4px}.Dropdown-module__DasDQW__dropdown::-webkit-scrollbar-thumb:hover{background:var(--theme-text-secondary)}
.Dropdown-module__xVj0xa__wrapper .dropdown__trigger{font-family:var(--font-dm-sans)!important;color:#000!important;background-color:#0000!important;border:none!important;border-bottom:1px solid #e5e5e5!important;border-radius:0!important;min-height:auto!important;padding:.875rem 0!important;font-size:1rem!important}.Dropdown-module__xVj0xa__wrapper .dropdown__trigger:hover:not(.dropdown__trigger--disabled){background-color:#0000!important;border-bottom-color:#e5e5e5!important}.Dropdown-module__xVj0xa__wrapper .dropdown__trigger:focus-visible{border-bottom-color:#000!important;outline:none!important}.Dropdown-module__xVj0xa__wrapper .dropdown__trigger.dropdown__trigger--open{border-bottom-color:#000!important;border-radius:0!important}.Dropdown-module__xVj0xa__wrapper .dropdown__dropdown{background-color:#fff!important;border:1px solid #000!important;border-top:none!important;border-radius:0!important}.Dropdown-module__xVj0xa__wrapper .dropdown__option{font-size:1rem!important;font-family:var(--font-dm-sans)!important;color:#000!important;padding:.875rem .5rem!important}.Dropdown-module__xVj0xa__wrapper .dropdown__option:hover{background-color:#00000005!important}.Dropdown-module__xVj0xa__wrapper .dropdown__option.dropdown__option--selected{background-color:#b8860b0d!important}.Dropdown-module__xVj0xa__wrapper .dropdown__checkmark{color:#b8860b!important}.Dropdown-module__xVj0xa__wrapper .dropdown__label{font-family:var(--font-dm-sans)!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#000!important;font-size:.75rem!important;font-weight:500!important}.Dropdown-module__xVj0xa__wrapper .dropdown__text{color:#000!important}.Dropdown-module__xVj0xa__wrapper .dropdown__arrow{color:#666!important}
.Modal-module__AavMgG__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s Modal-module__AavMgG__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__AavMgG__modal{background-color:#fff;width:100%;max-height:90vh;animation:.3s Modal-module__AavMgG__slideUp;overflow-y:auto}.Modal-module__AavMgG__sm{max-width:400px}.Modal-module__AavMgG__md{max-width:600px}.Modal-module__AavMgG__lg{max-width:800px}.Modal-module__AavMgG__full{max-width:100%;height:100%;max-height:100%}.Modal-module__AavMgG__header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Modal-module__AavMgG__title{font-family:var(--font-playfair);color:#000;margin:0;font-size:1.25rem;font-weight:500}.Modal-module__AavMgG__closeButton{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:color .2s;display:flex}.Modal-module__AavMgG__closeButton:hover{color:#000}.Modal-module__AavMgG__content{padding:2rem}@keyframes Modal-module__AavMgG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__AavMgG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Lightbox-module__mWDAFa__overlay{z-index:1100;background-color:#000000f2;justify-content:center;align-items:center;animation:.2s Lightbox-module__mWDAFa__fadeIn;display:flex;position:fixed;inset:0}.Lightbox-module__mWDAFa__container{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.Lightbox-module__mWDAFa__closeButton{cursor:pointer;color:#fff;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:3rem;height:3rem;transition:opacity .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Lightbox-module__mWDAFa__closeButton:hover{opacity:.7}.Lightbox-module__mWDAFa__navButton{cursor:pointer;color:#fff;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:3rem;height:3rem;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Lightbox-module__mWDAFa__navButton:hover{opacity:.7}.Lightbox-module__mWDAFa__prevButton{left:1.5rem}.Lightbox-module__mWDAFa__nextButton{right:1.5rem}.Lightbox-module__mWDAFa__imageWrapper{flex:1;margin:4rem 5rem;position:relative}.Lightbox-module__mWDAFa__image{object-fit:contain}.Lightbox-module__mWDAFa__footer{color:#fff;justify-content:center;align-items:center;gap:2rem;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.Lightbox-module__mWDAFa__caption{font-family:var(--font-dm-sans);color:#fffc;font-size:.875rem}.Lightbox-module__mWDAFa__counter{font-family:var(--font-dm-sans);letter-spacing:.1em;color:#fff9;font-size:.75rem}@keyframes Lightbox-module__mWDAFa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Lightbox-module__mWDAFa__imageWrapper{margin:3rem 1rem}.Lightbox-module__mWDAFa__navButton{width:2.5rem;height:2.5rem}.Lightbox-module__mWDAFa__prevButton{left:.5rem}.Lightbox-module__mWDAFa__nextButton{right:.5rem}}
.Navbar-module__XHCZWq__header{z-index:100;background-color:#0000;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__XHCZWq__header.Navbar-module__XHCZWq__scrolled{background-color:#fffffffa;box-shadow:0 1px #0000000d}.Navbar-module__XHCZWq__nav{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex}.Navbar-module__XHCZWq__logo{z-index:110}.Navbar-module__XHCZWq__logoText{font-family:var(--font-playfair);letter-spacing:.02em;color:#000;font-size:1.5rem;font-weight:500}.Navbar-module__XHCZWq__desktopNav{gap:3rem;list-style:none;display:none}@media (min-width:1024px){.Navbar-module__XHCZWq__desktopNav{display:flex}}.Navbar-module__XHCZWq__navLink{font-family:var(--font-dm-sans);letter-spacing:.15em;text-transform:uppercase;color:#666;font-size:.75rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__XHCZWq__navLink:hover,.Navbar-module__XHCZWq__navLink.Navbar-module__XHCZWq__active{color:#000}.Navbar-module__XHCZWq__navLink.Navbar-module__XHCZWq__active:after{content:"";background-color:#000;width:100%;height:1px;position:absolute;bottom:-4px;left:0}.Navbar-module__XHCZWq__menuButton{cursor:pointer;z-index:110;background:0 0;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}@media (min-width:1024px){.Navbar-module__XHCZWq__menuButton{display:none}}.Navbar-module__XHCZWq__menuIcon{width:1.5rem;height:1rem;position:relative}.Navbar-module__XHCZWq__menuIcon span{background-color:#000;width:100%;height:1px;transition:all .3s;position:absolute;left:0}.Navbar-module__XHCZWq__menuIcon span:first-child{top:0}.Navbar-module__XHCZWq__menuIcon span:last-child{bottom:0}.Navbar-module__XHCZWq__menuIcon.Navbar-module__XHCZWq__open span:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.Navbar-module__XHCZWq__menuIcon.Navbar-module__XHCZWq__open span:last-child{bottom:50%;transform:translateY(50%)rotate(-45deg)}.Navbar-module__XHCZWq__mobileNav{opacity:0;visibility:hidden;z-index:100;background-color:#fff;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.Navbar-module__XHCZWq__mobileNav.Navbar-module__XHCZWq__open{opacity:1;visibility:visible}.Navbar-module__XHCZWq__mobileNavList{text-align:center;list-style:none}.Navbar-module__XHCZWq__mobileNavList li{opacity:0;transform:translateY(20px)}.Navbar-module__XHCZWq__mobileNav.Navbar-module__XHCZWq__open .Navbar-module__XHCZWq__mobileNavList li{animation:.4s forwards Navbar-module__XHCZWq__fadeInUp}.Navbar-module__XHCZWq__mobileNavLink{font-family:var(--font-playfair);color:#000;padding:.75rem 0;font-size:2rem;font-weight:400;transition:color .2s;display:block}.Navbar-module__XHCZWq__mobileNavLink:hover,.Navbar-module__XHCZWq__mobileNavLink.Navbar-module__XHCZWq__active{color:#b8860b}@keyframes Navbar-module__XHCZWq__fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Navbar-module__XHCZWq__nav{padding:1rem 1.5rem}.Navbar-module__XHCZWq__logoText{font-size:1.25rem}.Navbar-module__XHCZWq__mobileNavLink{font-size:1.5rem}}
.Hero-module__9WomcG__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__9WomcG__imageWrapper{z-index:0;position:absolute;inset:0}.Hero-module__9WomcG__image{object-fit:cover;object-position:center}.Hero-module__9WomcG__overlay{background:linear-gradient(#ffffff1a 0%,#ffffff4d 50%,#fff9 100%);position:absolute;inset:0}.Hero-module__9WomcG__content{z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.Hero-module__9WomcG__textContainer{max-width:700px}.Hero-module__9WomcG__title{font-family:var(--font-playfair);color:#000;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:400;line-height:1.1}.Hero-module__9WomcG__tagline{font-family:var(--font-dm-sans);color:#333;max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6}.Hero-module__9WomcG__cta{display:inline-block}.Hero-module__9WomcG__scrollIndicator{cursor:pointer;color:#000;z-index:1;background:0 0;border:none;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.Hero-module__9WomcG__scrollText{font-family:var(--font-dm-sans);letter-spacing:.2em;text-transform:uppercase;font-size:.625rem;font-weight:500}.Hero-module__9WomcG__scrollLine{background:linear-gradient(#000,#0000);width:1px;height:60px;animation:2s ease-in-out infinite Hero-module__9WomcG__scrollPulse}@keyframes Hero-module__9WomcG__scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.5;transform:scaleY(.8)}}@media (max-width:768px){.Hero-module__9WomcG__content{padding:0 1.5rem}.Hero-module__9WomcG__title{margin-bottom:1rem}.Hero-module__9WomcG__tagline{margin-bottom:2rem}.Hero-module__9WomcG__scrollIndicator{bottom:2rem}.Hero-module__9WomcG__scrollLine{height:40px}}@media (max-width:480px){.Hero-module__9WomcG__content{padding:0 1rem}}
.ProjectCard-module__E2Y2aq__card{position:relative}.ProjectCard-module__E2Y2aq__link{text-decoration:none;display:block}.ProjectCard-module__E2Y2aq__imageWrapper{aspect-ratio:1;background-color:#f5f5f5;position:relative;overflow:hidden}.ProjectCard-module__E2Y2aq__image{object-fit:cover;transition:transform .6s}.ProjectCard-module__E2Y2aq__link:hover .ProjectCard-module__E2Y2aq__image{transform:scale(1.05)}.ProjectCard-module__E2Y2aq__overlay{background-color:#0000;justify-content:center;align-items:center;transition:background-color .3s;display:flex;position:absolute;inset:0}.ProjectCard-module__E2Y2aq__link:hover .ProjectCard-module__E2Y2aq__overlay{background-color:#0000004d}.ProjectCard-module__E2Y2aq__viewText{font-family:var(--font-dm-sans);letter-spacing:.15em;text-transform:uppercase;color:#fff;opacity:0;font-size:.75rem;font-weight:500;transition:opacity .3s,transform .3s;transform:translateY(10px)}.ProjectCard-module__E2Y2aq__link:hover .ProjectCard-module__E2Y2aq__viewText{opacity:1;transform:translateY(0)}.ProjectCard-module__E2Y2aq__content{padding:1.25rem 0}.ProjectCard-module__E2Y2aq__title{font-family:var(--font-playfair);color:#000;margin:0 0 .5rem;font-size:1.25rem;font-weight:500;transition:color .2s}.ProjectCard-module__E2Y2aq__link:hover .ProjectCard-module__E2Y2aq__title{color:#b8860b}.ProjectCard-module__E2Y2aq__meta{font-family:var(--font-dm-sans);color:#666;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.ProjectCard-module__E2Y2aq__type{text-transform:uppercase;letter-spacing:.1em}.ProjectCard-module__E2Y2aq__separator{color:#ccc}.ProjectCard-module__E2Y2aq__location{font-style:normal}@media (max-width:640px){.ProjectCard-module__E2Y2aq__content{padding:1rem 0}.ProjectCard-module__E2Y2aq__title{font-size:1.125rem}.ProjectCard-module__E2Y2aq__meta{font-size:.6875rem}}
.ProjectGrid-module__vcCl3G__container{width:100%}.ProjectGrid-module__vcCl3G__filters{border-bottom:1px solid #e5e5e5;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.ProjectGrid-module__vcCl3G__filterButton{font-family:var(--font-dm-sans);letter-spacing:.1em;text-transform:uppercase;color:#666;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:color .2s}.ProjectGrid-module__vcCl3G__filterButton:hover{color:#000}.ProjectGrid-module__vcCl3G__filterButton.ProjectGrid-module__vcCl3G__active{color:#000;position:relative}.ProjectGrid-module__vcCl3G__filterButton.ProjectGrid-module__vcCl3G__active:after{content:"";background-color:#000;height:1px;position:absolute;bottom:0;left:1rem;right:1rem}.ProjectGrid-module__vcCl3G__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:640px){.ProjectGrid-module__vcCl3G__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width:1024px){.ProjectGrid-module__vcCl3G__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.ProjectGrid-module__vcCl3G__noResults{font-family:var(--font-dm-sans);color:#666;text-align:center;padding:4rem 0;font-size:1rem}
.ProjectDetail-module__C_YENa__article{min-height:100vh}.ProjectDetail-module__C_YENa__hero{cursor:pointer;height:70vh;min-height:500px;position:relative}.ProjectDetail-module__C_YENa__heroImage{object-fit:cover}.ProjectDetail-module__C_YENa__content{max-width:1400px;margin:0 auto;padding:5rem 2rem}.ProjectDetail-module__C_YENa__grid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.ProjectDetail-module__C_YENa__grid{grid-template-columns:300px 1fr;gap:6rem}}.ProjectDetail-module__C_YENa__sidebar{position:relative}@media (min-width:1024px){.ProjectDetail-module__C_YENa__sidebar{align-self:start;position:sticky;top:120px}}.ProjectDetail-module__C_YENa__title{font-family:var(--font-playfair);color:#000;margin-bottom:2rem;font-size:2.5rem;font-weight:400;line-height:1.2}.ProjectDetail-module__C_YENa__meta{flex-direction:column;gap:1rem;display:flex}.ProjectDetail-module__C_YENa__metaItem{flex-direction:column;gap:.25rem;display:flex}.ProjectDetail-module__C_YENa__metaItem dt{font-family:var(--font-dm-sans);letter-spacing:.15em;text-transform:uppercase;color:#999;font-size:.6875rem;font-weight:500}.ProjectDetail-module__C_YENa__metaItem dd{font-family:var(--font-dm-sans);color:#000;font-size:1rem}.ProjectDetail-module__C_YENa__status{text-transform:capitalize}.ProjectDetail-module__C_YENa__main{max-width:700px}.ProjectDetail-module__C_YENa__description p{font-family:var(--font-dm-sans);color:#333;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.ProjectDetail-module__C_YENa__description p:last-child{margin-bottom:0}.ProjectDetail-module__C_YENa__features{border-top:1px solid #e5e5e5;margin-top:3rem;padding-top:3rem}.ProjectDetail-module__C_YENa__featuresTitle{font-family:var(--font-dm-sans);letter-spacing:.15em;text-transform:uppercase;color:#000;margin-bottom:1.5rem;font-size:.75rem;font-weight:500}.ProjectDetail-module__C_YENa__featuresList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;list-style:none;display:grid}.ProjectDetail-module__C_YENa__featuresList li{font-family:var(--font-dm-sans);color:#666;padding-left:1rem;font-size:.9375rem;position:relative}.ProjectDetail-module__C_YENa__featuresList li:before{content:"";background-color:#b8860b;width:4px;height:4px;position:absolute;top:.5em;left:0}.ProjectDetail-module__C_YENa__gallery{border-top:1px solid #e5e5e5;margin-top:5rem;padding-top:5rem}.ProjectDetail-module__C_YENa__galleryTitle{font-family:var(--font-dm-sans);letter-spacing:.15em;text-transform:uppercase;color:#000;margin-bottom:2rem;font-size:.75rem;font-weight:500}.ProjectDetail-module__C_YENa__galleryGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.ProjectDetail-module__C_YENa__galleryGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.ProjectDetail-module__C_YENa__galleryGrid{grid-template-columns:repeat(4,1fr)}}.ProjectDetail-module__C_YENa__galleryItem{aspect-ratio:1;cursor:pointer;background:#f5f5f5;border:none;padding:0;position:relative;overflow:hidden}.ProjectDetail-module__C_YENa__galleryImage{object-fit:cover;transition:transform .4s}.ProjectDetail-module__C_YENa__galleryItem:hover .ProjectDetail-module__C_YENa__galleryImage{transform:scale(1.05)}.ProjectDetail-module__C_YENa__navigation{border-top:1px solid #e5e5e5;justify-content:space-between;margin-top:5rem;padding-top:3rem;display:flex}.ProjectDetail-module__C_YENa__navLink{flex-direction:column;gap:.5rem;max-width:250px;display:flex}.ProjectDetail-module__C_YENa__navLinkNext{text-align:right;align-items:flex-end}.ProjectDetail-module__C_YENa__navLabel{font-family:var(--font-dm-sans);letter-spacing:.15em;text-transform:uppercase;color:#999;font-size:.6875rem;font-weight:500}.ProjectDetail-module__C_YENa__navTitle{font-family:var(--font-playfair);color:#000;font-size:1.25rem;transition:color .2s}.ProjectDetail-module__C_YENa__navLink:hover .ProjectDetail-module__C_YENa__navTitle{color:#b8860b}@media (max-width:768px){.ProjectDetail-module__C_YENa__content{padding:3rem 1.5rem}.ProjectDetail-module__C_YENa__title{font-size:2rem}.ProjectDetail-module__C_YENa__gallery{margin-top:3rem;padding-top:3rem}.ProjectDetail-module__C_YENa__navigation{margin-top:3rem;padding-top:2rem}}
.Footer-module__6tBcQW__footer{background-color:#fff;border-top:1px solid #e5e5e5;padding:4rem 2rem}.Footer-module__6tBcQW__container{flex-direction:column;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.Footer-module__6tBcQW__logo{font-family:var(--font-playfair);letter-spacing:.02em;color:#000;font-size:1.5rem;font-weight:500}.Footer-module__6tBcQW__nav{display:flex}.Footer-module__6tBcQW__navList{flex-wrap:wrap;justify-content:center;gap:2rem;list-style:none;display:flex}.Footer-module__6tBcQW__navLink{font-family:var(--font-dm-sans);letter-spacing:.15em;text-transform:uppercase;color:#666;font-size:.75rem;font-weight:500;transition:color .2s}.Footer-module__6tBcQW__navLink:hover{color:#000}.Footer-module__6tBcQW__social{gap:1.5rem;display:flex}.Footer-module__6tBcQW__socialLink{font-family:var(--font-dm-sans);letter-spacing:.1em;color:#666;font-size:.6875rem;font-weight:500;transition:color .2s}.Footer-module__6tBcQW__socialLink:hover{color:#000}.Footer-module__6tBcQW__copyright{font-family:var(--font-dm-sans);color:#999;letter-spacing:.05em;font-size:.6875rem}@media (max-width:640px){.Footer-module__6tBcQW__footer{padding:3rem 1.5rem}.Footer-module__6tBcQW__navList{gap:1.5rem}.Footer-module__6tBcQW__social{gap:1rem}}
.ContactForm-module__MK3W3G__form{width:100%}.ContactForm-module__MK3W3G__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.ContactForm-module__MK3W3G__grid{grid-template-columns:repeat(2,1fr);gap:2rem 3rem}}.ContactForm-module__MK3W3G__messageWrapper{margin-top:2rem}@media (min-width:640px){.ContactForm-module__MK3W3G__messageWrapper{margin-top:3rem}}.ContactForm-module__MK3W3G__submit{margin-top:2.5rem}.ContactForm-module__MK3W3G__success{text-align:center;padding:3rem 0}.ContactForm-module__MK3W3G__successTitle{font-family:var(--font-playfair);color:#000;margin-bottom:1rem;font-size:1.75rem;font-weight:500}.ContactForm-module__MK3W3G__successText{font-family:var(--font-dm-sans);color:#666;margin-bottom:2rem;font-size:1rem}
.ServiceCard-module__0VvwfG__card{text-align:left;padding:2rem 0}.ServiceCard-module__0VvwfG__icon{color:#b8860b;margin-bottom:1.5rem}.ServiceCard-module__0VvwfG__title{font-family:var(--font-playfair);color:#000;margin-bottom:.75rem;font-size:1.25rem;font-weight:500}.ServiceCard-module__0VvwfG__description{font-family:var(--font-dm-sans);color:#666;font-size:.9375rem;line-height:1.7}@media (max-width:640px){.ServiceCard-module__0VvwfG__card{padding:1.5rem 0}.ServiceCard-module__0VvwfG__title{font-size:1.125rem}.ServiceCard-module__0VvwfG__description{font-size:.875rem}}
.ProcessStep-module__uJ5EWa__step{grid-template-columns:auto 1fr;gap:2rem;display:grid;position:relative}.ProcessStep-module__uJ5EWa__indicator{flex-direction:column;align-items:center;width:3rem;display:flex}.ProcessStep-module__uJ5EWa__number{font-family:var(--font-playfair);color:#b8860b;font-size:1.25rem;font-weight:500;line-height:1}.ProcessStep-module__uJ5EWa__line{background-color:#e5e5e5;flex:1;width:1px;min-height:80px;margin-top:1rem}.ProcessStep-module__uJ5EWa__last .ProcessStep-module__uJ5EWa__line{display:none}.ProcessStep-module__uJ5EWa__content{padding-bottom:3rem}.ProcessStep-module__uJ5EWa__last .ProcessStep-module__uJ5EWa__content{padding-bottom:0}.ProcessStep-module__uJ5EWa__title{font-family:var(--font-playfair);color:#000;margin-bottom:.75rem;font-size:1.5rem;font-weight:500}.ProcessStep-module__uJ5EWa__description{font-family:var(--font-dm-sans);color:#666;max-width:500px;font-size:1rem;line-height:1.7}@media (max-width:640px){.ProcessStep-module__uJ5EWa__step{gap:1.5rem}.ProcessStep-module__uJ5EWa__indicator{width:2.5rem}.ProcessStep-module__uJ5EWa__number{font-size:1rem}.ProcessStep-module__uJ5EWa__content{padding-bottom:2rem}.ProcessStep-module__uJ5EWa__title{font-size:1.25rem}.ProcessStep-module__uJ5EWa__description{font-size:.9375rem}.ProcessStep-module__uJ5EWa__line{min-height:60px}}
.AboutSection-module__NM7vCq__section{width:100%}.AboutSection-module__NM7vCq__container{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.AboutSection-module__NM7vCq__container{grid-template-columns:1fr 1fr;gap:6rem}}.AboutSection-module__NM7vCq__content{order:2}@media (min-width:1024px){.AboutSection-module__NM7vCq__content{order:1}}.AboutSection-module__NM7vCq__title{font-family:var(--font-playfair);color:#000;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.AboutSection-module__NM7vCq__text p{font-family:var(--font-dm-sans);color:#666;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.AboutSection-module__NM7vCq__text p:last-child{margin-bottom:0}.AboutSection-module__NM7vCq__imageWrapper{aspect-ratio:4/5;order:1;position:relative}@media (min-width:1024px){.AboutSection-module__NM7vCq__imageWrapper{aspect-ratio:3/4;order:2}}.AboutSection-module__NM7vCq__image{object-fit:cover}.AboutSection-module__NM7vCq__valueCard{text-align:center;padding:2rem 1.5rem}.AboutSection-module__NM7vCq__valueIcon{color:#b8860b;justify-content:center;margin-bottom:1.25rem;display:flex}.AboutSection-module__NM7vCq__valueTitle{font-family:var(--font-playfair);color:#000;margin-bottom:.75rem;font-size:1.125rem;font-weight:500}.AboutSection-module__NM7vCq__valueDescription{font-family:var(--font-dm-sans);color:#666;font-size:.875rem;line-height:1.7}@media (max-width:640px){.AboutSection-module__NM7vCq__valueCard{padding:1.5rem 1rem}.AboutSection-module__NM7vCq__valueTitle{font-size:1rem}}
.ThemeSwitcher-module__FC3aCG__container{z-index:90;position:fixed;bottom:2rem;right:2rem}.ThemeSwitcher-module__FC3aCG__pulseRing{border:2px solid var(--theme-accent,#b8860b);pointer-events:none;border-radius:50%;width:48px;height:48px;animation:2s ease-out infinite ThemeSwitcher-module__FC3aCG__pulseExpand;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ThemeSwitcher-module__FC3aCG__pulseRingDelayed{animation-delay:.5s}@keyframes ThemeSwitcher-module__FC3aCG__pulseExpand{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}.ThemeSwitcher-module__FC3aCG__tooltip{background:linear-gradient(135deg,var(--theme-accent,#b8860b),#8b6914);color:#fff;font-family:var(--font-dm-sans);white-space:nowrap;z-index:91;border-radius:12px;padding:.75rem 1rem;font-size:.875rem;font-weight:600;animation:.6s ease-out ThemeSwitcher-module__FC3aCG__tooltipBounce,2s ease-in-out .6s infinite ThemeSwitcher-module__FC3aCG__tooltipFloat;position:absolute;bottom:60px;right:-10px;box-shadow:0 4px 20px #0003}.ThemeSwitcher-module__FC3aCG__tooltipText{margin-right:1rem}.ThemeSwitcher-module__FC3aCG__tooltipDismiss{color:#fff;cursor:pointer;background-color:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;line-height:1;transition:background-color .2s;display:flex;position:absolute;top:-6px;right:-6px}.ThemeSwitcher-module__FC3aCG__tooltipDismiss:hover{background-color:#00000080}.ThemeSwitcher-module__FC3aCG__tooltipArrow{border-top:8px solid #8b6914;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-8px;right:20px}@keyframes ThemeSwitcher-module__FC3aCG__tooltipBounce{0%{opacity:0;transform:translateY(20px)}50%{transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes ThemeSwitcher-module__FC3aCG__tooltipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.ThemeSwitcher-module__FC3aCG__toggle{cursor:pointer;color:#666;z-index:1;background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 8px #0000001a}.ThemeSwitcher-module__FC3aCG__toggle:hover{color:#000;border-color:#000;transform:scale(1.05)}.ThemeSwitcher-module__FC3aCG__toggle.ThemeSwitcher-module__FC3aCG__attention{border-color:var(--theme-accent,#b8860b);animation:.5s ease-in-out 3 ThemeSwitcher-module__FC3aCG__wiggle;box-shadow:0 0 0 4px #b8860b33,0 2px 12px #b8860b66}@keyframes ThemeSwitcher-module__FC3aCG__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.ThemeSwitcher-module__FC3aCG__panel{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;width:320px;animation:.2s ThemeSwitcher-module__FC3aCG__slideUp;position:absolute;bottom:60px;right:0;overflow:hidden;box-shadow:0 4px 20px #00000026}@keyframes ThemeSwitcher-module__FC3aCG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ThemeSwitcher-module__FC3aCG__panelHeader{border-bottom:1px solid #e5e5e5;padding:1rem 1.25rem}.ThemeSwitcher-module__FC3aCG__panelTitle{font-family:var(--font-dm-sans);text-transform:uppercase;letter-spacing:.1em;color:#666;font-size:.75rem;font-weight:600}.ThemeSwitcher-module__FC3aCG__themeList{max-height:400px;padding:.5rem;overflow-y:auto}.ThemeSwitcher-module__FC3aCG__themeOption{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.875rem;width:100%;padding:.75rem;transition:background-color .2s;display:flex}.ThemeSwitcher-module__FC3aCG__themeOption:hover,.ThemeSwitcher-module__FC3aCG__themeOption.ThemeSwitcher-module__FC3aCG__active{background-color:#f5f5f5}.ThemeSwitcher-module__FC3aCG__colorPreview{background-color:var(--preview-bg);border:1px solid #e5e5e5;border-radius:8px;flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden}.ThemeSwitcher-module__FC3aCG__previewPrimary{background-color:var(--preview-primary);width:50%;height:100%;position:absolute;bottom:0;left:0}.ThemeSwitcher-module__FC3aCG__previewAccent{background-color:var(--preview-accent);border-radius:50%;width:10px;height:10px;position:absolute;top:6px;right:6px}.ThemeSwitcher-module__FC3aCG__themeInfo{flex:1;min-width:0}.ThemeSwitcher-module__FC3aCG__themeName{font-family:var(--font-dm-sans);color:#000;margin-bottom:.125rem;font-size:.875rem;font-weight:500;display:block}.ThemeSwitcher-module__FC3aCG__themeDescription{font-family:var(--font-dm-sans);color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;display:block;overflow:hidden}.ThemeSwitcher-module__FC3aCG__checkmark{color:#10b981;flex-shrink:0}@media (max-width:480px){.ThemeSwitcher-module__FC3aCG__container{bottom:1rem;right:1rem}.ThemeSwitcher-module__FC3aCG__panel{width:calc(100vw - 2rem);right:-.5rem}.ThemeSwitcher-module__FC3aCG__tooltip{padding:.625rem .875rem;font-size:.8125rem;right:0}.ThemeSwitcher-module__FC3aCG__tooltipArrow{right:15px}}
.AboutPage-module__8bdqna__page{padding-top:100px}.AboutPage-module__8bdqna__header{text-align:center;padding:4rem 2rem 6rem}.AboutPage-module__8bdqna__container{max-width:1200px;margin:0 auto}.AboutPage-module__8bdqna__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(3rem,8vw,5rem);font-weight:300}.AboutPage-module__8bdqna__subtitle{color:#666;max-width:500px;margin:0 auto;font-size:1.25rem}.AboutPage-module__8bdqna__section{padding:6rem 2rem}.AboutPage-module__8bdqna__sectionAlt{background-color:#f8f8f8;padding:6rem 2rem}.AboutPage-module__8bdqna__sectionTitle{text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:400}.AboutPage-module__8bdqna__philosophy{text-align:center;max-width:800px;margin:0 auto}.AboutPage-module__8bdqna__philosophyTitle{margin-bottom:2rem;font-size:2.5rem;font-weight:300}.AboutPage-module__8bdqna__philosophyContent{flex-direction:column;gap:1.5rem;display:flex}.AboutPage-module__8bdqna__philosophyContent p{color:#444;font-size:1.125rem;line-height:1.8}.AboutPage-module__8bdqna__valuesGrid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:640px){.AboutPage-module__8bdqna__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.AboutPage-module__8bdqna__valuesGrid{grid-template-columns:repeat(4,1fr)}}.AboutPage-module__8bdqna__teamGrid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}@media (min-width:768px){.AboutPage-module__8bdqna__teamGrid{grid-template-columns:repeat(4,1fr)}}.AboutPage-module__8bdqna__teamMember{text-align:center}.AboutPage-module__8bdqna__memberImage{color:#666;background-color:#e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1rem;font-size:1.5rem;font-weight:500;display:flex}.AboutPage-module__8bdqna__memberName{margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.AboutPage-module__8bdqna__memberRole{color:#666;font-size:.875rem}.AboutPage-module__8bdqna__awards{flex-direction:column;gap:1rem;max-width:600px;margin:0 auto;display:flex}.AboutPage-module__8bdqna__award{border-bottom:1px solid #e5e5e5;align-items:center;gap:2rem;padding:1rem 0;display:flex}.AboutPage-module__8bdqna__awardYear{color:#b8860b;min-width:50px;font-size:.875rem;font-weight:600}.AboutPage-module__8bdqna__awardName{color:#333;font-size:1rem}.AboutPage-module__8bdqna__cta{text-align:center;background-color:#000;padding:8rem 2rem}.AboutPage-module__8bdqna__ctaTitle{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.AboutPage-module__8bdqna__ctaText{color:#ffffffb3;margin-bottom:2rem;font-size:1.125rem}
.ServicesPage-module__XKxgHa__page{padding-top:100px}.ServicesPage-module__XKxgHa__header{text-align:center;padding:4rem 2rem 6rem}.ServicesPage-module__XKxgHa__container{max-width:1200px;margin:0 auto}.ServicesPage-module__XKxgHa__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(3rem,8vw,5rem);font-weight:300}.ServicesPage-module__XKxgHa__subtitle{color:#666;max-width:500px;margin:0 auto;font-size:1.25rem}.ServicesPage-module__XKxgHa__section{padding:4rem 2rem 6rem}.ServicesPage-module__XKxgHa__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:640px){.ServicesPage-module__XKxgHa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServicesPage-module__XKxgHa__grid{grid-template-columns:repeat(3,1fr)}}.ServicesPage-module__XKxgHa__processLink{text-align:center;background-color:#f8f8f8;padding:6rem 2rem}.ServicesPage-module__XKxgHa__processTitle{margin-bottom:1rem;font-size:2rem;font-weight:400}.ServicesPage-module__XKxgHa__processText{color:#666;max-width:500px;margin:0 auto 2rem;font-size:1.125rem}.ServicesPage-module__XKxgHa__cta{text-align:center;background-color:#000;padding:8rem 2rem}.ServicesPage-module__XKxgHa__ctaTitle{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.ServicesPage-module__XKxgHa__ctaText{color:#ffffffb3;margin-bottom:2rem;font-size:1.125rem}
.ProcessPage-module__gP_jqG__page{padding-top:100px}.ProcessPage-module__gP_jqG__header{text-align:center;padding:4rem 2rem 6rem}.ProcessPage-module__gP_jqG__container{max-width:1000px;margin:0 auto}.ProcessPage-module__gP_jqG__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(3rem,8vw,5rem);font-weight:300}.ProcessPage-module__gP_jqG__subtitle{color:#666;max-width:500px;margin:0 auto;font-size:1.25rem}.ProcessPage-module__gP_jqG__section{padding:4rem 2rem 6rem}.ProcessPage-module__gP_jqG__timeline{max-width:700px;margin:0 auto}.ProcessPage-module__gP_jqG__infoSection{background-color:#f8f8f8;padding:6rem 2rem}.ProcessPage-module__gP_jqG__infoGrid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:768px){.ProcessPage-module__gP_jqG__infoGrid{grid-template-columns:repeat(3,1fr)}}.ProcessPage-module__gP_jqG__infoCard{text-align:center;padding:2rem}.ProcessPage-module__gP_jqG__infoTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:500}.ProcessPage-module__gP_jqG__infoText{color:#666;font-size:1rem;line-height:1.6}.ProcessPage-module__gP_jqG__cta{text-align:center;background-color:#000;padding:8rem 2rem}.ProcessPage-module__gP_jqG__ctaTitle{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.ProcessPage-module__gP_jqG__ctaText{color:#ffffffb3;margin-bottom:2rem;font-size:1.125rem}
.ContactPage-module__FrJx7W__page{padding-top:100px}.ContactPage-module__FrJx7W__header{text-align:center;padding:4rem 2rem 6rem}.ContactPage-module__FrJx7W__container{max-width:1200px;margin:0 auto}.ContactPage-module__FrJx7W__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(3rem,8vw,5rem);font-weight:300}.ContactPage-module__FrJx7W__subtitle{color:#666;max-width:500px;margin:0 auto;font-size:1.25rem}.ContactPage-module__FrJx7W__section{padding:0 2rem 6rem}.ContactPage-module__FrJx7W__grid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.ContactPage-module__FrJx7W__grid{grid-template-columns:1.5fr 1fr;gap:6rem}}.ContactPage-module__FrJx7W__formWrapper{background-color:#f8f8f8;padding:3rem}.ContactPage-module__FrJx7W__formTitle{margin-bottom:2rem;font-size:1.5rem;font-weight:400}.ContactPage-module__FrJx7W__info{flex-direction:column;gap:2rem;display:flex}.ContactPage-module__FrJx7W__infoBlock{border-bottom:1px solid #e5e5e5;padding-bottom:1.5rem}.ContactPage-module__FrJx7W__infoBlock:last-child{border-bottom:none}.ContactPage-module__FrJx7W__infoLabel{text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.ContactPage-module__FrJx7W__infoValue{color:#333;font-size:1rem;font-style:normal;line-height:1.6}.ContactPage-module__FrJx7W__infoValue a{color:inherit;transition:color .2s}.ContactPage-module__FrJx7W__infoValue a:hover{color:#b8860b}.ContactPage-module__FrJx7W__social{gap:1.5rem;display:flex}.ContactPage-module__FrJx7W__social a{color:#333;font-size:.875rem;transition:color .2s}.ContactPage-module__FrJx7W__social a:hover{color:#b8860b}
.Button-module__1aVchW__button{font-family:var(--font-inter);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .3s;display:inline-flex;position:relative}.Button-module__1aVchW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__1aVchW__sm{padding:.625rem 1.25rem;font-size:.6875rem}.Button-module__1aVchW__md{padding:.875rem 2rem;font-size:.75rem}.Button-module__1aVchW__lg{padding:1.125rem 2.5rem;font-size:.8125rem}.Button-module__1aVchW__primary{color:#0d0d0d;background-color:#d4af37}.Button-module__1aVchW__primary:hover:not(:disabled){background-color:#e5c158}.Button-module__1aVchW__secondary{color:beige;background-color:#1a1a1a;border:1px solid #333}.Button-module__1aVchW__secondary:hover:not(:disabled){background-color:#2a2a2a;border-color:#d4af37}.Button-module__1aVchW__outline{color:#d4af37;background-color:#0000;border:1px solid #d4af37}.Button-module__1aVchW__outline:hover:not(:disabled){color:#0d0d0d;background-color:#d4af37}.Button-module__1aVchW__ghost{color:var(--theme-text);background-color:#0000}.Button-module__1aVchW__ghost:hover:not(:disabled){color:#ba9312}.Button-module__1aVchW__fullWidth{width:100%}.Button-module__1aVchW__loading{pointer-events:none}.Button-module__1aVchW__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite Button-module__1aVchW__spin;position:absolute}.Button-module__1aVchW__hiddenText{visibility:hidden}@keyframes Button-module__1aVchW__spin{to{transform:rotate(360deg)}}
.Input-module__hMb_xW__wrapper{flex-direction:column;gap:.5rem;width:100%;display:flex}.Input-module__hMb_xW__label{font-family:var(--font-inter);letter-spacing:.15em;text-transform:uppercase;color:#a0a0a0;font-size:.6875rem;font-weight:500}.Input-module__hMb_xW__required{color:#d4af37;margin-left:.25rem}.Input-module__hMb_xW__input,.Input-module__hMb_xW__textarea{width:100%;font-family:var(--font-inter);color:beige;background-color:#1a1a1a;border:1px solid #333;padding:1rem;font-size:1rem;transition:border-color .3s}.Input-module__hMb_xW__input:focus,.Input-module__hMb_xW__textarea:focus{border-color:#d4af37;outline:none}.Input-module__hMb_xW__input::placeholder,.Input-module__hMb_xW__textarea::placeholder{color:#666}.Input-module__hMb_xW__textarea{resize:vertical;min-height:120px}.Input-module__hMb_xW__error{border-color:#ef4444}.Input-module__hMb_xW__errorText{font-family:var(--font-inter);color:#ef4444;font-size:.75rem}.Input-module__hMb_xW__hint{font-family:var(--font-inter);color:#666;font-size:.75rem}
.Dropdown-module__jbhW1G__wrapper .dropdown__trigger{width:100%;font-family:var(--font-inter)!important;color:beige!important;background-color:#1a1a1a!important;border:1px solid #333!important;border-radius:0!important;min-height:auto!important;padding:1rem!important;font-size:1rem!important;transition:border-color .3s!important}.Dropdown-module__jbhW1G__wrapper .dropdown__trigger:hover:not(.dropdown__trigger--disabled){background-color:#1a1a1a!important;border-color:#333!important}:is(.Dropdown-module__jbhW1G__wrapper .dropdown__trigger:focus-visible,.Dropdown-module__jbhW1G__wrapper .dropdown__trigger.dropdown__trigger--open){border-color:#d4af37!important;outline:none!important}.Dropdown-module__jbhW1G__wrapper .dropdown__dropdown{background-color:#1a1a1a!important;border:1px solid #d4af37!important;border-top:none!important;border-radius:0!important}.Dropdown-module__jbhW1G__wrapper .dropdown__option{font-size:1rem!important;font-family:var(--font-inter)!important;color:beige!important;padding:1rem!important}.Dropdown-module__jbhW1G__wrapper .dropdown__option:hover{background-color:#d4af371a!important}.Dropdown-module__jbhW1G__wrapper .dropdown__option.dropdown__option--selected{background-color:#d4af370d!important}.Dropdown-module__jbhW1G__wrapper .dropdown__checkmark{color:#d4af37!important}.Dropdown-module__jbhW1G__wrapper .dropdown__label{font-family:var(--font-inter)!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:#a0a0a0!important;font-size:.6875rem!important;font-weight:500!important}.Dropdown-module__jbhW1G__wrapper .dropdown__text{color:beige!important}.Dropdown-module__jbhW1G__wrapper .dropdown__arrow{color:#a0a0a0!important}.Dropdown-module__jbhW1G__wrapper .dropdown__trigger::placeholder{color:#666!important}
.Navbar-module__6aDhEW__header{z-index:100;background:linear-gradient(#0d0d0de6,#0000);padding:2rem;position:fixed;top:0;left:0;right:0}.Navbar-module__6aDhEW__nav{justify-content:center;align-items:center;max-width:1600px;margin:0 auto;display:flex;position:relative}.Navbar-module__6aDhEW__logo{z-index:110}.Navbar-module__6aDhEW__logoText{font-family:var(--font-cormorant);letter-spacing:.1em;color:beige;text-transform:uppercase;font-size:1.75rem;font-weight:500}.Navbar-module__6aDhEW__menuButton{cursor:pointer;z-index:110;background:0 0;border:none;align-items:center;display:flex;position:absolute;right:0}.Navbar-module__6aDhEW__menuLabel{font-family:var(--font-inter);letter-spacing:.2em;text-transform:uppercase;color:#d4af37;font-size:.6875rem;font-weight:500;transition:color .3s}.Navbar-module__6aDhEW__menuButton:hover .Navbar-module__6aDhEW__menuLabel{color:beige}.Navbar-module__6aDhEW__menuOverlay{opacity:0;visibility:hidden;z-index:100;background-color:#0d0d0d;justify-content:center;align-items:center;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}.Navbar-module__6aDhEW__menuOverlay.Navbar-module__6aDhEW__open{opacity:1;visibility:visible}.Navbar-module__6aDhEW__menuContent{text-align:center;padding:2rem}.Navbar-module__6aDhEW__navList{margin-bottom:3rem;list-style:none}.Navbar-module__6aDhEW__navItem{opacity:0;transform:translateY(30px)}.Navbar-module__6aDhEW__menuOverlay.Navbar-module__6aDhEW__open .Navbar-module__6aDhEW__navItem{animation:.6s forwards Navbar-module__6aDhEW__fadeInUp}.Navbar-module__6aDhEW__navLink{font-family:var(--font-cormorant);color:beige;padding:.5rem 0;font-size:clamp(2rem,5vw,4rem);font-weight:400;transition:color .3s;display:inline-block;position:relative}.Navbar-module__6aDhEW__navNumber{font-family:var(--font-inter);color:#d4af37;font-size:.75rem;position:absolute;top:50%;left:-2rem;transform:translateY(-50%)}.Navbar-module__6aDhEW__navLink:hover,.Navbar-module__6aDhEW__navLink.Navbar-module__6aDhEW__active{color:#d4af37}.Navbar-module__6aDhEW__menuFooter{margin-top:3rem}.Navbar-module__6aDhEW__menuEmail{font-family:var(--font-inter);letter-spacing:.1em;color:#666;font-size:.75rem;transition:color .3s}.Navbar-module__6aDhEW__menuEmail:hover{color:#d4af37}@keyframes Navbar-module__6aDhEW__fadeInUp{to{opacity:1;transform:translateY(0)}}
.Hero-module__O0jO8W__hero{background-color:#0d0d0d;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__O0jO8W__background{position:absolute;inset:0}.Hero-module__O0jO8W__image{object-fit:cover;opacity:.6}.Hero-module__O0jO8W__vignette{background:radial-gradient(#0000 0%,#0d0d0d 100%);position:absolute;inset:0}.Hero-module__O0jO8W__content{z-index:1;text-align:center;max-width:900px;padding:0 2rem;position:relative}.Hero-module__O0jO8W__title{font-family:var(--font-cormorant);color:beige;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(3.5rem,10vw,8rem);font-weight:400;line-height:1}.Hero-module__O0jO8W__tagline{font-family:var(--font-inter);color:#a0a0a0;letter-spacing:.05em;margin-bottom:3rem;font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:300;line-height:1.8}.Hero-module__O0jO8W__cta{display:inline-block}.Hero-module__O0jO8W__scrollIndicator{color:#d4af37;z-index:9999;cursor:pointer;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.Hero-module__O0jO8W__scrollText{font-family:var(--font-inter);letter-spacing:.2em;text-transform:uppercase;font-size:.625rem;font-weight:500}.Hero-module__O0jO8W__scrollLine{background-color:#333;width:1px;height:60px;position:relative;overflow:hidden}.Hero-module__O0jO8W__scrollDot{background-color:#d4af37;width:1px;height:20px;animation:2s ease-in-out infinite Hero-module__O0jO8W__scrollDown;position:absolute;top:-20px}@keyframes Hero-module__O0jO8W__scrollDown{0%{top:-20px}to{top:60px}}
.ProjectCard-module__cWMh4W__card{position:relative}.ProjectCard-module__cWMh4W__link{text-decoration:none;display:block}.ProjectCard-module__cWMh4W__imageWrapper{aspect-ratio:21/9;background-color:#1a1a1a;position:relative;overflow:hidden}.ProjectCard-module__cWMh4W__image{object-fit:cover;opacity:.8;transition:transform .8s,opacity .4s}.ProjectCard-module__cWMh4W__link:hover .ProjectCard-module__cWMh4W__image{opacity:1;transform:scale(1.05)}.ProjectCard-module__cWMh4W__overlay{background:linear-gradient(#0000 50%,#0d0d0de6 100%);position:absolute;inset:0}.ProjectCard-module__cWMh4W__goldLine{background-color:#d4af37;width:0;height:2px;transition:width .6s;position:absolute;bottom:0;left:0}.ProjectCard-module__cWMh4W__link:hover .ProjectCard-module__cWMh4W__goldLine{width:100%}.ProjectCard-module__cWMh4W__content{padding:2rem;position:absolute;bottom:0;left:0;right:0}.ProjectCard-module__cWMh4W__meta{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.ProjectCard-module__cWMh4W__type,.ProjectCard-module__cWMh4W__year{font-family:var(--font-inter);letter-spacing:.15em;text-transform:uppercase;color:#d4af37;font-size:.6875rem;font-weight:500}.ProjectCard-module__cWMh4W__divider{background-color:#333;width:20px;height:1px}.ProjectCard-module__cWMh4W__title{font-family:var(--font-cormorant);color:beige;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;transition:color .3s}.ProjectCard-module__cWMh4W__link:hover .ProjectCard-module__cWMh4W__title{color:#fff}.ProjectCard-module__cWMh4W__location{font-family:var(--font-inter);color:#666;font-size:.8125rem}@media (max-width:768px){.ProjectCard-module__cWMh4W__content{padding:1.5rem}}
.ProjectGrid-module__vZvV3a__container{width:100%}.ProjectGrid-module__vZvV3a__filters{border-bottom:1px solid #1a1a1a;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:4rem;padding-bottom:2rem;display:flex}.ProjectGrid-module__vZvV3a__filterButton{font-family:var(--font-inter);letter-spacing:.15em;text-transform:uppercase;color:#666;cursor:pointer;background:0 0;border:1px solid #0000;padding:.75rem 1.5rem;font-size:.6875rem;font-weight:500;transition:all .3s}.ProjectGrid-module__vZvV3a__filterButton:hover{color:beige}.ProjectGrid-module__vZvV3a__filterButton.ProjectGrid-module__vZvV3a__active{color:#d4af37;border-color:#d4af37}.ProjectGrid-module__vZvV3a__grid{flex-direction:column;gap:2rem;display:flex}.ProjectGrid-module__vZvV3a__noResults{font-family:var(--font-inter);color:#666;text-align:center;padding:4rem 0;font-size:1rem}
.ProjectDetail-module__YNUbAG__article{color:beige;background-color:#0d0d0d}.ProjectDetail-module__YNUbAG__hero{cursor:pointer;height:100vh;position:relative}.ProjectDetail-module__YNUbAG__heroImage{object-fit:cover;filter:brightness(.7)}.ProjectDetail-module__YNUbAG__heroOverlay{background:linear-gradient(#0000 50%,#0d0d0de6 100%);position:absolute;inset:0}.ProjectDetail-module__YNUbAG__heroContent{text-align:center;z-index:1;position:absolute;bottom:15%;left:0;right:0}.ProjectDetail-module__YNUbAG__heroType{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:1.5rem;font-size:.75rem;display:block}.ProjectDetail-module__YNUbAG__heroTitle{font-family:var(--font-cormorant);margin-bottom:1rem;font-size:clamp(3rem,8vw,6rem);font-weight:300}.ProjectDetail-module__YNUbAG__heroLocation{color:#f5f5dcb3;font-size:1rem}.ProjectDetail-module__YNUbAG__scrollHint{flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.ProjectDetail-module__YNUbAG__scrollHint span{letter-spacing:.2em;text-transform:uppercase;color:#f5f5dc80;font-size:.75rem}.ProjectDetail-module__YNUbAG__scrollLine{background:linear-gradient(#d4af37,#0000);width:1px;height:60px}.ProjectDetail-module__YNUbAG__detailsBar{border-top:1px solid #333;border-bottom:1px solid #333;grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.ProjectDetail-module__YNUbAG__detailsBar{grid-template-columns:repeat(4,1fr)}}.ProjectDetail-module__YNUbAG__detailItem{text-align:center;border-right:1px solid #333;padding:2rem}.ProjectDetail-module__YNUbAG__detailItem:last-child{border-right:none}.ProjectDetail-module__YNUbAG__detailValue{font-family:var(--font-cormorant);color:#d4af37;margin-bottom:.5rem;font-size:1.5rem;font-weight:400;display:block}.ProjectDetail-module__YNUbAG__detailLabel{letter-spacing:.2em;text-transform:uppercase;color:#f5f5dc80;font-size:.6875rem}.ProjectDetail-module__YNUbAG__sectionLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:2rem;font-size:.75rem;display:block}.ProjectDetail-module__YNUbAG__description{padding:6rem 2rem}.ProjectDetail-module__YNUbAG__descriptionInner{max-width:800px;margin:0 auto}.ProjectDetail-module__YNUbAG__descriptionContent p{color:#f5f5dccc;margin-bottom:1.5rem;font-size:1.0625rem;line-height:2}.ProjectDetail-module__YNUbAG__descriptionContent p:last-child{margin-bottom:0}.ProjectDetail-module__YNUbAG__features{background-color:#1a1a1a;padding:6rem 2rem}.ProjectDetail-module__YNUbAG__featuresInner{max-width:800px;margin:0 auto}.ProjectDetail-module__YNUbAG__featuresList{grid-template-columns:1fr;gap:1rem;padding:0;list-style:none;display:grid}@media (min-width:640px){.ProjectDetail-module__YNUbAG__featuresList{grid-template-columns:repeat(2,1fr)}}.ProjectDetail-module__YNUbAG__featuresList li{color:#f5f5dcb3;padding-left:1.5rem;font-size:1rem;position:relative}.ProjectDetail-module__YNUbAG__featuresList li:before{content:"—";color:#d4af37;position:absolute;left:0}.ProjectDetail-module__YNUbAG__gallery{padding:6rem 2rem}.ProjectDetail-module__YNUbAG__galleryGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.ProjectDetail-module__YNUbAG__galleryGrid{grid-template-columns:repeat(2,1fr)}}.ProjectDetail-module__YNUbAG__galleryItem{aspect-ratio:16/10;cursor:pointer;background:0 0;border:none;padding:0;position:relative;overflow:hidden}.ProjectDetail-module__YNUbAG__galleryImage{object-fit:cover;transition:transform .5s}.ProjectDetail-module__YNUbAG__galleryItem:hover .ProjectDetail-module__YNUbAG__galleryImage{transform:scale(1.05)}.ProjectDetail-module__YNUbAG__galleryOverlay{opacity:0;background-color:#0d0d0d80;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProjectDetail-module__YNUbAG__galleryItem:hover .ProjectDetail-module__YNUbAG__galleryOverlay{opacity:1}.ProjectDetail-module__YNUbAG__galleryOverlay span{letter-spacing:.2em;text-transform:uppercase;color:#d4af37;font-size:.75rem}.ProjectDetail-module__YNUbAG__navigation{border-top:1px solid #333;grid-template-columns:1fr 1fr;display:grid}.ProjectDetail-module__YNUbAG__navLink{flex-direction:column;gap:.5rem;padding:3rem 2rem;transition:background-color .3s;display:flex}.ProjectDetail-module__YNUbAG__navLink:hover{background-color:#1a1a1a}.ProjectDetail-module__YNUbAG__navLinkNext{text-align:right;border-left:1px solid #333}.ProjectDetail-module__YNUbAG__navLabel{letter-spacing:.2em;text-transform:uppercase;color:#d4af37;font-size:.6875rem}.ProjectDetail-module__YNUbAG__navTitle{font-family:var(--font-cormorant);color:beige;font-size:1.25rem}
.Footer-module__PCtfga__footer{background-color:#0d0d0d;border-top:1px solid #1a1a1a;padding:5rem 2rem 3rem}.Footer-module__PCtfga__container{max-width:1400px;margin:0 auto}.Footer-module__PCtfga__grid{grid-template-columns:2fr repeat(3,1fr);gap:4rem;margin-bottom:4rem;display:grid}@media (max-width:1024px){.Footer-module__PCtfga__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:640px){.Footer-module__PCtfga__grid{grid-template-columns:1fr;gap:2.5rem}}.Footer-module__PCtfga__brand{max-width:300px}.Footer-module__PCtfga__logo{font-family:var(--font-cormorant);letter-spacing:.1em;color:beige;text-transform:uppercase;margin-bottom:1rem;font-size:1.5rem;font-weight:500;display:block}.Footer-module__PCtfga__tagline{font-family:var(--font-inter);color:#666;font-size:.875rem;line-height:1.6}.Footer-module__PCtfga__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__PCtfga__columnTitle{font-family:var(--font-inter);letter-spacing:.15em;text-transform:uppercase;color:#d4af37;font-size:.6875rem;font-weight:500}.Footer-module__PCtfga__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__PCtfga__link{font-family:var(--font-inter);color:#a0a0a0;font-size:.875rem;transition:color .3s}.Footer-module__PCtfga__link:hover{color:beige}.Footer-module__PCtfga__address{flex-direction:column;gap:.5rem;font-style:normal;display:flex}.Footer-module__PCtfga__bottom{border-top:1px solid #1a1a1a;padding-top:2rem}.Footer-module__PCtfga__copyright{font-family:var(--font-inter);color:#666;letter-spacing:.05em;font-size:.75rem}
.ContactForm-module__bLRjVG__form{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__bLRjVG__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.ContactForm-module__bLRjVG__row{grid-template-columns:1fr 1fr}}.ContactForm-module__bLRjVG__success{text-align:center;padding:3rem 2rem}.ContactForm-module__bLRjVG__successTitle{font-family:var(--font-cormorant);color:#d4af37;margin-bottom:1rem;font-size:2rem;font-weight:400}.ContactForm-module__bLRjVG__successText{color:beige;font-size:1rem;line-height:1.6}
.ServiceCard-module__8lYiyq__card{background-color:#1a1a1a;border:1px solid #333;padding:2rem;transition:all .3s}.ServiceCard-module__8lYiyq__card:hover{border-color:#d4af37}.ServiceCard-module__8lYiyq__iconWrapper{color:#d4af37;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.ServiceCard-module__8lYiyq__title{font-family:var(--font-cormorant);color:beige;margin-bottom:.75rem;font-size:1.25rem;font-weight:500}.ServiceCard-module__8lYiyq__description{font-family:var(--font-inter);color:silver;font-size:.9375rem;line-height:1.7}
.AboutPage-module__nEOETG__page{color:beige;background-color:#0d0d0d}.AboutPage-module__nEOETG__hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.AboutPage-module__nEOETG__heroBackground{position:absolute;inset:0}.AboutPage-module__nEOETG__heroImage{object-fit:cover;filter:grayscale(30%)}.AboutPage-module__nEOETG__heroOverlay{background:linear-gradient(#0d0d0d66,#0d0d0de6);position:absolute;inset:0}.AboutPage-module__nEOETG__heroContent{z-index:1;text-align:center;max-width:900px;padding:0 2rem;position:relative}.AboutPage-module__nEOETG__heroLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:2rem;font-size:.75rem;display:block}.AboutPage-module__nEOETG__heroTitle{font-family:var(--font-cormorant);color:beige;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:300;line-height:1.2}.AboutPage-module__nEOETG__heroScroll{flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.AboutPage-module__nEOETG__heroScroll span{letter-spacing:.2em;text-transform:uppercase;color:#f5f5dc80;font-size:.75rem}.AboutPage-module__nEOETG__scrollLine{background:linear-gradient(#d4af37,#0000);width:1px;height:60px}.AboutPage-module__nEOETG__statsBar{border-top:1px solid #333;border-bottom:1px solid #333;grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.AboutPage-module__nEOETG__statsBar{grid-template-columns:repeat(4,1fr)}}.AboutPage-module__nEOETG__stat{text-align:center;border-right:1px solid #333;padding:3rem 2rem}.AboutPage-module__nEOETG__stat:last-child{border-right:none}.AboutPage-module__nEOETG__statValue{font-family:var(--font-cormorant);color:#d4af37;margin-bottom:.5rem;font-size:3rem;font-weight:300;display:block}.AboutPage-module__nEOETG__statLabel{letter-spacing:.15em;text-transform:uppercase;color:#f5f5dc99;font-size:.75rem}.AboutPage-module__nEOETG__storySection{padding:0}.AboutPage-module__nEOETG__storyGrid{grid-template-columns:1fr;min-height:80vh;display:grid}@media (min-width:1024px){.AboutPage-module__nEOETG__storyGrid{grid-template-columns:1fr 1fr}}.AboutPage-module__nEOETG__storyImage{min-height:400px;position:relative}.AboutPage-module__nEOETG__storyImg{object-fit:cover}.AboutPage-module__nEOETG__storyContent{flex-direction:column;justify-content:center;padding:4rem 2rem;display:flex}@media (min-width:1024px){.AboutPage-module__nEOETG__storyContent{padding:6rem 4rem}}.AboutPage-module__nEOETG__storyLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:1.5rem;font-size:.75rem}.AboutPage-module__nEOETG__storyTitle{font-family:var(--font-cormorant);color:beige;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.AboutPage-module__nEOETG__storyText{color:#f5f5dcb3;margin-bottom:2rem;font-size:1rem;line-height:1.8}.AboutPage-module__nEOETG__storyDivider{background-color:#d4af37;width:60px;height:1px;margin-bottom:2rem}.AboutPage-module__nEOETG__storyQuote{font-family:var(--font-cormorant);color:#f5f5dccc;font-size:1.25rem;font-style:italic}.AboutPage-module__nEOETG__philosophy{background-color:#1a1a1a;padding:8rem 2rem}.AboutPage-module__nEOETG__philosophyInner{max-width:1200px;margin:0 auto}.AboutPage-module__nEOETG__philosophyTitle{font-family:var(--font-cormorant);text-align:center;color:beige;margin-bottom:4rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.AboutPage-module__nEOETG__philosophyGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.AboutPage-module__nEOETG__philosophyGrid{grid-template-columns:repeat(3,1fr)}}.AboutPage-module__nEOETG__philosophyItem{text-align:center;padding:2rem}.AboutPage-module__nEOETG__philosophyNumber{letter-spacing:.2em;color:#d4af37;margin-bottom:1.5rem;font-size:.75rem;display:block}.AboutPage-module__nEOETG__philosophyItem h3{font-family:var(--font-cormorant);color:beige;margin-bottom:1rem;font-size:1.5rem;font-weight:400}.AboutPage-module__nEOETG__philosophyItem p{color:#f5f5dcb3;font-size:.9375rem;line-height:1.7}.AboutPage-module__nEOETG__teamSection{padding:8rem 2rem}.AboutPage-module__nEOETG__teamHeader{text-align:center;margin-bottom:4rem}.AboutPage-module__nEOETG__teamLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:1rem;font-size:.75rem;display:block}.AboutPage-module__nEOETG__teamTitle{font-family:var(--font-cormorant);color:beige;font-size:clamp(2rem,4vw,3rem);font-weight:300}.AboutPage-module__nEOETG__teamGrid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.AboutPage-module__nEOETG__teamGrid{grid-template-columns:repeat(4,1fr)}}.AboutPage-module__nEOETG__teamMember{text-align:center}.AboutPage-module__nEOETG__teamPhoto{background-color:#1a1a1a;border:1px solid #d4af37;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1.5rem;display:flex}.AboutPage-module__nEOETG__teamInitials{font-family:var(--font-cormorant);color:#d4af37;font-size:1.5rem}.AboutPage-module__nEOETG__teamName{color:beige;margin-bottom:.25rem;font-size:1rem;font-weight:500}.AboutPage-module__nEOETG__teamRole{color:#f5f5dc99;font-size:.8125rem}.AboutPage-module__nEOETG__cta{background-color:#d4af37;padding:6rem 2rem}.AboutPage-module__nEOETG__ctaInner{text-align:center;max-width:600px;margin:0 auto}.AboutPage-module__nEOETG__ctaTitle{font-family:var(--font-cormorant);color:#0d0d0d;margin-bottom:2rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:300}
.ServicesPage-module__esDZHG__page{color:beige;background-color:#0d0d0d;padding-top:100px}.ServicesPage-module__esDZHG__hero{text-align:center;border-bottom:1px solid #333;padding:6rem 2rem 8rem}.ServicesPage-module__esDZHG__heroLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:1.5rem;font-size:.75rem;display:block}.ServicesPage-module__esDZHG__heroTitle{font-family:var(--font-cormorant);color:beige;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:300}.ServicesPage-module__esDZHG__heroSubtitle{color:#f5f5dc99;max-width:500px;margin:0 auto;font-size:1.125rem}.ServicesPage-module__esDZHG__services{max-width:1000px;margin:0 auto;padding:0 2rem}.ServicesPage-module__esDZHG__serviceItem{padding:4rem 0}.ServicesPage-module__esDZHG__serviceHeader{align-items:baseline;gap:2rem;margin-bottom:2rem;display:flex}.ServicesPage-module__esDZHG__serviceNumber{letter-spacing:.2em;color:#d4af37;font-size:.75rem}.ServicesPage-module__esDZHG__serviceTitle{font-family:var(--font-cormorant);color:beige;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400}.ServicesPage-module__esDZHG__serviceContent{grid-template-columns:1fr;gap:2rem;padding-left:0;display:grid}@media (min-width:768px){.ServicesPage-module__esDZHG__serviceContent{grid-template-columns:1fr 1fr;padding-left:4rem}}.ServicesPage-module__esDZHG__serviceDesc{color:#f5f5dcb3;font-size:1rem;line-height:1.8}.ServicesPage-module__esDZHG__serviceFeatures{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.ServicesPage-module__esDZHG__serviceFeatures li{color:#f5f5dc99;padding-left:1.5rem;font-size:.9375rem;position:relative}.ServicesPage-module__esDZHG__serviceFeatures li:before{content:"—";color:#d4af37;position:absolute;left:0}.ServicesPage-module__esDZHG__serviceLine{background-color:#333;height:1px;margin-top:4rem}.ServicesPage-module__esDZHG__cta{text-align:center;background-color:#1a1a1a;padding:8rem 2rem}.ServicesPage-module__esDZHG__ctaInner{max-width:600px;margin:0 auto}.ServicesPage-module__esDZHG__ctaLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:1.5rem;font-size:.75rem;display:block}.ServicesPage-module__esDZHG__ctaTitle{font-family:var(--font-cormorant);color:beige;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}
.ProcessPage-module__cVDWTG__page{color:beige;background-color:#0d0d0d;padding-top:100px}.ProcessPage-module__cVDWTG__hero{text-align:center;border-bottom:1px solid #333;padding:6rem 2rem 8rem}.ProcessPage-module__cVDWTG__heroLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:1.5rem;font-size:.75rem;display:block}.ProcessPage-module__cVDWTG__heroTitle{font-family:var(--font-cormorant);color:beige;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:300}.ProcessPage-module__cVDWTG__heroSubtitle{color:#f5f5dc99;max-width:500px;margin:0 auto;font-size:1.125rem}.ProcessPage-module__cVDWTG__timeline{padding:6rem 2rem}.ProcessPage-module__cVDWTG__timelineInner{max-width:800px;margin:0 auto}.ProcessPage-module__cVDWTG__step{grid-template-columns:80px 1fr;gap:2rem;padding-bottom:4rem;display:grid;position:relative}@media (min-width:768px){.ProcessPage-module__cVDWTG__step{grid-template-columns:100px 1fr;gap:3rem}}.ProcessPage-module__cVDWTG__stepNumber{font-family:var(--font-cormorant);color:#d4af37;font-size:3rem;font-weight:300;line-height:1}.ProcessPage-module__cVDWTG__stepContent{padding-top:.5rem}.ProcessPage-module__cVDWTG__stepTitle{font-family:var(--font-cormorant);color:beige;margin-bottom:1rem;font-size:1.75rem;font-weight:400}.ProcessPage-module__cVDWTG__stepDesc{color:#f5f5dcb3;font-size:1rem;line-height:1.8}.ProcessPage-module__cVDWTG__stepLine{background:linear-gradient(#d4af37 0%,#0000 100%);width:1px;position:absolute;top:4rem;bottom:0;left:40px}@media (min-width:768px){.ProcessPage-module__cVDWTG__stepLine{left:50px}}.ProcessPage-module__cVDWTG__cta{text-align:center;background-color:#d4af37;padding:6rem 2rem}.ProcessPage-module__cVDWTG__ctaInner{max-width:600px;margin:0 auto}.ProcessPage-module__cVDWTG__ctaTitle{font-family:var(--font-cormorant);color:#0d0d0d;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:300}.ProcessPage-module__cVDWTG__ctaText{color:#0d0d0db3;margin-bottom:2rem;font-size:1.125rem}
.ContactPage-module__3E0Bea__page{color:beige;background-color:#0d0d0d;min-height:100vh;padding-top:100px}.ContactPage-module__3E0Bea__hero{text-align:center;border-bottom:1px solid #333;padding:6rem 2rem}.ContactPage-module__3E0Bea__heroLabel{letter-spacing:.3em;text-transform:uppercase;color:#d4af37;margin-bottom:1.5rem;font-size:.75rem;display:block}.ContactPage-module__3E0Bea__heroTitle{font-family:var(--font-cormorant);color:beige;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:300}.ContactPage-module__3E0Bea__heroSubtitle{color:#f5f5dc99;max-width:500px;margin:0 auto;font-size:1.125rem}.ContactPage-module__3E0Bea__content{padding:6rem 2rem}.ContactPage-module__3E0Bea__grid{grid-template-columns:1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:1024px){.ContactPage-module__3E0Bea__grid{grid-template-columns:1fr 1.5fr;gap:6rem}}.ContactPage-module__3E0Bea__info{flex-direction:column;gap:2.5rem;display:flex}.ContactPage-module__3E0Bea__infoBlock{border-bottom:1px solid #333;padding-bottom:1.5rem}.ContactPage-module__3E0Bea__infoLabel{letter-spacing:.2em;text-transform:uppercase;color:#d4af37;margin-bottom:.75rem;font-size:.75rem;display:block}.ContactPage-module__3E0Bea__infoValue{color:beige;font-size:1.125rem;font-style:normal;line-height:1.6}.ContactPage-module__3E0Bea__infoValue a{color:inherit;transition:color .2s}.ContactPage-module__3E0Bea__infoValue a:hover{color:#d4af37}.ContactPage-module__3E0Bea__social{padding-top:1rem}.ContactPage-module__3E0Bea__socialLinks{gap:1.5rem;margin-top:.75rem;display:flex}.ContactPage-module__3E0Bea__socialLinks a{color:beige;font-size:.875rem;font-weight:500;transition:color .2s}.ContactPage-module__3E0Bea__socialLinks a:hover{color:#d4af37}.ContactPage-module__3E0Bea__formWrapper{background-color:#1a1a1a;padding:3rem}.ContactPage-module__3E0Bea__formTitle{font-family:var(--font-cormorant);color:beige;margin-bottom:2rem;font-size:1.75rem;font-weight:400}
.Button-module__IUd03W__button{font-family:var(--font-bebas);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:3px solid #000;justify-content:center;align-items:center;gap:.5rem;font-weight:400;transition:all .1s;display:inline-flex;position:relative}.Button-module__IUd03W__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__IUd03W__sm{padding:.5rem 1rem;font-size:1rem}.Button-module__IUd03W__md{padding:.75rem 1.5rem;font-size:1.25rem}.Button-module__IUd03W__lg{padding:1rem 2rem;font-size:1.5rem}.Button-module__IUd03W__primary{color:#e8e8e8;background-color:#000}.Button-module__IUd03W__primary:hover:not(:disabled){background-color:#ff6b35;border-color:#ff6b35}.Button-module__IUd03W__secondary{color:#000;background-color:#ff6b35;border-color:#ff6b35}.Button-module__IUd03W__secondary:hover:not(:disabled){color:#ff6b35;background-color:#000;border-color:#000}.Button-module__IUd03W__outline{color:#000;background-color:#0000}.Button-module__IUd03W__outline:hover:not(:disabled){color:#e8e8e8;background-color:#000}.Button-module__IUd03W__ghost{color:#000;background-color:#0000;border-color:#0000}.Button-module__IUd03W__ghost:hover:not(:disabled){border-color:#000}.Button-module__IUd03W__fullWidth{width:100%}.Button-module__IUd03W__loading{pointer-events:none}.Button-module__IUd03W__spinner{border:3px solid #0000;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite Button-module__IUd03W__spin;position:absolute}.Button-module__IUd03W__hiddenText{visibility:hidden}@keyframes Button-module__IUd03W__spin{to{transform:rotate(360deg)}}
.Navbar-module__75qGGW__header{z-index:100;background-color:#e8e8e8;border-bottom:3px solid #000;position:fixed;top:0;left:0;right:0}.Navbar-module__75qGGW__nav{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__75qGGW__logo{font-family:var(--font-bebas);color:#000;letter-spacing:.05em;font-size:2rem}.Navbar-module__75qGGW__desktopNav{gap:0;list-style:none;display:none}@media (min-width:1024px){.Navbar-module__75qGGW__desktopNav{display:flex}}.Navbar-module__75qGGW__navLink{font-family:var(--font-space-mono);color:#000;border-left:1px solid #000;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:background-color .1s}.Navbar-module__75qGGW__navLink:first-child{border-left:3px solid #000}.Navbar-module__75qGGW__navLink:hover,.Navbar-module__75qGGW__navLink.Navbar-module__75qGGW__active{background-color:#ff6b35}.Navbar-module__75qGGW__menuButton{font-family:var(--font-space-mono);color:#000;cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:700}@media (min-width:1024px){.Navbar-module__75qGGW__menuButton{display:none}}.Navbar-module__75qGGW__mobileNav{opacity:0;visibility:hidden;background-color:#e8e8e8;border-top:3px solid #000;flex-direction:column;padding:2rem;transition:all .2s;display:flex;position:fixed;inset:60px 0 0}.Navbar-module__75qGGW__mobileNav.Navbar-module__75qGGW__open{opacity:1;visibility:visible}.Navbar-module__75qGGW__mobileLink{font-family:var(--font-bebas);color:#000;opacity:0;border-bottom:3px solid #000;align-items:baseline;gap:1rem;padding:.5rem 0;font-size:3rem;display:flex;transform:translate(-20px)}.Navbar-module__75qGGW__mobileNav.Navbar-module__75qGGW__open .Navbar-module__75qGGW__mobileLink{animation:.3s forwards Navbar-module__75qGGW__slideIn}.Navbar-module__75qGGW__mobileLink.Navbar-module__75qGGW__active,.Navbar-module__75qGGW__mobileLink:hover{color:#ff6b35}.Navbar-module__75qGGW__number{font-family:var(--font-space-mono);color:#95a5a6;font-size:.875rem}@keyframes Navbar-module__75qGGW__slideIn{to{opacity:1;transform:translate(0)}}
.Hero-module__nVIQNG__hero{background-color:#e8e8e8;grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}@media (max-width:768px){.Hero-module__nVIQNG__hero{grid-template-columns:1fr}}.Hero-module__nVIQNG__imageWrapper{min-height:60vh;position:relative}@media (max-width:768px){.Hero-module__nVIQNG__imageWrapper{position:absolute;inset:0}}.Hero-module__nVIQNG__image{object-fit:cover;filter:grayscale()}.Hero-module__nVIQNG__content{z-index:1;flex-direction:column;justify-content:center;padding:6rem 3rem;display:flex;position:relative}@media (max-width:768px){.Hero-module__nVIQNG__content{background-color:#e8e8e8e6}}.Hero-module__nVIQNG__titleWrapper{margin-bottom:2rem;transform:translate(-30%)}@media (max-width:768px){.Hero-module__nVIQNG__titleWrapper{transform:none}}.Hero-module__nVIQNG__title{font-family:var(--font-bebas);color:#000;letter-spacing:-.02em;font-size:clamp(4rem,15vw,12rem);line-height:.9}.Hero-module__nVIQNG__info{max-width:400px}.Hero-module__nVIQNG__tagline{font-family:var(--font-space-mono);color:#4a4a4a;border-left:3px solid #ff6b35;margin-bottom:2rem;padding-left:1rem;font-size:.875rem;line-height:1.8}.Hero-module__nVIQNG__gridOverlay{pointer-events:none;background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}
.ProjectCard-module__vLNHsG__card{background-color:#e8e8e8;border:3px solid #000;position:relative}.ProjectCard-module__vLNHsG__link{display:block}.ProjectCard-module__vLNHsG__number{font-family:var(--font-bebas);color:#d0d0d0;z-index:1;font-size:4rem;line-height:1;position:absolute;top:-1.5rem;right:1rem}.ProjectCard-module__vLNHsG__imageWrapper{aspect-ratio:4/3;border-bottom:3px solid #000;position:relative;overflow:hidden}.ProjectCard-module__vLNHsG__image{object-fit:cover;filter:grayscale();transition:filter .2s,transform .3s}.ProjectCard-module__vLNHsG__link:hover .ProjectCard-module__vLNHsG__image{filter:grayscale(0%);transform:scale(1.02)}.ProjectCard-module__vLNHsG__content{padding:1.5rem}.ProjectCard-module__vLNHsG__type{font-family:var(--font-space-mono);color:#ff6b35;margin-bottom:.5rem;font-size:.6875rem;display:block}.ProjectCard-module__vLNHsG__title{font-family:var(--font-bebas);color:#000;margin-bottom:.5rem;font-size:2rem;transition:color .2s}.ProjectCard-module__vLNHsG__link:hover .ProjectCard-module__vLNHsG__title{color:#ff6b35}.ProjectCard-module__vLNHsG__location{font-family:var(--font-space-mono);color:#666;font-size:.75rem}
.ProjectGrid-module__AgR8Ga__container{width:100%}.ProjectGrid-module__AgR8Ga__filters{border:3px solid #000;flex-wrap:wrap;gap:0;margin-bottom:3rem;display:flex}.ProjectGrid-module__AgR8Ga__filterBtn{font-family:var(--font-space-mono);color:#000;cursor:pointer;background:0 0;border:none;border-right:1px solid #000;padding:1rem 1.5rem;font-size:.6875rem;font-weight:700;transition:all .1s}.ProjectGrid-module__AgR8Ga__filterBtn:last-child{border-right:none}.ProjectGrid-module__AgR8Ga__filterBtn:hover{background-color:#d0d0d0}.ProjectGrid-module__AgR8Ga__filterBtn.ProjectGrid-module__AgR8Ga__active{color:#000;background-color:#ff6b35}.ProjectGrid-module__AgR8Ga__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.ProjectGrid-module__AgR8Ga__grid{grid-template-columns:1fr}}.ProjectGrid-module__AgR8Ga__grid>:nth-child(3n+1){transform:translateY(2rem)}.ProjectGrid-module__AgR8Ga__grid>:nth-child(3n+2){transform:translateY(-1rem)}.ProjectGrid-module__AgR8Ga__empty{font-family:var(--font-space-mono);color:#666;text-align:center;border:3px dashed #000;padding:4rem;font-size:.875rem}
.ProjectDetail-module__tvEznq__article{color:#000;background-color:#e8e8e8}.ProjectDetail-module__tvEznq__header{max-width:1400px;margin:0 auto;padding:6rem 2rem 3rem}.ProjectDetail-module__tvEznq__headerTop{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ProjectDetail-module__tvEznq__type{font-family:var(--font-space-mono);color:#ff6b35;font-size:.875rem}.ProjectDetail-module__tvEznq__year{font-family:var(--font-bebas);color:#000;font-size:2rem}.ProjectDetail-module__tvEznq__title{font-family:var(--font-bebas);margin-bottom:1rem;font-size:clamp(3rem,10vw,8rem);font-weight:400;line-height:.9}.ProjectDetail-module__tvEznq__location{font-family:var(--font-space-mono);color:#4a4a4a;font-size:1rem}.ProjectDetail-module__tvEznq__hero{aspect-ratio:21/9;cursor:pointer;border-top:3px solid #000;border-bottom:3px solid #000;position:relative}.ProjectDetail-module__tvEznq__heroImage{object-fit:cover}.ProjectDetail-module__tvEznq__content{grid-template-columns:1fr;gap:3rem;max-width:1400px;margin:0 auto;padding:3rem 2rem 0;display:grid}@media (min-width:1024px){.ProjectDetail-module__tvEznq__content{grid-template-columns:200px 1fr 1fr}}.ProjectDetail-module__tvEznq__stats{border-bottom:3px solid #000;flex-direction:column;gap:2rem;padding-bottom:2rem;display:flex}@media (min-width:1024px){.ProjectDetail-module__tvEznq__stats{border-bottom:none;border-right:3px solid #000;padding-right:2rem}}.ProjectDetail-module__tvEznq__stat{flex-direction:column;gap:.25rem;display:flex}.ProjectDetail-module__tvEznq__statValue{font-family:var(--font-bebas);color:#ff6b35;font-size:1.75rem}.ProjectDetail-module__tvEznq__statLabel{font-family:var(--font-space-mono);color:#4a4a4a;font-size:.6875rem}.ProjectDetail-module__tvEznq__sectionLabel{font-family:var(--font-space-mono);letter-spacing:.1em;color:#4a4a4a;margin-bottom:1.5rem;font-size:.6875rem;display:block}.ProjectDetail-module__tvEznq__description{padding-bottom:2rem}.ProjectDetail-module__tvEznq__description p{font-family:var(--font-space-mono);color:#4a4a4a;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.ProjectDetail-module__tvEznq__description p:last-child{margin-bottom:0}.ProjectDetail-module__tvEznq__features ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.ProjectDetail-module__tvEznq__features li{font-family:var(--font-space-mono);color:#000;padding-left:1.5rem;font-size:.875rem;position:relative}.ProjectDetail-module__tvEznq__features li:before{content:"→";color:#ff6b35;position:absolute;left:0}.ProjectDetail-module__tvEznq__gallery{border-top:3px solid #000;max-width:1400px;margin:0 auto;padding:4rem 2rem}.ProjectDetail-module__tvEznq__galleryGrid{background-color:#000;border:3px solid #000;grid-template-columns:repeat(2,1fr);gap:3px;display:grid}@media (min-width:768px){.ProjectDetail-module__tvEznq__galleryGrid{grid-template-columns:repeat(3,1fr)}}.ProjectDetail-module__tvEznq__galleryItem{aspect-ratio:4/3;cursor:pointer;background:0 0;border:none;padding:0;position:relative;overflow:hidden}.ProjectDetail-module__tvEznq__galleryImage{object-fit:cover;transition:filter .3s}.ProjectDetail-module__tvEznq__galleryItem:hover .ProjectDetail-module__tvEznq__galleryImage{filter:brightness(.7)}.ProjectDetail-module__tvEznq__galleryIndex{font-family:var(--font-bebas);color:#ff6b35;opacity:0;font-size:2rem;transition:opacity .3s;position:absolute;top:1rem;left:1rem}.ProjectDetail-module__tvEznq__galleryItem:hover .ProjectDetail-module__tvEznq__galleryIndex{opacity:1}.ProjectDetail-module__tvEznq__navigation{border-top:3px solid #000;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.ProjectDetail-module__tvEznq__navLink{align-items:center;gap:1rem;display:flex}.ProjectDetail-module__tvEznq__navArrow{color:#ff6b35;font-size:1.5rem}.ProjectDetail-module__tvEznq__navText{font-family:var(--font-bebas);color:#000;font-size:1.125rem}.ProjectDetail-module__tvEznq__navBack{font-family:var(--font-space-mono);color:#4a4a4a;font-size:.875rem}.ProjectDetail-module__tvEznq__navBack:hover{color:#ff6b35}
.Footer-module__Q-pNfW__footer{color:#e8e8e8;background-color:#000;border-top:3px solid #ff6b35}.Footer-module__Q-pNfW__container{max-width:1600px;margin:0 auto}.Footer-module__Q-pNfW__grid{border-bottom:1px solid #333;grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:768px){.Footer-module__Q-pNfW__grid{grid-template-columns:1fr}}.Footer-module__Q-pNfW__brand,.Footer-module__Q-pNfW__links,.Footer-module__Q-pNfW__contact{border-right:1px solid #333;padding:2rem}@media (max-width:768px){.Footer-module__Q-pNfW__brand,.Footer-module__Q-pNfW__links,.Footer-module__Q-pNfW__contact{border-bottom:1px solid #333;border-right:none}}.Footer-module__Q-pNfW__logo{font-family:var(--font-bebas);color:#e8e8e8;font-size:1.5rem}.Footer-module__Q-pNfW__links{flex-direction:column;gap:.5rem;display:flex}.Footer-module__Q-pNfW__links a{font-family:var(--font-space-mono);color:#95a5a6;font-size:.75rem;transition:color .2s}.Footer-module__Q-pNfW__links a:hover{color:#ff6b35}.Footer-module__Q-pNfW__contact a{font-family:var(--font-space-mono);color:#ff6b35;font-size:.75rem}.Footer-module__Q-pNfW__bottom{font-family:var(--font-space-mono);color:#666;padding:1.5rem 2rem;font-size:.6875rem}
.AboutPage-module__pGksaa__page{color:#000;background-color:#e8e8e8;padding-top:80px}.AboutPage-module__pGksaa__container{max-width:1400px;margin:0 auto;padding:0 2rem}.AboutPage-module__pGksaa__header{border-bottom:3px solid #000;padding:4rem 2rem}.AboutPage-module__pGksaa__headerContent{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.AboutPage-module__pGksaa__title{font-family:var(--font-bebas);color:#000;font-size:clamp(4rem,12vw,10rem);font-weight:400;line-height:.85}.AboutPage-module__pGksaa__stats{gap:3rem;display:flex}.AboutPage-module__pGksaa__stat{text-align:right}.AboutPage-module__pGksaa__statValue{font-family:var(--font-bebas);color:#ff6b35;font-size:2.5rem;display:block}.AboutPage-module__pGksaa__statLabel{font-family:var(--font-space-mono);letter-spacing:.1em;color:#4a4a4a;font-size:.75rem}.AboutPage-module__pGksaa__section{border-bottom:3px solid #000;padding:6rem 0}.AboutPage-module__pGksaa__label{font-family:var(--font-space-mono);letter-spacing:.1em;color:#4a4a4a;margin-bottom:1rem;font-size:.75rem;display:block}.AboutPage-module__pGksaa__sectionTitle{font-family:var(--font-bebas);color:#000;margin-bottom:2rem;font-size:clamp(2rem,5vw,4rem);font-weight:400}.AboutPage-module__pGksaa__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.AboutPage-module__pGksaa__grid{grid-template-columns:1fr 2fr}}.AboutPage-module__pGksaa__text{font-family:var(--font-space-mono);color:#4a4a4a;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.AboutPage-module__pGksaa__philosophySection{color:#e8e8e8;background-color:#000;padding:6rem 0}.AboutPage-module__pGksaa__philosophySection .AboutPage-module__pGksaa__label{color:#ff6b35}.AboutPage-module__pGksaa__philosophyGrid{grid-template-columns:1fr;gap:3rem;margin-top:3rem;display:grid}@media (min-width:768px){.AboutPage-module__pGksaa__philosophyGrid{grid-template-columns:repeat(3,1fr)}}.AboutPage-module__pGksaa__philosophyItem{border-left:3px solid #ff6b35;padding-left:1.5rem}.AboutPage-module__pGksaa__philosophyItem h3{font-family:var(--font-bebas);color:#e8e8e8;margin-bottom:1rem;font-size:1.5rem}.AboutPage-module__pGksaa__philosophyItem p{font-family:var(--font-space-mono);color:#e8e8e8b3;font-size:.875rem;line-height:1.6}.AboutPage-module__pGksaa__teamGrid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;display:grid}@media (min-width:768px){.AboutPage-module__pGksaa__teamGrid{grid-template-columns:repeat(4,1fr)}}.AboutPage-module__pGksaa__teamMember{aspect-ratio:1}.AboutPage-module__pGksaa__teamPhoto{width:100%;height:100%;font-family:var(--font-bebas);color:#4a4a4a;background-color:#d0d0d0;border:3px solid #000;justify-content:center;align-items:center;font-size:2rem;display:flex}.AboutPage-module__pGksaa__cta{text-align:center;padding:6rem 0}.AboutPage-module__pGksaa__ctaTitle{font-family:var(--font-bebas);color:#000;margin-bottom:2rem;font-size:clamp(3rem,8vw,6rem)}
.ServicesPage-module__K4Nhka__page{color:#000;background-color:#e8e8e8;padding-top:80px}.ServicesPage-module__K4Nhka__header{border-bottom:3px solid #000;padding:4rem 2rem}.ServicesPage-module__K4Nhka__title{font-family:var(--font-bebas);max-width:1400px;margin:0 auto;font-size:clamp(4rem,12vw,10rem);font-weight:400;line-height:.85}.ServicesPage-module__K4Nhka__services{max-width:1400px;margin:0 auto}.ServicesPage-module__K4Nhka__serviceItem{border-bottom:3px solid #000;grid-template-columns:100px 1fr 1fr;align-items:center;gap:2rem;padding:3rem 2rem;display:grid}@media (max-width:768px){.ServicesPage-module__K4Nhka__serviceItem{grid-template-columns:1fr;gap:1rem}}.ServicesPage-module__K4Nhka__serviceId{font-family:var(--font-space-mono);color:#ff6b35;font-size:.875rem}.ServicesPage-module__K4Nhka__serviceTitle{font-family:var(--font-bebas);color:#000;font-size:clamp(2rem,4vw,3rem)}.ServicesPage-module__K4Nhka__serviceDesc{font-family:var(--font-space-mono);color:#4a4a4a;font-size:1rem}.ServicesPage-module__K4Nhka__cta{text-align:center;padding:6rem 2rem}.ServicesPage-module__K4Nhka__ctaTitle{font-family:var(--font-bebas);margin-bottom:2rem;font-size:clamp(3rem,8vw,6rem)}
.ProcessPage-module__O3P5Jq__page{color:#000;background-color:#e8e8e8;padding-top:80px}.ProcessPage-module__O3P5Jq__header{border-bottom:3px solid #000;padding:4rem 2rem}.ProcessPage-module__O3P5Jq__title{font-family:var(--font-bebas);max-width:1400px;margin:0 auto;font-size:clamp(4rem,12vw,10rem);font-weight:400;line-height:.85}.ProcessPage-module__O3P5Jq__steps{grid-template-columns:repeat(2,1fr);max-width:1400px;margin:0 auto;display:grid}@media (min-width:1024px){.ProcessPage-module__O3P5Jq__steps{grid-template-columns:repeat(3,1fr)}}.ProcessPage-module__O3P5Jq__step{border-bottom:3px solid #000;border-right:3px solid #000;padding:3rem 2rem;position:relative}.ProcessPage-module__O3P5Jq__step:nth-child(2n){border-right:none}@media (min-width:1024px){.ProcessPage-module__O3P5Jq__step:nth-child(2n){border-right:3px solid #000}.ProcessPage-module__O3P5Jq__step:nth-child(3n){border-right:none}}.ProcessPage-module__O3P5Jq__stepNumber{font-family:var(--font-bebas);color:#ff6b35;margin-bottom:1rem;font-size:4rem;line-height:1}.ProcessPage-module__O3P5Jq__stepTitle{font-family:var(--font-bebas);color:#000;margin-bottom:.5rem;font-size:2rem}.ProcessPage-module__O3P5Jq__stepDesc{font-family:var(--font-space-mono);color:#4a4a4a;font-size:.875rem}.ProcessPage-module__O3P5Jq__stepArrow{display:none}.ProcessPage-module__O3P5Jq__cta{text-align:center;color:#e8e8e8;background-color:#000;padding:6rem 2rem}.ProcessPage-module__O3P5Jq__ctaTitle{font-family:var(--font-bebas);color:#e8e8e8;margin-bottom:2rem;font-size:clamp(4rem,10vw,8rem)}
.ContactPage-module__pe0S9a__page{color:#000;background-color:#e8e8e8;min-height:100vh;padding-top:80px}.ContactPage-module__pe0S9a__header{border-bottom:3px solid #000;padding:4rem 2rem}.ContactPage-module__pe0S9a__title{font-family:var(--font-bebas);max-width:1400px;margin:0 auto;font-size:clamp(4rem,12vw,10rem);font-weight:400;line-height:.85}.ContactPage-module__pe0S9a__content{max-width:1400px;margin:0 auto;padding:4rem 2rem}.ContactPage-module__pe0S9a__grid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.ContactPage-module__pe0S9a__grid{grid-template-columns:1fr 2fr}}.ContactPage-module__pe0S9a__info{flex-direction:column;gap:2rem;display:flex}.ContactPage-module__pe0S9a__infoBlock{border-left:3px solid #ff6b35;padding-left:1.5rem}.ContactPage-module__pe0S9a__label{font-family:var(--font-space-mono);letter-spacing:.1em;color:#4a4a4a;margin-bottom:.5rem;font-size:.75rem;display:block}.ContactPage-module__pe0S9a__infoBlock a,.ContactPage-module__pe0S9a__infoBlock address{font-family:var(--font-space-mono);color:#000;font-size:1rem;font-style:normal}.ContactPage-module__pe0S9a__infoBlock a:hover{color:#ff6b35}.ContactPage-module__pe0S9a__formWrapper{background-color:#d0d0d0;border:3px solid #000;padding:2rem}
.Button-module__r_35EG__button{font-family:var(--font-nunito);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative}.Button-module__r_35EG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__r_35EG__sm{padding:.625rem 1.25rem;font-size:.8125rem}.Button-module__r_35EG__md{padding:.875rem 1.75rem;font-size:.9375rem}.Button-module__r_35EG__lg{padding:1.125rem 2.25rem;font-size:1rem}.Button-module__r_35EG__primary{color:#fff;background-color:#e07a5f;box-shadow:0 4px 14px #e07a5f4d}.Button-module__r_35EG__primary:hover:not(:disabled){background-color:#d16b50;transform:translateY(-2px);box-shadow:0 6px 20px #e07a5f66}.Button-module__r_35EG__secondary{color:#fff;background-color:#81b29a;box-shadow:0 4px 14px #81b29a4d}.Button-module__r_35EG__secondary:hover:not(:disabled){background-color:#6fa388;transform:translateY(-2px)}.Button-module__r_35EG__outline{color:#e07a5f;background-color:#0000;border:2px solid #e07a5f}.Button-module__r_35EG__outline:hover:not(:disabled){color:#fff;background-color:#e07a5f}.Button-module__r_35EG__ghost{color:#3d405b;background-color:#0000}.Button-module__r_35EG__ghost:hover:not(:disabled){background-color:#3d405b0d}.Button-module__r_35EG__fullWidth{width:100%}.Button-module__r_35EG__loading{pointer-events:none}.Button-module__r_35EG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite Button-module__r_35EG__spin;position:absolute}.Button-module__r_35EG__hiddenText{visibility:hidden}@keyframes Button-module__r_35EG__spin{to{transform:rotate(360deg)}}
.Navbar-module__e6K9vW__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#faf7f2f2;padding:1.5rem 2rem;transition:padding .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__e6K9vW__header.Navbar-module__e6K9vW__scrolled{padding:1rem 2rem;box-shadow:0 2px 20px #0000000d}.Navbar-module__e6K9vW__nav{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex;position:relative}.Navbar-module__e6K9vW__logo{font-family:var(--font-lora);color:#3d405b;z-index:1001;font-size:1.5rem;font-weight:500}.Navbar-module__e6K9vW__desktopNav{gap:.5rem;display:none}@media (min-width:1024px){.Navbar-module__e6K9vW__desktopNav{display:flex}}.Navbar-module__e6K9vW__navLink{font-family:var(--font-nunito);color:#3d405b;border-radius:50px;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s}.Navbar-module__e6K9vW__navLink:hover{background-color:#f5e6d3}.Navbar-module__e6K9vW__navLink.Navbar-module__e6K9vW__active{color:#fff;background-color:#e07a5f}.Navbar-module__e6K9vW__contactBtn{font-family:var(--font-nunito);color:#fff;background-color:#e07a5f;border-radius:50px;margin-left:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s}.Navbar-module__e6K9vW__contactBtn:hover{background-color:#c9664d;transform:translateY(-2px)}.Navbar-module__e6K9vW__menuBtn{cursor:pointer;z-index:1001;background-color:#f5e6d3;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s;display:flex;position:relative}.Navbar-module__e6K9vW__menuBtn:hover{background-color:#e8dfd4}@media (min-width:1024px){.Navbar-module__e6K9vW__menuBtn{display:none}}.Navbar-module__e6K9vW__menuIcon{background-color:#3d405b;width:20px;height:2px;transition:background-color .3s;position:relative}.Navbar-module__e6K9vW__menuIcon:before,.Navbar-module__e6K9vW__menuIcon:after{content:"";background-color:#3d405b;width:100%;height:2px;transition:transform .3s,top .3s,bottom .3s;position:absolute;left:0}.Navbar-module__e6K9vW__menuIcon:before{top:-6px}.Navbar-module__e6K9vW__menuIcon:after{bottom:-6px}.Navbar-module__e6K9vW__menuIcon.Navbar-module__e6K9vW__open{background-color:#0000}.Navbar-module__e6K9vW__menuIcon.Navbar-module__e6K9vW__open:before{background-color:#e07a5f;top:0;transform:rotate(45deg)}.Navbar-module__e6K9vW__menuIcon.Navbar-module__e6K9vW__open:after{background-color:#e07a5f;bottom:0;transform:rotate(-45deg)}.Navbar-module__e6K9vW__mobileMenu{z-index:999;opacity:0;visibility:hidden;background-color:#faf7f2;border-radius:0 0 24px 24px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:fixed;top:85px;left:0;right:0;transform:translateY(-20px);box-shadow:0 10px 40px #0000001a}.Navbar-module__e6K9vW__header.Navbar-module__e6K9vW__scrolled+.Navbar-module__e6K9vW__nav .Navbar-module__e6K9vW__mobileMenu,.Navbar-module__e6K9vW__header.Navbar-module__e6K9vW__scrolled .Navbar-module__e6K9vW__mobileMenu{top:70px}@media (min-width:1024px){.Navbar-module__e6K9vW__mobileMenu{display:none!important}}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__e6K9vW__mobileLink{font-family:var(--font-nunito);color:#3d405b;text-align:center;opacity:0;border-radius:50px;width:100%;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:600;transition:all .2s;transform:translateY(10px)}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open .Navbar-module__e6K9vW__mobileLink{opacity:1;transform:translateY(0)}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open .Navbar-module__e6K9vW__mobileLink:first-child{transition-delay:50ms}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open .Navbar-module__e6K9vW__mobileLink:nth-child(2){transition-delay:.1s}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open .Navbar-module__e6K9vW__mobileLink:nth-child(3){transition-delay:.15s}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open .Navbar-module__e6K9vW__mobileLink:nth-child(4){transition-delay:.2s}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open .Navbar-module__e6K9vW__mobileLink:nth-child(5){transition-delay:.25s}.Navbar-module__e6K9vW__mobileMenu.Navbar-module__e6K9vW__open .Navbar-module__e6K9vW__mobileLink:nth-child(6){transition-delay:.3s}.Navbar-module__e6K9vW__mobileLink:hover{background-color:#f5e6d3}.Navbar-module__e6K9vW__mobileLink.Navbar-module__e6K9vW__active{color:#fff;background-color:#e07a5f}
.Hero-module__iwRclG__hero{background-color:#f5e6d3;grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;display:grid;position:relative;overflow:hidden}@media (max-width:1024px){.Hero-module__iwRclG__hero{text-align:center;grid-template-columns:1fr}}.Hero-module__iwRclG__content{z-index:1;padding:8rem 4rem}@media (max-width:1024px){.Hero-module__iwRclG__content{padding:10rem 2rem 4rem}}.Hero-module__iwRclG__title{font-family:var(--font-lora);color:#3d405b;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.2}.Hero-module__iwRclG__tagline{font-family:var(--font-nunito);color:#6d6d6d;max-width:450px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}@media (max-width:1024px){.Hero-module__iwRclG__tagline{margin:0 auto 2.5rem}}.Hero-module__iwRclG__imageWrapper{justify-content:center;align-items:center;height:100%;min-height:500px;padding:4rem;display:flex;position:relative}@media (max-width:1024px){.Hero-module__iwRclG__imageWrapper{min-height:400px;padding:2rem}}.Hero-module__iwRclG__imageContainer{border-radius:200px 200px 24px 24px;width:100%;height:80%;min-height:400px;position:relative;overflow:hidden;box-shadow:0 20px 60px #3d405b26}.Hero-module__iwRclG__image{object-fit:cover}.Hero-module__iwRclG__curve{position:absolute;bottom:-1px;left:0;right:0}.Hero-module__iwRclG__curve svg{width:100%;height:80px;display:block}
.ProjectCard-module__u9qz5q__card{background-color:#fff;border-radius:16px;transition:all .4s;overflow:hidden;box-shadow:0 4px 20px #3d405b14}.ProjectCard-module__u9qz5q__card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #3d405b26}.ProjectCard-module__u9qz5q__link{display:block}.ProjectCard-module__u9qz5q__imageWrapper{aspect-ratio:4/3;position:relative;overflow:hidden}.ProjectCard-module__u9qz5q__image{object-fit:cover;transition:transform .6s}.ProjectCard-module__u9qz5q__card:hover .ProjectCard-module__u9qz5q__image{transform:scale(1.05)}.ProjectCard-module__u9qz5q__content{padding:1.5rem}.ProjectCard-module__u9qz5q__type{font-family:var(--font-nunito);text-transform:uppercase;letter-spacing:.1em;color:#81b29a;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.ProjectCard-module__u9qz5q__title{font-family:var(--font-lora);color:#3d405b;margin-bottom:.5rem;font-size:1.25rem;font-weight:500;transition:color .2s}.ProjectCard-module__u9qz5q__card:hover .ProjectCard-module__u9qz5q__title{color:#e07a5f}.ProjectCard-module__u9qz5q__location{font-family:var(--font-nunito);color:#6d6d6d;font-size:.875rem}
.ProjectGrid-module__cDm3pG__container{width:100%}.ProjectGrid-module__cDm3pG__filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.ProjectGrid-module__cDm3pG__filterBtn{font-family:var(--font-nunito);color:#6d6d6d;cursor:pointer;background-color:#0000;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s}.ProjectGrid-module__cDm3pG__filterBtn:hover{color:#3d405b;background-color:#f5e6d3}.ProjectGrid-module__cDm3pG__filterBtn.ProjectGrid-module__cDm3pG__active{color:#fff;background-color:#e07a5f}.ProjectGrid-module__cDm3pG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.ProjectGrid-module__cDm3pG__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width:1024px){.ProjectGrid-module__cDm3pG__grid{grid-template-columns:repeat(3,1fr)}}.ProjectGrid-module__cDm3pG__grid>:nth-child(2n){transform:translateY(1.5rem)}.ProjectGrid-module__cDm3pG__empty{font-family:var(--font-nunito);color:#6d6d6d;text-align:center;padding:4rem;font-size:1rem}
.ProjectDetail-module__p-Plqa__article{color:#3d405b;background-color:#faf7f2;padding-top:100px}.ProjectDetail-module__p-Plqa__header{grid-template-columns:1fr;gap:3rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}@media (min-width:1024px){.ProjectDetail-module__p-Plqa__header{grid-template-columns:1fr 1.5fr;align-items:center;padding:4rem 2rem}}.ProjectDetail-module__p-Plqa__headerContent{order:2}@media (min-width:1024px){.ProjectDetail-module__p-Plqa__headerContent{order:1}}.ProjectDetail-module__p-Plqa__type{font-family:var(--font-nunito);letter-spacing:.1em;text-transform:uppercase;color:#e07a5f;background-color:#e07a5f1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.ProjectDetail-module__p-Plqa__title{font-family:var(--font-lora);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.2}.ProjectDetail-module__p-Plqa__location{font-family:var(--font-nunito);color:#6d6d6d;font-size:1.125rem}.ProjectDetail-module__p-Plqa__headerImage{aspect-ratio:4/3;cursor:pointer;border-radius:24px;order:1;position:relative;overflow:hidden}@media (min-width:1024px){.ProjectDetail-module__p-Plqa__headerImage{border-radius:0 24px 24px 0;order:2}}.ProjectDetail-module__p-Plqa__heroImage{object-fit:cover;transition:transform .5s}.ProjectDetail-module__p-Plqa__headerImage:hover .ProjectDetail-module__p-Plqa__heroImage{transform:scale(1.03)}.ProjectDetail-module__p-Plqa__details{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:800px;margin:0 auto 4rem;padding:0 2rem;display:grid}@media (min-width:640px){.ProjectDetail-module__p-Plqa__details{grid-template-columns:repeat(4,1fr)}}.ProjectDetail-module__p-Plqa__detailCard{text-align:center;background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000d}.ProjectDetail-module__p-Plqa__detailLabel{font-family:var(--font-nunito);letter-spacing:.1em;text-transform:uppercase;color:#e07a5f;margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:block}.ProjectDetail-module__p-Plqa__detailValue{font-family:var(--font-lora);color:#3d405b;font-size:1.125rem}.ProjectDetail-module__p-Plqa__content{background-color:#fff;border-radius:24px;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid}@media (min-width:1024px){.ProjectDetail-module__p-Plqa__content{grid-template-columns:2fr 1fr;padding:4rem}}.ProjectDetail-module__p-Plqa__sectionTitle{font-family:var(--font-lora);color:#3d405b;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.ProjectDetail-module__p-Plqa__description p{font-family:var(--font-nunito);color:#6d6d6d;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.ProjectDetail-module__p-Plqa__description p:last-child{margin-bottom:0}.ProjectDetail-module__p-Plqa__features{background-color:#f5e6d3;border-radius:16px;padding:2rem}.ProjectDetail-module__p-Plqa__featuresTitle{font-family:var(--font-lora);color:#3d405b;margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.ProjectDetail-module__p-Plqa__features ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.ProjectDetail-module__p-Plqa__features li{font-family:var(--font-nunito);color:#6d6d6d;padding-left:1.5rem;font-size:.9375rem;position:relative}.ProjectDetail-module__p-Plqa__features li:before{content:"✓";color:#81b29a;position:absolute;left:0}.ProjectDetail-module__p-Plqa__gallery{max-width:1400px;margin:0 auto;padding:4rem 2rem}.ProjectDetail-module__p-Plqa__galleryGrid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.ProjectDetail-module__p-Plqa__galleryGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProjectDetail-module__p-Plqa__galleryGrid{grid-template-columns:repeat(3,1fr)}}.ProjectDetail-module__p-Plqa__galleryItem{aspect-ratio:4/3;cursor:pointer;background:0 0;border:none;border-radius:16px;padding:0;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.ProjectDetail-module__p-Plqa__galleryItem:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.ProjectDetail-module__p-Plqa__galleryImage{object-fit:cover}.ProjectDetail-module__p-Plqa__navigation{flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:4rem 2rem;display:flex}.ProjectDetail-module__p-Plqa__navCard{text-align:center;background-color:#fff;border-radius:16px;min-width:200px;padding:1.5rem 2rem;transition:all .3s;box-shadow:0 4px 20px #0000000d}.ProjectDetail-module__p-Plqa__navCard:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.ProjectDetail-module__p-Plqa__navLabel{font-family:var(--font-nunito);letter-spacing:.1em;text-transform:uppercase;color:#e07a5f;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.ProjectDetail-module__p-Plqa__navTitle{font-family:var(--font-lora);color:#3d405b;font-size:1.125rem}
.Footer-module__KAhHyq__footer{background-color:#f5e6d3;position:relative}.Footer-module__KAhHyq__curve{position:absolute;top:-79px;left:0;right:0}.Footer-module__KAhHyq__curve svg{width:100%;height:80px;display:block}.Footer-module__KAhHyq__container{text-align:center;max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem}.Footer-module__KAhHyq__content{margin-bottom:2rem}.Footer-module__KAhHyq__logo{font-family:var(--font-lora);color:#3d405b;margin-bottom:1rem;font-size:1.75rem;font-weight:500;display:block}.Footer-module__KAhHyq__tagline{font-family:var(--font-nunito);color:#6d6d6d;margin-bottom:2rem;font-size:1rem}.Footer-module__KAhHyq__nav{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.Footer-module__KAhHyq__nav a{font-family:var(--font-nunito);color:#3d405b;font-size:.9375rem;font-weight:600;transition:color .2s}.Footer-module__KAhHyq__nav a:hover{color:#e07a5f}.Footer-module__KAhHyq__bottom{border-top:1px solid #e8dfd4;padding-top:2rem}.Footer-module__KAhHyq__bottom p{font-family:var(--font-nunito);color:#6d6d6d;font-size:.8125rem}
.AboutPage-module__wrREWG__page{color:#3d405b;background-color:#faf7f2;padding-top:80px}.AboutPage-module__wrREWG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.AboutPage-module__wrREWG__hero{grid-template-columns:1fr;min-height:60vh;display:grid}@media (min-width:1024px){.AboutPage-module__wrREWG__hero{grid-template-columns:1fr 1fr}}.AboutPage-module__wrREWG__heroContent{flex-direction:column;justify-content:center;padding:4rem 2rem;display:flex}@media (min-width:1024px){.AboutPage-module__wrREWG__heroContent{padding:6rem}}.AboutPage-module__wrREWG__heroLabel{font-family:var(--font-nunito);color:#e07a5f;margin-bottom:1rem;font-size:.875rem;font-weight:600}.AboutPage-module__wrREWG__heroTitle{font-family:var(--font-lora);color:#3d405b;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.2}.AboutPage-module__wrREWG__heroImage{border-radius:0 0 0 60px;min-height:300px;position:relative;overflow:hidden}.AboutPage-module__wrREWG__heroImg{object-fit:cover}.AboutPage-module__wrREWG__section{padding:6rem 0}.AboutPage-module__wrREWG__storyCard{background-color:#f5e6d3;border-radius:24px;max-width:800px;margin:0 auto;padding:3rem}@media (min-width:768px){.AboutPage-module__wrREWG__storyCard{padding:4rem}}.AboutPage-module__wrREWG__storyTitle{font-family:var(--font-lora);color:#3d405b;margin-bottom:1.5rem;font-size:2rem;font-weight:400}.AboutPage-module__wrREWG__storyText{font-family:var(--font-nunito);color:#6d6d6d;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.AboutPage-module__wrREWG__storyText:last-child{margin-bottom:0}.AboutPage-module__wrREWG__valuesSection{background-color:#fff;padding:6rem 0}.AboutPage-module__wrREWG__sectionTitle{font-family:var(--font-lora);text-align:center;color:#3d405b;margin-bottom:3rem;font-size:2rem;font-weight:400}.AboutPage-module__wrREWG__valuesGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.AboutPage-module__wrREWG__valuesGrid{grid-template-columns:repeat(4,1fr)}}.AboutPage-module__wrREWG__valueCard{text-align:center;background-color:#faf7f2;border-radius:16px;padding:2rem}.AboutPage-module__wrREWG__valueIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.AboutPage-module__wrREWG__valueTitle{font-family:var(--font-lora);color:#3d405b;margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.AboutPage-module__wrREWG__valueDesc{font-family:var(--font-nunito);color:#6d6d6d;font-size:.9375rem}.AboutPage-module__wrREWG__cta{text-align:center;background-color:#e07a5f;padding:6rem 0}.AboutPage-module__wrREWG__ctaTitle{font-family:var(--font-lora);color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:400}.AboutPage-module__wrREWG__ctaText{font-family:var(--font-nunito);color:#ffffffe6;margin-bottom:2rem;font-size:1.125rem}
.ServicesPage-module__l9vPCW__page{color:#3d405b;background-color:#faf7f2;padding-top:80px}.ServicesPage-module__l9vPCW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.ServicesPage-module__l9vPCW__header{text-align:center;padding:4rem 0 6rem}.ServicesPage-module__l9vPCW__title{font-family:var(--font-lora);color:#3d405b;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:400}.ServicesPage-module__l9vPCW__subtitle{font-family:var(--font-nunito);color:#6d6d6d;font-size:1.125rem}.ServicesPage-module__l9vPCW__services{padding-bottom:6rem}.ServicesPage-module__l9vPCW__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:768px){.ServicesPage-module__l9vPCW__grid{grid-template-columns:repeat(2,1fr)}}.ServicesPage-module__l9vPCW__serviceCard{text-align:center;background-color:#fff;border-radius:24px;padding:3rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000000d}.ServicesPage-module__l9vPCW__serviceCard:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.ServicesPage-module__l9vPCW__serviceIcon{margin-bottom:1.5rem;font-size:3rem;display:block}.ServicesPage-module__l9vPCW__serviceTitle{font-family:var(--font-lora);color:#3d405b;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.ServicesPage-module__l9vPCW__serviceDesc{font-family:var(--font-nunito);color:#6d6d6d;font-size:1rem;line-height:1.6}.ServicesPage-module__l9vPCW__cta{text-align:center;background-color:#e07a5f;padding:6rem 0}.ServicesPage-module__l9vPCW__ctaTitle{font-family:var(--font-lora);color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:400}
.ProcessPage-module__KMNMbq__page{color:#3d405b;background-color:#faf7f2;padding-top:80px}.ProcessPage-module__KMNMbq__container{max-width:800px;margin:0 auto;padding:0 2rem}.ProcessPage-module__KMNMbq__header{text-align:center;padding:4rem 0 6rem}.ProcessPage-module__KMNMbq__title{font-family:var(--font-lora);color:#3d405b;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:400}.ProcessPage-module__KMNMbq__subtitle{font-family:var(--font-nunito);color:#6d6d6d;font-size:1.125rem}.ProcessPage-module__KMNMbq__steps{padding-bottom:6rem}.ProcessPage-module__KMNMbq__timeline{flex-direction:column;gap:2rem;display:flex}.ProcessPage-module__KMNMbq__step{align-items:flex-start;gap:2rem;display:flex}.ProcessPage-module__KMNMbq__stepNum{color:#fff;width:60px;height:60px;font-family:var(--font-lora);background-color:#e07a5f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:500;display:flex}.ProcessPage-module__KMNMbq__stepContent{background-color:#fff;border-radius:16px;flex:1;padding:2rem;box-shadow:0 4px 20px #0000000d}.ProcessPage-module__KMNMbq__stepTitle{font-family:var(--font-lora);color:#3d405b;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.ProcessPage-module__KMNMbq__stepDesc{font-family:var(--font-nunito);color:#6d6d6d;font-size:1rem}.ProcessPage-module__KMNMbq__cta{text-align:center;background-color:#e07a5f;padding:6rem 0}.ProcessPage-module__KMNMbq__ctaTitle{font-family:var(--font-lora);color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:400}
