@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Poppins:wght@300;400;500&display=swap";.hp-navbar{position:fixed;top:0;left:0;width:100%;background-color:#1a1a1acc;padding:1.5rem 5%;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.16,1,.3,1);font-family:Poppins,sans-serif;border-bottom:1px solid rgba(255,255,255,.1)}.hp-navbar.scrolled{padding:1rem 5%;background-color:#1a1a1af2}.hp-navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto}.hp-logo{display:flex;align-items:center;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hp-logo:hover{transform:translate(5px)}.hp-logo img{height:50px;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-navbar.scrolled .hp-logo img{height:40px}.hp-nav-links-container{display:flex;align-items:center;gap:2rem}.hp-nav-links{display:flex;list-style:none;gap:1.5rem}.hp-nav-link{position:relative;text-decoration:none;color:#fffc;font-weight:400;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;transition:all .4s cubic-bezier(.16,1,.3,1);padding:.5rem 0}.hp-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#fffc;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hp-nav-link:hover{color:#fff}.hp-nav-link:hover:after{transform:scaleX(1);transform-origin:left}.hp-cta-button{display:flex;align-items:center;gap:.75rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.75rem;font-family:Poppins,sans-serif;font-weight:400;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.hp-cta-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;z-index:-1;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hp-cta-button:hover{border-color:#ffffff80}.hp-cta-button:hover:before{transform:scaleX(1);transform-origin:left}.hp-cta-button svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.hp-cta-button:hover svg{transform:translate(3px)}.hp-hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:16px;cursor:pointer;z-index:1001}.hp-hamburger span{display:block;width:100%;height:1px;background:#fff;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hp-hamburger.open span:nth-child(2){opacity:0}.hp-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 992px){.hp-nav-links-container{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#1a1a1afa;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.1);transition:right .4s cubic-bezier(.16,1,.3,1)}.hp-nav-links-container.active{right:0}.hp-nav-links{flex-direction:column;gap:2rem;width:100%}.hp-nav-link{font-size:1rem;padding:.5rem 1rem}.hp-nav-link:after{display:none}.hp-cta-button{margin-top:2rem;width:100%;justify-content:center}.hp-hamburger{display:flex}}@media (max-width: 480px){.hp-navbar{padding:1rem 5%}.hp-logo img{height:40px}.hp-navbar.scrolled .hp-logo img{height:35px}}.hp-navbar-container a{text-decoration:none}.hp-nav-link.active{color:#fff!important;font-weight:500}.hp-nav-link.active:after{transform:scaleX(1)!important;background:#fff!important}@media (max-width: 992px){.hp-nav-link.active{background:#ffffff1a;border-radius:4px}}.hp-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;color:#fff;padding:5rem 5vw}.hp-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/heroBackground-Dfy2lduo.jpg) center/cover no-repeat;z-index:-1;animation:slowPan 8s infinite alternate ease-in-out;transform-origin:center;will-change:transform}@keyframes slowPan{0%{transform:scale(1) translate(0) translateY(0)}to{transform:scale(1.05) translate(2%) translateY(2%)}}.hp-hero__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000c,#0006)}.hp-hero__container{max-width:1600px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center}.hp-hero__content{position:relative;z-index:2}.hp-hero__label{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3}.hp-hero__label-line{width:40px;height:1px;background:#ffffff80}.hp-hero__headline{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,5rem);line-height:1.1;margin-bottom:1.5rem;font-weight:400}.hp-hero__headline--thin{display:block;font-weight:300}.hp-hero__headline--bold{display:block;font-weight:700}.hp-hero__subheadline{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6;max-width:500px;margin-bottom:3rem;color:#fffc;font-weight:300}.hp-hero__cta-container{display:flex;flex-direction:column;gap:1.5rem}.hp-hero__cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2.5rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);max-width:280px}.hp-hero__cta-button svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.hp-hero__cta-button:hover svg{transform:translate(4px)}.hp-hero__secondary-link{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease;max-width:fit-content}.hp-hero__secondary-link:hover{color:#fff}.hp-hero__secondary-link svg{transition:transform .3s ease}.hp-hero__secondary-link:hover svg{transform:translate(4px)}.hp-hero__product-container{position:relative;height:100%;min-height:600px;display:flex;align-items:center}.hp-hero__product-image{position:relative;width:100%;height:80%;background:linear-gradient(135deg,#ffffff0d,#fff0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.hp-hero__product-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/heroImage-B-9xKct-.jpg) center/cover no-repeat;opacity:.8;z-index:-1}.hp-hero__product-badge{position:absolute;top:2rem;left:2rem;display:flex;align-items:center;gap:1rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;z-index:2}.hp-hero__product-badge-line{width:30px;height:1px;background:#ffffff80}.hp-hero__product-features{position:absolute;bottom:2rem;left:2rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}.hp-hero__product-feature{background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.75rem 1.25rem;font-size:.875rem;letter-spacing:.05em;max-width:max-content}@media (max-width: 1024px){.hp-hero__container{grid-template-columns:1fr;padding:10vh 0}.hp-hero__product-container{min-height:400px;margin-top:2rem}.hp-hero__content{max-width:800px;margin:0 auto;text-align:center}.hp-hero__label{justify-content:center}.hp-hero__subheadline{margin-left:auto;margin-right:auto}.hp-hero__cta-container{align-items:center}.hp-hero__cta-button{max-width:none}}@media (max-width: 768px){.hp-hero{padding:0 2rem}.hp-hero__product-image{height:60vh}}@media (max-width: 480px){.hp-hero{padding:0 1.5rem}.hp-hero__label{margin-bottom:1.5rem}.hp-hero__headline{margin-bottom:1rem}.hp-hero__subheadline{margin-bottom:2rem}.hp-hero__cta-button{width:100%}}*{margin:0;padding:0;font-family:Poppins,sans-serif;box-sizing:border-box}.hp-products{padding:8rem 5vw;background-color:#0a0a0a;position:relative;font-family:Poppins,sans-serif;overflow:hidden}.hp-products:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 75% 30%,#1a1a1acc,#0a0a0a 70%);z-index:0}.hp-products__container{max-width:1600px;margin:0 auto;position:relative;z-index:1}.hp-products__header{margin-bottom:4rem;text-align:center}.hp-products__title{font-size:clamp(2rem,4vw,3.5rem);font-weight:300;color:#fff;margin-bottom:2rem;letter-spacing:.5px}.hp-products__title strong{font-weight:600}.hp-products__tabs{display:inline-flex;background:#ffffff0d;border-radius:50px;padding:.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.hp-products__tab{position:relative;background:transparent;border:none;color:#ffffffb3;font-family:Poppins,sans-serif;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 2rem;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-products__tab.active{color:#fff}.hp-products__tab-indicator{position:absolute;bottom:-3px;left:20%;width:60%;height:1px;background:#fff}.hp-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.hp-products__card{position:relative;background:linear-gradient(135deg,#ffffff08,#fff0);border:1px solid rgba(255,255,255,.1);border-radius:2px;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-products__card:hover{border-color:#ffffff4d;box-shadow:0 20px 40px #0003}.hp-products__grid a{text-decoration:none}.hp-products__card-badge{position:absolute;top:1.5rem;right:1.5rem;background:#13131380;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem 1rem;z-index:2}.hp-products__card-image{height:450px;position:relative;overflow:hidden}.hp-products__card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hp-products__card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#000000b3)}.hp-products__card-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#000000b3)}.hp-products__card-content{padding:2rem}.hp-products__card-title{font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:.75rem}.hp-products__card-description{color:#ffffffb3;font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.hp-products__card-features{list-style:none;margin-bottom:2rem}.hp-products__card-feature{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.875rem;margin-bottom:.75rem}.hp-products__card-feature svg{color:#ffffff80}.hp-products__card-button{display:flex;align-items:center;gap:.75rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;font-family:Poppins,sans-serif;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-products__card-button:hover{background:#ffffff1a;border-color:#ffffff80}.hp-products__card-button svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.hp-products__card-button:hover svg{transform:translate(3px)}@media (max-width: 1024px){.hp-products{padding:6rem 5vw}.hp-products__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.hp-products__header{margin-bottom:3rem}.hp-products__card-image{height:200px}}@media (max-width: 480px){.hp-products{padding:4rem 5vw}.hp-products__tabs{width:100%}.hp-products__tab{width:50%;padding:.75rem 1rem}.hp-products__grid{grid-template-columns:1fr}}.product-detail{padding:6rem 5vw;background-color:#f9f9f9;min-height:100vh;font-family:Helvetica Neue,Arial,sans-serif;overflow-x:hidden;width:100%;box-sizing:border-box}.product-detail__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;background:#fff;padding:4rem;box-shadow:0 15px 40px #00000014;border-radius:8px;position:relative;overflow:visible;width:100%;box-sizing:border-box}.product-detail__container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff0d,#fff0);pointer-events:none}.product-detail__image-container{position:sticky;top:6rem;height:calc(100vh - 12rem);padding-bottom:0;overflow:hidden;background:#f5f5f5;border-radius:4px;box-shadow:0 10px 30px #0000000d;align-self:start}.product-detail__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.16,1,.3,1);max-width:100%;min-height:400px}.product-detail__badge{position:absolute;top:1.5rem;left:1.5rem;background:linear-gradient(135deg,#000,#333);color:#fff;padding:.75rem 1.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;border-radius:30px;box-shadow:0 4px 15px #0000001a;z-index:2}.product-detail__content{display:flex;flex-direction:column;gap:2.5rem;position:relative}.product-detail__title{font-size:2.75rem;font-weight:700;color:#222;line-height:1.2;letter-spacing:-.5px}.product-detail__subtitle{font-size:1.35rem;font-weight:400;color:#666;line-height:1.5}.product-detail__specs{padding:2.5rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.product-detail__specs-title{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;color:#444;font-weight:600}.product-detail__specs-list{display:flex;flex-direction:column;gap:1.25rem}.product-detail__specs-item{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;line-height:1.6;color:#555}.product-detail__specs-item svg{flex-shrink:0;color:#000;margin-top:.25rem}.product-detail__additional-info{padding-bottom:2.5rem}.product-detail__info-title{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;color:#444;font-weight:600}.product-detail__info-content p{line-height:1.8;color:#555;font-size:1.05rem}.product-detail__contact-btn{display:inline-flex;align-items:center;gap:1rem;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#000,#333);color:#fff;border:none;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s ease;border-radius:0;box-shadow:0 4px 15px #0000001a;font-weight:500}.product-detail__contact-btn:hover{box-shadow:0 6px 20px #00000026}.product-detail__tabs{display:flex;border-bottom:1px solid #eee;margin-bottom:2rem}.product-detail__tab{padding:1rem 2rem;cursor:pointer;position:relative;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#888;transition:all .3s ease;border:none;background:none}.product-detail__tab:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:2px;background:#000;transition:width .3s ease}.product-detail__tab.active{color:#000}.product-detail__tab.active:after{width:100%}.product-detail__tab:hover{color:#000}.product-detail__tab-content{display:none;animation:fadeIn .5s ease}.product-detail__tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-detail__specs-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.product-detail__specs-item{background:#fafafa;padding:1.5rem;border-radius:8px;transition:all .3s ease;border-left:3px solid #000}.product-detail__specs-item:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.product-detail__specs-item svg{margin-right:.75rem;color:#000;flex-shrink:0}.parameters-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;overflow:hidden}.parameters-table thead{background:#f5f5f5}.parameters-table th{text-align:left;padding:1rem;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em;color:#444}.parameters-table td{padding:1rem;border-bottom:1px solid #eee;vertical-align:middle;color:#555}.parameters-table tr:last-child td{border-bottom:none}.parameters-table tr:hover td{background:#fafafa}.parameters-table td:first-child{font-weight:500;color:#333}@media (max-width: 1024px){.product-detail__image-container{position:relative;top:auto;height:auto;padding-bottom:100%;margin-bottom:3rem;margin-top:50px}.product-detail__image{min-height:auto}}@media (max-width: 1024px){.product-detail__container{grid-template-columns:1fr}}@media (max-width: 768px){.product-detail{padding:3rem 2rem}.product-detail__container{padding:2.5rem}.product-detail__title{font-size:2.25rem}.product-detail__subtitle{font-size:1.15rem}.parameters-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.parameters-table thead{display:table-header-group}.parameters-table tr{display:table-row}.parameters-table th,.parameters-table td{display:table-cell;min-width:120px}}@media (max-width: 480px){.product-detail{padding:2rem 1rem}.product-detail__container{padding:1.5rem}.product-detail__title{font-size:1.8rem}.product-detail__contact-btn{width:100%;justify-content:center}.product-detail__tabs{flex-direction:column;border-bottom:none}.product-detail__tab{border-bottom:1px solid #eee;text-align:left;padding:1rem 0}.product-detail__tab:after{display:none}.parameters-table{display:block;width:100%}.parameters-table thead{display:none}.parameters-table tbody{display:block;width:100%}.parameters-table tr{display:block;margin-bottom:1rem;border:1px solid #eee;border-radius:6px;padding:.5rem;background:#fff}.parameters-table td{display:flex;justify-content:space-between;align-items:center;padding:.75rem .5rem;border-bottom:1px solid #f5f5f5;font-size:.9rem}.parameters-table td:last-child{border-bottom:none}.parameters-table td:before{content:attr(data-label);font-weight:600;color:#333;margin-right:1rem;flex:0 0 40%;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.parameters-table td:nth-child(1):before{content:"Parameter"}.parameters-table td:nth-child(2):before{content:"Värde"}.parameters-table td:nth-child(3):before{content:"Enhet"}}@media (max-width: 768px){.product-detail__image-container{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);border-radius:0}.product-detail__specs-list{grid-template-columns:1fr}}@media (max-width: 480px){.product-detail__specs-item{padding:1rem}}.hp-footer{background-color:#1a1a1a;color:#fffc;padding:4rem 5%;font-family:Poppins,sans-serif;border-top:1px solid rgba(255,255,255,.1)}.hp-footer-container{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hp-footer-col{margin-bottom:2rem}.hp-footer-logo{margin-bottom:1.5rem}.hp-footer-logo img{height:50px}.hp-footer-company-info{display:flex;flex-direction:column;gap:1rem;font-size:.875rem;line-height:1.6}.hp-footer-company-info p{margin:0}.hp-footer-heading{color:#fff;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:500}.hp-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.hp-footer-link{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .4s cubic-bezier(.16,1,.3,1)}.hp-footer-link:hover{color:#fff}.hp-footer-contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem}.hp-footer-contact-icon{width:16px;height:16px;color:#ffffffb3}.hp-footer-social{display:flex;gap:1rem;margin-top:1.5rem}.hp-footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-footer-social-link:hover{background:#ffffff1a;transform:translateY(-3px)}.hp-footer-social-icon{width:18px;height:18px;color:#fff}.hp-footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#ffffff80}.hp-footer-legal-links{display:flex;gap:1.5rem}.hp-footer-legal-link{color:#ffffff80;text-decoration:none;transition:color .3s ease}.hp-footer-legal-link:hover{color:#fffc}@media (max-width: 1024px){.hp-footer-container{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 768px){.hp-footer{padding:3rem 5%}.hp-footer-container{grid-template-columns:1fr;gap:2rem}.hp-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.hp-footer-legal-links{order:-1;margin-bottom:1rem}}.hp-gallery{padding:0 5%;font-family:Poppins,sans-serif;color:#e0e0e0;background-color:#121212;min-height:100}.hp-gallery-hero{height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at center,#1e1e1ecc,#000000e6),url(/gallery-hero-bg.jpg) center/cover no-repeat;margin:0 -5% 4rem;padding:0 5%;position:relative;overflow:hidden}.hp-gallery-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);animation:rotateGlow 20s linear infinite;z-index:0}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hp-gallery-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-transform:uppercase}.hp-gallery-subtitle{font-size:1.25rem;max-width:700px;margin:0 auto;color:#e0e0e0cc;line-height:1.6;position:relative}.hp-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding-bottom:4rem}.hp-gallery a{text-decoration:none}.hp-project-card{background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000004d;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;border:1px solid rgba(255,255,255,.05)}.hp-project-image-container{position:relative;width:100%;padding-top:100%;overflow:hidden}.hp-project-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s ease;filter:brightness(.9)}.hp-project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0000004d);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.hp-project-card:hover .hp-project-overlay{opacity:1}.hp-project-card:hover .hp-project-image{transform:scale(1.08);filter:brightness(1)}.hp-view-details{background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);cursor:pointer;color:#fff;transition:all .3s ease}.hp-view-details:hover{background:#fff3;transform:scale(1.1)}.hp-project-info{padding:1.5rem}.hp-project-title{font-size:1.25rem;margin-bottom:.5rem;font-weight:500;color:#fff}.hp-project-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#e0e0e099}.hp-gallery-loading{display:flex;justify-content:center;align-items:center;height:50vh}.hp-loading-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.hp-project-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.hp-modal-content{background:#1e1e1e;max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1)}.hp-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#ffffff1a;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;color:#fff}.hp-modal-close:hover{background:#fff3}.hp-modal-image-container{width:100%;height:100%;min-height:500px}.hp-modal-image{width:100%;height:100%;object-fit:cover}.hp-modal-info{padding:3rem;display:flex;flex-direction:column}.hp-modal-title{font-family:Poppins,sans-serif;font-size:2rem;margin-bottom:.5rem;font-weight:600;color:#fff}.hp-modal-category{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#e0e0e099;margin-bottom:2rem}.hp-modal-description{line-height:1.6;margin-bottom:2rem;color:#e0e0e0cc}.hp-modal-cta{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#3a3a3a,#1a1a1a);color:#fff;border:none;padding:1rem 1.5rem;font-family:Poppins,sans-serif;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);margin-top:auto;align-self:flex-start;border-radius:6px;box-shadow:0 4px 15px #0003}.hp-modal-cta:hover{background:linear-gradient(135deg,#4a4a4a,#2a2a2a);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hp-particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.hp-particle{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 15s infinite linear}@keyframes float{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(360deg);opacity:0}}@media (max-width: 1024px){.hp-modal-content{grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.hp-modal-image-container{min-height:300px}}@media (max-width: 768px){.hp-gallery-hero{height:50vh;min-height:400px}.hp-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 480px){.hp-gallery-hero{height:40vh;min-height:300px}.hp-gallery-title{font-size:2.5rem}.hp-gallery-subtitle{font-size:1rem}.hp-modal-info{padding:1.5rem}.hp-modal-title{font-size:1.5rem}}.hp-about{position:relative;font-family:Poppins,sans-serif;color:#e0e0e0;background-color:#121212;min-height:100vh;overflow-x:hidden}.hp-about-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.hp-about-bg-circle{position:absolute;background:#a0a0a01a;border-radius:50%;filter:blur(5px)}.hp-about-hero{height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(to bottom,#000000e6,#000000b3),url(/production-hero-bg.jpg) center/cover no-repeat;position:relative;overflow:hidden}.hp-about-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(160,160,160,.1) 0%,transparent 70%);animation:pulse 15s infinite alternate}.hp-about-hero-content{position:relative;z-index:2;max-width:1200px;padding:0 2rem}.hp-about-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-transform:uppercase}.hp-about-title-line{display:block;position:relative}.hp-about-title-line:first-child:after{content:"";position:absolute;bottom:-10px;left:0;width:100px;height:4px;background:#a0a0a0;border-radius:2px}.hp-about-subtitle{font-size:1.25rem;max-width:700px;margin:0 auto;color:#e0e0e0cc;line-height:1.6}.hp-about-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.hp-about-video-section{margin:4rem 0}.hp-about-video-wrapper{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #00000080;transform-style:preserve-3d;perspective:1000px}.hp-about-video-placeholder{position:relative;width:100%;padding-bottom:56.25%;background:#1e1e1e;transition:all .4s ease}.hp-about-video-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:2;cursor:pointer}.hp-about-video-loading svg{margin-bottom:1rem;filter:drop-shadow(0 0 10px rgba(160,160,160,.5))}.hp-about-video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;transition:opacity .6s ease}.hp-about-video.loaded{z-index:3}.hp-about-video-reflection{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.hp-about-production{margin:6rem 0}.hp-about-production-content{max-width:900px;margin:0 auto;text-align:center}.hp-about-section-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;line-height:1.4;position:relative;display:inline-block}.hp-about-section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:100px;height:3px;background:#a0a0a0;border-radius:3px}.hp-about-section-text{font-size:1.1rem;line-height:1.8;color:#e0e0e0cc;max-width:700px;margin:0 auto}.hp-about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:6rem 0}.hp-about-feature-card{background:#1e1e1e80;border-radius:12px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.hp-about-feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(160,160,160,.1) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.hp-about-feature-card.hovered:before{opacity:1}.hp-about-feature-card.hovered{transform:translateY(-10px);box-shadow:0 15px 30px #0006;border-color:#a0a0a04d}.hp-about-feature-icon{margin-bottom:1.5rem;color:#a0a0a0;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-about-feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.hp-about-feature-description{font-size:.95rem;line-height:1.6;color:#e0e0e0b3}.hp-about-full-description{max-width:900px;margin:6rem auto;font-size:1.1rem;line-height:1.8;color:#e0e0e0cc}.hp-about-full-description p{margin-bottom:2rem}@media (max-width: 768px){.hp-about-hero{height:50vh;min-height:400px}.hp-about-title{font-size:3rem}.hp-about-features{grid-template-columns:1fr}}@media (max-width: 480px){.hp-about-hero{height:40vh;min-height:300px}.hp-about-title{font-size:2.5rem}.hp-about-subtitle{font-size:1rem}}.hp-contact{position:relative;font-family:Poppins,sans-serif;color:#e0e0e0;background-color:#121212;min-height:100vh;overflow-x:hidden;padding-top:5rem}.hp-contact-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.hp-contact-bg-circle{position:absolute;background:#a0a0a01a;border-radius:50%;filter:blur(5px)}.hp-contact-hero{height:50vh;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(to bottom,#000000e6,#000000b3),url(/contact-hero-bg.jpg) center/cover no-repeat;position:relative;overflow:hidden}.hp-contact-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(160,160,160,.1) 0%,transparent 70%);animation:pulse 15s infinite alternate}@keyframes pulse{0%{transform:scale(1);opacity:.1}to{transform:scale(1.2);opacity:.3}}.hp-contact-hero-content{position:relative;z-index:2;max-width:1200px;padding:0 2rem}.hp-contact-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-transform:uppercase}.hp-contact-title-line{display:block;position:relative}.hp-contact-title-line:first-child:after{content:"";position:absolute;bottom:-10px;left:0;width:100px;height:4px;background:#a0a0a0;border-radius:2px}.hp-contact-subtitle{font-size:1.25rem;max-width:700px;margin:0 auto;color:#e0e0e0cc;line-height:1.6}.hp-contact-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.hp-contact-info-section{margin-bottom:4rem}.hp-contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.hp-contact-method-card{background:#1e1e1e80;border-radius:12px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.hp-contact-method-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(160,160,160,.1) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.hp-contact-method-card:hover:before{opacity:1}.hp-contact-method-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000004d;border-color:#a0a0a04d}.hp-contact-method-icon{margin-bottom:1.5rem;color:#a0a0a0;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-contact-method-card:hover .hp-contact-method-icon{transform:scale(1.2);color:#fff}.hp-contact-method-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.hp-contact-method-info{font-size:.95rem;line-height:1.6;color:#e0e0e0b3;text-decoration:none;display:block;transition:color .3s ease}.hp-contact-method-info:hover{color:#fff}.hp-contact-form-section{background:#1e1e1e80;border-radius:16px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 40px #0000004d}.hp-contact-form-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}.hp-contact-form-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:#a0a0a0;border-radius:3px}.hp-form-group{position:relative;margin-bottom:1.5rem}.hp-form-input{width:100%;padding:1rem;background:#141414b3;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;transition:all .3s ease}.hp-form-input:focus{outline:none;border-color:#a0a0a080;box-shadow:0 0 0 2px #a0a0a033}.hp-form-input:not(:placeholder-shown)+.hp-form-label,.hp-form-input:focus+.hp-form-label{transform:translateY(-1.5rem) scale(.85);background-color:#121212;padding:0 .5rem;color:#a0a0a0}.hp-form-label{position:absolute;left:1rem;top:1rem;color:#e0e0e0b3;font-size:1rem;transition:all .3s ease;pointer-events:none}.hp-form-textarea{min-height:120px;resize:vertical}.hp-form-submit-container{text-align:center;margin-top:2rem}.hp-form-submit-btn{background:linear-gradient(135deg,#3a3a3a,#1a1a1a);color:#fff;border:none;padding:1rem 2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 4px 15px #0003}.hp-form-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4a4a4a,#2a2a2a);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hp-form-submit-btn:disabled{opacity:.7;cursor:not-allowed}.hp-form-submit-btn svg{transition:transform .3s ease}.hp-form-submit-btn:hover:not(:disabled) svg{transform:translate(5px)}.hp-form-status{margin-top:1.5rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.hp-form-status.success{background-color:#2e7d3233;border:1px solid rgba(46,125,50,.5);color:#81c784}.hp-form-status.error{background-color:#d32f2f33;border:1px solid rgba(211,47,47,.5);color:#e57373}@media (max-width: 768px){.hp-contact-hero{height:40vh;min-height:300px}.hp-contact-form-section{padding:2rem}}@media (max-width: 480px){.hp-contact-hero{height:35vh;min-height:250px}.hp-contact-title{font-size:2.5rem}.hp-contact-subtitle{font-size:1rem}.hp-contact-form-section{padding:1.5rem}.hp-contact-form-title{font-size:1.5rem}}.hp-form-status{padding:1rem;margin-top:1.5rem;border-radius:8px;text-align:center;font-weight:500}.hp-form-status.success{background-color:#28a74533;color:#28a745;border:1px solid #28a745}.hp-form-status.error{background-color:#dc354533;color:#dc3545;border:1px solid #dc3545}.hp-form-submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem}.not-found{padding:6rem 5vw;background-color:#f9f9f9;min-height:100vh;font-family:Helvetica Neue,Arial,sans-serif}.not-found__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;background:#fff;padding:4rem;box-shadow:0 15px 40px #00000014;border-radius:8px;position:relative}.not-found__container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff0d,#fff0);pointer-events:none}.not-found__content{display:flex;flex-direction:column;justify-content:center}.not-found__title{font-size:6rem;font-weight:700;color:#222;line-height:1;margin-bottom:1.5rem;letter-spacing:-2px}.not-found__subtitle{font-size:2.5rem;font-weight:600;color:#222;line-height:1.2;margin-bottom:1.5rem}.not-found__text{font-size:1.2rem;line-height:1.6;color:#666;margin-bottom:3rem;max-width:80%}.not-found__button{display:inline-flex;align-items:center;gap:.5rem;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#000,#333);color:#fff;border:none;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s ease;border-radius:0;box-shadow:0 4px 15px #0000001a;font-weight:500}.not-found__button:hover{box-shadow:0 6px 20px #00000026}.not-found__image-container{display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:4px;overflow:hidden}.not-found__image-placeholder{width:100%;height:100%;min-height:400px;background:linear-gradient(135deg,#eee,#ddd);position:relative}.not-found__image-placeholder:after{content:"404";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10rem;font-weight:700;color:#0000001a}@media (max-width: 1024px){.not-found__container{grid-template-columns:1fr}.not-found__image-container{order:-1;height:300px}.not-found__title{font-size:4rem}.not-found__subtitle{font-size:2rem}}@media (max-width: 768px){.not-found{padding:3rem 2rem}.not-found__container{padding:2.5rem}.not-found__text{max-width:100%}}@media (max-width: 480px){.not-found{padding:2rem 1rem}.not-found__container{padding:1.5rem}.not-found__title{font-size:3rem}.not-found__subtitle{font-size:1.5rem}.not-found__button{width:100%;justify-content:center}}
