@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}.access-gate{min-height:100vh;padding:2rem;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at top left,rgba(232,168,124,.16) 0%,transparent 45%),radial-gradient(ellipse at bottom right,rgba(139,168,136,.18) 0%,transparent 50%),var(--cream)}.access-gate__card{width:min(100%,520px);padding:2.5rem;background:#fffffff0;border:1px solid rgba(93,78,78,.08);border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);text-align:center}.access-gate__card--status{display:grid;gap:1rem;justify-items:center}.access-gate__logo{width:76px;height:76px;color:var(--sage);margin:0 auto 1rem}.access-gate__title{font-family:var(--font-display);font-size:clamp(2.3rem,6vw,3.4rem);font-weight:400;color:var(--earth);margin-bottom:.75rem}.access-gate__copy{color:var(--earth-light);margin:0 auto;max-width:32ch}.access-gate__form{display:grid;gap:1rem;margin-top:2rem;text-align:left}.access-gate__field{display:grid;gap:.45rem}.access-gate__field label{font-size:.9rem;font-weight:600;color:var(--earth)}.access-gate__field input{width:100%;padding:.95rem 1rem;border-radius:var(--radius-md);border:1px solid transparent;background:var(--cream);font-family:var(--font-body);font-size:1rem;color:var(--earth);transition:var(--transition-fast)}.access-gate__field input:focus{outline:none;border-color:var(--sage);background:var(--white)}.access-gate__error{color:#a14f4f;font-size:.92rem;text-align:left}.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);text-decoration:none}.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;text-decoration:none}.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.1rem;color:var(--earth-light);max-width:760px;margin:0 auto 2rem;line-height:1.9}.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}}.ethereal-intro{padding:4rem 2rem 2rem;background:linear-gradient(180deg,#f3ede466,#ffffffe6)}.ethereal-intro__container{position:relative;max-width:980px;margin:0 auto;padding:2rem;overflow:hidden}.ethereal-intro__glow{position:absolute;border-radius:50%;filter:blur(55px);opacity:.55;pointer-events:none}.ethereal-intro__glow--left{width:220px;height:220px;background:#c4b7cb42;top:-60px;left:-40px}.ethereal-intro__glow--right{width:250px;height:250px;background:#8ba8882e;right:-70px;bottom:-90px}.ethereal-intro__panel{position:relative;z-index:1;height:320px;padding:2.5rem;border-radius:var(--radius-lg);background:var(--cream);border:1px solid rgba(232,168,124,.28);display:flex;flex-direction:column;justify-content:space-between}.ethereal-intro__panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,#e8a87c1f,#f5c9a80f);pointer-events:none}.ethereal-intro__dialogue{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.ethereal-intro__message{position:relative;z-index:1;width:100%;max-width:24ch;margin:0 auto;text-align:center;font-family:var(--font-display);font-size:clamp(1.55rem,2.7vw,2.35rem);line-height:1.28;color:var(--earth);animation:etherealFade .7s ease}.ethereal-intro__dots{display:flex;align-items:center;justify-content:center;gap:.55rem;padding-top:1rem}.ethereal-intro__dot{position:relative;z-index:1;width:10px;height:10px;border-radius:999px;border:none;background:#5d4e4e2e;cursor:pointer;transition:var(--transition-fast)}.ethereal-intro__dot--active{width:34px;background:linear-gradient(90deg,var(--peach) 0%,var(--peach-dark) 100%)}@keyframes etherealFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.welcome-path{padding:5rem 2rem;background:var(--white)}.welcome-path{scroll-margin-top:110px}.welcome-path__container{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr .8fr;gap:2rem;align-items:stretch}.welcome-path__content,.welcome-path__card{border-radius:var(--radius-lg);padding:2.5rem}.welcome-path__content{background:var(--cream);box-shadow:var(--shadow-soft)}.welcome-path__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--earth);margin-bottom:1rem}.welcome-path__intro{color:var(--earth);margin-bottom:1rem;font-size:1.05rem}.welcome-path__list{list-style:none;display:grid;gap:.85rem}.welcome-path__list li{position:relative;padding-left:1.5rem;color:var(--earth-light);line-height:1.7}.welcome-path__list li:before{content:"";position:absolute;left:0;top:.72rem;width:8px;height:8px;background:var(--peach);border-radius:50%}.welcome-path__card{background:linear-gradient(135deg,var(--sage-light) 0%,var(--lavender-light) 100%);display:flex;align-items:center;justify-content:center;text-align:center}.welcome-path__card-text{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2;color:var(--white);max-width:12ch}.home-actions{padding:5rem 2rem;background:var(--cream)}.home-actions__container{max-width:1200px;margin:0 auto}.home-actions__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--earth);text-align:center;margin-bottom:.5rem}.home-actions__subtitle{text-align:center;color:var(--earth-light);margin-bottom:3rem;font-size:1.05rem;max-width:600px;margin-left:auto;margin-right:auto}.home-actions__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.home-action-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:flex-start}.home-action-card__icon{width:50px;height:50px;margin-bottom:1rem;background:linear-gradient(135deg,var(--sage-light) 0%,var(--dusty-blue) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.home-action-card__icon svg{width:24px;height:24px;color:var(--white)}.home-action-card h3{font-family:var(--font-display);font-size:1.55rem;color:var(--earth);margin-bottom:.75rem}.home-action-card p{font-size:.95rem;color:var(--earth-light);line-height:1.7;margin-bottom:1.5rem}.home-action-card .btn{margin-top:auto}.page-hero{padding:calc(3.5rem + 80px) 2rem 2rem;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)}.page-hero__supporting{margin-top:.85rem;color:var(--sage-dark);font-size:.98rem;letter-spacing:.03em}.about-full{padding:3rem 2rem 5rem;background:var(--white)}.about-full__container{max-width:1100px;margin:0 auto;display:grid;gap:3.5rem}.about-full__lead{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:center}.about-full__image-column{display:grid}.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}.about-full__placeholder-icon{width:80px;height:80px;opacity:.7}.about-full__summary{padding:1rem 0;text-align:center;align-self:center}.about-full__sections{display:grid;gap:3rem}.about-full__section{max-width:820px;margin:0 auto}.about-full__section--center{text-align:center}.about-full__intro{font-size:1.2rem;color:var(--earth);margin-bottom:1.25rem;line-height:1.8}.about-full__summary .about-full__intro,.about-full__summary .about-full__expertise--single{max-width:520px;margin-left:auto;margin-right:auto;text-align:left}.about-full__summary p,.about-full__section p{margin-bottom:1.25rem;color:var(--earth-light)}.about-full__summary h3,.about-full__section h3{font-family:var(--font-display);font-size:1.75rem;color:var(--earth);margin:0 0 1rem}.about-full__expertise{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem 1.5rem;list-style:none;margin-bottom:0}.about-full__expertise--single{grid-template-columns:1fr}.about-full__expertise--centered{max-width:460px;margin:0 auto;text-align:left}.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__quote{margin:0;padding:2rem;background:var(--cream);border-radius:var(--radius-lg);border-left:4px solid var(--peach);font-family:var(--font-display);font-size:clamp(1.45rem,3vw,2rem);line-height:1.5;color:var(--sage-dark)}.about-full__cta{margin-top:2rem;text-align:center}.about-full__cta .btn{min-width:220px}.events-section{padding:2rem 2rem 5rem;background:var(--white)}.events-section__container{max-width:1100px;margin:0 auto}.events-intro{max-width:820px;margin:0 auto 2.5rem;text-align:center;display:grid;gap:.9rem}.events-intro p{color:var(--earth-light);line-height:1.85}.events-bookings{margin-bottom:2rem}.events-bookings__header{text-align:center;max-width:700px;margin:0 auto 2rem}.events-bookings__title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:400;color:var(--earth);margin-bottom:.75rem}.events-bookings__intro{color:var(--earth-light);font-size:1rem;line-height:1.75}.events-bookings__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.booking-card{background:linear-gradient(180deg,#fffffff0,#fbf8f4f5);border:1px solid rgba(93,78,78,.12);border-radius:24px;padding:1.4rem;box-shadow:0 18px 45px #5d4e4e14;display:flex;flex-direction:column;align-items:stretch;min-height:100%;transition:var(--transition-medium);width:100%;text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;font:inherit}.booking-card--active{border-color:#9c7a2e;box-shadow:0 24px 60px #9c7a2e29;transform:translateY(-4px)}.booking-card:focus-visible{outline:2px solid rgba(156,122,46,.6);outline-offset:3px}.booking-card__type{font-size:.72rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:#5d4e4ea6;margin-bottom:1rem;text-align:center}.booking-card__title{font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.9rem);font-weight:400;color:var(--earth);margin-bottom:.75rem;text-align:center;line-height:1.15}.booking-card__text{color:#706565;line-height:1.55;margin-bottom:1.25rem;flex-grow:1;text-align:center;font-size:.95rem}.booking-card__text--secondary{margin-top:-.6rem;font-size:.88rem;color:#5d4e4eb8}.booking-card__button{width:100%;border-radius:12px;border:1.5px solid #9c7a2e;background:transparent;color:#9c7a2e;font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:.04em;padding:.95rem 1rem;transition:var(--transition-fast);display:inline-flex;align-items:center;justify-content:center}.booking-card:hover .booking-card__button{background:#9c7a2e14}.booking-card__button--active{background:#9c7a2e;color:var(--white)}.booking-card:hover .booking-card__button--active{background:#876825}.events-info-sections{display:grid;gap:1.5rem;margin-bottom:2rem}.events-info-section{padding:2rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffffa,#fbf8f4fa);box-shadow:var(--shadow-soft);border:1px solid rgba(93,78,78,.08)}.events-info-section h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.3rem);font-weight:400;color:var(--earth);margin-bottom:.9rem}.events-info-section p{color:var(--earth-light);line-height:1.8;margin-bottom:.9rem}.events-info-section p:last-child{margin-bottom:0}.events-info-section__list{list-style:none;display:grid;gap:.75rem;margin:1rem 0}.events-info-section__list li{position:relative;padding-left:1.4rem;color:var(--earth-light);line-height:1.7}.events-info-section__list li:before{content:"";position:absolute;left:0;top:.72rem;width:8px;height:8px;border-radius:50%;background:var(--peach)}.events-info-section--reassurance{text-align:center;background:linear-gradient(135deg,#e8a87c1f,#f3ede4eb)}.session-detail{display:grid;gap:1.5rem;margin-bottom:2rem}.session-page__back{margin-bottom:1.25rem}.session-page__back-link{color:var(--sage-dark);text-decoration:none;font-weight:600;transition:var(--transition-fast)}.session-page__back-link:hover{color:var(--peach-dark)}.session-detail__layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.session-detail__card{padding:2rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffffa,#fbf8f4fa);box-shadow:var(--shadow-soft);border:1px solid rgba(93,78,78,.08)}.session-detail__card--soft{background:linear-gradient(135deg,#e8a87c1f,#f3ede4eb)}.session-detail__card h3{font-family:var(--font-display);font-size:1.7rem;font-weight:400;color:var(--earth);margin-bottom:.9rem}.session-detail__card p{color:var(--earth-light);line-height:1.8}.session-detail__copy{display:grid;gap:.9rem}.session-detail__list{list-style:none;display:grid;gap:.8rem;margin-top:1rem}.session-detail__list li{position:relative;padding-left:1.4rem;color:var(--earth-light);line-height:1.7}.session-detail__list li:before{content:"";position:absolute;left:0;top:.72rem;width:8px;height:8px;border-radius:50%;background:var(--peach)}.session-detail__testimonial{margin:0;padding:2rem 2.25rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#8ba8881f,#fffffffa);border-left:4px solid var(--sage)}.session-detail__testimonial p{font-family:var(--font-display);font-size:clamp(1.45rem,3vw,2rem);line-height:1.5;color:var(--earth)}.session-detail__testimonial footer{margin-top:1rem;color:var(--sage-dark);font-weight:600}.events-embed{margin-bottom:2rem;padding:2.5rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffffa,#fbf8f4f5);box-shadow:var(--shadow-medium);scroll-margin-top:120px}.events-embed__header{text-align:center;max-width:720px;margin:0 auto 1.75rem}.events-embed__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--earth);margin-bottom:.5rem}.events-embed__booking-line{color:var(--earth);font-size:1.05rem;line-height:1.75;margin-bottom:.9rem}.events-embed__subtitle{color:var(--earth-light);font-size:1rem;line-height:1.7}.events-embed__subtitle a{color:var(--sage-dark);font-weight:600}.cal-inline{position:relative;min-height:780px}.cal-inline__status{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:#fbf8f4eb;border-radius:24px;z-index:1;text-align:center}.cal-inline__status p{color:var(--earth-light);font-size:1rem}.cal-inline__status--error{background:#fffffffa;border:1px solid rgba(93,78,78,.12)}.cal-inline__mount{width:100%;min-height:780px;border-radius:24px;overflow:hidden;background:var(--white);box-shadow:inset 0 0 0 1px #5d4e4e1a}.cal-inline__mount--loading{opacity:0}.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}.events-page-cta{text-align:center;padding:2.5rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#8ba88824,#fffffffa);box-shadow:var(--shadow-soft)}.events-page-cta__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;color:var(--earth);margin-bottom:.75rem}.events-page-cta__copy{max-width:620px;margin:0 auto 1.5rem;color:var(--earth-light);line-height:1.8}.events-page-cta__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.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-collection{background:linear-gradient(180deg,#fffffffa,#fbf8f4fa);border-radius:var(--radius-lg);padding:2.25rem;box-shadow:var(--shadow-soft)}.meditations-collection__header{text-align:center;max-width:720px;margin:0 auto 2rem}.meditations-collection__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;color:var(--earth);margin-bottom:.5rem}.meditations-collection__subtitle{color:var(--earth-light);font-size:1rem}.meditations-flash{max-width:700px;margin:0 auto 1.5rem;padding:1rem 1.25rem;border-radius:var(--radius-md);background:#8ba88824;border:1px solid rgba(139,168,136,.22);text-align:center}.meditations-flash p{color:var(--sage-dark)}.meditations-empty-state{max-width:560px;margin:0 auto;padding:2.5rem 2rem;text-align:center;background:#ffffffdb;border:1px solid rgba(93,78,78,.08);border-radius:var(--radius-lg)}.meditations-empty-state h3{font-family:var(--font-display);font-size:1.8rem;color:var(--earth);margin-bottom:.5rem}.meditations-empty-state p{color:var(--earth-light);line-height:1.75}.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;box-shadow:var(--shadow-soft);border:1px solid rgba(93,78,78,.06);overflow:hidden}.meditation-card--coming-soon{background:linear-gradient(180deg,#fbf8f4fa,#f3ede4fa)}.meditation-card__cover{width:calc(100% + 3.5rem);height:180px;margin:-1.75rem -1.75rem 1.25rem;object-fit:cover;background:linear-gradient(135deg,#e8a87c2e,#9bb5c429)}.meditation-card__cover--placeholder{display:flex;align-items:center;justify-content:center;color:var(--peach-dark);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.meditation-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.meditation-card__category{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--dusty-blue)}.meditation-card__status{font-size:.75rem;font-weight:700;padding:.35rem .75rem;border-radius:var(--radius-full);white-space:nowrap}.meditation-card__status--live{background:#8ba88829;color:var(--sage-dark)}.meditation-card__status--coming_soon{background:#c4b7cb38;color:var(--earth)}.meditation-card__title{font-family:var(--font-display);font-size:1.45rem;color:var(--earth);margin-bottom:.75rem}.meditation-card__description{font-size:.95rem;color:var(--earth-light);margin-bottom:1.5rem;flex-grow:1;line-height:1.7}.meditation-card__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.meditation-card__duration{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;color:var(--earth-light)}.meditation-card__duration svg{width:16px;height:16px;color:var(--sage)}.meditation-card__access{font-size:.82rem;color:var(--earth-light);letter-spacing:.06em;text-transform:uppercase}.meditation-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1200;padding:1.5rem}.meditation-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#5d4e4e6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.meditation-modal__panel{position:relative;z-index:1;width:min(100%,460px);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);padding:2rem}.meditation-modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;border-radius:50%;background:#f3ede4e6;color:var(--earth);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.meditation-modal__close svg{width:18px;height:18px}.meditation-modal__title{font-family:var(--font-display);font-size:2rem;color:var(--earth);margin-bottom:.35rem}.meditation-modal__subtitle{color:var(--sage-dark);font-weight:600;margin-bottom:1.25rem}.meditation-modal__copy{color:var(--earth-light);line-height:1.7;margin-bottom:1.25rem}.meditation-modal__form{display:grid;gap:1rem}.meditation-modal__field label{display:block;font-size:.9rem;font-weight:600;color:var(--earth);margin-bottom:.4rem}.meditation-modal__field input{width:100%;padding:.85rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--earth);background:var(--cream);border:1px solid transparent;border-radius:var(--radius-md);transition:var(--transition-fast)}.meditation-modal__field input:focus{outline:none;border-color:var(--sage);background:var(--white)}.meditation-modal__error{color:#a14f4f;font-size:.9rem}.meditation-modal__success{display:grid;gap:1rem}.meditation-modal__success p{color:var(--earth-light);line-height:1.7}.admin-shell{padding:calc(3.5rem + 80px) 2rem 5rem;background:linear-gradient(180deg,#f3ede4ad,#fffffff0);min-height:calc(100vh - 200px)}.admin-shell--narrow{display:flex;justify-content:center;align-items:flex-start}.admin-shell--narrow .admin-card{width:min(100%,520px)}.admin-header{max-width:1200px;margin:0 auto 2rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.admin-header__actions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:1.75rem;align-items:start}.admin-card{background:#fffffff2;border:1px solid rgba(93,78,78,.08);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-soft)}.admin-card--form{padding:2rem}.admin-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.admin-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--earth);line-height:1.1}.admin-title--small{font-size:1.8rem}.admin-copy{color:var(--earth-light);line-height:1.75}.admin-form{display:grid;gap:1rem}.admin-form--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.admin-field{display:grid;gap:.4rem}.admin-field--full{grid-column:1 / -1}.admin-field label{font-size:.88rem;font-weight:600;color:var(--earth)}.admin-field input,.admin-field select,.admin-field textarea{width:100%;padding:.9rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--earth);background:var(--cream);border:1px solid transparent;border-radius:var(--radius-md);transition:var(--transition-fast)}.admin-field textarea{min-height:140px;resize:vertical}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{outline:none;border-color:var(--sage);background:var(--white)}.admin-field input:disabled{opacity:.55;cursor:not-allowed}.admin-field__hint{font-size:.82rem;color:var(--earth-light);overflow-wrap:anywhere}.admin-actions{display:flex;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.admin-actions--full{grid-column:1 / -1;padding-top:.25rem}.admin-error{color:#a14f4f;font-size:.92rem}.admin-error--full{grid-column:1 / -1}.admin-success{color:var(--sage-dark);line-height:1.75}.admin-list,.admin-editor,.admin-list__items{display:grid;gap:1rem}.admin-item{padding:1.25rem;border-radius:var(--radius-md);background:var(--cream);border:1px solid rgba(93,78,78,.08)}.admin-item--archived{opacity:.72}.admin-item__top{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.admin-item__top h3{font-family:var(--font-display);font-size:1.45rem;font-weight:400;color:var(--earth);line-height:1.2;margin-bottom:.2rem}.admin-item__top p{color:var(--earth-light);font-size:.92rem}.admin-item__badges{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.admin-item__meta{color:var(--earth-light);font-size:.82rem;margin-bottom:1rem}.admin-item__actions{display:flex;gap:.6rem;flex-wrap:wrap}.admin-item__actions .btn{padding:.7rem 1rem;font-size:.88rem}.admin-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.35rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.admin-pill--draft{background:#c4b7cb38;color:var(--earth)}.admin-pill--live{background:#8ba8882e;color:var(--sage-dark)}.admin-pill--coming_soon{background:#e8a87c2e;color:var(--peach-dark)}.admin-pill--neutral{background:#5d4e4e14;color:var(--earth-light)}.testimonials-section{padding:3rem 2rem 5rem;background:var(--white)}.testimonials-section__container{max-width:1100px;margin:0 auto}.testimonials-intro{max-width:780px;margin:0 auto 2rem;text-align:center;display:grid;gap:.9rem}.testimonials-intro__lead{font-family:var(--font-display);font-size:clamp(1.55rem,3vw,2.1rem);line-height:1.35;color:var(--earth)}.testimonials-intro p:not(.testimonials-intro__lead){color:var(--earth-light)}.testimonials-highlight{max-width:840px;margin:0 auto 3rem;padding:2rem 2.25rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#fbf8f4,#f3ede4eb);border:1px solid rgba(232,168,124,.22);text-align:center}.testimonials-highlight__quote{font-family:var(--font-display);font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.35;color:var(--earth);animation:etherealFade .6s ease}.testimonials-highlight__author{margin-top:1rem;color:var(--peach-dark);font-size:.92rem;letter-spacing:.08em;text-transform:uppercase}.testimonials-groups{display:grid;gap:2.5rem}.testimonials-group{display:grid;gap:1.25rem}.testimonials-group__header{max-width:760px;display:grid;gap:.45rem}.testimonials-group__intro{color:var(--earth-light);font-size:1.02rem}.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);display:flex;flex-direction:column;gap:1rem;min-height:100%;box-shadow:var(--shadow-soft)}.testimonial-card__quote-mark{font-family:var(--font-display);font-size:4rem;line-height:.8;color:var(--peach)}.testimonial-card__text{font-size:1rem;color:var(--earth);line-height:1.85}.testimonial-card__author{display:flex;flex-direction:column;gap:2px;padding-top:.5rem;margin-top:auto}.testimonial-card__name{font-weight:600;color:var(--sage-dark)}.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:center;align-items:flex-start;gap:4rem;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 a,.footer__column button,.footer__column span{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;text-decoration:none}.footer__column a:hover,.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){.home-actions__grid{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}.ethereal-intro__container{padding:1.5rem}.welcome-path__container,.about-full__lead{grid-template-columns:1fr}.about-full__image-placeholder{max-width:350px;margin:0 auto}.about-full__image-column,.about-full__summary{text-align:center}.contact-section__container{grid-template-columns:1fr}.footer__brand{flex-wrap:wrap}.footer__links{gap:1.5rem}.session-detail__layout{grid-template-columns:1fr}.meditations-grid{grid-template-columns:repeat(2,1fr)}.admin-header,.admin-layout{grid-template-columns:1fr;display:grid}.admin-header{margin-bottom:1.5rem}}@media (max-width: 768px){.home-actions__grid{grid-template-columns:1fr}.events-bookings__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.events-embed{padding:1.25rem}.events-page-cta{padding:2rem 1.5rem}.cal-inline,.cal-inline__mount{min-height:680px}.meditations-grid{grid-template-columns:1fr}.meditation-card__cover{height:160px}.testimonials-grid,.contact-form__row,.about-full__expertise{grid-template-columns:1fr}.admin-shell{padding-left:1rem;padding-right:1rem}.admin-form--grid{grid-template-columns:1fr}.admin-card__header,.admin-item__top{flex-direction:column}.admin-item__badges{justify-content:flex-start}.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;gap:2rem}.footer__column a,.footer__column button,.footer__column span{text-align:center}.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 480px){.nav__logo-text{font-size:1.1rem}.access-gate{padding:1rem}.access-gate__card{padding:2rem 1.5rem}.hero__actions{flex-direction:column;width:100%;max-width:280px;margin:0 auto}.hero__actions .btn{width:100%}.ethereal-intro{padding:3rem 1rem 1rem}.ethereal-intro__container{padding:0}.ethereal-intro__panel{height:300px;padding:1.75rem;border-radius:24px}.ethereal-intro__message{font-size:1.5rem;max-width:22ch}.booking-card{padding:1.5rem;border-radius:22px}.events-bookings__grid{grid-template-columns:1fr}.booking-card__title{font-size:1.6rem}.cal-inline,.cal-inline__mount{min-height:620px}}
