@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/assets/DMSans-BDE48gdg.woff2)format("woff2-variations")}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#f9cc4d;--yellow-bg:#fef8e8;--pink:#e660a8;--pink-bg:#fdf0f7;--green:#45b085;--green-bg:#eff8f3;--blue:#617094;--blue-bg:#edeef2;--warm-white:#faf6f0;--warm-gray:#655949;--font-title:"DM Sans", sans-serif;--font-body:system-ui, -apple-system, "Segoe UI", sans-serif;--font-size-subtitle:1.1rem}html{scroll-behavior:smooth;scroll-padding-top:3.25rem;font-size:16px}body{font-family:var(--font-body);color:var(--warm-gray);background:var(--warm-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}nav{z-index:100;padding:1rem 1.25rem;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}nav.scrolled,nav.nav--open{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf6f0eb;box-shadow:0 1px #2a21180f}.nav-inner{z-index:2;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.nav-logo{font-family:var(--font-title);letter-spacing:-.03em;color:#000;font-size:1.1rem;font-weight:800;line-height:1.2;text-decoration:none}.nav-toggle{cursor:pointer;color:var(--warm-gray);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin:-.35rem -.35rem -.35rem 0;padding:.35rem;display:flex}.nav-toggle-bar{background:currentColor;width:22px;height:2px;display:block}.nav-links{z-index:1;background:var(--warm-white);opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:4rem 0 0;list-style:none;transition:opacity .2s,visibility .2s;display:flex;position:fixed;inset:0}@media (width>=640px){.nav-links{min-width:320px;padding:4rem 0 0;inset:0 0 auto auto}}.nav--open .nav-links{opacity:1;visibility:visible;pointer-events:auto}.nav-links li{width:100%}.nav-links a{min-height:44px;font-family:var(--font-title);color:#000;letter-spacing:.08em;text-transform:uppercase;justify-content:flex-end;align-items:center;padding:.6rem .625rem .6rem .75rem;font-size:.85rem;font-weight:1000;text-decoration:none;transition:color .3s;display:flex}.nav-links a:hover{color:#000;filter:brightness(.95)}.nav-link--mediation{border-right:.625rem solid var(--green);background:var(--green-bg)}.nav-link--supervision{border-right:.625rem solid var(--pink);background:var(--pink-bg)}.nav-link--breathwork{border-right:.625rem solid var(--yellow);background:var(--yellow-bg)}.nav-link--about{border-right:.625rem solid var(--blue);background:var(--blue-bg)}.hero{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;grid-template:"pad-top"clamp(6rem,12vh,9rem)"supervision""."1.5fr"mediation""."1.5fr"content""."2fr"breathwork""pad-bot"clamp(2rem,6vh,5rem)/1fr;min-height:min(100svh,1400px);display:grid;position:relative;overflow:hidden}.network-canvas{z-index:1;grid-area:1/1/-1/-1;position:absolute;inset:0}.hero-blob{pointer-events:none;aspect-ratio:1.5;opacity:.18;z-index:0;background-repeat:no-repeat;background-size:100% 100%;align-self:center;width:min(110vw,900px);position:absolute}.hero-blob--supervision{background-image:url(/assets/blob-pink-C03Ueggd.png);grid-area:supervision;justify-self:start;translate:-35vw;rotate:-8deg}.hero-blob--mediation{background-image:url(/assets/blob-green-Dh1w93Ca.png);grid-area:mediation;justify-self:end;translate:35vw;rotate:-4deg}.hero-blob--breathwork{background-image:url(/assets/blob-yellow-BlEq5X2X.png);grid-area:breathwork;justify-self:start;translate:-15vw;rotate:12deg}@media (width>=640px){.hero-blob{width:min(65vw,900px)}.hero-blob--supervision{translate:-18vw}.hero-blob--mediation{translate:18vw}.hero-blob--breathwork{translate:-8vw}}.hero-content{z-index:2;pointer-events:none;flex-direction:column;grid-area:content;align-items:center;padding:0 1.25rem;display:flex}.hero-content>*{pointer-events:auto}.hero-title .amp{display:block}.hero-title{font-family:var(--font-title);color:#000;text-align:center;letter-spacing:-.03em;opacity:0;margin-bottom:1rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:800;line-height:1.2;animation:.8s ease-out .3s forwards fadeUp;transform:translateY(20px)}.hero-subtitle{font-family:var(--font-title);font-weight:400;font-size:var(--font-size-subtitle);letter-spacing:-.01em;color:var(--warm-gray);text-align:center;opacity:0;max-width:480px;line-height:1.25;animation:.8s ease-out .5s forwards fadeUp;transform:translateY(16px)}.hero-label{z-index:3;pointer-events:auto;width:fit-content;font-family:var(--font-title);letter-spacing:.08em;text-transform:uppercase;opacity:0;font-size:1.1rem;font-weight:1000;text-decoration:none;transition:opacity .3s;animation:1s ease-out forwards fadeUp;position:relative}.hero-label:hover{opacity:1!important}.hero-label--supervision{color:var(--pink);grid-area:supervision;justify-self:start;margin-left:clamp(1rem,6%,4rem);animation-delay:1s}.hero-label--mediation{color:var(--green);grid-area:mediation;justify-self:end;margin-right:clamp(1rem,6%,4rem);animation-delay:1.15s}.hero-label--breathwork{color:var(--yellow);grid-area:breathwork;justify-self:start;margin-left:clamp(4rem,22%,12rem);animation-delay:1.3s}.hero-label--breathwork small{color:#d4a830}.hero-label small{font-family:var(--font-body);letter-spacing:.02em;text-transform:none;opacity:.7;font-size:.9rem;font-weight:400;display:block}.section{border-left-style:solid;border-left-width:1.25rem;padding:clamp(2.5rem,4vw,5rem) clamp(1rem,3vw,3rem);position:relative}.section__inner{max-width:none;margin-left:clamp(.75rem,2vw,4rem)}.section__label{font-family:var(--font-title);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.3rem;font-weight:1000}.section__title{font-family:var(--font-title);letter-spacing:-.03em;color:#000;margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;line-height:1.2}.section__text{color:var(--warm-gray);max-width:65ch;font-size:1.1rem;font-weight:400;line-height:1.75}.section__text+.section__text{margin-top:1.25rem}.section--mediation{background:var(--green-bg);border-left-color:var(--green)}.section--mediation .section__label{color:var(--green)}.section--supervision{background:var(--pink-bg);border-left-color:var(--pink)}.section--supervision .section__label{color:var(--pink)}.section--breathwork{background:var(--yellow-bg);border-left-color:var(--yellow)}.section--breathwork .section__label{color:var(--yellow)}.section--about{background:var(--blue-bg);border-left-color:var(--blue)}.section--about .section__label{color:var(--blue)}.about-portrait{filter:brightness(1.08);width:calc(100% - clamp(.75rem,2vw,4rem));height:auto;margin:2rem 0;display:block}@media (width>=1024px){.section--about .section__inner{grid-template-columns:minmax(0,800px) 320px;gap:3rem;max-width:none;display:grid}.about-portrait-wrap{grid-area:1/2/-1;align-self:start;margin:12rem 0 0;position:sticky;top:5rem}.about-portrait{width:100%;margin:0}}.timeline{--dot-size:7px;--dot-left:12px;padding:0 0 0 calc(var(--dot-left) + var(--dot-size) + 10px);margin:2.5rem 0 0;list-style:none;position:relative}.timeline:before{content:"";left:calc(var(--dot-left) + var(--dot-size) / 2);background:var(--blue);opacity:.3;width:1.5px;margin-left:-.75px;position:absolute;top:0;bottom:0}.timeline__item{opacity:0;flex-wrap:wrap;align-items:baseline;gap:0 .5rem;padding:0 0 1.25rem;transition:opacity .5s ease-out,transform .5s ease-out;display:flex;position:relative;transform:translateY(12px)}.timeline__item:last-child{padding-bottom:0}.reveal.visible .timeline__item:first-child{transition-delay:0s}.reveal.visible .timeline__item:nth-child(2){transition-delay:.1s}.reveal.visible .timeline__item:nth-child(3){transition-delay:.2s}.reveal.visible .timeline__item:nth-child(4){transition-delay:.3s}.reveal.visible .timeline__item:nth-child(5){transition-delay:.4s}.reveal.visible .timeline__item:nth-child(6){transition-delay:.5s}.reveal.visible .timeline__item:nth-child(7){transition-delay:.6s}.reveal.visible .timeline__item:nth-child(8){transition-delay:.7s}.reveal.visible .timeline__item{opacity:1;transform:translateY(0)}.timeline__dot{left:calc(-1 * (var(--dot-size) + 10px));top:calc(1.1rem * .6 - var(--dot-size) / 2);width:var(--dot-size);height:var(--dot-size);background:var(--blue);border-radius:50%;position:absolute}.timeline__year{font-family:var(--font-title);color:var(--blue);flex-shrink:0;min-width:3.5em;font-size:1.1rem;font-weight:800}.timeline__label{color:var(--blue);flex-basis:100%;font-size:1.1rem;line-height:1.75}@media (width>=640px){.timeline__label{flex-basis:auto}.timeline__dot{top:calc(1.1rem * 1.75 / 2 - var(--dot-size) / 2)}}a.timeline__label{text-decoration:none}a.timeline__label:after{content:"";background:currentColor;width:1.3ex;height:1.3ex;margin-bottom:-.02em;margin-left:.3em;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1.5 1.5 21 21' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1.5 1.5 21 21' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}a.timeline__label:hover{text-decoration:underline}footer{text-align:left;background:var(--warm-gray);color:#faf6f080;padding:clamp(2.5rem,4vw,4rem) clamp(1rem,3vw,3rem) clamp(2.5rem,4vw,4rem) calc(clamp(1rem,3vw,3rem) + 1.25rem + clamp(.75rem,2vw,4rem))}footer .footer-contact{flex-direction:column;align-items:flex-start;font-size:1.1rem;font-style:normal;line-height:1.6;display:flex}footer .footer-contact a{color:var(--warm-white);font-weight:700;text-decoration:none}footer .footer-contact a:hover{text-decoration:underline}footer .footer-contact a:focus-visible{outline:1px solid var(--warm-white);outline-offset:2px}footer .footer-contact-name{color:var(--warm-white);font-weight:700}footer .footer-contact-address{margin-top:.75rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width>=640px){html{scroll-padding-top:4rem}nav{padding:1.25rem 2rem}.nav-logo{font-size:1.3rem}.hero-title .amp{display:inline}.section{border-left-width:2rem}footer{padding-left:calc(clamp(1rem,3vw,3rem) + 2rem + clamp(.75rem,2vw,4rem))}.nav-link--mediation,.nav-link--supervision,.nav-link--breathwork,.nav-link--about{border-right-width:1rem}.nav-links a{padding-right:1rem}.hero-content{padding:0 1.5rem}.hero-label{font-size:1.3rem}.hero-label small{font-size:var(--font-size-subtitle)}}@media (width>=1024px){.hero-content{padding:0 2rem}.section__inner{max-width:800px}.timeline{--dot-size:9px}}
