:root{--ink:#22332B;--bone:#FBF9F4;--mist:#E7ECE6;--clay:#C46B4A;--verde:#3B8C68;--cafe:#8B5E3C;--amarillo:#E9B44C;--white:#FFFFFF;--serif:"Fraunces", Georgia, serif;--sans:"Inter", -apple-system, "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--bone);line-height:1.6}img{display:block;width:100%;height:100%;object-fit:cover}a{color:inherit;text-decoration:none}nav{position:fixed;inset:0 0 auto 0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px 5vw;color:var(--white);transition:background .35s ease,color .35s ease,box-shadow .35s ease}nav.solid{background:#fbf9f4eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--ink);box-shadow:0 1px #22332b14}.brand{display:flex;align-items:center;gap:10px}.brand img{height:64px;width:auto;object-fit:contain;transition:filter .35s ease}@media(max-width:640px){.brand img{height:48px}}nav:not(.solid) .brand img{filter:drop-shadow(0 0 12px rgba(251,249,244,.65)) drop-shadow(0 0 4px rgba(251,249,244,.5))}.links{display:flex;gap:34px;font-size:1.05rem;font-weight:600;letter-spacing:.02em}.links a{opacity:.85;transition:opacity .2s}.links a:hover{opacity:1}.btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(180deg,#44a278,#3b8c68 55%,#347f5c);color:var(--white);padding:15px 32px;border-radius:100px;font-weight:600;font-size:1.05rem;letter-spacing:.02em;box-shadow:0 6px 16px #3b8c6852,inset 0 1px #ffffff38;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 12px 28px #3b8c6873,inset 0 1px #ffffff40}.btn.ghost{background:transparent;border:1px solid currentColor;color:inherit;box-shadow:none}.btn.ghost:hover{filter:none;box-shadow:0 10px 24px #0000002e}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border:none;background:none;color:inherit;cursor:pointer}.nav-toggle svg{width:26px;height:26px}.nav-mobile{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;background:var(--bone);color:var(--ink);box-shadow:0 16px 32px #22332b29;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease}.nav-mobile.open{max-height:420px;opacity:1}.nav-mobile a{padding:16px 5vw;font-weight:600;font-size:1.05rem;border-bottom:1px solid rgba(34,51,43,.08)}.nav-mobile a.active{color:var(--verde)}.nav-mobile-actions{display:none;align-items:center;gap:10px}.nav-cta-mobile{display:inline-flex;align-items:center;justify-content:center;flex:none;padding:5px 10px;border-radius:100px;font-size:.66rem;font-weight:600;letter-spacing:.01em;background:linear-gradient(180deg,#44a278,#3b8c68 55%,#347f5c);color:var(--white);box-shadow:0 6px 16px #3b8c6852}@media(max-width:820px){.links,.nav-cta{display:none}.nav-mobile-actions,.nav-toggle{display:flex}}@media(min-width:821px){.nav-mobile{display:none}}.hero{position:relative;height:100svh;min-height:600px;color:var(--white);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;background:#3a4a40}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.5s ease;transform:scale(1.06)}.hero-slide.active{opacity:1;transform:scale(1);transition:opacity 1.5s ease,transform 7s ease-out}.hero-slide picture{display:block;width:100%;height:100%}.hero-slide-img{width:100%;height:100%;object-fit:cover;filter:saturate(.92)}@media(prefers-reduced-motion:reduce){.hero-slide,.hero-slide.active{transform:none}}.hero-dots{display:flex;gap:10px;margin-top:30px}.hero-dots button{width:34px;height:4px;border:none;border-radius:100px;cursor:pointer;background:#ffffff59;transition:background .3s ease;padding:0}.hero-dots button.active{background:var(--white)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0f1914c7,#0f191440 45%,#0f191426)}.hero-header,.hero-footer{position:relative;z-index:2;padding:0 5vw;max-width:900px}.hero-footer{padding-bottom:9vh}.eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;padding:8px 16px;border:1px solid rgba(255,255,255,.4);border-radius:100px;margin-bottom:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}h1{font-family:var(--serif);font-weight:400;font-size:clamp(2.6rem,7.2vw,6rem);line-height:1.02;letter-spacing:-.015em}h1 em{font-style:italic;color:var(--amarillo)}.hero p{max-width:460px;margin:26px 0 34px;font-size:1.02rem;opacity:.9}.hero-cta{display:flex;gap:14px;flex-wrap:wrap}.scroll-hint{position:absolute;right:5vw;bottom:9vh;z-index:2;writing-mode:vertical-rl;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;opacity:.7;display:flex;align-items:center;gap:12px}.scroll-hint:after{content:"";width:1px;height:56px;background:currentColor;animation:drip 2.2s ease-in-out infinite}@keyframes drip{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}@media(prefers-reduced-motion:reduce){.scroll-hint:after{animation:none}}@media(max-width:640px){.scroll-hint{display:none}.hero-header{position:absolute;top:100px;bottom:auto;left:5vw;right:5vw;padding:0}.hero-footer{position:absolute;bottom:6vh;left:5vw;right:5vw;padding:0}.eyebrow{font-size:.64rem;padding:6px 13px;margin-bottom:14px}h1{font-size:clamp(1.9rem,8vw,2.5rem)}.hero p{font-size:.9rem;margin:14px 0 20px}.hero-cta{flex-direction:column;align-items:stretch;gap:10px}.hero-cta .btn{padding:13px 20px;font-size:.92rem;justify-content:center}.hero-dots{margin-top:20px}}.stats{display:flex;justify-content:center;gap:9vw;padding:72px 5vw;flex-wrap:wrap;text-align:center}.stat b{font-family:var(--serif);font-weight:600;font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.02em;display:block}.stat span{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6}section{padding:0 5vw}.section-head{max-width:640px;margin:0 auto 56px;text-align:center}.kicker{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--cafe);display:block;margin-bottom:14px}h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.9rem,3.6vw,2.9rem);line-height:1.12;letter-spacing:-.01em}h2 em{font-style:italic;color:var(--verde)}.servicios{padding-top:24px;padding-bottom:96px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:1200px;margin:0 auto}.card{position:relative;border-radius:18px;background:var(--white);display:flex;flex-direction:column;align-items:center;padding:38px 28px 34px;text-align:center;box-shadow:0 6px 24px #22332b14;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #22332b24}.card-badge{flex:none;width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#e9f0ea;color:var(--verde);box-shadow:inset 0 0 0 1px #22332b0d;transition:background .3s ease,color .3s ease,transform .3s ease}.card-badge svg{width:32px;height:32px}.card:hover .card-badge{background:var(--verde);color:var(--white);transform:scale(1.06)}.card-label{margin-top:20px}.card-label h3{font-family:var(--serif);font-weight:600;font-size:1.35rem;margin-bottom:8px}.card-label p{font-size:.88rem;color:#6d6355;line-height:1.55;max-width:260px;margin:0 auto}.servicios-cta{text-align:center;margin-top:44px}.servicios-cta .btn{display:inline-flex;align-items:center;gap:10px}.servicios-cta .btn svg{width:19px;height:19px}.banda{position:relative;margin:0;padding:0;height:70vh;min-height:440px;overflow:hidden;color:var(--white)}.banda img{position:absolute;top:0;right:0;bottom:0;left:0;filter:saturate(.9)}.banda:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#14201a73}.banda blockquote{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;text-align:center;padding:0 8vw;font-family:var(--serif);font-style:italic;font-size:clamp(1.5rem,3.4vw,2.6rem);line-height:1.3}.banda cite{display:block;margin-top:18px;font-family:var(--sans);font-style:normal;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;opacity:.8}.testimonios{padding-top:96px;padding-bottom:96px}.quote-hero{position:relative;max-width:840px;margin:0 auto;text-align:center;padding:8px 20px 0}.quote-mark{position:absolute;top:-46px;left:50%;transform:translate(-50%);font-family:var(--serif);font-size:9rem;line-height:1;color:var(--amarillo);opacity:.28;pointer-events:none;-webkit-user-select:none;user-select:none}.quote-hero .t-stars{display:inline-flex;gap:3px;color:var(--amarillo);margin-bottom:22px}.quote-hero .t-stars svg{width:19px;height:19px;fill:var(--amarillo)}.quote-hero blockquote{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(1.25rem,2.4vw,1.7rem);line-height:1.55;color:var(--ink)}.quote-who{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}.quote-paw{width:40px;height:40px;border-radius:50%;flex:none;display:grid;place-items:center;background:#e9f0ea;color:var(--verde)}.quote-paw svg{width:19px;height:19px}.quote-who b{font-family:var(--serif);font-size:1.05rem}.quote-who i{width:26px;height:1px;background:var(--amarillo);opacity:.7}.quote-who span{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;opacity:.55}.t-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:1100px;margin:56px auto 0}.t-card{position:relative;background:var(--white);border:1px solid rgba(34,51,43,.08);border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:18px;box-shadow:0 4px 18px #22332b0d;transition:transform .3s ease,box-shadow .3s ease}.t-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #22332b1f}.t-card p{font-size:.95rem;line-height:1.65;padding-right:26px}.t-card-ig{position:absolute;top:22px;right:22px;color:var(--cafe);opacity:.45}.t-card-ig svg{width:20px;height:20px}.t-who{display:flex;align-items:center;gap:14px;margin-top:auto}.t-who .pic{width:48px;height:48px;border-radius:50%;flex:none}.t-who .pic.monogram{display:grid;place-items:center;background:#e9f0ea;color:var(--verde);font-family:var(--serif);font-weight:600;font-size:.95rem;letter-spacing:.04em}.t-who b{font-family:var(--serif);font-size:1rem;display:block;overflow-wrap:anywhere}.t-who span{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.55}.quote-google{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:44px;font-size:.95rem;color:#4d4438}.quote-google b{font-family:var(--serif);font-size:1.2rem;color:var(--ink)}.quote-google a{display:inline-flex;align-items:center;gap:6px;margin-left:6px;color:var(--verde);font-weight:600;border-bottom:1px solid rgba(59,140,104,.35);padding-bottom:1px;transition:border-color .2s ease}.quote-google a:hover{border-color:var(--verde)}.quote-google a svg{width:15px;height:15px}.final{background:var(--ink);color:var(--bone);border-radius:24px;max-width:1200px;margin:0 auto 96px;padding:80px 8vw;text-align:center}.final h2{margin-bottom:16px}.final h2 em{color:var(--amarillo)}.final p{max-width:480px;margin:0 auto 32px;opacity:.8}.footer{--f-green:#33523E;--f-gold:#C9973F;--f-brown:#3E3225;background:linear-gradient(180deg,#f7f3ea,#f2eddf);border-top:1px solid rgba(62,50,37,.08);padding:72px 5vw 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .85fr 1fr 1.2fr;gap:44px;max-width:1240px;margin:0 auto 56px}@media(max-width:980px){.footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}.footer-brand img{height:88px;width:auto;object-fit:contain;margin-bottom:18px}.footer-brand p{max-width:320px;font-size:.95rem;color:#6d6355;line-height:1.65;margin-bottom:22px}.footer-social{display:flex;gap:12px}.footer-social a{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:var(--white);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.footer-social a svg{width:20px;height:20px}.footer-social a:hover{transform:translateY(-3px);filter:brightness(1.08)}.footer-social a.whatsapp{background:#25d366;box-shadow:0 4px 14px #25d36659}.footer-social a.whatsapp svg{width:22px;height:22px}.footer-social a.whatsapp:hover{box-shadow:0 10px 22px #25d36673}.footer-social a.instagram{background:radial-gradient(circle at 30% 107%,#fdf497,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);box-shadow:0 4px 14px #d6249f4d}.footer-social a.instagram:hover{box-shadow:0 10px 22px #d6249f66}.footer-col{border-left:1px solid rgba(62,50,37,.1);padding-left:36px}@media(max-width:980px){.footer-col{border-left:none;padding-left:0}}.footer-col h4{display:flex;align-items:center;gap:11px;font-family:var(--serif);font-weight:600;font-size:1.12rem;color:var(--f-green);margin-bottom:4px;padding-bottom:14px;position:relative}.footer-col h4:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#3e32251f}.footer-col h4:before{content:"";position:absolute;left:0;bottom:0;width:38px;height:2px;background:var(--f-gold);border-radius:2px;z-index:1}.h4-ico{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#e9f0ea;color:var(--f-green);flex:none}.h4-ico.gold{background:#f7eedc;color:var(--f-gold)}.h4-ico.maroon{background:#f3e8e4;color:#7e4a3f}.h4-ico svg{width:17px;height:17px}.footer-col ul{list-style:none;margin-top:18px}.footer-days{display:block;margin-top:14px;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--f-gold)}.footer-days+.footer-rows{margin-top:10px}.footer-links li{margin-bottom:12px;font-size:.95rem}.footer-links a{display:inline-flex;align-items:center;gap:4px;color:var(--f-brown);font-weight:500;transition:color .2s ease}.footer-links a svg{width:15px;height:15px;color:var(--f-gold);transition:transform .2s ease}.footer-links a:hover{color:var(--f-green)}.footer-links a:hover svg{transform:translate(4px)}.footer-rows li{display:flex;align-items:baseline;gap:10px;margin-bottom:14px;font-size:.92rem}.footer-rows li span{color:#8a8071;font-size:.88rem;white-space:nowrap;display:inline-flex;align-items:center}.footer-rows li b{color:var(--f-brown);font-weight:600;white-space:nowrap}.footer-rows .dots{flex:1;border-bottom:1.5px dotted rgba(62,50,37,.22);transform:translateY(-3px)}.footer-rows li a{color:var(--f-brown);transition:color .2s ease}.footer-rows li a:hover{color:var(--f-green)}.footer-phone{font-weight:600;font-size:.95rem;white-space:nowrap}.footer-rows .dots{min-width:12px}.inline-ico{width:14px;height:14px;display:inline-block;vertical-align:-2px;margin-right:5px;color:var(--f-gold)}.footer-bottom{max-width:1240px;margin:0 auto;padding-top:22px;border-top:1px solid rgba(62,50,37,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:.8rem;color:#8a8071}.footer-love{display:inline-flex;align-items:center;gap:7px;color:#6d6355}.footer-love svg{width:15px;height:15px;color:var(--f-gold)}.page{padding-top:104px;min-height:60vh}.page-header{max-width:760px;margin:0 auto;padding:56px 5vw 40px;text-align:center}.page-title{font-family:var(--serif);font-weight:400;font-size:clamp(2.1rem,4.5vw,3.4rem);line-height:1.1;letter-spacing:-.01em}.page-header p{max-width:520px;margin:18px auto 0;opacity:.75}.links a.active{color:var(--verde);opacity:1}nav:not(.solid) .links a.active{color:var(--amarillo)}.page-bg{background:url(/assets/C5HCkcNl.png) center/cover no-repeat;background-attachment:fixed}@media(max-width:900px){.page-bg{background-attachment:scroll}}.services-page{--s-green:#33523E;--s-gold:#C9973F;--s-maroon:#7E4A3F;--s-line:#E7E0D2;position:relative;overflow:hidden;padding:150px 5vw 80px}.services-wrap{position:relative;z-index:1;max-width:1280px;margin:0 auto}.services-intro{text-align:center;max-width:680px;margin:0 auto 64px}.services-kicker{display:flex;align-items:center;justify-content:center;gap:16px;font-size:.78rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:var(--s-gold)}.services-kicker i{width:48px;height:1px;background:var(--s-gold);opacity:.55}.services-title{font-family:var(--serif);font-weight:400;color:var(--s-green);font-size:clamp(3.2rem,7vw,5.6rem);line-height:1.02;letter-spacing:-.01em;margin:14px 0 22px}.services-lead{font-size:1.15rem;color:#4d4438;line-height:1.65}.services-lead em{font-family:var(--serif);font-style:italic;color:var(--s-gold)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1180px;margin:0 auto 64px}.service-card{--accent:var(--s-green);--tint:#E9F0EA;position:relative;overflow:hidden;background:linear-gradient(165deg,#fff,#fcfaf4);border:1px solid rgba(62,50,37,.07);border-radius:20px;padding:40px 32px 36px;text-align:center;box-shadow:0 4px 18px #3e32250d;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.service-card.gold{--accent:var(--s-gold);--tint:#F7EEDC}.service-card.maroon{--accent:var(--s-maroon);--tint:#F3E8E4}.service-card:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--accent);opacity:0;transform:scaleX(.3);transform-origin:center;transition:opacity .3s ease,transform .4s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #3e322521}.service-card:hover:before{opacity:1;transform:scaleX(1)}.service-ico{width:78px;height:78px;border-radius:50%;flex:none;display:grid;place-items:center;background:var(--tint);color:var(--accent);box-shadow:inset 0 0 0 1px #3e32250d;transition:background .3s ease,color .3s ease,transform .3s ease}.service-ico svg{width:34px;height:34px}.service-card:hover .service-ico{background:var(--accent);color:var(--white);transform:scale(1.06)}.service-card h3{font-family:var(--serif);font-weight:600;color:#365d46;font-size:1.35rem;line-height:1.2;margin-top:22px}.service-line{width:34px;height:2px;margin:14px 0 16px;border-radius:2px;background:var(--accent);opacity:.85}.service-card p{font-size:.95rem;color:#6d6355;line-height:1.6;max-width:280px}.service-card.with-photo{padding-top:0}.service-ph{width:calc(100% + 64px);margin:0 -32px;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(155deg,var(--tint) 0%,#FDFBF6 100%);border-bottom:1px dashed rgba(62,50,37,.18);color:var(--accent)}.service-ph svg{width:40px;height:40px;opacity:.35}.service-ph span{font-size:.66rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;opacity:.5}.service-ph img{width:100%;height:100%;object-fit:cover}.service-card.with-photo .service-ico{margin-top:-39px;position:relative;z-index:2;background:var(--white);box-shadow:0 6px 18px #3e322524,inset 0 0 0 1px #3e32250f}.service-card.with-photo:hover .service-ico{background:var(--accent);color:var(--white)}.service-card.with-photo h3{margin-top:18px;padding:0 28px}.editorial{display:grid;grid-template-columns:1.5fr 1fr;gap:56px;align-items:center;max-width:1180px;margin:24px auto 130px}@media(max-width:900px){.editorial{grid-template-columns:1fr;gap:32px}}.editorial-media{position:relative;border-radius:26px;overflow:hidden;aspect-ratio:16/10;box-shadow:0 24px 54px #33523e29}.editorial-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(51,82,62,.28) 0%,transparent 40%);pointer-events:none}.editorial-media img{width:100%;height:100%;object-fit:cover}.services-kicker.left{justify-content:flex-start}.editorial-text h2{font-family:var(--serif);font-weight:600;color:var(--s-green);font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.15;letter-spacing:-.01em;margin:12px 0 22px}.editorial-text h2 em{font-style:italic;color:var(--s-gold)}.editorial-text p{font-size:1.02rem;color:#4d4438;line-height:1.75;margin-bottom:16px}.dark-band{background:linear-gradient(150deg,#22332b,#2c4436);color:var(--bone);padding:88px 5vw;margin-bottom:96px}.dark-band-inner{max-width:1180px;margin:0 auto}.dark-band-head{max-width:640px;margin-bottom:52px}.dark-band-head h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.15;margin-bottom:18px}.dark-band-head h2 em{font-style:italic;color:var(--s-gold)}.dark-band-head p{opacity:.82;line-height:1.7}.dark-band-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px}.ico-dark{display:grid;place-items:center;width:60px;height:60px;border-radius:16px;background:#ffffff14;color:var(--s-gold);border:1px solid rgba(255,255,255,.14)}.ico-dark svg{width:27px;height:27px}.dark-feature h3{font-family:var(--serif);font-weight:600;font-size:1.25rem;margin:16px 0 8px}.dark-feature p{font-size:.94rem;opacity:.78;line-height:1.65}.editorial.flip .editorial-media{order:2}.editorial.flip .editorial-text{order:1}@media(max-width:900px){.editorial.flip .editorial-media{order:1}.editorial.flip .editorial-text{order:2}}.editorial-media.tall{aspect-ratio:4/3}.valores-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.editorial-text .services-btn{margin-top:10px}.founding{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;max-width:1180px;margin:80px auto 150px}@media(max-width:900px){.founding{grid-template-columns:1fr;gap:40px}}.founding-media{position:relative;border-radius:26px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 24px 54px #33523e29}.founding-media img{width:100%;height:100%;object-fit:cover}.founding-badge{position:absolute;left:28px;bottom:28px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:112px;height:112px;border-radius:50%;background:var(--white);border:1.5px solid var(--s-gold);box-shadow:0 12px 30px #3e322538}.founding-badge-year{font-family:var(--serif);font-weight:600;font-style:italic;font-size:1.7rem;color:var(--s-gold);line-height:1}.founding-badge-label{margin-top:6px;font-size:.56rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6d6355;text-align:center;max-width:80px;line-height:1.25}.founding-text h2{font-family:var(--serif);font-weight:600;color:var(--s-green);font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.15;letter-spacing:-.01em;margin:12px 0 22px}.founding-text h2 em{font-style:italic;color:var(--s-gold)}.founding-text p{font-size:1.02rem;color:#4d4438;line-height:1.75;margin-bottom:16px}@media(max-width:720px){.founding-badge{width:92px;height:92px;left:18px;bottom:18px}.founding-badge-year{font-size:1.4rem}}.equipo-text-solo{max-width:640px;margin:44px auto 150px;text-align:center;display:flex;flex-direction:column;align-items:center}.equipo-text h2{font-family:var(--serif);font-weight:600;color:var(--s-green);font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.15;margin:12px 0 20px}.equipo-text h2 em{font-style:italic;color:var(--s-gold)}.equipo-text>p{font-size:1.02rem;color:#4d4438;line-height:1.75;margin-bottom:20px}.equipo-list{list-style:none;margin:0 0 28px;display:flex;flex-direction:column;gap:14px}.equipo-list li{display:flex;align-items:flex-start;gap:12px;font-size:.98rem;color:#4d4438;line-height:1.55}.equipo-list svg{width:19px;height:19px;color:var(--s-gold);flex:none;margin-top:2px}.equipo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px;max-width:1080px;margin:0 auto}.equipo-card{--accent:var(--s-green);--tint:#E9F0EA;position:relative;background:linear-gradient(165deg,#fff,#fcfaf4);border:1px solid rgba(62,50,37,.07);border-radius:24px;padding:32px 26px 34px;text-align:center;box-shadow:0 4px 18px #3e32250d;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.equipo-card.gold{--accent:var(--s-gold);--tint:#F7EEDC}.equipo-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #3e322521}.equipo-card-ico{width:40px;height:40px;border-radius:50%;flex:none;display:grid;place-items:center;background:var(--tint);color:var(--accent)}.equipo-card-ico svg{width:19px;height:19px}.equipo-card-kicker{font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin:12px 0 18px}.equipo-card-photo{width:clamp(150px,15vw,190px);aspect-ratio:3/4;overflow:hidden;border-radius:20px;margin-bottom:18px;box-shadow:0 14px 30px #3e322524}.equipo-card-photo img{width:100%;height:100%;object-fit:cover}.equipo-card h3{font-family:var(--serif);font-weight:600;color:#365d46;font-size:1.25rem;line-height:1.2}.equipo-card-line{width:34px;height:2px;margin:14px 0 16px;border-radius:2px;background:var(--accent);opacity:.85}.equipo-card p{font-size:.92rem;color:#6d6355;line-height:1.6}.nosotros-testimonios{padding-bottom:20px}.nosotros-testimonios .testimonios{padding-top:0}.mosaic-section{margin-bottom:96px}.services-intro.compact{margin-bottom:44px}.mosaic-title{font-family:var(--serif);font-weight:400;color:var(--s-green);font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.12;margin-top:12px}.mosaic-title em{font-style:italic;color:var(--s-gold)}.mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:16px;max-width:1180px;margin:0 auto}@media(max-width:900px){.mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}}.mosaic-item{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 8px 26px #3e32251a}.mosaic-item.big{grid-column:span 2;grid-row:span 2}.mosaic-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.6,.2,1)}.mosaic-item:hover img{transform:scale(1.05)}.mosaic-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(20,32,26,.55) 0%,transparent 45%);pointer-events:none}.mosaic-caption{position:absolute;left:18px;bottom:14px;z-index:2;color:var(--white);font-size:.88rem;font-weight:600;letter-spacing:.04em}.reserve-strip{position:relative;border-radius:26px;overflow:hidden;max-width:1180px;margin:0 auto 96px;min-height:380px;display:grid;place-items:center;text-align:center;color:var(--white)}.reserve-strip>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.reserve-strip:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#14201ac7,#14201a73 60%,#14201a8c)}.reserve-content{position:relative;z-index:2;padding:64px 8vw}.reserve-content h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.9rem,3.8vw,2.9rem);line-height:1.15;margin-bottom:28px}.reserve-content h2 em{font-style:italic;color:var(--s-gold)}.reserve-note{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:20px;font-size:.98rem;opacity:.9}.reserve-note em{font-family:var(--serif);font-style:italic;color:var(--s-gold)}.reserve-note svg{width:17px;height:17px;color:var(--s-gold)}.services-cta{text-align:center}.services-btn{font-size:1.08rem;padding:16px 34px;gap:11px}.services-btn svg{width:21px;height:21px}.services-cta p{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:20px;font-size:1rem;color:#4d4438}.services-cta em{font-family:var(--serif);font-style:italic;color:var(--s-gold)}.cta-heart{display:inline-flex;color:var(--s-green)}.cta-heart svg{width:19px;height:19px}.contact-page{--c-green:#4D7358;--c-brown:#3E3225;--c-gold:#C9973F;--c-line:#E7E0D2;min-height:100vh;padding:150px 5vw 90px}.contact-wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start}@media(max-width:980px){.contact-wrap{grid-template-columns:1fr}}.contact-kicker{display:flex;align-items:center;gap:10px;font-size:.78rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--c-gold)}.contact-kicker svg{width:18px;height:18px;color:#a9855a}.contact-kicker i{width:56px;height:1px;background:var(--c-gold);opacity:.6}.contact-title{font-family:var(--serif);font-weight:600;color:var(--c-brown);font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.05;letter-spacing:-.01em;margin:10px 0 18px}.contact-lead{max-width:520px;font-size:1.08rem;color:#4d4438;line-height:1.65}.contact-lead em{font-style:normal;color:var(--c-gold);font-weight:500}.contact-tagline{display:flex;align-items:center;gap:12px;margin:26px 0 34px;padding:14px 0;border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line);color:var(--c-green);font-size:1.02rem;font-weight:500;letter-spacing:.02em}.contact-tagline .tag-ico{width:26px;height:26px;color:var(--c-brown);flex:none}.contact-tagline .tag-ico svg{width:100%;height:100%}.contact-cards{display:grid;grid-template-columns:1fr .92fr;gap:18px;align-items:start}@media(max-width:640px){.contact-cards{grid-template-columns:1fr}}.contact-cards-col{display:flex;flex-direction:column;gap:16px}.ico{display:inline-flex;align-items:center;justify-content:center;flex:none;width:48px;height:48px;border-radius:50%}.ico svg{width:22px;height:22px}.ico.green{background:var(--c-green);color:var(--white)}.ico.gold{color:var(--c-gold)}.ico.outline{border:2px solid var(--c-gold);background:transparent}.ico.big{width:56px;height:56px}.ico.big svg{width:26px;height:26px}.info-card{display:flex;align-items:center;gap:16px;background:var(--white);border-radius:16px;padding:18px 22px;box-shadow:0 6px 22px #3e322512;transition:transform .25s ease,box-shadow .25s ease}.info-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #3e32251f}.info-card small{display:block;font-size:.78rem;color:#8a8071;margin-bottom:2px}.info-card b{font-size:1.08rem;color:var(--c-brown);letter-spacing:.01em}.hours-card{background:var(--white);border-radius:16px;padding:26px 24px;text-align:center;box-shadow:0 6px 22px #3e322512;display:flex;flex-direction:column;align-items:center;gap:4px}.hours-card h3{font-size:1rem;font-weight:600;color:var(--c-brown);margin:12px 0 10px}.hours-days{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-gold);margin-bottom:6px}.hours-card b{font-size:.95rem;color:var(--c-brown)}.hours-card p{font-size:.92rem;color:#6d6355}.hours-divider{display:flex;align-items:center;gap:10px;width:100%;margin:12px 0;color:var(--c-gold)}.hours-divider i{flex:1;height:1px;background:var(--c-gold);opacity:.5}.hours-divider svg{width:16px;height:16px}.hours-pill{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 16px;border-radius:12px;background:#f5efe3;color:#6d6355;font-size:.82rem}.hours-pill svg{width:15px;height:15px;color:var(--c-brown)}.form-card{background:var(--white);border-radius:22px;padding:44px 40px;box-shadow:0 18px 50px #3e32251f}@media(max-width:640px){.form-card{padding:32px 22px}}.form-head{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.form-head h2{font-family:var(--serif);font-weight:600;color:#2f3a30;font-size:clamp(1.5rem,2.6vw,1.9rem);margin-top:14px}.form-head-line{width:56px;height:2px;background:var(--c-gold);margin-top:12px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:560px){.field-row{grid-template-columns:1fr}}.field{display:flex;align-items:center;gap:11px;border:1px solid var(--c-line);border-radius:12px;padding:15px 16px;margin-bottom:14px;background:var(--white);transition:border-color .2s ease,box-shadow .2s ease}.field:focus-within{border-color:var(--c-green);box-shadow:0 0 0 3px #4d73581f}.field svg{width:19px;height:19px;color:#9a917f;flex:none}.field input,.field textarea{border:none;outline:none;width:100%;background:transparent;font-family:var(--sans);font-size:.98rem;color:var(--c-brown)}.field input::placeholder,.field textarea::placeholder{color:#9a917f}.field select{border:none;outline:none;width:100%;background:transparent;cursor:pointer;font-family:var(--sans);font-size:.98rem;color:var(--c-brown)}.field select:invalid{color:#9a917f}.field.area{align-items:flex-start}.field.area svg{margin-top:3px}.field textarea{resize:vertical;min-height:120px}.form-submit{display:flex;align-items:center;justify-content:center;gap:12px;position:relative;width:100%;border:none;cursor:pointer;background:linear-gradient(180deg,#44a278,#3b8c68 55%,#347f5c);color:var(--white);padding:17px 24px;border-radius:100px;font-family:var(--sans);font-weight:600;font-size:1.08rem;letter-spacing:.02em;box-shadow:0 6px 16px #3b8c6852,inset 0 1px #ffffff38;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.form-submit:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 12px 28px #3b8c6873,inset 0 1px #ffffff40}.form-submit .arrow{position:absolute;right:18px;display:inline-flex}.form-submit .arrow svg{width:20px;height:20px}.meds-section{max-width:1180px;margin:0 auto 130px}.meds-section .services-lead{margin-top:16px}.meds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:22px}@media(min-width:1100px){.meds-grid{grid-template-columns:repeat(4,1fr)}}.med-card{--accent:var(--s-green);--tint:#E9F0EA;position:relative;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(160deg,#fff,#fbf7ee);border:1px solid rgba(201,151,63,.22);border-radius:18px;padding:14px 14px 24px;text-align:center;box-shadow:0 6px 20px #3e32250f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.med-card.gold{--accent:var(--s-gold);--tint:#F7EEDC}.med-card.maroon{--accent:var(--s-maroon);--tint:#F3E8E4}.med-card:after{content:"";position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .3s ease}.med-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #3e322521;border-color:#c9973f73}.med-card:hover:after{opacity:1}.med-img{border-radius:12px;background:var(--white);box-shadow:inset 0 0 0 1px #3e32250f;aspect-ratio:5/4;display:grid;place-items:center;padding:14px;overflow:hidden}.med-img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .35s ease}.med-card:hover .med-img img{transform:scale(1.06)}.med-body{display:flex;flex-direction:column;align-items:center;padding:18px 12px 0}.med-tag{display:inline-block;font-size:.66rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:7px}.med-body h3{font-family:var(--serif);font-weight:600;color:#365d46;font-size:1.3rem;line-height:1.15}.med-sub{font-size:.8rem;color:#9a917f;margin:4px 0 10px}.med-body p{font-size:.9rem;color:#6d6355;line-height:1.55;max-width:250px}.meds-note{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:34px;text-align:center}.meds-note-pill,.meds-note-legal{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:999px;font-size:.85rem}.meds-note-pill{background:var(--s-green);color:var(--bone)}.meds-note-pill svg{width:16px;height:16px;color:var(--amarillo)}.meds-note-legal{background:#f5efe3;color:#6d6355;border:1px solid rgba(201,151,63,.3)}.meds-note-legal svg{width:16px;height:16px;color:var(--s-green)}.wa-float{position:fixed;right:22px;bottom:22px;z-index:90;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 8px 24px #25d36673,0 4px 12px #0000002e;transition:transform .25s ease,box-shadow .25s ease}.wa-float:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#25d366;opacity:.45;z-index:-1;animation:wa-pulse 2.4s ease-out infinite}@keyframes wa-pulse{0%{transform:scale(1);opacity:.45}70%,to{transform:scale(1.55);opacity:0}}.wa-float svg{width:32px;height:32px}.wa-float:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 14px 32px #25d3668c,0 6px 16px #0003}.wa-float-tip{position:absolute;right:calc(100% + 14px);top:50%;transform:translateY(-50%) translate(6px);white-space:nowrap;pointer-events:none;background:var(--white);color:#3e3225;font-size:.85rem;font-weight:600;letter-spacing:.01em;padding:9px 15px;border-radius:12px;box-shadow:0 8px 24px #3e32252e;opacity:0;transition:opacity .25s ease,transform .25s ease}.wa-float-tip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:var(--white)}.wa-float:hover .wa-float-tip{opacity:1;transform:translateY(-50%) translate(0)}@media(max-width:640px){.wa-float{right:16px;bottom:16px;width:54px;height:54px}.wa-float svg{width:29px;height:29px}.wa-float-tip{display:none}}@media(prefers-reduced-motion:reduce){.wa-float:before{animation:none}}.map-section{max-width:1240px;margin:76px auto 0;text-align:center}.contact-kicker.center{justify-content:center}.map-head h2{font-family:var(--serif);font-weight:600;color:var(--c-brown);font-size:clamp(1.6rem,3vw,2.3rem);letter-spacing:-.01em;margin:14px 0 30px}.map-grid{display:grid;grid-template-columns:1fr 1.45fr;gap:22px;align-items:stretch}@media(max-width:900px){.map-grid{grid-template-columns:1fr}}.map-photo{position:relative;border-radius:22px;overflow:hidden;min-height:300px;border:1px solid rgba(201,151,63,.28);box-shadow:0 18px 50px #3e322524}.map-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.map-photo-caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:38px 18px 16px;color:var(--white);font-weight:600;font-size:.95rem;letter-spacing:.03em;background:linear-gradient(to top,rgba(30,40,34,.72) 0%,transparent 100%)}.map-frame{border-radius:22px;overflow:hidden;border:1px solid rgba(201,151,63,.28);box-shadow:0 18px 50px #3e322524}.map-frame iframe{display:block;width:100%;height:430px;border:0}@media(max-width:640px){.map-frame iframe{height:340px}}.map-cta{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:15px 32px;border-radius:100px;background:linear-gradient(180deg,#44a278,#3b8c68 55%,#347f5c);color:var(--white);font-weight:600;font-size:1.02rem;letter-spacing:.02em;box-shadow:0 6px 16px #3b8c6852,inset 0 1px #ffffff38;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.map-cta:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 12px 28px #3b8c6873,inset 0 1px #ffffff40}.map-cta .arrow{display:inline-flex}.map-cta .arrow svg{width:18px;height:18px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
