.header{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;background-color:#000;color:#fff;padding:20px 40px;box-shadow:0 2px 10px #0006;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{padding-top:80px}.logo img{max-height:50px;width:auto;cursor:pointer;padding-left:2vw;transition:opacity .2s ease}.logo img:hover{opacity:.8}.nav ul{list-style:none;display:flex;gap:1.5rem;align-items:center;margin:0;padding:0}.nav a{color:#fff;font-weight:500;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-decoration:none;transition:opacity .18s ease,transform .12s ease;font-size:larger}.nav a:hover{opacity:.85;transform:translateY(-1px)}.nav a{position:relative;padding-bottom:6px}.nav a:after{content:"";position:absolute;left:0;bottom:-6px;height:3px;width:100%;background:#fff;border-radius:2px;transform-origin:left;transform:scaleX(0);transition:transform .16s ease}.nav a:hover:after{transform:scaleX(1)}.nav a.active:after{transform:scaleX(1)}.nav a.active{opacity:1}.menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;transition:opacity .2s ease}.menu-toggle:hover{opacity:.8}@media(max-width:800px){.header{padding:15px 20px}.logo img{max-height:40px;padding-left:1vw}body{padding-top:70px}.menu-toggle{display:block}.nav{position:absolute;top:70px;right:0;background:#000;width:100%;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 4px 12px #0000004d}.nav.open{max-height:350px}.nav ul{flex-direction:column;align-items:stretch;gap:0;padding:1.5rem 0}.nav a{display:block;padding:.75rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);font-size:1rem}.nav a:after{display:none}.nav a.active{background:#ffffff1a;opacity:1}}@media(max-width:480px){.header{padding:12px 15px}.logo img{max-height:35px}body{padding-top:60px}.nav{top:60px}.nav ul{padding:1rem 0}.nav a{padding:.6rem 1.25rem;font-size:.95rem}}footer{background:#000;color:#fff;padding:1.5rem 2rem;margin-top:auto;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.85rem}.footer-company-logo{width:140px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:start}.footer-grid .col{display:flex;flex-direction:column;gap:.6rem}.footer-grid .logo{font-weight:700;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;align-items:center;gap:.6rem}.footer-grid a{color:#fff;opacity:.95;text-decoration:none}.footer-grid img.quality{width:72px;height:auto}.footer-bottom{text-align:center;margin-top:1rem;color:#bfbfbf;font-size:.9rem}@media(max-width:780px){.footer-desktop{display:none!important}.footer-mobile{display:flex;flex-direction:column;align-items:center;width:100%;gap:.8rem}.footer-mobile-top{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;width:100%}.footer-mobile-top ul{text-align:left}.footer-mobile-address{text-align:center}.footer-mobile-logos{display:flex;justify-content:center;align-items:center;gap:1.5rem;width:100%}}@media(min-width:781px){.footer-mobile{display:none}}@media(max-width:600px){footer{padding:1rem .8rem 0rem!important}.footer-company-logo{width:150px!important;max-width:150px!important}img.footer-pme-seal{width:35px!important}.footer-prr-logo{width:250px!important;max-width:250px!important}footer svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important}footer ul{font-size:13px!important}footer p{font-size:13px!important}footer a{font-size:13px!important}}@media(max-width:480px){footer{padding:.8rem .6rem 0rem!important}.footer-grid{grid-template-columns:1fr!important;gap:.4rem!important}.footer-grid .col{gap:.3rem!important}.footer-grid .logo{font-size:13px!important;gap:.3rem!important}.footer-grid a{font-size:13px!important}.footer-grid img.quality{width:35px!important}.footer-bottom{margin-top:.5rem!important;font-size:13px!important}.footer-company-logo{width:150px!important;max-width:150px!important}.footer-pme-seal{width:35px!important;max-width:35px!important}.footer-prr-logo{width:250px!important;max-width:250px!important;height:auto!important}footer svg{width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important}footer ul{font-size:13px!important;line-height:1.3!important}footer p{font-size:13px!important;line-height:1.2!important}footer a{font-size:13px!important}}.cookie-bar{position:fixed;left:0;right:0;bottom:0;background:#141414f2;color:#fff;padding:1.2rem 1rem;display:flex;gap:.75rem;align-items:center;justify-content:space-between;z-index:90;flex-wrap:wrap}.cookie-bar p{font-size:.95rem;max-width:100%;flex:1 1 60%;margin-right:1rem}.cookie-bar>div{display:flex;gap:.6rem;flex:0 0 auto}.cookie-bar button{padding:.5rem .9rem;border-radius:8px;border:none;cursor:pointer;font-weight:600;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease}.cookie-bar .reject{background:#fff;color:#444}.cookie-bar .accept{background:#444;color:#fff}.cookie-bar button:hover{box-shadow:0 6px 18px #0000002e}.cookie-bar button:focus{outline:none;box-shadow:0 0 0 3px #ffffff14,0 6px 18px #0000002e}.cookie-bar .reject:hover{background:#f3f3f3;color:#222}.cookie-bar .accept:hover{background:#333;color:#fff}.cookie-preferences-footer{position:relative;width:100%;background:#222;padding:.5rem 2rem;z-index:40;opacity:0;pointer-events:none;transition:opacity .3s ease,max-height .3s ease;text-align:right;max-height:0;overflow:hidden;border-top:1px solid #333}.cookie-preferences-footer.visible{opacity:1;pointer-events:auto;max-height:50px;padding:.8rem 2rem}.cookie-preferences-footer button{padding:0;background:transparent;color:#aaa;border:none;cursor:pointer;font-weight:400;font-size:.8rem;transition:all .3s ease;white-space:nowrap;text-decoration:underline}.cookie-preferences-footer button:hover{color:#fff;text-decoration:none}.cookie-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e0e0e0}.cookie-modal-header h2{font-size:1.5rem;margin:0;color:#000}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-btn:hover{background:#f0f0f0;color:#000}.cookie-modal-content{padding:2rem;display:flex;flex-direction:column;gap:2rem}.cookie-category{display:flex;flex-direction:column;gap:1rem}.category-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.category-header h3{margin:0;font-size:1.1rem;color:#000;font-weight:600}.badge{display:inline-block;padding:.3rem .8rem;background:#f0f0f0;color:#666;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.badge.active{background:#e8f5e9;color:#2e7d32}.cookie-category p{margin:0;color:#666;font-size:.95rem;line-height:1.5}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#333;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#000}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.7}.checkbox-label span{font-size:.95rem}.cookie-modal-footer{padding:2rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:1rem}.save-btn{padding:.75rem 2rem;background:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease}.save-btn:hover{background:#222;box-shadow:0 4px 12px #0003}.save-btn:active{transform:scale(.98)}@media(max-width:640px){.cookie-bar{flex-direction:column;align-items:stretch;gap:.6rem;padding:1rem .8rem}.cookie-bar p{flex:1 1 auto;margin-right:0;font-size:.85rem}.cookie-bar>div{justify-content:stretch;gap:.5rem}.cookie-bar button{flex:1;padding:.6rem .8rem;font-size:.85rem}.cookie-modal{max-width:calc(100% - 2rem);border-radius:8px}.cookie-modal-header{padding:1.5rem}.cookie-modal-content{padding:1.5rem;gap:1.5rem}.cookie-modal-footer{padding:1.5rem}.category-header{flex-direction:column;align-items:flex-start}.cookie-preferences-footer{position:relative;padding:.6rem .8rem}.cookie-preferences-footer.visible{max-height:50px;padding:.6rem .8rem}.cookie-preferences-footer button{font-size:.75rem}}@media(max-width:480px){.cookie-bar{padding:.8rem .6rem;gap:.5rem}.cookie-bar p{font-size:.8rem;line-height:1.4}.cookie-bar button{padding:.5rem .6rem;font-size:.75rem}.cookie-preferences-footer,.cookie-preferences-footer.visible{padding:.5rem .6rem}}.accordion-items-container{list-style:none;padding:0;margin:0;max-width:700px;text-align:justify;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.accordion-item{border-bottom:1px solid #ccc}.accordion-item__title{font-size:1.2rem;font-weight:600;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.accordion-item__title-wrapper{margin:0}.accordion-item__click-target{background:none;border:none;width:100%;text-align:left;padding:15px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#222;font-weight:800;letter-spacing:.5px;transition:color .3s ease}.accordion-item__click-target:hover{color:#555}.accordion-icon-container{height:14px;width:14px;transition:transform .3s ease}.accordion-icon-container.open{transform:rotate(90deg)}.arrow{width:8px;height:8px;border-right:2px solid #333;border-bottom:2px solid #333;transform:rotate(45deg);margin:auto}.accordion-item__dropdown{max-height:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease;opacity:0}.accordion-item__dropdown.open{max-height:500px;opacity:1}.accordion-item__description{padding:0 0 15px;color:#444;text-align:justify}.accordion-item__description p{margin:6px 0;text-align:justify}@media(max-width:600px){.accordion-items-container,.accordion-item__description,.accordion-item__description p{text-align:left}}.accordion-divider{display:block;width:100%;height:1px;background:#ccc;margin:0;opacity:1}.cover{position:relative;height:calc(var(--vh, 1vh) * 100);margin-top:-80px;overflow:hidden;background:#000}.cover{display:flex;flex-direction:column}@media(max-width:800px){.cover{margin-top:-70px}}@media(max-width:480px){.cover{margin-top:-60px}}.cover-video-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:#000}.cover-video-wrapper{flex:1 1 auto}.cover-video{width:100%;height:100%;min-height:calc(var(--vh, 1vh) * 100);object-fit:cover;display:block;background:#000}.sound-overlay{position:absolute;bottom:1.5rem;right:1.5rem;z-index:10;cursor:pointer}.sound-overlay-btn{display:flex;align-items:center;gap:.6rem;background:#0009;border:1px solid rgba(255,255,255,.3);border-radius:2rem;padding:.55rem 1.1rem .55rem .9rem;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;transition:background .2s;font-family:Inter,system-ui,sans-serif}.sound-overlay:hover .sound-overlay-btn{background:#000000d9}@media(max-width:600px){.sound-overlay,.video-mute-btn{bottom:1rem;right:1rem}.sound-overlay-btn span{display:none}.sound-overlay-btn{width:52px;height:52px;padding:0;border-radius:50%;justify-content:center}.video-mute-btn{width:52px;height:52px}}.video-mute-btn{position:absolute;bottom:1.5rem;right:1.5rem;z-index:10;background:#00000080;border:none;border-radius:50%;width:46px;height:46px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.video-mute-btn:hover{background:#000c}.cover:before{display:none}.cover p{max-width:75%}.cover-paragraph{text-align:justify}@media(max-width:600px){.cover-paragraph{text-align:left}}.cover:after{display:none}.cover-overlay{position:relative;z-index:10;width:100%;background:#000;color:#fff;padding:3rem 2rem;display:flex;align-items:center;justify-content:flex-start}.cover-text{position:relative;z-index:10;background-color:transparent;padding:0;color:#fff;width:70%;max-width:1000px;margin:0;border-radius:0;font-size:1.1rem;margin-left:1.2rem}.cover .overlay{position:absolute;bottom:0;left:0;width:38%;background:#000;color:#fff;padding:2.5rem 2rem;margin-left:3rem;border-radius:12px 12px 0 0;z-index:10;animation:fadeInUp 1.2s ease;display:flex;flex-direction:column;align-items:flex-start}.cover .overlay p{max-width:90%;opacity:.95;line-height:1.6}.cover-text h1,.cover-text p{max-width:90%;opacity:.95;line-height:1.6;text-align:left}.cover h1{font-size:3.5rem;margin-bottom:1rem;line-height:1.1;letter-spacing:1px;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-width:80%}@media(max-width:980px){.cover .overlay{width:90%;margin:0 auto;left:50%;transform:translate(-50%);border-radius:10px 10px 0 0;padding:1.5rem}.cover .overlay h1,.cover .overlay p{max-width:100%}}@media(max-width:980px){.cover .overlay{width:90%;margin:0 auto;left:50%;transform:translate(-50%);border-radius:10px 10px 0 0;padding:1.5rem}.cover h1{font-size:2.8rem}.cover p{font-size:1rem}.cover:after{display:none!important}.cover-text{width:90%;margin:2rem auto;font-size:1rem}}@media(max-width:768px){.cover-video{height:70vh}.cover-overlay{padding:2rem 1.5rem}.cover-text{width:95%;font-size:.9rem;margin-left:1rem}.cover h1{font-size:2rem;margin-bottom:.75rem}.cover p{font-size:.9rem;line-height:1.5;max-width:100%}}@media(max-width:480px){.cover{height:calc(var(--vh, 1vh) * 90)}.cover-video{height:100%;min-height:calc(var(--vh, 1vh) * 90)}.cover-overlay{padding:1.5rem 1rem}.cover-text{width:90%;font-size:.9rem;margin-left:.5rem}.cover h1{font-size:1.8rem;margin-bottom:.75rem;line-height:1.1;letter-spacing:.5px}.cover p{font-size:.9rem;line-height:1.5}}.services{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;padding:3.5rem 3rem;align-items:start;margin:0}.services .left h2{font-size:3.5rem;margin-bottom:.5rem;line-height:1.1;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:1px}.services .right details{margin-bottom:.8rem;border:1px solid #e6e6e6;border-radius:8px;padding:.6rem .9rem}@media(max-width:768px){.services{grid-template-columns:1fr;gap:1.5rem;padding:2.5rem 1.5rem}.services .left h2{font-size:2.5rem}}@media(max-width:480px){.services{padding:1.5rem 1rem}.services .left h2{font-size:1.8rem}.services .right details{padding:.5rem .7rem;margin-bottom:.6rem}.services summary{font-size:.9rem}.services .right p{font-size:.9rem!important}}.services .right details{background:#fff;transition:box-shadow .15s ease}.services .right details[open]{box-shadow:0 6px 22px #0000000f}.services summary{list-style:none;cursor:pointer;font-weight:600;font-size:1rem;outline:none}.services summary::-webkit-details-marker{display:none}.services .right p{margin-top:.5rem;color:#444;font-size:1.1rem}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:2rem;background-color:#000;border:none}.gallery-item{overflow:hidden;border-radius:10px;background:#f3f3f3}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item:nth-child(1){grid-column:1 / span 2;grid-row:1 / span 2;height:340px}.gallery-item:nth-child(2){grid-column:3 / span 2;grid-row:1 / span 1;height:160px}.gallery-item:nth-child(3){grid-column:5 / span 2;grid-row:1 / span 2;height:340px}.gallery-item:nth-child(4){grid-column:1 / span 1;grid-row:3 / span 1;height:160px}.gallery-item:nth-child(5){grid-column:2 / span 2;grid-row:3 / span 1;height:160px}.gallery-item:nth-child(6){grid-column:4 / span 1;grid-row:3 / span 1;height:160px}.gallery-item:nth-child(7){grid-column:5 / span 2;grid-row:3 / span 1;height:160px}.gallery-item:nth-child(8){grid-column:3 / span 1;grid-row:2 / span 1;height:160px}.gallery-item:nth-child(9){grid-column:4 / span 1;grid-row:2 / span 1;height:160px}@media(max-width:1024px){.gallery{grid-template-columns:repeat(4,1fr);gap:6px;padding:1.5rem}.gallery-item:nth-child(1){grid-column:1 / span 2;grid-row:1 / span 2;height:280px}.gallery-item:nth-child(2){grid-column:3 / span 1;grid-row:1 / span 1;height:130px}.gallery-item:nth-child(3){grid-column:4 / span 1;grid-row:1 / span 2;height:280px}.gallery-item:nth-child(4){grid-column:1 / span 1;grid-row:3 / span 1;height:130px}.gallery-item:nth-child(5){grid-column:2 / span 1;grid-row:3 / span 1;height:130px}.gallery-item:nth-child(6){grid-column:3 / span 1;grid-row:3 / span 1;height:130px}.gallery-item:nth-child(7){grid-column:4 / span 1;grid-row:3 / span 1;height:130px;display:none}.gallery-item:nth-child(8){grid-column:3 / span 1;grid-row:2 / span 1;height:130px}.gallery-item:nth-child(9){display:none}}@media(max-width:768px){.gallery{grid-template-columns:repeat(2,1fr);gap:5px;padding:1.5rem}.gallery-item:nth-child(1){grid-column:1 / span 1;grid-row:auto;height:200px}.gallery-item:nth-child(2){grid-column:2 / span 1;height:200px}.gallery-item:nth-child(3){grid-column:1 / span 1;height:200px}.gallery-item:nth-child(4){grid-column:2 / span 1;height:200px}.gallery-item:nth-child(5){grid-column:1 / span 1;height:200px}.gallery-item:nth-child(6){grid-column:2 / span 1;height:200px;display:none}.gallery-item:nth-child(7){display:none}.gallery-item:nth-child(8){display:none}.gallery-item:nth-child(9){display:none}}@media(max-width:480px){.gallery{grid-template-columns:1fr;gap:4px;padding:1rem}.gallery-item{height:160px!important}.gallery-item:nth-child(n+4){display:none}}.join{background-color:#dfe0e1!important;padding:3rem;text-align:center}.join.split-layout h2{font-size:3.5rem;margin-bottom:.75rem}.join p{color:#333;max-width:860px;margin:0 auto 1rem;line-height:1.6}.join button{background:#020203;color:#fff;border:none;padding:.65rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer}.join button:hover{opacity:.95}.news{padding:3rem;background:#f7f7f8;text-align:center;background-color:#fff}.news h2{font-size:3.5rem;margin-bottom:2rem;color:#111!important;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:1px;line-height:1.1;text-align:left}.news-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.news-item{background:#f9f9f9;border-radius:10px;box-shadow:0 4px 10px #0000001a;background:#dfe0e1;overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.news-item:hover{transform:translateY(-5px);box-shadow:0 8px 18px #0003}.news-item img{width:100%;height:180px;object-fit:cover}.news-content{padding:1.2rem}.news-content h3{font-size:1.25rem;margin-bottom:.5rem;color:#111}.news-content p{font-size:.9rem;color:#444;line-height:1.4;margin-bottom:1rem;text-align:justify!important}.news-button{background-color:#000;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:700;transition:all .2s ease;display:block;margin:0 auto}.news-button:hover{opacity:.85;transform:scale(1.03)}@media(max-width:768px){.news{padding:2.5rem 1.5rem}.news h2{font-size:2rem}.news-container{grid-template-columns:1fr;gap:1.5rem}.news-content h3{font-size:1.1rem}.news-content p{font-size:.9rem}}@media(max-width:600px){.news{padding:1.5rem 1rem}.news h2{font-size:1.8rem;margin-bottom:1.5rem;text-align:left}.news-item img{height:150px}.news-content{padding:.9rem}.news-content h3{font-size:1rem}.news-content p{font-size:.9rem}.news-button{padding:.5rem 1rem;font-size:.85rem}}.join.split-layout{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding:3rem;background:#f7f7f8}.join-left{flex:1;min-width:280px;max-width:50%;text-align:justify!important}.join-left h2{font-size:2rem;margin-bottom:1.5rem;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:1px;color:#020203;line-height:1.1;text-align:left}.join-left p{font-size:1.1rem;line-height:1.6;margin:0;color:#333}.contact-button{margin-top:2rem;border:none;padding:1rem 2rem!important;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;background:linear-gradient(135deg,#020203,#444);color:#fff;font-size:1rem;letter-spacing:.5px;box-shadow:0 4px 12px #02020333;position:relative;overflow:hidden}.contact-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff26;transition:left .3s ease;z-index:0}.contact-button:hover{opacity:1;background-color:#000;box-shadow:0 6px 16px #02020359;transform:translateY(-2px)}.contact-button:hover:before{left:100%}.contact-button:active{transform:translateY(0)}.join-right{flex:0 1 650px;position:relative}.contact-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 8px 32px #0006;opacity:0;max-height:0;overflow:hidden;transform:translate(50px) scale(.95);transition:all .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.1)}.contact-section.visible{opacity:1;max-height:2000px;transform:translate(0) scale(1)}.contact-section.hidden{opacity:0;max-height:0;transform:translate(50px) scale(.95)}.contact-form{display:flex;flex-wrap:wrap;gap:.8rem}.contact-form label{display:flex;flex-direction:column;flex:1 1 100%;font-weight:500;font-size:.9rem;letter-spacing:.3px;color:#fff!important;text-align:left}.contact-form label:nth-child(1),.contact-form label:nth-child(2){flex:1 1 calc(50% - .4rem)}.contact-form input,.contact-form select{width:100%;padding:.6rem .8rem;margin-top:.35rem;border-radius:5px;border:1px solid #ddd;background:#fff;color:#000;font-size:.9rem;font-family:inherit;transition:all .3s ease}.contact-form input::placeholder{color:#999}.contact-form input:focus,.contact-form select:focus{outline:none;border-color:#888;background:#fff;box-shadow:0 0 0 2px #0000000d}.contact-form input:valid{border-color:#ddd}.phone-group{display:flex;gap:.5rem;align-items:center}.phone-group select{flex:0 0 auto;padding:.6rem .5rem;font-size:.85rem;color:#666;background:#f5f5f5;border:1px solid #ddd;cursor:pointer;min-width:90px}.contact-form input[type=file]{padding:0;border:none;background:transparent;cursor:pointer;height:auto;color:#fff}.contact-form input[type=file]::file-selector-button{padding:.6rem 1rem;margin-right:.5rem;background:#ccc;color:#000;border:none;border-radius:5px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease}.contact-form input[type=file]::file-selector-button:hover{background:#bbb;box-shadow:0 2px 6px #00000026}.submit-button{background:#999;color:#fff!important;border:none;padding:.8rem 2rem;border-radius:5px;cursor:pointer;font-weight:600;margin:1rem auto 0;display:block;transition:all .3s ease;font-size:.9rem;letter-spacing:.3px;box-shadow:0 4px 12px #0003;position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff26;transition:left .3s ease;z-index:0}.submit-button:hover:not(:disabled){opacity:1;background:#777;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.submit-button:hover:not(:disabled):before{left:100%}.submit-button:active:not(:disabled){transform:translateY(0)}.candidatura-info{text-align:center;padding:.5rem .5rem 1rem}.candidatura-info p{font-size:1.05rem;line-height:1.75;color:#e0e0e0;margin-bottom:1.75rem}.email-btn{display:inline-block;background:#ffd138;color:#111;padding:.85rem 2.25rem;border-radius:8px;font-weight:700;text-decoration:none;font-size:1rem;letter-spacing:.5px;transition:background .25s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000040}.email-btn:hover{background:#e6bc20;transform:translateY(-2px);box-shadow:0 6px 18px #00000059}@media(max-width:768px){.candidatura-info{padding:.25rem 0 .75rem}.candidatura-info p{font-size:1rem}.email-btn{padding:.8rem 1.75rem;font-size:.95rem}}@media(max-width:480px){.email-btn{display:block;width:100%;text-align:center;padding:.85rem 1rem;font-size:1rem;min-height:44px}.candidatura-info p{font-size:.95rem}}.form-success{margin-top:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1.5px solid #b7dbb8;color:#155724;border-radius:6px;font-weight:600;animation:slideInUp .4s ease;text-align:center}.submit-button[disabled],.submit-button:disabled{opacity:.4;cursor:not-allowed;box-shadow:0 2px 6px #0000001a;background:#ccc}@media(max-width:768px){.join.split-layout{flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem}.join-left{min-width:auto;max-width:100%}.join-left h2{font-size:2rem}.join-left p{font-size:1rem}.join-right{width:100%;flex:1}.contact-section{transform:translateY(0);opacity:1;max-height:2000px}.contact-form label:nth-child(1),.contact-form label:nth-child(2){flex:1 1 100%}.contact-button{width:100%;padding:.8rem 1.5rem!important}}@media(max-width:600px){.join.split-layout{padding:1.5rem 1rem;gap:1rem}.join-left,.about-join .join-left{text-align:left!important}.join-left h2{font-size:1.8rem!important;text-align:left}.join-left p{font-size:.9rem}.contact-button{padding:.7rem 1rem!important;font-size:.9rem}}@media(max-width:480px){.join.split-layout{padding:1.5rem 1rem;gap:1rem;margin-top:-1px}.join.split-layout svg{height:40px!important;margin-bottom:-1px}.join-left h2{font-size:1.8rem!important;text-align:left}.join-left p{font-size:.9rem}.contact-button{padding:.7rem 1rem!important;font-size:.9rem}.contact-form input,.contact-form select{padding:.5rem .6rem;font-size:.9rem}.submit-button{padding:.7rem 1.5rem;font-size:.9rem;margin:.75rem auto 0}.phone-group select{min-width:70px;font-size:.8rem}}.section-divider{width:100%;height:50px}.section-divider.left{clip-path:polygon(0 0,100% 100%,100% 100%,0 100%)}.section-divider.right{clip-path:polygon(0 0,100% 100%,100% 0,0 0)}.about-container{padding:4rem 2rem;background-color:#f9f9f9;color:#333}.about-header h1,.about-header h2{text-align:left;padding:0;font-size:3.5rem;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:1px;line-height:1.1;margin-bottom:.5rem}.about-header h2{color:#333;font-weight:800}.about-content{display:flex;flex-direction:row;align-items:stretch;gap:3rem;margin:4rem 0 5rem;max-width:100%;padding:0 90px}.about-video{flex:1.1;min-width:400px}.about-text{flex:.9;display:flex;flex-direction:column;justify-content:center;text-align:justify}.video-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;max-height:450px;border-radius:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.video-wrapper iframe,.video-wrapper video{width:100%;height:100%;border:0;object-fit:cover}.about-text p{margin-bottom:1rem;line-height:1.6;color:#333}.about-images-gallery{display:flex;justify-content:center;align-items:center;position:relative;margin:5rem auto;max-width:1400px;height:600px;padding:2rem}.about-images-gallery+svg{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:block}.about-join+svg{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:block;margin-bottom:-4rem}.about-images-gallery img{position:absolute;border-radius:0;object-fit:cover;box-shadow:0 10px 30px #00000026;animation:fadeInUp .8s ease-out backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.about-images-gallery img:nth-child(1){width:50%;height:75%;left:5%;bottom:0;z-index:2;animation-delay:.2s}.about-images-gallery img:nth-child(2){width:55%;height:75%;right:5%;top:20%;z-index:1;animation-delay:.4s}.about-join{background-color:#dfe0e1!important;padding:3rem!important;margin:0 calc(50% - 50vw) 0 calc(50% - 50vw)!important;width:100vw;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;position:relative}.about-join .join-left{flex:1;min-width:280px;text-align:justify!important;max-width:50%;padding-left:0}.about-join .join-left h2{font-size:3.5rem;color:#020203;margin-bottom:1.5rem;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:1px;line-height:1.1;text-align:left}.about-join .join-left p{color:#333;font-size:1.1rem;line-height:1.6;margin:0}.about-join .join-right{flex:0 1 650px;position:relative;padding-right:3rem}.about-join .contact-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 8px 32px #0006;opacity:0;max-height:0;overflow:hidden;transform:translate(50px) scale(.95);transition:all .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.1)}.about-join .contact-section.visible{opacity:1;max-height:2000px;transform:translate(0) scale(1)}.about-join .contact-section.hidden{opacity:0;max-height:0;transform:translate(50px) scale(.95)}.about-join .contact-form label{display:flex;flex-direction:column;flex:1 1 100%;font-weight:500;font-size:.9rem;letter-spacing:.3px;color:#fff!important;text-align:left}.about-join .contact-form label:nth-child(1),.about-join .contact-form label:nth-child(2){flex:1 1 calc(50% - .4rem)}.about-join .submit-button{background:#999;color:#fff!important;border:none;padding:.8rem 2rem;border-radius:5px;cursor:pointer;font-weight:600;margin:1rem auto 0;display:block;transition:all .3s ease;font-size:.9rem;letter-spacing:.3px;box-shadow:0 4px 12px #0003;position:relative;overflow:hidden}.about-join .submit-button:hover:not(:disabled){opacity:1;background:#777;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.about-join .candidatura-info{text-align:center;padding:.5rem .5rem 1rem}.about-join .candidatura-info p{font-size:1.05rem;line-height:1.75;color:#e0e0e0;margin-bottom:1.75rem}.about-join .email-btn{display:inline-block;background:#ffd138;color:#111;padding:.85rem 2.25rem;border-radius:8px;font-weight:700;text-decoration:none;font-size:1rem;letter-spacing:.5px;transition:background .25s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000040}.about-join .email-btn:hover{background:#e6bc20;transform:translateY(-2px);box-shadow:0 6px 18px #00000059}@media(max-width:768px){.about-join .candidatura-info p{font-size:1rem}.about-join .email-btn{padding:.8rem 1.75rem;font-size:.95rem}}@media(max-width:480px){.about-join .email-btn{display:block;width:100%;text-align:center;padding:.85rem 1rem;font-size:1rem;min-height:44px}.about-join .candidatura-info p{font-size:.95rem}}@media(min-width:768px){.about-header{padding-left:90px}}@media(max-width:1024px){.about-container{padding:2.5rem 1.5rem}.about-header h1,.about-header h2{font-size:2rem}.about-content{gap:2rem;margin:3rem 0 4rem;padding:0 1rem}.about-video{min-width:auto;flex:1}.video-wrapper{min-height:400px}.about-text{max-width:100%;flex:1}}@media(max-width:900px){.about-content{flex-direction:column;gap:2rem;margin:3rem 0 4rem}.about-video{min-width:auto}.video-wrapper{min-height:350px}.about-images-gallery{height:400px;flex-wrap:wrap}.about-images-gallery img:nth-child(1){width:55%;height:70%;left:0;top:30%}.about-images-gallery img:nth-child(2){width:65%;height:80%;right:0;top:10%}}@media(max-width:768px){.about-container{padding:1.5rem 1rem}.about-header h1,.about-header h2{font-size:1.6rem;margin-bottom:.75rem;padding-left:0}.about-content{gap:1.5rem;margin:2rem 0 3rem;padding:0;flex-direction:column}.video-wrapper{min-height:300px}.about-text p{font-size:1rem;line-height:1.5}.about-images-gallery{height:400px;padding:1rem;margin:3rem auto}.about-images-gallery img:nth-child(1){width:60%;height:65%;bottom:0}.about-images-gallery img:nth-child(2){width:60%;height:60%;top:25%}.about-join{padding:2rem 1.5rem!important;gap:1.5rem;flex-direction:column;margin:3rem calc(50% - 50vw) 0 calc(50% - 50vw)!important}.about-join .join-left{max-width:100%;padding-left:0}.about-join .join-left h2{font-size:1.8rem}.about-join .join-right{width:100%;flex:1;padding-right:0}.about-join .contact-section{transform:translateY(0);opacity:1;max-height:2000px}.about-join .contact-form label:nth-child(1),.about-join .contact-form label:nth-child(2){flex:1 1 100%}}@media(max-width:480px){.about-container{padding:1rem}.about-container svg{margin:0!important;margin-bottom:-2.1rem!important;margin-left:-1rem!important}.about-header h1,.about-header h2{font-size:1.6rem;line-height:1.1;letter-spacing:.5px}.about-header h2{margin-top:.5rem}.about-content{gap:1rem;margin:1.5rem 0 2rem;flex-direction:column}.video-wrapper{min-height:240px;aspect-ratio:1/1;max-height:320px}.about-text{font-size:.9rem}.about-text p{font-size:.9rem;line-height:1.6}.about-images-gallery{height:320px;padding:.75rem;margin:2rem auto}.about-images-gallery img:nth-child(1){width:65%;height:65%;left:-5%;bottom:0}.about-images-gallery img:nth-child(2){width:65%;height:60%;right:-5%;top:25%}.about-join{padding:1.5rem 1rem!important;flex-direction:column;margin:2rem calc(50% - 50vw) 0 calc(50% - 50vw)!important;gap:1.5rem}.about-join .join-left{min-width:auto;max-width:100%;padding-left:0}.about-join .join-left h2{font-size:1.6rem;line-height:1.1;letter-spacing:.5px}.about-join .join-left p{font-size:.9rem;line-height:1.6}.contact-button{padding:.75rem 1.5rem;font-size:1rem;min-height:44px}.about-join .join-right{min-width:auto;max-width:100%}.about-join .contact-button{width:auto;padding:.75rem 1.5rem!important;font-size:1rem;min-height:44px}.about-join .contact-form input,.about-join .contact-form select{padding:.75rem;font-size:1rem;min-height:44px}.about-join .submit-button{padding:.75rem 1.5rem;font-size:1rem;margin:.75rem auto 0;min-height:44px}.about-join .phone-group select{min-width:70px;font-size:.9rem;min-height:44px}}.equipment-page{padding:0;max-width:100%;margin:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.equipment-header-section{background:#dfe0e1;padding:3.5rem 2rem;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.equipment-header{max-width:98vw;margin:0 auto}.equipment-header h1{font-size:3.5rem;font-weight:800;margin:0;padding:0;line-height:1.1;letter-spacing:1px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111}.grid-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;width:100%}.grid-square{display:flex;flex-direction:column;align-items:center}.grid-square .img-wrap{width:100%;padding-top:100%;background-size:cover;background-position:center;border-radius:8px;overflow:hidden}.grid-square figcaption{margin-top:.5rem;font-weight:600}.grid-large{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:1rem;margin:2.25rem 0;width:100%}.large-item .img-wrap{width:100%;padding-top:76%;background-size:cover;background-position:center;border-radius:8px}.large-item figcaption{margin-top:.5rem;font-weight:600}.services-section{margin:2.5rem 0}.carousel-section h3{margin-bottom:1rem}.carousel-controls{display:flex;align-items:center;gap:1rem}.carousel-viewport{overflow:hidden;flex:1}.carousel-btn{background:linear-gradient(135deg,#000,#222);color:#fff;border:none;padding:.8rem 1rem;border-radius:50%;cursor:pointer;font-size:1.4rem;font-weight:700;transition:all .3s ease;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;flex-shrink:0}.carousel-btn:hover{background:linear-gradient(135deg,#222,#000);box-shadow:0 6px 16px #00000040;transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}.carousel{display:flex;gap:16px;scroll-behavior:smooth;padding:8px 0;-webkit-overflow-scrolling:touch;width:max-content}.carousel-item{min-width:calc((100vw - 200px)/4);flex:0 0 calc((100vw - 200px)/4);display:flex;flex-direction:column;max-width:260px}.carousel-item .img-wrap{width:100%;padding-top:70%;background-size:cover;background-position:center;border-radius:8px}.carousel-caption{margin-top:.5rem;font-weight:600}@media(max-width:980px){.equip-grid{grid-template-columns:repeat(2,1fr)}.grid-large{grid-template-columns:1fr}.carousel-item{min-width:calc((100vw - 180px) / 3);flex:0 0 calc((100vw - 180px) / 3);max-width:220px}.carousel-btn{min-width:40px;height:40px;padding:.6rem .8rem;font-size:1.2rem}}@media(max-width:520px){.equipment-header-section{padding:1.5rem 1rem}.equipment-header h1{font-size:1.8rem;line-height:1.1;letter-spacing:.5px}.equipment-controls{padding:1.25rem 1rem 0}.equip-grid{grid-template-columns:1fr;gap:12px;padding:0 1rem 1.25rem}.grid-grid{grid-template-columns:1fr 1fr;gap:.5rem}.grid-large{grid-template-columns:1fr}.carousel-item{min-width:calc(100vw - 150px);flex:0 0 calc(100vw - 150px);max-width:none}.carousel-btn{min-width:36px;height:36px;padding:.5rem;font-size:1rem}}.equipment-spacing{background:#dfe0e1;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);height:1rem}.equipment-black-section{background:#111;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:2.5rem 0;box-sizing:border-box}.equipment-controls{display:flex;gap:.6rem;margin:0 auto;flex-wrap:wrap;padding:0 2rem;max-width:98vw}.filter-btn{padding:.5rem .9rem;border-radius:8px;border:none;background:#b8b8b8;cursor:pointer;font-weight:600;color:#111;transition:all .12s ease}.filter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.filter-btn.active{background:#ffd138;color:#111;border-color:#ffd138}.equip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 2rem;max-width:98vw;margin:2.5rem auto 0}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.equip-card{background:transparent;border-radius:10px;overflow:hidden;text-align:left;animation:slideUpFade .6s ease-out forwards;opacity:0}.equip-card:nth-child(1){animation-delay:.1s}.equip-card:nth-child(2){animation-delay:.15s}.equip-card:nth-child(3){animation-delay:.2s}.equip-card:nth-child(4){animation-delay:.25s}.equip-card:nth-child(5){animation-delay:.3s}.equip-card:nth-child(6){animation-delay:.35s}.equip-card:nth-child(7){animation-delay:.4s}.equip-card:nth-child(8){animation-delay:.45s}.equip-card:nth-child(9){animation-delay:.5s}.equip-card .thumb{width:100%;aspect-ratio:1 / 1;background:#111;border-radius:8px;overflow:hidden}.equip-card .thumb img{width:100%;height:100%;object-fit:cover;display:block;object-position:center center}.equip-meta{padding:.6rem 0}.equip-name{font-weight:700;color:#fff}.equip-model{color:#b8b8b8;font-size:.95rem;margin-top:4px}@media(max-width:980px){.equip-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.equip-grid{grid-template-columns:1fr}.equipment-controls{justify-content:flex-start}}.portfolio-main{background-color:#000;min-height:100vh;padding:4rem 2rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.portfolio-container{max-width:1400px;margin:0 auto}.portfolio-controls{display:flex;gap:.6rem;margin:0 0 2rem;flex-wrap:wrap}.portfolio-filter-btn{padding:.5rem .9rem;border-radius:8px;border:none;background:#b8b8b8;cursor:pointer;font-weight:600;color:#111;transition:all .12s ease}.portfolio-filter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.portfolio-filter-btn.active{background:#ffd138;color:#111}.portfolio-header{font-size:3.5rem;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:2px;color:#fff;margin-bottom:.5rem;text-align:left}.portfolio-subtitle{color:#aaa;margin-bottom:3rem;font-size:1.1rem;text-align:left}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:start}.portfolio-item{text-align:left}.portfolio-thumb{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:0;background:#111;box-shadow:0 8px 24px #00000080}.portfolio-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.portfolio-thumb:hover img{transform:scale(1.04)}.portfolio-title{margin-top:1.2rem;font-weight:700;color:#ffd138;font-size:1.3rem;letter-spacing:1px}@media(max-width:720px){.portfolio-grid{grid-template-columns:1fr;gap:2rem}.portfolio-header{font-size:2rem;line-height:1.1;letter-spacing:1px}.portfolio-subtitle{font-size:1rem}}@media(max-width:480px){.portfolio-main{padding:1.5rem 1rem 2rem}.portfolio-controls{margin-bottom:1.25rem}.portfolio-grid{grid-template-columns:1fr;gap:1.5rem}.portfolio-header{font-size:1.6rem;line-height:1.1;letter-spacing:.5px;margin-bottom:1rem}.portfolio-subtitle{font-size:.95rem;margin-bottom:1.5rem}.portfolio-title{font-size:1.1rem;margin-top:.75rem}.portfolio-thumb{box-shadow:0 4px 12px #0000004d}}.project-main{background-color:#000;min-height:100vh;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.project-hero{display:flex;gap:3rem;align-items:flex-start;min-height:30vh;padding:2rem}.project-hero-left{flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;height:auto;max-height:800px}.project-hero-left img{width:100%;height:100%;object-fit:cover;display:block}.project-hero-right{flex:0 0 40%;display:flex;flex-direction:column;justify-content:flex-start;gap:0;padding-top:0}.project-hero-image{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#111;margin-bottom:2rem}.project-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.project-title{font-size:clamp(1.4rem,3.5vw,3.5rem);font-weight:800;letter-spacing:1px;color:#fff;margin:0;line-height:1.1;white-space:nowrap;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.project-dates{font-size:1rem;color:#aaa;letter-spacing:1px;font-weight:600;margin-top:.5rem}.project-gallery{padding:4rem 2rem;max-width:100%}.project-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1600px;margin:0 auto}.project-gallery-item{aspect-ratio:1 / 1;overflow:hidden;background:#111}.project-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.project-gallery-item:hover img{transform:scale(1.05)}.project-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:3rem 2rem;max-width:1600px;margin:0 auto;border-top:1px solid #333;gap:2rem}.project-nav>div:first-child{text-align:left}.project-nav>div:nth-child(2){text-align:center}.project-nav>div:last-child{text-align:right}.project-nav a{color:#ffd138;text-decoration:none;transition:opacity .3s ease;font-size:1.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:.8rem}.project-nav-prev{flex-direction:row;justify-self:start}.project-nav-next{flex-direction:row;justify-self:end}.project-nav-icon{font-size:2rem;font-weight:300;transition:transform .3s ease;line-height:1;display:flex;align-items:center;margin-top:-.25rem}.project-nav-prev:hover .project-nav-icon{transform:translate(-4px)}.project-nav-next:hover .project-nav-icon{transform:translate(4px)}.project-nav a:hover{opacity:.8}@media(max-width:768px){.project-hero{flex-direction:column;gap:2rem;min-height:auto}.project-hero-right{flex:1}.project-hero-left{min-height:300px}.project-title{font-size:2rem}.project-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.project-nav{flex-direction:column;gap:1.5rem;text-align:center}.project-nav div:last-child{text-align:center}}@media(max-width:480px){.project-hero{padding:1rem;gap:1rem;flex-direction:column}.project-hero-left{height:250px}.project-hero-right{gap:1rem}.project-title{font-size:1.8rem;line-height:1.1;letter-spacing:.5px}.project-dates{font-size:.9rem}.project-gallery-grid{grid-template-columns:1fr;gap:.8rem}.project-gallery{padding:1.5rem 1rem}.project-nav{padding:1.5rem 1rem;font-size:.75rem;gap:.5rem;flex-direction:column}.project-nav a{min-height:44px;display:flex;align-items:center;padding:.75rem;font-size:.85rem;gap:.4rem;word-wrap:break-word;overflow-wrap:break-word}.project-nav-icon{font-size:1.2rem;flex-shrink:0}}.contacts-page{padding:0 0 3rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.contact-form-section{background:#f4f5f6;display:grid;grid-template-columns:1fr 1fr;min-height:80vh;align-items:stretch;gap:0;width:100%;padding:0;margin:0 0 -50px}.form-side{display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#e8e8e8;color:#000}.form-inner{width:90%;max-width:620px;margin:0 auto}.form-inner h2{margin:0 0 1.5rem;font-size:3.5rem;font-weight:800;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:1px;text-transform:uppercase;line-height:1.1}.contact-info-text{font-size:1.05rem;line-height:1.75;color:#444;text-align:left;margin:2rem 0 1.5rem}.contact-email-link{display:inline-block;text-align:left;font-size:1.35rem;font-weight:700;color:#111;text-decoration:none;letter-spacing:.5px;padding:1rem 2rem;border:2px solid #111;border-radius:8px;margin:0 0 1rem;transition:background .25s ease,color .25s ease}.contact-email-link:hover{background:#111;color:#ffd138}@media(max-width:480px){.contact-email-link{font-size:1rem;padding:.85rem 1rem;width:100%;word-break:break-all;text-align:center}}.contact-form{display:flex;flex-wrap:wrap;gap:1rem}.form-side .contact-form label{display:flex;flex-direction:column;flex:1 1 100%;font-weight:500;color:#000!important}.form-side .contact-form label:nth-child(1),.form-side .contact-form label:nth-child(2){flex:1 1 calc(50% - .5rem)}.contact-form input,.contact-form textarea{width:100%;padding:.6rem .75rem;border-radius:6px;border:1px solid #ccc;background:#fff;color:#000;font-size:.95rem}.contact-form textarea{min-height:140px;resize:vertical;font-family:inherit}.phone-group{display:flex;gap:.5rem}.phone-group select{flex:0 0 40%}.phone-group input{flex:1}.submit-button{background:#000;color:#fff;padding:.7rem 1.25rem;border-radius:6px;border:none;cursor:pointer;margin-top:.5rem;font-weight:600;transition:all .3s ease}.submit-button:hover:not(:disabled){background:#333;box-shadow:0 4px 12px #0003}.submit-button[disabled],.submit-button:disabled{opacity:.65;cursor:not-allowed}.form-success{margin-top:1rem;padding:.75rem 1rem;background:#e6ffed;border:1px solid #b7f0c6;color:#0b6623;border-radius:6px;font-weight:600;animation:slideInUp .4s ease;text-align:center}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.image-side{background-image:url(/assets/DJI_0351-B9eMUo97.webp);background-size:cover;background-position:center;width:100%;height:100%;min-height:70vh;position:relative;overflow:hidden;border-top-right-radius:8px;border-bottom-right-radius:8px;box-shadow:0 8px 30px #00000040;z-index:1}.contacts-container{display:grid;grid-template-columns:50vw 1fr;gap:0;align-items:center;width:100%;height:auto;min-height:90vh;max-width:none;margin:0;background-color:#fff}.contacts-map{width:50vw;min-width:320px;height:100%;overflow:hidden;border-radius:0 8px 8px 0;box-shadow:0 8px 30px #00000040;position:relative;z-index:1}.map-cta{position:absolute;bottom:16px;left:16px;z-index:5;background:#000c;color:#ffd400;padding:.5rem .9rem;border-radius:6px;font-weight:700;text-decoration:none;box-shadow:0 6px 18px #0006}.map-cta:hover{opacity:.95}.contacts-map iframe{width:100%;height:100%;border:0;display:block;filter:invert(.9) hue-rotate(180deg) brightness(.8) contrast(1.2);transform-origin:center}.contacts-info{width:420px;max-width:100%;min-width:260px;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center;align-self:stretch;margin-left:auto;margin-right:auto;position:relative;z-index:10}.contacts-info h2{font-size:2.8rem;margin:3rem 0 2.5rem;color:#111;font-weight:800;letter-spacing:1px;text-transform:uppercase;line-height:1.1;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.info-blocks{display:grid;grid-template-columns:1fr;gap:1.2rem;width:100%;margin-bottom:2rem}.info-block{background:#000;color:#fff;padding:.9rem 1.2rem;border-radius:6px;box-shadow:0 6px 18px #00000059;text-align:left}.info-title{color:#ffd138;font-weight:700;font-size:1.05rem;margin-bottom:.5rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.info-content{color:#ffffffe6;line-height:1.6;font-weight:400;font-size:.95rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media(max-width:900px){.contacts-container{display:flex;flex-direction:column;padding:0 .5rem;width:100%}.contacts-map{width:100%;height:350px;min-height:320px;border-radius:8px}.contacts-info{width:100%;margin-left:0}}@media(max-width:900px){.contact-form-section{display:flex;flex-direction:column;height:auto;padding:2rem .75rem;width:100%}.form-side{order:0;width:100%;padding:1.5rem}.form-inner{width:100%;max-width:100%}.form-inner h2{font-size:1.8rem}.image-side{order:1;width:100%;height:260px;min-height:220px}}@media(max-width:480px){.contact-form-section{padding:1rem 0;height:auto}.form-side{padding:1rem;background-color:#e8e8e8}.form-inner h2{font-size:1.8rem;margin-bottom:1rem;line-height:1.1}.image-side{height:200px;min-height:180px}.contact-form{gap:.8rem}.contact-form label{flex:1 1 100%;font-size:.95rem}.contact-form label:nth-child(1),.contact-form label:nth-child(2){flex:1 1 100%}.contact-form input,.contact-form textarea{padding:.7rem .75rem;font-size:1rem;min-height:44px}.contact-form textarea{min-height:120px}.phone-group{flex-wrap:wrap;gap:.5rem}.phone-group select{flex:0 0 40%;font-size:.95rem;min-height:44px}.phone-group input{flex:1 1 calc(60% - .5rem);min-height:44px}.submit-button{width:100%;padding:.75rem 1rem;font-size:1rem;min-height:44px;margin-top:.5rem}}@media(max-width:480px){.contacts-page{padding:0 .75rem 1.5rem}.contacts-map{height:450px;min-height:400px;width:100%;border-radius:8px;min-width:initial}.contacts-info h2{font-size:1.8rem;line-height:1.1;margin-bottom:1.5rem}.info-block{padding:1rem 1.25rem}.info-title{font-size:1rem;margin-bottom:.75rem}.info-content{font-size:.95rem;line-height:1.6}.info-blocks{gap:1rem}}@media(max-width:700px)and (min-width:481px){.contacts-page{padding:2rem .75rem}.contacts-map{height:320px;min-height:300px}.contacts-info h2{font-size:1.6rem}}.app-container{display:flex;min-height:100vh;flex-direction:column}.app-container>main{flex:1 0 auto}.app-container>footer,.app-container>div{flex-shrink:0}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/Inter-Thin-DzN99i8q.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/assets/Inter-ThinItalic-DxehbPeK.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLight-7kXoOaX_.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLightItalic-Ox17i_b0.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Inter-Light-14LG-y7V.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/assets/Inter-LightItalic-iBr7p6CH.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular-COLGFB3M.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/Inter-Italic-Bm_w1qmz.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Inter-Medium-CDhBSFyE.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/Inter-MediumItalic-BqDObnQN.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBold-BAEEcJ4E.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBoldItalic-B7KOJJiL.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Inter-Bold-BOs3KVhN.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/Inter-BoldItalic-Cabj1n7x.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBold-BUaDDWMS.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBoldItalic-efVpd_pq.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Inter-Black-BJbWHna9.woff2?v=4.1) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/assets/Inter-BlackItalic-D3PIgx41.woff2?v=4.1) format("woff2")}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;overflow-x:hidden}html,body{height:auto}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#222;background:#f7f7f8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.45;font-weight:400;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.75rem;font-weight:700}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{font-weight:400;line-height:1.6}strong,b{font-weight:600}em,i{font-style:italic}small{font-size:.875rem;font-weight:400}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}
