@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Manrope:wght@200..800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background-color:#000;font-family:Manrope,sans-serif;font-weight:400;line-height:1.5}body{color:#fff;background:#000;min-width:320px;min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh}@media (max-width:768px){.container{padding:0 1.5rem}}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}::selection{color:#fff;background:#fff3}.nav-bar{z-index:1000;justify-content:space-between;align-items:center;width:100vw;padding:1.5rem 2rem;transition:background-color .3s;display:flex;position:fixed;top:0;left:0}.nav-bar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#141313e6}.nav-logo{color:var(--base-100);letter-spacing:.05em;cursor:pointer;font-size:1.5rem;font-weight:600;transition:color .3s}.nav-logo:hover{color:var(--color-gold)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links li a{color:var(--base-200);letter-spacing:.05em;cursor:pointer;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links li a:hover{color:var(--base-100)}.nav-menu-btn{cursor:pointer;z-index:1001;flex-direction:column;gap:6px;padding:.5rem;display:none}.nav-menu-btn span{background-color:var(--base-100);width:28px;height:2px;transition:all .3s}.nav-menu-btn.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-menu-btn.open span:nth-child(2){opacity:0}.nav-menu-btn.open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.mobile-menu{background-color:var(--base-500);opacity:0;pointer-events:none;z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100vw;height:100svh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{color:var(--base-100);font-size:2rem;font-weight:500;text-decoration:none;transition:color .3s}.mobile-menu a:hover{color:var(--color-gold)}@media (max-width:768px){.nav-links{display:none}.nav-menu-btn{display:flex}}.featured-projects{background-color:var(--base-500);width:100vw;color:var(--base-100);padding:1rem;position:relative}.featured-projects .featured-project-card{width:100%;height:100svh;transform-style:preserve-3d;perspective:1000px;will-change:transform;justify-content:center;align-items:center;display:flex;position:sticky}.featured-projects .featured-project-card-inner{background-color:var(--base-450);transform-origin:50% 100%;will-change:transform;border-radius:2rem;gap:1rem;width:100%;height:calc(100% - 2rem);padding:1rem;display:flex;position:relative;overflow:hidden}.featured-projects .featured-project-card-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.featured-projects .featured-project-card-content-main{flex-direction:column;align-items:flex-start;padding:2rem;display:flex}.featured-projects .featured-project-card-info{text-align:left;width:40%;color:var(--base-250);padding:2rem}.featured-projects .featured-project-card-info p{color:var(--base-250)}.featured-projects .featured-project-card-title h2{color:#fff;padding:2rem 0 1rem}.featured-projects .featured-project-card-description{text-align:left;width:75%;color:var(--base-250)}.featured-projects .featured-project-card-description p{color:var(--base-250)}.featured-projects .featured-project-card-img{border-radius:1.5rem;flex:2;width:100%;height:100%;overflow:hidden}.featured-projects .featured-project-card-img img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .5s}.featured-projects .featured-project-card-inner:hover .featured-project-card-img img{transform:scale(1.05)}.featured-projects .featured-project-card-cta{margin-top:2rem}.featured-projects .featured-project-card-cta span{color:var(--color-gold);letter-spacing:.05em;font-size:1.1rem;font-weight:500;transition:all .3s}.featured-projects .featured-project-card-inner:hover .featured-project-card-cta span{letter-spacing:.1em}.featured-projects .featured-project-card-inner:after{content:"";background-color:var(--base-500);width:100%;height:100%;opacity:var(--after-opacity,0);will-change:opacity;pointer-events:none;z-index:2;position:absolute;top:0;left:0}@media (max-width:1000px){.featured-projects .featured-project-card-inner{flex-direction:column}.featured-projects .featured-project-card-content,.featured-projects .featured-project-card-img{flex:1}.featured-projects .featured-project-card-info{text-align:center;width:75%;margin:0 auto}.featured-projects .featured-project-card-title{text-align:center;width:100%}.featured-projects .featured-project-card-description{display:none}}.gallery-modal-overlay{z-index:10000;background-color:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal{flex-direction:column;width:95vw;max-width:1400px;height:95vh;padding:2rem;display:flex;position:relative}.gallery-modal-close{width:50px;height:50px;color:var(--base-100);cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.gallery-modal-close:hover{background:#fff3;transform:rotate(90deg)}.gallery-modal-header{text-align:center;margin-bottom:1rem}.gallery-modal-header h2{color:var(--base-100);margin-bottom:.5rem;font-size:2rem}.gallery-modal-header p{color:var(--base-300);font-size:1rem}.gallery-modal-content{flex:1;justify-content:center;align-items:center;gap:1rem;min-height:0;display:flex}.gallery-modal-image{flex:1;justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.gallery-modal-image img,.gallery-modal-image video{object-fit:contain;border-radius:1rem;max-width:100%;max-height:60vh;animation:.3s slideIn}.gallery-modal-image video{background-color:#000}@keyframes slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.gallery-nav-btn{width:60px;height:60px;color:var(--base-100);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;transition:all .3s;display:flex}.gallery-nav-btn:hover{background:var(--color-gold);border-color:var(--color-gold);color:var(--base-500)}.gallery-modal-thumbnails{flex-wrap:wrap;justify-content:center;gap:.5rem;max-height:120px;padding:1rem 0;display:flex;overflow-x:auto}.gallery-thumbnail{cursor:pointer;opacity:.5;border:2px solid #0000;border-radius:.5rem;flex-shrink:0;width:80px;height:60px;transition:all .3s;overflow:hidden}.gallery-thumbnail:hover{opacity:.8}.gallery-thumbnail.active{opacity:1;border-color:var(--color-gold)}.gallery-thumbnail img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.gallery-modal{padding:1rem}.gallery-nav-btn{width:45px;height:45px;font-size:1.5rem}.gallery-modal-header h2{font-size:1.5rem}.gallery-modal-thumbnails{max-height:80px}.gallery-thumbnail{width:60px;height:45px}}.footer{background-color:var(--base-500);flex-direction:column;gap:1rem;width:100vw;padding:1rem;display:flex;position:relative}.footer .footer-meta{width:100%;color:var(--base-300);border-radius:2rem;padding:4rem 0;position:relative}.footer .footer-meta .container{gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.footer .footer-meta-col{flex:1}.footer .footer-meta-col:first-child{flex-direction:column;gap:1rem;display:flex}.footer .footer-meta-logo{color:var(--base-100);margin-bottom:1rem}.footer .footer-meta-logo h3{color:var(--base-100);font-size:1.75rem}.footer .footer-meta-block h2{letter-spacing:.02em;color:var(--base-300);font-size:1.5rem;line-height:1.4}.footer .footer-nav-links{text-align:right;flex-direction:column;justify-content:flex-end;gap:.5rem;display:flex}.footer .footer-nav-links a{color:var(--base-300);cursor:pointer;text-decoration:none;transition:color .3s}.footer .footer-nav-links a:hover{color:var(--base-100)}.footer .footer-nav-links h3{color:inherit;font-size:1.25rem;font-weight:500}.footer .footer-socials-wrapper{gap:.5rem;margin-top:2rem;display:flex}.footer .footer-socials-wrapper .icon{border:1px solid var(--base-400);width:3.5rem;height:3.5rem;color:var(--base-200);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;text-decoration:none;transition:all .3s;display:flex}.footer .footer-socials-wrapper .icon:hover{border-color:var(--color-gold);color:var(--color-gold)}.footer-outro{border-top:1px solid var(--base-450);padding:2rem 0}.footer-outro .container{max-width:1400px;color:var(--base-400);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.footer-copyright p{color:var(--base-400);font-size:.9rem}.footer-copyright span{color:var(--base-200)}@media (max-width:768px){.footer .footer-meta .container{flex-direction:column;gap:3rem}.footer .footer-nav-links{text-align:left}.footer-outro .container{text-align:center;flex-direction:column;gap:1rem}}.scrolling-gallery{background-color:var(--base-500);width:100vw;height:95vh;position:relative;overflow:hidden}.scrolling-gallery-header{text-align:center;z-index:10;margin-bottom:.5rem;padding-top:4rem}.scrolling-gallery-subtitle{color:var(--color-gold);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem;font-size:1rem}.scrolling-gallery-header h2{color:var(--base-100);margin-bottom:0;font-size:3rem;font-weight:500}.scrolling-gallery-track{will-change:transform;align-items:center;gap:1rem;height:100%;margin-top:0;padding-bottom:5rem;display:flex}.scrolling-gallery-item{border-radius:1rem;flex-shrink:0;width:350px;height:450px;position:relative;overflow:hidden}.scrolling-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.scrolling-gallery-item:hover img{transform:scale(1.05)}.scrolling-gallery-item:after{content:"";pointer-events:none;background:linear-gradient(#0000,#00000080);width:100%;height:30%;position:absolute;bottom:0;left:0}@media (max-width:768px){.scrolling-gallery-subtitle{font-size:.85rem}.scrolling-gallery-header h2{font-size:2rem}.scrolling-gallery-item{width:280px;height:350px}}.admin-login{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-container{width:100%;max-width:450px}.login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:3rem;animation:.6s ease-out slideUp;box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-title{color:#fff;text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.login-subtitle{color:#ffffffb3;text-align:center;margin-bottom:2rem;font-size:1rem}.error-message{color:#ff6b6b;background:#dc354533;border:2px solid #dc3545;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;font-weight:500;animation:.3s shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#fff;font-size:.9rem;font-weight:600}.form-group input{color:#fff;background:#ffffff0d;border:2px solid #fff3;border-radius:10px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus{background:#ffffff1a;border-color:#fff;outline:none;box-shadow:0 0 0 3px #ffffff1a}.form-group input:disabled{cursor:not-allowed;opacity:.5;background:#ffffff05}.login-button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:10px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.login-button:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.back-home-button{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:10px;width:100%;margin-top:1rem;padding:.875rem;font-size:.9rem;font-weight:600;transition:all .3s}.back-home-button:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (max-width:768px){.login-card{padding:2rem}.login-title{font-size:2rem}}.admin-dashboard{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);min-height:100vh}.admin-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border-bottom:1px solid #ffffff1a;padding:2rem;box-shadow:0 4px 20px #0000004d}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;display:flex}.admin-header h1{margin:0;font-size:2rem}.header-actions{align-items:center;gap:1.5rem;display:flex}.username{font-size:1rem;font-weight:500}.logout-button{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.logout-button:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-2px)}.dashboard-content{max-width:1400px;margin:0 auto;padding:2rem}.stats-section{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;align-items:center;gap:1.5rem;padding:2rem;transition:transform .3s;display:flex;box-shadow:0 4px 15px #0000004d}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000080}.stat-icon{font-size:3rem}.stat-info h3{color:#fff;margin:0;font-size:2.5rem}.stat-info p{color:#ffffffb3;margin:0;font-size:1rem}.error-message{color:#ff6b6b;background:#dc354533;border:2px solid #dc3545;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;font-weight:500;display:flex}.error-message button{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:5px;padding:.5rem 1rem;font-weight:600}.loading{text-align:center;padding:4rem 2rem}.spinner{border:4px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:50px;height:50px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.contacts-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 15px #0000004d}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.section-header h2{color:#fff;margin:0}.refresh-button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.refresh-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.empty-state{text-align:center;color:#ffffff80;padding:4rem 2rem;font-size:1.2rem}.contacts-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.contact-card{cursor:pointer;background:#ffffff08;border:2px solid #ffffff1a;border-radius:12px;padding:1.5rem;transition:all .3s}.contact-card:hover{background:#ffffff0d;border-color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #ffffff1a}.contact-header{justify-content:space-between;align-items:start;margin-bottom:1rem;display:flex}.contact-header h3{color:#fff;margin:0;font-size:1.25rem}.delete-button{cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem;font-size:1.2rem;transition:all .3s}.delete-button:hover{opacity:1;transform:scale(1.2)}.contact-info p{color:#fffc;margin:.5rem 0;font-size:.95rem}.contact-info strong{margin-right:.5rem}.contact-date{color:#ffffff80;font-size:.85rem;margin-top:.75rem!important}.contact-preview{color:#ffffffb3;border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1rem;font-size:.9rem;line-height:1.5}.back-button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.back-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;padding:2.5rem;animation:.3s slideUp;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:#999;background:0 0;border:none;font-size:1.5rem;transition:color .3s;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:#333}.modal-content h2{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.75rem}.modal-details p{color:#555;margin:1rem 0;line-height:1.6}.modal-details strong{color:#333;min-width:100px;display:inline-block}.message-full{border-top:2px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.message-full p{color:#555;white-space:pre-wrap;margin-top:.5rem;line-height:1.8}.modal-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.action-button{color:#000;text-align:center;background:#fff;border-radius:10px;flex:1;min-width:150px;padding:.875rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.action-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}@media (max-width:768px){.header-content{flex-direction:column;align-items:flex-start}.contacts-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem}.modal-actions{flex-direction:column}.action-button{width:100%}}:root{--base-100:#f2ede6;--base-200:#ccc8c2;--base-250:#b3a798;--base-300:#998f82;--base-350:#80776c;--base-400:#665f56;--base-450:#1f1d1d;--base-500:#141313;--color-gold:#b28f4c;--color-accent:#c5a059}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0}body{background-color:#0d0c0c;font-family:Manrope,sans-serif}section,.footer{background-color:var(--base-500)}img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%}h1{letter-spacing:-.25rem;font-size:5rem;font-weight:500;line-height:1.05}h2{letter-spacing:-.15rem;font-size:3.5rem;font-weight:550;line-height:1.2}h3{letter-spacing:-.075rem;font-size:2.5rem;font-weight:500;line-height:1.2}p{font-size:1rem;font-weight:500;line-height:1.4}p.md{font-size:1.125rem;font-weight:500;line-height:1.4}p.lg{font-size:1.25rem;font-weight:500;line-height:1.4}p.mono{text-transform:uppercase;font-family:DM Mono;font-size:.9rem}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}h1{letter-spacing:-.1rem;font-size:3rem}h2{letter-spacing:-.1rem;font-size:2.5rem}h3{font-size:1.75rem}}.hero{background-color:#d3cec5;width:100vw;height:135svh;position:relative;overflow:hidden}.hero .hero-bg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero-bg video{object-fit:cover;object-position:center;width:100%;height:135svh}.hero .hero-gradient{z-index:2;background:linear-gradient(360deg,#141313 0%,#14131300 100%);width:100%;height:50svh;position:absolute;bottom:0;left:0}.hero .hero-overlay{background-color:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero-content{color:var(--base-100);text-align:center;z-index:3;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:75%;padding:1rem;display:flex;position:absolute;top:50svh;left:50%;transform:translate(-50%,-50%)}.hero .hero-content h1{color:var(--base-100)}.hero .hero-tagline{width:40%;color:var(--base-200)}.hero .hero-tagline p{color:var(--base-200)}.hero .hero-stats{z-index:2;width:100%;position:absolute;bottom:0}.hero .hero-stats .container{gap:1rem;width:100%;max-width:100%;padding:1rem;display:flex}.hero .hero-stats .stat{aspect-ratio:16/9;color:var(--base-200);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:#f2ede61a;border-radius:1rem;flex-direction:column;flex:1;padding:1rem;display:flex;overflow:hidden}.hero .hero-stats .stat h2{color:var(--base-100)}.hero .hero-stats .stat p{color:var(--base-200)}.hero .hero-stats .stat-count,.hero .hero-stats .stat-info{flex:1}.hero .hero-stats .stat-divider{background-color:#ffffff0d;width:100%;height:1px}.hero .hero-stats .stat-info{align-items:flex-end;display:flex}.hero-video{display:block}.hero-image-mobile{display:none}@media (max-width:1000px){.hero{height:175svh}.hero-video{display:none}.hero-image-mobile{display:block;height:175svh!important}.hero .hero-bg video{object-position:left;height:175svh}.hero .hero-content{width:100%}.hero .hero-tagline{width:75%}.hero .hero-stats .container{flex-direction:column}.hero .hero-stats .stat{aspect-ratio:16/6}.hero .hero-stats .stat-divider{display:none}}.what-we-do{width:100vw;height:max-content;color:var(--base-100);background-color:var(--base-500);padding:6rem 0}.what-we-do .container h1{color:var(--base-100);margin-bottom:4rem}.what-we-do .what-we-do-content{gap:2rem;width:100%;display:flex}.what-we-do .what-we-do-col{flex:1}.what-we-do .what-we-do-col:first-child{flex-direction:column;gap:1rem;display:flex}.what-we-do .what-we-do-col:first-child p.lg{color:var(--base-300);width:100%}.what-we-do .what-we-do-col:first-child p{color:var(--base-100)}.what-we-do .what-we-do-col:nth-child(2) p,.what-we-do .what-we-do-col .what-we-do-tags{width:100%}.what-we-do .what-we-do-tag{border:1px solid var(--color-gold);color:var(--base-100);border-radius:4rem;margin:0 .5rem .5rem 0;padding:1rem 2rem;display:inline-block}.what-we-do .what-we-do-tag h3{letter-spacing:.05em;color:var(--base-100);font-size:1.1rem}@media (max-width:1000px){.what-we-do .container h1{margin-bottom:4rem}.what-we-do-content{flex-direction:column}.what-we-do .what-we-do-col:first-child p.lg{width:100%}.what-we-do .what-we-do-tag{margin:0 .25rem .25rem 0;padding:.75rem 1.5rem}}.featured-projects-container{width:100vw;color:var(--base-100);background-color:var(--base-500);padding:5rem 0 0;position:relative;overflow:hidden}.featured-projects-container .featured-projects-header-callout,.featured-projects-container .featured-projects-header{text-align:center}.featured-projects-container .featured-projects-header-callout{color:var(--color-gold);margin-bottom:2rem}.featured-projects-container .featured-projects-header-callout p{color:var(--color-gold)}.featured-projects-container .featured-projects-header{width:50%;margin:0 auto 2rem}.featured-projects-container .featured-projects-header h2{color:var(--base-100)}@media (max-width:1000px){.featured-projects-container .featured-projects-header{width:100%}}.gallery-callout{background-color:var(--base-500);width:100vw;height:100%;min-height:100svh;color:var(--base-200);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.gallery-callout .container{justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;display:flex}.gallery-callout .gallery-callout-col{flex:1}.gallery-callout .gallery-callout-copy{flex-direction:column;gap:2rem;display:flex}.gallery-callout .gallery-callout-copy h3{color:var(--base-100)}.gallery-callout .gallery-callout-col:first-child{flex-direction:column;flex:2;gap:1rem;display:flex}.gallery-callout .gallery-callout-row{gap:1rem;width:100%;display:flex;position:relative;left:-10vw}.gallery-callout .gallery-callout-img{aspect-ratio:5/4;border-radius:.75rem;flex:1;position:relative;overflow:hidden}.gallery-callout .gallery-callout-img video,.gallery-callout .gallery-callout-img img{object-fit:cover;object-position:center;width:100%;height:100%}.gallery-callout .gallery-callout-img-content{z-index:1;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--base-100);background-color:#14131340;border-radius:.75rem;padding:1rem;position:absolute;left:1rem}.gallery-callout .gallery-callout-img-content h3{color:var(--base-100)}.gallery-callout .gallery-callout-img-content p{color:var(--base-200)}.gallery-callout .gallery-callout-img-1,.gallery-callout .gallery-callout-img-4{flex:.75}.gallery-callout .gallery-callout-row:first-child{align-items:flex-end}.gallery-callout .gallery-callout-row:nth-child(2){align-items:flex-start}@media (max-width:1000px){.gallery-callout .container{flex-direction:column}.gallery-callout .gallery-callout-row{left:0}.gallery-callout .gallery-callout-img-content{display:none}}.cta-window{flex-direction:column;gap:1rem;width:100vw;min-height:65vh;padding:0 1rem 1rem;display:flex;position:relative;overflow:hidden}.cta-window-content-wrapper{gap:1rem;width:100%;display:flex}.cta-window .cta-window-card{background-color:var(--base-450);border-radius:2rem;flex:1;align-items:flex-end;min-height:500px;display:flex;position:relative;overflow:hidden}.cta-window .cta-window-img-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.cta-window .cta-window-img-wrapper img{object-fit:cover;width:100%;height:100%}.cta-window .cta-window-img-overlay{background-color:#141313a6;width:100%;height:100%;position:absolute;top:0;left:0}.cta-window .cta-window-header{text-align:left;color:#fff;z-index:2;width:calc(100% - 4rem);padding:0;position:absolute;bottom:2rem;left:2rem}.cta-window .cta-window-header p{color:#fff;opacity:.8;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:1rem}.cta-window .cta-window-header h2{color:#fff;font-size:3rem;font-weight:300;line-height:1.2}.cta-window .cta-window-form{background-color:var(--base-450);border-radius:2rem;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.cta-window .cta-window-form h2{color:var(--color-gold);letter-spacing:0;margin-bottom:2rem;font-size:1.75rem}.cta-window .cta-window-form form{flex-direction:column;gap:1.5rem;width:100%;display:flex}.cta-window .cta-window-form input,.cta-window .cta-window-form textarea{color:#fff;background-color:#ffffff1a;border:1px solid #b28f4c33;border-radius:.75rem;width:100%;padding:1rem 1.25rem;font-family:Manrope,sans-serif;font-size:1rem;transition:border-color .3s}.cta-window .cta-window-form input:focus,.cta-window .cta-window-form textarea:focus{border-color:#b28f4c80;outline:none}.cta-window .cta-window-form input::placeholder,.cta-window .cta-window-form textarea::placeholder{color:var(--base-300)}.cta-window .cta-window-form textarea{resize:vertical;min-height:120px}.cta-window .cta-window-form button{background-color:var(--color-gold);width:100%;color:var(--base-500);cursor:pointer;border:none;border-radius:.75rem;padding:1rem 2rem;font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;transition:background-color .3s}.cta-window .cta-window-form button:hover{background-color:var(--color-accent)}@media (max-width:1000px){.cta-window-content-wrapper{flex-direction:column}.cta-window .cta-window-card{min-height:50vh}.cta-window .cta-window-header h2{font-size:2rem}.cta-window .cta-window-form{padding:2rem}}.loader{z-index:100000;pointer-events:all;background:#000;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.loader .overlay{color:#fff;width:100%;height:100%;display:flex;position:absolute;top:0}.loader .block{background:#000;width:100%;height:100%}.loader .intro-logo{gap:.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader #word-1{color:#fff;padding-right:.25rem;position:relative;left:0}.loader #word-2{color:#fff;padding-right:.25rem;position:relative;left:.5rem}.loader .word h1{color:#fff;letter-spacing:.2em;font-size:3rem;font-weight:700}.loader .divider{transform-origin:top;background-color:#ffffff4d;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.loader .spinner-container{position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.loader .spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.loader .line,.loader .word{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.loader .line h1,.loader .line p{will-change:transform;position:relative;transform:translateY(120%)}.loader #word-1 h1{transform:translateY(-120%)}.loader #word-2 h1{transform:translateY(120%)}.loader .block{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.loader .divider{will-change:transform;transform:scaleY(0%)}@media (max-width:768px){.loader .word h1{font-size:2rem}}
