@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;line-height:1.6;color:#4a4a4a;background-color:#fcfcfc}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;font-weight:600}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit;transition:color .3s ease}button{border:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto;display:block}:root{--primary-color: #b56576;--secondary-color: #6d597a;--accent-color: #e5989b;--bg-light: #fff5f7;--text-dark: #333333;--text-light: #666666;--white: #ffffff}.navbar{position:fixed;top:0;width:100%;height:80px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;padding:0 2rem;transition:all .3s ease;display:flex;align-items:center}.navbar-container{max-width:1200px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative;height:100%}.logo{height:100%;display:flex;align-items:center;cursor:pointer;z-index:1001}.logo img{height:50px;width:auto;transition:transform .3s ease}.nav-links{display:flex;gap:2rem;align-items:center;justify-content:center;height:100%;flex:1}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-dark);text-transform:uppercase;letter-spacing:1px;position:relative;justify-content:center;align-items:center;text-align:center;display:flex;border-radius:12px;height:40px;width:110px;transition:all .3s ease}.nav-links a:hover{background-color:#8a00a1;color:#fff}.nav-action{display:flex;align-items:center}.action-button{background-color:#8a00a1;color:#fff;padding:.7rem 1.5rem;border-radius:15px;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:1px;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #8a00a14d}.action-button:hover{background-color:#6b017c;box-shadow:0 6px 20px #8a00a166}.services-btn{background-color:#8a00a1;color:#fff;padding:.7rem 1.5rem;border-radius:15px;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:1px;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #8a00a14d}.services-btn:hover{background-color:#6b017c;box-shadow:0 6px 20px #8a00a166}.mobile-menu-btn{display:none;cursor:pointer;z-index:1001}.hamburger{width:30px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:3px;width:100%;background-color:#333;border-radius:3px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease-in-out;z-index:1000}.mobile-menu.active{right:0}.mobile-menu a{font-size:1.5rem;color:#333;text-decoration:none;font-weight:500;text-transform:uppercase;letter-spacing:2px}.mobile-menu .mobile-cta{background-color:#8a00a1;color:#fff;padding:1rem 2rem;border-radius:30px;margin-top:1rem}.hero{margin-top:80px;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:#fff}.hero-backgrounds{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;animation:heroFade 30s infinite}.bg-1{background-image:linear-gradient(#0006,#0006),url(/background.webp);animation-delay:0s}.bg-2{background-image:linear-gradient(#0006,#0006),url(/background1.webp);animation-delay:-5s}.bg-3{background-image:linear-gradient(#0006,#0006),url(/background2.webp);animation-delay:-10s}.bg-4{background-image:linear-gradient(#0006,#0006),url(/background3.webp);animation-delay:-15s}.bg-5{background-image:linear-gradient(#0006,#0006),url(/background4.webp);animation-delay:-20s}.bg-6{background-image:linear-gradient(#0006,#0006),url(/background5.webp);animation-delay:-25s}@keyframes heroFade{0%{opacity:0}5%,20%{opacity:1}25%,to{opacity:0}}.hero-container{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;text-align:center}.hero-content{text-align:center;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-content h1{font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;color:#fff;font-weight:400;letter-spacing:-1px}.hero-content .subheading{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#fffffff2;margin-bottom:2.5rem;font-weight:300;line-height:1.8;max-width:800px;margin-left:auto;margin-right:auto}.hero-cta button{background-color:#a300bf;box-shadow:0 0 0 10px #a300bf80;color:#fff;width:170px;height:50px;border-radius:10px;font-weight:700;font-size:15px;transition:all .3s ease;animation:shadow 2s infinite}@keyframes shadow{0%{box-shadow:0 0 0 10px #a300bf80}50%{box-shadow:0 0 #a300bf80}to{box-shadow:0 0 0 10px #a300bf80}}.hero-cta button:hover{background-color:#8a00a1}.submit{width:160px;height:50px;background-color:#8a00a1;color:#fff;border-radius:10px;font-weight:700;transition:all .3s ease}.submit:hover{background-color:#6b017c}section{padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;color:var(--text-dark);margin-bottom:1rem;font-weight:400}.section-subtitle{font-family:Montserrat,sans-serif;color:var(--text-light);font-size:.9rem;letter-spacing:2px;text-transform:uppercase}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.product-card{background:#fff;transition:all .3s ease;cursor:pointer}.product-image{width:100%;aspect-ratio:3/4;background-color:#f0f0f0;margin-bottom:1.5rem;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{text-align:center}.product-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.product-price{font-family:Montserrat,sans-serif;font-size:.9rem;color:var(--primary-color);font-weight:500}.footer{background-color:var(--secondary-color);padding:6rem 2rem 3rem;color:var(--white)}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem;margin-bottom:5rem}.footer-logo{font-family:Cormorant Garamond,serif;font-size:2.2rem;color:var(--white);margin-bottom:1.5rem;display:block}.footer-description{font-size:.95rem;line-height:1.7;color:#ffffffb3;max-width:320px}.footer-column h4{font-family:Montserrat,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;color:var(--white);font-weight:600;position:relative;display:inline-block}.footer-column h4:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background-color:var(--accent-color)}.footer-column ul{list-style:none}.footer-column li{margin-bottom:1rem}.footer-column a,.footer-contact-info li,.opening-hours{font-size:.95rem;color:#ffffffb3;transition:all .3s ease}.footer-column a:hover{color:var(--accent-color);padding-left:5px}.footer-contact-info strong{color:var(--white);font-weight:500;margin-right:5px}.footer-contact-info a:hover{padding-left:0}.opening-hours{font-weight:500;font-style:italic}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#ffffff80}.footer-legal a{color:#ffffff80;margin-left:2rem}.footer-legal a:hover{color:var(--accent-color)}@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:768px){.nav-links,.nav-action{display:none}.mobile-menu-btn{display:block}.navbar-container{justify-content:space-between}.logo{position:static}.hero-content h1{font-size:2.8rem}.footer-grid{grid-template-columns:1fr;text-align:left;gap:3rem}.footer-description{margin:0}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal a{margin:0 1rem}.about-container{grid-template-columns:1fr!important;gap:2rem!important}.about-image-container{position:static!important;margin-bottom:2rem}.about-section-ingrid .about-container{display:flex!important;flex-direction:column-reverse}}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.team-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.03)}.team-card:hover{box-shadow:0 15px 35px #0000001a}.team-image-container{width:100%;height:350px;overflow:hidden;position:relative;background-color:#f9f9f9}.team-image-container img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .6s ease}.team-card:hover .team-image-container img{transform:scale(1.08)}.team-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-light) 0%,#f9f9f9 100%);color:var(--primary-color);font-family:Cormorant Garamond,serif;font-size:4rem;font-style:italic;opacity:.6}.team-content{padding:1.5rem;text-align:center;flex-grow:1;display:flex;flex-direction:column}.team-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--text-dark);margin-bottom:.4rem;font-weight:600}.team-role{color:#8a00a1;font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:.8rem;min-height:2rem}.team-info{margin-bottom:1rem}.team-info p{color:var(--text-light);font-size:.9rem;font-style:italic}.team-contact{display:flex;flex-direction:column;gap:.4rem;border-top:1px solid #f5f5f5;padding-top:1.2rem;margin-top:auto}.team-phone{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:500;color:var(--text-dark);text-decoration:none;transition:color .3s ease}.team-email{font-family:Montserrat,sans-serif;font-size:.85rem;color:#8a00a1;text-decoration:none;transition:opacity .3s ease}.team-email:hover{opacity:.8}.team-phone:hover{color:#8a00a1}
