.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{inset:0;opacity:0;overflow:hidden;position:fixed;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));inset:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media(prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{display:flex;justify-content:flex-end;inset:0 0 auto auto;padding:var(--yarl__toolbar_padding,8px);position:absolute}[dir=rtl] .yarl__toolbar{inset:0 auto auto 0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media(hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}:root{--dark: #081119;--dark-soft: #101d27;--cream: #f7f3eb;--cream-deep: #eee6da;--gold: #caa05d;--gold-light: #dfbd79;--text: #18202a;--muted: #5c6570;--white: #ffffff;--anchor-offset: 132px;--serif: "Lora", serif;--sans: "Inter", sans-serif}*{box-sizing:border-box}html{background:var(--dark);scroll-behavior:smooth}body{max-width:1600px;margin:0;color:var(--text);background:var(--cream);font-family:var(--sans);line-height:1.6;margin-inline:auto}img{display:block;width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.05}h1{max-width:700px;margin-bottom:24px;font-size:clamp(48px,7vw,88px)}.hero h1{max-width:760px;font-size:clamp(52px,5.5vw,80px)}h2{margin-bottom:24px;font-size:clamp(34px,4vw,58px)}.site-header{position:fixed;z-index:10;top:0;left:0;right:0;display:flex;align-items:center;gap:34px;width:100%;max-width:1600px;margin-inline:auto;padding:34px 6vw;color:var(--white);background:linear-gradient(180deg,#07131df5,#07131db8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{margin-right:auto;font-family:var(--serif);font-size:24px;line-height:1.05;text-transform:uppercase}.logo span{display:block}.main-nav{display:flex;align-items:center;gap:34px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.main-nav a{position:relative;padding-bottom:10px}.main-nav a.active:after,.main-nav a:hover:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--gold);content:""}.header-button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 30px;border:1px solid transparent;font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.header-button,.gold-button{color:var(--white);background:var(--gold)}.outline-button{border-color:#ffffffb3;color:var(--white)}.dark-outline-button{border-color:var(--text);color:var(--text)}.button-row{display:flex;flex-wrap:wrap;gap:22px;margin-top:34px}.menu-button{display:none}.dark-section{color:var(--white);background:linear-gradient(90deg,#081119fa,#081119d6),var(--dark)}.hero,.about-section,.services,.experiences-section,.resources-section,.contact-section{scroll-margin-top:var(--anchor-offset)}.hero{position:relative;display:flex;align-items:center;height:clamp(620px,50vw,800px);overflow:hidden;background:#07131d}.hero:after{position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(90deg,#07131d,#07131dfa 36%,#07131db8 50%,#07131d2e 68%,#07131d00 82%),linear-gradient(0deg,#07131d85,#07131d00 34%);content:""}.hero-text{position:relative;z-index:2;max-width:700px;padding:165px 0 82px 5vw}.hero-text p{max-width:470px;margin-bottom:14px;font-size:18px}.hero-image-wrap{position:absolute;top:118px;right:0;bottom:0;width:min(70.5%,1128px)}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center top}.tagline,.eyebrow{color:var(--gold-light);font-size:13px;font-weight:800;letter-spacing:3px;text-transform:uppercase}.gold-line{width:48px;height:2px;margin-bottom:24px;background:var(--gold)}.about-section,.approach-section{display:grid;grid-template-columns:.72fr 1fr;min-height:560px;background:var(--cream)}.about-page{padding-top:118px}.content-block{display:flex;flex-direction:column;justify-content:center;padding:76px 7vw}.light-block{background:linear-gradient(90deg,#f7f3ebf5,#f7f3ebeb),var(--cream)}.content-block h2,.content-block p{max-width:610px}.about-image-wrap{position:relative;display:flex;align-items:stretch;min-height:560px;background:var(--cream-deep)}.about-image-wrap img{height:100%;object-fit:cover;object-position:center 30%}.quote-card{position:absolute;right:6vw;bottom:58px;max-width:300px;margin:0;padding:42px;color:var(--white);background:var(--dark-soft);font-family:var(--serif);font-size:25px;line-height:1.28}.quote-card span{display:block;color:var(--gold);font-size:58px;line-height:.8}.services{padding:74px 6vw 86px;text-align:center}.services h2{margin-right:auto;margin-left:auto}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1180px;margin:54px auto 0}.service-grid article{padding:20px 48px;border-right:1px solid rgba(255,255,255,.28)}.service-grid article:last-child{border-right:0}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:28px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-family:var(--serif);font-size:22px}.service-grid h3,.mindful-card h3{font-size:16px;letter-spacing:1.6px;text-transform:uppercase}.service-grid p{color:#ffffffc7}.service-grid a,.mindful-card a{color:var(--gold-light);font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.check-list{display:grid;gap:12px;margin:0 0 32px;padding:0;list-style:none}.check-list li{position:relative;padding-left:34px}.check-list li:before{position:absolute;top:2px;left:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-size:12px;content:"✓"}.landscape-card{position:relative;min-height:90vh;background:var(--cream)}.landscape-card img{height:90vh;object-fit:contain;object-position:center bottom}.mindful-card{position:absolute;right:6vw;top:52px;width:240px;padding:40px 28px;border:1px solid rgba(202,160,93,.34);text-align:center;background:#f7f3ebf5}.compass{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:22px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-family:var(--serif);font-size:34px}.section-heading{max-width:820px;margin:0 auto 52px;text-align:center}.section-heading p:not(.eyebrow){color:var(--muted);font-size:18px}.dark-section .section-heading p:not(.eyebrow){color:#ffffffb8}.credentials-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:86px 6vw}.credentials-section h2{max-width:600px}.credentials-grid{display:grid;gap:24px}.credentials-grid article,.topic-list article,.resource-grid article{border:1px solid rgba(255,255,255,.22);background:#ffffff08}.credentials-grid article{padding:30px}.credentials-grid span,.program-grid span,.experience-summary-grid span,.experience-detail-grid span,.resource-grid span{display:block;margin-bottom:18px;color:var(--gold-light);font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.credentials-grid h3,.program-grid h3,.experience-summary-grid h3,.experience-detail-grid h3,.topic-list h3,.resource-grid h3{margin-bottom:12px;font-size:17px;letter-spacing:1.2px;text-transform:uppercase}.credentials-grid p,.experience-summary-grid p,.experience-detail-grid p,.topic-list p,.resource-grid p{margin-bottom:0;color:#ffffffc2}.appearances-section{padding:86px 6vw;background:var(--cream-deep)}.appearances-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto}.appearances-grid article{display:flex;flex-direction:column;min-height:330px;padding:36px;border:1px solid rgba(24,32,42,.18);background:var(--cream)}.appearance-meta{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px;color:#906426;font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.appearances-grid h3{max-width:520px;margin-bottom:14px;font-family:var(--serif);font-size:32px;font-weight:400;line-height:1.2}.appearances-grid p{color:var(--muted)}.appearances-grid .appearance-location{margin-bottom:22px;color:var(--text);font-size:13px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.appearances-grid a{align-self:flex-start;margin-top:auto;padding-top:24px;color:#805b28;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.programs-section,.experiences-section,.workshops-section,.resources-section{padding:86px 6vw}.programs-section{background:var(--cream)}.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#18202a2e}.program-grid article{min-height:310px;padding:34px;background:var(--cream)}.program-grid p{margin-bottom:0;color:var(--muted)}.experience-summary-grid,.experience-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;background:transparent}.planned-experience-grid{justify-items:center}.experience-summary-grid article,.experience-card{--experience-accent: var(--gold);display:flex;flex-direction:column;min-height:250px;padding:34px;border:0;border-top:5px solid var(--experience-accent);color:inherit;background:var(--cream);font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.experience-card:hover,.experience-card:focus-visible{box-shadow:0 18px 44px #0811191f;transform:translateY(-3px)}.experience-card:focus-visible{outline:2px solid var(--experience-accent);outline-offset:4px}.experience-card-retreat{--experience-accent: #caa05d}.experience-card-workshop{--experience-accent: #8d6fa6}.experience-card-atelier{--experience-accent: #b46f55}.experience-type-chip{align-self:flex-start;display:inline-flex;margin:0 0 18px;border:1px solid var(--experience-accent, var(--gold));padding:5px 9px;color:var(--experience-accent, var(--gold));background:#ffffff5c;font-size:11px;font-weight:900;letter-spacing:1px;line-height:1;text-transform:uppercase}.experience-type-chip-retreat{--experience-accent: #caa05d}.experience-type-chip-workshop{--experience-accent: #8d6fa6}.experience-type-chip-atelier{--experience-accent: #b46f55}.experience-card.with-image{grid-column:1 / -1;display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);gap:34px;align-items:center}.planned-experience-grid .experience-card{grid-column:1 / -1;justify-self:center;width:min(100%,calc((100% - 48px) / 3 * 2 + 24px))}.planned-experience-grid .experience-card.with-poster-image{grid-template-columns:minmax(0,1fr) minmax(220px,.72fr);min-height:250px}.planned-experience-grid .experience-card.with-poster-image .info-card-image{width:min(100%,180px);padding:0}.planned-experience-grid .experience-card.with-poster-image .info-card-image img{max-height:240px}.experience-card.with-poster-image{grid-template-columns:minmax(320px,.58fr) minmax(260px,.42fr)}.experience-card.with-poster-image .info-card-image{display:grid;place-items:center;justify-self:center;width:min(100%,360px);height:auto;min-height:0;max-height:none;aspect-ratio:auto;padding:0;background:transparent}.experience-card.with-poster-image .info-card-image img{width:100%;height:auto;max-height:min(68vh,680px);object-fit:contain;box-shadow:none}.info-card-copy{display:flex;flex-direction:column}.info-card-image{position:relative;height:min(24vw,300px);min-height:220px;max-height:300px;aspect-ratio:16 / 6;overflow:hidden;background:var(--cream-deep)}.info-card-image img{height:100%;object-fit:cover;object-position:center}.image-watermark{position:absolute;inset:0;display:grid;place-items:center;color:#ffffffa8;background:#0811192e;font-size:clamp(72px,11vw,158px);font-weight:800;letter-spacing:0;line-height:1;text-transform:uppercase}.experience-summary-grid p,.experience-detail-grid p{color:var(--muted)}.experience-summary-grid a,.experience-card strong{display:inline-block;margin-top:24px;color:#805b28;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.experiences-section{background:var(--cream-deep)}.experiences-section-action{margin-top:34px;text-align:center}.landing-testimonials-section{scroll-margin-top:var(--anchor-offset);padding:86px 6vw;background:var(--cream)}.landing-testimonials-heading{display:flex;align-items:end;justify-content:space-between;gap:34px;margin:0 auto 40px;max-width:1180px}.landing-testimonials-heading h2{max-width:760px}.landing-testimonials-heading p:not(.eyebrow){max-width:700px;margin-bottom:0;color:var(--muted);font-size:18px}.landing-testimonials-controls{display:flex;gap:12px}.landing-testimonials-controls button{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(24,32,42,.22);border-radius:50%;color:var(--text);background:transparent;cursor:pointer;font-size:34px;line-height:1;transition:border-color .18s ease,color .18s ease,background .18s ease,opacity .18s ease}.landing-testimonials-controls button:hover,.landing-testimonials-controls button:focus-visible{border-color:var(--gold);color:var(--white);background:var(--gold)}.landing-testimonials-controls button:disabled{cursor:default;opacity:.34}.landing-testimonials-controls button:disabled:hover{border-color:#18202a38;color:var(--text);background:transparent}.landing-testimonials-viewport{width:100%;max-width:1180px;margin:0 auto;overflow:hidden}.landing-testimonials-track{display:flex;align-items:flex-start;gap:24px;width:100%;scroll-snap-type:x mandatory}.landing-testimonials-track.is-centered{justify-content:center}.landing-testimonial-card{flex:0 0 var(--testimonial-column-width);display:flex;flex-direction:column;height:430px;padding:30px;border-top:5px solid var(--gold);background:var(--cream-deep);scroll-snap-align:start}.landing-testimonial-author{display:flex;align-items:center;gap:14px;margin-bottom:24px}.landing-testimonial-avatar{flex:0 0 auto;display:grid;place-items:center;width:58px;height:58px;overflow:hidden;border:1px solid rgba(128,91,40,.34);border-radius:50%;color:var(--white);background:var(--dark-soft);font-family:var(--serif);font-size:20px;line-height:1}.landing-testimonial-avatar img{width:100%;height:100%;object-fit:cover;object-position:center}.landing-testimonial-avatar span{transform:translateY(1px)}.landing-testimonial-author strong,.landing-testimonial-author span{display:block}.landing-testimonial-author strong{color:var(--text);font-size:14px;font-weight:900;letter-spacing:1.1px;text-transform:uppercase}.landing-testimonial-author span{color:#805b28;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.landing-testimonial-card blockquote{margin:0;max-height:16.8em;overflow:hidden;padding-right:4px;color:var(--text);font-family:var(--serif);font-size:18px;line-height:1.68}.landing-testimonial-read-more{align-self:flex-start;margin-top:auto;border:0;padding:22px 0 0;color:#805b28;background:transparent;cursor:pointer;font:inherit;font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.landing-testimonial-read-more:hover,.landing-testimonial-read-more:focus-visible{color:var(--text);text-decoration:underline;text-underline-offset:5px}.modal-is-open{overflow:hidden}.testimonial-modal{position:fixed;inset:0;z-index:1001;display:grid;place-items:center;padding:24px;background:#081119b8}.testimonial-modal-dialog{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(100%,820px);height:min(82vh,820px);overflow:hidden;padding:clamp(30px,5vw,52px);border-top:5px solid var(--gold);background:var(--cream);box-shadow:0 24px 80px #08111952}.testimonial-modal-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(24,32,42,.18);border-radius:50%;color:var(--text);background:transparent;cursor:pointer;font-size:28px;line-height:1}.testimonial-modal-close:hover,.testimonial-modal-close:focus-visible{border-color:var(--gold);color:var(--white);background:var(--gold)}.testimonial-modal blockquote{margin:30px 0 0;overflow-y:auto;padding-right:8px;color:var(--text);font-family:var(--serif);font-size:clamp(19px,2.2vw,23px);line-height:1.72}.experiences-page{min-height:100vh;background:var(--cream)}.experiences-hero{padding:180px 6vw 80px}.experiences-hero h1{max-width:900px}.experiences-hero>p:not(.eyebrow){max-width:720px;color:#ffffffc2;font-size:20px}.experiences-detail-section{padding:76px 6vw 96px}.past-experiences-heading{margin-top:86px}.past-experience-groups{display:grid;gap:72px}.past-experience-group-heading{width:100%;margin-bottom:30px;padding-bottom:14px;border-bottom:1px solid rgba(8,17,25,.24)}.past-experience-group-heading h3{margin:0;font-family:var(--serif);font-size:30px;font-weight:500;letter-spacing:0;line-height:1.1}.topic-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.topic-list article{min-height:190px;padding:30px}.nature-section{display:grid;grid-template-columns:.9fr 1.1fr;min-height:600px;background:var(--cream)}.nature-image{min-height:600px;background:var(--dark)}.nature-image img{height:100%;object-fit:cover;object-position:center}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:24px}.resource-grid article{min-height:230px;padding:32px}.article-card-link{display:block;height:100%}.article-card-link article{display:flex;flex-direction:column;height:100%;transition:border-color .18s ease,background .18s ease,transform .18s ease}.article-card-link:hover article{border-color:var(--gold-light);background:#ffffff12;transform:translateY(-3px)}.article-card-link strong{display:inline-block;margin-top:auto;padding-top:26px;color:var(--gold-light);font-size:12px;letter-spacing:1.2px;text-transform:uppercase}.articles-section-action{margin-top:34px;text-align:center}.articles-page{min-height:100vh;background:var(--cream)}.articles-hero{padding:180px 6vw 80px}.articles-hero h1{max-width:900px}.articles-hero>p:not(.eyebrow){max-width:720px;color:#ffffffc2;font-size:20px}.articles-archive{padding:76px 6vw 96px}.articles-archive .resource-grid article{border-color:#18202a2e;background:var(--white)}.articles-archive .resource-grid span,.articles-archive .article-card-link strong{color:#9a6f31}.articles-archive .resource-grid p{color:var(--muted)}.articles-archive .article-card-link:hover article{border-color:var(--gold);background:var(--white)}.article-page{min-height:calc(100vh - 90px);padding:180px 6vw 96px;background:var(--cream)}.experience-detail-page{min-height:100vh;background:var(--cream)}.experience-detail-hero{padding:180px 6vw 80px}.experience-detail-hero h1{max-width:980px}.experience-detail-hero>p:not(.eyebrow){max-width:820px;color:#ffffffc2;font-size:20px}.experience-detail-hero .experience-type-chip{margin-bottom:24px;color:var(--white);background:var(--experience-accent, var(--gold))}.experience-detail-hero-inger-si-demon{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,34%);grid-template-rows:auto auto auto minmax(0,1fr) auto;column-gap:clamp(48px,6vw,96px);height:577px;padding:116px 6vw 0;overflow:hidden}.experience-detail-hero-inger-si-demon>.eyebrow{grid-column:1;grid-row:1;margin-top:64px}.experience-detail-hero-inger-si-demon>.experience-type-chip{grid-column:1;grid-row:2;justify-self:start}.experience-detail-hero-inger-si-demon>h1{grid-column:1;grid-row:3;max-width:100%}.experience-detail-hero-inger-si-demon>p:not(.eyebrow){grid-column:1;grid-row:4;max-width:100%;margin-bottom:16px}.experience-detail-hero-inger-si-demon>.experience-purchase-hero{grid-column:1;grid-row:5;align-self:end;margin-bottom:30px}.experience-detail-hero-inger-si-demon .experience-detail-hero-media{grid-column:2;grid-row:1 / -1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none}.experience-detail-hero-inger-si-demon .experience-detail-hero-media img{width:auto;height:80%;max-width:100%;max-height:80%;border:1px solid rgba(223,189,121,.28);object-fit:contain;object-position:center}.experience-purchase{display:flex;align-items:center}.experience-purchase-button{min-width:288px;min-height:48px;cursor:pointer;font-family:var(--sans)}.experience-detail-content-inger-si-demon .experience-purchase-article{justify-content:flex-start;margin:44px 0 0}.experience-detail-content{max-width:1060px;margin:0 auto;padding:76px 6vw 96px}.experience-detail-meta{display:flex;flex-wrap:wrap;gap:12px;margin:36px 0 34px}.experience-detail-meta span{border:1px solid rgba(24,32,42,.2);padding:8px 12px;color:#805b28;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.experience-logistics{max-width:900px;margin-bottom:42px;border-top:5px solid var(--gold);background:var(--cream-deep)}.experience-logistics dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;background:#18202a24}.experience-logistics div{min-height:96px;padding:24px;background:var(--cream)}.experience-logistics dt{margin-bottom:8px;color:#805b28;font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.experience-logistics dd{margin:0;color:var(--text);font-size:17px;font-weight:700;line-height:1.45}.experience-detail-copy{max-width:840px;font-family:var(--serif);font-size:21px;line-height:1.75}.experience-detail-copy p{margin-bottom:28px}.experience-detail-copy h2{margin:52px 0 20px;color:var(--text);font-size:32px;line-height:1.2}.experience-detail-copy ul{margin:0 0 30px;padding-left:26px}.experience-detail-copy li{padding-left:6px}.experience-detail-copy li+li{margin-top:10px}.experience-reflections{max-width:840px;margin-top:50px}.experience-reflections>.eyebrow{margin-bottom:14px;color:#805b28}.experience-reflection{border-top:1px solid rgba(24,32,42,.2);border-bottom:1px solid rgba(24,32,42,.2)}.experience-reflection+.experience-reflection{border-top:0}.experience-reflection-summary{display:flex;align-items:center;gap:16px;min-height:64px;padding:0 4px;color:var(--text);cursor:pointer;font-size:17px;font-weight:800;list-style:none}.experience-reflection-summary::-webkit-details-marker{display:none}.experience-reflection-summary::marker{content:""}.experience-reflection-summary:focus-visible{outline:2px solid var(--gold);outline-offset:5px}.experience-reflection-chevron{flex:0 0 auto;width:10px;height:10px;border-right:2px solid #805b28;border-bottom:2px solid #805b28;transform:rotate(-45deg);transition:transform .18s ease}.experience-reflection[open] .experience-reflection-chevron{transform:rotate(45deg)}.experience-reflection-panel{padding:26px 28px;border-left:3px solid var(--gold);color:var(--text);background:var(--cream-deep);font-family:var(--serif);font-size:18px;line-height:1.75}.experience-reflection-panel p{margin:0}.experience-reflection-panel p+p{margin-top:20px}.experience-reflections+.experience-purchase-article{margin-top:32px}.experience-testimonials{margin-top:76px}.experience-testimonials-heading{display:block;margin-bottom:34px}.experience-testimonials-heading h2{max-width:760px;margin-bottom:18px;font-size:clamp(32px,4vw,50px)}.experience-testimonials-heading p:not(.eyebrow){max-width:680px;margin-bottom:0;color:var(--muted);font-size:17px}.experience-testimonials-list{display:grid;gap:24px}.experience-testimonial{position:relative;overflow:hidden;border-top:5px solid var(--gold);background:#ffffffbd;box-shadow:0 18px 54px #08111914}.experience-testimonial-summary{display:flex;align-items:center;gap:18px;min-height:82px;padding:24px clamp(26px,4vw,42px);cursor:pointer;list-style:none}.experience-testimonial-summary::-webkit-details-marker{display:none}.experience-testimonial-summary::marker{content:""}.experience-testimonial-summary:focus-visible{outline:2px solid var(--gold);outline-offset:-6px}.experience-testimonial-chevron{flex:0 0 auto;width:11px;height:11px;border-right:2px solid #805b28;border-bottom:2px solid #805b28;transform:rotate(-45deg);transition:transform .18s ease}.experience-testimonial[open] .experience-testimonial-chevron{transform:rotate(45deg)}.experience-testimonial-summary-copy{display:grid;gap:4px}.experience-testimonial-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:24px;padding:0 clamp(30px,4vw,48px) clamp(30px,4vw,48px)}.experience-testimonial.has-testimonial-images .experience-testimonial-panel{grid-template-columns:minmax(0,1fr) minmax(260px,.34fr)}.experience-testimonial-mark{position:absolute;top:18px;right:28px;color:#caa05d33;font-family:var(--serif);font-size:clamp(96px,12vw,164px);line-height:.8}.experience-testimonial blockquote{position:relative;z-index:1;margin:0;max-width:780px;color:var(--text);font-family:var(--serif);font-size:clamp(18px,2vw,22px);line-height:1.72}.experience-testimonial blockquote p{margin-bottom:20px}.experience-testimonial blockquote p:last-child{margin-bottom:0}.experience-testimonial strong{color:var(--text);font-size:13px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.experience-testimonial-link{position:relative;z-index:1;justify-self:start;color:#805b28;font-size:12px;font-weight:900;letter-spacing:1px;text-decoration:underline;text-underline-offset:4px;text-transform:uppercase}.experience-testimonial-link:hover,.experience-testimonial-link:focus-visible{color:var(--text)}.experience-testimonial-images{position:relative;z-index:1;grid-column:2;grid-row:1 / span 2;display:grid;grid-template-columns:1fr;gap:12px}.experience-testimonial-images img{height:100%;min-height:180px;aspect-ratio:4 / 5;object-fit:cover;object-position:center}.experience-source-note{margin:40px 0 0;color:var(--ink-soft);font-size:17px}.experience-source-note+.experience-source-note{margin-top:12px}.experience-source-link{display:inline;color:#805b28;font-weight:800;text-decoration:underline;text-underline-offset:4px}.experience-gallery-section{margin-top:76px}.experience-gallery-section h2{max-width:760px}.experience-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.experience-gallery-item{display:block;width:100%;aspect-ratio:4 / 3;padding:0;border:0;overflow:hidden;background:var(--cream-deep);cursor:zoom-in}.experience-gallery-item:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.experience-gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .18s ease}.experience-gallery-item:hover img,.experience-gallery-item:focus-visible img{transform:scale(1.025)}.article-page>article{max-width:860px;margin:0 auto}.article-header{padding-bottom:42px;border-bottom:1px solid rgba(24,32,42,.16)}.article-header h1,.article-not-found h1{max-width:900px;font-size:clamp(46px,6vw,76px)}.article-excerpt{max-width:760px;margin-bottom:0;color:var(--muted);font-family:var(--serif);font-size:24px;line-height:1.5}.article-content{padding:44px 0;font-family:var(--serif);font-size:20px;line-height:1.8}.article-content p{margin-bottom:28px}.article-content h2{margin:58px 0 24px;font-size:clamp(30px,4vw,42px)}.article-content a{color:#805b28;text-decoration:underline;text-underline-offset:4px}.article-back-link{color:#805b28;font-size:13px;font-weight:800;letter-spacing:1px;text-decoration:underline;text-underline-offset:5px;text-transform:uppercase}.contact-section{display:grid;grid-template-columns:.85fr 1fr;align-items:start;gap:68px;padding:74px 6vw;background:var(--cream)}.contact-copy p{max-width:720px}.contact-form{display:grid;gap:20px;width:100%}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:grid;gap:8px;color:var(--text);font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(24,32,42,.28);border-radius:0;padding:15px 16px;color:var(--text);background:#ffffff61;font:inherit;letter-spacing:0;text-transform:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);outline:2px solid rgba(202,160,93,.18)}.contact-form textarea{resize:vertical}.contact-form .button{justify-self:start;border:0;cursor:pointer}.contact-form .button:disabled{cursor:wait;opacity:.72}.form-message{min-height:24px;margin:0;font-size:15px;font-weight:700}.form-message.is-success{color:#276f42}.form-message.is-error{color:#9f2f2f}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:30px 6vw;color:#ffffffbd;background:var(--dark)}.site-footer p{margin:0}.site-footer a{color:inherit}.legal-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 6vw;color:var(--white);background:var(--dark)}.legal-page{background:var(--cream)}.legal-hero{padding:86px 6vw 56px}.legal-hero h1{max-width:900px}.legal-hero p:not(.eyebrow){max-width:860px;font-size:20px}.legal-content{display:grid;gap:28px;padding:0 6vw 90px}.legal-content article{max-width:980px;padding-bottom:28px;border-bottom:1px solid rgba(24,32,42,.16)}.legal-content h2{margin-bottom:14px;font-size:28px}.legal-content p{max-width:920px;color:var(--muted)}.legal-content a{color:var(--text);font-weight:700;text-decoration:underline;text-underline-offset:4px}@media(max-width:1100px){:root{--anchor-offset: 112px}.site-header{padding:26px 5vw}.main-nav{gap:18px}.header-button{display:none}.hero{height:700px}.hero-image-wrap{top:96px;width:100%}.hero-image{object-fit:contain;object-position:right bottom}.about-section,.approach-section,.credentials-section,.nature-section{grid-template-columns:1fr}.about-image-wrap,.landscape-card,.nature-image{min-height:520px}.service-grid,.program-grid,.experience-summary-grid,.experience-detail-grid,.topic-list,.appearances-grid,.resource-grid{grid-template-columns:1fr;max-width:720px;margin-right:auto;margin-left:auto}.experience-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-testimonials-heading{align-items:flex-start;flex-direction:column;max-width:720px}.landing-testimonials-viewport{max-width:720px}.landing-testimonials-track{gap:0;justify-content:flex-start}.landing-testimonial-card{flex-basis:100%;height:auto}.experience-testimonials-heading,.experience-testimonial.has-testimonial-images .experience-testimonial-panel{grid-template-columns:1fr}.experience-testimonial-images{grid-column:auto;grid-row:auto;grid-template-columns:repeat(3,minmax(0,1fr))}.experience-testimonial-images img{min-height:150px;aspect-ratio:1}.planned-experience-grid .experience-card.with-poster-image{width:100%}.service-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.28)}.service-grid article:last-child{border-bottom:0}.credentials-section{gap:34px}.experience-detail-hero-inger-si-demon{grid-template-columns:minmax(0,1.25fr) minmax(260px,.9fr);column-gap:clamp(28px,4vw,48px);height:550px;padding:96px 5vw 0}.experience-detail-hero-inger-si-demon>.eyebrow{margin-top:0}.experience-detail-hero-inger-si-demon>h1{font-size:50px}.experience-detail-hero-inger-si-demon .experience-detail-hero-media img{height:100%;max-height:100%}.experience-detail-hero-inger-si-demon>.experience-purchase-hero{margin-bottom:24px}}@media(max-width:760px){:root{--anchor-offset: 96px}h1,.hero h1{font-size:46px}h2{font-size:34px}.site-header{background:#081119f0}.legal-header{align-items:flex-start;flex-direction:column}.logo{font-size:19px}.menu-button{display:grid;gap:7px;width:42px;padding:9px;border:0;color:var(--white);background:transparent}.menu-button span{display:block;height:2px;background:currentColor}.main-nav{position:absolute;top:82px;right:5vw;left:5vw;display:none;padding:24px;background:var(--dark)}.main-nav.is-open{display:grid}.hero{display:flex;height:760px;padding-top:84px}.hero:after{background:linear-gradient(180deg,#081119fa,#081119db 45%,#08111952),linear-gradient(90deg,#081119f5,#0811193d)}.hero-text{padding:70px 6vw 52px}.hero-text p{font-size:16px}.hero-image-wrap{top:84px;width:100%}.hero-image{object-fit:cover;object-position:58% top}.button-row,.site-footer{align-items:stretch;flex-direction:column}.button{width:100%}.content-block,.services,.credentials-section,.programs-section,.experiences-section,.landing-testimonials-section,.workshops-section,.resources-section,.appearances-section,.experiences-detail-section,.experience-detail-content,.articles-archive,.article-page,.legal-hero,.legal-content,.contact-section{padding:58px 6vw}.articles-hero,.experiences-hero,.experience-detail-hero{padding:140px 6vw 58px}.experience-detail-hero-inger-si-demon{display:flex;flex-direction:column;height:auto;min-height:0;padding:140px 6vw 58px}.experience-detail-hero-inger-si-demon>.eyebrow{margin-top:0}.experience-detail-hero-inger-si-demon .experience-detail-hero-media{width:100%;height:auto;margin:2px 0 28px;justify-content:center}.experience-detail-hero-inger-si-demon .experience-detail-hero-media img{width:auto;height:min(54vh,360px);max-width:100%;max-height:none}.experience-detail-hero-inger-si-demon>.experience-purchase-hero{align-self:stretch;margin:4px 0 0}.contact-section,.form-row{grid-template-columns:1fr}.contact-form .button{justify-self:stretch}.about-image-wrap,.landscape-card,.nature-image{min-height:460px}.program-grid article,.experience-summary-grid article,.experience-card,.topic-list article,.appearances-grid article,.resource-grid article{min-height:0;padding:28px}.experience-card.with-image{grid-template-columns:1fr}.experiences-page .planned-experience-grid{display:block;width:100%;max-width:720px}.experiences-page .planned-experience-grid .experience-card{display:flex;grid-column:auto;flex-direction:column;gap:0;width:100%;min-height:0;padding:28px}.experiences-page .planned-experience-grid .experience-card .info-card-copy{width:100%}.experiences-page .planned-experience-grid .experience-card.with-image .info-card-image{display:none}.info-card-image{height:min(48vw,300px);min-height:190px}.experience-card.with-poster-image .info-card-image{min-height:0}.experience-detail-copy{font-size:19px}.experience-detail-copy h2{margin-top:42px;font-size:28px}.experience-reflections{margin-top:42px}.experience-reflection-summary{min-height:58px;padding:0;font-size:16px}.experience-reflection-panel{padding:22px 20px;font-size:17px}.experience-testimonials{margin-top:50px}.experience-testimonials-heading{gap:14px;margin-bottom:24px}.experience-testimonials-heading p:not(.eyebrow){font-size:16px}.experience-testimonial{padding:28px 22px}.experience-testimonial-mark{top:14px;right:18px;font-size:94px}.experience-testimonial blockquote{font-size:18px;line-height:1.68}.experience-testimonial-images{grid-template-columns:1fr}.experience-testimonial-images img{min-height:220px;aspect-ratio:4 / 3}.experience-logistics dl,.experience-gallery{grid-template-columns:1fr}.appearance-meta{align-items:flex-start;flex-direction:column;gap:8px}.section-heading{margin-bottom:34px;text-align:left}.landing-testimonials-heading{gap:24px;margin-bottom:28px}.landing-testimonials-heading p:not(.eyebrow){font-size:16px}.landing-testimonials-controls{width:100%;justify-content:flex-start}.landing-testimonial-card{padding:26px}.landing-testimonial-card blockquote{font-size:17px;line-height:1.66;max-height:calc(10 * 1.66em)}.testimonial-modal{align-items:end;padding:14px}.testimonial-modal-dialog{height:86vh;padding:30px 24px}.testimonial-modal-dialog .landing-testimonial-author{padding-right:42px}.testimonial-modal blockquote{font-size:18px}.quote-card{right:6vw;bottom:24px;left:6vw;max-width:none;padding:28px;font-size:22px}.mindful-card{right:6vw;left:6vw;top:auto;bottom:24px;width:auto}}.cookie-consent{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}.cookie-consent-backdrop{position:absolute;inset:0;background:#081119ad}.cookie-consent-dialog{position:relative;width:min(100%,560px);padding:34px;border:1px solid rgba(204,161,91,.34);background:var(--cream);box-shadow:0 24px 80px #08111947}.cookie-consent-dialog h2{margin:0 0 14px;font-size:34px}.cookie-consent-dialog p{margin:0 0 18px;color:var(--muted);line-height:1.7}.cookie-policy-link{display:inline-flex;font-size:12px;color:var(--dark);font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration-color:var(--gold);text-underline-offset:5px}.cookie-consent-actions{display:flex;justify-content:flex-end;gap:14px}.cookie-consent-footer{margin-top:24px;padding-top:18px;border-top:1px solid rgba(8,17,25,.14)}.cookie-button{width:auto;min-width:150px;cursor:pointer}.cookie-consent-dialog .outline-button{border-color:var(--dark);color:var(--dark);background:transparent}.cookie-consent-dialog .outline-button:hover{color:var(--white);background:var(--dark)}@media(max-width:760px){.cookie-consent{align-items:end;padding:14px}.cookie-consent-dialog{padding:26px}.cookie-consent-dialog h2{font-size:28px}.cookie-consent-actions{flex-direction:column-reverse}.cookie-button{width:100%}}
