@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Nunito+Sans:wght@300;400;500;600&display=swap";:root{--sage: #8BA888;--sage-light: #A8C4A5;--sage-dark: #6B8B69;--peach: #E8A87C;--peach-light: #F5C9A8;--peach-dark: #D4956A;--lavender: #C4B7CB;--lavender-light: #DDD4E1;--dusty-blue: #9BB5C4;--cream: #FBF8F4;--cream-dark: #F3EDE4;--earth: #5D4E4E;--earth-light: #7A6B6B;--white: #FFFFFF;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Nunito Sans", -apple-system, sans-serif;--transition-fast: .2s ease;--transition-medium: .4s ease;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 50px;--shadow-soft: 0 4px 20px rgba(93, 78, 78, .08);--shadow-medium: 0 8px 30px rgba(93, 78, 78, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--earth);background-color:var(--cream);-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:var(--transition-medium)}.nav--scrolled{background:#fbf8f4f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);padding:.75rem 2rem}.nav__container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;color:var(--earth)}.nav__logo-icon{width:40px;height:40px;color:var(--sage);transition:var(--transition-medium)}.nav__logo:hover .nav__logo-icon{color:var(--peach);transform:scale(1.05)}.nav__logo-text{font-family:var(--font-display);font-size:1.3rem;font-weight:500;letter-spacing:.02em}.nav__links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav__link{font-family:var(--font-body);font-size:.85rem;font-weight:400;color:var(--earth);background:none;border:none;cursor:pointer;padding:.5rem .75rem;position:relative;transition:var(--transition-fast);white-space:nowrap}.nav__link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--peach);transition:var(--transition-fast);transform:translate(-50%)}.nav__link:hover,.nav__link--active{color:var(--sage-dark)}.nav__link:hover:after,.nav__link--active:after{width:60%}.nav__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav__mobile-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.nav__mobile-icon svg{width:24px;height:24px;color:var(--earth)}.btn{font-family:var(--font-body);font-size:.95rem;font-weight:500;padding:.85rem 1.75rem;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none}.btn__icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.btn__icon svg{width:16px;height:16px}.btn--primary{background:linear-gradient(135deg,var(--peach) 0%,var(--peach-dark) 100%);color:var(--white);border:none;box-shadow:0 4px 15px #e8a87c4d}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e8a87c66}.btn--secondary{background:var(--white);color:var(--earth);border:2px solid var(--cream-dark)}.btn--secondary:hover{border-color:var(--sage);background:var(--sage-light)}.btn--outline{background:transparent;color:var(--sage-dark);border:2px solid var(--sage)}.btn--outline:hover{background:var(--sage);color:var(--white)}.btn--outline:disabled{opacity:.5;cursor:not-allowed}.btn--outline:disabled:hover{background:transparent;color:var(--sage-dark)}.btn--full{width:100%}.section-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--peach-dark);margin-bottom:.75rem}.section-label--center{text-align:center}.tag{display:inline-block;font-size:.8rem;padding:.35rem .75rem;background:var(--sage-light);color:var(--sage-dark);border-radius:var(--radius-full)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:5rem 2rem}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 80%,rgba(232,168,124,.2) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(196,183,203,.25) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(155,181,196,.15) 0%,transparent 60%),linear-gradient(180deg,var(--cream) 0%,var(--cream-dark) 100%)}.hero__orb{position:absolute;border-radius:50%;filter:blur(60px);animation:float 8s ease-in-out infinite}.hero__orb--1{width:400px;height:400px;background:#8ba88833;top:10%;left:-10%}.hero__orb--2{width:300px;height:300px;background:#e8a87c26;bottom:20%;right:-5%;animation-delay:-3s}.hero__orb--3{width:200px;height:200px;background:#c4b7cb33;top:40%;right:20%;animation-delay:-5s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.hero__content{position:relative;z-index:1;text-align:center;max-width:800px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero__badge{display:inline-block;font-size:.85rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--sage-dark);background:#8ba88826;padding:.5rem 1.25rem;border-radius:var(--radius-full);margin-bottom:1.25rem}.hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.1;color:var(--earth);margin-bottom:1.25rem}.hero__title-accent{color:var(--sage-dark);font-style:italic}.hero__subtitle{font-size:1.15rem;color:var(--earth-light);max-width:600px;margin:0 auto 2rem;line-height:1.8}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--earth-light);font-size:.8rem;animation:fadeInUp 1s ease-out .5s backwards}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--sage),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.5}}.events-preview{padding:5rem 2rem;background:var(--white)}.events-preview__container{max-width:1200px;margin:0 auto}.events-preview__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--earth);text-align:center;margin-bottom:.5rem}.events-preview__subtitle{text-align:center;color:var(--earth-light);margin-bottom:3rem;font-size:1.05rem;max-width:600px;margin-left:auto;margin-right:auto}.events-preview__types{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.event-type-card{background:var(--cream);padding:2rem;border-radius:var(--radius-lg);text-align:center;transition:var(--transition-medium)}.event-type-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.event-type-card__icon{width:50px;height:50px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--sage-light) 0%,var(--dusty-blue) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.event-type-card__icon svg{width:24px;height:24px;color:var(--white)}.event-type-card h3{font-family:var(--font-display);font-size:1.2rem;color:var(--earth);margin-bottom:.5rem}.event-type-card p{font-size:.9rem;color:var(--earth-light);line-height:1.6}.events-preview__cta{text-align:center}.about-preview{padding:5rem 2rem;background:var(--cream)}.about-preview__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}.about-preview__image-placeholder{aspect-ratio:1;background:linear-gradient(135deg,var(--sage-light) 0%,var(--lavender-light) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;max-width:350px}.about-preview__placeholder-icon{width:100px;height:100px;color:var(--white);opacity:.7}.about-preview__title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;color:var(--earth);margin-bottom:1rem}.about-preview__text{color:var(--earth-light);margin-bottom:1rem;line-height:1.8}.about-preview__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.page-hero{padding:calc(5rem + 80px) 2rem 3rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 70%,rgba(232,168,124,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 30%,rgba(139,168,136,.15) 0%,transparent 50%),var(--cream);z-index:0}.page-hero__content{position:relative;z-index:1;max-width:700px;margin:0 auto}.page-hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:var(--earth);margin-bottom:.5rem}.page-hero__subtitle{font-size:1.1rem;color:var(--earth-light)}.about-full{padding:3rem 2rem 5rem;background:var(--white)}.about-full__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.about-full__image-placeholder{aspect-ratio:3/4;background:linear-gradient(135deg,var(--sage-light) 0%,var(--lavender-light) 100%);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--white);font-size:.9rem;position:sticky;top:120px}.about-full__placeholder-icon{width:80px;height:80px;opacity:.7}.about-full__content{padding:1rem 0}.about-full__intro{font-size:1.2rem;color:var(--earth);margin-bottom:1.25rem;line-height:1.8}.about-full__content p{margin-bottom:1.25rem;color:var(--earth-light)}.about-full__content h3{font-family:var(--font-display);font-size:1.5rem;color:var(--earth);margin:2rem 0 1rem}.about-full__expertise{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem 1.5rem;list-style:none;margin-bottom:2rem}.about-full__expertise li{position:relative;padding-left:1.25rem;color:var(--earth-light)}.about-full__expertise li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:var(--peach);border-radius:50%}.about-full__cta{margin-top:2rem}.about-full__resonates{font-size:1.1rem;color:var(--sage-dark);padding:1.25rem;background:var(--cream);border-radius:var(--radius-md);border-left:4px solid var(--peach);margin-bottom:1.25rem}.events-section{padding:2rem 2rem 5rem;background:var(--white)}.events-section__container{max-width:1100px;margin:0 auto}.events-info{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.events-info__card{background:var(--cream);padding:1.5rem;border-radius:var(--radius-md);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.events-info__icon{width:40px;height:40px}.events-info__icon svg{width:24px;height:24px;color:var(--sage)}.events-info__card h4{font-family:var(--font-display);font-size:1.1rem;color:var(--earth)}.events-info__card p{font-size:.9rem;color:var(--earth-light)}.luma-calendar-embed{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);margin-bottom:2rem}.luma-calendar-embed iframe{width:100%;height:700px;border:none}.events-cta{text-align:center;padding:1.5rem;background:var(--cream);border-radius:var(--radius-md)}.events-cta p{color:var(--earth-light)}.events-cta a{color:var(--sage-dark);font-weight:500}.events-cta a:hover{color:var(--peach-dark)}.events-direct-link{text-align:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,var(--sage-light) 0%,var(--lavender-light) 100%);border-radius:var(--radius-lg)}.events-direct-link p{color:var(--earth);margin-bottom:1rem;font-weight:500}.meditations-section{padding:3rem 2rem 5rem;background:var(--white)}.meditations-section__container{max-width:1100px;margin:0 auto}.meditations-intro{text-align:center;max-width:700px;margin:0 auto 2rem}.meditations-intro p{font-size:1.1rem;color:var(--earth-light)}.meditations-coming-soon{margin-bottom:3rem}.coming-soon-banner{background:linear-gradient(135deg,var(--sage-light) 0%,var(--lavender-light) 100%);padding:3rem;border-radius:var(--radius-lg);text-align:center}.coming-soon-banner__icon{width:50px;height:50px;margin:0 auto 1rem}.coming-soon-banner__icon svg{width:50px;height:50px;color:var(--sage-dark)}.coming-soon-banner h3{font-family:var(--font-display);font-size:2rem;color:var(--earth);margin-bottom:.5rem}.coming-soon-banner p{color:var(--earth);margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.meditations-section__preview-title{font-family:var(--font-display);font-size:1.5rem;color:var(--earth);text-align:center;margin-bottom:2rem}.meditations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.meditation-card{background:var(--cream);padding:1.75rem;border-radius:var(--radius-lg);position:relative;display:flex;flex-direction:column}.meditation-card--coming{opacity:.7}.meditation-card__badge{position:absolute;top:1rem;right:1rem;font-size:.75rem;font-weight:600;padding:.3rem .75rem;background:var(--lavender-light);color:var(--earth);border-radius:var(--radius-full)}.meditation-card__badge--free{background:var(--sage-light);color:var(--sage-dark);top:2.5rem}.meditation-card__type{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dusty-blue);margin-bottom:.4rem}.meditation-card__title{font-family:var(--font-display);font-size:1.3rem;color:var(--earth);margin-bottom:.75rem}.meditation-card__description{font-size:.9rem;color:var(--earth-light);margin-bottom:1.25rem;flex-grow:1;line-height:1.6}.meditation-card__meta{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.meditation-card__duration{display:flex;align-items:center;gap:4px;font-size:.85rem;color:var(--earth-light)}.meditation-card__duration svg{width:16px;height:16px;color:var(--sage)}.faq-section{padding:3rem 2rem 5rem;background:var(--white)}.faq-section__container{max-width:800px;margin:0 auto}.faq-category{margin-bottom:3rem}.faq-category__title{font-family:var(--font-display);font-size:1.5rem;color:var(--sage-dark);margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--sage-light)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--cream);border-radius:var(--radius-md);overflow:hidden}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--earth);background:none;border:none;cursor:pointer;text-align:left}.faq-item__icon{width:20px;height:20px;transition:var(--transition-fast);flex-shrink:0;margin-left:1rem}.faq-item__icon svg{width:20px;height:20px;color:var(--sage)}.faq-item--open .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height var(--transition-medium),padding var(--transition-medium)}.faq-item--open .faq-item__answer{max-height:500px;padding:0 1.25rem 1.25rem}.faq-item__answer p{color:var(--earth-light);line-height:1.7}.faq-contact{text-align:center;padding:3rem;background:var(--cream);border-radius:var(--radius-lg);margin-top:3rem}.faq-contact h3{font-family:var(--font-display);font-size:1.5rem;color:var(--earth);margin-bottom:.5rem}.faq-contact p{color:var(--earth-light);margin-bottom:1.25rem}.testimonials-section{padding:3rem 2rem 5rem;background:var(--white)}.testimonials-section__container{max-width:1100px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-card{background:var(--cream);padding:2rem;border-radius:var(--radius-lg)}.testimonial-card__stars{display:flex;gap:4px;margin-bottom:1.25rem}.testimonial-card__star{width:18px;height:18px}.testimonial-card__star svg{width:18px;height:18px;color:var(--peach)}.testimonial-card__text{font-size:1rem;color:var(--earth);line-height:1.8;margin-bottom:1.25rem;font-style:italic}.testimonial-card__author{display:flex;flex-direction:column;gap:2px}.testimonial-card__name{font-weight:600;color:var(--sage-dark)}.testimonial-card__service{font-size:.85rem;color:var(--earth-light)}.testimonials-cta{text-align:center;margin-top:3rem;padding:2rem;background:var(--cream);border-radius:var(--radius-lg)}.testimonials-cta p{color:var(--earth-light);margin-bottom:1.25rem}.contact-section{padding:3rem 2rem 5rem;background:var(--white)}.contact-section__container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem}.contact-info h2{font-family:var(--font-display);font-size:2rem;color:var(--earth);margin-bottom:1.25rem}.contact-info>p{color:var(--earth-light);margin-bottom:2rem;line-height:1.8}.contact-info__details{display:flex;flex-direction:column;gap:.85rem;margin-bottom:2rem}.contact-info__item{display:flex;align-items:center;gap:.75rem;color:var(--earth);text-decoration:none;transition:var(--transition-fast)}a.contact-info__item:hover{color:var(--sage-dark)}.contact-info__icon{width:22px;height:22px;flex-shrink:0}.contact-info__icon svg{width:22px;height:22px;color:var(--sage)}.contact-info__hours{padding:1.25rem;background:var(--cream);border-radius:var(--radius-md)}.contact-info__hours h4{font-family:var(--font-display);font-size:1.1rem;color:var(--earth);margin-bottom:.4rem}.contact-info__hours p{font-size:.9rem;color:var(--earth-light)}.contact-form{background:var(--cream);padding:2.5rem;border-radius:var(--radius-lg)}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-form__group{margin-bottom:1.25rem}.contact-form__group--full{grid-column:1 / -1}.contact-form__group label{display:block;font-size:.9rem;font-weight:500;color:var(--earth);margin-bottom:.4rem}.contact-form__group input,.contact-form__group select,.contact-form__group textarea{width:100%;padding:.85rem 1.25rem;font-family:var(--font-body);font-size:1rem;color:var(--earth);background:var(--white);border:2px solid transparent;border-radius:var(--radius-md);transition:var(--transition-fast)}.contact-form__group input:focus,.contact-form__group select:focus,.contact-form__group textarea:focus{outline:none;border-color:var(--sage)}.contact-form__group textarea{resize:vertical;min-height:120px}.contact-form__group input::placeholder,.contact-form__group textarea::placeholder{color:var(--earth-light);opacity:.6}.footer{background:var(--earth);color:var(--cream);padding:2.5rem 2rem 1.5rem}.footer__container{max-width:1200px;margin:0 auto}.footer__brand{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo{width:50px;height:50px;color:var(--sage-light);flex-shrink:0}.footer__name{font-family:var(--font-display);font-size:1.3rem}.footer__tagline{font-size:.9rem;opacity:.7;margin-left:.5rem}.footer__social{display:flex;gap:.75rem;margin-left:auto}.footer__social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:var(--transition-fast)}.footer__social a:hover{background:var(--sage)}.footer__social svg{width:18px;height:18px;color:var(--cream)}.footer__links{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer__column h4{font-family:var(--font-display);font-size:1rem;margin-bottom:.75rem;color:var(--peach-light)}.footer__column{display:flex;flex-direction:column;gap:.25rem}.footer__column button{background:none;border:none;color:var(--cream);opacity:.8;font-size:.9rem;cursor:pointer;padding:.25rem 0;transition:var(--transition-fast);text-align:left;white-space:nowrap}.footer__column button:hover{opacity:1;color:var(--peach-light)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;opacity:.6}@media (max-width: 1200px){.events-preview__types{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.nav__links{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--cream);flex-direction:column;justify-content:center;gap:.75rem;padding:2rem;box-shadow:-10px 0 30px #0000001a;transition:var(--transition-medium)}.nav__links--open{right:0}.nav__mobile-toggle{display:block}.about-preview__container{grid-template-columns:1fr;text-align:center}.about-preview__image-placeholder{margin:0 auto}.about-full__container{grid-template-columns:1fr}.about-full__image-placeholder{max-width:350px;margin:0 auto;position:static}.contact-section__container{grid-template-columns:1fr}.footer__brand{flex-wrap:wrap}.footer__links{gap:1.5rem}}@media (max-width: 768px){.events-preview__types{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.events-info{grid-template-columns:1fr}.luma-calendar-embed iframe{height:600px}.meditations-grid,.testimonials-grid,.contact-form__row,.about-full__expertise{grid-template-columns:1fr}.footer__brand{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.footer__tagline{margin-left:0}.footer__social{margin-left:0;margin-top:.5rem}.footer__links{justify-content:center;text-align:center}.footer__column button{text-align:center}.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 480px){.nav__logo-text{font-size:1.1rem}.hero__actions{flex-direction:column;width:100%;max-width:280px;margin:0 auto}.hero__actions .btn{width:100%}.luma-calendar-embed iframe{height:500px}}
