.home-container{min-height:100vh;background-color:var(--bg-white);padding-top:12.25rem;width:100%;max-width:100vw;overflow-x:hidden}.main-content{max-width:80rem;height:40rem;margin:4rem auto 0;padding-top:12.25rem;padding-bottom:12.25rem}.content-grid{display:grid;grid-template-columns:1fr;gap:1px;align-items:center}@media (min-width:768px){.content-grid{grid-template-columns:1fr 1fr}}.left-section{gap:2rem}.left-section,.text-section{display:flex;flex-direction:column}.text-section{gap:0}.main-title{font-size:215px;font-weight:400;color:#EAEAEA;text-transform:uppercase;line-height:95%;letter-spacing:-.02em;margin:-10px;padding:0}.subtitle{font-size:95px;line-height:100%}.subtitle,.subtitle-2{font-weight:500;color:#EAEAEA;text-transform:uppercase;margin:0;padding:0}.subtitle-2{font-size:68.5px;line-height:120%}.right-section{display:flex;justify-content:center}.main-logo-container{position:relative;width:20rem;height:20rem}.about-section{background-color:var(--bg-gray-100);padding:4.375rem 0;height:52rem}.about-section-content{max-width:65rem;margin:0 auto;padding:0 1rem;text-align:center}.about-section h2{font-size:2rem;font-weight:500;color:var(--text-primary);margin-bottom:1rem}.about-section p{color:var(--text-secondary);max-width:80rem;margin:0 15px;line-height:1.6}.about-section-desc{font-size:.9rem}.about-gradient-div{background:var(--primary-gradient);color:var(--bg-white);padding:.375rem 1.5rem;border-radius:.5rem;opacity:.9;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-weight:700;border:none;cursor:pointer;box-shadow:var(--shadow-primary);position:relative;overflow:hidden}.about-gradient-div:hover{opacity:1;box-shadow:var(--shadow-primary-lg)}.about-btn{margin-top:10px;background-color:var(--bg-white)}.about-btn,.center-arrow{display:flex;align-items:center;justify-content:center}.center-arrow{padding:2rem 0;margin:0 auto;max-width:80rem}.center-arrow svg{transition:transform .3s ease;cursor:pointer}.center-arrow svg:hover{transform:translateY(4px) scale(1.1)}.center-arrow svg:active{transform:translateY(2px) scale(.95);transition:transform .1s ease}.gallery-section{background-color:var(--bg-white);padding:4.375rem 0;height:50rem}.gallery-section-content{max-width:65rem;padding:0 1rem;text-align:center}.gallery-section p{font-size:.9rem;color:var(--text-secondary);max-width:80rem;margin:0 auto;line-height:1.6}.gallery-arrow{display:flex;justify-content:center;align-items:center;padding:2rem 0;margin:0 auto;max-width:80rem}.about-grid{max-width:1100px;margin:0 auto;padding:45px 16px 8px}.about-grid-top{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.about-grid-top:has(.about-card:only-child){grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto;justify-items:center}.about-grid-bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.about-card{border-radius:16px;background:var(--bg-white);box-shadow:0 8px 24px rgba(0,0,0,.08);padding:20px 20px 24px}.about-card--top{min-height:205px}.about-card--bottom{min-height:180px;background:linear-gradient(to right,var(--primary-orange),var(--primary-red));color:var(--bg-white);display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:20px}.about-card--top .about-card-icon,.about-card-icon{display:flex;align-items:center;justify-content:center}.about-card--top .about-card-icon{width:48px;height:48px;margin:0 auto 20px}.about-card--bottom .about-card-icon{width:130px;height:130px;display:flex;align-items:center;justify-content:center;margin:10px auto}.about-card-title{font-weight:700;margin-bottom:6px;color:var(--text-primary);text-align:center;margin-left:auto;margin-right:auto}.about-card-title--light{color:var(--bg-white);font-weight:600;font-size:.9rem;line-height:1.2;max-width:120px;margin:10px auto}.about-card-desc-main-page-home{color:var(--text-secondary);line-height:1.3;font-size:.8rem;font-weight:300;text-align:center}@media (max-width:650px){.home-container{padding-top:8rem}.main-content{margin-top:0;height:auto;padding:0 1rem 2rem;max-width:100%;width:100%;box-sizing:border-box}.content-grid{grid-template-columns:1fr;gap:3.5rem;display:flex;flex-direction:column}.left-section{gap:1rem;display:contents}.text-section{gap:0;order:1}.left-section .universal-border-button{order:3;width:90%;font-size:1rem;padding:.75rem 1.5rem;text-align:center}.right-section{display:flex;justify-content:center;align-items:center;order:2;width:100%}.main-title{font-size:140px;margin:-5px;width:100%}.subtitle{font-size:62px;width:100%}.subtitle-2{font-size:45px;width:100%}.main-logo-container{width:15rem;height:15rem}.about-section{padding:2.5rem 0;height:auto}.about-section-content{padding:0 1rem}.about-section h2{font-size:1.75rem}.about-section-desc{font-size:1rem;text-align:left}.about-grid{padding:30px 12px}.about-card{padding:16px}.about-card--top{min-height:auto}.about-card--bottom{min-height:160px;padding:10px;margin-bottom:10px}.about-card-icon{width:40px;height:40px}.about-card-title--light{max-width:400px}.about-card--bottom .about-card-icon{width:100px;height:100px}.about-card-desc-main-page-home{font-size:.9rem}.gallery-section{padding:2.5rem 0;height:auto}.gallery-section-content{padding:0 1rem}.gallery-section h2{font-size:1.5rem}.center-arrow,.gallery-arrow{padding:3rem 0 0}.center-arrow svg{width:32px;height:31px}.universal-border-button{background:var(--accent-orange);border:2px solid var(--accent-orange);color:var(--bg-white);font-size:.875rem;padding:.8rem;min-width:auto;width:100%}.universal-border-button:hover{background:var(--primary-red);border-color:var(--primary-red);color:var(--bg-white)}.about-btn .universal-border-button{background:var(--accent-orange);border:2px solid var(--accent-orange);color:var(--bg-white);font-size:.875rem;padding:.8rem 8rem;min-width:auto}.about-btn :hover{background:var(--primary-red);border-color:var(--primary-red);color:var(--bg-white)}}@media (min-width:650px) and (max-width:767px){.home-container{padding-top:8rem}.main-content{margin-top:2rem;height:auto;padding:3rem 1.5rem;max-width:100%}.content-grid{grid-template-columns:1fr 1fr!important;gap:3.5rem}.right-section{display:flex;justify-content:center;align-items:center}.main-title{font-size:120px;margin:-8px}.subtitle{font-size:60px}.subtitle-2{font-size:42px}.main-logo-container{width:16rem;height:16rem}.about-section{padding:3rem 0;height:auto}.about-section-content{padding:0 1rem}.about-section h2{font-size:1.75rem}.about-section-desc{font-size:.9rem}.about-grid{padding:15px 12px}.about-grid-bottom,.about-grid-top{grid-template-columns:1fr;gap:10px}.about-card{padding:18px}.about-card--top{min-height:190px}.about-card--bottom{min-height:170px}.gallery-section{padding:3rem 0;height:auto}.gallery-section-content{padding:0 1rem}.gallery-section h2{font-size:1.75rem}.center-arrow,.gallery-arrow{padding:1.75rem 0}}@media (min-width:768px) and (max-width:1023px){.home-container{padding-top:8rem}.main-content{padding:4rem 2rem;margin-top:2rem;height:auto;max-width:100%}.content-grid{grid-template-columns:1fr 1fr!important;gap:2rem}.right-section{display:flex;justify-content:center;align-items:center}.main-title{font-size:140px;margin:-8px}.subtitle{font-size:65px}.subtitle-2{font-size:48px}.main-logo-container{width:18rem;height:18rem}.about-section{padding:3rem 0;height:auto}.about-section-content{padding:0 2rem}.about-section h2{font-size:1.75rem}.about-section-desc{font-size:.9rem}.about-grid{padding:15px}.about-grid-top{grid-template-columns:repeat(2,1fr);gap:10px;justify-items:center}.about-grid-top:has(.about-card:only-child){grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.about-grid-bottom{grid-template-columns:repeat(2,1fr);gap:10px}.about-card{padding:18px}.about-card--top{min-height:195px}.about-card--bottom{min-height:175px}.gallery-section{padding:3rem 0;height:auto}.gallery-section-content{padding:0 2rem}.gallery-section h2{font-size:1.75rem}.center-arrow,.gallery-arrow{padding:2rem 0}}@media (min-width:640px){.about-section-content,.main-content{padding:0 1.5rem}}@media (min-width:1024px){.about-section-content,.main-content{padding:0 7.5rem}.main-logo-container{width:24rem;height:24rem}.right-section{justify-content:flex-end}}@media (max-width:767px){.about-grid-bottom,.about-grid-top{grid-template-columns:1fr}}.about-grid-cta{display:flex;align-items:center;justify-content:center;margin-top:0}.gallery-section{padding:4rem 0}.gallery-section-content{max-width:1200px;margin:0 auto;padding:0 2rem}.gallery-section h2{font-size:2rem;font-weight:500;color:var(--text-primary);text-align:center;margin-bottom:1rem}.projects-slider{position:relative;margin-top:1.5rem;max-width:100%}.gallery-project-card{position:relative;background:white;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);height:33rem;display:flex}.gallery-project-image{flex:1;position:relative;overflow:hidden}.gallery-project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .8s ease;opacity:1}.placeholder-image{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#666;font-size:1rem;border:2px dashed #ddd}.gallery-project-image img.fade-out{opacity:0;transition:all .8s ease}.gallery-project-image img.fade-in{opacity:1;transition:all .8s ease}.gallery-project-info{position:absolute;left:1.4rem;top:1.4rem;background:var(--bg-white);padding:1rem;border-radius:.75rem;width:24.5rem;box-shadow:0 10px 25px -3px rgba(0,0,0,.1);z-index:98}.gallery-project-info h3{font-size:1.7rem;font-weight:500;color:var(--text-primary);margin:0;letter-spacing:-.02em}.gallery-project-info h3,.gallery-project-info p{text-align:left;padding:0;transition:all .8s ease}.gallery-project-info p{font-size:.9rem;font-weight:300;color:var(--text-muted);line-height:1.4;margin-bottom:0;letter-spacing:-.01em}.gallery-project-info.fade-out .project-details,.gallery-project-info.fade-out h3,.gallery-project-info.fade-out p{opacity:0;transition:all .8s ease}.gallery-project-info.fade-in .project-details,.gallery-project-info.fade-in h3,.gallery-project-info.fade-in p{opacity:1;transition:all .8s ease}.gallery-project-button.fade-out{opacity:0;transition:all .8s ease}.gallery-project-button.fade-in{opacity:1;transition:all .8s ease}.project-details{gap:1.5rem;margin-top:1.3rem;margin-bottom:0}.detail-item,.project-details{display:flex;transition:color .8s ease,background .8s ease,opacity .8s ease,letter-spacing .8s ease}.detail-item{align-items:center;gap:.5rem;color:var(--text-primary);font-size:1rem;font-weight:500}.detail-item svg{color:var(--accent-orange);width:18px;height:18px;transition:color .8s ease,opacity .8s ease}.icon-area{width:22px;height:22px;background-image:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6099 6.04999L15.9999 0.389992C15.9065 0.297311 15.7957 0.223986 15.6738 0.174221C15.552 0.124456 15.4215 0.0992314 15.2899 0.0999923C15.0276 0.101097 14.7762 0.205248 14.5899 0.389992L0.389914 14.54C0.203663 14.7274 0.0991211 14.9808 0.0991211 15.245C0.0991211 15.5092 0.203663 15.7626 0.389914 15.95L6.04991 21.61C6.14335 21.7027 6.25417 21.776 6.37601 21.8258C6.49784 21.8755 6.62831 21.9008 6.75991 21.9C7.02225 21.8989 7.27365 21.7947 7.45991 21.61L10.2899 18.78L18.7799 10.29L21.6099 7.45999C21.7962 7.27263 21.9007 7.01918 21.9007 6.75499C21.9007 6.49081 21.7962 6.23736 21.6099 6.04999ZM18.0699 8.16999L17.3599 7.45999C17.1726 7.27374 16.9191 7.1692 16.6549 7.1692C16.3907 7.1692 16.1373 7.27374 15.9499 7.45999C15.8562 7.55296 15.7818 7.66356 15.731 7.78542C15.6803 7.90727 15.6541 8.03798 15.6541 8.16999C15.6541 8.302 15.6803 8.43271 15.731 8.55457C15.7818 8.67643 15.8562 8.78703 15.9499 8.87999L16.6599 9.58999L15.2399 11L13.1199 8.87999C12.9286 8.71617 12.6825 8.63056 12.4309 8.64028C12.1792 8.65 11.9404 8.75433 11.7624 8.93243C11.5843 9.11052 11.4799 9.34926 11.4702 9.60094C11.4605 9.85261 11.5461 10.0987 11.7099 10.29L13.8299 12.41L12.4099 13.83L11.7099 13.12C11.5216 12.9317 11.2662 12.8259 10.9999 12.8259C10.7336 12.8259 10.4782 12.9317 10.2899 13.12C10.1016 13.3083 9.99582 13.5637 9.99582 13.83C9.99582 14.0963 10.1016 14.3517 10.2899 14.54L10.9999 15.24L9.58991 16.66L7.45991 14.54C7.27255 14.3537 7.0191 14.2492 6.75491 14.2492C6.49073 14.2492 6.23728 14.3537 6.04991 14.54C5.86366 14.7274 5.75912 14.9808 5.75912 15.245C5.75912 15.5092 5.86366 15.7626 6.04991 15.95L8.16991 18.07L6.75991 19.49L2.50991 15.24L15.2399 2.50999L19.4899 6.75999L18.0699 8.16999Z' fill='%23E77937'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:50%}.icon-calendar{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.22998 12.89V13.84' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.89V13.84' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.77 12.89V13.84' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.22998 16.65V17.6' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16.65V17.6' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.77 16.65V17.6' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.79978 8.07996H2.48978V20.79C2.48846 21.0022 2.52913 21.2127 2.60945 21.4091C2.68977 21.6056 2.80815 21.7843 2.95778 21.9349C3.10742 22.0854 3.28535 22.2049 3.48134 22.2865C3.67733 22.368 3.8875 22.41 4.09978 22.41H19.8998C20.112 22.41 20.3222 22.368 20.5182 22.2865C20.7142 22.2049 20.8921 22.0854 21.0418 21.9349C21.1914 21.7843 21.3098 21.6056 21.3901 21.4091C21.4704 21.2127 21.5111 21.0022 21.5098 20.79V8.07996H4.79978Z' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9002 3.39001H4.10023C3.67324 3.39001 3.26373 3.55964 2.96179 3.86157C2.65986 4.16351 2.49023 4.57302 2.49023 5.00001V8.08001H21.4902V5.00001C21.4903 4.57646 21.3234 4.16995 21.0258 3.86859C20.7281 3.56722 20.3238 3.39528 19.9002 3.39001Z' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 4.95997V1.58997' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 4.95997V1.58997' stroke='%23E77937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-arrow-left,.icon-calendar{width:24px;height:24px;background-repeat:no-repeat;background-size:contain;background-position:50%}.icon-arrow-left{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-arrow-right{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:50%}.detail-item span{font-size:1rem;font-weight:500;transition:color .8s ease,opacity .8s ease,letter-spacing .8s ease}.gallery-project-button{position:absolute;left:1.5rem;top:calc(12rem);background:var(--bg-white);border:2px solid var(--accent-orange);color:var(--accent-orange);padding:.7rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;z-index:99;box-shadow:var(--shadow-primary)}.gallery-project-button:hover{background:var(--accent-orange);border:2px solid var(--accent-orange);color:var(--bg-white);box-shadow:var(--shadow-primary-hover)}.gallery-project-button:active{transform:translateY(0) scale(.98);transition:all .1s ease}.gallery-project-button,.gallery-project-info{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.gallery-project-button.fade-out,.gallery-project-info.fade-out{opacity:0;transform:translate(-5px,-5px) scale(.98);pointer-events:none}.gallery-project-button.fade-in,.gallery-project-info.fade-in{opacity:1;transform:none;pointer-events:auto}.gallery-navigation{position:absolute;bottom:2rem;left:2rem;display:flex;gap:1rem}.nav-button{background:var(--bg-white);border:none;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-md);transition:all .3s ease;color:var(--accent-orange)}.nav-button:hover{background:var(--accent-orange);color:var(--bg-white);transform:scale(1.1)}.nav-button:active{transform:scale(.95)}.images-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.gallery-item{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:transform .5s ease;aspect-ratio:16/9}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));color:white;padding:1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-item-overlay{transform:translateY(0)}.gallery-item-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.gallery-item-description{font-size:.875rem;opacity:.9}.nav-button:hover:not(.disabled){background:var(--accent-orange);color:var(--bg-white);transform:scale(1.1)}.nav-button:active:not(.disabled){transform:scale(.95)}@media (max-width:650px){.gallery-section{padding:2.5rem 0}.gallery-section-content{padding:0 1rem}.gallery-section h2{font-size:1.7rem}.gallery-project-card{flex-direction:column;height:auto;min-height:25rem}.gallery-project-image{flex:none;height:250px;width:100%}.gallery-project-info{width:100%;box-shadow:none;margin:1rem;padding:.75rem;position:static}.gallery-project-info h3{font-size:1.5rem;margin-bottom:.75rem}.gallery-project-info p{font-size:1.1rem;margin-bottom:.75rem}.project-details{flex-direction:column;gap:1rem;margin-top:.75rem}.detail-item,.detail-item span{font-size:1.2rem}.gallery-project-button{position:static;margin:0 1rem 1rem;align-self:stretch}.gallery-navigation{position:static;justify-content:center;margin-top:1rem;bottom:auto;left:auto}.nav-button{width:2.5rem;height:2.5rem;border:1px solid var(--bg-gray-300)}.images-gallery{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}}@media (max-width:768px){.gallery-section-content{padding:0 1.5rem}.gallery-section h2{font-size:1.75rem}.gallery-project-card{flex-direction:column;height:auto;min-height:28rem}.gallery-project-image{flex:none;height:300px;width:100%}.gallery-project-info{width:calc(100% - 2rem);margin:1rem;padding:0;position:static;top:auto;left:auto}.gallery-project-info h3{font-size:1.5rem}.gallery-project-info p{font-size:1.2rem}.gallery-project-button{position:static;margin:0 1rem 1rem;align-self:stretch;left:auto;top:auto}.gallery-navigation{position:static;justify-content:center;margin-top:1rem;bottom:auto;left:auto}.nav-button{color:var(--accent-orange);border:1px solid var(--bg-gray-300)}.images-gallery{grid-template-columns:1fr;gap:1.5rem}}@media (min-width:768px) and (max-width:1024px){.gallery-section-content{padding:0 2rem}.gallery-project-card{height:30rem}.gallery-project-image{flex:1}.gallery-project-info{width:20rem;padding:.875rem}.gallery-project-info h3{font-size:1.6rem}.gallery-project-button{left:1.4rem;top:11.5rem}.images-gallery{grid-template-columns:repeat(2,1fr);gap:1.75rem}}