@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");:root{--color-forest-green:#2c5f2d;--color-sage-green:#4e9f3d;--color-moss-green:#77b255;--color-leaf-green:#97d077;--color-olive-green:#a8cba0;--color-fern-green:#b2d8b2;--color-lime-green:#c4e1c1;--color-apple-green:#d6eed2;--color-sunflower-yellow:#f2c94c;--color-sky-blue:#a0d8e6;--color-cloud-white:#f0f4f8;--color-flower-pink:#f5b7b1;--color-bark-brown:#8b4513;--color-berry-red:#d32f2f;--color-earth-brown:#704214;--color-soil-brown:#8d6e63;--color-sand:#e6d2b5;--color-stone:#bcaaa4;--color-text-dark:#333;--color-text-medium:#666;--color-text-light:#999;--color-white:#fff;--color-off-white:#f9f9f9;--color-light-gray:#f1f1f1;--gradient-green:linear-gradient(90deg,var(--color-forest-green),var(--color-sage-green) 50%,var(--color-moss-green));--shadow-green:rgba(78,159,61,.3);--shadow-green-hover:rgba(78,159,61,.4);--offline-green:#90a955;--offline-dark-green:#616e39;--offline-light-green:#bcd18f;--offline-pale-green:#e0ebcc;--offline-olive:#656d31;--offline-taupe:#a68a64;--offline-terra:#b56c50;--offline-clay:#d1927b;--offline-cream:#f7f4ed;--offline-sand:#e6dbc9;--offline-stone:#d3c9b6;--offline-bark:#564e42;--offline-berry:#a23b4e;--offline-rust:#c1551f;--offline-gold:#d4a54c;--offline-leaf:#4c765c;--offline-text-dark:#2b3124;--offline-text-medium:#5a6348;--offline-text-light:#9ca68d;--offline-gradient:linear-gradient(90deg,var(--offline-dark-green),var(--offline-green) 50%,var(--offline-light-green));--offline-shadow:rgba(144,169,85,.25);--offline-shadow-hover:rgba(144,169,85,.35)}html{box-sizing:border-box;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}body{transition:background-color .5s ease;overflow:hidden}body[data-current-section=forest]{background-color:var(--color-white)}body[data-current-section=sage]{background-color:var(--color-off-white)}body[data-current-section=moss]{background-color:var(--color-light-gray)}body[data-current-section=leaf]{background-color:var(--color-white)}body[data-current-section=sand]{background-color:var(--color-off-white)}:root{--font-primary:"Montserrat",sans-serif}body{line-height:1.6;color:#333;font-size:18px}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0;padding:0}h1{font-size:3.5rem;line-height:1.2}@media (max-width:786px){h1{font-size:2.5rem}}p{margin-bottom:1rem}.text-bold{font-weight:700}.text-medium{font-weight:500}.text-light{font-weight:300}body{margin:0;padding:0}main{padding:24px}@media (max-width:786px){main{padding:0}}.content-page-layout{position:relative;min-height:calc(100vh - 48px);height:calc(100vh - 48px);padding:0}@media (max-width:786px){.content-page-layout{min-height:100vh;height:100vh}}.content-page-layout--home{background-image:url(/assets/images/niro-weingut-zeichnung-hunde.jpg);background-size:cover;background-position:bottom;background-repeat:no-repeat}.content-page-layout--contact{background-color:var(--color-sand)}.content-page-layout--content{background-color:var(--offline-green)}.content-page-layout--invest{background-color:var(--offline-cream)}.content-page-layout--about{background-image:url(/assets/images/ena-emanuel.jpg);background-size:cover;background-position:top;background-repeat:no-repeat}.content-section{padding:120px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:980px;margin:0 auto}.navigation-container{position:fixed;top:0;left:0;width:100%;z-index:1000}.navigation-container .logo-container{position:absolute;top:24px;left:120px;width:180px;height:70px;background:#fff;z-index:999;display:flex;justify-content:center;align-items:center;padding:10px;transition:all .3s ease}@media (max-width:992px){.navigation-container .logo-container{left:60px}}@media (max-width:786px){.navigation-container .logo-container{top:24px;left:24px;background:transparent}.navigation-container .logo-container.startseite{left:12px;top:24px}}.navigation-container a{line-height:1}.navigation-container .logo-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.navigation-container .hamburger-container{position:absolute;top:24px;right:120px;width:70px;height:70px;background:#fff;z-index:1010;display:flex;justify-content:center;align-items:center;transition:all .3s ease}@media (max-width:992px){.navigation-container .hamburger-container{right:60px}}@media (max-width:786px){.navigation-container .hamburger-container{top:18px;right:24px;background:transparent}.navigation-container .hamburger-container.startseite{right:12px;top:12px}}.navigation-container .hamburger-btn{position:relative;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0}.navigation-container .hamburger-btn span{display:block;position:absolute;height:4px;width:26px;background:var(--offline-text-dark);opacity:1;left:7px;transform:rotate(0deg);transition:.25s ease-in-out}.navigation-container .hamburger-btn span:first-child{top:10px}.navigation-container .hamburger-btn span:nth-child(2){top:18px}.navigation-container .hamburger-btn span:nth-child(3){top:26px}@media (max-width:786px){.navigation-container .hamburger-btn--white span{background:var(--color-white)}}.navigation-container .hamburger-btn[aria-expanded=true] span{background:var(--offline-text-dark)}.navigation-container .hamburger-btn[aria-expanded=true] span:first-child{top:20px;transform:rotate(45deg)}.navigation-container .hamburger-btn[aria-expanded=true] span:nth-child(2){opacity:0}.navigation-container .hamburger-btn[aria-expanded=true] span:nth-child(3){top:20px;transform:rotate(-45deg)}@media (max-width:768px){.navigation-container.scrolled{height:96px;background-color:var(--color-white);box-shadow:0 2px 10px rgba(0,0,0,.1)}}@media (max-width:786px){.navigation-container.scrolled .hamburger-btn--white span{background:var(--offline-text-dark)}}.navigation-container .fullscreen-menu{position:fixed;top:24px;left:24px;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;width:calc(100% - 48px);height:calc(100vh - 48px)}@media (max-width:786px){.navigation-container .fullscreen-menu{top:12px;left:12px;width:calc(100% - 24px);height:calc(100dvh - 24px)}}.navigation-container .fullscreen-menu .menu-content{text-align:center}.navigation-container .fullscreen-menu .menu-content ul{list-style:none;padding:0;margin:0}.navigation-container .fullscreen-menu .menu-content ul li{margin:30px 0;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;transition-delay:.1s}.navigation-container .fullscreen-menu .menu-content ul li:nth-child(2){transition-delay:.2s}.navigation-container .fullscreen-menu .menu-content ul li:nth-child(3){transition-delay:.3s}.navigation-container .fullscreen-menu .menu-content ul li:nth-child(4){transition-delay:.4s}.navigation-container .fullscreen-menu .menu-content ul li.margin-top{margin-top:60px}.navigation-container .fullscreen-menu .menu-content ul li a{color:#fff;font-family:var(--font-primary);font-size:1.8rem;font-weight:600;text-decoration:none;letter-spacing:1px;transition:all .3s ease;position:relative}@media (max-width:786px){.navigation-container .fullscreen-menu .menu-content ul li a{font-size:1.4rem}}.navigation-container .fullscreen-menu .menu-content ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#fff;transition:width .3s ease}.navigation-container .fullscreen-menu .menu-content ul li a:hover{color:hsla(0,0%,100%,.8)}.navigation-container .fullscreen-menu .menu-content ul li a:hover:after{width:100%}.navigation-container .fullscreen-menu .menu-content .main-links{display:flex;flex-direction:column;align-items:center;padding:0;margin:0}.navigation-container .fullscreen-menu .menu-content .main-links .home-link{margin-bottom:32px}.navigation-container .fullscreen-menu .menu-content .main-links .home-link a{display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none}.navigation-container .fullscreen-menu .menu-content .main-links .home-link a svg{display:block;width:32px;height:32px;margin:0 auto}.navigation-container .fullscreen-menu .menu-content .main-links li:not(.home-link){margin:16px 0}.navigation-container .fullscreen-menu .menu-content .nav-divider{border:none;border-top:1px solid hsla(0,0%,100%,.15);margin:32px 0 24px;width:100%}.navigation-container .fullscreen-menu .menu-content .bottom-links{display:flex;flex-direction:column;align-items:center;padding:0;margin:0}.navigation-container .fullscreen-menu .menu-content .bottom-links li{margin:12px 0}.navigation-container .fullscreen-menu .menu-content .bottom-links li.highlight-link{margin-top:18px}body.menu-open{overflow:hidden}body.menu-open .fullscreen-menu{opacity:1;visibility:visible}body.menu-open .fullscreen-menu .menu-content ul li{opacity:1;transform:translateY(0)}body.menu-open .hamburger-container,body.menu-open .logo-container{background:#fff}.navigation-container .fullscreen-menu .menu-content ul li.highlight-link{color:#fff;background-color:var(--offline-green,#4caf50);padding:12px 24px;margin-top:60px;line-height:1}@media (max-width:786px){.navigation-container .fullscreen-menu .menu-content ul li.highlight-link{font-size:1.2rem;width:90%;margin:0 auto}.navigation-container .fullscreen-menu .menu-content ul li.highlight-link a{font-size:1rem}}.navigation-container .fullscreen-menu .menu-content ul li.highlight-link a:after{display:none}@media (max-width:786px){.fullscreen-menu .menu-content .nav-divider{margin:24px 0 16px;max-width:90vw}.fullscreen-menu .menu-content .main-links .home-link a svg{width:28px;height:28px}}.funding-counter-section{position:absolute;bottom:96px;left:96px}@media (max-width:786px){.funding-counter-section{position:fixed;left:50%;transform:translateX(-50%);right:auto;bottom:14vh;width:calc(100% - 48px);z-index:10}}.funding-counter{max-width:900px;margin:0 auto;background-color:hsla(0,0%,100%,.8);box-shadow:0 10px 30px rgba(0,0,0,.05);padding:3rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:relative;overflow:hidden}@media (max-width:992px){.funding-counter{padding:2.5rem;max-width:800px}}@media (max-width:786px){.funding-counter{padding:1.5rem;max-width:100%}}.counter-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}@media (max-width:786px){.counter-header{margin-bottom:1.5rem}}@media (max-width:480px){.counter-header{margin-bottom:1rem}}.counter-header h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--offline-text-dark)}@media (max-width:992px){.counter-header h2{font-size:2.2rem}}@media (max-width:768px){.counter-header h2{font-size:1.4rem;margin-bottom:.3rem}}.counter-header .counter-description{font-size:1.2rem;color:var(--offline-text-dark);max-width:500px;margin:0 auto}@media (max-width:768px){.counter-header .counter-description{font-size:1rem;max-width:400px}}@media (max-width:786px){.counter-header .counter-description{font-size:.85rem;max-width:300px}}.counter-container{margin-bottom:2.5rem;position:relative;z-index:1}@media (max-width:786px){.counter-container{margin-bottom:.8rem}}.counter-progress{height:30px;background-color:hsla(0,0%,100%,.6);border-radius:15px;margin-bottom:1.5rem;overflow:hidden;box-shadow:inset 0 2px 5px rgba(0,0,0,.05)}@media (max-width:786px){.counter-progress{height:16px;border-radius:8px;margin-bottom:.7rem}}.counter-progress .counter-progress-bar{height:100%;background:linear-gradient(90deg,var(--offline-dark-green),var(--offline-green) 50%,var(--offline-light-green,#8bc34a));border-radius:15px;position:relative;transition:width 1.5s ease-in-out;width:5%}@media (max-width:786px){.counter-progress .counter-progress-bar{border-radius:8px}}.counter-progress .counter-progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.25) 50%,hsla(0,0%,100%,.1));background-size:200% 100%;animation:a 2.5s ease-in-out infinite;border-radius:15px}@media (max-width:786px){.counter-progress .counter-progress-bar:after{border-radius:8px}}@keyframes a{0%{background-position:100% 0;opacity:.7}50%{opacity:1}to{background-position:-100% 0;opacity:.7}}.counter-stats{display:flex;justify-content:space-between;margin-bottom:.5rem}@media (max-width:786px){.counter-stats{flex-direction:row;margin-bottom:.3rem}}.counter-current,.counter-goal{display:flex;flex-direction:column}.counter-current .counter-value,.counter-goal .counter-value{font-size:1.8rem;font-weight:700;color:var(--offline-text-dark)}@media (max-width:768px){.counter-current .counter-value,.counter-goal .counter-value{font-size:1.5rem}}@media (max-width:786px){.counter-current .counter-value,.counter-goal .counter-value{font-size:1rem}}@media (max-width:480px){.counter-current .counter-value,.counter-goal .counter-value{font-size:.9rem}}.counter-current .counter-label,.counter-goal .counter-label{font-size:.9rem;color:var(--offline-text-dark)}@media (max-width:786px){.counter-current .counter-label,.counter-goal .counter-label{font-size:.7rem}}@media (max-width:480px){.counter-current .counter-label,.counter-goal .counter-label{font-size:.65rem}}.counter-current .counter-value{background:var(--offline-green);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.counter-current .counter-label{color:var(--offline-green)}.counter-percentage{text-align:center;font-size:1.2rem;font-weight:700;color:var(--offline-text-dark);display:none}@media (max-width:786px){.counter-percentage{font-size:1rem;margin-top:.5rem}}.counter-cta-button{display:block;width:100%;max-width:300px;margin:0 auto;padding:1rem;text-align:center;background:var(--offline-green);color:#fff;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:1}@media (max-width:786px){.counter-cta-button{max-width:180px;padding:.6rem;font-size:.85rem}}@media (max-width:480px){.counter-cta-button{max-width:160px;padding:.5rem;font-size:.8rem}}.counter-cta-button:hover{background:var(--offline-dark-green)}.counter-cta-button:active{transform:translateY(1px)}.wine-glass-container{position:absolute;right:24px;bottom:48px;width:240px;height:333px;opacity:.25;z-index:1;transform:rotate(12deg);pointer-events:none}@media (max-width:1200px){.wine-glass-container{right:8%;width:160px;height:220px}}@media (max-width:786px){.wine-glass-container{display:none}}@media (max-width:380px) and (max-height:700px){.wine-glass-container{display:none}}@keyframes b{0%{stroke-dashoffset:600}60%{stroke-dashoffset:0;fill-opacity:0}to{stroke-dashoffset:0;fill-opacity:.3}}@keyframes c{0%{height:0}to{height:40px}}.funding-counter{animation:e .8s ease-out forwards}.wine-glass-path{stroke:var(--color-white,#fff);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:var(--color-white,#fff);fill-opacity:0;stroke-dasharray:600;stroke-dashoffset:600;animation:b 3s ease forwards .5s}.wine-liquid{fill:var(--color-white,#fff);transform-origin:bottom;animation:c 2s ease-out forwards 2s}@media (max-width:786px){.news-teaser-mini{position:fixed;left:50%;right:auto;bottom:50px;transform:translateX(-50%);width:calc(100% - 48px)}}@media (max-width:786px){.news-teaser-mini__link{padding:10px 16px}}@media (max-width:480px){.news-teaser-mini__link{padding:8px 14px}}@media (max-width:786px){.news-teaser-mini__text{font-size:.9rem}}@media (max-width:480px){.news-teaser-mini__text{font-size:.85rem}}form{width:100%;padding:0 2rem}@media (max-width:600px){form{padding:0}}form input[type=email],form input[type=text],form textarea{width:100%;padding:1rem;margin-bottom:1.5rem;border:2px solid var(--color-light-gray);font-size:1rem;transition:all .3s ease;background-color:var(--color-off-white)}@media (max-width:786px){form input[type=email],form input[type=text],form textarea{margin-bottom:1rem}}form input[type=email]:focus,form input[type=text]:focus,form textarea:focus{outline:none;border-color:var(--color-sage-green);box-shadow:0 0 0 3px rgba(78,159,61,.2);transform:translateY(-2px)}form input[type=email]:hover,form input[type=text]:hover,form textarea:hover{border-color:var(--color-moss-green)}form textarea{resize:vertical;min-height:150px}form button[type=submit]{display:inline-block;padding:1rem 2.5rem;background:var(--offline-green);color:var(--color-white);border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:24px}form button[type=submit]:hover{transform:translateY(-3px);box-shadow:0 8px 20px var(--shadow-green-hover)}form button[type=submit]:active{transform:translateY(1px)}form .errors{background-color:rgba(255,87,87,.1);border-left:4px solid #ff5757;padding:.8rem;margin-top:-1rem;margin-bottom:1.5rem;list-style:none}form .errors li{color:#d32f2f;font-size:.9rem}.message.success{flex-direction:column;padding:2rem;margin-bottom:2rem;animation:e .6s ease forwards;position:relative;overflow:hidden}.message.success .success-icon{width:50px;height:50px;min-width:50px;background-color:var(--color-sage-green);border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.message.success .success-text{color:var(--color-forest-green);font-weight:500}.message.success .success-text strong{font-weight:700;margin-bottom:.3rem}@keyframes d{0%{transform:scale(0);opacity:1}50%{opacity:.5}to{transform:scale(1.5);opacity:0}}.form-group{position:relative}.form-group label{position:absolute;left:1rem;top:1rem;color:var(--color-text-light);background:var(--color-off-white);padding:0 .5rem;font-size:1rem;transition:all .2s ease;pointer-events:none}.form-group input:not(:-moz-placeholder)~label,.form-group textarea:not(:-moz-placeholder)~label{top:-.5rem;left:.8rem;font-size:.8rem;color:var(--color-sage-green);background:var(--color-white)}.form-group input:focus~label,.form-group input:not(:placeholder-shown)~label,.form-group textarea:focus~label,.form-group textarea:not(:placeholder-shown)~label{top:-.5rem;left:.8rem;font-size:.8rem;color:var(--color-sage-green);background:var(--color-white)}input#secretHoneypotParamName{display:none}.pulse-circle{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:var(--color-sage-green);z-index:-1;animation:d 1.5s ease-out infinite}:root{--animation-timing:cubic-bezier(0.19,1,0.22,1);--animation-duration:0.8s;--primary-color:#2c4f30;--primary-color-light:#6a8e41}.scrollable-content{overflow-y:auto;overflow-x:hidden;height:100%;width:100%;padding:120px 0 0}@media (max-width:786px){.scrollable-content{padding:60px 0 0}}.scrollable-content::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb:hover{background-color:#555}.scrollable-content .content-page-layout__section{position:relative;opacity:1;transition:opacity .5s ease,transform .5s ease;padding:60px 60px 400px}@media (max-width:786px){.scrollable-content .content-page-layout__section{padding:60px 24px 300px}}.scrollable-content .content-page-layout__section:last-of-type{padding:60px}@media (max-width:786px){.scrollable-content .content-page-layout__section:last-of-type{padding:60px 24px}}.scrollable-content .content-page-layout__section a{color:var(--offline-dark-green)}.scrollable-content .content-page-layout__section h1{color:var(--color-white);line-height:1.2;text-transform:uppercase;font-size:3.5rem}@media (max-width:786px){.scrollable-content .content-page-layout__section h1{font-size:2.2rem}}.scrollable-content .content-page-layout__section h1 .bigger{font-size:5rem}.scrollable-content .content-page-layout__section h2{color:var(--color-white);font-size:2.5rem;margin-bottom:20px}@media (max-width:786px){.scrollable-content .content-page-layout__section h2{font-size:1.5rem;max-width:100%}}.scrollable-content .content-page-layout__section .lead-text{color:var(--color-white);font-size:2rem;max-width:80%}@media (max-width:786px){.scrollable-content .content-page-layout__section .lead-text{font-size:1rem;max-width:100%}}.scrollable-content .content-page-layout__section.section-centered{display:flex;flex-direction:column;align-items:center;text-align:center}.scrollable-content .content-page-layout__section.section-intro{background-color:var(--offline-green)}@media (max-width:786px){.scrollable-content .content-page-layout__section.section-intro{margin-top:96px}}.scrollable-content .content-page-layout__section.bg-green{background-color:var(--offline-green);color:#fff}.scrollable-content .content-page-layout__section.bg-green h2,.scrollable-content .content-page-layout__section.bg-green h3{color:#fff}.scrollable-content .content-page-layout__section.bg-green p{color:hsla(0,0%,100%,.9)}.scrollable-content .content-page-layout__section.bg-sage-green{background-color:var(--color-sage-green);color:#fff}.scrollable-content .content-page-layout__section.bg-sage-green h2,.scrollable-content .content-page-layout__section.bg-sage-green h3{color:#fff}.scrollable-content .content-page-layout__section.bg-sage-green p{color:hsla(0,0%,100%,.9)}.scrollable-content .content-page-layout__section.bg-cream{background-color:var(--offline-cream,#f7f4ed)}.scrollable-content .content-page-layout__section.bg-cream h2,.scrollable-content .content-page-layout__section.bg-cream h3{color:var(--color-forest-green)}.scrollable-content .content-page-layout__section.bg-cream p{color:#444}.scrollable-content .content-page-layout__section.bg-earth{background-color:var(--color-earth,#8b6d4b);color:#fff}.scrollable-content .content-page-layout__section.bg-earth h2,.scrollable-content .content-page-layout__section.bg-earth h3{color:#fff}.scrollable-content .content-page-layout__section.bg-earth p{color:hsla(0,0%,100%,.9)}.scrollable-content .content-page-layout__section.bg-sand{background-color:var(--color-sand,#e6d7c3)}.scrollable-content .content-page-layout__section.bg-sand h2,.scrollable-content .content-page-layout__section.bg-sand h3{color:var(--color-forest-green)}.scrollable-content .content-page-layout__section.bg-sand p{color:#444}.scrollable-content .content-page-layout__section.bg-burgundy{background-color:var(--color-burgundy,#722f37);color:#fff}.scrollable-content .content-page-layout__section.bg-burgundy h2,.scrollable-content .content-page-layout__section.bg-burgundy h3{color:#fff}.scrollable-content .content-page-layout__section.bg-burgundy p{color:hsla(0,0%,100%,.9)}.process-steps{display:flex;flex-wrap:wrap;gap:24px;margin:40px 0}.process-steps .process-step{flex:1 1 calc(50% - 24px);min-width:280px;padding:24px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background-color:hsla(0,0%,100%,.3);border:1px solid hsla(0,0%,100%,.12);color:#fff}.process-steps .process-step .step-number{font-size:48px;font-weight:700;line-height:1;color:rgba(44,79,48,.1);position:absolute;top:16px;right:20px;margin:0}.process-steps .process-step .step-content{position:relative;z-index:1}.process-steps .process-step .step-content h3{margin:0 0 12px;font-size:1.2rem;font-weight:600;color:var(--color-forest-green)}.process-steps .process-step .step-content p{margin:0;font-size:.95rem;line-height:1.5;color:#555}@media (max-width:768px){.process-steps{gap:20px}.process-steps .process-step{flex:1 1 calc(50% - 20px);padding:20px}.process-steps .process-step .step-number{font-size:40px;top:12px;right:16px}}@media (max-width:786px){.process-steps{flex-direction:column}.process-steps .process-step{flex:1 1 100%}.process-steps .process-step .step-number{font-size:36px}}.bg-burgundy .process-step,.bg-earth .process-step,.bg-forest-green .process-step,.bg-sage-green .process-step{background-color:hsla(0,0%,100%,.95)}.bg-burgundy .process-step:before,.bg-earth .process-step:before,.bg-forest-green .process-step:before,.bg-sage-green .process-step:before{background:#fff}.bg-burgundy .process-step .step-content h3,.bg-earth .process-step .step-content h3,.bg-forest-green .process-step .step-content h3,.bg-sage-green .process-step .step-content h3{color:var(--color-forest-green)}.bg-burgundy .process-step .step-content p,.bg-earth .process-step .step-content p,.bg-forest-green .process-step .step-content p,.bg-sage-green .process-step .step-content p{color:#555}.project-pillars{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.project-pillars .project-pillar{flex:1 1 300px;max-width:380px;background-color:#fff;padding:32px;position:relative;overflow:hidden}@media (max-width:786px){.project-pillars .project-pillar{max-width:100%}}.project-pillars .pillar-header{display:flex;align-items:center;margin-bottom:24px}.project-pillars .pillar-header .pillar-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--offline-pale-green);color:var(--offline-dark-green);border-radius:60px;margin-right:16px}.project-pillars .pillar-header .pillar-icon svg{width:24px;height:24px}.project-pillars .pillar-header h3{font-size:1.4rem;font-weight:600;color:var(--offline-dark-green);margin:0}.project-pillars .feature-list{list-style:none;padding:0;margin:0}.project-pillars .feature-list li{position:relative;padding-left:28px;margin-bottom:16px;font-size:1rem;line-height:1.5;color:var(--offline-text-medium);text-align:left}.project-pillars .feature-list li:last-child{margin-bottom:0}.project-pillars .feature-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--offline-green)}@media (max-width:992px){.project-pillars{gap:30px}.project-pillars .project-pillar{padding:28px}.project-pillars .pillar-header h3{font-size:1.3rem}}@media (max-width:768px){.project-pillars{gap:24px}.project-pillars .project-pillar{flex:1 1 100%;padding:24px}.project-pillars .pillar-header{margin-bottom:20px}.project-pillars .pillar-header .pillar-icon{width:42px;height:42px}.project-pillars .pillar-header h3{font-size:1.2rem}.project-pillars .feature-list li{margin-bottom:12px}}.project-pillars:only-child,.project-pillars>.project-pillar:only-child{width:100%}.project-pillars>.project-pillar:only-child{flex:1 1 800px;max-width:800px}.section-project{background-color:var(--offline-cream)}.section-project .section-title{color:var(--offline-dark-green)}.content-page-layout__section{z-index:1}.content-page-layout__section:after,.content-page-layout__section:before{display:none}.content-page-layout__section:not(:last-child):after{content:"";display:block;position:absolute;bottom:0;left:0;width:200vw;height:300px;clip-path:polygon(0 0,100% 100%,100% 100%,0 100%);z-index:2}@media (max-width:786px){.content-page-layout__section:not(:last-child):after{width:500vw;height:250px}}.content-page-layout__section.section-intro:after{background-color:var(--offline-cream,#f7f4ed)}.content-page-layout__section.section-project:after{background-color:var(--offline-green)}.content-page-layout__section.bg-green:after{background-color:var(--color-sage-green)}.content-page-layout__section.bg-sage-green:after{background-color:var(--offline-cream,#f7f4ed)}.content-page-layout__section.bg-cream:after{background-color:var(--color-sand,#e6d7c3)}.content-page-layout__section.bg-cream--after-taupe:after{background-color:var(--offline-taupe)}.content-page-layout__section.bg-earth:after{background-color:var(--color-sand,#e6d7c3)}.content-page-layout__section.bg-sand:after{background-color:var(--offline-taupe)}.content-page-layout__section+.content-page-layout__section{margin-top:-150px;padding-top:60px}@media (max-width:786px){.content-page-layout__section+.content-page-layout__section{margin-top:-200px}}@media (min-width:787px){.content-page-layout__section+.content-page-layout__section.section-swiper{padding:0;margin-top:-300px;z-index:3}}.section-facts{background-color:var(--offline-taupe)}.section-facts .section-title{color:#fff;margin-bottom:60px}.section-facts .section-title:after{background:#fff}.facts-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1200px;margin:0 auto}.facts-container .fact-item{padding:30px 20px;background-color:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:#fff;position:relative;overflow:hidden;transition:transform .3s ease,background-color .3s ease}.facts-container .fact-item:hover{background-color:hsla(0,0%,100%,.12);transform:translateY(-5px)}.facts-container .fact-item:hover .fact-number,.facts-container .fact-item:hover .fact-unit{color:#fff}.facts-container .fact-item .fact-number{display:block;font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:5px;color:hsla(0,0%,100%,.95);font-family:var(--font-primary);transition:color .3s ease}.facts-container .fact-item .fact-unit{font-size:1.5rem;font-weight:600;color:hsla(0,0%,100%,.8);margin-left:5px;transition:color .3s ease}.facts-container .fact-item .fact-description{margin-top:15px;font-size:1rem;line-height:1.5;color:hsla(0,0%,100%,.75);font-weight:400}@keyframes e{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.facts-container .fact-item:first-child{animation:e .5s ease forwards;animation-delay:.1s;opacity:0}.facts-container .fact-item:nth-child(2){animation:e .5s ease forwards;animation-delay:.2s;opacity:0}.facts-container .fact-item:nth-child(3){animation:e .5s ease forwards;animation-delay:.3s;opacity:0}.facts-container .fact-item:nth-child(4){animation:e .5s ease forwards;animation-delay:.4s;opacity:0}.facts-container .fact-item:nth-child(5){animation:e .5s ease forwards;animation-delay:.5s;opacity:0}.facts-container .fact-item:nth-child(6){animation:e .5s ease forwards;animation-delay:.6s;opacity:0}.facts-container .fact-item:nth-child(7){animation:e .5s ease forwards;animation-delay:.7s;opacity:0}.facts-container .fact-item:nth-child(8){animation:e .5s ease forwards;animation-delay:.8s;opacity:0}.facts-container .fact-item:nth-child(9){animation:e .5s ease forwards;animation-delay:.9s;opacity:0}.facts-container .fact-item:nth-child(10){animation:e .5s ease forwards;animation-delay:1s;opacity:0}@media (max-width:768px){.facts-container{gap:20px}.facts-container .fact-item{padding:20px 15px}.facts-container .fact-item .fact-number{font-size:2.5rem}.facts-container .fact-item .fact-unit{font-size:1.2rem}.facts-container .fact-item .fact-description{font-size:.9rem}}@media (max-width:786px){.facts-container{grid-template-columns:1fr}.facts-container .fact-item{max-width:100%}}.news-teaser-mini{position:absolute;z-index:10;bottom:96px;right:96px}@media (max-width:1100px){.news-teaser-mini{top:22%;left:96px;right:auto;bottom:auto}}@media (max-width:768px){.news-teaser-mini{top:22%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:calc(100% - 48px)}}.news-teaser-mini__link{display:flex;align-items:center;gap:8px;background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);text-decoration:none;overflow:hidden;position:relative;justify-content:space-between;padding:12px 20px}@media (max-width:786px){.news-teaser-mini__link{padding:18px 32px}}.news-teaser-mini__link:hover:before{transform:translateX(0)}.news-teaser-mini__link:hover .news-teaser-mini__icon,.news-teaser-mini__link:hover .news-teaser-mini__text{color:#fff}.news-teaser-mini__link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--offline-green);transform:translateX(-100%);transition:transform .4s var(--animation-timing);z-index:-1}.news-teaser-mini__text{font-size:1.2rem;font-weight:800;color:var(--offline-dark-green);transition:color .3s ease;position:relative;z-index:1}@media (max-width:786px){.news-teaser-mini__text{font-size:1rem}}.news-teaser-mini__icon{font-size:1.1rem;color:var(--offline-green);transition:all .3s ease;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.news-teaser-mini__link:hover .news-teaser-mini__icon{transform:translateX(3px)}@media (max-width:768px){.news-teaser-mini__icon{font-size:1rem}}.section-vision{background-color:var(--offline-green);color:var(--color-white);padding:80px 40px 120px}@media (max-width:768px){.section-vision{padding:60px 24px 100px}}.section-vision .section-title{color:var(--color-white);margin-bottom:60px}@media (max-width:768px){.section-vision .section-title{margin-bottom:40px}}.section-vision .section-title:after{background-color:var(--color-white)}.section-vision .vision-content{max-width:1200px;margin:0 auto}.section-vision .vision-cards{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:80px}@media (max-width:768px){.section-vision .vision-cards{gap:24px;margin-bottom:60px}}.section-vision .vision-card{background-color:hsla(0,0%,100%,.1);padding:40px 30px;border-radius:4px;text-align:center;flex:0 0 280px;transition:transform .3s ease,background-color .3s ease}.section-vision .vision-card:hover{transform:translateY(-5px);background-color:hsla(0,0%,100%,.15)}@media (max-width:768px){.section-vision .vision-card{flex:0 0 100%;padding:30px 20px}}.section-vision .vision-card .vision-icon{font-size:40px;margin-bottom:20px}.section-vision .vision-card .card-text h3{font-size:1.4rem;margin:0 0 12px;font-weight:500}.section-vision .vision-card .card-text p{font-size:1rem;line-height:1.4;margin:0;color:hsla(0,0%,100%,.9)}.section-vision .vision-slider-container{position:relative;width:100vw;max-width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0}@media (min-width:769px){.section-vision .vision-slider-container{left:auto;right:auto;margin-left:0;margin-right:0;width:100%;max-width:1200px;padding:0 60px}}.section-vision .vision-swiper{width:100vw;max-width:100vw;margin:0 auto;overflow:visible}@media (min-width:769px){.section-vision .vision-swiper{width:100%;max-width:1200px;margin:0 auto}}.section-vision .vision-swiper .swiper-wrapper{display:flex;align-items:center}.section-vision .vision-swiper .swiper-slide{aspect-ratio:4/5;width:70vw;max-width:360px;margin:0 8px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:#222}.section-vision .vision-swiper .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:4/5;display:block}@media (max-width:992px){.section-vision .vision-swiper .swiper-slide{max-width:240px}}@media (max-width:768px){.section-vision .vision-swiper{width:100vw;max-width:100vw}.section-vision .vision-swiper .swiper-slide{width:70vw;max-width:70vw}}@media (max-width:480px){.section-vision .vision-swiper .swiper-slide{width:80vw;max-width:80vw}}.section-vision .vision-swiper .swiper-pagination{position:absolute;left:0;right:0;bottom:10px;margin:0 auto;text-align:center;width:100%}@media (min-width:769px){.section-vision .vision-swiper .swiper-pagination{left:0;right:0;width:100%;margin:0 auto;text-align:center}}.section-vision .vision-swiper .swiper-pagination-bullet{width:10px;height:10px;background:hsla(0,0%,100%,.3);opacity:1}.section-vision .vision-swiper .swiper-pagination-bullet-active{background:hsla(0,0%,100%,.9);transform:scale(1.2)}.section-vision .vision-swiper .vision-button-next,.section-vision .vision-swiper .vision-button-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;background:hsla(0,0%,100%,.15);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center}.section-vision .vision-swiper .vision-button-next:hover,.section-vision .vision-swiper .vision-button-prev:hover{background:hsla(0,0%,100%,.3)}.section-vision .vision-swiper .vision-button-prev{left:8px}.section-vision .vision-swiper .vision-button-next{right:8px}.content-page-layout__section{position:relative}.content-page-layout__section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;z-index:1;clip-path:polygon(0 100%,100% 0,100% 100%)}@media (max-width:768px){.content-page-layout__section:after{height:60px}}.content-page-layout__section.section-intro:after{background-color:var(--offline-cream)}.content-page-layout__section.section-project:after{background-color:var(--color-sand)}.content-page-layout__section.section-vinification:after{background-color:var(--offline-taupe)}.content-page-layout__section.section-facts:after{background-color:var(--offline-green)}.content-page-layout__section.section-vision:after{background-color:var(--color-sand)}.content-page-layout__section:last-child:after{display:none}.gallery{position:relative}.gallery,.swiper{width:100%}.swiper-slide{text-align:center;font-size:18px;background:#444;display:flex;justify-content:center;align-items:center}.swiper-slide img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.swiper-button-next,.swiper-button-prev{color:var(--color-white);--swiper-navigation-size:24px}@media (min-width:768px){.swiper-button-next,.swiper-button-prev{--swiper-navigation-size:44px}}@media (min-width:768px){.swiper-button-next{right:48px}.swiper-button-prev{left:48px}}.section-swiper{width:100%}.events-container{display:flex;flex-direction:column;gap:24px;margin:40px auto;max-width:800px}.event-card{display:flex;background-color:#fff;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.event-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.05)}.event-card:hover .event-date .event-day,.event-card:hover .event-date .event-month,.event-card:hover .event-date .event-year{color:#fff}.event-card .event-date{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--offline-green);padding:20px;min-width:160px;transition:background-color .3s ease}.event-card .event-date .event-day{font-size:2rem;font-weight:700;line-height:1;transition:color .3s ease;color:#fff}.event-card .event-date .event-month{font-size:1rem;font-weight:600;text-transform:uppercase;margin-top:5px;transition:color .3s ease;color:#fff}.event-card .event-date .event-year{font-size:.8rem;color:#fff;margin-top:5px;transition:color .3s ease}.event-card .event-postponed-layer{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.95);z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:1.1rem;font-weight:600;color:var(--offline-dark-green)}.event-card .event-details{flex:1;padding:20px 24px;display:flex;flex-direction:column;text-align:left}@media (max-width:768px){.event-card .event-details{text-align:center}}.event-card .event-details .event-title{font-size:1.25rem;font-weight:600;color:var(--offline-dark-green);margin:0 0 10px}.event-card .event-details .event-meta{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:15px}@media (max-width:786px){.event-card .event-details .event-meta{justify-content:center}}.event-card .event-details .event-meta .event-location,.event-card .event-details .event-meta .event-time{display:flex;align-items:center;font-size:.9rem;color:var(--offline-text-medium)}.event-card .event-details .event-meta .event-location svg,.event-card .event-details .event-meta .event-time svg{margin-right:6px}.event-card .event-details .event-description{font-size:.95rem;line-height:1.5;color:var(--offline-text-medium);margin:0 0 20px;flex:1}.event-card .event-details .event-action{margin-top:auto;display:flex;flex-wrap:wrap;gap:12px}@media (max-width:768px){.event-card .event-details .event-action{justify-content:center}}.event-card .event-details .event-action .btn{display:inline-flex;align-items:center;font-size:.9rem;font-weight:600;color:var(--offline-dark-green);text-decoration:none;padding:8px 16px;border:1px solid var(--offline-dark-green);transition:all .3s ease}.event-card .event-details .event-action .btn svg{margin-right:8px}.event-card .event-details .event-action .btn:hover{background-color:var(--offline-dark-green);color:#fff}@media (max-width:768px){.event-card{flex-direction:column}.event-card .event-date{flex-direction:row;gap:10px;padding:15px}.event-card .event-date .event-day{font-size:1.5rem}.event-card .event-date .event-month,.event-card .event-date .event-year{font-size:.9rem;margin-top:0}.event-card .event-date .event-year{margin-left:5px}.event-card .event-details{padding:15px 20px 20px}}@media (max-width:480px){.event-card .event-meta{flex-direction:column;align-items:flex-start;gap:10px}}.content-page-layout--about{position:relative}.content-page-layout--about .scroll-indicator{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);z-index:10;cursor:pointer;transition:opacity .5s ease}.content-page-layout--about .scroll-indicator.fade-out{opacity:0;pointer-events:none}.content-page-layout--about .scroll-indicator__content{display:flex;flex-direction:column;align-items:center;color:#fff}.content-page-layout--about .scroll-indicator__icon{margin-bottom:8px;animation:f 2s infinite}.content-page-layout--about .scroll-indicator__icon svg{filter:drop-shadow(0 0 3px rgba(0,0,0,.3));stroke:#fff}.content-page-layout--about .scroll-indicator__text{font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-top:4px;filter:drop-shadow(0 0 3px rgba(0,0,0,.3))}@keyframes f{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.content-page-layout--about .scrollable-content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:60px 30px}.content-page-layout--about .scrollable-content:before{content:"";display:block;height:85vh}.content-page-layout--about section{max-width:680px;margin:0 auto 100px;padding:0}.content-page-layout--about section.ready-to-animate{transition:none}.content-page-layout--about section.hidden{opacity:0;pointer-events:none}.content-page-layout--about section.teaser-visible{opacity:.85}@media (min-width:769px){.content-page-layout--about section.teaser-visible{margin-left:0;margin-right:auto;width:680px;transition:none}}@media (max-width:768px){.content-page-layout--about section.teaser-visible{transform:translateY(0)}}.content-page-layout--about section.teaser-visible .section-content{transform:translateY(40px);transition:transform .9s cubic-bezier(.16,1,.3,1),box-shadow .9s cubic-bezier(.16,1,.3,1);box-shadow:0 5px 20px rgba(0,0,0,.02),0 2px 8px rgba(0,0,0,.01)}.content-page-layout--about section.teaser-visible .section-content:before{opacity:.05}@media (min-width:769px){.content-page-layout--about section.teaser-visible .section-content{transition:box-shadow .3s ease}}.content-page-layout--about section.teaser-visible .section-title{opacity:.8}.content-page-layout--about section.teaser-visible .section-title:after{width:0}.content-page-layout--about section.teaser-visible .skills-container,.content-page-layout--about section.teaser-visible p{opacity:.6;transform:translateY(10px)}@media (min-width:769px){.content-page-layout--about section:nth-child(odd).hidden{opacity:0;transform:translateX(-300px) translateY(30px)}.content-page-layout--about section:nth-child(2n).hidden{opacity:0;transform:translateX(300px) translateY(30px)}.content-page-layout--about section.animate-in.slide-away{opacity:.2}.content-page-layout--about section.animate-in.slide-away.slide-left{transform:translateX(-180px) scale(.95)}.content-page-layout--about section.animate-in.slide-away.slide-right{transform:translateX(180px) scale(.95)}}@media (max-width:768px){.content-page-layout--about section:nth-child(odd).hidden{opacity:0;transform:translateX(-50px) translateY(30px)}.content-page-layout--about section:nth-child(2n).hidden{opacity:0;transform:translateX(50px) translateY(30px)}.content-page-layout--about section.animate-in.slide-away{opacity:.2}.content-page-layout--about section.animate-in.slide-away.slide-left{transform:translateX(-50px) scale(.95)}.content-page-layout--about section.animate-in.slide-away.slide-right{transform:translateX(50px) scale(.95)}.content-page-layout--about section.teaser-visible .section-content{transform:translateY(40px)}}.content-page-layout--about section.animate-in{opacity:1;transform:translateX(0) translateY(0)}.content-page-layout--about section.animate-in .section-content{transform:translateY(0);box-shadow:0 20px 50px rgba(0,0,0,.04),0 10px 24px rgba(0,0,0,.03)}.content-page-layout--about section.animate-in{transition:transform 1.2s cubic-bezier(.16,1,.3,1),opacity 1.2s cubic-bezier(.16,1,.3,1)}.content-page-layout--about section .section-content{background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:50px;box-shadow:0 20px 50px rgba(0,0,0,.04),0 10px 24px rgba(0,0,0,.03);position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.7);transition:transform .9s cubic-bezier(.16,1,.3,1),box-shadow .9s cubic-bezier(.16,1,.3,1)}.content-page-layout--about section .section-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent,transparent 90%,var(--offline-green) 0,var(--offline-green));opacity:.1;z-index:-1;transition:opacity 1s ease}.content-page-layout--about section .section-content:after{display:none}.content-page-layout--about section .section-title{color:var(--offline-dark-green);font-size:2.2rem;font-weight:500;margin-top:0;margin-bottom:28px;opacity:1;transform:translateY(0);position:relative;display:inline-block;letter-spacing:-.01em}.content-page-layout--about section .section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background-color:var(--offline-green);transition:none}.content-page-layout--about section p{font-size:1.05rem;line-height:1.8;color:rgba(0,0,0,.8);margin:0 0 20px;opacity:1;transform:translateY(0);letter-spacing:.01em;font-weight:400}.content-page-layout--about section p:last-child{margin-bottom:0}.content-page-layout--about section .skills-container{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;opacity:1;transform:translateY(0);transition:none}@media (max-width:576px){.content-page-layout--about section .skills-container{grid-template-columns:1fr;gap:20px}}.content-page-layout--about section .skill-category{font-size:1.1rem;font-weight:500;color:var(--offline-dark-green);margin:0 0 12px;letter-spacing:-.01em;position:relative;display:inline-block}.content-page-layout--about section .skill-category:after{content:"";position:absolute;bottom:-4px;left:0;width:25px;height:2px;background-color:var(--offline-green);transform:scaleX(1);transform-origin:left;transition:none}.content-page-layout--about section.teaser-visible .section-title{opacity:1;transform:translateY(0)}.content-page-layout--about section.teaser-visible .section-title:after{width:40px}.content-page-layout--about section.teaser-visible .skills-container,.content-page-layout--about section.teaser-visible p{opacity:1;transform:translateY(0)}@media (max-width:768px){.content-page-layout--about .scrollable-content{padding:40px 20px}.content-page-layout--about .scrollable-content:before{height:60vh}.content-page-layout--about section{margin-bottom:70px}.content-page-layout--about section .section-content{padding:40px 35px;transform:translateY(40px)}.content-page-layout--about section .section-title{font-size:1.9rem;margin-bottom:24px}.content-page-layout--about section:first-child.animation-complete .section-content{transform:translateY(0)}}@media (max-width:480px){.content-page-layout--about .scrollable-content{padding:30px 15px}.content-page-layout--about .scrollable-content:before{height:55vh}}.content-page-layout--about .skills-container{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;opacity:0;transform:translateY(20px);transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s cubic-bezier(.16,1,.3,1);transition-delay:.3s}@media (max-width:576px){.content-page-layout--about .skills-container{grid-template-columns:1fr;gap:20px}}.content-page-layout--about .skill-group{position:relative}.content-page-layout--about .skill-category{font-size:1.1rem;font-weight:500;color:var(--offline-dark-green);margin:0 0 12px;letter-spacing:-.01em;position:relative;display:inline-block}.content-page-layout--about .skill-category:after{content:"";position:absolute;bottom:-4px;left:0;width:25px;height:2px;background-color:var(--offline-green);transition:width .6s cubic-bezier(.16,1,.3,1);transition-delay:.5s;transform:scaleX(0);transform-origin:left}.content-page-layout--about .skills-list{list-style:none;padding:0;margin:0}.content-page-layout--about .skill-item{position:relative;padding-left:20px;margin-bottom:8px;font-size:.95rem;color:rgba(0,0,0,.75);line-height:1.5}.content-page-layout--about .skill-item:before{content:"";position:absolute;left:0;top:10px;width:8px;height:2px;background-color:var(--offline-green);opacity:.7}.content-page-layout--about section.animate-in .skills-container{opacity:1;transform:translateY(0)}.content-page-layout--about section.animate-in .skill-category:after{transform:scaleX(1)}.content-page-layout--about section.animation-complete .section-title,.content-page-layout--about section.animation-complete .skills-container,.content-page-layout--about section.animation-complete p{opacity:1!important;transform:translateY(0)!important}.content-page-layout--about section.animation-complete .skill-category:after{transform:scaleX(1)!important}.content-page-layout--about section.animation-complete .section-title:after{width:40px!important}@media (max-width:768px){.content-page-layout--about section{opacity:1!important;transform:none!important;pointer-events:auto!important;transition:none!important}.content-page-layout--about section.hidden{display:block!important;opacity:1!important}.content-page-layout--about section .section-title,.content-page-layout--about section .skill-category,.content-page-layout--about section .skill-item,.content-page-layout--about section .skills-container,.content-page-layout--about section p{opacity:1!important;transform:none!important;transition:none!important}.content-page-layout--about section .section-title:after{width:40px!important;transition:none!important}.content-page-layout--about section .skill-category:after{transform:scaleX(1)!important;transition:none!important}.content-page-layout--about section .section-content{transform:none!important;transition:none!important}.content-page-layout--about .mobile-visible{display:block!important;visibility:visible!important}.content-page-layout--about .scrollable-content{padding:40px 20px}.content-page-layout--about .scrollable-content:before{height:60vh}.content-page-layout--about section{margin-bottom:70px}.content-page-layout--about section .section-content{padding:40px 35px}.content-page-layout--about section .section-title{font-size:1.9rem;margin-bottom:24px}}@media (max-width:480px){.content-page-layout--about .scrollable-content{padding:30px 15px}.content-page-layout--about .scrollable-content:before{height:55vh}.content-page-layout--about section{margin-bottom:60px}.content-page-layout--about section .section-content{padding:30px 25px}.content-page-layout--about section .section-title{font-size:1.8rem}}.message.success{background-color:var(--offline-green);color:#fff;padding:30px;display:flex;align-items:center;gap:20px;margin-bottom:40px;max-width:1000px;margin:0 auto}.message.success .success-icon{position:relative;width:40px;height:40px;flex-shrink:0}.message.success .success-icon svg{position:relative;z-index:2;width:100%;height:100%}.message.success .success-icon .pulse-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:50%;animation:g 2s infinite}.message.success .success-text{font-size:1.1rem}.message.success .success-text strong{display:block;margin-bottom:5px;font-size:1.3rem}.message.error{background-color:#e57373;color:#fff;padding:20px;margin-bottom:30px}@keyframes g{0%{transform:translate(-50%,-50%) scale(.8);opacity:.8}70%{transform:translate(-50%,-50%) scale(1.2);opacity:0}to{transform:translate(-50%,-50%) scale(.8);opacity:0}}.invest-form-container{background-color:#fff;padding:50px;width:100%;max-width:1000px;margin:0 auto}@media (max-width:992px){.invest-form-container{max-width:800px;padding:40px}}@media (max-width:768px){.invest-form-container{padding:30px 25px;max-width:100%}}#secretHoneypotParamName{display:none}.invest-form .form-row{display:flex;gap:25px;margin-bottom:0}@media (max-width:576px){.invest-form .form-row{flex-direction:column;gap:0}}.invest-form .form-row .form-group{width:50%}@media (max-width:576px){.invest-form .form-row .form-group{width:100%}}.invest-form .errors{list-style:none;padding:0;margin:5px 0 0;color:#e57373;font-size:.85rem}.invest-form .errors li{margin-bottom:3px}.invest-amount-group{position:relative}.invest-amount-group:before{content:"CHF";position:absolute;left:15px;top:15px;font-size:16px;color:#757575;z-index:1}.invest-amount-group input{padding-left:50px!important}.invest-amount-group input:not(:-moz-placeholder)+label:before{content:"CHF";margin-right:5px}.invest-amount-group input:focus+label:before,.invest-amount-group input:not(:placeholder-shown)+label:before{content:"CHF";margin-right:5px}.contact-form{margin-top:48px}.contact-form .form-row{display:flex;gap:20px}@media (max-width:786px){.contact-form .form-row{flex-direction:column;gap:0}}.contact-form .form-row .form-group{width:50%;margin-bottom:0}@media (max-width:786px){.contact-form .form-row .form-group{width:100%}}.section-impressions{background-color:var(--offline-cream)}.image-text-section{position:relative;width:100%;height:90vh;max-height:900px;margin:0 0 100px;background-color:var(--color-white)}@media (max-width:768px){.image-text-section{height:auto;max-height:none;margin-bottom:24px;display:flex;flex-direction:column}}.image-text-section p{position:absolute;bottom:48px;right:48px;color:#000;font-size:1.4rem;line-height:1.5;max-width:600px;margin:0;padding:20px 30px;background-color:hsla(0,0%,100%,.9);z-index:3}@media (max-width:768px){.image-text-section p{position:relative;bottom:auto;right:auto;left:auto;font-size:1.1rem;padding:20px;width:100%;max-width:none;background-color:var(--color-white);box-shadow:none;margin-top:-5px;border-left:4px solid var(--offline-green)}}.image-text-section .image-container{position:relative;width:100%;height:100%;overflow:hidden}@media (max-width:768px){.image-text-section .image-container{height:auto;max-height:none}}.image-text-section .image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transform:scale(1.05);animation:zoomIn 1.5s forwards;animation-timeline:view();animation-range:entry 10% cover 40%}@media (max-width:768px){.image-text-section .image-container img{height:auto;-o-object-fit:contain;object-fit:contain;max-width:100%;transform:none;animation:fadeIn 1s forwards}}
/*# sourceMappingURL=maps/main.min.css.map */
