@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#faf9f6;color:#333;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#1a1a1a;font-family:Cormorant Garamond,serif;font-weight:600}.about,.appointment,.blog,.classes,.contact,.footer,.gallery,.hero,.offerings,.schedule,.testimonials,.trainers,.whychooseus{align-items:center;border-bottom:1px solid #0000000d;display:flex;justify-content:center;min-height:60vh;padding:8rem 2rem}.about,.blog,.contact,.offerings,.testimonials,.trainers{background-color:#fff}.navbar{background:#0000;color:#fff;left:0;padding:1.5rem 0;position:fixed;top:0;transition:all .4s ease-in-out;width:100%;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;box-shadow:0 4px 30px #0000000d;color:#333;padding:1rem 0}.navbar-logo{color:inherit;font-size:1.8rem;font-weight:700;letter-spacing:1px;text-decoration:none}.logo-image{height:60px;object-fit:contain;width:auto}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.desktop-menu{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:inherit;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background-color:currentColor;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-dropdown{position:relative}.dropdown-toggle{align-items:center;display:flex;gap:.3rem}.chevron{font-size:.7rem;transition:transform .3s ease}.nav-dropdown:hover .chevron{transform:rotate(180deg)}.dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:8px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;left:0;min-width:200px;overflow:hidden;padding:1rem 0;position:absolute;top:100%}.dropdown-item{color:#333;font-weight:500;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.dropdown-item:hover{background:#0000000d;color:#000;padding-left:2rem}.navbar-actions{align-items:center;display:flex;gap:1.5rem}.btn-appointment{background:#000;border:1px solid #000;border-radius:50px;color:#fff;font-weight:600;padding:.75rem 1.75rem;text-decoration:none;transition:all .3s ease}.navbar.scrolled .btn-appointment{background:#333}.btn-appointment:hover{background:#0000;color:#000}.navbar:not(.scrolled) .btn-appointment{background:#fff;border-color:#fff;color:#000}.navbar:not(.scrolled) .btn-appointment:hover{background:#0000;color:#fff}.mobile-menu-btn{background:none;border:none;color:inherit;cursor:pointer;display:none;font-size:1.5rem}.mobile-menu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffffa;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;left:0;overflow:hidden;padding:1rem 2rem 2rem;position:absolute;top:100%;width:100%}.mobile-link{align-items:center;background:none;border:none;border-bottom:1px solid #0000000d;color:#333;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;padding:1rem 0;text-align:left;text-decoration:none;width:100%}.mobile-dropdown-container{width:100%}.mobile-dropdown-content{background:#00000005;border-radius:0 0 8px 8px;display:flex;flex-direction:column;overflow:hidden}.mobile-dropdown-item{border-bottom:1px solid #00000008;color:#555;font-weight:500;padding:.8rem 1rem .8rem 2rem;text-decoration:none}.mobile-appointment-btn{background:#333;border-bottom:none;border-radius:8px;color:#fff;display:block;margin-top:1.5rem;padding:1rem;text-align:center}.chevron.open{transform:rotate(180deg)}@media screen and (max-width:968px){.btn-appointment,.desktop-menu{display:none}.mobile-menu-btn{display:block}}.hero{align-items:center;border-bottom:none;display:flex;height:100vh;justify-content:center;overflow:hidden;padding:0!important;position:relative;width:100%}.hero-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-img{height:100%;object-fit:cover;object-position:center;width:100%}.hero-overlay{background:linear-gradient(#00000080,#000c);height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{display:flex;flex-direction:column;margin-top:5rem;max-width:900px;padding:0 2rem;text-align:center;z-index:1}.hero-badge,.hero-content{align-items:center;color:#fff}.hero-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;display:inline-flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.5rem;letter-spacing:2px;margin-bottom:2rem;padding:.6rem 1.5rem;text-transform:uppercase}.badge-icon{font-size:1.2rem}.hero-title{color:#fff!important;font-family:Cormorant Garamond,serif;font-size:4.8rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 5px 15px #0000004d}.hero-desc{color:#eaeaea;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:300;line-height:1.7;margin:0 auto 3rem;max-width:750px}.hero-actions{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem}.btn-primary{background:#fff;border:1px solid #fff;border-radius:50px;box-shadow:0 10px 20px #0000001a;color:#1a1a1a;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:1.1rem 2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1)}.btn-primary:hover{background:#0000;color:#fff;transform:translateY(-3px)}.btn-secondary{background:#0000;border:1px solid #fff;border-radius:50px;color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:1.1rem 2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1)}.btn-secondary:hover{background:#fff;color:#1a1a1a;transform:translateY(-3px)}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;list-style:none;padding:0}.hero-features li{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;gap:.5rem}.hero-features .check{color:#d8b26e;font-weight:700}@media screen and (max-width:968px){.hero-title{font-size:4rem}}@media screen and (max-width:768px){.hero-title{font-size:3rem}.hero-actions{flex-direction:column;gap:1rem;width:100%}.btn-primary,.btn-secondary{text-align:center;width:100%}.hero-features{flex-direction:column;gap:1rem}}.about{background-color:#faf9f6;overflow:hidden;padding:8rem 2rem}.about-container{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.about-image-wrapper{border-radius:12px;overflow:visible;position:relative}.about-image-wrapper:before{border:2px solid #e0d5c1;border-radius:12px;content:"";height:100%;left:-20px;position:absolute;top:-20px;width:100%;z-index:0}.about-img{border-radius:12px;box-shadow:0 20px 40px #00000014;display:block;height:auto;position:relative;width:100%;z-index:1}.experience-badge{align-items:center;background:#fff;border-radius:8px;bottom:-30px;box-shadow:0 15px 35px #0000001a;display:flex;gap:1rem;padding:1.5rem 2rem;position:absolute;right:-30px;z-index:2}.experience-badge .years{color:#c9b18f;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700;line-height:1}.experience-badge .text{color:#555;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.section-subtitle{color:#c9b18f;font-family:Inter,sans-serif;font-size:1rem;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.section-title{color:#1a1a1a;font-size:3.5rem;line-height:1.15;margin-bottom:2rem}.about-text{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-features{list-style:none;margin:2rem 0}.about-features li{align-items:center;color:#333;display:flex;font-size:1.1rem;gap:.8rem;margin-bottom:.8rem}.about-features .check{color:#c9b18f;font-weight:700}.btn-outline{border:1px solid #1a1a1a;border-radius:50px;color:#1a1a1a;display:inline-block;font-weight:500;margin-top:1rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:#1a1a1a;color:#fff}@media screen and (max-width:968px){.about-container{gap:4rem;grid-template-columns:1fr}.about-image-wrapper{margin-bottom:2rem}.experience-badge{bottom:-20px;right:20px}.section-title{font-size:2.8rem}}@media screen and (max-width:576px){.experience-badge{padding:1rem;right:10px}}.why-choose-us{background-color:#fff;padding:8rem 2rem}.wcu-container{margin:0 auto;max-width:1200px}.wcu-header{margin-bottom:5rem;text-align:center}.wcu-subtitle{color:#c9b18f;font-family:Inter,sans-serif;font-size:1rem;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.wcu-title{color:#1a1a1a;font-size:3.5rem;margin-bottom:1.5rem}.wcu-desc{color:#555;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.wcu-divider{background-color:#e0d5c1;height:2px;margin:0 auto;width:80px}.wcu-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.wcu-card{background:#faf9f6;border:1px solid #00000008;border-radius:12px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.wcu-card:hover{background:#fff;box-shadow:0 15px 35px #0000000d;transform:translateY(-10px)}.wcu-icon{display:inline-block;font-size:3rem;margin-bottom:1.5rem}.wcu-card-title{color:#1a1a1a;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.wcu-card-desc{color:#666;font-size:1rem;line-height:1.6}@media screen and (max-width:968px){.wcu-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.wcu-title{font-size:2.8rem}}@media screen and (max-width:576px){.wcu-grid{grid-template-columns:1fr}}.offerings{background-color:#faf9f6;padding:8rem 2rem}.offerings-container{margin:0 auto;max-width:1200px}.offerings-header{margin-bottom:5rem;text-align:center}.offerings-subtitle{color:#c9b18f;font-family:Inter,sans-serif;font-size:1rem;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.offerings-title{color:#1a1a1a;font-size:3.5rem;margin-bottom:1.5rem}.offerings-desc{color:#555;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.offerings-divider{background-color:#e0d5c1;height:2px;margin:0 auto;width:80px}.offerings-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.offering-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000a;cursor:pointer;overflow:hidden;transition:all .4s ease}.offering-card:hover{box-shadow:0 20px 40px #00000014;transform:translateY(-10px)}.offering-img-wrapper{height:250px;overflow:hidden;position:relative}.offering-img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.offering-card:hover .offering-img{transform:scale(1.08)}.offering-overlay{align-items:flex-end;background:linear-gradient(0deg,#0009 0,#0000001a);display:flex;height:100%;left:0;padding:1.5rem;position:absolute;top:0;width:100%}.offering-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 5px 15px #0003;display:flex;font-size:2rem;height:50px;justify-content:center;width:50px}.offering-content{padding:2rem}.offering-card-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:.8rem}.offering-card-desc{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.offering-link{align-items:center;color:#c9b18f;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease}.offering-card:hover .offering-link{color:#1a1a1a}.offering-card:hover .arrow{transform:translateX(5px)}@media screen and (max-width:1024px){.offerings-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:650px){.offerings-grid{grid-template-columns:1fr}.offerings-title{font-size:2.8rem}}.classes-section{background-color:#fff;padding:8rem 2rem}.classes-container{margin:0 auto;max-width:1200px}.classes-content-wrapper{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.classes-subtitle{color:#d8b26e;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.classes-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.classes-divider{background-color:#d8b26e;height:2px;margin-bottom:2rem;width:80px}.classes-desc{color:#555;font-size:1.15rem;line-height:1.8;margin-bottom:3rem}.btn-book-class{background:#2e5e4e;border-radius:50px;box-shadow:0 10px 20px #2e5e4e33;color:#fff;display:inline-block;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;padding:1.1rem 2.8rem;text-decoration:none;transition:all .3s ease}.btn-book-class:hover{background:#1a4235;box-shadow:0 15px 25px #2e5e4e4d;transform:translateY(-3px)}.classes-image-box{z-index:1}.classes-image-box,.classes-img{border-radius:16px;position:relative}.classes-img{box-shadow:0 20px 40px #0000001a;display:block;height:auto;width:100%;z-index:2}.classes-img-outline{border:2px solid #d8b26e;border-radius:16px;height:100%;left:15px;position:absolute;top:15px;width:100%;z-index:1}@media screen and (max-width:968px){.classes-content-wrapper{gap:4rem;grid-template-columns:1fr}}@media screen and (max-width:768px){.classes-title{font-size:2.8rem}.classes-img-outline{left:10px;top:10px}}.trainers{background-color:#faf9f6;padding:8rem 2rem}.trainers-container{margin:0 auto;max-width:1200px}.trainers-header{margin-bottom:5rem;text-align:center}.trainers-subtitle{color:#c9b18f;font-family:Inter,sans-serif;font-size:1rem;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.trainers-title{color:#1a1a1a;font-size:3.5rem;margin-bottom:1.5rem}.trainers-desc{color:#555;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.trainers-divider{background-color:#e0d5c1;height:2px;margin:0 auto;width:80px}.trainers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.trainer-card{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 10px 30px #00000008;overflow:hidden;text-align:center;transition:all .4s ease}.trainer-card:hover{box-shadow:0 20px 40px #00000014;transform:translateY(-10px)}.trainer-photo-wrapper{aspect-ratio:3/4;overflow:hidden;position:relative}.trainer-photo{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.trainer-card:hover .trainer-photo{transform:scale(1.05)}.trainer-overlay{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.trainer-card:hover .trainer-overlay{opacity:1}.btn-book-session{background:#fff;border-radius:50px;color:#1a1a1a;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transform:translateY(20px);transition:all .4s ease}.trainer-card:hover .btn-book-session{transform:translateY(0)}.btn-book-session:hover{background:#1a1a1a;color:#fff}.trainer-content{padding:2rem 1.5rem}.trainer-name{color:#1a1a1a;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.trainer-role{color:#c9b18f;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.trainer-experience{background:#faf9f6;border-radius:50px;color:#777;display:inline-block;font-size:.85rem;font-weight:500;margin-bottom:1.2rem;padding:.4rem .8rem}.trainer-quote{color:#555;font-size:1rem;font-style:italic;line-height:1.6}@media screen and (max-width:1024px){.trainers-grid{gap:3rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:650px){.trainers-grid{grid-template-columns:1fr}.trainers-title{font-size:2.8rem}}.schedule{background-color:#fff;padding:8rem 2rem}.schedule-container{margin:0 auto;max-width:1000px}.schedule-header{margin-bottom:4rem;text-align:center}.schedule-subtitle{color:#c9b18f;font-family:Inter,sans-serif;font-size:1rem;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.schedule-title{color:#1a1a1a;font-size:3.5rem;margin-bottom:1.5rem}.schedule-desc{color:#555;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.schedule-divider{background-color:#e0d5c1;height:2px;margin:0 auto;width:80px}.schedule-content{display:flex;flex-direction:column;gap:3rem}.schedule-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tab-btn{background:#0000;border:1px solid #0000001a;border-radius:50px;color:#555;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.tab-btn:hover{border-color:#1a1a1a;color:#1a1a1a}.tab-btn.active{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 10px 20px #0000001a;color:#fff}.schedule-list-wrapper{background:#faf9f6;border-radius:12px;box-shadow:0 20px 40px #00000008;overflow:hidden;padding:3rem}.day-title{border-bottom:1px solid #0000000d;color:#1a1a1a;font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem}.schedule-row{align-items:center;border-bottom:1px dashed #0000001a;display:flex;justify-content:space-between;padding:1.5rem 0;transition:all .3s ease}.schedule-row:last-child{border-bottom:none}.schedule-row:hover{background:#ffffffb3;border-radius:8px;padding-left:1.5rem;padding-right:1.5rem;transform:translateX(10px)}.schedule-time{color:#c9b18f;flex:1 1;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.schedule-class-name{align-items:center;color:#1a1a1a;display:flex;flex:2 1;font-size:1.3rem;font-weight:500;gap:1rem}.book-inline-btn{background:#0000;border:1px solid #1a1a1a;border-radius:50px;color:#1a1a1a;cursor:pointer;font-size:.9rem;font-weight:500;opacity:0;padding:.5rem 1.5rem;transition:all .3s ease}.schedule-row:hover .book-inline-btn{opacity:1}.book-inline-btn:hover{background:#1a1a1a;color:#fff}.special-workshop .schedule-time{color:#d9534f}.badge{background:#d9534f;border-radius:50px;color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .8rem;text-transform:uppercase}@media screen and (max-width:768px){.schedule-row{align-items:flex-start;flex-direction:column;gap:.5rem}.schedule-class-name{margin-bottom:1rem}.book-inline-btn{opacity:1}.schedule-list-wrapper{padding:2rem 1.5rem}}.testimonials{background-color:#f9f8f5;padding:8rem 2rem}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-header{margin-bottom:5rem;text-align:center}.testimonials-subtitle{color:#d8b26e;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.testimonials-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:3.5rem;margin-bottom:1.5rem}.testimonials-desc{color:#333;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.testimonials-divider{background-color:#d8b26e;height:2px;margin:0 auto;width:80px}.testimonials-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);justify-content:center}.testimonial-card:nth-child(4){grid-column:2/3}.testimonial-card{align-items:center;background:#fff;border:1px solid #00000005;border-radius:16px;box-shadow:0 10px 30px #00000008;display:flex;flex-direction:column;padding:3rem 2rem;text-align:center;transition:all .4s ease}.testimonial-card:hover{box-shadow:0 20px 40px #2e5e4e1f;transform:translateY(-8px)}.testimonial-profile-img{border-radius:50%;box-shadow:0 8px 20px #2e5e4e26;height:90px;margin-bottom:1.5rem;overflow:hidden;width:90px}.testimonial-profile-img img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.testimonial-card:hover .testimonial-profile-img img{transform:scale(1.15)}.testimonial-stars{display:flex;font-size:1.3rem;gap:.3rem;margin-bottom:1rem;transition:all .3s ease}.testimonial-stars span{color:#d8b26e;text-shadow:0 0 0 #0000;transition:text-shadow .4s ease}.testimonial-card:hover .testimonial-stars span{text-shadow:0 0 12px #d8b26e}.testimonial-name{color:#2e5e4e;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.testimonial-text{color:#555;font-size:1.1rem;font-style:italic;line-height:1.7}@media screen and (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card:nth-child(4){grid-column:auto}}@media screen and (max-width:768px){.testimonials-title{font-size:3rem}}@media screen and (max-width:650px){.testimonials-grid{grid-template-columns:1fr}}.gallery{background-color:#fff;padding:8rem 2rem}.gallery-container{margin:0 auto;max-width:1200px}.gallery-header{margin-bottom:5rem;text-align:center}.gallery-subtitle{color:#d8b26e;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.gallery-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:3.5rem;margin-bottom:1.5rem}.gallery-desc{color:#555;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.gallery-divider{background-color:#d8b26e;height:2px;margin:0 auto;width:80px}.gallery-masonry{column-count:4;column-gap:1.5rem}.gallery-item{border-radius:12px;box-shadow:0 5px 15px #0000000d;break-inside:avoid;cursor:pointer;margin-bottom:1.5rem;overflow:hidden;page-break-inside:avoid;position:relative}.gallery-img{display:block;transition:transform .6s cubic-bezier(.165,.84,.44,1);width:100%}.gallery-item:hover .gallery-img{transform:scale(1.08)}.gallery-overlay{align-items:center;background:#00000073;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-info{text-align:center;transform:translateY(20px);transition:transform .4s ease}.gallery-item:hover .gallery-info{transform:translateY(0)}.gallery-item-title{color:#fff;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.gallery-view-btn{align-items:center;color:#d8b26e;display:flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:1px;text-transform:uppercase}.gallery-item:hover .arrow{transform:translateX(5px)}@media screen and (max-width:1024px){.gallery-masonry{column-count:2}}@media screen and (max-width:768px){.gallery-title{font-size:3rem}}@media screen and (max-width:576px){.gallery-masonry{column-count:1}}.blog{background-color:#f8f7f2;padding:8rem 2rem}.blog-container{margin:0 auto;max-width:1200px}.blog-header{margin-bottom:5rem;text-align:center}.blog-subtitle{color:#d8b26e;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.blog-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:3.5rem;margin-bottom:1.5rem}.blog-desc{color:#333;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.blog-divider{background-color:#d8b26e;height:2px;margin:0 auto;width:80px}.blog-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.blog-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000008;display:flex;flex-direction:column;overflow:hidden;transition:all .4s ease}.blog-card:hover{box-shadow:0 20px 40px #2e5e4e14;transform:translateY(-8px)}.blog-img-wrapper{height:260px;overflow:hidden}.blog-img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1);width:100%}.blog-card:hover .blog-img{transform:scale(1.08)}.blog-content{display:flex;flex-direction:column;flex-grow:1;padding:2.5rem 2rem}.blog-meta{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:.9rem;gap:.5rem;margin-bottom:1rem}.blog-category{color:#d8b26e;font-weight:700;letter-spacing:1px;text-transform:uppercase}.blog-readtime{color:#888}.blog-card-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.blog-card-desc{color:#555;flex-grow:1;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.blog-link{align-items:center;color:#2e5e4e;display:flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;gap:.5rem;letter-spacing:1px;margin-top:auto;text-decoration:none;text-transform:uppercase}.arrow{transition:transform .3s ease}.blog-card:hover .arrow{transform:translateX(8px)}@media screen and (max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.blog-title{font-size:3rem}}@media screen and (max-width:650px){.blog-grid{grid-template-columns:1fr}}.book-appointment{background-color:#faf9f6;padding:8rem 2rem}.appointment-container{margin:0 auto;max-width:1200px}.appointment-header{margin-bottom:5rem;text-align:center}.appointment-subtitle{color:#d8b26e;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.appointment-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:3.5rem;margin-bottom:1.5rem}.appointment-desc{color:#555;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.appointment-divider{background-color:#d8b26e;height:2px;margin:0 auto;width:80px}.appointment-grid{grid-gap:4rem;align-items:stretch;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.appointment-image-card{border-radius:16px;box-shadow:0 20px 40px #0000001a;height:100%;min-height:600px;overflow:hidden;position:relative}.appointment-img{height:100%;object-fit:cover;width:100%}.appointment-overlay{background:linear-gradient(180deg,#2e5e4e99,#000c);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:4rem 3rem;position:absolute;top:0;width:100%}.small-badge{align-self:flex-start;background:#d8b26e33;border:1px solid #d8b26e66;border-radius:50px;color:#d8b26e;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:2px;margin-bottom:2rem;padding:.5rem 1rem}.left-title{color:#fff;font-family:Cormorant Garamond,serif;font-size:3rem;line-height:1.1;margin-bottom:2rem}.left-desc{color:#eaeaea;font-size:1.1rem;line-height:1.6;margin-bottom:3rem}.appointment-features{list-style:none;padding:0}.appointment-features li{align-items:center;color:#fff;display:flex;font-size:1.1rem;gap:1rem;margin-bottom:1rem}.appointment-features .check{color:#d8b26e;font-weight:700}.appointment-right{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000000d;display:flex;flex-direction:column;justify-content:center;padding:3.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input[type=date],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group textarea,.select-wrapper select{background:#faf9f6;border:1px solid #0000001a;border-radius:8px;color:#333;font-family:Inter,sans-serif;font-size:1rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus,.select-wrapper select:focus{border-color:#2e5e4e;box-shadow:0 0 0 3px #2e5e4e1a;outline:none}.select-wrapper{position:relative}.select-wrapper:after{color:#666;content:"▼";font-size:.8rem;pointer-events:none;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%)}select{-webkit-appearance:none;appearance:none;cursor:pointer}.radio-group{display:flex;gap:2rem;padding-top:.5rem}.radio-label{align-items:center;color:#555;cursor:pointer;display:flex;font-weight:500;gap:.5rem}.btn-submit{background:#2e5e4e;border:none;border-radius:8px;box-shadow:0 5px 15px #2e5e4e33;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1.2rem;transition:all .3s ease;width:100%}.btn-submit:hover{background:#1a4235;box-shadow:0 8px 20px #2e5e4e4d;transform:translateY(-2px)}.success-message{padding:4rem 2rem;text-align:center}.check-circle{align-items:center;background:#d8b26e;border-radius:50%;box-shadow:0 10px 20px #d8b26e4d;color:#fff;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.success-message h3{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:1rem}.success-message p{color:#666;font-size:1.1rem;margin-bottom:.5rem}.btn-reset{background:#f0f0f0;border:none;border-radius:50px;color:#333;cursor:pointer;font-weight:600;margin-top:2rem;padding:.8rem 2rem;transition:all .3s}.btn-reset:hover{background:#e0e0e0}@media screen and (max-width:1024px){.appointment-grid{grid-template-columns:1fr}.appointment-image-card{min-height:400px}.appointment-right{padding:2.5rem}}@media screen and (max-width:768px){.form-row{gap:0;grid-template-columns:1fr}.left-title{font-size:2.5rem}.appointment-title{font-size:2.8rem}}.contact{background-color:#fff;padding-top:8rem}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem 6rem}.contact-header{margin-bottom:5rem;text-align:center}.contact-subtitle{color:#d8b26e;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.contact-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:3.5rem;margin-bottom:1.5rem}.contact-desc{color:#555;font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.contact-divider{background-color:#d8b26e;height:2px;margin:0 auto;width:80px}.contact-grid{grid-gap:4rem;align-items:stretch;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.contact-details{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.info-card{align-items:flex-start;display:flex;gap:1.5rem;padding:1rem 0}.info-icon{align-items:center;background:#f8f7f2;border-radius:50%;box-shadow:0 4px 10px #00000008;color:#2e5e4e;display:flex;flex-shrink:0;font-size:1.8rem;height:60px;justify-content:center;transition:transform .3s ease;width:60px}.info-card:hover .info-icon{transform:translateY(-5px)}.info-title{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:700;margin-bottom:.5rem;margin-top:.5rem}.info-text{color:#555;font-size:1.05rem;line-height:1.6}.social-links{display:flex;gap:1.5rem;margin-top:2rem;padding-bottom:1rem}.social-icon{align-items:center;background:#f8f7f2;border:1px solid #2e5e4e1a;border-radius:50%;color:#2e5e4e;display:flex;font-size:1.3rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-icon:hover{background:#2e5e4e;box-shadow:0 5px 15px #2e5e4e33;color:#fff;transform:translateY(-5px)}.contact-form-wrapper{background:#f8f7f2;border-radius:16px;box-shadow:0 10px 40px #00000008;display:flex;flex-direction:column;justify-content:center;padding:3rem 3.5rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{color:#333;display:block;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.contact-form input,.contact-form textarea,.select-wrapper select{background:#fff;border:1px solid #00000014;border-radius:8px;color:#333;font-family:Inter,sans-serif;font-size:1rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus,.select-wrapper select:focus{border-color:#2e5e4e;box-shadow:0 0 0 3px #2e5e4e1a;outline:none}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.btn-send{background:#2e5e4e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1.2rem;transition:all .3s ease;width:100%}.btn-send:hover{background:#1a4235;box-shadow:0 8px 20px #2e5e4e4d;transform:translateY(-2px)}.contact-success{padding:4rem 2rem;text-align:center}.contact-success h3{color:#2e5e4e;font-family:Cormorant Garamond,serif;font-size:2rem;margin:1rem 0}.map-container{background:#f8f7f2;display:block;margin-top:2rem;width:100%}@media screen and (max-width:968px){.contact-grid{gap:3rem;grid-template-columns:1fr}}@media screen and (max-width:768px){.form-row{gap:0;grid-template-columns:1fr}.contact-form-wrapper{padding:2.5rem 1.5rem}}.footer{background-color:#1a221f;color:#fff;padding:4rem 2rem 1.5rem}.footer-container{margin:0 auto;max-width:1200px}.footer-top{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:2.5rem}.footer-brand .footer-logo-img{filter:brightness(0) invert(1);height:60px;margin-bottom:1.5rem;object-fit:contain;opacity:.9;transition:opacity .3s ease;width:auto}.footer-brand .footer-logo-img:hover{opacity:1}.footer-desc{color:#b0b0b0;font-size:1rem;line-height:1.8;margin-bottom:2rem;max-width:300px}.footer-socials{display:flex;gap:1rem}.footer-socials .social-icon{align-items:center;background:#ffffff0d;border-radius:50%;color:#d8b26e;display:flex;font-size:1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-socials .social-icon:hover{background:#d8b26e;color:#1a221f;transform:translateY(-3px)}.footer-heading{color:#fff;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem}.footer-heading.mt-4{margin-top:2rem}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links ul li{margin-bottom:1rem}.footer-links ul li a{color:#b0b0b0;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#d8b26e}.contact-list li{align-items:center;color:#b0b0b0;display:flex;font-size:.95rem;gap:.8rem;margin-bottom:1rem}.contact-list li span{color:#d8b26e;font-size:1.1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;color:#fff;flex:1 1;font-family:Inter,sans-serif;outline:none;padding:.8rem 1rem;transition:border-color .3s}.newsletter-form input:focus{border-color:#d8b26e}.newsletter-form button{background:#d8b26e;border:none;border-radius:4px;color:#1a221f;cursor:pointer;font-weight:600;padding:0 1.2rem;transition:background .3s}.newsletter-form button:hover{background:#e2c084}.footer-bottom{border-top:1px solid #ffffff1a;color:#888;font-size:.85rem;justify-content:space-between;padding-top:1.5rem}.footer-bottom,.footer-legal{align-items:center;display:flex}.footer-legal{gap:1rem}.footer-legal a{color:#888;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#d8b26e}.footer-legal .sep{color:#fff3}@media screen and (max-width:1024px){.footer-top{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.footer-top{gap:3rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.class-detail-page{background-color:#faf9f6;min-height:100vh;padding-top:0}.class-not-found{align-items:center;display:flex;flex-direction:column;gap:1rem;height:60vh;justify-content:center}.btn-return{background:#2e5e4e;border-radius:50px;color:#fff;padding:.8rem 1.5rem;text-decoration:none}.class-hero-wrapper{align-items:center;display:flex;height:60vh;justify-content:center;min-height:400px;overflow:hidden;padding:2rem;position:relative;text-align:center;width:100%}.class-hero-img{object-fit:cover;object-position:center 30%;z-index:1}.class-hero-img,.class-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.class-hero-overlay{background:linear-gradient(180deg,#0006 0,#000000b3);z-index:2}.class-hero-content{color:#fff;margin-top:4rem;max-width:800px;position:relative;z-index:3}.class-badge{background:#d8b26e33;border:1px solid #d8b26e66;border-radius:50px;color:#d8b26e;display:inline-block;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;padding:.4rem 1.2rem}.class-hero-title{font-family:Cormorant Garamond,serif;font-size:4rem;margin-bottom:1.2rem;text-shadow:0 4px 10px #0000004d}.class-hero-subtitle{font-family:Inter,sans-serif;font-size:1.2rem;line-height:1.6;opacity:.95;text-shadow:0 2px 5px #0000004d}.class-main-container{margin:-4rem auto 4rem;max-width:1200px;padding:0 2rem;position:relative;z-index:4}.class-content-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.class-left-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000000a;padding:3.5rem}.section-heading{border-bottom:2px solid #d8b26e4d;color:#2e5e4e;display:inline-block;font-family:Cormorant Garamond,serif;font-size:2.2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.mt-4{margin-top:3rem}.class-about-text{color:#555;font-size:1.15rem;line-height:1.8}.class-benefits-list{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;padding:0}.class-benefits-list li{align-items:center;background:#faf9f6;border-left:3px solid #d8b26e;border-radius:8px;box-shadow:0 2px 10px #00000005;color:#333;display:flex;font-size:1.05rem;font-weight:500;gap:.8rem;padding:1.2rem}.class-benefits-list .check{color:#2e5e4e;font-size:1.2rem}.class-sidebar-wrapper{position:-webkit-sticky;position:sticky;top:120px}.sidebar-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000000f;padding:2.5rem}.sidebar-title{border-bottom:1px solid #00000014;color:#1a1a1a;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem}.detail-row{gap:1.2rem;margin-bottom:1.5rem}.detail-icon,.detail-row{align-items:center;display:flex}.detail-icon{background:#faf9f6;border:1px solid #2e5e4e1a;border-radius:50%;color:#2e5e4e;font-size:1.5rem;height:50px;justify-content:center;width:50px}.detail-label{color:#777;display:block;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.detail-value{color:#1a1a1a;font-size:1.15rem;font-weight:600;margin-top:.2rem}.btn-book-sidebar{background:#2e5e4e;border-radius:8px;color:#fff;display:block;font-size:1.1rem;font-weight:600;margin-top:2.5rem;padding:1.2rem;text-align:center;text-decoration:none;transition:all .3s;width:100%}.btn-book-sidebar:hover{background:#1a4235;box-shadow:0 8px 20px #2e5e4e33;transform:translateY(-2px)}@media screen and (max-width:968px){.class-content-grid{gap:2rem;grid-template-columns:1fr}.class-sidebar-wrapper{position:static}}@media screen and (max-width:600px){.class-hero-wrapper{height:50vh}.class-hero-title{font-size:3rem}.class-left-content{padding:2rem}.class-benefits-list{grid-template-columns:1fr}}.whatsapp-cta{align-items:center;animation:whatsapp-pulse 2.2s infinite;background-color:#25d366;border-radius:50%;bottom:24px;box-shadow:0 4px 16px #00000040;color:#fff;display:flex;font-size:30px;height:58px;justify-content:center;position:fixed;right:24px;transition:transform .2s ease,box-shadow .2s ease;width:58px;z-index:1000}.whatsapp-cta:hover{box-shadow:0 6px 20px #0000004d;color:#fff;transform:scale(1.08)}@keyframes whatsapp-pulse{0%{box-shadow:0 4px 16px #00000040,0 0 0 0 #25d36680}70%{box-shadow:0 4px 16px #00000040,0 0 0 14px #25d36600}to{box-shadow:0 4px 16px #00000040,0 0 0 0 #25d36600}}@media (max-width:480px){.whatsapp-cta{bottom:16px;font-size:26px;height:50px;right:16px;width:50px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.731a91d1.css.map*/