@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--font-heading:"Cormorant Garamond", serif;--font-body:"Plus Jakarta Sans", sans-serif;--bg-img:url(/assets/light-bg-GEWJPYq6.png);--bg:#efe6d2;--about-bg:#fcf7ee;--surface:#f8f1e4;--ink-on-color:#f8f1e4;--olive:#7a7a55;--sage:#a8aa88;--terracotta:#b85635;--terracotta-filter:brightness(0) saturate(100%) invert(39%) sepia(38%) saturate(1822%) hue-rotate(340deg) brightness(85%) contrast(77%);--sage-filter:brightness(0) saturate(100%) invert(74%) sepia(11%) saturate(620%) hue-rotate(24deg) brightness(89%) contrast(91%);--clay:#c9855b;--brown:#5a3a25;--golden-brown:#9a642c;--ink:#2f261d;--muted-text:#6f6254}[data-theme=dark]{--bg-img:url(/assets/dark-bg-6o5YO73u.png);--bg:#15110c;--about-bg:#2a231b;--surface:#1f1912;--olive:#6e6b45;--sage:#8e9370;--terracotta:#b65b3a;--clay:#c88963;--brown:#d8c6b0;--golden-brown:#a9743b;--ink:#f2e7d8;--muted-text:#b9ab98}:root{--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:2.5rem;--space-6:3rem;--space-7:3.5rem;--space-8:4rem;--space-9:4.5rem;--space-10:5rem;--space-11:5.5rem;--space-12:6rem}*,:before,:after{box-sizing:border-box}:not(dialog){margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{-webkit-font-smoothing:antialiased;line-height:1.5;font-family:var(--font-body);color:var(--ink)}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}html,body{scroll-behavior:smooth}section{scroll-margin-top:6rem}.container{scrollbar-width:none;flex-direction:column;width:100%;min-height:100dvh;display:flex}#header-box{padding:var(--space-2) var(--space-6);background-color:var(--surface);z-index:1;color:var(--ink);justify-content:space-between;display:flex}.title{gap:var(--space-2);-webkit-user-select:none;user-select:none;cursor:default;align-items:center;display:flex}.title-txt{flex-direction:column;justify-content:center;display:flex}.title h1{font-family:var(--font-heading);font-size:1.6rem}.title p{font-size:1rem}.cta{justify-content:flex-end;align-items:center;gap:clamp(1rem,3vw,4rem);display:flex}.page-nav{white-space:nowrap;align-items:center;gap:clamp(.2rem,2vw,9rem);font-size:.9rem;display:flex}.title img{display:none}.logo-mark{background:radial-gradient(circle at 30% 30%, var(--clay), var(--terracotta), var(--brown));opacity:.95;filter:drop-shadow(0 2px 4px #0000001f);width:6rem;height:6rem;-webkit-mask:url(/assets/mandala-2-DjPEURtw.png) 50%/contain no-repeat;mask:url(/assets/mandala-2-DjPEURtw.png) 50%/contain no-repeat}a{color:var(--ink);scroll-behavior:smooth;text-decoration:none;position:relative}.cta-anchors:before{content:"";background-color:var(--ink);transform-origin:100%;border-radius:.2rem;width:100%;height:.1rem;transition:transform .3s ease-in-out;position:absolute;bottom:-.2rem;left:0;transform:scaleX(0)}.cta-anchors:hover:before{transform-origin:0;transform:scaleX(1)}.page-btn{padding:var(--space-1) var(--space-5);height:var(--space-7);max-width:18rem;color:var(--ink-on-color);background:linear-gradient(to bottom, color-mix(in oklab, var(--terracotta) 92%, white), var(--terracotta));border:0;border-radius:1rem;justify-content:center;align-items:center;gap:1rem;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 5px 12px #0000001f,inset 0 1px #ffffff59}.page-btn:hover{filter:brightness(1.03)saturate(1.05);transform:translateY(-1px);box-shadow:0 7px 15px #00000029,inset 0 1px #fff6}.page-btn:active{transform:translateY(0);box-shadow:0 4px 9px #0000001f,inset 0 2px 10px #0000002e}.hamburger-menu{display:none}.btn-icon{min-width:2rem;display:block}#theme-toggler{color:var(--ink);background-color:var(--surface);border:1px var(--ink) solid;border-radius:50%;justify-content:center;align-items:center;min-width:2.5rem;min-height:2.5rem;padding:0;transition:background-color .18s 50ms,border-color .18s 50ms,color .18s 50ms;display:flex}#theme-toggler:hover{background-color:var(--ink);border-color:var(--surface);color:var(--surface)}.hamburguer-wrap{display:none}@media (width<=78rem){.hamburguer-wrap{display:block}.page-nav{display:none}.hamburger-menu{color:var(--ink);background:0 0;border:none;justify-content:center;min-width:3rem;display:inline-flex}.hamburguer-menu-icon{min-width:2.5rem;min-height:2.5rem}#theme-toggler{display:none}#off-screen-menu{background-color:var(--bg);opacity:0;pointer-events:none;border-radius:1rem;flex-direction:column;align-items:center;gap:clamp(1rem,1.8vw,3rem);width:240px;padding:1rem;transition:opacity .22s,transform .22s;display:flex;position:absolute;top:calc(100% + .4rem);right:0;transform:translateY(-8px)scale(.98)}#off-screen-menu.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}#ham-theme-toggler{color:var(--ink);background-color:#0000;border-bottom:none;border-left:none;border-right:none;justify-content:center;align-items:center;gap:1rem;display:flex}.hamburguer-wrap{position:relative}.cta-ham-anchors+.cta-ham-anchors{border-top:1px solid color-mix(in oklab, var(--ink) 16%, transparent);width:90%;padding:var(--space-2) var(--space-2) 0 var(--space-2);justify-content:center;display:flex}}@media (width<=57rem){#red-btn span,#theme-toggler{display:none}}@media (width<=45rem){#header-box{gap:1rem;padding:1rem 1.5rem}.title h1{font-family:var(--font-heading);font-size:1rem}.title p{font-size:.7rem}.logo-mark{width:2rem;height:2rem}.cta{justify-content:flex-start}#red-btn{display:none}.page-btn{padding:1rem}}#hero-container{background-image:var(--bg-img);padding:var(--space-2) var(--space-6) 0;color:var(--ink);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:end;gap:clamp(4rem,8vw,12rem);display:flex;position:relative}#hero-txt{width:38%;padding-bottom:var(--space-4);flex-direction:column;align-self:center;gap:clamp(1rem,2vw,4rem);display:flex}#hero-txt h1{font-size:3.2rem;font-family:var(--font-heading);font-weight:500;line-height:3.5rem}#hero-txt p{width:78%;font-size:1rem;line-height:2rem}#txt-accent{z-index:0;display:inline-block;position:relative}#txt-accent:after{content:"";z-index:-1;opacity:.9;pointer-events:none;height:.9rem;filter:var(--terracotta-filter);background:url(/assets/3-BbhOFyX0.png) 50%/100% 100% no-repeat;position:absolute;bottom:-.7rem;left:2.5rem;right:-.7rem}#hero-cta-wrapper{align-items:center;gap:clamp(1rem,2vw,4rem);display:flex}#hero-cta-wrapper a{gap:var(--space-2);display:flex}#hero-cta-wrapper button{background-color:var(--olive)}#txt-accent{color:var(--terracotta)}#hero-cta-wrapper button:hover{background-color:var(--sage)}.underlined-a{-webkit-text-decoration:underline solid 1px var(--ink);text-decoration:underline solid 1px var(--ink);text-underline-offset:.4em;transition:transform .18s,all}.underlined-a:hover{transform:translateY(-1px)}#hero-vane{width:auto;min-height:15rem;max-height:30rem}#green-btn{background:linear-gradient(to bottom, color-mix(in oklab, var(--olive) 92%, white), var(--olive))}#mobile-bg{display:none}@media (width<=78rem){#hero-cta-wrapper{flex-direction:column;align-items:baseline}#hero-txt{max-width:90%}}@media (width<=57rem){#hero-container{padding:var(--space-2) var(--space-2) 0 var(--space-2);background-position:47%;flex-direction:column;justify-content:center;align-items:center;gap:clamp(3rem,2vw,4rem)}#hero-cta-wrapper{flex-direction:column;align-items:center}#hero-txt{text-align:center;justify-content:center;align-items:center;gap:2.5rem;width:100%;padding-bottom:0}#hero-txt h1{font-size:2.4rem}}#about-box{background-color:var(--surface);padding:var(--space-3) 0 var(--space-3) var(--space-6);color:var(--ink);display:flex}#about-txt{justify-content:center;gap:var(--space-3);flex-direction:column;width:50%;padding:2rem clamp(1rem,4vw,6rem);display:flex}#about-txt h2{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;line-height:3.5rem}#about-txt p{line-height:2rem}.colored-italic{color:var(--terracotta);font-style:italic}#about-txt button{width:fit-content;color:var(--ink);-webkit-text-decoration:underline solid 1px var(--ink);text-decoration:underline solid 1px var(--ink);text-underline-offset:.4em;align-items:center;gap:var(--space-2);background:0 0;border:none;padding:0;font-weight:400;display:flex}#hug-img-box{justify-content:flex-end;width:50%;height:480px;display:flex}#hug-img{object-fit:cover;width:100%;max-width:1050px;height:100%}h4{color:var(--terracotta);font-weight:500}#more-info-a{gap:.8rem;display:flex}#more-info-box{background-color:var(--surface);padding:var(--space-3) var(--space-6);color:var(--ink);flex-direction:column;align-items:center;gap:3rem;display:flex}#more-info-txt{gap:4rem;display:flex}#bio-img{width:25rem;min-width:20rem;height:420px}#more-info-pic{object-fit:cover;width:100%;height:100%}#bio-txt{flex-direction:column;gap:2rem;line-height:2rem;display:flex}#bio-txt h2{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;line-height:3.5rem}.quote-txt{font-family:var(--font-heading);gap:1.2rem;font-size:1.6rem;font-style:italic;display:flex}.more-info-quote{border-left:solid 1px var(--olive);padding-left:1rem}.more-info-quote p{color:var(--muted-text);font-size:1.6rem;font-style:normal}#quote-icon{min-width:3rem;min-height:3rem;color:var(--terracotta);display:block}#more-info-footer{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:2rem;width:100%;display:grid}.more-info-footer-card{align-items:center;gap:1rem;min-width:19rem;display:flex}.footer-icon{min-width:3rem;min-height:3rem;color:var(--terracotta)}.footer-card-wrapper h3{font-family:var(--font-heading);font-size:1.8rem}@media (width<=67rem){#about-box{padding:var(--space-3) var(--space-2);text-align:center;flex-direction:column;align-items:center}#about-txt{align-items:center;width:85%}#hug-img-box{width:100%;height:380px;min-height:240px}#bio-img{display:none}#more-info-box{padding:var(--space-2) var(--space-2)}#more-info-footer{gap:2rem}.footer-icon{width:.1rem;height:.1rem}}#icon-box{gap:var(--space-6);background-color:var(--bg);flex-direction:column;align-items:center;width:100%;padding:3rem 0;display:flex}#approach-card-box{padding:var(--space-3);grid-template-columns:repeat(4,1fr);gap:clamp(2rem,2vw,4rem);display:grid}.approach-card{padding:0 var(--space-4);text-align:center;color:var(--ink);align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.card-icon{width:4rem;height:4rem;color:var(--olive)}#approach-info{color:var(--ink);background-color:var(--surface);padding:2rem;font-size:1.1rem;line-height:2rem}.approach-highlight{font-weight:700}@media (width<=75rem){#approach-card-box{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));width:90%}}@media (width>=56.25rem){.approach-card{border-left:1px solid color-mix(in oklab, var(--ink) 16%, transparent)}.approach-card:first-child{border-left:none}}@media (width>=40rem) and (width<=75rem){.approach-card{padding:var(--space-4);border:none}}@media (width<=51.2rem){.approach-card+.approach-card{border-top:1px solid color-mix(in oklab, var(--ink) 16%, transparent);padding:var(--space-6) var(--space-6) 0 var(--space-6)}#approach-card-box{grid-template-columns:1fr}}.resources-box{padding:var(--space-5) var(--space-6);color:var(--surface);background-image:url(/assets/olive-grain-bg-4xBopIcE.png);align-items:center;width:100%;display:flex;overflow:hidden}.resources-cards{gap:1rem;width:max-content;animation:220s linear infinite resources-scroll;display:flex}.res-card{aspect-ratio:1;background-color:var(--surface);border-radius:1rem;flex:none;width:clamp(10rem,18vw,16rem);overflow:hidden}.res-img{object-fit:cover;width:100%;height:100%;display:block}@keyframes resources-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.resources-box:hover .resources-cards{animation-play-state:paused}@media (width<=75rem){.resources-box{flex-direction:column;gap:2rem}.resources-cards{width:100%;animation:170s linear infinite resources-scroll}}#footer-box{background-color:var(--bg);padding:var(--space-4) var(--space-8);color:var(--ink);border:none;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;gap:3rem;display:grid}.footer-card{padding:0 var(--space-3);flex-direction:column;justify-content:center;display:flex;position:relative}#footer-txt{gap:var(--space-2);line-height:2rem}#footer-txt h3{font-family:var(--font-heading);padding:0;font-size:1.7rem;font-weight:700}#footer-contact{gap:var(--space-1)}.contact-card{align-items:flex-start;gap:var(--space-2);line-height:2rem;display:flex}.contact-icon{background-color:var(--terracotta);color:var(--ink-on-color);border-radius:50%;min-width:1.5rem;min-height:1.5rem;padding:.1rem}#footer-links{align-items:flex-start}#footer-links h3{font-family:var(--font-heading);font-size:1.7rem;font-weight:700}.link-btn{background:0 0;border:0;justify-content:center;align-items:center;width:3rem;height:3rem;padding:0;display:flex}#link-btn-wrapper{align-items:center;display:flex}#ig-icon{width:2.7rem;height:2.7rem}#wa-icon{width:2.6rem;height:2.6rem}.follow-icon:hover,.link-btn:hover{color:var(--muted-text);border-radius:1rem}.follow-icon{width:100%;height:100%;color:var(--terracotta);display:block}.rights-p{text-align:center;width:100%;color:var(--ink);background-color:var(--bg);border:none;padding:1rem}@media (width<=51.2rem){#footer-box{padding:var(--space-3) var(--space-3)}.footer-card{padding:0}}
