#root,html,body{width:100%;min-height:100vh;margin:0;background-color:#f0e7dd;font-family:Bellefair,serif;font-weight:400;font-style:normal}.navbar-container{position:fixed;top:0;width:100%;z-index:100;background-color:#ffffffd9}.navbar-wrapper{max-width:1200px;margin:0 auto;height:76px;display:flex;align-items:center;position:relative}.navbar-menu{display:none;width:56px;height:56px;margin-left:12px;border-radius:50%;cursor:pointer;z-index:103;align-items:center;justify-content:center;position:relative}.navbar-menu span{position:absolute;width:24px;height:2px;background-color:#231f20;border-radius:2px;transition:transform .3s ease,opacity .2s ease}.navbar-menu.active span{background-color:#fff}.navbar-menu span:nth-child(1){transform:translateY(-8px)}.navbar-menu span:nth-child(2){opacity:1}.navbar-menu span:nth-child(3){transform:translateY(8px)}.navbar-menu.active span:nth-child(1){transform:rotate(45deg)}.navbar-menu.active span:nth-child(2){opacity:0}.navbar-menu.active span:nth-child(3){transform:rotate(-45deg)}.navbar-title{position:absolute;left:50%;transform:translate(-50%);height:100%;padding:4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:102}.navbar-title img{height:100%;width:auto;object-fit:contain}.navbar-logo{height:100%;width:auto;object-fit:contain;transition:filter .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto}.logo-white{filter:brightness(0) invert(1)}.navbar-links{list-style:none;display:flex;margin:0;padding:0}.navbar-links li{margin:0 20px;cursor:pointer}.navbar-links.left{margin-left:80px}.navbar-links.right{margin-left:auto;margin-right:80px}.mobile-menu-overlay{position:fixed;top:50%;left:50%;width:60px;height:60px;border-radius:50%;background-color:#231f20dd;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;clip-path:circle(0% at 50% 50%);transform:translate(-50%,-50%);transition:clip-path .5s ease,width .5s ease,height .5s ease;overflow:hidden;z-index:100;text-align:center;pointer-events:none}.mobile-menu-overlay.visible{width:200vw;height:200vh;clip-path:circle(200% at 50% 50%);pointer-events:auto}.mobile-menu-overlay ul{list-style:none;padding:0;margin:0;opacity:0;transition:opacity .3s ease .2s}.mobile-menu-overlay.visible ul{opacity:1}.mobile-menu-overlay li{margin:2rem 0;font-size:2rem;cursor:pointer}.mobile-menu-content{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;top:0}.socials{position:absolute;bottom:40px}@media(max-width:768px){.navbar-links{display:none}.navbar-menu{display:flex}}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.feature-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 2s ease-in-out;will-change:transform,opacity;transform-origin:center center}.feature-image.active{opacity:1}.hero-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.hero-slogan-wrapper{display:flex;justify-content:center;align-items:center;will-change:transform}.hero-slogan{color:#fff;font-size:clamp(1.5rem,4vw,3rem);font-weight:300;text-align:center;padding:0 2rem;text-shadow:0 10px 30px rgba(0,0,0,.35);will-change:opacity,transform;display:inline-block}.about-section{position:relative;width:100%;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:#fff}.full-wrapper.about-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:1200px;width:100%;padding:20px;box-sizing:border-box}.about-text{max-width:700px;text-align:left;display:flex;flex-direction:column;justify-content:center;height:100%}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem}.desktop-text p{font-size:1rem;line-height:1.8;margin-bottom:1.2rem}.mobile-text{display:none}.mobile-text p{font-size:1rem;line-height:1.8;margin-bottom:1.2rem}@media(min-width:1024px){.full-wrapper.about-wrapper{flex-direction:row;justify-content:space-between;gap:40px;padding:60px 80px}.about-text{width:50%;text-align:left}.about-text h2{font-size:3rem}.desktop-text p{font-size:1.125rem;line-height:2}}@media(max-width:1023px)and (min-width:763px){.full-wrapper.about-wrapper{padding:40px 30px}.about-text h2{font-size:2.25rem}.desktop-text p{font-size:1rem;line-height:1.8}}@media(max-width:762px){.full-wrapper.about-wrapper{flex-direction:column;padding:20px;justify-content:center}.about-text{width:100%;text-align:center;height:auto}.about-text h2{font-size:2rem;margin-bottom:1rem}.desktop-text{display:none}.mobile-text{display:block;margin:0 auto}.mobile-text p{font-size:1rem;line-height:1.8;margin:0 auto;max-width:500px}}.portfolio{display:flex;flex-direction:column;width:140vw;margin:0 auto;transform:translate(-20vw)}.portfolio-row{display:flex;width:100%;gap:0;flex-wrap:nowrap}.portfolio-image{overflow:hidden;flex:0 0 10%;height:200px}.portfolio-image img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;border-radius:0;transition:transform .3s ease}.portfolio-image:hover img{transform:scale(1.05)}@media(max-width:1023px)and (min-width:768px){.portfolio-image{flex:0 0 12.5%;height:180px}}@media(max-width:767px){.portfolio-image{flex:0 0 20%;height:150px}}.packages-wrapper{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;box-sizing:border-box;padding:2rem}.packages-wrapper h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}.packages{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%}.package-card{background-color:#fff;color:#231f20;flex:1 1 250px;max-width:300px;padding:2rem;border-radius:12px;text-align:left;box-shadow:0 6px 18px #231f200f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.package-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #231f201a}.package-card h3{font-size:1.6rem;margin-bottom:1rem;text-align:center}.package-description{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;color:#424143}.package-button{padding:.75rem 1.5rem;background-color:#231f20;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.package-button:hover{background-color:#424143;transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:100;overflow-y:auto;animation:fadeIn .3s ease forwards}.modal-content{background-color:#fff;color:#231f20;padding:2.5rem 3rem;max-width:750px;max-height:90vh;width:100%;border-radius:16px;box-sizing:border-box;position:relative;box-shadow:0 25px 60px #00000026;text-align:center;animation:slideUp .4s ease forwards;display:flex;flex-direction:column;align-items:center}.modal-close{position:absolute;top:1rem;right:1rem;font-size:2rem;font-weight:700;background:none;border:none;cursor:pointer;color:#231f20;transition:color .2s ease}.modal-close:hover{color:#ff4b5c}.modal-content h3{font-size:2rem;margin-bottom:1.5rem;text-align:center;color:#231f20;font-weight:600}.modal-sections{overflow-y:auto;display:flex;flex-direction:column;gap:2rem;margin-top:1rem;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:rgba(35,31,32,.3) transparent}.modal-sections::-webkit-scrollbar{width:8px}.modal-sections::-webkit-scrollbar-track{background:transparent}.modal-sections::-webkit-scrollbar-thumb{background-color:#231f204d;border-radius:4px;transition:background-color .2s ease}.modal-sections::-webkit-scrollbar-thumb:hover{background-color:#231f2099}.modal-section{background-color:#f0e7dd;padding:1.5rem 1.8rem;border-radius:12px;box-shadow:0 8px 20px #231f200d;text-align:center;max-width:600px}.modal-section h4{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#231f20}.modal-subtitle{font-size:1rem;font-weight:500;color:#424143;margin-bottom:.75rem}.modal-section ul{padding-left:0;margin:0 auto;list-style:none;max-width:400px}.modal-section ul li{margin-bottom:.5rem;font-size:.95rem;line-height:1.6;color:#424143;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:1023px){.package-card{max-width:45%;padding:1.8rem}.modal-content{padding:2rem}.modal-content h3{font-size:1.75rem}.modal-section h4{font-size:1.3rem}.modal-section ul li{font-size:.9rem}}@media(max-width:767px){.packages{flex-direction:column;gap:1.5rem}.package-card{max-width:100%}.modal-content{padding:1.5rem;border-radius:12px}.modal-content h3{font-size:1.5rem}.modal-section h4{font-size:1.2rem}.modal-section ul li{font-size:.85rem}}.contact-form{max-width:500px;width:100%;min-width:200px;padding:2rem;border-radius:8px}.contact-form h2{margin-bottom:1.5rem;text-align:center;color:#231f20}.contact-form>div{margin-bottom:1.2rem}.contact-form label{display:block;margin-bottom:.4rem;font-weight:600;color:#424143}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.6rem .75rem;border:1px solid #424143;border-radius:4px;font-size:.95rem;box-sizing:border-box;background-color:#fff;color:#231f20;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder,.contact-form select::placeholder{color:#6b6b6b}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:#231f20;box-shadow:0 0 0 2px #231f2033}.contact-form textarea{min-height:120px;resize:vertical}.contact-form small{display:block;margin-top:.3rem;color:#b91c1c;font-size:.8rem}.contact-form button{width:100%;padding:.75rem;background-color:#231f20;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease,opacity .2s ease}.contact-form button:hover:not(:disabled){background-color:#424143}.contact-form button:active:not(:disabled){transform:translateY(1px)}.contact-form button:disabled{background-color:#424143;opacity:.5;cursor:not-allowed}.contact-form p{text-align:center;margin-bottom:1rem;font-size:.95rem;color:#231f20}.contact-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><polygon points='0,0 12,0 6,6' fill='%236b6b6b'/></svg>");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 12px;cursor:pointer}.full-container{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-x:hidden}.full-wrapper{width:calc(100% - 20px);max-width:1200px;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:stretch;overflow:hidden;position:relative}.white-section{background-color:#fff;height:100%;border-radius:8px;box-shadow:0 0 4px #0000001a;display:flex;justify-content:center}.section-content{display:flex;align-items:center;justify-content:center;flex-grow:1;width:100%}.footer-container{width:100%;height:80px;display:flex;align-items:center;justify-content:center;background-color:#fff;flex-direction:column}.footer-socials svg{cursor:pointer}.footer-socials svg:hover{fill:gray}
