@charset "UTF-8";*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:#faf8f4;color:#2c3a2c;font-family:DM Sans,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button{background:none;border:none;cursor:pointer}button,input,select,textarea{font-family:DM Sans,system-ui,sans-serif}.hidden{display:none!important}.container{margin:0 auto;max-width:1200px;padding:0 4rem}@media (max-width:768px){.container{padding:0 1.5rem}}.section-label{color:#c9a96e;font-size:11px;font-weight:500;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.section-title{color:#2c3a2c;font-family:Lora,Georgia,serif;font-size:2.2rem;font-weight:600;letter-spacing:-.3px;line-height:1.2;margin-bottom:.75rem}@media (max-width:768px){.section-title{font-size:1.75rem}}.section-sub{color:#5a6b5a;font-size:1rem;font-weight:300;line-height:1.7;margin-bottom:3rem;max-width:520px}.btn{align-items:center;border-radius:100px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;justify-content:center;padding:13px 28px;transition:all .2s ease}.btn--primary{background:#5a7a5a;border:2px solid #5a7a5a;color:#fff}.btn--primary:hover{background:#4a6a4a;border-color:#4a6a4a}.btn--secondary{background:transparent;border:1.5px solid #b8cfb8;color:#5a7a5a}.btn--secondary:hover{background:#e8f0e8}.btn--full{border-radius:12px;width:100%}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.service-card.fade-in,.testimonial-card.fade-in{transition-delay:calc(var(--i, 0)*.1s)}.navbar{background:#fff;border-bottom:1px solid rgba(90,122,90,.15);position:sticky;top:0;transition:all .2s ease;z-index:1000}.navbar.scrolled{box-shadow:0 2px 20px rgba(44,58,44,.08)}.navbar__container{align-items:center;display:flex;gap:2rem;height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 4rem}@media (max-width:768px){.navbar__container{padding:0 1.5rem}}.navbar__logo{color:#5a7a5a;display:flex;flex-direction:column;font-family:Lora,Georgia,serif;font-size:17px;font-weight:600;letter-spacing:-.3px;line-height:1.2}.navbar__logo span{color:#c9a96e}.navbar__logo small{color:#8a9a8a;font-family:DM Sans,system-ui,sans-serif;font-size:10px;font-weight:400;letter-spacing:.5px}.navbar__links{display:flex;gap:28px}.navbar__links a{border-bottom:2px solid transparent;color:#5a6b5a;font-size:13px;font-weight:400;letter-spacing:.3px;padding:4px 0;transition:color .2s}.navbar__links a:hover{border-bottom-color:#b8cfb8;color:#5a7a5a}@media (max-width:768px){.navbar__links{align-items:flex-end;background:#fff;border-bottom:1px solid rgba(90,122,90,.15);display:flex;flex-direction:column;gap:0;left:0;max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;position:absolute;right:0;top:64px;transition:max-height .35s ease,opacity .25s ease,padding .35s ease}.navbar__links.open{max-height:300px;opacity:1;padding:1rem 1.5rem 1.5rem}.navbar__links a{border-bottom:1px solid rgba(90,122,90,.15);font-size:15px;padding:5px 0;text-align:right;transition:color .2s,background .2s;width:100%}.navbar__links a:hover{background:linear-gradient(270deg,#e8f0e8 0,transparent);color:#5a7a5a}.navbar__links a:last-child{border-bottom:none}}.navbar__cta{background:#5a7a5a;border-radius:100px;color:#fff;font-size:13px;font-weight:500;padding:9px 20px;transition:all .2s ease;white-space:nowrap}.navbar__cta:hover{background:#4a6a4a}@media (max-width:768px){.navbar__cta{display:none}}.navbar__toggle{cursor:pointer;display:none;flex-direction:column;gap:5px;padding:6px}.navbar__toggle span{background:#2c3a2c;border-radius:2px;display:block;height:2px;transition:transform .3s ease,opacity .3s ease;width:22px}.navbar__toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.navbar__toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.navbar__toggle{display:flex}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px);overflow:hidden}@media (max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}}.hero__left{align-items:center;animation:fadeUp .8s ease forwards;display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem;text-align:center}@media (max-width:768px){.hero__left{padding:3rem 1.5rem}}.hero__badge{align-items:center;background:#f7f0e3;border:1px solid hsla(39,46%,61%,.3);border-radius:100px;color:#c9a96e;display:inline-flex;font-size:12px;font-weight:500;gap:6px;letter-spacing:.5px;margin-bottom:1.5rem;padding:6px 14px;width:-moz-fit-content;width:fit-content}.hero__badge:before{content:"●";font-size:8px}.hero__title{color:#2c3a2c;font-family:Lora,Georgia,serif;font-size:3.2rem;font-weight:600;letter-spacing:-.5px;line-height:1.15;margin-bottom:1.25rem}.hero__title em{color:#5a7a5a;font-style:italic}@media (max-width:768px){.hero__title{font-size:2.4rem}}.hero__sub{color:#5a6b5a;font-size:1.05rem;font-weight:300;line-height:1.7;margin:0 auto 2rem;max-width:440px}.hero__actions{gap:12px;margin-bottom:2.5rem}.hero__actions,.hero__stats{display:flex;flex-wrap:wrap;justify-content:center}.hero__stats{border-top:1px solid rgba(90,122,90,.15);gap:2rem;padding-top:2rem}.hero__stat{align-items:center;display:flex;flex-direction:column}.hero__stat-num{color:#5a7a5a;font-family:Lora,Georgia,serif;font-size:1.8rem;font-weight:600;line-height:1}.hero__stat-label{color:#8a9a8a;font-size:12px;margin-top:4px}.hero__right{align-items:center;background:#e8f0e8;display:flex;justify-content:center;overflow:hidden;padding:3rem 2rem;position:relative}.hero__right:before{background:hsla(39,46%,61%,.07);border-radius:50%;content:"";height:400px;position:absolute;right:-100px;top:-100px;width:400px}@media (max-width:900px){.hero__right{min-height:300px;padding:2rem 1.5rem}}.hero__card{background:#fff;border:1px solid rgba(90,122,90,.15);border-radius:24px;max-width:380px;padding:2.25rem;position:relative;width:100%;z-index:1}.hero__card-title{color:#2c3a2c;font-family:Lora,Georgia,serif;font-size:20px;font-weight:500;margin-bottom:1.25rem}.hero__treatments{display:flex;flex-direction:column}.hero__treatments li{align-items:center;border-bottom:1px solid rgba(90,122,90,.15);color:#5a6b5a;display:flex;font-size:15px;gap:12px;padding:13px 0}.hero__treatments li:last-child{border-bottom:none}.hero__deco{opacity:.18;position:absolute}.hero__deco svg{stroke:#5a7a5a}.hero__deco--1{left:8%;top:10%}.hero__deco--1 svg{height:56px;width:56px}.hero__deco--2{right:10%;top:12%}.hero__deco--2 svg{height:64px;width:64px}.hero__deco--3{bottom:15%;left:6%}.hero__deco--3 svg{height:72px;width:72px}.hero__deco--4{bottom:18%;right:8%}.hero__deco--4 svg{height:52px;width:52px}.dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.dot--sage{background:#5a7a5a}.dot--gold{background:#c9a96e}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services{background:#faf8f4;padding:5rem 4rem}@media (max-width:768px){.services{padding:3rem 1.5rem}}.services .container{margin:0 auto;max-width:1200px}.services__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.services__grid{grid-template-columns:1fr}}.service-card{background:#fff;border:1px solid rgba(90,122,90,.15);border-radius:16px;padding:1.75rem;transition:all .2s ease}.service-card:hover{border-color:#b8cfb8;transform:translateY(-2px)}.service-card__icon{align-items:center;background:#e8f0e8;border-radius:8px;display:flex;height:44px;justify-content:center;margin-bottom:1rem;width:44px}.service-card__icon svg{height:22px;stroke:#5a7a5a;width:22px}.service-card__name{color:#2c3a2c;font-family:Lora,Georgia,serif;font-size:1.05rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.service-card__desc{color:#5a6b5a;font-size:13px;font-weight:300;line-height:1.6}.service-card__equipo{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin-top:.75rem}.service-card__equipo li{background:#e8f0e8;border:1px solid rgba(90,122,90,.15);border-radius:100px;color:#5a7a5a;font-size:11px;font-weight:500;padding:4px 10px}.about{background:#fff;padding:5rem 4rem}@media (max-width:768px){.about{padding:3rem 1.5rem}}.about .container{margin:0 auto;max-width:1200px}.about__grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}@media (max-width:900px){.about__grid{gap:2rem;grid-template-columns:1fr}}.about__img-wrap{background:#e8f0e8;border-radius:24px;overflow:hidden;position:relative}.about__img-wrap img{display:block;height:500px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}@media (max-width:900px){.about__img-wrap{margin:0 auto;max-width:320px}.about__img-wrap img{height:380px}}.about__img-placeholder{align-items:center;color:#8a9a8a;display:flex;flex-direction:column;gap:8px}.about__img-placeholder svg{height:64px;stroke:#b8cfb8;width:64px}.about__img-placeholder span{color:#8a9a8a;font-size:13px}.about__credential{background:#fff;border:1px solid rgba(90,122,90,.15);border-radius:100px;bottom:1.25rem;color:#5a7a5a;font-size:12px;font-weight:500;left:50%;padding:8px 18px;position:absolute;transform:translateX(-50%);white-space:nowrap}.about__content .section-sub{margin-bottom:0}.about__list{margin:1.5rem 0 2rem}.about__list li{align-items:center;border-bottom:1px solid rgba(90,122,90,.15);color:#5a6b5a;display:flex;font-size:14px;gap:12px;padding:12px 0}.about__list li:last-child{border-bottom:none}.check{align-items:center;background:#e8f0e8;border-radius:50%;display:flex;flex-shrink:0;height:22px;justify-content:center;width:22px}.check svg{height:11px;stroke:#5a7a5a;width:11px}.testimonials{background:#faf8f4;padding:5rem 4rem}@media (max-width:768px){.testimonials{padding:3rem 1.5rem}}.testimonials .container{margin:0 auto;max-width:1200px}.testimonials__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.testimonials__grid{grid-template-columns:1fr}}.testimonial-card{background:#fff;border:1px solid rgba(90,122,90,.15);border-radius:16px;padding:1.5rem}.testimonial-card__stars{color:#c9a96e;font-size:14px;letter-spacing:2px;margin-bottom:.75rem}.testimonial-card__text{color:#5a6b5a;font-family:Lora,Georgia,serif;font-size:14px;font-style:italic;font-weight:300;line-height:1.7;margin-bottom:1rem}.testimonial-card__author{color:#2c3a2c;font-size:13px;font-weight:500}.testimonial-card__role{color:#8a9a8a;font-size:12px;margin-top:2px}.contact{background:#fff;padding:5rem 4rem}@media (max-width:768px){.contact{padding:3rem 1.5rem}}.contact .container{margin:0 auto;max-width:1200px}.contact__grid{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.3fr}@media (max-width:900px){.contact__grid{gap:2rem;grid-template-columns:1fr}}.contact__info .section-sub{margin-bottom:2rem}.contact__item{align-items:flex-start;display:flex;gap:14px;margin-bottom:1.5rem}.contact__icon{align-items:center;background:#e8f0e8;border-radius:8px;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.contact__icon svg{height:18px;stroke:#5a7a5a;width:18px}.contact__label{color:#8a9a8a;font-size:12px;margin-bottom:2px}.contact__value{color:#2c3a2c;font-size:15px;font-weight:500;transition:color .2s}.contact__value:hover{color:#5a7a5a}.contact__form{display:flex;flex-direction:column;gap:0}.form-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:480px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:1rem}.form-group label{color:#5a6b5a;display:block;font-size:13px;font-weight:400;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#faf8f4;border:1px solid rgba(90,122,90,.15);border-radius:8px;color:#2c3a2c;font-size:14px;outline:none;padding:11px 14px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#5a7a5a}.form-group input::-moz-placeholder,.form-group select::-moz-placeholder,.form-group textarea::-moz-placeholder{color:#8a9a8a}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#8a9a8a}.form-group textarea{height:110px;line-height:1.6;resize:none}.form-group select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%238a9a8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px}.form-success{background:#e8f0e8;border:1px solid #b8cfb8;border-radius:8px;color:#5a7a5a;display:none;font-size:14px;margin-top:.75rem;padding:12px 16px;text-align:center}.form-success.visible{display:block}.wsp-banner{align-items:center;background:linear-gradient(135deg,#1a3a1a,#2d5a2d);display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:3rem 4rem}@media (max-width:768px){.wsp-banner{flex-direction:column;padding:2rem 1.5rem;text-align:center}}.wsp-banner__text p{color:hsla(0,0%,100%,.9);font-family:Lora,Georgia,serif;font-size:1.2rem;font-weight:500}.wsp-banner__text span{color:hsla(0,0%,100%,.55);display:block;font-size:14px;font-weight:300;margin-top:4px}.wsp-banner__btn{align-items:center;background:#25d366;border-radius:100px;color:#fff;display:flex;font-size:15px;font-weight:500;gap:10px;padding:14px 28px;transition:all .2s ease;white-space:nowrap}.wsp-banner__btn:hover{background:#1fb558}.wsp-banner__btn svg{fill:#fff;flex-shrink:0;height:20px;width:20px}.footer{background:#2c3a2c;padding:2rem 4rem}@media (max-width:768px){.footer{padding:1.5rem}}.footer__container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.footer__logo{color:hsla(0,0%,100%,.85);font-family:Lora,Georgia,serif;font-size:16px;font-weight:600}.footer__logo span{color:#c9a96e}.footer__copy{color:hsla(0,0%,100%,.35);font-size:12px}