:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#333}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.navbar{position:fixed;top:0;width:100%;z-index:1000}.navbar-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#a1ae8ee6;pointer-events:none;z-index:0}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 5rem;position:relative;z-index:1;box-sizing:border-box}.navbar-logo{font-weight:700;font-size:1.5rem;color:#000;text-decoration:none;transition:color .3s ease}.navbar-links{list-style:none;display:flex;gap:6rem;margin:0;padding:0}.navbar-link{text-decoration:none;color:#000;font-size:1.2rem;font-weight:500;transition:color .3s ease}.navbar-logo:hover,.navbar-link:hover{color:#fff}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{display:block;width:25px;height:3px;background:#000;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.navbar-logo{z-index:1000}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:20px;cursor:pointer;z-index:1000;margin-left:auto}.hamburger span{display:block;height:3px;width:100%;background-color:#000;border-radius:2px;transition:all .3s ease}.navbar-links{display:flex;position:absolute;gap:0;top:0;left:0;right:0;background-color:#a1ae8ef2;flex-direction:column;align-items:center;overflow:hidden;max-height:0;transition:max-height .3s ease;z-index:999;padding-top:5rem}.navbar-links.open{max-height:500px}.navbar-links li{margin:0rem 0 1.5rem}.navbar-links li a{display:block;padding:.5rem 0;font-size:1.2rem}}.home{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding-bottom:4rem;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;background-color:#a1ae8e33}.home h1{font-size:10rem;margin-bottom:5rem;color:#fff;line-height:1.05;text-shadow:0 2px 6px rgba(0,0,0,1)}.home p{margin:.2rem 0;font-size:2rem;color:#fff}.home-text{margin-bottom:5rem;color:#000}.vision-section{position:relative;background-color:#a1ae8e33;text-align:center;padding:4rem 2rem 3rem;overflow:hidden}.vision-section{position:relative;background-color:#a1ae8e33;text-align:center;padding:4rem 2rem 3rem}.vision-logo-bg{position:absolute;top:10%;left:50%;transform:translate(-50%);height:80%;opacity:.2;z-index:1;pointer-events:none;width:auto}.vision-content{position:relative;z-index:2}.vision-text-p{font-size:1.3rem;color:#333;max-width:1000px;margin:0 auto 3rem;line-height:1.6}.vision-text-h3{font-size:2rem;margin-bottom:2rem}.vision-text-h4{font-size:1.5rem;margin-bottom:1.5rem;margin-top:1rem}@media (max-width: 768px){.home{min-height:70vh;padding-bottom:3rem}.home h1{font-size:6rem;margin-bottom:2rem}.home-buttons-vertical{display:flex;flex-direction:column;gap:1rem;width:50%;margin:2rem auto 0}.home-buttons-vertical button{font-size:.6rem;padding:.7rem;border-radius:30px;width:100%}.home p{font-size:1.2rem}.vision-section{padding:2rem 1rem}.vision-logo-bg{top:5%;height:70%}.vision-text-h3{font-size:1.5rem;margin-bottom:1rem}.vision-text-h4{font-size:1.2rem;margin-bottom:1rem;margin-top:.5rem}.vision-text-p{font-size:1rem;margin-bottom:1.5rem;padding:0 .5rem}.catalog-section{padding:1rem}}.button-ghost{padding:17px 40px;border-radius:50px;cursor:pointer;border:2px solid black;background-color:#fffc!important;color:#000;letter-spacing:1.5px;text-transform:uppercase;font-size:15px;transition:all .5s ease;display:block;margin:.5rem auto}.button-ghost:hover{background-color:#a1ae8e!important;color:#fff;box-shadow:0 0 20px #a1ae8e;letter-spacing:3px}.button-ghost:active{transform:translateY(4px);transition:.1s}.button-card{padding:12px 30px;border-radius:50px;cursor:pointer;border:2px solid black;background-color:#ffffff1a;color:#000;letter-spacing:1.5px;text-transform:uppercase;font-size:14px;transition:all .5s ease;display:block;margin:.5rem auto}.button-card:hover{background-color:#a1ae8e!important;color:#fff;box-shadow:0 0 20px #a1ae8e;letter-spacing:3px}.button-card:active{transform:translateY(4px);transition:.1s}@media (max-width: 768px){.button-ghost{padding:12px 30px;font-size:13px}.button-card{padding:10px 25px;font-size:12px}}.card{width:320px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;background-color:#fff;margin-bottom:16px}.card-image{height:200px;background-size:contain;background-position:center;background-repeat:no-repeat}.card-content{padding:16px;display:flex;flex-direction:column;flex-grow:1}.card-title{font-size:1.2rem;font-weight:700;margin-bottom:4px;text-align:center}.card-subtitle{font-size:1rem;margin-bottom:4px;color:#555;text-align:center}.card-date{font-size:.85rem;color:#888;margin-bottom:8px;text-align:center}.card-text{flex-grow:1;font-size:.95rem;color:#333;text-align:center}.card-button{margin-top:12px}.catalog-container{display:flex;justify-content:center;gap:3rem;overflow-x:auto;padding:2rem;background-color:transparent;margin-top:4rem}@media (max-width: 768px){.catalog-container{flex-direction:column;gap:2rem;padding:1rem;align-items:center}.card{width:90%;max-width:400px}.card-image{height:180px}.card-title{font-size:1.5rem}.card-subtitle{font-size:1.1rem}.card-date{font-size:.9rem}.card-text{font-size:1rem}.card-button{margin-top:1rem}}.dancing-script-light{font-family:Dancing Script,cursive,sans-serif;font-weight:400;font-style:normal}.dancing-script-bold{font-family:Dancing Script,cursive,sans-serif;font-weight:700;font-style:normal}.about-page{font-family:system-ui,sans-serif;color:#333;line-height:1.6}.about-hero{min-height:70vh;display:flex;justify-content:center;align-items:center;text-align:center;background-size:cover;background-position:center;color:#fff}.about-hero-text{display:flex;flex-direction:column;gap:1rem;max-width:800px}.about-hero h1{font-size:8rem;font-weight:700;margin:0;text-shadow:0px 4px 12px rgba(0,0,0,.6)}.about-hero p{font-size:1.5rem;margin:0;text-shadow:0px 2px 6px rgba(0,0,0,.5)}.about-vision{position:relative;text-align:center;color:#333;background-color:#a1ae8e33;padding:6rem 12rem;margin:0 auto;max-width:100%;overflow:hidden}.about-vision:before{content:"";position:absolute;top:5%;left:50%;transform:translate(-50%);width:100%;height:90%;background-image:url(/assets/Logo_Casa-Bxr2_-7a.png);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.2;z-index:1}.vision-overlay{position:relative;z-index:2;font-size:1.2rem;max-width:900px;margin:0 auto}.about-vision h2{font-size:3rem;margin-bottom:.5rem;margin-top:0}.about-vision h3{margin-top:0;font-size:2rem}.about-vision p{font-size:1.2rem;margin-top:1rem;line-height:1.6}.about-amden{text-align:center;padding:4rem 12rem;max-width:1400px;margin:0 auto;box-sizing:border-box}.amden-text h2{font-size:2rem}.amden-text h3{font-size:1.3rem}.amden-text p{font-size:1.2rem}.about-gallery{text-align:center;padding-top:0rem!important}.gallery-large-container{width:100%;max-width:800px;margin:0 auto 2rem}.gallery-large{width:100%;height:auto;border-radius:12px;object-fit:cover}.gallery-small{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:800px;margin:0 auto}.gallery-small img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px}.about-owner{text-align:center;padding:5rem 12rem;max-width:1400px;margin:0 auto;box-sizing:border-box}.about-owner h2{margin-bottom:2rem}.owner-content{display:flex;align-items:flex-start;gap:2rem;justify-content:center;flex-wrap:wrap}.owner-image img{margin-top:2rem;width:300px;height:auto;border-radius:12px;object-fit:cover}.owner-text{flex:1;min-width:250px;text-align:left;font-size:1.2rem}.about-education{text-align:center;padding:4rem 0rem;margin:0 auto;box-sizing:border-box;background:#f9f9f9}.about-business{padding:1rem 4rem}.story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem}.story-item{background:#fff;border:1px solid #ddd;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}.story-item h3{color:#a1ae8e;margin-bottom:.5rem}@media (max-width: 768px){.about-page section:not(.about-hero){padding:2rem 1.5rem}.about-hero-text{max-width:90%;gap:.8rem}.about-hero h1{font-size:5rem}.about-hero p{font-size:1rem}.about-vision h2{font-size:2rem}.about-vision h3{font-size:1.5rem}.about-vision p{font-size:1rem}.owner-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:0 1rem}.owner-image{width:80%;max-width:250px}.owner-image img{width:100%;height:auto;border-radius:12px;object-fit:cover}.owner-text{width:100%;text-align:center;font-size:1rem;line-height:1.5}.gallery-carousel{display:flex;align-items:center;justify-content:center;position:relative;gap:.5rem}.gallery-carousel img{width:90vw;max-width:400px;height:auto;border-radius:12px}.carousel-btn{background-color:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel-btn:disabled{opacity:.3;cursor:default}.carousel-btn.left{position:absolute;left:-20px}.carousel-btn.right{position:absolute;right:-20px}.story-grid{grid-template-columns:1fr;gap:1rem}.story-item{padding:1rem}}.education-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;justify-content:flex-start}.education-logo-container{height:80px;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.education-logo{max-height:90%;max-width:60%;object-fit:contain}.education-card h3{margin:.5rem 0;color:#a1ae8e}.education-card p{font-size:.9rem;color:#555;flex-grow:1}.education-catalog{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.education-catalog{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}}.catalog-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;padding:2rem;justify-items:center}.card{width:100%;max-width:500px}@media (max-width: 768px){.catalog-services{padding:1rem;gap:1.5rem;grid-template-columns:1fr}.card{max-width:100%}}.services-page{font-family:system-ui,sans-serif;color:#333}.services-hero{min-height:70vh;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;text-shadow:0 2px 6px rgba(0,0,0,.6);gap:1rem}.services-hero h1{font-size:8rem;font-weight:700;text-align:center;margin-bottom:0}.services-hero p{font-size:1.5rem}.services-description{padding:2rem 1rem;text-align:center;font-size:1.1rem;max-width:900px;margin:0 auto}.services-catalog{padding:3rem 2rem}@media (max-width: 768px){.services-hero{min-height:60vh;padding:2rem 1rem}.services-hero h1{font-size:5rem;margin-bottom:1rem}.services-hero p{font-size:1.1rem;line-height:1.4}}.gallery-page{display:flex;flex-direction:column}.gallery-hero{min-height:70vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6);padding:2rem}.gallery-hero h1{font-size:8rem;margin-bottom:.5rem}.gallery-hero p{font-size:1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:5rem 15rem}.gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .3s ease}.gallery-item img:hover{transform:scale(1.05);cursor:pointer}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1001}.lightbox img{max-width:85%;max-height:85%;border-radius:12px;box-shadow:0 6px 20px #00000080}.lightbox-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff4d;border:none;font-size:3rem;color:#fff;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:background .3s;-webkit-user-select:none;user-select:none}.lightbox-btn:hover{background:#fff9}.lightbox-btn.prev{left:5%}.lightbox-btn.next{right:5%}@media (max-width: 768px){.gallery-hero{min-height:50vh;padding:1.5rem}.gallery-hero h1{font-size:3rem;margin-bottom:1rem}.gallery-hero p{font-size:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:100%;margin:2rem auto 0;justify-items:center;box-sizing:border-box;padding:0 1rem}.gallery-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;display:block}}.kontakt-hero{min-height:70vh;display:flex;justify-content:center;align-items:center;text-align:center;background-size:cover;background-position:center;color:#fff}.kontakt-hero h1{font-size:8rem;text-shadow:2px 2px 10px rgba(0,0,0,.6)}.kontakt-form-section{background-color:#a1ae8e33;text-align:center;padding:4rem 2rem}.kontakt-form-section h2{margin-bottom:1.5rem;font-size:2rem}.kontakt-form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}.kontakt-form input,.kontakt-form textarea{padding:.8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.kontakt-form textarea{min-height:120px;resize:vertical}.kontakt-form input,.kontakt-form textarea{background:#fff;color:#000;padding:.8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit}.kontakt-info{background:#fff;text-align:center;padding:4rem 2rem}.kontakt-info h2{margin-bottom:2rem;font-size:2rem}.kontakt-info-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10rem}.kontakt-info-item{max-width:250px}.kontakt-icon{font-size:2rem;color:#a1ae8e;margin-bottom:.5rem}.footer{background-color:#222;color:#fff;padding:2rem 1rem;margin-top:3rem}.footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.footer-section{flex:1;min-width:200px;margin-bottom:1rem}.footer-section h3{font-size:1.2rem;margin-bottom:.5rem;color:#a1ae8e}.footer-icons{display:flex;gap:1rem;font-size:1.5rem}.footer-icons a{color:#fff;transition:color .3s ease}.footer-icons a:hover{color:#a1ae8e}.footer-bottom{text-align:center;margin-top:1.5rem;font-size:.9rem;border-top:1px solid #444;padding-top:1rem}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}.footer-section{margin-bottom:1.5rem}.footer-icons{justify-content:center}.footer-bottom{font-size:.85rem;padding-top:1rem}}.service-page{display:flex;flex-direction:column}.service-hero{min-height:40vh;background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;justify-content:center;align-items:center;text-shadow:0 2px 6px rgba(0,0,0,.6);background-color:#fff}.service-hero h1{font-size:6rem;font-weight:700}.service-content{display:flex;gap:2rem;padding:3rem;flex-wrap:wrap}.service-summary{flex:1 1 300px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:1.5rem}.service-summary h2{margin-bottom:1rem;font-size:1.5rem}.service-summary ul{list-style:none;padding:0}.service-summary li{margin-bottom:.5rem;font-size:1rem;color:#444}.service-details{flex:2 1 500px;background:#a1ae8e33;border-radius:12px;padding:2rem;line-height:1.6;font-size:1.05rem}
