@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--sage:#8aad8f;--sage-dk:#6f9a75;--sage-lt:#c4d9c6;--sage-bg:#eef4ef;--blush:#e8c4b8;--blush-lt:#f5e4dc;--lav:#b9aed3;--lav-lt:#ddd8ef;--lav-bg:#f0ecf7;--cream:#faf6f0;--warm:#f2ece4;--gold:#d4a96a;--text:#3d3530;--text-lt:#7a6e68;--white:#ffffff;--nav-h:68px;--bp-mobile:640px;--bp-tablet:900px;--tap-min:44px}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");opacity:.4}nav{position:fixed;top:0;z-index:500;height:var(--nav-h);background:var(--sage-lt);padding:0 2rem;border-bottom:1px solid rgba(138,173,143,.25)}.nav-inner,nav{width:100%;display:flex;align-items:center}.nav-inner{justify-content:space-between;position:relative}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:400;line-height:1.1;color:var(--text);text-decoration:none;letter-spacing:.01em}.nav-logo small{display:block;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;margin-top:.1rem}.nav-link,.nav-logo small{color:var(--text-lt);font-family:DM Sans,sans-serif;font-weight:400}.nav-link{font-size:.84rem;text-decoration:none;transition:color .2s;white-space:nowrap}.nav-link:hover{color:var(--text)}.nav-cta{background:var(--sage);color:var(--white);border:none;padding:.6rem 1.4rem;border-radius:50px;font-size:.84rem;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;text-decoration:none;transition:background .25s,transform .2s;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}@media (hover:hover){.nav-cta:hover{background:var(--sage-dk);transform:translateY(-1px)}}.nav-cta-ghost{background:transparent;color:var(--sage);border:1.5px solid var(--sage);padding:.6rem 1.4rem;border-radius:50px;font-size:.84rem;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;text-decoration:none;transition:background .25s,color .25s,transform .2s;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}@media (hover:hover){.nav-cta-ghost:hover{background:var(--sage-bg);transform:translateY(-1px)}}.nav-link-btn{background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.84rem;font-weight:500;color:var(--text-muted);text-decoration:none;padding:.4rem .6rem;border-radius:6px;transition:color .2s,background .2s;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}.nav-link-btn:hover{color:var(--text);background:var(--lav-bg)}.nav-burger{display:none;background:transparent;border:none;cursor:pointer;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;margin-left:.25rem}@media (hover:hover){.nav-burger:hover{background:rgba(255,255,255,.4)}}.nav-burger:focus-visible{outline:2px solid var(--sage-dk);outline-offset:2px}.nav-burger-icon{position:relative;width:22px;height:16px;display:inline-block}.nav-burger-icon span{position:absolute;left:0;width:100%;height:1.5px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.nav-burger-icon span:first-child{top:0}.nav-burger-icon span:nth-child(2){top:7px}.nav-burger-icon span:nth-child(3){top:14px}.nav-burger-icon.is-open span:first-child{top:7px;transform:rotate(45deg)}.nav-burger-icon.is-open span:nth-child(2){opacity:0}.nav-burger-icon.is-open span:nth-child(3){top:7px;transform:rotate(-45deg)}.nav-mobile-menu{display:none;position:absolute;top:calc(100% + 8px);left:.5rem;right:.5rem;background:var(--cream);border:1px solid rgba(138,173,143,.2);border-radius:18px;box-shadow:0 12px 28px rgba(0,0,0,.08);flex-direction:column;padding:.4rem .25rem;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:490;overflow:hidden}.nav-mobile-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-mobile-link{display:block;padding:1rem 1.1rem;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;letter-spacing:.005em;color:var(--text);text-decoration:none;border-bottom:1px solid rgba(138,173,143,.28);transition:background .2s,color .2s}.nav-mobile-link:last-child{border-bottom:none}.nav-mobile-link:focus-visible{background:var(--sage-bg);color:var(--sage-dk);outline:none}@media (hover:hover){.nav-mobile-link:hover{background:var(--sage-bg);color:var(--sage-dk)}}.nav-dropdown-wrap{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:var(--white);border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.12);min-width:220px;overflow:hidden;border:1px solid var(--lav-lt);z-index:200}.nav-dropdown a{display:flex;align-items:center;gap:.7rem;padding:.85rem 1.2rem;color:var(--text);font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s}.nav-dropdown a:hover{background:var(--lav-bg)}.nav-dropdown a+a{border-top:1px solid var(--lav-lt)}.qs-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.qs-panel{background:var(--white);border-radius:20px;max-width:680px;width:100%;max-height:85vh;overflow-y:auto;position:relative;padding:2.5rem 2.5rem 3rem;box-shadow:0 20px 60px rgba(0,0,0,.18)}.qs-close{position:-webkit-sticky;position:sticky;top:0;float:right;background:var(--lav-bg);border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:1rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:background .2s}.qs-close:hover{background:var(--lav-lt)}.qs-body{clear:both}.qs-h1{font-size:1.6rem;color:var(--text);margin-bottom:1rem}.qs-h1,.qs-h2{font-weight:700}.qs-h2{font-size:1.05rem;color:var(--sage-dk);margin:1.6rem 0 .5rem}.qs-body p,.qs-list{color:var(--text-muted);line-height:1.7;margin-bottom:.8rem}.qs-list{padding-left:1.4rem}.qs-list li{margin-bottom:.5rem}.container{max-width:1140px;margin:0 auto;padding:0 2rem}.section-pad{padding:5rem 0}.label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:500;margin-bottom:.9rem}h1.display,h2.display{font-family:Cormorant Garamond,serif;font-weight:300;line-height:1.13;letter-spacing:-.01em}h1.display{font-size:clamp(2.2rem,5.5vw,5rem)}h2.display{font-size:clamp(1.7rem,3.5vw,3.2rem)}em.accent{font-style:italic;color:var(--sage)}.blob{position:absolute;border-radius:50%;filter:blur(72px);pointer-events:none;opacity:.4}@keyframes float{0%,to{transform:translate(0) scale(1)}40%{transform:translate(14px,-20px) scale(1.04)}70%{transform:translate(-10px,12px) scale(.96)}}.card{background:var(--white);border-radius:24px;padding:2rem;box-shadow:0 8px 32px rgba(61,53,48,.07);transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 48px rgba(61,53,48,.11)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.reveal.vis{opacity:1;transform:translateY(0)}.btn{display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer;font-family:DM Sans,sans-serif;border-radius:50px;transition:all .28s}.btn-green{background:var(--sage);color:#fff;padding:.85rem 1.9rem;font-size:.92rem;box-shadow:0 8px 24px rgba(138,173,143,.3)}.btn-green:hover{background:var(--sage-dk);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--text);padding:.85rem 1.6rem;font-size:.92rem;border:1.5px solid rgba(61,53,48,.2)}.btn-outline:hover{border-color:var(--sage);color:var(--sage)}.btn-lav{background:var(--lav);color:#fff;padding:.85rem 1.9rem;font-size:.92rem}.btn-lav:hover{background:#a59ac4;transform:translateY(-2px)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem;padding:5rem 2rem;max-width:1140px;margin:0 auto}.hero .blob-a{width:480px;height:480px;background:var(--lav-lt);top:-80px;right:-60px;animation:float 9s ease-in-out infinite}.hero .blob-b{width:320px;height:320px;background:var(--blush-lt);bottom:40px;left:-40px;animation:float 11s ease-in-out infinite reverse}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--lav-lt);color:var(--lav);border-radius:50px;padding:.38rem 1rem;font-size:.75rem;letter-spacing:.08em;font-weight:500;margin-bottom:1.6rem;animation:fadeUp .7s ease both}.hero h1{animation:fadeUp .8s ease .1s both}.hero-sub{margin-top:1.4rem;font-size:1rem;line-height:1.78;color:var(--text-lt);max-width:480px;animation:fadeUp .8s ease .2s both}.hero-actions{display:flex;gap:1rem;margin-top:2.2rem;flex-wrap:wrap;animation:fadeUp .8s ease .3s both}.hero-blog-link{margin-top:1.25rem;font-size:.88rem;color:var(--text-lt);animation:fadeUp .8s ease .35s both}.hero-blog-link a{color:var(--sage-dk);text-decoration-thickness:1px;text-underline-offset:3px}.hero-visual{position:relative;z-index:1;animation:fadeUp 1s ease .3s both}.hero-card{background:var(--white);border-radius:28px;padding:2.2rem;box-shadow:0 24px 64px rgba(61,53,48,.09);position:relative}.hero-card:before{content:"";position:absolute;inset:-2px;border-radius:30px;background:linear-gradient(135deg,var(--lav-lt),var(--blush-lt),var(--sage-lt));z-index:-1;opacity:.6}.card-quote{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;line-height:1.6;margin-bottom:1.3rem}.card-quote:before{content:'"';font-size:2rem;color:var(--sage);line-height:0;vertical-align:-.3em;margin-right:.2rem}.card-person{gap:.8rem}.avatar,.card-person{display:flex;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;justify-content:center;font-size:1.1rem}.avatar-info p{font-size:.86rem;font-weight:500}.avatar-info span{font-size:.75rem;color:var(--text-lt)}.floating-pill{position:absolute;bottom:-16px;right:-12px;background:var(--blush-lt);border-radius:14px;padding:.7rem 1rem;font-size:.78rem;font-weight:500;box-shadow:0 6px 20px rgba(61,53,48,.1);display:flex;align-items:center;gap:.4rem}.pillars-strip{background:var(--warm);padding:4rem 2rem}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem;margin-top:2.8rem}.pillar-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.1rem}.pillar-card h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;margin-bottom:.6rem}.pillar-card p{font-size:.87rem;line-height:1.7;color:var(--text-lt)}.test-strip{padding:5rem 2rem}.stars{color:var(--gold);margin-bottom:.9rem;font-size:.95rem;letter-spacing:.08em}.test-card blockquote{font-family:Cormorant Garamond,serif;font-size:1.08rem;font-style:italic;line-height:1.65;margin-bottom:1.3rem}.test-person{gap:.8rem}.test-avatar,.test-person{display:flex;align-items:center}.test-avatar{width:36px;height:36px;border-radius:50%;justify-content:center;font-size:.9rem}.test-person p{font-size:.84rem;font-weight:500}.test-person span{font-size:.74rem;color:var(--text-lt)}.cta-strip{text-align:center;padding:6rem 2rem;background:linear-gradient(160deg,var(--cream),var(--lav-lt))}.cta-strip h2{max-width:620px;margin:0 auto 1.2rem}.cta-strip p{font-size:1rem;color:var(--text-lt);max-width:400px;margin:0 auto 2.2rem;line-height:1.75}.cta-form{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.cta-form input{padding:.85rem 1.4rem;border-radius:50px;border:1.5px solid rgba(138,173,143,.4);background:var(--white);font-size:.92rem;width:260px;font-family:DM Sans,sans-serif;color:var(--text);transition:border-color .3s}.cta-form input:focus{outline:none;border-color:var(--sage)}.cta-form input::placeholder{color:var(--text-lt)}.about-visual{background:linear-gradient(145deg,var(--sage-lt),var(--lav-lt));border-radius:32px;padding:3rem;display:flex;flex-direction:column;gap:1.2rem}.stat-card{background:var(--white);border-radius:16px;padding:1.3rem 1.6rem}.stat-card .num{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:300;color:var(--sage)}.stat-card p{font-size:.82rem;color:var(--text-lt);margin-top:.2rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem;margin-top:3rem}.team-card{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 6px 24px rgba(61,53,48,.07);transition:transform .3s}.team-card:hover{transform:translateY(-5px)}.team-photo{height:180px;display:flex;align-items:center;justify-content:center;font-size:3.5rem}.team-info{padding:1.4rem}.team-info h4{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;margin-bottom:.3rem}.team-info .role{font-size:.75rem;color:var(--sage);font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.6rem}.team-info p{font-size:.83rem;line-height:1.65;color:var(--text-lt)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.2rem;gap:1.2rem;margin-top:3rem}.value-card{background:var(--white);border-radius:20px;padding:1.6rem;text-align:center}.value-card .icon{font-size:1.8rem;margin-bottom:.8rem}.value-card h4{font-size:.9rem;font-weight:500;margin-bottom:.4rem}.value-card p{font-size:.8rem;color:var(--text-lt);line-height:1.6}.therapy-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.4rem;gap:1.4rem;margin-top:3rem}.therapy-card{background:var(--white);border-radius:24px;padding:2rem;display:flex;gap:1.4rem;align-items:flex-start;transition:transform .3s,box-shadow .3s}.therapy-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(61,53,48,.1)}.therapy-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.therapy-info h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;margin-bottom:.5rem}.therapy-info p{font-size:.85rem;line-height:1.7;color:var(--text-lt);margin-bottom:.8rem}.tag{display:inline-block;background:var(--sage-bg);color:var(--sage-dk);border-radius:50px;padding:.2rem .7rem;font-size:.72rem;font-weight:500;margin-right:.3rem}.retiro-card{background:var(--white);border-radius:28px;overflow:hidden;box-shadow:0 10px 36px rgba(61,53,48,.09);margin-bottom:1.8rem;display:grid;grid-template-columns:1fr 1.4fr;transition:transform .3s}.retiro-card:hover{transform:translateY(-4px)}.retiro-img{display:flex;align-items:center;justify-content:center;font-size:4.5rem;min-height:220px}.retiro-body{padding:2.2rem}.retiro-body .badge{display:inline-block;background:var(--blush-lt);color:var(--text);border-radius:50px;padding:.3rem .9rem;font-size:.75rem;font-weight:500;margin-bottom:1rem}.retiro-body h3{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;margin-bottom:.6rem}.retiro-body p{font-size:.88rem;line-height:1.72;color:var(--text-lt);margin-bottom:1.2rem}.retiro-meta{display:flex;gap:1.4rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-lt)}.recurso-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem;margin-top:2.5rem}.recurso-card{background:var(--white);border-radius:22px;padding:1.8rem;transition:transform .3s}.recurso-card:hover{transform:translateY(-4px)}.recurso-type{font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem}.recurso-card h4{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:400;margin-bottom:.5rem}.recurso-card p{font-size:.83rem;line-height:1.68;color:var(--text-lt);margin-bottom:1rem}.btn-sm{padding:.5rem 1.1rem;font-size:.78rem;background:var(--sage-bg);color:var(--sage-dk);border-radius:50px;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:500;transition:background .2s}.btn-sm:hover{background:var(--sage-lt)}.faq-wrap{max-width:740px;margin:2.5rem auto 0}.faq-item{background:var(--white);border-radius:18px;margin-bottom:1rem;overflow:hidden;box-shadow:0 4px 16px rgba(61,53,48,.05)}.faq-q{width:100%;background:none;border:none;cursor:pointer;padding:1.4rem 1.6rem;display:flex;justify-content:space-between;align-items:center;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;color:var(--text);text-align:left}.faq-q svg{width:18px;height:18px;flex-shrink:0;transition:transform .3s;color:var(--sage)}.faq-item.open .faq-q svg{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}.faq-item.open .faq-a{max-height:300px}.faq-a-inner{padding:0 1.6rem 1.4rem;font-size:.9rem;line-height:1.75;color:var(--text-lt)}.contact-wrap{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:4rem;gap:4rem;align-items:start;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.4rem}.contact-point{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact-point h4{font-size:.9rem;font-weight:500;margin-bottom:.2rem}.contact-point p{font-size:.84rem;color:var(--text-lt);line-height:1.6}.form-card{background:var(--white);border-radius:28px;padding:2.4rem;box-shadow:0 12px 40px rgba(61,53,48,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.8rem;font-weight:500;color:var(--text)}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border-radius:12px;border:1.5px solid rgba(61,53,48,.14);background:var(--cream);font-size:.88rem;font-family:DM Sans,sans-serif;color:var(--text);transition:border-color .25s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--sage)}.form-group textarea{resize:vertical;min-height:110px}.field-help{font-size:.76rem;line-height:1.55;color:var(--text-lt)}.sr-only-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.field-error{font-size:.76rem;line-height:1.5;color:#b04a43}.file-input-shell{display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;border-radius:18px;border:1.5px dashed rgba(61,53,48,.16);background:var(--cream)}.file-input-shell.is-selected{border-style:solid;border-color:rgba(138,173,143,.45);background:#f4f8f4}.file-input-shell.has-error{border-color:rgba(176,74,67,.35);background:#fdf1ef}.file-clear-button,.file-input-button{border:none;background:none;font-family:DM Sans,sans-serif}.file-input-button{flex-shrink:0;padding:.72rem 1rem;border-radius:999px;background:var(--white);color:var(--text);box-shadow:0 4px 18px rgba(61,53,48,.06);cursor:pointer;transition:transform .2s,box-shadow .2s}.file-input-button:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(61,53,48,.1)}.file-input-copy{flex:1 1;min-width:0}.file-input-title{font-size:.86rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-input-copy .field-help{margin-top:.25rem}.file-clear-button{flex-shrink:0;color:var(--text-lt);cursor:pointer}.file-clear-button:hover{color:var(--sage-dk)}.form-status{border-radius:16px;padding:.95rem 1rem;margin-bottom:1.4rem;font-size:.83rem;line-height:1.65}.form-status-error{background:#fbebe7;color:#8f3d35;border:1px solid rgba(176,74,67,.18)}.form-checkbox-group{margin-bottom:1.6rem}.checkbox-row{display:flex;align-items:flex-start;gap:.8rem;line-height:1.6}.checkbox-row input{margin-top:.2rem;accent-color:var(--sage)}.checkbox-row a{color:var(--sage-dk)}.careers-section{padding:5rem 0 6rem;position:relative}.careers-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);grid-gap:3.2rem;gap:3.2rem;align-items:start}.careers-copy{padding-top:1rem}.careers-lead{max-width:640px;margin-top:1.5rem;font-size:1.08rem;line-height:1.8;color:var(--text)}.careers-body{max-width:640px;margin-top:1rem;font-size:.95rem;line-height:1.85;color:var(--text-lt)}.careers-requirements{max-width:640px;margin-top:1.4rem;padding:1.2rem 1.4rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.careers-requirements-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.careers-requirements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.careers-requirements-list li{font-size:.9rem;line-height:1.6;color:var(--text-lt);padding-left:1.1rem;position:relative}.careers-requirements-list li:before{content:"·";position:absolute;left:0;color:var(--accent);font-weight:700}.careers-form-card{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 2rem)}.careers-form-header{margin-bottom:1.8rem}.careers-form-header p:last-child,.careers-success-message{margin-top:1rem;font-size:.92rem;line-height:1.8;color:var(--text-lt)}.careers-success-card{display:flex;flex-direction:column;gap:1rem}.blog-index{padding:5rem 0 6rem}.blog-index-intro{max-width:720px;margin-top:1rem;font-size:1.05rem;line-height:1.7;color:var(--text-lt)}.blog-index-header{max-width:760px;margin-bottom:2rem}.blog-index-header p:last-child{max-width:620px;margin-top:1.2rem;color:var(--text-lt);font-size:1rem;line-height:1.8}.blog-category-nav{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.blog-category-nav a{display:inline-flex;align-items:center;min-height:var(--tap-min);padding:.58rem 1rem;border:1px solid rgba(61,53,48,.16);border-radius:999px;background:var(--white);color:var(--text-lt);font-size:.84rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.blog-category-nav a.is-active,.blog-category-nav a:hover{border-color:rgba(138,173,143,.55);background:var(--sage-bg);color:var(--sage-dk)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.2rem;gap:1.2rem}.blog-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(61,53,48,.1);border-radius:8px;background:var(--white);box-shadow:0 8px 28px rgba(61,53,48,.06)}.blog-card-image{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--warm)}.blog-card-image-fallback{display:flex;align-items:flex-end;padding:.75rem 1rem;height:80px;aspect-ratio:unset;background:linear-gradient(135deg,rgba(196,217,198,.55),rgba(245,228,220,.7)),var(--warm)}.blog-card-image-fallback span{padding:.35rem .7rem;border-radius:999px;background:rgba(255,255,255,.82);color:var(--text);font-size:.78rem;font-weight:500}.blog-card-body{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.blog-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem;color:var(--sage-dk);font-size:.76rem;font-weight:600}.blog-card-meta span+span:before{content:"·";margin-right:.5rem;color:var(--text-lt)}.blog-card h2{margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:400;line-height:1.18}.blog-card h2 a{color:var(--text);text-decoration:none}.blog-card p{color:var(--text-lt);font-size:.9rem;line-height:1.72}.blog-card-link{margin-top:auto;padding-top:1.2rem;color:var(--sage-dk);font-size:.86rem;font-weight:600;text-decoration:none}.blog-empty{padding:2rem;border:1px solid rgba(61,53,48,.1);border-radius:8px;background:var(--white);color:var(--text-lt)}.blog-post{padding:4rem 0 6rem}.blog-post-container{max-width:860px}.blog-back-link{display:inline-flex;margin-bottom:2rem;color:var(--sage-dk);font-size:.86rem;font-weight:600;text-decoration:none}.blog-post-header{max-width:780px}.blog-post-header h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,5vw,4.1rem);font-weight:300;line-height:1.12}.blog-post-excerpt{margin-top:1.25rem;color:var(--text-lt);font-size:1.05rem;line-height:1.8}.blog-post-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.35rem;color:var(--text-lt);font-size:.82rem}.blog-post-meta span+span:before{content:"·";margin-right:.55rem;color:rgba(61,53,48,.35)}.blog-post-updated{margin-top:.55rem;color:var(--text-lt);font-size:.78rem}.blog-post-cover{margin:2.5rem 0}.blog-post-cover img{display:block;width:100%;border-radius:8px}.blog-post-body{max-width:740px;margin-top:2.5rem}.blog-post-body>*+*{margin-top:1.1rem}.blog-post-body h2,.blog-post-body h3{color:var(--text);font-family:Cormorant Garamond,serif;font-weight:400;line-height:1.2}.blog-post-body h2{margin-top:2.6rem;font-size:2rem}.blog-post-body h3{margin-top:2rem;font-size:1.45rem}.blog-post-body li,.blog-post-body p{color:var(--text);font-size:1rem;line-height:1.85}.blog-post-body ol,.blog-post-body ul{padding-left:1.4rem}.blog-post-body a{color:var(--sage-dk);text-decoration-thickness:1px;text-underline-offset:3px}.blog-post-body blockquote{padding:1rem 1.2rem;border-left:3px solid var(--sage);border-radius:0 8px 8px 0;background:var(--sage-bg)}.blog-post-body blockquote p{color:var(--text-lt)}.blog-geo-summary{max-width:740px;margin:2rem 0 2.5rem;padding:1.25rem 1.5rem;border:1px solid rgba(138,173,143,.25);border-radius:12px;background:var(--cream,#faf9f6)}.blog-geo-summary-label{margin:0 0 .5rem;color:var(--sage-dk);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.blog-geo-summary-lead p:last-child{margin:0;color:var(--text);font-size:1.05rem;line-height:1.65}.blog-geo-summary-facts{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(138,173,143,.2)}.blog-geo-summary-facts ul{margin:0;padding-left:1.2rem}.blog-geo-summary-facts li{color:var(--text-lt);font-size:.95rem;line-height:1.6}.blog-geo-summary-facts li+li{margin-top:.45rem}.blog-cta-block{max-width:740px;margin-top:3rem;padding:1.5rem 2rem;border:1px solid rgba(138,173,143,.3);border-radius:12px;background:var(--sage-bg)}.blog-cta-block p{margin-bottom:.75rem;color:var(--text);font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400}.blog-cta-block a{display:inline-block;padding:.6rem 1.4rem;border-radius:999px;background:var(--sage);color:var(--white);font-size:.86rem;font-weight:500;text-decoration:none;transition:background .2s}.blog-cta-block a:hover{background:var(--sage-dk)}.legal-section{padding:5rem 0 6rem}.legal-container{max-width:920px}.legal-intro{max-width:720px;margin-top:1.4rem;font-size:1rem;line-height:1.8;color:var(--text-lt)}.legal-content{display:grid;grid-gap:1.2rem;gap:1.2rem;margin-top:2.5rem}.legal-card h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,4.2vw,1.6rem);font-weight:400;margin-bottom:.7rem}.legal-card p{font-size:.88rem;line-height:1.8;color:var(--text-lt)}.legal-card a{color:var(--sage-dk)}footer{background:var(--text);color:rgba(255,255,255,.7);padding:4rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1140px;margin:0 auto 3rem}.footer-grid--slim{grid-template-columns:2fr 1fr 1fr}.footer-brand .logo{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;color:#fff;margin-bottom:.6rem}.footer-brand .logo span{color:var(--sage-lt);font-style:italic}.footer-brand .tagline{font-size:.82rem;line-height:1.65;margin-bottom:1.2rem}.footer-col h5{color:#fff;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.footer-col a{display:block;font-size:.83rem;color:rgba(255,255,255,.6);text-decoration:none;margin-bottom:.6rem;transition:color .2s}.footer-col a:hover{color:var(--sage-lt)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;font-size:.78rem}.social-row{display:flex;gap:.8rem}.soc{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:.95rem;cursor:pointer;transition:background .2s}.soc:hover{background:var(--sage)}@media (max-width:900px){.nav-logo small{display:none}.contact-wrap,.grid-2,.hero{grid-template-columns:1fr}.about-visual{margin-top:2rem}.hero-visual{display:none}.grid-3,.pillars-grid,.recurso-grid,.team-grid,.therapy-grid,.values-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid--slim,.form-row,.retiro-card{grid-template-columns:1fr}.file-input-shell{flex-direction:column;align-items:flex-start}.careers-layout{grid-template-columns:1fr}.careers-form-card{position:static}.blog-grid{grid-template-columns:1fr}.container{padding:0 1.2rem}}.psych-listing{max-width:960px;margin:0 auto;padding:3rem 2rem 5rem}.psych-listing-header{margin-bottom:2.5rem}.psych-listing-header h1{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300;margin-bottom:.6rem}.psych-listing-header p{font-size:1rem;line-height:1.75;color:var(--text-lt);max-width:540px}.psych-empty{text-align:center;color:var(--text-lt);padding:3rem 1rem;font-size:.95rem}.psych-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.4rem;gap:1.4rem}.psych-grid-solo{grid-template-columns:1fr;max-width:420px;margin:0 auto}.psych-flow-note{max-width:560px;margin:2rem auto 0;padding:1rem 1.25rem;border-left:3px solid var(--sage);background:var(--sage-bg,rgba(143,168,143,.08));font-size:.9rem;line-height:1.65;color:var(--text-lt);border-radius:0 8px 8px 0}.psych-flow-note em{font-style:normal;font-weight:500;color:var(--text);margin-right:.25rem}.psych-listing-actions{display:flex;margin-top:2rem}@media (max-width:640px){nav{padding:0 .9rem}.nav-right{gap:.35rem}.nav-right .nav-link{display:none}.nav-burger{display:inline-flex}.nav-cta{padding:.55rem 1rem;font-size:.78rem}.nav-logo{font-size:1.15rem}.nav-logo small{display:none}.nav-mobile-menu{display:flex}.blog-index,.careers-section,.section-pad{padding-block:3rem 4rem}.hero{padding:2rem 1rem 2.5rem;gap:1.5rem}.hero h1.display{font-size:clamp(1.75rem,7vw,2.2rem)}.hero-tag{margin-bottom:1rem;max-width:100%}.hero h1,.hero-sub,.hero-tag{overflow-wrap:break-word;word-break:break-word}.hero-sub{max-width:100%;font-size:.95rem}.hero .blob{display:none}.cta-strip,.pillars-strip,.test-strip{padding:3rem 1rem}.cta-form{flex-direction:column;align-items:stretch;gap:1rem}.cta-form button,.cta-form input{width:100%}.psych-listing{padding:2rem 1.2rem 4rem}.psych-grid-solo{max-width:100%}.psych-flow-note{margin-top:1.5rem;font-size:.88rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-col{margin-top:1.5rem}.footer-col:first-of-type{margin-top:0}}.psych-card{background:var(--white);border-radius:24px;padding:1.8rem;text-decoration:none;color:var(--text);box-shadow:0 6px 24px rgba(61,53,48,.07);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;gap:1rem}.psych-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(61,53,48,.11)}.psych-card-avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover}.psych-card-avatar-placeholder{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--sage-lt),var(--lav-lt));display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--text);font-weight:400}.psych-card-avatar-placeholder.large{width:96px;height:96px;font-size:2.4rem}.psych-card-info h2{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;margin-bottom:.3rem}.psych-card-specialty{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--sage);margin-bottom:.5rem}.psych-card-info p{font-size:.85rem;line-height:1.65;color:var(--text-lt)}.psych-card-cta{font-size:.84rem;font-weight:500;color:var(--sage-dk);margin-top:auto}.psych-profile{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem}.psych-profile-header{display:flex;gap:1.8rem;align-items:flex-start;margin-bottom:3rem}.upcoming-sessions-banner{background:var(--lav-bg);border:1px solid var(--lav-lt);border-radius:10px;padding:.9rem 1.1rem;margin-bottom:2rem;font-size:.9rem;color:var(--text)}.upcoming-sessions-banner-title{font-weight:600;margin-bottom:.35rem;color:var(--lav)}.upcoming-sessions-banner-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}.upcoming-sessions-banner-list li{color:var(--text-lt)}.psych-profile-avatar img{width:96px;height:96px;border-radius:50%;object-fit:cover}.psych-profile-info h1{font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,4.2vw,2rem);font-weight:300;margin-bottom:.3rem}.psych-profile-info p{font-size:.92rem;line-height:1.75;color:var(--text-lt);margin-top:.6rem;max-width:540px}.psych-profile-meta{display:flex;gap:1.2rem;align-items:center;margin-top:.8rem;font-size:.88rem;color:var(--text-lt)}.psych-profile-price{font-weight:600;color:var(--sage-dk)}.psych-profile-slots h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:400;margin-bottom:.3rem}.psych-profile-slots .subtitle{color:var(--text-lt);font-size:.9rem;margin-bottom:1.5rem}.slot-selector{margin-top:1rem}.slot-week-nav{gap:1rem;margin-bottom:1.5rem}.slot-week-btn,.slot-week-nav{display:flex;align-items:center;justify-content:center}.slot-week-btn{background:var(--white);border:1.5px solid var(--sage-lt);border-radius:50%;width:var(--tap-min);height:var(--tap-min);cursor:pointer;font-size:1rem;color:var(--text);transition:border-color .2s,background .2s}.slot-week-btn:hover:not(:disabled){border-color:var(--sage);background:var(--sage-bg)}.slot-week-btn:disabled{opacity:.35;cursor:not-allowed}.slot-week-label{font-size:.9rem;font-weight:500;color:var(--text);min-width:180px;text-align:center}.slot-loading{text-align:center;color:var(--text-lt);padding:2rem 0}.slot-day-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.6rem;gap:.6rem;margin-bottom:1.5rem}.slot-day-card{background:var(--white);border:1.5px solid var(--sage-lt);border-radius:14px;padding:.8rem .5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;display:flex;flex-direction:column;gap:.2rem}.slot-day-card:hover:not(:disabled){border-color:var(--sage);transform:translateY(-2px)}.slot-day-card.selected{border-color:var(--sage);background:var(--sage-bg)}.slot-day-card.empty{opacity:.4;cursor:not-allowed}.slot-day-name{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text)}.slot-day-date{font-size:.8rem;color:var(--text-lt)}.slot-day-count{font-size:.7rem;color:var(--sage-dk);font-weight:500;margin-top:.2rem}.slot-day-card.empty .slot-day-count{color:var(--text-lt)}.slot-times{margin-bottom:1.5rem}.slot-times h3{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;margin-bottom:.8rem}.slot-time-grid{display:flex;flex-wrap:wrap;gap:.5rem}.slot-time-btn{background:var(--white);border:1.5px solid var(--sage-lt);border-radius:10px;padding:.6rem 1.2rem;min-height:var(--tap-min);font-size:.88rem;font-family:DM Sans,sans-serif;color:var(--text);cursor:pointer;transition:border-color .2s,background .2s}.slot-time-btn:hover:not(:disabled){border-color:var(--sage)}.slot-time-btn.selected{background:var(--sage);border-color:var(--sage-dk);color:var(--white);font-weight:500}.slot-time-btn:disabled{opacity:.3;cursor:not-allowed;text-decoration:line-through}.slot-confirm-bar{background:var(--white);border:1.5px solid var(--sage-lt);border-radius:18px;padding:1.2rem 1.5rem;justify-content:space-between;box-shadow:0 6px 24px rgba(61,53,48,.07)}.slot-confirm-bar,.slot-confirm-info{display:flex;align-items:center;gap:1rem}.slot-confirm-info{font-size:.9rem}.slot-confirm-info strong{color:var(--text)}.slot-confirm-info span{color:var(--text-lt)}.slot-confirm-price{font-weight:600;color:var(--sage-dk)!important}.slot-booking-error{color:#c62828;font-size:.85rem;margin:0;padding:.3rem 0}.btn-primary{background:var(--sage);color:var(--white);padding:.75rem 1.6rem;font-size:.88rem;font-weight:500;text-decoration:none}.btn-primary:hover{background:var(--sage-dk);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:900px){.slot-day-grid{grid-template-columns:repeat(4,1fr)}.slot-confirm-bar{flex-direction:column;text-align:center}.slot-confirm-info{flex-direction:column;gap:.3rem}}@media (max-width:640px){.psych-profile{padding:2rem 1.25rem 4rem}.psych-profile-header{flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:2rem}.psych-card-avatar-placeholder.large,.psych-profile-avatar img{width:80px;height:80px}.psych-card-avatar-placeholder.large{font-size:2rem}.psych-profile-info p{margin-left:auto;margin-right:auto}.psych-profile-meta{justify-content:center}.slot-week-label{font-size:clamp(.8rem,3.2vw,.95rem);min-width:0;flex:1 1}.slot-day-grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:.5rem;padding-bottom:.4rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.slot-day-grid::-webkit-scrollbar{display:none}.slot-day-card{flex:0 0 80px;scroll-snap-align:start;min-height:var(--tap-min);padding:.7rem .4rem}.slot-time-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.slot-time-btn{width:100%;padding:.6rem .5rem}.slot-confirm-bar{position:-webkit-sticky;position:sticky;bottom:.75rem;z-index:20;flex-direction:column;align-items:stretch;text-align:left;gap:.6rem;margin:1rem 0 .75rem;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1),0 -2px 8px rgba(0,0,0,.04)}.slot-confirm-info{flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:.4rem .75rem}.slot-confirm-btn{width:100%;min-height:var(--tap-min)}}