.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#000;color:#d2af77;position:relative;z-index:1000;height:170px}.navbar-content{display:flex;align-items:center;justify-content:flex-start;width:100%}.navbar .logo a{font-size:1.5rem;color:#d2af77;text-decoration:none}.logo{display:flex;align-items:center;justify-content:flex-start;margin-right:auto;height:250px;width:auto}.navbar-logo{height:250px;width:auto;display:block;object-fit:contain}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:.5rem;z-index:2001}.mobile-menu-toggle span{display:block;width:25px;height:3px;background-color:#d2af77;margin:3px 0;transition:.3s}.nav-links{flex:0;display:flex;align-items:center;gap:3.5rem;list-style:none;position:static;justify-content:flex-end;margin:0;padding:0}.nav-links a{text-decoration:none;color:#d2af77;white-space:nowrap}.nav-links li{position:static}.nav-links>li{position:relative}.dropdown-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.dropdown.desktop-only{position:absolute;top:100%;left:50%;transform:translate(-50%);right:auto;display:none;background:#fff;color:#000;padding:1.5rem 2rem;border:1px solid #D2AF77;box-shadow:0 4px 8px #0000001a;z-index:999;gap:3rem;min-width:700px}.dropdown h4{margin-bottom:.5rem;color:#000;font-weight:700}.dropdown a{display:block;margin-bottom:.5rem;color:#000;text-decoration:none;white-space:nowrap}.dropdown a:hover{text-decoration:underline}.nav-links>li:hover .dropdown.desktop-only,.nav-links>li:focus-within .dropdown.desktop-only{display:flex}.mobile-products-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;z-index:3000;display:flex;align-items:center;justify-content:center;padding:2rem}.mobile-products-content{background:#fff;border-radius:10px;padding:2rem;margin-bottom:5rem;max-width:90vw;max-height:80vh;overflow-y:auto;position:relative}.mobile-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:2px solid #D2AF77;padding-bottom:1rem}.mobile-products-header h3{color:#000;margin:0;font-size:1.5rem}.close-popup{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#000;padding:.5rem}.mobile-products-grid{display:grid;gap:2rem;grid-template-columns:1fr}.mobile-products-grid>div{padding-bottom:1rem;border-bottom:1px solid #eee}.mobile-products-grid>div:last-child{border-bottom:none}.mobile-products-grid h4{margin-bottom:.5rem;color:#000;font-weight:700}.mobile-products-grid a{display:block;margin-bottom:.5rem;color:#000;text-decoration:none;padding:.3rem 0}.mobile-products-grid a:hover{text-decoration:underline}@media (max-width: 900px){.navbar{height:170px}.navbar-logo{height:150px}.navbar-content{flex-direction:row;align-items:center;justify-content:flex-start}.nav-links{gap:2.5rem;font-size:.9rem}}@media (max-width: 600px){.navbar{padding:.5rem 1rem;height:170px}.navbar-logo{height:150px;width:auto;display:block}.navbar-content{flex-direction:row;align-items:center;justify-content:flex-start}.mobile-menu-toggle{display:flex;position:relative;margin-left:auto}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:1999}.nav-links{position:absolute;top:100%;right:1rem;width:280px;background:#111;flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.5rem;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:2000;box-shadow:0 4px 12px #0000004d;border-radius:8px;border:1px solid #D2AF77}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}.dropdown.desktop-only{display:none!important}.navbar .logo{margin-right:auto;display:flex;align-items:center;justify-content:flex-start}}.footer{background-color:#000;color:#d2af77;padding:.7rem 2rem;font-size:.9rem;margin-top:0;position:relative;width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;overflow-x:auto}.footer p{margin:0 auto;text-align:center;flex:1;display:flex;justify-content:center;align-items:center}.footer-social-links{display:flex;align-items:center;gap:1.5rem}.footer-social-links a{display:flex;align-items:center;gap:.4rem;text-decoration:none}.footer-social-links a img{max-width:28px;height:24px;width:auto;transition:transform .2s,filter .2s;fill:#d2af77}.footer-social-links a:hover{color:#fff}.footer-social-links a:hover img{filter:none;filter:brightness(0) invert(1)}.footer-social-links a:hover .footer-social-label{color:#fff}.footer-social-label{color:#d2af77;font-size:1rem;font-weight:500;letter-spacing:.01em;transition:color .2s}.footer-text-right{display:flex;align-items:center;justify-content:flex-end;flex:1}.footer-text-right p{margin:0;text-align:right;width:100%;display:flex;align-items:center;justify-content:flex-end}@media (max-width: 600px){.footer{flex-direction:column;align-items:flex-start;padding:.7rem 1rem}.footer-social-links{justify-content:flex-start;margin-bottom:.3rem}.footer-text-right{justify-content:flex-start;width:100%}.footer-text-right p{text-align:left;justify-content:flex-start}}body{margin:0;font-family:Arial,sans-serif;background:#fff;color:#000}.container{max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box}.top-section{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:20px}.left-section{flex:1 1 65%;min-width:0}.right-section{flex:1 1 35%;min-width:300px}.right-section h1{color:#000;text-align:center;margin-bottom:.5em;font-size:2.2rem;letter-spacing:1px}@media (max-width: 768px){.container{padding:10px}.top-section{flex-direction:column;gap:15px}.left-section,.right-section{flex:1 1 100%;min-width:unset}.right-section h1{font-size:1.8rem;margin-bottom:1rem}.form-section{padding:15px}.carousel img{max-height:500px}.arrow{font-size:2rem;padding:0 .4rem}}.carousel{position:relative}.carousel img{width:100%;max-height:800px;height:auto;object-fit:cover;border-radius:8px}.carousel-image{cursor:pointer;transition:transform .2s ease}.carousel-image:hover{transform:scale(1.02)}@media (max-width: 768px){.carousel-image{cursor:pointer}}.arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2.5rem;background:#0006;color:#fff;border:none;cursor:pointer;padding:0 .6rem;border-radius:4px}.arrow.left{left:8px}.arrow.right{right:8px}.form-section{background:#f3f3f3;padding:20px;border-radius:8px}.form-section h3,.form-section h4{text-align:center;margin:.5rem 0}.form-section label{display:block;margin-top:10px;font-weight:500}.form-section input,.form-section textarea{width:100%;padding:12px;margin-top:4px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:16px}.submit-btn{margin-top:15px;background:#d2af77;color:#fff;border:none;padding:12px 20px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;width:100%;min-height:44px}.submit-btn:hover{background:#b6925c}.tabs{margin-top:40px;width:100%;max-width:1200px}.tab-menu{width:100%;max-width:1200px;margin:0 auto;display:flex;padding:0;list-style:none}.tab-menu li{flex:1;text-align:center;padding:15px 20px;cursor:pointer;font-weight:600;background:#f5f5f5;border-right:1px solid #ccc;min-height:44px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.tab-menu li:last-child{border-right:none}.tab-menu li.active{background:#fff;color:#d2af77;border-bottom:2px solid #fff}.tab-content{width:100%;min-height:500px;max-width:100%;padding:20px;border:1px solid #D2AF77;border-top:none;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.tab-panel{display:none;width:100%;flex:1 1 auto;min-height:0}.tab-panel.active{display:block;flex:1 1 auto;min-height:0}.tab-panel ul{margin:1.2em 0 1.2em 1.5em;padding:0;list-style:disc inside;font-size:1.08em;color:#222}.tab-panel ul li{margin-bottom:.5em;line-height:1.5}.responsive-video{position:relative;width:100%;padding-bottom:56.25%;height:0}.responsive-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.tillval-box{display:flex;gap:1rem;padding:1rem;border:1px solid #ddd;border-radius:8px;background:#fff;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.tillval-box .lazy-image-container{max-width:300px;flex-shrink:0}.tillval-box img{max-width:300px;height:auto;object-fit:contain;border-radius:4px;flex-shrink:0}.tillval-text h3{margin:0;font-size:1.6rem;border-bottom:1px solid #ddd;padding-bottom:.4rem}.tillval-text h4{margin:.6rem 0 .3rem;font-size:1.3rem;color:#555}.tillval-text p{margin:0}@media (max-width: 768px){.tab-menu{flex-direction:column}.tab-menu li{border-right:none;border-bottom:1px solid #ccc;padding:15px 10px;font-size:.9rem}.tab-content{padding:15px;min-height:300px}.tillval-box{flex-direction:column;text-align:center;padding:1.5rem 1rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.tillval-box img{max-width:100%;max-height:200px;height:auto;margin:0 auto 1.5rem;object-fit:contain}.tillval-text{padding:0 .5rem}.tillval-text h3{font-size:1.4rem;margin-bottom:.8rem;color:#333}.tillval-text h4{font-size:1.1rem;margin-bottom:.8rem;color:#d2af77;font-weight:600}.tillval-text p{font-size:.95rem;line-height:1.5;color:#666;margin:0}.responsive-video{margin:0 -15px;border-radius:8px;overflow:hidden}}@media (max-width: 900px){.produkt-container,.produkt-lista{max-width:98vw;padding:0 1vw}}@media (max-width: 600px){.container{padding:5px}.produkt-container,.produkt-lista{max-width:100vw;padding:0 5px;flex-direction:column;gap:1rem}.right-section h1{font-size:1.5rem;line-height:1.3;margin-bottom:.8rem}.form-section{padding:10px}.form-section h3{font-size:1.1rem}.form-section h4{font-size:1rem}.carousel img{max-height:300px}.arrow{font-size:1.5rem;padding:0 .3rem}.tab-menu li{padding:12px 8px;font-size:.8rem}.tab-content{padding:10px}.tillval-box{padding:1rem .5rem;margin-bottom:1.5rem}.tillval-box img{max-height:150px;margin-bottom:1rem}.tillval-text h3{font-size:1.2rem;margin-bottom:.5rem}.tillval-text h4{font-size:1rem;margin-bottom:.5rem}.tillval-text p{font-size:.9rem;line-height:1.4}.responsive-video{margin:0 -10px;border-radius:6px}img,video{max-width:100vw;height:auto}.produkt-sida{padding:1rem .5rem;margin-top:1rem}.container.custom-section{margin-top:1rem;padding:1rem .5rem}}.produkt-sida{padding:2.5rem 2rem 2rem;margin-top:2.5rem;max-width:900px;margin-left:auto;margin-right:auto;background:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000a}.container.custom-section{margin-top:2.5rem;padding:2.5rem 2rem 2rem;background:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000a}.image-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.image-modal-content{position:relative;max-width:95vw;max-height:95vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.close-modal{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;z-index:10000;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.close-modal:hover{background:#000000e6}.zoom-controls{position:absolute;top:15px;left:15px;display:flex;align-items:center;gap:8px;background:#000000b3;padding:8px 12px;border-radius:20px;z-index:10000}.zoom-btn{background:#ffffffe6;border:none;width:30px;height:30px;border-radius:50%;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.zoom-btn:hover:not(:disabled){background:#fff;transform:scale(1.1)}.zoom-btn:disabled{opacity:.5;cursor:not-allowed}.zoom-level{color:#fff;font-size:12px;font-weight:700;min-width:40px;text-align:center}.reset-zoom{background:#ffffffe6;border:none;padding:4px 8px;border-radius:12px;font-size:11px;cursor:pointer;transition:background .2s ease}.reset-zoom:hover{background:#fff}.modal-carousel{position:relative;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.modal-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.modal-carousel img{max-width:100%;max-height:80vh;height:auto;object-fit:contain;display:block;transform-origin:center center;-webkit-user-select:none;user-select:none}.modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0009;color:#fff;border:none;font-size:2rem;padding:10px 15px;cursor:pointer;border-radius:4px;transition:background .2s ease;z-index:10001}.modal-arrow:hover{background:#000c}.modal-arrow.left{left:15px}.modal-arrow.right{right:15px}.modal-indicators{display:flex;justify-content:center;padding:15px;gap:8px;background:#fff}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:background .2s ease}.indicator.active{background:#d2af77}.indicator:hover{background:#bbb}.indicator.active:hover{background:#b6925c}@media (max-width: 768px){.image-modal{padding:0}.image-modal-content{max-width:100vw;max-height:100vh;border-radius:0;width:100%;height:100%}.close-modal{top:15px;right:15px;width:40px;height:40px;font-size:22px;background:#000c}.zoom-controls{top:15px;left:15px;padding:6px 10px;gap:6px}.zoom-btn{width:28px;height:28px;font-size:14px}.zoom-level{font-size:11px;min-width:35px}.reset-zoom{padding:3px 6px;font-size:10px}.modal-carousel{height:100vh;display:flex;align-items:center;justify-content:center}.modal-image-container{width:100vw;height:85vh;touch-action:pan-x pan-y}.modal-carousel img{width:100%;height:auto;max-height:85vh;object-fit:contain}.modal-arrow{font-size:1.8rem;padding:12px 16px;background:#000000b3}.modal-arrow.left{left:15px}.modal-arrow.right{right:15px}.modal-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);padding:10px 15px;background:#ffffffe6;border-radius:20px;gap:8px}.indicator{width:12px;height:12px}}.container{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:30px;max-width:1400px;margin:0 auto;padding:3rem 1.5rem 2rem;box-sizing:border-box}.item{width:320px;min-width:280px;height:530px;box-sizing:border-box;padding:0;text-align:center;border-radius:20px;cursor:pointer;background:linear-gradient(145deg,#fff,#f8f9fa);transition:transform .3s ease,box-shadow .3s ease,background .3s ease;text-decoration:none;color:inherit;box-shadow:0 4px 20px #00000014;overflow:hidden;position:relative;display:flex;flex-direction:column}.item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d2af77,#b6925c,#d2af77);transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.item:hover:before{transform:scaleX(1)}.item:hover{background:linear-gradient(145deg,#fff,#fdfdfd);transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #d2af7726}.item img{width:100%;height:200px;object-fit:cover;margin-bottom:0;transition:transform .3s ease;flex-shrink:0}.item:hover img{transform:scale(1.05)}.item-content{padding:1.5rem;height:250px;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0}.item h2{font-size:1.3rem;margin-bottom:.8rem;color:#222;font-weight:600;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.description{font-size:1rem;color:#555;margin-bottom:1.2rem;white-space:pre-line;line-height:1.5;height:120px;display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden;padding:0 .5rem}.item p:last-child{margin-bottom:0;padding:.8rem 1.5rem;background:linear-gradient(135deg,#d2af77,#b6925c);color:#fff;border-radius:25px;font-weight:600;letter-spacing:.5px;margin-top:1rem;transition:background .3s ease,transform .2s ease;display:inline-block;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center}.item:hover p:last-child{background:linear-gradient(135deg,#b6925c,#9d7a47);transform:translateY(-2px)}@media (max-width: 768px){.container{gap:20px;padding:2rem 1rem}.item{width:100%;max-width:400px}}@media (max-width: 480px){.container{gap:15px;padding:1.5rem .5rem}.item{width:100%;max-width:none;margin:0 .5rem}.container img{height:180px}.item-content{padding:1rem}.item h2{font-size:1.1rem}.description{font-size:.9rem}}@media (max-width: 900px){.meny-container,.meny-lista{max-width:98vw;padding:0 1vw}}@media (max-width: 600px){.meny-container,.meny-lista{max-width:100vw;padding:0 2vw;flex-direction:column;gap:1rem}img,video{max-width:100vw;height:auto}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@media (max-width: 900px){.App{max-width:98vw;padding:0 1vw}}@media (max-width: 600px){.App{max-width:100vw;padding:0 2vw}}.home-root{width:100vw;min-height:100vh;background:#fff;color:#111;font-family:Inter,Arial,sans-serif;max-width:none!important;margin:0!important;padding:0!important;text-align:initial!important;display:block!important;position:relative;z-index:1}#root{max-width:none!important;margin:0!important;padding:0!important;text-align:initial!important}body{display:block!important;place-items:initial!important;background:#fff!important;color:#111!important}.hero-section{position:relative;width:100vw;overflow:hidden;z-index:0;margin:0;padding:0}@media (min-width: 769px){.hero-section{height:100vh;min-height:400px}}@media (max-width: 768px){.hero-section{height:50vh;min-height:300px}}.hero-video-wrapper{width:100vw;margin:0;padding:0;position:relative;overflow:hidden;display:flex;align-items:stretch;justify-content:stretch}@media (min-width: 769px){.hero-video-wrapper{height:100vh;min-height:400px}}@media (max-width: 768px){.hero-video-wrapper{height:50vh;min-height:300px}}.hero-video-wrapper iframe{width:100vw;height:100vh;min-height:400px;min-width:100vw;border:none;display:block;aspect-ratio:16/9}.hero-slide{position:absolute;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#222;opacity:0;transition:opacity 1s;z-index:1;display:flex;align-items:center;justify-content:center}.hero-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000014;z-index:1;pointer-events:none}.hero-slide.active{opacity:1;z-index:2}.hero-overlay{background:#0000008c;padding:2.5rem 3.5rem;border-radius:12px;text-align:center;position:relative;z-index:2}.hero-overlay h2{color:#fff;font-size:2.5rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;margin:0}.hero-dots{position:absolute;left:50%;bottom:2.5rem;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.dot{width:14px;height:14px;border-radius:50%;background:#fff8;border:2px solid #fff;cursor:pointer;transition:background .2s,border .2s}.dot.active{background:#fff;border-color:#d2af77}@media (min-width: 600px){.hero-slide{background-size:80vw auto;background-repeat:no-repeat;background-position:center center}}.about-section{background:#fff;color:#111;text-align:center;padding:4rem 1.5rem 2.5rem;max-width:700px;margin:-5rem auto 0;border-radius:18px;box-shadow:0 8px 32px #00000012;position:relative;z-index:5}.about-section h1{font-size:2.2rem;font-weight:800;margin-bottom:1.2rem;letter-spacing:.08em}.about-section p{font-size:1.15rem;color:#222;margin:0}.product-overview{display:flex;justify-content:center;gap:2.5rem;margin:3rem auto;max-width:1200px;flex-wrap:wrap}.product-block{background:#fafafa;border-radius:12px;box-shadow:0 2px 12px #0000000f;overflow:hidden;width:320px;min-height:320px;display:flex;flex-direction:column;align-items:center;transition:transform .2s,box-shadow .2s;flex-shrink:0}.product-block:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 8px 32px #d2af7721}.product-block img{width:300px;height:100%;object-fit:cover;object-position:center;border-bottom:1px solid #eee;display:block;flex-shrink:0;box-sizing:border-box;border-top-left-radius:12px;border-top-right-radius:12px}.product-btn{margin:1.2rem 0 1.5rem;padding:.7rem 2.2rem;background:#d2af77;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;transition:background .2s;box-shadow:0 2px 8px #d2af7714}.product-btn:hover{background:#b6925c}.why-choose-section{background:#fff;padding:4rem 2rem;margin:0;text-align:center;position:relative}.why-choose-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:50%;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.why-choose-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50%;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.why-choose-section h2{font-size:2.2rem;font-weight:700;color:#333;margin-bottom:3rem;letter-spacing:.02em}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.why-choose-item{background:#fafafa;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s;border:1px solid #f0f0f0}.why-choose-item:hover{transform:translateY(-4px);box-shadow:0 6px 24px #0000001a;background:#fff}.why-choose-item h3{font-size:1.1rem;font-weight:600;color:#333;margin:0;line-height:1.4}@media (max-width: 768px){.why-choose-section{padding:3rem 1rem}.why-choose-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-choose-section h2{font-size:1.8rem;margin-bottom:2rem}.why-choose-item{padding:1.5rem 1rem}.why-choose-item h3{font-size:1rem}}@media (max-width: 480px){.why-choose-section{padding:2.5rem 1rem}.why-choose-grid{grid-template-columns:1fr;gap:1rem}.why-choose-section h2{font-size:1.6rem}}.cta-section{background:#fff;color:#333;text-align:center;padding:4rem 1.5rem;margin-top:0;margin-bottom:0;position:relative}.cta-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:50%;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:1.2rem;letter-spacing:.08em;color:#333}.cta-section p{font-size:1.15rem;margin-bottom:2rem;color:#666}.cta-btn{background:#d2af77;color:#fff;border:none;border-radius:6px;padding:.9rem 2.5rem;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 12px #d2af774d}.cta-btn:hover{background:#b6925c;transform:translateY(-2px);box-shadow:0 6px 20px #d2af7766}@media (max-width: 768px){.cta-section{padding:3rem 1rem 4rem;margin-bottom:2rem}.cta-section h2{font-size:1.6rem}.cta-section p{font-size:1rem}.cta-btn{padding:.8rem 2rem;font-size:1rem}}@media (max-width: 900px){.main-content,.section,.hero,.produkt-lista,.projekt-lista{max-width:98vw!important;padding:0 1vw}img,video{max-width:100%;height:auto}.product-overview{flex-direction:column;align-items:center;gap:1.5rem}}@media (max-width: 768px){.gallery-section{height:400px;padding:1.5rem 0;margin:1rem 0;position:relative;overflow:hidden}.rotating-project{display:none}.mobile-carousel{position:relative;width:100%;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.carousel-container{position:relative;width:300px;height:350px;overflow:hidden;border-radius:15px;box-shadow:0 8px 25px #00000026}.carousel-slides{display:flex;width:600%;height:100%;transition:transform .5s ease-in-out}.carousel-slide{width:16.666%;height:100%;flex-shrink:0}.carousel-slide img{width:100%;height:100%;object-fit:cover;border-radius:15px}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#333;box-shadow:0 4px 12px #0000001a;z-index:10}.carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:-60px}.carousel-next{right:-60px}.carousel-indicators{display:flex;justify-content:center;gap:12px;margin-top:25px;padding:10px 0}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.carousel-dot:hover{background:#bbb;transform:scale(1.1)}.carousel-dot.active{background:#d2af77;border-color:#d2af77;transform:scale(1.2)}.projects-button-container{margin-top:2rem}.projects-btn{padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width: 600px){.main-content,.section,.hero,.produkt-lista,.projekt-lista{max-width:100vw!important;padding:0 2vw}.hero{flex-direction:column;text-align:center}.produkt-lista,.projekt-lista{flex-direction:column;gap:1rem}img,video{max-width:100vw;height:auto}.hero-overlay h2{font-size:1.2rem;padding:.5rem .7rem}.about-section{padding:2.2rem .5rem 1.2rem;margin-top:-2.5rem}.product-block{width:95vw}.cta-section{padding:2rem .5rem}}.gallery-section{position:relative;display:flex;flex-direction:column;align-items:center;padding:3rem 0;margin:1.5rem 0;height:550px;justify-content:center;overflow:hidden;width:100%;background:#fff}.rotating-project{position:absolute;top:50%;transform:translateY(-50%);animation:slideHorizontalContinuous 72s linear infinite;will-change:transform}.rotating-project img{width:378px;height:504px;object-fit:cover;border-radius:15px;box-shadow:0 8px 25px #0003;border:3px solid #fff;transition:transform .3s ease}.rotating-project img:hover{transform:scale(1.05)}.rotating-project:nth-child(1){animation-delay:0s}.rotating-project:nth-child(2){animation-delay:-12s}.rotating-project:nth-child(3){animation-delay:-24s}.rotating-project:nth-child(4){animation-delay:-36s}.rotating-project:nth-child(5){animation-delay:-48s}.rotating-project:nth-child(6){animation-delay:-60s}@keyframes slideHorizontalContinuous{0%{transform:translate(calc(-100vw - 200px)) translateY(-50%)}to{transform:translate(calc(100vw + 200px)) translateY(-50%)}}.projects-button-container{text-align:center;margin-top:2rem;width:100%;position:relative;z-index:10}.projects-btn{padding:1rem 2rem;background:#d2af77;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;font-size:1.1rem;transition:background-color .3s ease;display:inline-block}.projects-btn:hover{background:#b6925c;color:#fff;text-decoration:none}.hyr-container{max-width:1000px;margin:2rem auto 3.5rem;padding:0 .5rem 2.5rem}.hyr-title{text-align:center;font-size:2.2rem;font-family:Playfair Display,serif;font-weight:700;margin-bottom:1.5rem;letter-spacing:.02em}.hyr-product{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px #0000000f;margin-bottom:2rem;padding:1.2rem 1rem 3rem}.hyr-row{display:flex;flex-wrap:nowrap;gap:1.5rem;align-items:flex-start}.hyr-col{flex:1 1 48%;min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.hyr-img{border-radius:12px;width:100%;max-width:420px;min-width:220px;cursor:pointer;margin-bottom:.5rem;box-shadow:0 2px 8px #00000012;object-fit:cover;aspect-ratio:4/3}.hyr-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999}.hyr-fullscreen img{width:100%;height:100%;max-width:90vw;max-height:90vh;object-fit:contain;border-radius:14px}.hyr-product h2{font-size:1.15rem;font-weight:700;margin-bottom:.3rem;margin-top:0}.hyr-product h4{font-size:1rem;font-weight:400;margin:.15rem 0}.hyr-product h4 strong{font-weight:700}.hyr-product p{margin:.15rem 0;color:#444;font-size:.97rem}.hyr-product a{color:#d2af77;text-decoration:underline;font-size:.97rem;margin-bottom:.5rem;display:inline-block}.hyr-product hr{margin:1rem 0;border:none;border-top:1px solid #eee}.hyr-form label{font-weight:500;margin-top:.5rem;font-size:.97rem}.hyr-form input,.hyr-form textarea{width:100%;padding:.75rem;margin-top:.5rem;margin-bottom:.5rem;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:1rem;min-height:44px}.hyr-form textarea{min-height:60px;resize:vertical}.hyr-form button{margin-top:1.5rem;background:#d2af77;color:#fff;border:none;padding:1rem 2rem;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s;min-height:48px;width:100%}.hyr-form button:hover{background:#b6925c}@media (max-width: 900px){.hyr-row{flex-direction:column;gap:1rem}.hyr-col{flex:1 1 100%;max-width:100%}.hyr-product{padding:1rem .5rem 1.5rem}.hyr-img{max-width:100%;margin-bottom:1rem}.hyr-produkt-container,.hyr-produkt-lista{max-width:98vw;padding:0 1vw}.hyr-form input,.hyr-form textarea{padding:1rem;font-size:1.1rem;margin-bottom:1rem}.hyr-form button{padding:1.2rem 2rem;font-size:1.2rem;margin-top:2rem}}@media (max-width: 600px){.hyr-produkt-container,.hyr-produkt-lista{max-width:100vw;padding:0 2vw;flex-direction:column;gap:1rem}img,video{max-width:100vw;height:auto}}.projekt-header{text-align:center;padding:2rem 1rem;max-width:800px;margin:0 auto}.projekt-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.projekt-header p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.projekt-header h1{font-size:2rem}.projekt-header p{font-size:1rem}}.projekt-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;justify-items:center;padding:2rem .5rem 5rem;margin-bottom:2rem}@media (max-width: 1100px){.projekt-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.projekt-container,.projekt-lista{max-width:98vw;padding:0 1vw}}@media (max-width: 700px){.projekt-container{grid-template-columns:1fr}}@media (max-width: 600px){.projekt-container,.projekt-lista{max-width:100vw;padding:0 2vw;flex-direction:column;gap:1rem}img,video{max-width:100vw;height:auto}}.projekt-card{background:#fff;border-radius:1.5rem;box-shadow:0 4px 24px #0000001a;overflow:hidden;max-width:500px;min-width:0;width:100%;display:flex;flex-direction:column;position:relative;transition:transform .2s,box-shadow .2s}.projekt-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 32px #00000026}.projekt-img{width:100%;height:420px;object-fit:cover;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;display:block}.projekt-info{position:absolute;left:0;bottom:0;width:100%;padding:1.2rem;background:linear-gradient(0deg,#000000bf 70%,#0000);color:#fff;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;z-index:2;box-sizing:border-box}.projekt-title{font-size:1.5rem;font-weight:700;margin:0 0 .3rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.projekt-location{font-size:1.1rem;color:#eaeaea;background:none;border-radius:.5rem;padding:0;display:inline-block;margin:0;font-family:Fira Mono,Consolas,monospace;letter-spacing:.01em;text-shadow:0 2px 8px rgba(0,0,0,.5)}.om-oss-container{max-width:700px;margin:0 auto;padding:24px 24px 64px}.om-oss-container h2{margin-bottom:24px;color:#333}.om-oss-container p{margin-bottom:24px;line-height:1.6;color:#555}.contact-info{margin-top:32px;background:#f7f7f7;padding:16px;border-radius:8px}.contact-info p{margin-bottom:8px}.contact-info a{color:#333;text-decoration:none}.contact-info a:hover{text-decoration:underline}.contact-form{margin-top:40px;background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #eee}.contact-form h3{margin-bottom:20px;color:#333}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:4px;font-weight:700;color:#333}.form-group input,.form-group textarea{width:100%;padding:8px;border-radius:4px;border:1px solid #ccc;font-size:14px;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#333}.submit-btn{background:#333;color:#fff;padding:10px 24px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background .3s ease}.submit-btn:hover{background:#555}
