:root{--color-primary:#14524d;--color-secondary:#2f6e79;--color-accent:#d4a64a;--font-family:system-ui,-apple-system,Segoe UI,sans-serif;--background:#f6f8fa;--foreground:#15202b;--surface:#fff;--border:#dce3ea}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%}html{scrollbar-gutter:stable}body{background:var(--background);color:var(--foreground);font-family:var(--font-family);line-height:1.5}a{text-decoration:none}.page-wrapper{width:100%;overflow:clip}.dev-debug-bar{color:#f5f7fa;background:#0f1720;padding:.4rem 1rem;font-size:.8rem}.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;max-width:960px;margin:0 auto;padding:1rem;display:flex}.site-brand{color:var(--color-primary);align-items:center;gap:.5rem;font-weight:700;display:flex}.site-brand__logo{width:auto;height:32px}.site-brand__text{font-weight:700}.site-nav{flex-wrap:wrap;gap:1rem;display:flex}.site-nav a{color:var(--color-primary);font-weight:500}.about-subnav-wrap{border-bottom:1px solid var(--border);z-index:20;background:#ffffffe0;position:sticky;top:76px}.about-subnav{gap:1rem;max-width:1120px;margin:0 auto;padding:.55rem 1.1rem;display:flex}.about-subnav__link{color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid #0000;padding-bottom:.15rem;font-size:.78rem;font-weight:600}.about-subnav__link.is-active{border-bottom-color:var(--color-primary);color:var(--color-primary)}.main-shell{max-width:960px;margin:0 auto;padding:1.5rem 1rem 2rem}.page-section{flex-direction:column;gap:1rem;display:flex}.cards{gap:1rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.text-link{color:var(--color-primary);width:fit-content;font-weight:600}.button-link{background:var(--color-primary);color:#fff;cursor:pointer;border:0;border-radius:6px;padding:.5rem .9rem;font-weight:600;transition:transform .18s,background-color .18s;display:inline-block}.button-link--secondary{background:var(--color-secondary)}.button-link:hover{transform:translateY(-1px)}.link-row{flex-wrap:wrap;gap:1rem;display:flex}.theme-swatches{flex-wrap:wrap;gap:.75rem;display:flex}.theme-swatch{color:#fff;border-radius:8px;min-width:140px;padding:.75rem 1rem}.site-footer{background:var(--surface);border-top:1px solid var(--border);margin-top:2rem}.site-footer__inner{max-width:960px;margin:0 auto;padding:1rem}.site-footer__socials{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.site-footer__socials a{color:var(--color-secondary)}.stack-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.tag-list{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.tag-list li{background:var(--color-secondary);color:#fff;border-radius:999px;padding:.25rem .6rem;font-size:.85rem}.calendar-filter-form{gap:.45rem;display:grid}.calendar-filter-form__label{color:var(--foreground);font-size:.9rem;font-weight:600}.calendar-filter-form__controls{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.calendar-filter-form__select{background:var(--surface);border:1px solid var(--border);color:var(--foreground);border-radius:8px;min-width:240px;padding:.5rem .65rem}.schedule-view-toggle{background:var(--surface);border:1px solid var(--border);border-radius:999px;gap:.25rem;width:fit-content;padding:.25rem;display:inline-flex}.schedule-view-toggle__button{color:var(--foreground);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.45rem .8rem;font-weight:600}.schedule-view-toggle__button.is-active{background:var(--color-primary);color:#fff}.calendar-group-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.calendar-group-grid--list{grid-template-columns:1fr}.calendar-group-card{color:var(--foreground);gap:.8rem;box-shadow:0 1px 2px #07101b0f}.calendar-group-card__hero{color:#fff;background-position:50%;background-size:cover;border-radius:8px;align-content:end;gap:.5rem;min-height:150px;padding:1rem;display:grid;overflow:hidden}.calendar-group-card h2{font-size:1.85rem;line-height:1.15}.calendar-group-card__domains{color:var(--color-secondary);font-size:.85rem}.calendar-group-card__primary-time{color:var(--foreground);font-size:1.05rem;font-weight:600}.calendar-group-card__next-list{color:var(--foreground);gap:.25rem;margin:0;padding:0;list-style:none;display:grid}.calendar-group-card__expanded{border-top:1px dashed var(--border);gap:.75rem;margin-top:.25rem;padding-top:.75rem;display:grid}.calendar-group-card__session-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.calendar-group-card__session-button{border:1px solid var(--border);color:var(--foreground);cursor:pointer;text-align:left;background:#f8fafb;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:.6rem .7rem;display:flex}.calendar-group-card__session-button.is-selected{border-color:var(--color-primary);background:#e4f2ee}.home-page{color:#f3f8f8;background:linear-gradient(#072121 0%,#0d3231 58%,#0f3e3c 100%);border-radius:14px;gap:2.15rem;max-width:1240px;margin:0 auto;padding:1.5rem 1.3rem 1.7rem;display:grid}.home-page>*{opacity:0;animation:.22s ease-out both home-reveal;transform:translateY(8px)}.home-page>:nth-child(2){animation-delay:30ms}.home-page>:nth-child(3){animation-delay:60ms}.home-page>:nth-child(4){animation-delay:90ms}.home-page>:nth-child(5){animation-delay:.12s}.home-hero{color:#fff;background-position:50%;background-size:cover;border-radius:14px;align-items:end;min-height:520px;padding:2.3rem;display:grid;overflow:hidden}.home-hero__content{gap:1rem;max-width:780px;display:grid}.home-hero__content h1{letter-spacing:-.02em;margin:0;font-size:clamp(2.2rem,5.6vw,4.6rem);font-weight:700;line-height:.98;display:grid}.home-hero__line{display:block}.home-hero__subhead{opacity:.96;max-width:620px;margin:0;font-size:1.15rem;line-height:1.5}.home-hero__actions{margin-top:.35rem}.home-hero__primary-cta{background:#aa3b3b}.home-hero__primary-cta:hover{background:#922f2f}.home-hero__about-link{color:#faffffeb;padding-top:.55rem;font-weight:600;transition:transform .18s,color .18s}.home-hero__about-link:hover{color:#fff;transform:translateY(-1px)}.home-main-hall{background:#fffffff2;border:1px solid #ddeae8eb;border-radius:12px;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);align-items:stretch;gap:1.4rem;padding:1.15rem;display:grid}.home-main-hall__content{color:#112424;align-content:start;gap:.7rem;max-width:560px;display:grid}.home-main-hall__media{min-width:0;display:block}.home-section-kicker{color:var(--color-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:700}.home-main-hall__image{object-fit:cover;border-radius:10px;width:100%;height:100%;max-height:380px;display:block}.home-main-hall__thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:.7rem 0 0;padding:0;list-style:none;display:grid}.home-main-hall__thumbs li{min-width:0}.home-main-hall__thumbs img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%;display:block}.home-section{gap:.85rem;display:grid}.home-section h2{color:#f5f9f9;font-size:clamp(1.5rem,2.7vw,2rem)}.home-engage-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.9rem;display:grid}.home-engage-tile{color:#122424;background:#fbfffff2;border:1px solid #deeceae6;border-radius:10px;gap:.5rem;padding:.95rem;display:grid}.home-domains-teaser{color:#112424;background:#fffffff0;border:1px solid #dce9e7f2;border-radius:12px;padding:.95rem}.home-domains-teaser h2{color:#112424}.home-domains-teaser__list{flex-wrap:wrap;gap:.75rem;list-style:none;display:flex}.home-domains-teaser__list li{color:#123131;letter-spacing:.02em;font-size:.84rem;display:inline-flex}.home-domains-teaser__list li:not(:last-child):after{color:#1231317a;content:"·";margin-left:.75rem}.home-section-head{justify-content:space-between;align-items:baseline}@keyframes home-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.home-page>*,.rent-hero__content,.rent-hero__stat,.rent-strength-card{opacity:1;animation:none;transform:none}.button-link,.home-hero__about-link{transition:none}.button-link:hover,.home-hero__about-link:hover{transform:none}}.domains-page{gap:1.4rem;display:grid}.domains-page__header{gap:.6rem;max-width:760px;display:grid}.domains-room{gap:.85rem;padding:1.15rem;display:grid}.domains-room__eyebrow{color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:600}.domains-room__intro{color:var(--color-secondary);font-size:1.02rem}.domains-room__preview{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;display:grid}.domains-room__preview-card{gap:.45rem;display:grid}.domains-room__preview-time{font-size:.92rem}.domains-room__links{justify-content:space-between}.rent-page{gap:1.2rem;display:grid}.rent-page__header{gap:.6rem;max-width:760px;display:grid}.rent-tier-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.8rem;display:grid}.rent-tier{gap:.45rem;display:grid}.rent-tier__rate{color:var(--color-primary);font-weight:700}.rent-form{max-width:760px}.rent-form__fields{gap:.55rem;display:grid}.rent-form__textarea{border:1px solid var(--border);color:var(--foreground);font:inherit;resize:vertical;border-radius:6px;min-height:120px;padding:.55rem .65rem}.rent-form__consent{align-items:flex-start;gap:.55rem;display:flex}@media (max-width:768px){.about-subnav-wrap{top:0}.about-subnav{gap:.7rem;padding:.5rem .8rem;overflow-x:auto}.about-subnav__link{white-space:nowrap}.calendar-filter-form__controls{flex-direction:column;align-items:stretch}.calendar-filter-form__select{width:100%;min-width:0}.schedule-view-toggle{width:100%}.schedule-view-toggle__button{flex:1}.calendar-group-grid{grid-template-columns:1fr}.calendar-group-card__hero{min-height:132px}.calendar-group-card h2{font-size:1.6rem}.calendar-group-card__session-button{flex-direction:column;align-items:flex-start;gap:.25rem}.home-page{border-radius:0;gap:1.25rem;margin:0;padding:.8rem .75rem 1.1rem}.home-hero{min-height:360px;padding:1.2rem}.home-hero__content h1{font-size:clamp(2rem,10vw,2.8rem);line-height:1}.home-hero__actions{flex-direction:column;gap:.55rem}.home-hero__actions .button-link{width:fit-content}.home-main-hall{grid-template-columns:1fr}.home-main-hall__media{order:-1}.home-main-hall__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.home-engage-grid{grid-template-columns:1fr}.domains-room__links{flex-direction:column;align-items:flex-start;gap:.35rem}}.rich-text{gap:.6rem;display:grid}.offer-type-label{color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:700}.offer-domain-label{color:var(--color-secondary);margin-top:.25rem;font-size:.9rem}.offer-quick-facts{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.85rem}.offer-hero{gap:.75rem;display:grid}.offer-subtitle{color:var(--color-secondary);font-size:1.05rem}.offer-action-bar{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.offer-action-bar__button{color:var(--color-primary);cursor:pointer;background:0 0;border:0;padding:0}.offer-action-bar .text-link{color:var(--color-primary)}.offer-action-bar__status{color:var(--color-secondary);font-size:.85rem}.offer-trial-banner{color:var(--foreground);background:#fff3da;border:1px solid #efc96e;border-radius:8px;gap:.35rem;padding:.85rem;display:grid}.lead-magnet{background:var(--surface);border:1px solid var(--border);color:var(--foreground);border-radius:10px;gap:.55rem;padding:.9rem;display:grid}.lead-magnet__form{flex-wrap:wrap;gap:.55rem;display:flex}.lead-magnet__input{border:1px solid var(--border);color:var(--foreground);border-radius:6px;flex:1;min-width:220px;padding:.55rem .65rem;font-size:.95rem}.lead-magnet__error{color:#9f2f2f;font-weight:600}.quick-facts-grid{gap:.6rem;display:grid}.quick-facts-row{grid-template-columns:minmax(140px,180px) 1fr;gap:.4rem;display:grid}.quick-facts-row dt{font-weight:600}.quick-facts-row dd{margin:0}.block-renderer{gap:1rem;display:grid}.content-block{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:.75rem;padding:1rem;display:grid}.feature-stack{gap:.75rem;display:grid}.feature-stack__item{border:1px solid var(--border);border-radius:6px;gap:.35rem;padding:.75rem;display:grid}.faq-list{gap:.75rem;display:grid}.faq-list details{border:1px solid var(--border);border-radius:6px;padding:.7rem}.faq-list summary{cursor:pointer;font-weight:600}.program-highlights{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.program-highlights__item{border:1px solid var(--border);border-radius:6px;gap:.35rem;padding:.75rem;display:grid}.icon-key{color:var(--color-secondary);text-transform:uppercase;font-size:.8rem;font-weight:600;display:inline-block}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.gallery-grid figure{gap:.4rem;display:grid}.gallery-grid figcaption{color:var(--color-secondary);font-size:.85rem}.gallery-image{border-radius:6px;width:100%;height:auto;display:block}.cta-section{border-color:color-mix(in srgb,var(--color-primary)28%,var(--border))}.error-shell{max-width:720px;margin:3rem auto;padding:1rem}.site-forest-lighthouse{--fl-display:"Noto Sans",system-ui,sans-serif;--fl-body:"Noto Sans",system-ui,sans-serif;--fl-neon:#fff;--fl-space-deep:#001413;--fl-space-mid:#012623;--fl-space-surface:#033;--fl-text:#e0ece8;--fl-text-dim:#a0b5ae;--fl-accent-teal:#f4f2eb;--fl-accent-gold:#d4a64a;--fl-accent-warm:#c97a50;--fl-border:#baffad1f;background:var(--fl-space-deep);color:var(--fl-text);font-family:var(--fl-body)}.site-forest-lighthouse main{width:100%;max-width:1120px;margin:0 auto;padding:1.4rem 1rem 2rem}.site-forest-lighthouse .card,.site-forest-lighthouse .offer-quick-facts,.site-forest-lighthouse .content-block,.site-forest-lighthouse .feature-stack__item,.site-forest-lighthouse .faq-list details,.site-forest-lighthouse .program-highlights__item{color:var(--foreground)}.site-forest-lighthouse .calendar-group-card__domains,.site-forest-lighthouse .gallery-grid figcaption,.site-forest-lighthouse .offer-domain-label,.site-forest-lighthouse .offer-subtitle,.site-forest-lighthouse .offer-type-label,.site-forest-lighthouse .offer-action-bar__status{color:#0e5558}.site-forest-lighthouse .offer-action-bar .text-link,.site-forest-lighthouse .offer-action-bar__button{color:#4ce8d0}.site-forest-lighthouse .offer-action-bar .text-link:hover,.site-forest-lighthouse .offer-action-bar__button:hover{color:#b5fff1}.fl-header{background:var(--fl-space-deep);z-index:1000;border-bottom:1px solid var(--fl-border);position:sticky;top:0}.fl-header__inner{justify-content:space-between;align-items:center;gap:1.2rem;max-width:1120px;margin:0 auto;padding:.6rem 1.5rem;display:flex;position:relative}.fl-logo{z-index:1010;flex-shrink:0}.fl-logo img{width:auto;height:52px;display:block}.fl-nav-desktop{align-items:center;gap:1.5rem;display:flex;position:relative}.fl-nav-desktop__item{position:relative}.fl-nav-desktop a,.fl-nav-desktop__trigger{color:var(--fl-text);cursor:pointer;font-family:var(--fl-body);letter-spacing:.02em;white-space:nowrap;background:0 0;border:none;gap:.3rem;padding:0;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .25s;display:inline-flex;position:relative}.fl-nav-desktop a:after,.fl-nav-desktop__trigger:after{background:var(--fl-accent-teal);content:"";transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-3px;left:0;transform:scaleX(0)}.fl-nav-desktop a:hover,.fl-nav-desktop__trigger:hover,.fl-nav-desktop a.is-active,.fl-nav-desktop__item.is-active>.fl-nav-desktop__trigger{color:#fff}.fl-nav-desktop a:hover:after,.fl-nav-desktop__trigger:hover:after,.fl-nav-desktop a.is-active:after,.fl-nav-desktop__item.is-active>.fl-nav-desktop__trigger:after,.fl-nav-desktop__item.is-open>.fl-nav-desktop__trigger:after{transform:scaleX(1)}.fl-nav-desktop__trigger:focus-visible,.fl-nav-desktop__submenu-link:focus-visible,.fl-nav-mobile__parent:focus-visible,.fl-nav-mobile__sublink:focus-visible{outline-offset:4px;outline:2px solid #f4f2eba6}.fl-nav-desktop__caret,.fl-nav-mobile__caret{font-size:.72em;transition:transform .2s}.fl-nav-desktop__item.is-open .fl-nav-desktop__caret,.fl-nav-mobile__item.is-open .fl-nav-mobile__caret{transform:rotate(180deg)}.fl-nav-desktop__submenu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;pointer-events:none;z-index:1030;background:#011718f5;border:1px solid #ffffff0f;border-radius:10px;gap:0;min-width:160px;padding:.5rem .15rem;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:calc(100% + .85rem);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 14px 36px #00000038}.fl-nav-desktop__item.is-open .fl-nav-desktop__submenu,.fl-nav-desktop__item:focus-within .fl-nav-desktop__submenu{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.fl-nav-desktop__submenu-link{color:#f4f2eb99;letter-spacing:.03em;border:none;border-radius:0;padding:.4rem .85rem;font-size:.78rem;text-decoration:none;transition:color .18s}.fl-nav-desktop__submenu-link:after{display:none}.fl-nav-desktop__submenu-link:hover{color:#f4f2ebf2}.fl-nav-desktop__submenu-link.is-active{color:#f4f2eb}.fl-actions{z-index:1010;align-items:center;gap:.8rem;display:flex}.fl-lang{position:relative}.fl-lang__btn{border:1px solid var(--fl-border);color:var(--fl-text);cursor:pointer;font-family:var(--fl-body);letter-spacing:.04em;background:0 0;border-radius:4px;padding:.3rem .6rem;font-size:.8rem;font-weight:600;transition:border-color .2s}.fl-lang__btn:hover{border-color:var(--fl-accent-teal)}.fl-lang__menu{background:var(--fl-space-mid);border:1px solid var(--fl-border);z-index:1040;border-radius:6px;flex-direction:column;min-width:100px;display:none;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #0006}.fl-lang.is-open .fl-lang__menu{display:flex}.fl-lang__menu a{color:var(--fl-text);padding:.5rem .8rem;font-size:.85rem;text-decoration:none;transition:background .15s}.fl-lang__menu a:hover{background:#baffad14}.fl-book{color:#fff;font-family:var(--fl-body);letter-spacing:.03em;background:#aa3b3b;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .25s,transform .15s;display:inline-flex}.fl-book:hover{background:#c04545;transform:translateY(-1px)}.fl-burger{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;padding:4px;display:none}.fl-burger span{background:var(--fl-text);border-radius:2px;width:100%;height:2px;transition:transform .35s,opacity .25s;display:block}.fl-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.fl-burger.open span:nth-child(2){opacity:0}.fl-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}#fl-nav-overlay{background:var(--fl-space-deep);opacity:0;pointer-events:none;z-index:999;border-radius:50%;transition:transform .55s cubic-bezier(.4,0,.2,1),opacity .3s;position:fixed;top:30px;left:30px;transform:scale3d(0,0,0)}#fl-nav-overlay.open{opacity:1;pointer-events:auto;transform:scale(1)}.fl-nav-mobile{z-index:1000;justify-content:center;align-items:center;width:100%;height:100dvh;display:none;position:fixed;top:0;left:0}.fl-nav-mobile__content{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;display:flex}.fl-nav-mobile__links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.fl-nav-mobile__links li{opacity:0;transition:opacity .35s,transform .35s;transform:translateY(15px)}.fl-nav-mobile.open .fl-nav-mobile__links li:first-child{transition-delay:.15s}.fl-nav-mobile.open .fl-nav-mobile__links li:nth-child(2){transition-delay:.2s}.fl-nav-mobile.open .fl-nav-mobile__links li:nth-child(3){transition-delay:.25s}.fl-nav-mobile.open .fl-nav-mobile__links li:nth-child(4){transition-delay:.3s}.fl-nav-mobile.open .fl-nav-mobile__links li:nth-child(5){transition-delay:.35s}.fl-nav-mobile.open .fl-nav-mobile__links li:nth-child(6){transition-delay:.4s}.fl-nav-mobile.open .fl-nav-mobile__links li:nth-child(7){transition-delay:.45s}.fl-nav-mobile.open .fl-nav-mobile__links li{opacity:1;transform:translateY(0)}.fl-nav-mobile__links a{color:#fff;font-family:var(--fl-display);letter-spacing:.02em;font-size:1.6rem;font-weight:600;text-decoration:none;transition:color .2s}.fl-nav-mobile__links a:hover{color:var(--fl-accent-teal)}.fl-nav-mobile__item{justify-items:center;display:grid}.fl-nav-mobile__item.is-active>a,.fl-nav-mobile__item.is-active>.fl-nav-mobile__parent{color:var(--fl-accent-teal)}.fl-nav-mobile__parent{color:#fff;cursor:pointer;font-family:var(--fl-display);letter-spacing:.02em;background:0 0;border:none;align-items:center;gap:.45rem;padding:0;font-size:1.6rem;font-weight:600;display:inline-flex}.fl-nav-mobile__submenu{opacity:0;gap:.45rem;max-height:0;margin-top:0;transition:max-height .25s,opacity .2s,margin-top .2s;display:grid;overflow:hidden}.fl-nav-mobile__submenu.is-open{opacity:1;max-height:240px;margin-top:.7rem}.fl-nav-mobile__sublink{color:#f4f2ebd1;font-family:var(--fl-body);letter-spacing:.04em;text-transform:uppercase;font-size:1rem;text-decoration:none}.fl-nav-mobile__sublink.is-active,.fl-nav-mobile__sublink:hover{color:var(--fl-accent-teal)}.fl-nav-mobile__cta{opacity:0;flex-direction:column;align-items:center;gap:1rem;transition:opacity .35s .5s,transform .35s .5s;display:flex;transform:translateY(15px)}.fl-nav-mobile.open .fl-nav-mobile__cta{opacity:1;transform:translateY(0)}.fl-nav-mobile__book{color:#fff;font-family:var(--fl-body);background:#aa3b3b;border-radius:8px;padding:.7rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s}.fl-nav-mobile__book:hover{background:#c04545}.fl-nav-mobile__langs{color:var(--fl-text-dim);gap:.6rem;font-size:.9rem;display:flex}.fl-nav-mobile__langs a{color:var(--fl-text-dim);text-decoration:none;transition:color .2s}.fl-nav-mobile__langs a:hover{color:#fff}@media (max-width:900px){.fl-nav-desktop{display:none}.fl-burger{display:flex}.fl-lang,.fl-nav-mobile{display:none}.fl-nav-mobile.open{display:flex}.fl-book__text{display:none}.fl-book{padding:.45rem;font-size:0}.fl-book:before{content:"✦";font-size:.95rem}}@media (prefers-reduced-motion:reduce){.fl-burger span,.fl-nav-mobile__links li,.fl-nav-mobile__cta,#fl-nav-overlay,.fl-nav-desktop a:after{transition:none!important}}.site-forest-lighthouse .dev-debug-bar{background:var(--fl-space-mid);border-bottom:1px solid var(--fl-border)}.fp-page{z-index:2;gap:2.75rem;width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem 4rem;display:grid;position:relative}.fp-botanical{pointer-events:none;z-index:0;opacity:.08;filter:invert()brightness(1.3)saturate(0);mix-blend-mode:screen;will-change:transform;position:absolute}.fp-botanical__img{object-fit:contain}.fp-botanical--1a{opacity:.1;width:320px;height:380px;top:88vh;right:1%;transform:rotate(-15deg)}.fp-botanical--1b{opacity:.06;width:140px;height:140px;top:96vh;right:22%;transform:rotate(25deg)}.fp-botanical--2{opacity:.09;width:300px;height:280px;left:-2%;transform:rotate(10deg)}.fp-botanical--2b{opacity:.06;width:150px;height:160px;right:3%;transform:rotate(-18deg)scaleX(-1)}.fp-botanical--3a{opacity:.1;width:340px;height:310px;right:-1%;transform:rotate(-8deg)}.fp-botanical--3b{opacity:.06;width:150px;height:150px;right:20%;transform:rotate(30deg)}.fp-botanical--4{opacity:.1;width:360px;height:360px;left:-3%;transform:rotate(5deg)}.fp-botanical--4b{opacity:.06;width:170px;height:180px;right:1%;transform:rotate(22deg)}.fp-botanical--7a{opacity:.09;width:300px;height:340px;right:-1%;transform:rotate(-12deg)}.fp-botanical--7b{opacity:.06;width:140px;height:150px;left:15%;transform:rotate(28deg)scaleX(-1)}.fp-botanical--8{opacity:.08;width:280px;height:300px;left:-2%;transform:scaleX(-1)rotate(8deg)}.fp-botanical--5a{opacity:.09;width:330px;height:400px;right:0;transform:rotate(-20deg)}.fp-botanical--5b{opacity:.06;width:160px;height:200px;right:24%;transform:rotate(12deg)}.fp-botanical--6{opacity:.08;width:280px;height:260px;left:0;transform:scaleX(-1)rotate(-12deg)}.fp-page>*{min-width:0}#fp-page-motion.motion-active [data-reveal]{opacity:0;will-change:opacity,transform;transition:opacity .22s ease-out,transform .22s ease-out;transform:translateY(20px)}#fp-page-motion.motion-active [data-reveal].is-visible{opacity:1;transform:translate(0,0)}#fp-page-motion.motion-active [data-reveal=stagger]>*{opacity:0;transition:opacity .22s ease-out,transform .22s ease-out;transition-delay:calc(var(--i,0)*70ms);transform:translateY(20px)}#fp-page-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1;transform:translate(0,0)}.fp-section{gap:1.25rem;min-width:0;display:grid}.fp-section>*{min-width:0}.fp-section__heading{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.03em;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:800;line-height:1.05}.fp-section__heading--left{text-align:left;justify-self:start}.fp-section__heading--quiet{font-size:clamp(1.4rem,2.6vw,1.9rem)}.fp-section__subtitle{color:#ffffffb8;max-width:68ch;font-size:.97rem;line-height:1.6}.fp-section__subtitle--left{text-align:left;justify-self:start}.fp-section--faq{text-align:left;justify-items:stretch}.fp-chapter{gap:1.5rem;display:grid}.fp-chapter--pricing{gap:2rem}.fp-chapter__intro{gap:.5rem;display:grid}.fp-chapter__intro--secondary{margin-top:.5rem}.fp-chapter__secondary{gap:1.25rem;display:grid}.fp-chapter__actions,.fp-support__actions{flex-wrap:wrap;gap:.75rem;display:flex}.fp-chapter__actions .fl-btn,.fp-support__actions .fl-btn{width:auto;min-width:140px;margin-top:0}.fp-chapter__eyebrow,.fp-hero-fade__eyebrow{color:#ffffff94;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:500}.fp-hero__title{color:#fff;font-family:var(--fl-display);letter-spacing:.01em;margin:0;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:300;line-height:1.02}.fp-hero__subtitle{color:#ffffffc7;max-width:62ch;margin:0;font-size:clamp(1rem,2vw,1.18rem);line-height:1.6}.fp-hero-fade{width:100vw;min-height:120vh;margin-left:calc(50% - 50vw);position:relative;overflow:clip}.fp-hero-fade__img{--fp-banner-image:none;background-image:linear-gradient(to bottom,#0014132e,#001413a8),var(--fp-banner-image);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.fp-hero-fade__img:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 50% 35%,#ffffff14,#fff0),linear-gradient(#00141300,#00141347);position:absolute;inset:0}.fp-hero-fade__content{z-index:1;text-align:center;justify-items:center;gap:1.1rem;width:min(1120px,100%);margin:0 auto;padding:clamp(5.5rem,12vh,8rem) 1.5rem 3rem;display:grid;position:relative}.fp-hero-leaves{pointer-events:none;opacity:0;will-change:transform,opacity;z-index:1;filter:invert()brightness(1.3)saturate(0);mix-blend-mode:screen;justify-content:center;align-items:center;width:100%;height:100vh;margin-top:-100vh;display:flex;position:sticky;top:0;overflow:hidden}.fp-hero-leaves__img{object-fit:contain;object-position:center;width:55%;height:55%;position:relative!important}.fp-journey-steps{z-index:2;justify-items:center;padding:3rem 1.5rem;display:grid;position:relative}.fp-commitment-reveal{isolation:isolate;grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);align-items:start;gap:2.5rem;margin-top:.5rem;margin-bottom:.5rem;padding:4.5rem 0 2.5rem;display:grid;position:relative;overflow:visible}.fp-commitment-reveal:before{content:"";z-index:-1;width:100vw;opacity:var(--zone-opacity,1);background:linear-gradient(#0000 0%,#010b0a4d 3%,#010b0ab3 6%,#010b0a 12% 88%,#010b0ab3 94%,#010b0a4d 97%,#0000 100%);position:absolute;top:-2rem;bottom:-2rem;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #baffad0f,inset 0 -1px #baffad0f}.fp-commitment-reveal:after{content:"";z-index:-1;pointer-events:none;width:100vw;opacity:var(--zone-opacity,1);background:radial-gradient(40% 60% at 25% 35%,#aa3b3b0a,#0000),radial-gradient(50% 55% at 70%,#00504b14,#0000);position:absolute;top:10%;bottom:10%;left:50%;transform:translate(-50%)}.fp-commitment-reveal__lede{z-index:2;align-self:start;gap:.5rem;max-width:72ch;display:grid;position:relative}.fp-commitment-reveal__lede:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#0000 0%,#010b0a 8% 92%,#0000 100%);width:200vw;position:absolute;top:-3rem;bottom:-4rem;left:50%;transform:translate(-50%)}.fp-commitment-reveal__subheading{color:#ffffffbd;margin:0;font-size:1rem;font-style:italic;line-height:1.6}.fp-feature-reveal{z-index:3;gap:2.5rem;padding-bottom:1.25rem;display:grid;position:relative}.fp-feature-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:radial-gradient(110% 80% at 50% -5%,#ffffff14,#0000),#00373847;border:1px solid #baffad1a;border-radius:20px;grid-template-columns:minmax(0,.38fr) minmax(0,.62fr);align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .18s,border-color .18s;display:grid;box-shadow:0 2px 20px #0000004d,inset 0 1px #ffffff0d}.fp-feature-card__image-wrap{aspect-ratio:4/3;min-height:140px;position:relative}.fp-feature-card__image{object-fit:contain;object-position:center;opacity:.92}.fp-feature-card__body{gap:.45rem;display:grid}.fp-feature-card__title{color:#fff;font-family:var(--fl-display);margin:0;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:300;line-height:1.25}.fp-feature-card__text{color:#ffffffb8;margin:0;font-size:.88rem;line-height:1.55}.fp-detail-section{grid-template-columns:minmax(0,.38fr) minmax(0,.62fr);align-items:start;gap:2rem;padding:2rem 0;display:grid;position:relative;overflow:visible}.fp-detail-section--schedule{grid-template-columns:minmax(140px,.18fr) minmax(0,.82fr)}.fp-detail-section--reverse{grid-template-columns:minmax(0,.62fr) minmax(0,.38fr)}.fp-detail-section--reverse .fp-detail-section__illustration{order:2}.fp-detail-section--reverse .fp-detail-section__content{order:1}.fp-detail-section__illustration{aspect-ratio:3/4;will-change:transform;min-height:300px;position:relative}.fp-detail-section__illus-img{object-fit:contain;object-position:center top;opacity:.88}.fp-detail-section__content{will-change:transform,opacity;align-content:start;gap:1.25rem;display:grid}.fp-detail-section__photo{border-radius:16px;margin-top:.5rem;overflow:hidden}.fp-detail-section__photo-img{border-radius:16px;width:100%;height:auto;display:block}.fp-detail-section--platform{grid-template-columns:minmax(0,.22fr) minmax(0,.42fr) minmax(0,.36fr)}.fp-detail-section__phones{will-change:transform;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.fp-detail-section--platform{isolation:isolate;position:relative}.fp-phone-mockups{z-index:1;justify-content:center;align-items:flex-start;gap:1.5rem;padding:1rem 0;display:flex;position:relative}.fp-phone-frame{aspect-ratio:375/812;background:#0a0a0a;border:3px solid #ffffff2e;border-radius:28px;width:180px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000059,inset 0 0 0 1px #ffffff0f}.fp-phone-frame:nth-child(2){margin-top:3rem}.fp-phone-frame:before{content:"";z-index:2;background:#0a0a0a;border-radius:0 0 14px 14px;width:40%;height:20px;position:absolute;top:0;left:50%;transform:translate(-50%)}.fp-phone-frame__screen{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.fl-step-line{display:none!important}.fl-steps{grid-template-columns:repeat(5,1fr);gap:1rem;width:min(1120px,100%);margin:1.25rem auto 0;display:grid;position:relative}.fl-step{text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:14px;position:relative;box-shadow:0 10px 30px #0000002e}.fl-step-num{color:#fff;background:#aa3b3b59;border:1px solid #aa3b3b8c;border-radius:999px;place-items:center;width:34px;height:34px;margin:0 auto 8px;font-weight:700;display:grid}.fl-step-text{color:#ffffffe0;font-size:.98rem;line-height:1.2}.fl-step-text strong{color:#fff;font-weight:700}@media (min-width:901px){.fl-step:not(:last-child):after{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff38,#ffffff0f);width:28px;height:1px;position:absolute;top:50%;right:-28px;transform:translateY(-50%)}}.fl-step:first-child{background:#d6ab2a14;border-color:#d6ab2a3d;box-shadow:0 10px 30px #0000002e}.fl-step:first-child .fl-step-num{box-shadow:none;background:#d6ab2a47;border-color:#d6ab2a57}.fl-step-clickable{padding:0}.fl-step-clickable>a{height:100%;color:inherit;border-radius:inherit;padding:14px;text-decoration:none;display:block}.fl-step-clickable:hover{transform:translateY(-1px)}.fl-step-clickable>a:focus-visible{outline-offset:4px;outline:2px solid #d6ab2a73}.fl-pricing{--fl-card-a:#00587d61;--fl-card-b:#081a2c99;--fl-pr-border:#ffffff29;--fl-pr-border-hover:#ffffff42;--fl-pr-text:#f4f2ebf5;--fl-pr-muted:#f4f2ebbd;--fl-pr-radius:20px;--fl-pr-gap:20px;--fl-pr-shadow:0 18px 48px #00000038;--hintFade:#001413eb;--hintFadeTransparent:#00141300;color:var(--fl-pr-text)}.fl-pricing *,.fl-pricing :before,.fl-pricing :after{box-sizing:border-box;min-width:0}.fl-pricing-wrap{max-width:none;margin:0 auto;padding:0;position:relative}.fl-pricing-grid{gap:var(--fl-pr-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.fl-card{border-radius:var(--fl-pr-radius);border:1px solid var(--fl-pr-border);box-shadow:var(--fl-pr-shadow);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding:1.4rem 1.35rem 1.2rem;transition:transform .18s,border-color .18s;position:relative;overflow:hidden}.fl-card:hover{border-color:var(--fl-pr-border-hover);box-shadow:var(--fl-pr-shadow);transform:translateY(-1px)}.fl-card--featured,.fl-card.is-featured{box-shadow:var(--fl-pr-shadow),inset 0 0 0 1px #d6ab2a14;background:radial-gradient(120% 90% at 12% 0,#d6ab2a70,#0000 60%),radial-gradient(90% 70% at 88% 18%,#d6ab2a38,#0000 62%),radial-gradient(110% 90% at 50% 118%,#02707c38,#0000 58%),linear-gradient(#0078788c,#08232399);border-color:#d6ab2a57}.fl-card--lite{background:radial-gradient(120% 90% at 14% 0,#02707c75,#0000 62%),radial-gradient(95% 75% at 86% 26%,#59d0bd2e,#0000 64%),linear-gradient(#005f5f6b,#0823238c)}.fl-card--premium{background:radial-gradient(120% 90% at 14% 0,#aa3b3b61,#0000 64%),radial-gradient(95% 75% at 88% 28%,#ff785c2e,#0000 66%),linear-gradient(#005f5f66,#08232394)}.fl-pricing--passes{--fl-pass-card-bg:radial-gradient(120% 90% at 14% 0%,#02707c75,transparent 62%),radial-gradient(95% 75% at 86% 26%,#59d0bd2e,transparent 64%),linear-gradient(180deg,#005f5f6b,#0823238c);--fl-pass-card-border:#59d0bd47;--fl-pass-card-shadow:0 18px 46px #00000038}.fl-pricing--passes .fl-card,.fl-pricing--passes .fl-card--featured,.fl-pricing--passes .fl-card--premium,.fl-pricing--passes .fl-card--lite,.fl-pricing--passes .fl-card.is-featured{background:var(--fl-pass-card-bg);border-color:var(--fl-pass-card-border);box-shadow:var(--fl-pass-card-shadow);transform:none}.fl-pricing--passes .fl-card:hover{box-shadow:var(--fl-pass-card-shadow);border-color:#59d0bd66;transform:translateY(-1px)}.fl-card-head{gap:12px;display:grid}.fl-headline{align-items:center;gap:12px;display:flex}.fl-badge{text-align:center;letter-spacing:.02em;color:#fffffff5;border-radius:10px;width:100%;padding:8px 12px;font-size:.8rem;font-weight:850;display:block}.fl-badge--gold{background:#d6ab2a38;border:1px solid #d6ab2a80}.fl-badge--mint{background:#02707c38;border:1px solid #02707c73}.fl-badge--coral{background:#aa3b3b38;border:1px solid #aa3b3b73}.fl-top,.fl-left{align-items:flex-start;gap:12px;display:flex}.fl-illus{background:#0000001a;border:1px solid #ffffff29;border-radius:14px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.fl-illus svg{opacity:.95;width:18px;height:18px}.fl-title{color:#fffffffa;margin:0;font-size:1.35rem;font-weight:800;line-height:1.15}.fl-head{gap:.15rem;display:grid}.fl-sub{color:var(--fl-pr-muted);margin:0;font-size:.92rem;line-height:1.5}.fl-sub--inline{letter-spacing:.03em;text-transform:uppercase;font-size:.82rem}.fl-price{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.fl-price-main{font-size:clamp(1.9rem,3vw,2.35rem);font-weight:900}.fl-price-old{color:#f4f2eb85;white-space:nowrap;font-size:.98rem;text-decoration:line-through}.fl-price-suffix{color:var(--fl-pr-muted);font-size:.95rem}.fl-price-note{color:var(--fl-pr-muted);font-size:.88rem}.fl-divider{background:#ffffff1a;height:1px;margin:14px 0}.fl-list{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.fl-item{grid-template-columns:18px 1fr;gap:10px;line-height:1.45;display:grid}.fl-icon{border:1px solid #ffffff38;border-radius:999px;place-items:center;width:18px;height:18px;font-size:12px;display:grid}.fl-btn{color:#fff;width:100%;box-shadow:none;background:#aa3b3b;border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;margin-top:18px;padding:9px 18px;font-size:.8rem;font-weight:800;text-decoration:none;transition:background .15s,transform .15s;display:flex}.fl-btn:hover{background:#c44747;transform:translateY(-1px)}.fl-btn--secondary{color:#fff;background:0 0;border:1px solid #ffffff40}.fl-btn--secondary:hover{background:#ffffff0f}.fl-swipe-hint{text-align:center;color:#f4f2eb9e;-webkit-user-select:none;user-select:none;margin-top:10px;font-size:.85rem;display:none}.fp-benefits-strip{gap:1rem;padding-top:.25rem;display:grid}.fp-benefits-strip__intro{gap:.35rem;display:grid}.fp-benefits-strip__heading{color:#fffffff0;font-family:var(--fl-display);margin:0;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:300;line-height:1.2}.fp-schedule-wrap{overflow:visible}.fp-schedule{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:.9rem;width:100%;padding-bottom:.5rem;display:grid}.fp-schedule__hint{color:#ffffff73;text-align:center;margin-top:.75rem;font-size:.85rem;display:none}.fp-schedule__day{align-content:start;gap:.75rem;display:grid}.fp-schedule__day-name{color:#fff;font-family:var(--fl-display);letter-spacing:.01em;text-align:left;margin:0;font-size:clamp(1.15rem,1.7vw,1.5rem)}.fp-schedule__entries{gap:.75rem;display:grid}.fp-class-card{background:var(--card-bg,#0037388c);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #ffffff47;border-radius:18px;flex-direction:column;gap:.42rem;min-width:0;padding:.9rem .85rem;transition:transform .18s,border-color .18s;display:flex}.fp-class-card:not(.is-expanded):hover{box-shadow:none;border-color:#fff6;transform:translateY(-1px)}.fp-class-card__meta{flex-wrap:wrap;gap:.3rem;display:flex}.fp-class-card__meta-left{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.fp-class-card__time{color:#fff;background:#0000002e;border:1px solid #ffffff1f;border-radius:999px;padding:.22rem .62rem;font-size:.78rem;font-weight:700}.fp-class-card__langs{gap:.2rem;display:flex}.fp-class-card__lang{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff3d;border-radius:3px;padding:.08rem .3rem;font-size:.62rem;font-weight:600}.fp-class-card__level{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#ffffff38;border:1px solid #ffffff4d;border-radius:3px;padding:.08rem .3rem;font-size:.62rem;font-weight:600}.fp-class-card__name{color:#fff;font-size:.88rem;font-weight:600;line-height:1.25}.fp-class-card__teacher{color:#ffffffe6;align-items:center;gap:.35rem;font-size:.74rem;display:flex}.fp-class-card__teacher strong{color:#fff;font-weight:500}.fp-class-toggle{margin-top:.2rem}.fp-class-expand{opacity:0;max-height:0;transition:max-height .25s,opacity .2s;overflow:hidden}.fp-class-expand.is-open{opacity:1}.fp-class-summary{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;margin-top:.1rem;padding:.25rem 0;font-size:.72rem;display:flex}.fp-class-summary__label{letter-spacing:.08em;text-transform:uppercase;font-weight:500}.fp-class-plus{border:1px solid #ffffff73;border-radius:999px;flex:none;align-items:center;width:.95rem;height:.95rem;display:inline-block;position:relative}.fp-class-plus:before,.fp-class-plus:after{content:"";background:#fff;position:absolute}.fp-class-plus:before{width:60%;height:1.5px;top:50%;left:20%}.fp-class-plus:after{width:1.5px;height:60%;top:20%;left:50%}.fp-class-plus.is-open:after{display:none}.fp-class-desc{color:#ffffffeb;border-top:1px solid #ffffff38;margin-top:.3rem;padding-top:.3rem;font-size:.75rem;line-height:1.5;overflow:hidden}.fp-class-desc__text{margin:0}.fp-class-desc__book{color:#fff;letter-spacing:.03em;text-transform:uppercase;border:1px solid #ffffff6b;border-radius:999px;margin-top:.45rem;padding:.2rem .55rem;font-size:.68rem;font-weight:600;text-decoration:none;display:inline-flex}.fp-class-desc__book:hover{background:#ffffff24}.fp-class-summary:focus-visible,.fp-class-desc__book:focus-visible{outline-offset:2px;outline:2px solid #ffffffbf}.fp-schedule-filters{flex-wrap:wrap;gap:.45rem;margin-bottom:.6rem;display:flex}.fp-schedule-filter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffb8;cursor:pointer;font:inherit;letter-spacing:.04em;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;padding:.38rem .85rem;font-size:.72rem;font-weight:600;transition:background .2s,border-color .2s,color .2s}.fp-schedule-filter:hover{color:#ffffffeb;border-color:#ffffff52}.fp-schedule-filter.is-active{background:var(--filter-bg,#f4d58a2e);color:#fff;border-color:#f4d58a66}.trial-page{padding:clamp(2rem,4vw,4rem)var(--fl-space-deep,2rem);text-align:center;flex-direction:column;align-items:center;gap:clamp(2.5rem,5vw,4rem);display:flex}.trial-page__intro{flex-direction:column;align-items:center;gap:1rem;max-width:640px;display:flex}.trial-page__title{color:#f8f0ec;font-family:var(--fl-display);letter-spacing:-.03em;margin:0;font-size:clamp(2.2rem,6vw,4.2rem);font-weight:800;line-height:1}.trial-page__subtitle{color:#f4ece8b8;margin:0;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.5}.trial-page__cta{margin-top:.5rem;padding:1rem 2.5rem;font-size:1.1rem}.trial-page__widget{flex-direction:column;gap:1.2rem;width:100%;max-width:960px;display:flex}.trial-page__widget-title{color:#f8f0ec;font-family:var(--fl-display);margin:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.trial-page .fp-journey-steps{width:100%;max-width:1100px}.fp-schedule-section{width:100%;max-width:820px;padding:0 var(--fl-space-deep,2rem);flex-direction:column;gap:1rem;margin-inline:auto;display:flex}.fp-schedule-list{flex-direction:column;gap:1.8rem;display:flex}.fp-schedule-list__day{flex-direction:column;gap:.5rem;display:flex}.fp-schedule-list__day-name{color:#fff;font-family:var(--fl-display);letter-spacing:.04em;border-bottom:1px solid #ffffff26;margin-bottom:.15rem;padding-bottom:.35rem;font-size:clamp(1rem,1.4vw,1.25rem);font-weight:500}.fp-schedule-list__entries{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.fp-schedule-list__item{flex-direction:column;display:flex}.fp-schedule-list__row{color:#fff;font:inherit;text-align:left;background:#00373859;border:1px solid #ffffff2e;border-radius:12px;align-items:center;gap:.85rem;width:100%;padding:.65rem .85rem;font-size:.82rem;transition:border-color .18s,filter .18s;display:flex}.fp-schedule-list__row:hover{filter:brightness(1.12);border-color:#ffffff59}.fp-schedule-list__row.is-expanded{border-color:#f4d58a4d;border-bottom-right-radius:0;border-bottom-left-radius:0}.fp-schedule-list__time{color:#fff;letter-spacing:.06em;white-space:nowrap;background:#ffffff24;border:1px solid #fff3;border-radius:5px;flex-shrink:0;padding:.22rem .55rem;font-size:.74rem;font-weight:700}.fp-schedule-list__name{flex:1;min-width:0;font-weight:600}.fp-schedule-list__teacher{color:#ffffffbf;white-space:nowrap;flex-shrink:0;font-size:.78rem}.fp-schedule-list__langs{flex-shrink:0;gap:.2rem;display:flex}.fp-schedule-list__lang{color:#ffffffd9;letter-spacing:.08em;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff3d;border-radius:3px;padding:.12rem .35rem;font-size:.62rem;font-weight:600}.fp-schedule-list__level{color:#ffffffeb;letter-spacing:.06em;text-transform:uppercase;background:#ffffff38;border:1px solid #ffffff4d;border-radius:3px;flex-shrink:0;padding:.12rem .35rem;font-size:.62rem;font-weight:600}.fp-schedule-list__toggle{border:1.5px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;transition:border-color .2s;position:relative}.fp-schedule-list__toggle:before,.fp-schedule-list__toggle:after{content:"";background:#ffffffb3;transition:opacity .2s,background .2s;position:absolute}.fp-schedule-list__toggle:before{width:55%;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.fp-schedule-list__toggle:after{width:1.5px;height:55%;top:50%;left:50%;transform:translate(-50%,-50%)}.fp-schedule-list__row:hover .fp-schedule-list__toggle{border-color:#f4d58a8c}.fp-schedule-list__row:hover .fp-schedule-list__toggle:before,.fp-schedule-list__row:hover .fp-schedule-list__toggle:after{background:#f4d58ad9}.fp-schedule-list__toggle.is-open{border-color:#f4d58a80}.fp-schedule-list__toggle.is-open:before{background:#f4d58ad9}.fp-schedule-list__toggle.is-open:after{opacity:0}.fp-schedule-list__details{border-bottom:1px solid #ffffff14;border-left:3px solid #f4d58a59;border-right:1px solid #ffffff14;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:.75rem 1rem}.fp-schedule-list__details-inner{align-items:flex-start;gap:1rem;display:flex}.fp-schedule-list__avatar{object-fit:cover;border:2px solid #f4d58a4d;border-radius:50%;flex-shrink:0;width:52px;height:52px}.fp-schedule-list__avatar--initials{color:#f4d58ad9;font-family:var(--fl-display);letter-spacing:.02em;background:#f4d58a26;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.fp-schedule-list__details-body{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.fp-schedule-list__desc{color:#ffffffe0;margin:0;font-size:.85rem;line-height:1.6}.fp-commitment{text-align:left;justify-items:start;gap:1rem;max-width:none;margin:0;display:grid}.fp-commitment__body{color:#ffffffc2;margin:0;font-size:.95rem;line-height:1.7}.fp-commitment__bullets{text-align:left;gap:.55rem;max-width:40rem;margin:.4rem 0 0;padding:0;list-style:none;display:grid}.fp-commitment__bullets li{color:#ffffffe0;padding-left:1rem;font-size:.9rem;line-height:1.55;position:relative}.fp-commitment__bullets li:before{content:"•";color:#ffffffbd;position:absolute;left:0}.fp-benefits-reminder{gap:1rem;display:grid}.fp-benefits__pack--clickable{color:inherit;cursor:pointer;text-decoration:none;transition:transform .18s,border-color .18s}.fp-benefits__pack--clickable:hover{border-color:#ffffff47;transform:translateY(-2px)}.fp-benefits__pack-cta{color:#ffffff94;letter-spacing:.06em;text-transform:uppercase;margin-top:auto;padding-top:.5rem;font-size:.75rem;font-weight:500}.fp-support__section{gap:1rem;display:grid}.fp-support__section-head{gap:.45rem;max-width:62ch;display:grid}.fp-support__heading{color:#fff;font-family:var(--fl-display);margin:0;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:300;line-height:1.2}.fp-support__subtitle{color:#ffffffc7;margin:0;font-size:.95rem;line-height:1.6}.fp-support__note{color:#ffffff94;margin:0;font-size:.82rem;line-height:1.55}.fp-strategy-list{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-snap-type:x mandatory;gap:.8rem;margin:0;padding:0 0 .75rem;list-style:none;display:flex;overflow-x:auto}.fp-strategy-list__item{scroll-snap-align:start;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex:none;grid-template-columns:32px 1fr;align-items:start;gap:.75rem;min-width:220px;padding:.9rem;transition:transform .18s,border-color .18s;display:grid}.fp-strategy-list__num{color:#ffffffe0;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;place-items:center;width:32px;height:32px;font-size:.8rem;font-weight:600;display:grid}.fp-strategy-list__body{gap:.2rem;display:grid}.fp-strategy-list__title{color:#fff;margin:0;font-size:.92rem;font-weight:600;line-height:1.35}.fp-strategy-list__text{color:#ffffffb3;margin:0;font-size:.82rem;line-height:1.45}.fp-session-section{gap:2rem;display:grid}.fp-session-section__header{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.fp-session-section__text{flex:1;gap:.5rem;display:grid}.fp-session-section__illus{opacity:.72;flex:none}.fp-session-section__illus-img{object-fit:contain;width:300px;height:auto}.fp-session-section__photo{border-radius:16px;max-height:380px;overflow:hidden}.fp-session-section__photo .fp-detail-section__photo-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.fp-strategy-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%)}.fp-strategy-marquee__track{gap:.8rem;width:max-content;animation:40s linear infinite fp-marquee;display:flex}.fp-strategy-marquee__track:hover{animation-play-state:paused}.fp-strategy-marquee__track .fp-strategy-list{flex-shrink:0;padding:0;overflow:visible}@keyframes fp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.fp-platform__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:100%;max-width:none;display:grid}.fp-platform__grid--support{grid-template-columns:repeat(2,minmax(0,1fr))}.fp-platform__card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.1rem 1rem;transition:transform .18s,border-color .18s;display:flex}.fp-platform__card:hover{box-shadow:none;border-color:#ffffff29;transform:translateY(-1px)}.fp-platform__icon{color:#ffffffdb}.fp-platform__card-title{color:#fff;margin:0;font-size:.92rem;font-weight:600}.fp-platform__card-desc{color:#ffffffad;margin:0;font-size:.82rem;line-height:1.5}.fp-benefits__overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;max-width:none;display:grid}.fp-benefits__pack{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:left;background:#00373866;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:.75rem;padding:1.2rem 1rem;transition:transform .18s,border-color .18s;display:flex}.fp-benefits__pack:hover{box-shadow:none;border-color:#ffffff29;transform:translateY(-1px)}.fp-benefits__pack-name{color:#fff;font-family:var(--fl-display);text-align:left;margin:0;font-size:1.05rem;font-weight:300}.fp-benefits__pack--lite{background:radial-gradient(120% 90% at 14% 0,#02707c75,#0000 62%),radial-gradient(95% 75% at 86% 26%,#59d0bd2e,#0000 64%),linear-gradient(#005f5f6b,#0823238c);border-color:#59d0bd47}.fp-benefits__pack--featured{background:radial-gradient(120% 90% at 12% 0,#d6ab2a70,#0000 60%),radial-gradient(90% 70% at 88% 18%,#d6ab2a38,#0000 62%),radial-gradient(110% 90% at 50% 118%,#02707c38,#0000 58%),linear-gradient(#0078788c,#08232399);border-color:#d6ab2a57}.fp-benefits__pack--premium{background:radial-gradient(120% 90% at 14% 0,#aa3b3b61,#0000 64%),radial-gradient(95% 75% at 88% 28%,#ff785c2e,#0000 66%),linear-gradient(#005f5f66,#08232394);border-color:#aa3b3b70}.fp-benefits__pack-list{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.fp-benefits__pack-list li{color:#ffffffdb;align-items:flex-start;gap:.4rem;font-size:.82rem;line-height:1.4;display:flex}.fp-faq{text-align:left;gap:.95rem;width:100%;display:grid}.fp-faq__category{gap:.35rem;display:grid}.fp-faq__category-name{color:#ffffff9e;font-family:var(--fl-body);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:400}.site-forest-lighthouse .faq-list details{background:#ffffff05;border-color:#ffffff14;transition:border-color .2s,background .2s}.site-forest-lighthouse .faq-list details:hover{background:#ffffff0a;border-color:#ffffff24}.site-forest-lighthouse .faq-list summary{color:#ffffffc2;font-weight:400}.site-forest-lighthouse .faq-list details p{color:#ffffffe0;margin-top:.5rem;font-size:.9rem;font-weight:400;line-height:1.6}.site-forest-lighthouse .fp-faq{gap:.9rem}.site-forest-lighthouse .fp-faq .faq-list{gap:.35rem}.site-forest-lighthouse .fp-faq .faq-list details{padding:.46rem .58rem}.site-forest-lighthouse .fp-faq .faq-list summary{color:#ffffffb8;letter-spacing:.01em;font-size:.78rem;font-weight:400}.site-forest-lighthouse .fp-faq .faq-list details p{color:#ffffffd1;margin-top:.25rem;font-size:.82rem;line-height:1.42}#fp-page-motion .fl-card[data-hover-lift],#fp-page-motion .fp-class-card[data-hover-lift],#fp-page-motion .fp-feature-card[data-hover-lift],#fp-page-motion .fp-strategy-list__item[data-hover-lift],#fp-page-motion .fp-platform__card[data-hover-lift],#fp-page-motion .fp-benefits__pack[data-hover-lift]{transition:transform .18s ease-out,border-color .18s ease-out}#fp-page-motion .fl-card[data-hover-lift]:hover,#fp-page-motion .fl-card[data-hover-lift]:focus-within,#fp-page-motion .fl-pricing--passes .fl-card[data-hover-lift]:hover,#fp-page-motion .fl-pricing--passes .fl-card[data-hover-lift]:focus-within,#fp-page-motion .fp-class-card[data-hover-lift]:hover,#fp-page-motion .fp-class-card[data-hover-lift]:focus-within,#fp-page-motion .fp-feature-card[data-hover-lift]:hover,#fp-page-motion .fp-feature-card[data-hover-lift]:focus-within,#fp-page-motion .fp-strategy-list__item[data-hover-lift]:hover,#fp-page-motion .fp-strategy-list__item[data-hover-lift]:focus-within,#fp-page-motion .fp-platform__card[data-hover-lift]:hover,#fp-page-motion .fp-platform__card[data-hover-lift]:focus-within,#fp-page-motion .fp-benefits__pack[data-hover-lift]:hover,#fp-page-motion .fp-benefits__pack[data-hover-lift]:focus-within{transform:translateY(-1px)}.fl-separator{justify-content:center;align-items:center;width:min(720px,92%);height:24px;margin:48px auto;display:flex;position:relative}.fl-separator:before{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff14 25%,#ffffff2e 50%,#ffffff14 75%,#fff0 100%);width:100%;height:1px}.fl-separator__dot{background:#ffffff8c;border-radius:999px;width:4px;height:4px;position:absolute;box-shadow:0 0 6px #ffffff59,0 0 14px #ffffff26}.fp-commitment-reveal+.fl-separator{margin:48px auto}.fl-footer{background:var(--fl-space-mid);border-top:1px solid var(--fl-border);margin-top:1rem;padding:3rem 1.5rem 1.5rem}.fl-footer__inner{grid-template-columns:1fr 1fr 1fr;gap:2rem;max-width:1120px;margin:0 auto;display:grid}.fl-footer__heading{color:var(--fl-neon);font-family:var(--fl-display);letter-spacing:.03em;margin-bottom:.75rem;font-size:1rem}.fl-footer__nav{gap:.4rem;list-style:none;display:grid}.fl-footer__nav a{color:var(--fl-text-dim);font-size:.88rem;transition:color .2s}.fl-footer__nav a:hover{color:var(--fl-neon)}.fl-footer__form{gap:.5rem;display:flex}.fl-footer__input{border:1px solid var(--fl-border);color:var(--fl-text);font-family:var(--fl-body);background:#baffad0f;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.85rem}.fl-footer__input::placeholder{color:var(--fl-text-dim)}.fl-footer__submit{color:#f4f2eb;cursor:pointer;font-family:var(--fl-body);white-space:nowrap;background:#aa3b3b;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:background .2s}.fl-footer__submit:hover{background:#00dbb8}.fl-footer__socials{gap:.75rem;margin-top:.75rem;display:flex}.fl-footer__socials a{color:var(--fl-text-dim);transition:color .2s}.fl-footer__socials a:hover{color:var(--fl-neon)}.fl-footer__address{color:var(--fl-text-dim);font-size:.85rem;font-style:normal;line-height:1.7}.fl-footer__address a{color:var(--fl-text-dim);transition:color .2s}.fl-footer__address a:hover{color:var(--fl-neon)}.fl-footer__bottom{border-top:1px solid var(--fl-border);text-align:center;max-width:1120px;margin:2rem auto 0;padding-top:1rem}.fl-footer__bottom p{color:var(--fl-text-dim);font-size:.78rem}.fl-mobile-footer{display:none}.fl-announcement-bar{z-index:9999;color:#f4f2eb;background:linear-gradient(270deg,#aa3b3b,#9e4c00,#d6ab2a,#aa3b3b) 0 0/600% 600%;width:100%;font-size:clamp(11px,3vw,14px);animation:14s infinite flGradientMove;position:relative;overflow:hidden}@keyframes flGradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.fl-announcement-inner{text-align:center;white-space:nowrap;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;padding:10px 40px;display:flex;position:relative}.fl-announcement-text{font-weight:500}.fl-announcement-link{color:#f4f2eb;font-weight:700;text-decoration:underline}.fl-announcement-link:hover{opacity:.85}.fl-announcement-close{color:#f4f2eb;cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.forest-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--fl-border);background:#0037384d;border-radius:20px;padding:2.5rem 2rem}@media (max-width:900px){.fp-botanical,.fp-hero-leaves{display:none}.fp-page{gap:2.25rem}.fp-hero-fade{min-height:auto}.fp-commitment-reveal{grid-template-columns:1fr;padding:3.5rem 0 4rem}.fp-commitment-reveal__lede{position:static}.fp-commitment-reveal__lede:after{display:none}.fp-session-section__header{flex-direction:column}.fp-session-section__illus{display:none}.fp-feature-card{grid-template-columns:1fr;gap:1rem}.fp-feature-card__image-wrap{min-height:112px;max-height:180px}.fp-detail-section{grid-template-columns:1fr;gap:1.25rem;padding:1rem 0}.fp-detail-section--reverse .fp-detail-section__illustration,.fp-detail-section--reverse .fp-detail-section__content{order:unset}.fp-detail-section__illustration{aspect-ratio:auto;min-height:auto;max-height:220px}.fp-detail-section__content,.fp-detail-section__illustration{will-change:auto}.fp-platform__grid--support{grid-template-columns:repeat(2,minmax(0,1fr))}.fp-detail-section--schedule{grid-template-columns:1fr}.fp-detail-section--schedule .fp-detail-section__illustration{max-height:160px}.fp-schedule-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#fff3 transparent;overflow-x:auto}.fp-schedule{grid-template-columns:repeat(5,minmax(200px,1fr));width:max-content}.fp-schedule__hint{display:block}}@media (max-width:768px){.fp-page{gap:2rem;padding:0 1rem 5rem}.fp-hero-fade{width:100%;min-height:auto;margin-left:0}.fp-hero-fade__img{border:1px solid var(--fl-border);border-radius:18px;width:100%;height:auto;min-height:340px;position:relative;top:auto;box-shadow:0 18px 46px #0000003d}.fp-hero-fade__content{padding:1.4rem 1rem 1.35rem}.fp-hero__title{font-size:clamp(2rem,10vw,3rem)}.fl-steps{grid-template-columns:1fr;gap:18px;padding-left:16px}.fl-step{text-align:left;padding:14px 14px 14px 64px}.fl-step-num{margin:0;position:absolute;top:14px;left:16px}.fl-step:after{content:"";background:linear-gradient(#ffffff38,#ffffff0f,#fff0);width:1px;position:absolute;top:52px;bottom:-18px;left:33px}.fl-step:last-child:after{display:none}.fl-swipe-hint{display:block}.fl-pricing-grid{-webkit-overflow-scrolling:touch;padding-bottom:14px;scroll-snap-type:x mandatory!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:14px!important;display:flex!important;overflow:auto hidden!important}.fl-card{padding:1.1rem 1.1rem 1rem;scroll-snap-align:center!important;flex:0 0 82%!important;max-width:82%!important}.fl-card-head{gap:8px}.fl-title{font-size:1.15rem}.fl-sub{font-size:.84rem;line-height:1.4}.fl-price-main{font-size:1.55rem}.fl-price-suffix,.fl-price-old{font-size:.82rem}.fl-badge{padding:5px 10px;font-size:.72rem}.fl-illus{border-radius:10px;width:32px;height:32px}.fl-illus svg{width:15px;height:15px}.fl-divider{margin:10px 0}.fl-list{gap:.55rem}.fl-item{gap:8px;font-size:.84rem;line-height:1.35}.fl-icon{width:16px;height:16px;font-size:10px}.fl-btn{margin-top:12px;padding:8px 14px;font-size:.75rem}.fp-schedule{gap:.85rem;grid-template-columns:repeat(5,minmax(200px,1fr))!important;width:max-content!important}.fp-schedule__entries{gap:.6rem}.fp-phone-mockups{flex-direction:column;align-items:center;gap:1rem}.fp-phone-frame:nth-child(2){margin-top:0}.fp-phone-frame{width:160px}.fp-class-summary{min-height:44px;padding:.35rem 0}.fp-class-desc__book{padding:.45rem .85rem;font-size:.75rem}.fp-schedule-list__row{flex-wrap:wrap;gap:.4rem}.fp-schedule-list__name{flex-basis:100%;order:-1;font-size:.85rem}.fp-schedule-list__teacher{white-space:normal}.fp-platform__grid,.fp-benefits__overview,.fl-footer__inner{grid-template-columns:1fr}.fl-mobile-footer{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#00141300 0%,#0014131a 20%,#00141366 45%,#001413bf 75%,#001413eb 100%);padding:18px 16px 22px;display:block;position:fixed;bottom:0;left:0;right:0}.fl-mobile-footer__inner{align-items:center;gap:12px;max-width:960px;margin:0 auto;display:flex}.fl-mobile-footer__book{color:#fff;font-family:var(--fl-body);background:linear-gradient(135deg,#ba5a55 0%,#9f3d3d 100%);border-radius:999px;flex:auto;justify-content:center;align-items:center;padding:14px 22px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:flex}.fl-mobile-footer__book:hover{transform:translateY(-1px)}.fl-mobile-footer__call{color:#f4f2eb;background:0 0;border:1px solid #ffffff40;border-radius:999px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:background .2s,transform .2s;display:flex}.fl-mobile-footer__call:hover{background:#ffffff0d;transform:translateY(-1px)}.fl-mobile-footer__call svg{width:20px;height:20px}}@media (max-width:640px){.quick-facts-row,.fp-platform__grid{grid-template-columns:1fr}.fl-card{flex:0 0 86%!important;max-width:86%!important}.fp-hero__title{font-size:1.8rem}.forest-panel{border-radius:14px;padding:1.5rem 1rem}.fp-section__heading{font-size:1.55rem}.fp-feature-card__image-wrap{min-height:100px}.fp-schedule{grid-template-columns:repeat(5,minmax(180px,1fr))!important}}@media (max-width:768px){.fl-pricing-wrap:before,.fl-pricing-wrap:after{content:"";z-index:2;pointer-events:none;width:24px;position:absolute;top:0;bottom:0}.fl-pricing-wrap:before{background:linear-gradient(to right,var(--hintFade,#001413eb),var(--hintFadeTransparent,transparent));left:0}.fl-pricing-wrap:after{background:linear-gradient(to left,var(--hintFade,#001413eb),var(--hintFadeTransparent,transparent));right:0}.fp-hero-fade{width:100%;min-height:auto;margin-left:0}.fp-hero-fade__img{width:100%;height:auto;min-height:320px;position:relative;top:auto}}@media (prefers-reduced-motion:reduce){#fp-page-motion.motion-active [data-reveal],#fp-page-motion.motion-active [data-reveal].is-visible,#fp-page-motion.motion-active [data-reveal=stagger]>*,#fp-page-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}#fp-page-motion [data-hover-lift]:hover,#fp-page-motion [data-hover-lift]:focus-within{box-shadow:none!important;transform:none!important}.fl-step,.fl-step-clickable,.fl-card,.fl-pricing-grid,.fl-btn,.fp-class-card,.fp-class-expand,.fp-schedule-list__row,.fp-feature-card,.fp-strategy-list__item,.fp-platform__card,.fp-benefits__pack,.site-forest-lighthouse .faq-list details{transition:none!important;animation:none!important}.fp-strategy-marquee__track{animation:none!important}.fp-hero-fade{min-height:auto!important}.fp-hero-fade__img{border:1px solid var(--fl-border)!important;border-radius:24px!important;width:100%!important;height:auto!important;min-height:clamp(320px,45vw,520px)!important;position:relative!important;top:auto!important;box-shadow:0 18px 46px #0000003d!important}.fp-feature-card{opacity:1!important;transform:none!important}.fp-detail-section__illustration,.fp-detail-section__content{opacity:1!important;will-change:auto!important;transform:none!important}}.site-forest-lighthouse{--fl-display:"Manrope","Noto Sans",system-ui,sans-serif;--fl-body:"Noto Sans",system-ui,sans-serif;background:radial-gradient(circle at 50% -10%,#d4a64a0f,#0000 18%),radial-gradient(circle at 14% 8%,#0834311f,#0000 24%),radial-gradient(circle at 86% 12%,#082c291a,#0000 22%),linear-gradient(#001413 0%,#011a19 42%,#001110 100%)}.site-forest-lighthouse .page-wrapper{background:0 0;min-height:100vh}.site-forest-lighthouse main{max-width:none;padding:0 0 6rem;overflow:clip}.site-forest-lighthouse .dev-debug-bar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#f4f2ebeb;background:#021112e0}.site-forest-lighthouse .button-link,.site-forest-lighthouse .forest-secondary-cta,.site-forest-lighthouse .rent-form button[type=submit]{color:#fff9f2;letter-spacing:.02em;background:linear-gradient(135deg,#ba5a55 0%,#9f3d3d 100%);border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:.82rem 1.35rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex;box-shadow:0 16px 34px #63151547}.site-forest-lighthouse .button-link--secondary,.site-forest-lighthouse .forest-secondary-cta,.site-forest-lighthouse .fl-btn--secondary{color:#f4f2eb;background:#062727b8;border-color:#d4a64a47;box-shadow:inset 0 0 0 1px #d4a64a1f}.site-forest-lighthouse .button-link:hover,.site-forest-lighthouse .forest-secondary-cta:hover,.site-forest-lighthouse .rent-form button[type=submit]:hover,.site-forest-lighthouse .fl-btn:hover{transform:translateY(-2px);box-shadow:0 22px 42px #63151557}.site-forest-lighthouse .button-link--secondary:hover,.site-forest-lighthouse .forest-secondary-cta:hover,.site-forest-lighthouse .fl-btn--secondary:hover{background:#082e2edb;box-shadow:0 18px 40px #00000038}.site-forest-lighthouse .text-link{color:#f4d58a;font-weight:600;text-decoration:none;transition:color .16s,opacity .16s}.site-forest-lighthouse .text-link:hover{color:#fff0c0}.site-forest-lighthouse a:focus-visible,.site-forest-lighthouse button:focus-visible,.site-forest-lighthouse input:focus-visible,.site-forest-lighthouse select:focus-visible,.site-forest-lighthouse textarea:focus-visible,.site-forest-lighthouse summary:focus-visible{outline-offset:3px;outline:2px solid #f4d58ae6}.forest-site-shell{--forest-shell-backdrop-max:1280px;isolation:isolate;gap:1.75rem;padding:1.5rem 1rem;display:grid;position:relative}.forest-site-shell>:not(.forest-site-shell__backdrop):not(.forest-site-shell__botanical){z-index:1;width:min(100%,1120px);max-width:1120px;margin:0 auto;position:relative}.forest-site-shell__backdrop{max-width:var(--forest-shell-backdrop-max);pointer-events:none;width:min(100%,var(--forest-shell-backdrop-max));z-index:0;background:radial-gradient(circle at 8% 0,#d4a64a0d,#0000 18%),radial-gradient(circle at 92% 6%,#093a361f,#0000 24%),linear-gradient(#001413f0,#000f0ec2 26%,#000e0df0);position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.forest-site-shell__botanical{filter:brightness(0)invert()saturate(0)opacity(.9);mix-blend-mode:screen;opacity:.08;pointer-events:none;z-index:0;position:absolute}.forest-site-shell__botanical img{width:100%;height:auto;display:block}.forest-site-shell__botanical--one{width:min(28vw,320px);top:6rem;right:-3rem}.forest-site-shell__botanical--two{width:min(26vw,280px);top:38rem;left:-4rem}.forest-site-shell__botanical--three{width:min(24vw,260px);bottom:12rem;right:-2rem}.forest-site-shell__botanical--four{width:min(16vw,180px);bottom:34rem;left:3rem}.forest-page-hero{background:linear-gradient(145deg,#032223e0,#031818f0),radial-gradient(circle at 0 0,#d4a64a1f,#0000 32%);border:1px solid #ffffff0f;border-radius:30px;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);align-items:stretch;gap:1.5rem;padding:1.25rem;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000003d}.forest-page-hero:after{content:"";background:linear-gradient(90deg,#d4a64a6b,#d4a64a00);height:1px;position:absolute;top:calc(100% - 1.25rem);left:1.25rem;right:1.25rem}.forest-page-hero--compact{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)}.forest-page-hero__media{background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:24px;min-height:390px;position:relative;overflow:hidden}.forest-page-hero__content{align-content:end;gap:1rem;min-width:0;padding:clamp(1.4rem,2vw,2rem);display:grid}.forest-page-hero__eyebrow,.forest-page-section__eyebrow,.home-section-kicker,.site-forest-lighthouse .offer-type-label{color:#f4d58a;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.forest-page-hero__title,.forest-page-section__title,.forest-site-shell--home h2,.forest-offer-page h2,.forest-offer-page h3{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.03em;margin:0;font-weight:800;line-height:.94}.forest-page-hero__title{max-width:12ch;font-size:clamp(2.7rem,6vw,5.4rem)}.forest-page-hero__subtitle,.forest-page-hero__body,.forest-page-section__subtitle,.forest-copy-grid p,.forest-info-grid p,.forest-content-card p,.forest-collection-card__body p,.forest-offer-page p,.forest-offer-page li,.forest-offer-page dd,.site-forest-lighthouse .calendar-group-card__primary-time,.site-forest-lighthouse .calendar-group-card__next-list,.site-forest-lighthouse .calendar-group-card__domains,.site-forest-lighthouse .schedule-view-toggle,.site-forest-lighthouse .rent-form,.site-forest-lighthouse .lead-magnet,.site-forest-lighthouse .about-subnav__link{color:#ebf0ecd6}.forest-page-hero__subtitle{max-width:56ch;margin:0;font-size:clamp(1.06rem,1.8vw,1.3rem);line-height:1.55}.forest-page-hero__body{gap:.85rem;font-size:1rem;line-height:1.7;display:grid}.forest-page-hero__actions,.forest-page-hero__extra,.forest-collection-card__actions,.forest-link-stack,.site-forest-lighthouse .link-row{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.forest-page-section{gap:1rem;display:grid;position:relative}.forest-page-section__title{font-size:clamp(2rem,3vw,2.8rem)}.forest-page-section__subtitle{max-width:68ch;margin:0;font-size:1rem;line-height:1.65}.forest-rent-page{gap:2rem}.fp-visit-page{gap:clamp(2.4rem,4vw,3.4rem);padding-top:clamp(2.1rem,4vw,3rem)}.forest-site-shell--visit{padding-top:0;overflow-x:hidden}.forest-site-shell--visit>.fp-visit-hero{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.fp-visit-hero{width:100vw;min-height:auto;margin-left:calc(50% - 50vw);overflow:clip}.fp-visit-hero .fp-hero-fade__img{box-shadow:none;border:0;align-items:flex-end;height:clamp(540px,82vh,760px);min-height:0;position:relative;top:auto}.fp-visit-hero__media{isolation:isolate}.fp-visit-hero__overlay{background:linear-gradient(#00151514 0%,#00151542 32%,#001515c7 100%),radial-gradient(circle at 18% 28%,#d6ab2a1f,#0000 34%);position:absolute;inset:0}.fp-visit-hero__content{align-content:end;width:min(1120px,100%);min-height:100%;padding:clamp(6rem,14vh,8rem) 1.5rem clamp(2.2rem,4vw,3.4rem)}.fp-visit-hero__layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.72fr);align-items:end;gap:1.35rem 2rem;display:grid}.fp-visit-hero__main{text-align:left;justify-items:start;gap:1rem;display:grid}.fp-visit-hero .fp-hero-fade__eyebrow{color:#f4d58a;letter-spacing:.18em;font-size:.78rem;font-weight:700}.fp-visit-hero .fp-hero__title{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.04em;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:.95}.fp-visit-hero__intro{color:#f4f2ebcc;max-width:42ch;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.6}.fp-visit-hero__rail{align-self:stretch;gap:.95rem;display:grid}.fp-visit-hero__practical{background:linear-gradient(#021616bd,#0216169e),radial-gradient(circle at 0 0,#d6ab2a14,#0000 40%);border:1px solid #ffffff17;border-radius:22px;gap:.9rem;padding:1rem 1rem 1.05rem;display:grid}.fp-visit-hero__address{gap:.22rem;font-style:normal;display:grid}.fp-visit-hero__address strong{color:#ffffffa3;letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:600}.fp-visit-hero__address span{color:#ffffffe0}.fp-visit-hero__links{justify-items:start;gap:.75rem;display:grid}.fp-visit-hero__location{color:#ffffffd9;align-items:center;gap:.5rem;margin-top:.75rem;text-decoration:none;transition:color .2s;display:inline-flex}.fp-visit-hero__location:hover{color:#f4d58a}.fp-visit-hero__location-icon{color:#f4d58a;flex-shrink:0;width:1.2rem;height:1.2rem}.fp-visit-hero__location-text{font-size:.95rem}.fp-visit-hero__maps,.forest-visit-text-link,.forest-visit-support-link{color:#f4d58a;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .16s,opacity .16s}.fp-visit-hero__maps:hover,.forest-visit-text-link:hover,.forest-visit-support-link:hover{color:#fff0c0}.fp-visit-hero__actions,.fp-visit-contact__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.fp-visit-hero__actions .fl-btn{margin-top:0}.fp-visit-hero__preview{border-radius:22px;min-height:210px;margin:0;position:relative;overflow:hidden}.fp-visit-hero__preview__image{object-fit:cover}.fp-visit-hero__preview figcaption{color:#ffffffe0;background:linear-gradient(#04121200,#041212eb);margin:0;padding:1rem .95rem .85rem;font-size:.82rem;line-height:1.45;position:absolute;bottom:0;left:0;right:0}.fp-visit-section{gap:1.35rem}.fp-visit-section__intro{gap:.55rem;max-width:64ch}.fp-visit-section .fp-section__heading,.fp-visit-contact .fp-section__heading{letter-spacing:-.04em;font-size:clamp(2rem,3.8vw,3.1rem);font-weight:800;line-height:.98}.fp-visit-section .fp-section__subtitle,.fp-visit-contact .fp-section__subtitle{color:#f4f2ebad}.forest-visit-tabs{gap:1.2rem;min-width:0;display:grid}.forest-visit-tabs__list{scrollbar-width:none;background:#0420208a;border:1px solid #ffffff14;border-radius:999px;gap:.35rem;width:fit-content;max-width:100%;padding:.28rem;display:inline-flex;overflow-x:auto}.forest-visit-tabs__list::-webkit-scrollbar{display:none}.forest-visit-tabs__tab{appearance:none;color:#ffffffb8;cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:999px;min-width:170px;min-height:46px;padding:.8rem 1.2rem;font-weight:600;transition:background .16s,color .16s,box-shadow .16s}.forest-visit-tabs__tab:hover{color:#ffffffe6}.forest-visit-tabs__tab:focus-visible{outline-offset:2px;outline:2px solid #f4d58a85}.forest-visit-tabs__tab.is-active{color:#fff;background:#ffffff1a;box-shadow:inset 0 0 0 1px #f4d58a1f}.forest-visit-tabs__panel{background:linear-gradient(#0627278f,#041b1b94),radial-gradient(circle at 0 0,#d6ab2a14,#0000 34%);border:1px solid #ffffff14;border-radius:26px;gap:1.2rem;min-width:0;padding:clamp(1.15rem,2.2vw,1.7rem);display:grid}.forest-visit-tabs__panel:focus-visible{outline-offset:3px;outline:2px solid #f4d58a66}.forest-visit-tabs__intro{gap:.55rem;max-width:58ch;display:grid}.forest-visit-tabs__title{color:#fff;font-family:var(--fl-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.55rem,2.5vw,2.2rem);font-weight:700;line-height:1.08}.forest-visit-tabs__lead,.forest-visit-tabs__block-body,.fp-visit-note,.fp-visit-contact__body{color:#ffffffc2;margin:0}.forest-visit-tabs__lead,.forest-visit-tabs__block-body,.fp-visit-note{line-height:1.62}.forest-visit-tabs__checklist{border-bottom:1px solid #ffffff14;gap:.7rem;padding-bottom:1rem;display:grid}.forest-visit-tabs__kicker,.forest-visit-bring__title{color:#f4d58a;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600}.forest-visit-tabs__checklist-list,.forest-visit-tabs__block-list,.forest-visit-bring__list,.fp-visit-around__group ul{color:#ffffffd1;gap:.55rem;margin:0;padding-left:1.15rem;display:grid}.forest-visit-tabs__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.6rem;display:grid}.forest-visit-tabs__block{gap:.55rem;min-width:0;display:grid}.forest-visit-tabs__block-title,.fp-visit-around__group h3{color:#fff;font-family:var(--fl-display);letter-spacing:-.02em;margin:0;font-size:clamp(1.08rem,1.7vw,1.3rem);font-weight:700;line-height:1.15}.fp-visit-arrival{gap:1.15rem;display:grid}.fp-visit-arrival__intro{max-width:56ch}.fp-visit-arrival__gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.fp-visit-arrival__figure{background:#ffffff08;border-radius:20px;min-height:250px;margin:0;position:relative;overflow:hidden}.fp-visit-arrival__figure--wide{grid-column:1/-1;min-height:420px}.fp-visit-arrival__image{object-fit:cover}.fp-visit-arrival__figure figcaption{color:#ffffffd6;background:linear-gradient(#04121200,#041212e0);margin:0;padding:1.1rem .95rem .85rem;font-size:.82rem;line-height:1.45;position:absolute;bottom:0;left:0;right:0}.fp-visit-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.fp-visit-icon-card{background:linear-gradient(#ffffff08,#ffffff05),radial-gradient(circle at 0 0,#d6ab2a14,#0000 42%);border-color:#ffffff12;border-radius:18px;gap:.7rem;min-height:100%;padding:1.05rem .95rem}.forest-visit-icon-card__icon{color:#f4d58a;background:#d6ab2a1a;border:1px solid #d6ab2a29;border-radius:14px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.forest-visit-icon-card__icon svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.32rem;height:1.32rem}.fp-visit-bring{gap:.8rem}.forest-visit-bring__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem 1.5rem}.fp-visit-note-row{border-top:1px solid #ffffff14;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.9rem 1.4rem;padding-top:1rem;display:grid}.fp-visit-note{max-width:72ch}.fp-visit-around-layout{grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);align-items:start;gap:1.2rem 2rem;display:grid}.fp-visit-around__lead{gap:.8rem;max-width:34ch;padding-top:.2rem}.fp-visit-around{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.8rem;display:grid}.fp-visit-around__group{border-top:1px solid #ffffff14;gap:.5rem;min-width:0;padding-top:.9rem;display:grid}.fp-visit-around>:first-child,.fp-visit-around>:nth-child(2){border-top:0;padding-top:0}.fp-visit-contact{border-top:1px solid #ffffff14;gap:.8rem;padding-top:clamp(1.35rem,3vw,1.8rem)}.fp-visit-contact__title{max-width:13ch}.fp-visit-contact__body{max-width:58ch}@media (max-width:1024px){.fp-visit-hero__layout{grid-template-columns:minmax(0,1fr)}.fp-visit-hero__rail{max-width:540px}.fp-visit-icon-grid,.forest-visit-bring__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.fp-visit-hero .fp-hero-fade__img{height:clamp(500px,76vh,640px)}.forest-visit-tabs__grid,.fp-visit-around-layout,.fp-visit-around,.fp-visit-note-row,.fp-visit-arrival__gallery{grid-template-columns:1fr}.fp-visit-arrival__figure,.fp-visit-arrival__figure--wide{min-height:280px}.forest-visit-tabs__grid{gap:.9rem}.fp-visit-around>:nth-child(2){border-top:1px solid #ffffff14;padding-top:.9rem}}@media (max-width:768px){.fp-visit-page{gap:2rem;padding-top:1.5rem}.fp-visit-hero.fp-hero-fade{width:100vw;margin-left:calc(50% - 50vw)}.fp-visit-hero .fp-hero-fade__img{box-shadow:none;border:0;border-radius:0;height:auto;min-height:500px}.fp-visit-hero__content{padding:5.75rem 1rem 1.9rem}.fp-visit-hero__layout{gap:1rem}.fp-visit-hero__practical{padding:.9rem .9rem .95rem}.fp-visit-hero__preview{min-height:190px}.forest-visit-tabs__list{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.forest-visit-tabs__tab{white-space:normal;min-width:0;padding-inline:.9rem}.fp-visit-icon-grid,.forest-visit-bring__list{grid-template-columns:1fr}.fp-visit-contact__actions .fl-btn{width:100%}}@keyframes rent-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes rent-stat-enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.rent-hero{border-radius:28px;min-height:clamp(520px,62vh,760px);display:grid;position:relative;overflow:hidden}.rent-hero__backdrop{z-index:0;background-position:50% 35%;background-size:cover;position:absolute;inset:0}.rent-hero__backdrop:after{content:"";background:linear-gradient(#0012110f 0%,#0012112e 42%,#001211b8 68%,#001211f7 100%),linear-gradient(90deg,#00121166 0%,#0000 50%);position:absolute;inset:0}.rent-hero__grain{mix-blend-mode:overlay;opacity:.12;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px;position:absolute;inset:0}.rent-hero__content{z-index:2;align-self:end;gap:1rem;max-width:640px;padding:clamp(2rem,4.5vw,3.5rem);animation:.4s ease-out both rent-reveal;display:grid;position:relative}.rent-hero__eyebrow{color:var(--fl-accent-gold);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:700}.rent-hero__title{font-family:var(--fl-display);letter-spacing:-.03em;margin:0;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1}.rent-hero__subtitle{color:var(--fl-text-dim);max-width:52ch;margin:0;font-size:clamp(1.02rem,1.6vw,1.2rem);line-height:1.6}.rent-hero__actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:.3rem;display:flex}.rent-hero__stats{z-index:2;flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:clamp(2rem,4vw,3.5rem);right:clamp(1.5rem,3vw,2.5rem)}.rent-hero__stat{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#f4f2ebeb;letter-spacing:.015em;white-space:nowrap;background:#062d2ca6;border:1px solid #d4a64a38;border-radius:14px;padding:.72rem 1.1rem;font-size:.84rem;font-weight:600;animation:.36s ease-out both rent-stat-enter}.rent-showcase{padding:0;display:grid;overflow:hidden}.rent-showcase__tabs{border-bottom:1px solid #ffffff0f;gap:0;display:flex}.rent-showcase__tab{color:var(--fl-text-dim);cursor:pointer;font-family:var(--fl-display);letter-spacing:.01em;background:0 0;border:none;flex:1;padding:1.05rem 1.5rem;font-size:.92rem;font-weight:600;transition:color .18s;position:relative}.rent-showcase__tab:after{background:var(--fl-accent-gold);content:"";opacity:0;border-radius:2px;height:2px;transition:opacity .18s;position:absolute;bottom:0;left:1.5rem;right:1.5rem}.rent-showcase__tab--active{color:#f4f2eb}.rent-showcase__tab--active:after{opacity:1}.rent-showcase__tab:hover:not(.rent-showcase__tab--active){color:#f4f2ebb3}.rent-showcase__body{grid-template-columns:1.15fr .85fr;display:grid}.rent-showcase__media-wrap{aspect-ratio:4/3;position:relative;overflow:hidden}.rent-showcase__media{opacity:0;background-position:50%;background-size:cover;transition:opacity .42s;position:absolute;inset:0}.rent-showcase__media--active{opacity:1}.rent-showcase__details{align-content:start;gap:1.3rem;padding:1.8rem;display:grid}.rent-showcase__header{gap:.7rem;display:grid}.rent-showcase__name{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,2.2vw,2.1rem);line-height:1.05}.rent-showcase__intro{color:var(--fl-text-dim);margin:0;font-size:.92rem;line-height:1.65}.rent-showcase__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.rent-showcase__spec{border-left:2px solid #d4a64a4d;gap:.12rem;min-width:0;margin:0;padding:.25rem 0 .25rem .85rem;display:grid}.rent-showcase__spec dt{color:#f4d58ad9;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:700}.rent-showcase__spec dd{color:#f4f2eb;margin:0;font-size:.95rem;font-weight:600;line-height:1.4}.rent-showcase__uses{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.rent-showcase__uses li{color:#ebf0eccc;padding-left:1.15rem;font-size:.9rem;line-height:1.55;position:relative}.rent-showcase__uses li:before{color:var(--fl-accent-gold);content:"•";font-size:1.1rem;position:absolute;top:-.02rem;left:0}.rent-gallery-section{gap:1.2rem;display:grid;position:relative}.rent-gallery-section__header{gap:.6rem;display:grid}.rent-gallery-grid{border-radius:22px;grid-template-columns:repeat(3,1fr);grid-auto-rows:clamp(160px,18vw,240px);gap:.6rem;display:grid;overflow:hidden}.rent-gallery-grid__item{border-radius:10px;overflow:hidden}.rent-gallery-grid__item--tall{grid-row:span 2}.rent-gallery-grid__item img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:block}@media (hover:hover) and (pointer:fine){.rent-gallery-grid__item:hover img{transform:scale(1.06)}}.rent-strengths-section{gap:.6rem;padding:clamp(1.5rem,3vw,2.5rem) 0;display:grid}.rent-strength-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:1rem;display:grid}.rent-strength-card{border-top:1px solid #ffffff12;gap:.45rem;padding:1.6rem 1.2rem;display:grid}.rent-strength-card h3{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.02em;margin:0;font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.15}.rent-strength-card p{margin:0}.rent-card-icon{color:var(--fl-accent-gold);opacity:.7;align-items:center;width:2rem;height:2rem;display:flex}.rent-card-icon svg{width:100%;height:100%}@media (hover:hover) and (pointer:fine){.rent-strength-card:hover .rent-card-icon{opacity:1}}.rent-addons-section{gap:.6rem;padding:clamp(1.5rem,3vw,2.5rem) 0;display:grid}.rent-addon-strip{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;margin-top:1rem;display:grid}.rent-addon-card{border-top:1px solid #ffffff12;gap:.45rem;padding:1.4rem 1rem;display:grid}.rent-addon-card h3{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.02em;margin:0;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.2}.rent-addon-card p{margin:0}.rent-inquiry-section{text-align:center;align-items:center;gap:.6rem;padding:clamp(2rem,4vw,3.5rem) 0;display:grid}.rent-inquiry-section .forest-page-section__subtitle{margin-left:auto;margin-right:auto}.rent-inquiry__layout{text-align:left;gap:2rem;max-width:720px;margin:0 auto;display:grid}.rent-inquiry__contact-header{text-align:center;gap:.65rem;display:grid}.rent-inquiry__form-wrapper{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(160deg,#0632328c,#041c1cb3),radial-gradient(at 0 0,#d4a64a0f,#0000 40%);border:1px solid #d4a64a24;border-radius:24px;padding:clamp(1.5rem,3vw,2.2rem)}.forest-rent-inquiry__email-label{color:#f4d58ae0;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:700}.forest-rent-inquiry__email{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.03em;font-size:clamp(1.3rem,2.3vw,2rem);font-weight:700;line-height:1;text-decoration:none}.forest-rent-inquiry__email:hover{color:#fff0c0}.forest-copy-grid,.forest-info-grid,.forest-card-grid,.forest-collection-grid,.forest-content-pair,.forest-promo-grid{gap:1rem;display:grid}.forest-copy-grid,.forest-info-grid,.forest-content-pair,.forest-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.forest-card-grid,.forest-collection-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.forest-about-page{gap:1.5rem;display:grid}.forest-about-story-layout{grid-template-columns:minmax(280px,.45fr) minmax(0,.55fr);align-items:start;gap:2rem;display:grid}.forest-about-story-layout__image{border-radius:20px;overflow:hidden}.forest-about-story-layout__image img{object-fit:cover;width:100%;height:auto;display:block}.forest-about-story-layout__text{align-content:start;gap:.85rem;display:grid}.forest-about-story-layout__text p{margin:0}.forest-about-story-layout__aside-title{color:#f4d58a;letter-spacing:.16em;text-transform:uppercase;margin-top:.5rem;font-size:.76rem;font-weight:700}.forest-about-sticky-reveal{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);align-items:start;gap:2.5rem;padding:1rem 0;display:grid;position:relative}.forest-about-sticky-reveal__lede{align-self:start;gap:.5rem;display:grid;position:sticky;top:96px}.forest-about-sticky-reveal__cards{gap:1.5rem;display:grid}.forest-about-people-section{gap:.75rem;display:grid}.forest-about-people-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1rem;padding:.5rem 0 1rem;display:flex;overflow-x:auto}.forest-about-people-track::-webkit-scrollbar{display:none}.forest-about-person-chip{scroll-snap-align:start;background:linear-gradient(160deg,#062d2ce6,#041919f0),radial-gradient(circle at 0 0,#d4a64a1a,#0000 36%);border:1px solid #ffffff0f;border-radius:20px;flex:0 0 280px;gap:.85rem;padding:1.25rem;display:grid}.forest-about-person-chip__avatar{object-fit:cover;border:2px solid #f4d58a26;border-radius:50%;width:72px;height:72px}.forest-about-person-chip__avatar--placeholder{background:linear-gradient(160deg,#083130eb,#041616fa),radial-gradient(circle at 0 0,#f4d58a29,#0000 40%)}.forest-about-person-chip__body{gap:.5rem;display:grid}.forest-about-person-chip__role{color:#f4d58a;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.forest-about-person-chip__name{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.1}.forest-about-person-chip__summary{color:#f4f2ebb8;margin:0;font-size:.88rem;line-height:1.55}.forest-about-person-chip__link{margin-top:.2rem}.forest-about-roots-grid{gap:1rem;display:grid}.forest-about-gallery{width:100%}.forest-about-gallery .forest-gallery__viewport{box-shadow:none;border:none;border-radius:0}.forest-about-gallery .forest-gallery__slide{aspect-ratio:16/10}.forest-about-practice-card p,.forest-about-root-card p,.forest-about-cta p{margin:0}.forest-about-practice-card,.forest-about-root-card,.forest-about-cta{position:relative;overflow:hidden}.forest-about-practice-card:before,.forest-about-root-card:before,.forest-about-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#f4d58a14,#0000 42%);position:absolute;inset:0}.forest-about-practice-card,.forest-about-root-card{padding:1.45rem}.forest-about-roots-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.forest-about-practice-card,.forest-about-root-card{align-content:start;gap:.85rem;min-height:100%;display:grid}.forest-about-practice-card h3,.forest-about-root-card h3{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.4rem,2vw,1.85rem);line-height:1}.forest-about-cta{text-align:center;justify-items:center;gap:1rem;margin-top:.25rem;padding:clamp(1.7rem,3vw,2.5rem);display:grid}.forest-domains-page{box-sizing:border-box;gap:2.5rem;width:100%;min-width:0;padding:0;display:grid;overflow:hidden}.forest-domains-grid{grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr));gap:1.2rem;min-width:0;display:grid}body:has(.forest-site-shell--domains) .fl-mobile-footer{display:none!important}.forest-domain-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--fl-border);background:#00373847;border-radius:16px;flex-direction:column;gap:0;min-width:0;padding:1.8rem 1.6rem 1.4rem;transition:border-color .26s,background .26s;display:flex}.forest-domain-card:hover{background:#00373861;border-color:#f4d58a38}.forest-domain-card__name{color:#f4d58a;font-family:var(--fl-display);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.3rem,2.2vw,1.65rem);font-weight:700;line-height:1.15}.forest-domain-card__intro{color:#f4f2eb99;margin:0 0 .6rem;font-size:.88rem;line-height:1.55}.forest-domain-card__divider{border:0;border-top:1px solid #f4d58a1a;margin:.4rem 0 .6rem}.forest-domain-card__offers{flex-direction:column;gap:0;min-width:0;margin:0;padding:0;list-style:none;display:flex}.forest-domain-card__offer{color:inherit;border-radius:8px;align-items:center;gap:.55rem;width:100%;min-width:0;padding:.45rem .4rem;text-decoration:none;transition:background .18s;display:flex;overflow:hidden}.forest-domain-card__offer:hover{background:#f4f2eb0f}.forest-domain-card__offer-type{letter-spacing:.06em;text-transform:uppercase;color:#f4d58ab3;background:#f4d58a1a;border-radius:4px;flex-shrink:0;padding:.25rem .45rem;font-size:.62rem;font-weight:600;line-height:1}.forest-domain-card__offer-type[data-type=class]{color:#6abeaad9;background:#6abeaa1f}.forest-domain-card__offer-type[data-type=workshop]{color:#f4d58acc;background:#f4d58a1f}.forest-domain-card__offer-type[data-type=training]{color:#ba82c8d9;background:#ba82c81f}.forest-domain-card__offer-type[data-type=private\ session],.forest-domain-card__offer-type[data-type=individual]{color:#c89678d9;background:#c896781f}.forest-domain-card__offer-type[data-type=retreat]{color:#8caad2d9;background:#8caad21f}.forest-domain-card__offer-type[data-type=course]{color:#d2a08cd9;background:#d2a08c1f}.forest-domain-card__offer-title{color:#f4f2ebe0;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;max-width:100%;font-size:.84rem;line-height:1.35;overflow:hidden}.forest-domain-card__offer-arrow{color:#f4d58a66;flex-shrink:0;font-size:.8rem;transition:color .18s,transform .18s}.forest-domain-card__offer:hover .forest-domain-card__offer-arrow{color:#f4d58a;transform:translate(2px)}.forest-domain-card__explore{color:#f4d58a;letter-spacing:.02em;gap:.3rem;margin-top:auto;padding-top:.8rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .18s;display:inline-flex}.forest-domain-card__explore:hover{opacity:.78}.forest-domain-card__explore span{transition:transform .18s}.forest-domain-card__explore:hover span{transform:translate(3px)}.forest-domains-cta{text-align:center;justify-items:center;gap:1rem;display:grid}@media (max-width:640px){.forest-domains-grid{grid-template-columns:1fr}}#domains-motion.motion-active [data-reveal]{opacity:0;will-change:opacity,transform;transition:opacity .3s ease-out,transform .3s ease-out;transform:translateY(22px)}#domains-motion.motion-active [data-reveal].is-visible{opacity:1;transform:translate(0,0)}#domains-motion.motion-active [data-reveal=stagger]>*{opacity:0;transition:opacity .28s ease-out,transform .28s ease-out;transition-delay:calc(var(--i,0)*60ms);transform:translateY(18px)}#domains-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1;transform:translate(0,0)}@media (prefers-reduced-motion:reduce){#domains-motion.motion-active [data-reveal],#domains-motion.motion-active [data-reveal].is-visible,#domains-motion.motion-active [data-reveal=stagger]>*,#domains-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1!important;transition:none!important;transform:none!important}}#about-motion.motion-active [data-reveal]{opacity:0;will-change:opacity,transform;transition:opacity .32s ease-out,transform .32s ease-out;transform:translateY(22px)}#about-motion.motion-active [data-reveal].is-visible{opacity:1;transform:translate(0,0)}#about-motion.motion-active [data-reveal=stagger]>*{opacity:0;transition:opacity .26s ease-out,transform .26s ease-out;transition-delay:calc(var(--i,0)*70ms);transform:translateY(18px)}#about-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1;transform:translate(0,0)}#offer-motion.motion-active [data-reveal]{opacity:0;will-change:opacity,transform;transition:opacity .28s ease-out,transform .28s ease-out;transform:translateY(20px)}#offer-motion.motion-active [data-reveal].is-visible{opacity:1;transform:translate(0,0)}#offer-motion.motion-active [data-reveal=stagger]>*{opacity:0;transition:opacity .24s ease-out,transform .24s ease-out;transition-delay:calc(var(--i,0)*80ms);transform:translateY(16px)}#offer-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1;transform:translate(0,0)}@media (prefers-reduced-motion:reduce){#about-motion.motion-active [data-reveal],#about-motion.motion-active [data-reveal].is-visible,#about-motion.motion-active [data-reveal=stagger]>*,#about-motion.motion-active [data-reveal=stagger].is-visible>*,#offer-motion.motion-active [data-reveal],#offer-motion.motion-active [data-reveal].is-visible,#offer-motion.motion-active [data-reveal=stagger]>*,#offer-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1!important;transition:none!important;transform:none!important}}@media (max-width:1080px){.forest-about-roots-grid,.forest-about-story-layout{grid-template-columns:1fr}.forest-about-story-layout__image{max-height:400px}.forest-about-story-layout__image img{object-position:center 30%;max-height:400px}.forest-about-sticky-reveal{grid-template-columns:1fr}.forest-about-sticky-reveal__lede{position:static}}@media (max-width:780px){.forest-about-page{gap:1.25rem}.forest-about-person-chip{flex:0 0 260px}}.fl-separator--subtle{background:linear-gradient(90deg,#fff0 0%,#ffffff1a 40% 60%,#fff0 100%);width:min(480px,60%);height:1px;margin:40px auto}.fl-separator--subtle .fl-separator__dot{display:none}@keyframes journeyLinePulse{0%{background-position:0 0}to{background-position:0 200%}}.forest-journey__trail:before{animation:6s linear infinite journeyLinePulse;background:linear-gradient(#d4a64a0f 0%,#d4a64a47 40%,#d4a64a0f 80%,#d4a64a47 100%) 0 0/100% 200%!important}.forest-journey__marker{box-shadow:0 0 12px #d4a64a14,0 0 24px #d4a64a0a}.forest-newsletter-cta{text-align:center;max-width:560px;margin:0 auto;padding:0 1rem;position:relative}.forest-newsletter-cta:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(70% 60%,#d4a64a09 0%,#0000 70%);position:absolute;inset:-60px -80px}.forest-newsletter-cta__eyebrow{font-family:var(--fl-body);letter-spacing:.18em;text-transform:uppercase;color:#d4a64ab3;margin:0 0 .75rem;font-size:.65rem;font-weight:600}.forest-newsletter-cta__heading{font-family:var(--fl-display);color:#f4f2eb;margin:0 0 .5rem;font-size:clamp(1.4rem,2.5vw,1.8rem);line-height:1.25}.forest-newsletter-cta__body{color:#f4f2eb8c;max-width:400px;margin:0 auto;font-size:.88rem;line-height:1.55}.forest-newsletter-cta__form{border:1px solid #d4a64a2e;border-radius:999px;align-items:center;margin-top:1.25rem;padding:4px;transition:border-color .3s;display:flex}.forest-newsletter-cta__form:focus-within{border-color:#d4a64a73}.forest-newsletter-cta__form input{color:#f4f2eb;min-width:0;font:inherit;background:0 0;border:none;outline:none;flex:1;padding:.75rem 1.25rem;font-size:.88rem}.forest-newsletter-cta__form input::placeholder{color:#f4f2eb59}.forest-newsletter-cta__form button{color:#0a1f1e;cursor:pointer;white-space:nowrap;background:#f4f2eb;border:none;border-radius:999px;padding:.7rem 1.5rem;font-size:.82rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s}.forest-newsletter-cta__form button:hover{background:#fff;transform:scale(1.03);box-shadow:0 0 12px #f4f2eb26}.forest-discover-slider__track{position:relative;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 3% 97%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 3% 97%,#0000 100%)}.forest-discover-slider__card{overflow:hidden}.forest-discover-slider__img{transition:transform .4s}.forest-discover-slider__card:hover .forest-discover-slider__img{transform:scale(1.06)}@keyframes pricingBorderGlow{0%,to{border-color:#d4a64a1f}50%{border-color:#d4a64a52}}.forest-pricing-compact--glow{animation:3.5s ease-in-out infinite pricingBorderGlow}.forest-site-faq{width:100%;max-width:1120px;margin:0 auto}.forest-link-stack{flex-direction:column;align-items:flex-start}.forest-bullet-list,.site-forest-lighthouse .tag-list{gap:.75rem;margin:0;padding-left:1.1rem;display:grid}.forest-empty-state{color:#f4f2ebc7;background:#06252599;border:1px dashed #d4a64a42;border-radius:20px;margin:0;padding:1.2rem 1.25rem}.forest-content-card,.forest-collection-card,.site-forest-lighthouse .card,.site-forest-lighthouse .content-block,.site-forest-lighthouse .feature-stack__item,.site-forest-lighthouse .program-highlights__item,.site-forest-lighthouse .faq-list details,.site-forest-lighthouse .lead-magnet,.site-forest-lighthouse .calendar-group-card,.site-forest-lighthouse .rent-tier{color:#f4f2eb;background:linear-gradient(160deg,#062d2ce6,#041919f0),radial-gradient(circle at 0 0,#d4a64a1a,#0000 36%);border:1px solid #ffffff0f;border-radius:24px;box-shadow:0 18px 44px #0000002e}.forest-collection-card,.site-forest-lighthouse .calendar-group-card{overflow:hidden}.forest-content-card,.forest-collection-card__body,.site-forest-lighthouse .calendar-group-card,.site-forest-lighthouse .content-block,.site-forest-lighthouse .lead-magnet,.site-forest-lighthouse .rent-tier{padding:1.4rem}.forest-collection-card__media,.site-forest-lighthouse .calendar-group-card__hero{background-position:50%;background-size:cover;min-height:220px}.forest-collection-card__body,.site-forest-lighthouse .calendar-group-card{gap:.9rem;display:grid}.forest-collection-card__body h2,.site-forest-lighthouse .calendar-group-card h2,.home-main-hall__content h2,.home-engage-tile h3,.domains-room__preview-card h3{color:#f4f2eb;font-family:var(--fl-display);margin:0;font-size:clamp(1.5rem,2vw,2rem);line-height:1.02}.forest-collection-card__meta{font-size:.94rem}.site-forest-lighthouse .calendar-group-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.site-forest-lighthouse .calendar-group-grid--list{grid-template-columns:1fr}.site-forest-lighthouse .calendar-group-card__next-list,.site-forest-lighthouse .calendar-group-card__session-list{margin:0;padding:0;list-style:none}.site-forest-lighthouse .calendar-group-card__next-list{gap:.45rem;display:grid}.site-forest-lighthouse .calendar-group-card__expanded{background:#03181875;border:1px solid #ffffff0d;border-radius:18px;gap:.85rem;padding:1rem;display:grid}.site-forest-lighthouse .calendar-group-card__session-list{gap:.65rem;display:grid}.site-forest-lighthouse .calendar-group-card__session-button,.site-forest-lighthouse .schedule-view-toggle__button,.site-forest-lighthouse .calendar-filter-form__select,.site-forest-lighthouse .lead-magnet__input,.site-forest-lighthouse .rent-form__textarea,.site-forest-lighthouse .fl-footer__input{color:#f4f2eb;background:#021818c7;border:1px solid #d4a64a2e;border-radius:16px}.site-forest-lighthouse .calendar-group-card__session-button{cursor:pointer;font:inherit;text-align:left;justify-content:space-between;width:100%;padding:.9rem 1rem;transition:background .16s,border-color .16s,transform .16s;display:flex}.site-forest-lighthouse .calendar-group-card__session-button.is-selected,.site-forest-lighthouse .schedule-view-toggle__button.is-active{background:linear-gradient(135deg,#0f534ce6,#062d2cf2);border-color:#f4d58a66;box-shadow:inset 0 0 0 1px #f4d58a1f}.site-forest-lighthouse .schedule-view-toggle{gap:.6rem;margin-bottom:1.15rem;display:inline-flex}.site-forest-lighthouse .schedule-view-toggle__button{cursor:pointer;font:inherit;min-height:44px;padding:.65rem 1rem;transition:background .16s,border-color .16s,color .16s}.site-forest-lighthouse .calendar-filter-form{gap:.85rem;display:grid}.site-forest-lighthouse .calendar-filter-form__controls{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.site-forest-lighthouse .calendar-filter-form__label{color:#f4f2ebd1;font-size:.94rem;font-weight:600}.site-forest-lighthouse .calendar-filter-form__select{min-width:min(320px,100%);min-height:48px;padding:0 1rem}.fp-calendar-page{padding-top:var(--fl-space-deep,6rem)}.fp-calendar-list-wrap{margin-top:1.5rem}.fp-calendar-filters{flex-wrap:wrap;gap:.55rem;margin-bottom:1.8rem;display:flex}.fp-calendar-filter{color:#f4f2ebb8;cursor:pointer;font:inherit;background:#02181899;border:1px solid #ffffff14;border-radius:100px;padding:.5rem 1.15rem;font-size:.88rem;font-weight:600;transition:background .16s,border-color .16s,color .16s}.fp-calendar-filter:hover{color:#f4f2eb;background:#d4a64a1a;border-color:#d4a64a33}.fp-calendar-filter.is-active{background:var(--filter-accent,#0f534cb3);color:#f4f2eb;border-color:#f4d58a4d}.fp-calendar-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.fp-calendar-item{border-top:1px solid #ffffff12}.fp-calendar-item:last-child{border-bottom:1px solid #ffffff12}.fp-calendar-item__link{border-left:3px solid var(--cal-accent,transparent);color:inherit;grid-template-columns:4.2rem 7.5rem 1fr auto;align-items:center;gap:1.2rem;padding:1.2rem .7rem;text-decoration:none;transition:background .18s,padding-left .18s;display:grid}.fp-calendar-item__link:hover{background:#d4a64a0d;padding-left:1.1rem}.fp-calendar-item__thumb{border-radius:10px;width:4.2rem;height:3.2rem;position:relative;overflow:hidden}.fp-calendar-item__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.fp-calendar-item__image-placeholder{background:linear-gradient(135deg,#062d2cb3,#041919cc),radial-gradient(circle at 0 0,#d4a64a26,#0000 50%);width:100%;height:100%;display:block}.fp-calendar-item__date{flex-direction:column;gap:.15rem;min-width:6.9rem;display:flex}.fp-calendar-item__day{color:color-mix(in srgb,var(--cal-accent,#0f534c8c)88%,#f4f2eb);font-family:var(--fl-display);letter-spacing:.02em;text-transform:capitalize;font-size:.92rem;font-weight:700}.fp-calendar-item__time{color:#f4f2ebc7;font-variant-numeric:tabular-nums;font-size:.82rem}.fp-calendar-item__body{flex-direction:column;gap:.25rem;min-width:0;display:flex}.fp-calendar-item__title{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.02em;margin:0;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:800;line-height:1.15}.fp-calendar-item__meta{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.fp-calendar-item__desc{color:#f4f2ebb3;margin:.15rem 0 .3rem;font-size:.82rem;line-height:1.4}.fp-calendar-item__meta{align-items:center;gap:.6rem;margin-top:.1rem;display:flex}.fp-calendar-item__type{color:#f4f2eb;letter-spacing:.06em;text-transform:uppercase;opacity:.45;font-size:.7rem;font-weight:600}.fp-calendar-item__facilitator{color:#f4d58ab3;font-size:.78rem;font-style:italic}.fp-calendar-item__arrow{color:#f4d58a59;font-size:1.15rem;transition:color .18s,transform .18s}.fp-calendar-item__link:hover .fp-calendar-item__arrow{color:#f4d58a;transform:translate(3px)}@media (max-width:640px){.fp-calendar-item__link{grid-template-columns:3.4rem 1fr auto;gap:.6rem;padding:1rem .4rem}.fp-calendar-item__thumb{border-radius:8px;grid-row:1/3;width:3.4rem;height:2.6rem}.fp-calendar-item__date{flex-direction:row;align-items:center;gap:.5rem;min-width:0}.fp-calendar-item__body{grid-column:2/-1}.fp-calendar-item__arrow{display:none}}.forest-site-shell--home .home-page{gap:1.5rem;max-width:none;padding:0;display:grid}.forest-site-shell--home .home-hero,.forest-site-shell--home .home-main-hall,.forest-site-shell--home .home-section{border:1px solid #ffffff0f;border-radius:30px;overflow:hidden;box-shadow:0 30px 80px #0003}.forest-site-shell--home .home-hero{background-position:50%;background-size:cover;align-items:end;min-height:560px;padding:clamp(1.6rem,4vw,3rem);display:grid;position:relative}.forest-site-shell--home .home-hero:after{content:"";background:linear-gradient(#010b0c1a,#021616a3 55%,#031818e0);position:absolute;inset:0}.forest-site-shell--home .home-hero__content{z-index:1;gap:1rem;max-width:42rem;display:grid;position:relative}.forest-site-shell--home .home-hero__content h1{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.05em;margin:0;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:.9}.forest-site-shell--home .home-hero__line{display:block}.forest-site-shell--home .home-hero__subhead{color:#f4f2ebdb;max-width:56ch;margin:0;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.65}.forest-site-shell--home .home-hero__about-link{color:#f4f2eb;font-weight:600;text-decoration:none}.forest-site-shell--home .home-main-hall,.forest-site-shell--home .home-section{background:linear-gradient(160deg,#062d2ce0,#041919f0),radial-gradient(circle at 0 0,#d4a64a1f,#0000 34%);padding:1.5rem}.forest-site-shell--home .home-main-hall{grid-template-columns:minmax(0,.95fr) minmax(280px,1.05fr);gap:1.25rem;display:grid}.forest-site-shell--home .home-main-hall__content{align-content:start;gap:.9rem;display:grid}.forest-site-shell--home .home-main-hall__media{gap:.8rem;display:grid}.forest-site-shell--home .home-main-hall__image,.forest-site-shell--home .home-main-hall__thumbs img{object-fit:cover;border:1px solid #ffffff12;border-radius:22px;width:100%;height:100%;display:block}.forest-site-shell--home .home-main-hall__thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.forest-site-shell--home .home-section-head{justify-content:space-between;margin-bottom:1rem}.forest-site-shell--home .home-engage-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.forest-site-shell--home .home-engage-tile{background:linear-gradient(160deg,#062727e6,#041818f5);border:1px solid #ffffff0f;border-radius:24px;gap:.8rem;padding:1.35rem;display:grid}.forest-site-shell--home .home-domains-teaser__list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.forest-site-shell--home .home-domains-teaser__list li{color:#f4f2eb;text-align:center;background:#021b1bcc;border:1px solid #d4a64a24;border-radius:999px;padding:.85rem 1rem}.forest-site-shell--offer .forest-offer-page{grid-template-columns:minmax(0,1fr);gap:3rem;min-width:0;padding:0;display:grid}.forest-site-shell--offer .forest-hero{gap:1.15rem;display:grid}.forest-hero-media{border:1px solid #ffffff12;border-radius:26px;min-height:clamp(280px,44vw,520px);position:relative;overflow:hidden}.forest-hero-media__image,.forest-hero-media__video,.forest-hero-media__gradient,.forest-hero-media__overlay{position:absolute;inset:0}.forest-hero-media__image,.forest-hero-media__video{object-fit:cover;width:100%;height:100%}.forest-hero-media__gradient{background:linear-gradient(135deg,#051f1feb,#104b48d9)}.forest-hero-media__overlay{background:linear-gradient(#04121324,#041213b3)}.forest-site-shell--offer{padding-top:0;overflow-x:hidden}.forest-hero--cinematic{border:0;border-radius:0;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);padding:0;position:relative;overflow:hidden}.forest-hero--cinematic .forest-hero-media{border:0;border-radius:0;min-height:85vh}.forest-hero--cinematic .forest-hero-media__overlay{background:linear-gradient(#0412131f 0%,#04121359 40%,#041213d1 100%)}.forest-hero__overlay-content{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:.65rem;padding:3rem 2rem 3.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.forest-hero__divider{background:#d4a64a73;border:0;width:48px;height:1px;margin:.15rem 0}.forest-hero--cinematic .offer-type-label{letter-spacing:.15em}.forest-hero--cinematic .forest-hero__title{text-align:center;max-width:18ch}.forest-hero--cinematic .forest-hero__subtitle{color:#fff;opacity:.95;max-width:42ch}.forest-hero--cinematic .forest-hero__facilitator{color:#f4f2eba6;letter-spacing:.04em;font-size:.88rem}.offer-action-bar--cinematic{justify-content:center;align-items:stretch;gap:0;width:340px;margin:.4rem 0;display:flex}.offer-action-bar--cinematic .offer-action-bar__item{color:#f4f2eb;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:.4rem;text-decoration:none;display:flex}.offer-action-bar--cinematic .offer-action-bar__icon{background:#f4f2eb14;border:1px solid #f4f2eb26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.offer-action-bar--cinematic .offer-action-bar__item:hover .offer-action-bar__icon{background:#f4f2eb2e}.offer-action-bar--cinematic .offer-action-bar__label{color:#f4f2eb94;letter-spacing:.1em;text-transform:uppercase;font-size:.66rem}.offer-action-bar--cinematic .offer-action-bar__item--disabled{cursor:default;opacity:.35}.offer-action-bar__share-wrap{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.share-popover{-webkit-backdrop-filter:blur(12px);z-index:100;background:#0a2021f2;border:1px solid #d4a64a33;border-radius:12px;flex-direction:column;gap:2px;min-width:160px;padding:.5rem;animation:.15s ease-out sharePopoverIn;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}@keyframes sharePopoverIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.share-popover__item{color:#f4f2ebcc;font-family:var(--fl-body);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.82rem;transition:background .15s;display:flex}.share-popover__item:hover{color:#f4f2eb;background:#d4a64a1f}.share-popover__item svg{opacity:.7;flex-shrink:0}.forest-hero__cta{color:#f4f2eb;letter-spacing:.02em;background:linear-gradient(135deg,#ba5a55 0%,#9f3d3d 100%);border:1px solid #d4a64a4d;border-radius:999px;justify-content:center;align-items:center;width:340px;padding:.7rem 3rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 32px #6315154d}.forest-hero__cta:hover{transform:translateY(-2px);box-shadow:0 16px 40px #63151573}.forest-hero__price-hint{color:#f4f2eb70;letter-spacing:.02em;margin:0;font-size:.78rem}.forest-hero__details{gap:1.15rem;display:grid}.forest-site-shell--offer .forest-hero__title{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.04em;max-width:12ch;margin:0;font-size:clamp(2.4rem,5vw,4.8rem);font-weight:800;line-height:.94}.forest-site-shell--offer .forest-hero__subtitle,.forest-site-shell--offer .forest-hero__facilitator{margin:0}.forest-site-shell--offer .forest-hero__facts{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.forest-site-shell--offer .forest-hero__fact{background:0 0;border:0;flex-direction:column;flex:1 1 0;align-items:center;gap:.25rem;min-width:6rem;max-width:14rem;padding:0;display:flex}.forest-site-shell--offer .forest-hero__fact svg{color:#f4d58a;margin-bottom:.15rem}.forest-hero__fact-link{color:#f4f2eb;text-underline-offset:2px;-webkit-text-decoration:underline #f4d58a66;text-decoration:underline #f4d58a66;transition:text-decoration-color .2s}.forest-hero__fact-link:hover{text-decoration-color:#f4d58a}.forest-site-shell--offer .forest-hero__fact-label{color:#f4f2eb80;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem}.forest-site-shell--offer .forest-hero__fact-value{color:#f4f2eb;text-align:center;font-size:.88rem;line-height:1.4}.forest-site-shell--offer .forest-hero__schedule{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.forest-site-shell--offer .forest-hero__schedule-card{background:#f4d58a14;border:1px solid #f4d58a33;border-radius:10px;align-items:center;gap:.6rem;padding:.55rem 1rem;display:flex}.forest-site-shell--offer .forest-hero__schedule-card--period{justify-content:center}.forest-site-shell--offer .forest-hero__schedule-day{color:#f4d58a;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700}.forest-site-shell--offer .forest-hero__schedule-date{color:#f4f2eb;font-size:.88rem;font-weight:600}.forest-site-shell--offer .forest-hero__schedule-date--period{text-align:center;white-space:nowrap}.forest-site-shell--offer .forest-hero__schedule-time{color:#f4f2eb99;font-size:.82rem}.forest-hero__schedule-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.forest-site-shell--offer .forest-hero__themes,.site-forest-lighthouse .tag-list{flex-wrap:wrap;align-items:center;gap:.65rem;padding:0;display:flex}.forest-site-shell--offer .forest-hero__themes-title{color:#f4f2ebb8;margin:0}.forest-hero__themes-label{color:#f4f2eb73;letter-spacing:.08em;text-transform:uppercase;width:100%;font-size:.72rem}.forest-site-shell--offer .forest-hero__theme-pill,.site-forest-lighthouse .tag-list li{color:#f4f2eb80;letter-spacing:.02em;background:#f4f2eb0d;border:1px solid #f4d58a1f;border-radius:999px;padding:.25rem .65rem;font-size:.7rem;list-style:none}.forest-hero__domain-pill{color:#f4d58a8c;background:#f4d58a0f;border-color:#f4d58a26}.forest-section-divider{background:linear-gradient(90deg,#f4d58a00,#f4d58a8c,#f4d58a00);border:0;height:1px;margin:.3rem 0}.forest-apercu{gap:1rem;display:grid}.forest-apercu--two-col{grid-template-columns:1fr 1fr;align-items:start}.forest-apercu__media{border-radius:18px;overflow:hidden}.forest-apercu__content{align-content:start;gap:1rem;display:grid}.forest-apercu__content h2{color:#f4f2eb;font-family:var(--fl-display);margin:0;font-size:clamp(1.4rem,2.5vw,1.8rem)}.forest-apercu__content .rich-text{color:#f4f2ebd9;line-height:1.7}.forest-apercu__content .forest-hero__themes{margin-top:.5rem}.forest-media-embed--video .forest-media-embed__ratio{aspect-ratio:16/9;border-radius:18px;position:relative;overflow:hidden}.forest-media-embed--video iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.forest-media-embed__poster{aspect-ratio:16/9;cursor:pointer;background:#0a1a1a;border:0;border-radius:18px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.forest-media-embed__thumb{object-fit:cover;filter:brightness(.92);width:100%;height:100%;transition:transform .4s,filter .4s;display:block}.forest-media-embed__poster:hover .forest-media-embed__thumb{filter:brightness(.78);transform:scale(1.03)}.forest-media-embed__play{opacity:.85;transition:transform .25s,opacity .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.forest-media-embed__poster:hover .forest-media-embed__play{opacity:1;transform:translate(-50%,-50%)scale(1.1)}.forest-media-embed__play svg circle{transition:fill .25s}.forest-media-embed__poster:hover .forest-media-embed__play svg circle{fill:#000000b3}.forest-media-embed__image{object-fit:cover;border-radius:18px;width:100%;height:auto;display:block}.forest-media-embed__track{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:18px;gap:0;display:flex;overflow-x:auto}.forest-media-embed__track::-webkit-scrollbar{display:none}.forest-media-embed__slide{scroll-snap-align:center;flex:0 0 100%}.forest-media-embed__slide img{object-fit:cover;border-radius:18px;width:100%;height:auto;display:block}.forest-media-embed__dots{justify-content:center;gap:.5rem;margin-top:.75rem;display:flex}.forest-media-embed__dot{cursor:pointer;background:#f4d58a40;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.forest-media-embed__dot--active{background:#f4d58a}.forest-section--blocks,.site-forest-lighthouse .block-renderer{gap:1rem;display:grid}.site-forest-lighthouse .content-block{gap:1rem}.site-forest-lighthouse .content-block h2,.site-forest-lighthouse .content-block h3{color:#f4f2eb;font-family:var(--fl-display);margin:0}.site-forest-lighthouse .feature-stack,.site-forest-lighthouse .program-highlights,.site-forest-lighthouse .gallery-grid{gap:.85rem;display:grid}.site-forest-lighthouse .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.site-forest-lighthouse .gallery-image,.site-forest-lighthouse .gallery-grid figure img{border-radius:18px}.forest-site-shell--offer .forest-facilitators__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.forest-site-shell--offer .forest-facilitator-card{background:#041818c7;border:1px solid #ffffff0f;border-radius:24px;overflow:hidden}.forest-site-shell--offer .forest-facilitator-card__link,.forest-site-shell--offer .forest-facilitator-card{color:inherit;grid-template-columns:112px minmax(0,1fr);gap:1rem;padding:1rem;text-decoration:none;display:grid}.forest-site-shell--offer .forest-facilitator-card__avatar,.forest-site-shell--offer .forest-facilitator-card__avatar-placeholder{aspect-ratio:1;object-fit:cover;border-radius:20px;width:100%}.forest-site-shell--offer .forest-facilitator-card__avatar-placeholder{color:#f4f2eb;background:linear-gradient(135deg,#0f534ce6,#062d2cf2);justify-content:center;align-items:center;display:flex}.forest-site-shell--offer .forest-facilitator-card__info{gap:.65rem;display:grid}.forest-facilitator-showcase{max-width:960px;margin:0 auto;padding:0 3.5rem}.forest-facilitator-showcase__eyebrow{text-align:center;font-family:var(--fl-body);letter-spacing:.18em;text-transform:uppercase;color:#d4a64ab3;margin:0 0 .75rem;font-size:.65rem;font-weight:600}.forest-facilitator-showcase__panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00373840;border:1px solid #baffad14;border-radius:20px;padding:2.5rem 2rem;position:relative}.forest-facilitator-showcase__panel:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(60% 50%,#d4a64a06 0%,#0000 70%);position:absolute;inset:-40px -60px}.forest-facilitator-showcase .forest-facilitator-showcase__heading{color:#f4f2eb;font-family:var(--fl-display);text-align:center;margin:0 0 2.75rem;font-size:1.6rem}.forest-facilitator-slide{grid-template-columns:1.4fr 1fr;align-items:center;gap:2rem 2.5rem;display:grid}.forest-facilitator-slide--no-quote{grid-template-columns:1fr;max-width:560px;margin:0 auto}.forest-facilitator-slide__identity{flex-direction:column;gap:.6rem;min-width:0;display:flex}.forest-facilitator-slide__meta{flex-direction:column;gap:.15rem;min-width:0;display:flex}.forest-facilitator-slide__bio{color:#f4f2eb80;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.forest-facilitator-slide__bio p{margin:0}.forest-facilitator-slide__avatar{object-fit:cover;border:2px solid #f4d58a40;border-radius:50%;width:80px;height:80px;box-shadow:0 4px 20px #0000004d}.forest-facilitator-slide__avatar-placeholder{color:#f4f2eb73;background:linear-gradient(135deg,#0f534ce6,#062d2cf2);border:2px solid #f4d58a26;border-radius:50%;place-items:center;width:80px;height:80px;display:grid}.forest-facilitator-slide__name{color:#f4f2eb;font-family:var(--fl-display);margin:0;font-size:1.05rem;font-weight:600}.forest-facilitator-slide__name-link{color:inherit;text-decoration:none;position:relative}.forest-facilitator-slide__name-link:after{content:"";background:#f4d58a;width:0;height:1px;transition:width .3s,left .3s;position:absolute;bottom:-2px;left:50%}.forest-facilitator-slide__name-link:hover:after{width:100%;left:0}.forest-facilitator-slide__name-link:hover .forest-facilitator-slide__name{color:#f4d58a}.forest-facilitator-slide__title{color:#f4f2eb73;margin:0;font-size:.78rem}.forest-facilitator-slide__quote{border-left:2px solid #f4d58a33;margin:0;padding:1.8rem 0 0 1.4rem;position:relative}.forest-facilitator-slide__quote-mark{color:#f4d58a40;pointer-events:none;font-family:Georgia,serif;font-size:3rem;line-height:1;position:absolute;top:-.3rem;left:.5rem}.forest-facilitator-slide__quote p{color:#f4f2ebb3;margin:0;font-size:1rem;font-style:italic;line-height:1.6}.forest-facilitator-slide--centered{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.forest-facilitator-slide__identity--centered{flex-direction:column;align-items:center;gap:.75rem;display:flex}.forest-facilitator-slide__meta--centered{text-align:center}.forest-facilitator-slide__avatar--large{border:3px solid #d4a64a4d;width:120px;height:120px;box-shadow:0 0 0 6px #00373899,0 0 0 8px #f4d58a1f,0 8px 32px #0000004d}.forest-facilitator-slide__avatar-placeholder--large{border:3px solid #d4a64a33;width:120px;height:120px;box-shadow:0 0 0 6px #00373899,0 0 0 8px #f4d58a14}.forest-facilitator-slide__bio--full{-webkit-line-clamp:unset;text-align:center;max-width:560px;overflow:visible}.forest-facilitator-slide__quote--centered{text-align:center;border-top:1px solid #f4d58a26;border-left:none;max-width:520px;padding:1.5rem 0 0}.forest-facilitator-slide__quote-mark--centered{color:#f4d58a4d;margin:0 auto -.8rem;font-size:2.5rem;display:block;position:static}.forest-facilitator-slider{position:relative}.forest-facilitator-slider__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:.5rem 0;display:flex;overflow-x:auto}.forest-facilitator-slider__track::-webkit-scrollbar{display:none}.forest-facilitator-slider__slide{scroll-snap-align:start;flex:0 0 100%;padding:0 .5rem}.forest-facilitator-slider__arrow{z-index:2;color:#f4f2eb;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#041818b3;border:1px solid #f4d58a33;border-radius:50%;place-items:center;width:36px;height:36px;font-size:1.3rem;transition:border-color .2s,background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.forest-facilitator-slider__arrow:hover:not(:disabled){background:#f4d58a1a;border-color:#f4d58a73}.forest-facilitator-slider__arrow:disabled{opacity:.25;cursor:default}.forest-facilitator-slider__arrow--prev{left:-3rem}.forest-facilitator-slider__arrow--next{right:-3rem}.forest-facilitator-slider__dots{justify-content:center;gap:.5rem;margin-top:1.25rem;display:flex}.forest-facilitator-slider__dot{cursor:pointer;background:#f4f2eb33;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.forest-facilitator-slider__dot--active{background:#f4d58a;transform:scale(1.3)}.forest-journey{box-sizing:border-box;background:#ffffff04;border-radius:16px;width:100%;max-width:720px;margin:0 auto;padding:2rem 2rem 2.5rem}.forest-offer-page .forest-journey__heading{color:#f4f2eb;font-family:var(--fl-display);text-align:center;margin:0 0 3rem;font-size:1.8rem}.forest-journey__trail{margin:0;padding:0;list-style:none;position:relative}.forest-journey__trail:before{content:"";background:linear-gradient(#f4d58a73,#f4d58a1f);border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:17px}.forest-journey__waypoint{align-items:flex-start;gap:1.25rem;padding-bottom:2rem;display:flex;position:relative}.forest-journey__waypoint:last-child{padding-bottom:0}.forest-journey__marker{background:var(--fl-bg,#0e1e1b);width:36px;height:36px;color:var(--fl-accent,#d4a64a);z-index:1;border:2px solid #f4d58a66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex;position:relative}.forest-journey__content{flex:1;min-width:0;padding-top:.3rem}.forest-journey__title{color:#f4f2eb;font-family:var(--fl-display);margin:0 0 .3rem;font-size:1.05rem;font-weight:600}.forest-journey__desc{color:#f4f2eb8c;margin:0;font-size:.88rem;line-height:1.5}.forest-journey__desc p{margin:0}.forest-journey__cta{text-align:center;margin-top:2.5rem}.forest-journey__pdf{border-top:1px solid #baffad14;flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem;padding:1.5rem 1.25rem;display:flex}.forest-journey__pdf-icon{color:#d4a64a8c;flex-shrink:0;width:28px;height:28px}.forest-journey__pdf-text{color:#f4f2eb99;font-family:var(--fl-body);text-align:center;max-width:340px;margin:0;font-size:.85rem;line-height:1.5}.forest-journey__pdf-form{border:1px solid #d4a64a2e;border-radius:999px;align-items:center;gap:0;width:100%;max-width:380px;padding:4px;transition:border-color .3s;display:flex}.forest-journey__pdf-form:focus-within{border-color:#d4a64a66}.forest-journey__pdf-input{color:#f4f2eb;font-family:var(--fl-body);background:0 0;border:none;border-radius:999px;outline:none;flex:1;min-width:0;padding:.6rem 1rem;font-size:.82rem}.forest-journey__pdf-input::placeholder{color:#f4f2eb59}.forest-journey__pdf-btn{color:#d4a64a;cursor:pointer;font-family:var(--fl-body);letter-spacing:.03em;white-space:nowrap;background:#d4a64a26;border:none;border-radius:999px;flex-shrink:0;padding:.55rem 1.1rem;font-size:.78rem;font-weight:600;transition:background .2s,transform .15s}.forest-journey__pdf-btn:hover{background:#d4a64a40;transform:scale(1.02)}.forest-journey__pdf-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.forest-journey__pdf-error{color:#e87c7c;font-size:.78rem;font-family:var(--fl-body);margin:.5rem 0 0}.forest-journey__pdf-fallback{color:#d4a64ab3;margin-top:.4rem;font-size:.78rem;text-decoration:underline;display:inline-block}@media (max-width:768px){.forest-facilitator-slide{grid-template-columns:1fr;gap:1.5rem}.forest-facilitator-slide--centered{gap:1.25rem;padding:0 .5rem}.forest-facilitator-slide__avatar--large,.forest-facilitator-slide__avatar-placeholder--large{width:100px;height:100px}.forest-facilitator-slide__bio{grid-column:1/-1}.forest-facilitator-slide__quote{text-align:center;border-left:none;padding:0 1rem}.forest-facilitator-slide__quote-mark{margin-bottom:-1rem;display:block;position:static}.forest-facilitator-showcase{box-sizing:border-box;max-width:100%;padding:0 1rem}.forest-facilitator-showcase__panel{border-radius:16px;padding:2rem 1rem 1.5rem;overflow:visible}.forest-facilitator-slider__arrow{display:none}}.forest-pricing-benefits{gap:1.5rem;max-width:1120px;margin:0 auto;padding:0 1rem;display:grid}.forest-pricing-benefits--two-col{grid-template-columns:1fr 2fr;align-items:start}.forest-image-faq{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:2rem;max-width:1120px;margin:0 auto;padding:0 1rem;display:grid}.forest-image-faq__media{align-self:start;min-width:0}.forest-image-faq__questions{min-width:0}.forest-image-faq__img{object-fit:cover;aspect-ratio:4/3;border-radius:12px;width:100%;display:block}.forest-offer-page .forest-image-faq__questions h2{font-family:var(--fl-display);color:#f4f2eb;margin:0 0 1.5rem;font-size:1.4rem}.forest-offer-page .forest-pricing-compact{flex-direction:column;gap:1rem;display:flex}.forest-offer-page .forest-pricing-compact h2{margin:0 0 .25rem}.forest-pricing-compact__list,.forest-pricing-compact__promo-list{flex-direction:column;gap:.75rem;display:flex}.forest-pricing-compact__promo{background:#d4a64a14;border:1px solid #d4a64a38;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;display:flex}.forest-pricing-compact__promo-copy{flex-direction:column;gap:.25rem;display:flex}.forest-pricing-compact__promo-label{color:#f4d58a;letter-spacing:.08em;text-transform:uppercase;font-size:.84rem;font-weight:700}.forest-pricing-compact__promo-note{color:#f4f2ebb8;font-size:.82rem}.forest-pricing-compact__promo-amount{color:#f4f2eb;font-family:var(--fl-display);font-size:1.05rem;font-weight:600}.forest-pricing-compact__row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.95rem 0;display:flex}.forest-pricing-compact__row:last-child{border-bottom:none}.forest-pricing-compact__copy{flex-direction:column;gap:.3rem;min-width:0;display:flex}.forest-pricing-compact__label{color:#f4f2ebad;letter-spacing:.06em;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.88rem;display:inline-flex}.forest-pricing-compact__summary{color:#f4f2eb99;font-size:.84rem;line-height:1.45}.forest-pricing-compact__meta{text-align:right;flex-direction:column;align-items:flex-end;gap:.6rem;display:flex}.forest-pricing-compact__amount{color:#f4f2eb;font-family:var(--fl-display);font-size:1.15rem;font-weight:600}.forest-pricing-compact__cta{text-align:center;width:100%;margin-top:.5rem}.forest-pricing-compact__row-cta{color:#f4f2eb;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#ba5a55 0%,#9f3d3d 100%);border:1px solid #d4a64a47;border-radius:999px;justify-content:center;align-items:center;min-width:7rem;padding:.55rem .9rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 12px 28px #6315153d}.forest-pricing-compact__row-cta:hover,.forest-pricing-compact__row-cta:focus-visible{color:#f4f2eb;background:linear-gradient(135deg,#c56762 0%,#ad4343 100%);border-color:#d4a64a57;transform:translateY(-1px);box-shadow:0 16px 34px #63151557}.forest-pricing-compact__row--best{background:#d4a64a0f;border-bottom:none;border-radius:12px;margin:0 -.6rem;padding:.95rem .85rem}.forest-pricing-compact__row--best .forest-pricing-compact__label{color:#f4f2eb}.forest-pricing-compact__row--best .forest-pricing-compact__amount{color:#f4d58a}.forest-pricing-compact__badge{letter-spacing:.08em;text-transform:uppercase;color:#d4a64a;white-space:nowrap;vertical-align:middle;background:#d4a64a1a;border:1px solid #d4a64a33;border-radius:4px;padding:.12rem .35rem;font-size:.58rem;font-weight:600;display:inline-block}.forest-pricing-benefits .fp-chapter__eyebrow{color:#d4a64ab3;margin:0 0 .5rem}.forest-offer-page .forest-benefits__heading{margin:0 0 1.25rem}.forest-benefits__list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.forest-benefits__item{border-bottom:1px solid #ffffff0a;align-items:flex-start;gap:.85rem;padding-bottom:1.25rem;display:flex}.forest-benefits__item:last-child{border-bottom:none;padding-bottom:0}.forest-benefits__icon{color:var(--fl-accent-gold,#d4a64a);flex-shrink:0;margin-top:.15rem}.forest-benefits__content{flex:1;min-width:0}.forest-offer-page .forest-benefits__title{margin:0 0 .2rem;font-size:.95rem;font-weight:600}.forest-benefits__desc{color:#f4f2eb94;margin:0;font-size:.85rem;line-height:1.55}.forest-benefits__desc p{margin:0}.site-forest-lighthouse .lead-magnet__input,.site-forest-lighthouse .rent-form__textarea,.site-forest-lighthouse .fl-footer__input{color:#f4f2eb;font:inherit;min-height:50px;padding:.85rem 1rem}.site-forest-lighthouse .lead-magnet__input::placeholder,.site-forest-lighthouse .rent-form__textarea::placeholder,.site-forest-lighthouse .fl-footer__input::placeholder{color:#f4f2eb73}.site-forest-lighthouse .fl-footer__form{border:1px solid #d4a64a2e;border-radius:999px;align-items:center;gap:0;padding:4px;transition:border-color .3s;display:flex}.site-forest-lighthouse .fl-footer__form:focus-within{border-color:#d4a64a66}.site-forest-lighthouse .fl-footer__input{color:#f4f2eb;font-family:var(--fl-body);min-height:unset;background:0 0;border:none;border-radius:999px;outline:none;flex:1;padding:.65rem 1rem;font-size:.85rem}.site-forest-lighthouse .fl-footer__submit{color:#0a1f1e;cursor:pointer;font-family:var(--fl-body);white-space:nowrap;min-height:unset;background:#f4f2eb;border:none;border-radius:999px;padding:.6rem 1.2rem;font-size:.82rem;font-weight:600;transition:background .2s,transform .15s}.site-forest-lighthouse .fl-footer__submit:hover{background:#fff;transform:scale(1.03)}.forest-collection-page{gap:1.75rem;max-width:none;padding:0;display:grid}.fc-intro{gap:.75rem;min-width:0;padding:clamp(1.5rem,3vw,2.5rem) 0 0;display:grid}.fc-intro__eyebrow{color:#f4d58a;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.fc-intro__title{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.04em;margin:0;font-size:clamp(2.8rem,6vw,5rem);font-weight:800;line-height:.95}.fc-intro__subtitle{color:#f4f2eba6;max-width:56ch;margin:0;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6}.forest-mindbody-section{gap:1.1rem;overflow:hidden}.forest-mindbody-widget{width:100%;min-height:460px}.forest-mindbody-widget:empty:before{color:#f4f2eb85;content:attr(data-loading-label);padding:1rem 0;font-size:.95rem;display:block}.forest-mindbody-section .mindbody-widget iframe,.forest-mindbody-section .mindbody-widget .bw-widget-styles{border:0;max-width:100%;display:block;width:100%!important}.forest-mindbody-section .mindbody-widget .bw-widget-styles{overflow:hidden}.forest-mindbody-section .mindbody-widget>*{max-width:100%}.fc-grid-section{gap:1.5rem;display:grid}.fc-grid-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.fc-grid-header__eyebrow{color:#f4d58a;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.fc-grid-header__title{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.03em;margin:.2rem 0 0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1}.fc-grid-header__count{color:#f4f2eb73;letter-spacing:.04em;margin:0;font-size:.82rem}.fc-offer-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.fc-offer-card,.forest-discover-slider__card{--offer-card-bg-base:linear-gradient(160deg,#062d2ce6,#041919f2);--offer-card-glow:radial-gradient(circle at top left,#d4a64a14,transparent 40%);--offer-card-border:#ffffff0f;--offer-card-hover-border:#d4a64a4d;--offer-card-hover-ring:#d4a64a14;--offer-card-badge-bg:#001413b8;--offer-card-badge-border:#f4d58a33;--offer-card-badge-text:#f4d58a;--offer-card-book-bg:#d4a64a1f;--offer-card-book-border:#d4a64a40;--offer-card-book-text:#f4d58a;--offer-card-book-hover-bg:#d4a64a38;--offer-card-book-hover-border:#d4a64a73;--offer-card-domain-bg:#f4f2eb0a;--offer-card-domain-border:#f4d58a1a;--offer-card-domain-text:#f4f2eb73;--offer-card-date-text:#f4d58ab3;--offer-card-date-more:#f4d58a80;--offer-card-avatar-border:#d4a64a33;--offer-card-placeholder-bg:linear-gradient(135deg,#062d2ccc,#041e1ef2)}.fc-offer-card--class,.forest-discover-slider__card--class{--offer-card-bg-base:linear-gradient(160deg,#072c2ae8,#051a18f5);--offer-card-glow:radial-gradient(circle at top left,#a2c16e17,transparent 40%);--offer-card-hover-border:#a2c16e3d;--offer-card-hover-ring:#a2c16e12;--offer-card-badge-border:#b5d58b29;--offer-card-badge-text:#c8dda2;--offer-card-book-bg:#a2c16e1a;--offer-card-book-border:#a2c16e33;--offer-card-book-text:#c8dda2;--offer-card-book-hover-bg:#a2c16e29;--offer-card-book-hover-border:#b5d58b4d;--offer-card-domain-border:#a2c16e1f;--offer-card-date-text:#c8dda294;--offer-card-date-more:#c8dda275;--offer-card-avatar-border:#a2c16e2e;--offer-card-placeholder-bg:linear-gradient(135deg,#09312dd6,#051c19f5)}.fc-offer-card--private-session,.forest-discover-slider__card--private-session{--offer-card-bg-base:linear-gradient(160deg,#0a2a29e8,#061818f7);--offer-card-glow:radial-gradient(circle at top left,#d6938217,transparent 42%);--offer-card-hover-border:#d693823d;--offer-card-hover-ring:#d6938212;--offer-card-badge-border:#e5afa229;--offer-card-badge-text:#e2bfb3;--offer-card-book-bg:#d693821a;--offer-card-book-border:#d6938233;--offer-card-book-text:#e2bfb3;--offer-card-book-hover-bg:#d6938229;--offer-card-book-hover-border:#e5afa24d;--offer-card-domain-border:#d693821f;--offer-card-date-text:#e2bfb394;--offer-card-date-more:#e2bfb375;--offer-card-avatar-border:#d693822e;--offer-card-placeholder-bg:linear-gradient(135deg,#0c302dd9,#071b1af5)}.fc-offer-card--training,.forest-discover-slider__card--training{--offer-card-bg-base:linear-gradient(160deg,#082a2ce8,#05181af7);--offer-card-glow:radial-gradient(circle at top left,#8cadd61a,transparent 42%);--offer-card-hover-border:#8cadd63d;--offer-card-hover-ring:#8cadd614;--offer-card-badge-border:#a5c2e929;--offer-card-badge-text:#bfd3ee;--offer-card-book-bg:#8cadd61a;--offer-card-book-border:#8cadd633;--offer-card-book-text:#bfd3ee;--offer-card-book-hover-bg:#8cadd629;--offer-card-book-hover-border:#a5c2e94d;--offer-card-domain-border:#8cadd61f;--offer-card-date-text:#bfd3ee94;--offer-card-date-more:#bfd3ee75;--offer-card-avatar-border:#8cadd62e;--offer-card-placeholder-bg:linear-gradient(135deg,#0a3031d9,#061b1df5)}.fc-offer-card{background:var(--offer-card-bg-base),var(--offer-card-glow);border:1px solid var(--offer-card-border);color:inherit;border-radius:22px;flex-direction:column;text-decoration:none;transition:border-color .3s,box-shadow .35s,transform .3s;display:flex;overflow:hidden}.fc-offer-card:hover{border-color:var(--offer-card-hover-border);box-shadow:0 24px 60px #00000040,0 0 0 1px var(--offer-card-hover-ring);transform:translateY(-4px)}.fc-offer-card__media-link,.fc-offer-card__title-link{color:inherit;text-decoration:none}.fc-offer-card__media-link{display:block}.fc-offer-card__media{aspect-ratio:16/9;position:relative;overflow:hidden}.fc-offer-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.fc-offer-card:hover .fc-offer-card__img{transform:scale(1.06)}.fc-offer-card__img-placeholder{background:var(--offer-card-placeholder-bg);color:#f4f2eb26;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.fc-offer-card__type-badge{background:var(--offer-card-badge-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--offer-card-badge-border);color:var(--offer-card-badge-text);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:.3rem .7rem;font-size:.66rem;font-weight:700;position:absolute;top:.85rem;left:.85rem}.fc-offer-card__body{flex-direction:column;flex:1;gap:.6rem;padding:1.15rem 1.2rem .75rem;display:flex}.fc-offer-card__title{color:#f4f2eb;font-family:var(--fl-display);letter-spacing:-.01em;margin:0;font-size:1.12rem;font-weight:700;line-height:1.25}.fc-offer-card__title-link:hover{color:#fffaf6}.fc-offer-card__excerpt{-webkit-line-clamp:2;color:#f4f2eb8c;-webkit-box-orient:vertical;margin:0;font-size:.84rem;line-height:1.5;display:-webkit-box;overflow:hidden}.fc-offer-card__meta{flex-direction:column;gap:.45rem;margin-top:auto;padding-top:.35rem;display:flex}.fc-offer-card__facilitator{color:#f4f2eb99;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.fc-offer-card__facilitator-avatar{border:1px solid var(--offer-card-avatar-border);object-fit:cover;border-radius:50%;width:24px;height:24px}.fc-offer-card__facilitator-avatar--placeholder{color:#f4f2eb;background:linear-gradient(135deg,#0f534ce6,#062d2cf2);justify-content:center;align-items:center;font-size:.58rem;font-weight:700;display:flex}.fc-offer-card__dates{flex-direction:column;gap:.3rem;padding-top:.15rem;display:flex}.fc-offer-card__date-cluster{color:var(--offer-card-date-text);align-items:flex-start;gap:.4rem;padding-top:.15rem;font-size:.74rem;display:flex}.fc-offer-card__date-cluster svg{opacity:.6;flex-shrink:0;margin-top:.2rem}.fc-offer-card__date-pills{flex-wrap:wrap;gap:.35rem;display:flex}.fc-offer-card__date-pill{color:var(--offer-card-date-text);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;padding:.34rem .52rem;font-size:.67rem;font-weight:600;line-height:1}.fc-offer-card__date-pill--pending{color:#f4f2ebad;font-style:italic}.fc-offer-card__date-row{color:var(--offer-card-date-text);align-items:center;gap:.3rem;font-size:.74rem;display:flex}.fc-offer-card__date-row svg{opacity:.6;flex-shrink:0}.fc-offer-card__date-label{white-space:nowrap;font-weight:600}.fc-offer-card__date-time{color:#f4f2eb73;white-space:nowrap}.fc-offer-card__date-more{color:var(--offer-card-date-more);padding-left:1.3rem;font-size:.68rem;font-style:italic}.fc-offer-card__domains{flex-wrap:wrap;gap:.35rem;padding-top:.15rem;display:flex}.fc-offer-card__domain-pill{background:var(--offer-card-domain-bg);border:1px solid var(--offer-card-domain-border);color:var(--offer-card-domain-text);letter-spacing:.04em;border-radius:999px;padding:.2rem .6rem;font-size:.66rem}.fc-offer-card__footer{color:#f4f2eb80;border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:.6rem;padding:.75rem 1.2rem;font-size:.78rem;font-weight:600;transition:color .25s;display:flex}.fc-offer-card__footer a{color:inherit;text-decoration:none}.fc-offer-card:hover .fc-offer-card__footer{color:var(--offer-card-badge-text)}.fc-offer-card__cta{letter-spacing:.02em;align-items:center;gap:.2rem;display:flex}.fc-offer-card__book{background:var(--offer-card-book-bg);border:1px solid var(--offer-card-book-border);color:var(--offer-card-book-text);letter-spacing:.06em;text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;padding:.3rem .85rem;font-size:.72rem;font-weight:700;transition:background .25s,border-color .25s;display:inline-flex}.fc-offer-card__book:hover,.fc-offer-card:hover .fc-offer-card__book{background:var(--offer-card-book-hover-bg);border-color:var(--offer-card-book-hover-border)}.fc-empty{text-align:center;place-items:center;gap:1rem;padding:4rem 2rem;display:grid}.fc-empty__icon{color:#d4a64a4d}.fc-empty h2{color:#f4f2eb;font-family:var(--fl-display);margin:0;font-size:1.6rem;font-weight:800}.fc-empty p{color:#f4f2eb8c;max-width:42ch;margin:0;font-size:.95rem;line-height:1.6}.fc-empty .fl-btn--secondary{width:auto;margin-top:.5rem}#collection-motion.motion-active [data-reveal]{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(24px)}#collection-motion.motion-active [data-reveal].is-visible{opacity:1;transform:translate(0,0)}#collection-motion.motion-active [data-reveal=stagger]>*{opacity:0;transition:opacity .4s,transform .4s;transition-delay:calc(var(--i,0)*80ms);transform:translateY(20px)}#collection-motion.motion-active [data-reveal=stagger].is-visible>*{opacity:1;transform:translate(0,0)}@media (max-width:900px){.fc-offer-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (max-width:600px){.fc-offer-grid{grid-template-columns:1fr}.fc-offer-card{border-radius:16px}.fc-grid-header{flex-direction:column;align-items:flex-start;gap:.3rem}}@media (prefers-reduced-motion:reduce){#collection-motion.motion-active [data-reveal],#collection-motion.motion-active [data-reveal=stagger]>*{opacity:1;transition:none;transform:none}}.forest-discover-slider{flex-direction:column;align-items:center;gap:1.25rem;max-width:1120px;margin:0 auto;padding:0 1rem;display:flex}.forest-offer-page .forest-discover-slider__heading{font-family:var(--fl-display);color:#f4f2eb;text-align:center;margin:0;font-size:1.5rem}.forest-discover-slider__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.forest-discover-slider__track::-webkit-scrollbar{height:4px}.forest-discover-slider__track::-webkit-scrollbar-thumb{background:#d4a64a4d;border-radius:2px}.forest-discover-slider__card{scroll-snap-align:start;background:var(--offer-card-bg-base),var(--offer-card-glow);border:1px solid var(--offer-card-border);border-radius:14px;flex-direction:column;flex:0 0 260px;text-decoration:none;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;overflow:hidden}.forest-discover-slider__card:hover{border-color:var(--offer-card-hover-border);box-shadow:0 0 0 1px var(--offer-card-hover-ring);transform:translateY(-3px)}.forest-discover-slider__img{object-fit:cover;width:100%;height:150px}.forest-discover-slider__img-placeholder{background:var(--offer-card-placeholder-bg);width:100%;height:150px}.forest-discover-slider__body{flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.forest-discover-slider__type{color:var(--offer-card-badge-text);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem}.forest-discover-slider__body strong{color:#f4f2eb;font-family:var(--fl-display);font-size:.95rem;font-weight:500;line-height:1.3}.forest-discover-slider__body p{color:#f4f2eb99;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.15rem 0 0;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.forest-discover-slider .forest-secondary-cta{box-shadow:none;color:#f4f2ebcc;letter-spacing:.04em;min-height:unset;background:0 0;border:1px solid #d4a64a4d;border-radius:999px;padding:.65rem 1.5rem;font-size:.82rem;font-weight:600;transition:border-color .25s,color .25s,background .25s}.forest-discover-slider .forest-secondary-cta:hover{box-shadow:none;color:#f4f2eb;background:#d4a64a14;border-color:#d4a64a8c;transform:none}.site-forest-lighthouse .faq-list details{padding:1rem 1.1rem}.site-forest-lighthouse .faq-list summary{color:#f4f2eb}.site-forest-lighthouse .domains-room__preview{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.site-forest-lighthouse .domains-room__links{margin-top:.6rem}.site-forest-lighthouse .rent-form__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.site-forest-lighthouse .rent-form__textarea,.site-forest-lighthouse .rent-form__consent,.site-forest-lighthouse .rent-form button[type=submit],.site-forest-lighthouse .lead-magnet__error,.site-forest-lighthouse .rent-form__fields>p{grid-column:1/-1}.site-forest-lighthouse .rent-form__textarea{resize:vertical;min-height:140px}.site-forest-lighthouse .rent-form__consent{align-items:start;gap:.75rem;display:flex}.site-forest-lighthouse .about-subnav-wrap{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:150;background:#021011b8;border-bottom:1px solid #ffffff0a;position:sticky;top:76px}.site-forest-lighthouse .about-subnav{justify-content:center;gap:1.4rem;max-width:1120px;margin:0 auto;padding:.45rem 1rem;overflow-x:auto}.site-forest-lighthouse .about-subnav__link{color:#f4f2eb8c;letter-spacing:.04em;background:0 0;border:none;border-radius:0;min-height:0;padding:.25rem 0;font-size:.76rem;transition:color .18s}.site-forest-lighthouse .about-subnav__link:hover{color:#f4f2ebe0}.site-forest-lighthouse .about-subnav__link.is-active{color:#f4f2eb;background:0 0;border:none;border-bottom:1px solid #f4d58a99}.site-forest-lighthouse .fl-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#011011d1}.site-forest-lighthouse .fl-header__inner{max-width:1280px;padding:.85rem 1.4rem}.site-forest-lighthouse .fl-logo img{object-fit:contain;width:min(240px,28vw);height:auto;max-height:70px}.site-forest-lighthouse .fl-nav-desktop a,.site-forest-lighthouse .fl-nav-desktop__trigger,.site-forest-lighthouse .fl-nav-desktop__submenu-link,.site-forest-lighthouse .fl-lang__btn,.site-forest-lighthouse .fl-nav-mobile__links a,.site-forest-lighthouse .fl-nav-mobile__parent,.site-forest-lighthouse .fl-nav-mobile__sublink{font-family:var(--fl-display)}.site-forest-lighthouse .fl-book{box-shadow:none;color:#f4f2ebd9;letter-spacing:.04em;min-height:unset;background:0 0;border:1px solid #d4a64a59;border-radius:999px;padding:.55rem 1.2rem;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s,transform .15s}.site-forest-lighthouse .fl-book:hover{color:#f4f2eb;background:#d4a64a14;border-color:#d4a64a8c;transform:translateY(-1px)}@media (max-width:900px){.site-forest-lighthouse .fl-book__text{display:inline!important}.site-forest-lighthouse .fl-book{padding:.5rem 1rem;font-size:.82rem}.site-forest-lighthouse .fl-book:before{content:none}.site-forest-lighthouse .fl-header__inner{position:relative}.site-forest-lighthouse .fl-logo{position:absolute;left:50%;transform:translate(-50%)}.site-forest-lighthouse .fl-logo img{width:min(90px,20vw)}}.site-forest-lighthouse .fl-footer{background:linear-gradient(#02111200,#021112db 18%,#021112fa),radial-gradient(circle at top,#d4a64a1a,#0000 30%);border-top:1px solid #ffffff0d;margin-top:0}.site-forest-lighthouse .fl-footer__inner{gap:1.5rem;max-width:1120px;padding:2rem 1rem 1.5rem}.site-forest-lighthouse .fl-footer__heading{color:#f4f2eb;font-family:var(--fl-display)}.site-forest-lighthouse .fl-footer__input{min-width:0}@media (max-width:960px){.forest-page-hero,.forest-page-hero--compact,.forest-copy-grid,.forest-info-grid,.forest-content-pair,.forest-promo-grid,.forest-apercu--two-col,.forest-image-faq,.forest-pricing-benefits--two-col,.forest-site-shell--home .home-main-hall{grid-template-columns:1fr}.forest-pricing-benefits--two-col .forest-benefits{border-top:1px solid #ffffff0f;padding-top:1.5rem}.forest-page-hero__media{min-height:300px}.forest-site-shell__botanical--one,.forest-site-shell__botanical--three{width:220px}.site-forest-lighthouse .fl-logo img{width:min(160px,28vw)}.rent-hero__stats{flex-flow:wrap;gap:.5rem;padding:0 clamp(1.5rem,3vw,2.5rem) clamp(1.2rem,2vw,2rem);display:flex;position:relative;bottom:auto;right:auto}.rent-showcase__body{grid-template-columns:1fr}.rent-showcase__media-wrap{aspect-ratio:16/9}}@media (max-width:768px){.forest-site-shell{gap:.75rem;padding:.75rem .625rem 1.25rem}.forest-site-shell--offer{padding-top:0}.fl-separator{margin:24px auto}.fl-separator--subtle{margin:20px auto}.site-forest-lighthouse .fl-logo img{width:min(90px,20vw)}.forest-page-hero,.forest-site-shell--home .home-hero,.forest-site-shell--home .home-main-hall,.forest-site-shell--home .home-section,.forest-panel,.forest-content-card,.forest-collection-card,.site-forest-lighthouse .card,.site-forest-lighthouse .content-block,.site-forest-lighthouse .lead-magnet,.site-forest-lighthouse .rent-tier{border-radius:24px}.forest-page-hero,.forest-panel,.forest-site-shell--home .home-main-hall,.forest-site-shell--home .home-section,.site-forest-lighthouse .content-block,.site-forest-lighthouse .lead-magnet,.site-forest-lighthouse .rent-tier,.site-forest-lighthouse .calendar-group-card{padding:1rem}.forest-page-hero__title,.forest-site-shell--offer .forest-hero__title,.forest-site-shell--home .home-hero__content h1{max-width:none}.site-forest-lighthouse .calendar-filter-form__controls,.site-forest-lighthouse .rent-form__fields{grid-template-columns:1fr}.rent-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:clamp(130px,16vw,200px)}.rent-strength-grid,.rent-showcase__specs{grid-template-columns:1fr}.rent-hero{min-height:clamp(400px,55vh,560px)}.forest-newsletter-cta__form{border-radius:16px;flex-direction:column;padding:6px}.forest-newsletter-cta__form input{text-align:center;padding:.7rem 1rem}.forest-newsletter-cta__form button{border-radius:12px;width:100%;padding:.75rem 1.25rem}.site-forest-lighthouse .calendar-filter-form__select{width:100%;min-width:0}.forest-site-shell--home .home-main-hall__thumbs,.forest-site-shell--offer .forest-facilitator-card,.forest-site-shell--offer .forest-facilitator-card__link,.site-forest-lighthouse .calendar-group-grid,.forest-card-grid,.forest-collection-grid,.forest-site-shell--offer .forest-facilitators__grid,.site-forest-lighthouse .domains-room__preview{grid-template-columns:1fr}.site-forest-lighthouse .about-subnav-wrap{top:68px}.site-forest-lighthouse .about-subnav{justify-content:flex-start}.forest-hero--cinematic{border-radius:0}.forest-hero--cinematic .forest-hero-media{min-height:75vh}.forest-hero__overlay-content{padding:2rem 1.25rem 2.5rem}.forest-hero__cta{min-width:unset;width:100%}.offer-action-bar--cinematic{gap:.5rem;width:100%;max-width:340px}.offer-action-bar--cinematic .offer-action-bar__icon{width:34px;height:34px}.offer-action-bar--cinematic .offer-action-bar__label{letter-spacing:.06em;font-size:.55rem}.forest-hero__cta,.forest-journey__cta,.forest-pricing-compact__cta{display:none!important}.forest-journey{border-radius:12px;padding:1.25rem 1rem 1.5rem}.forest-journey__pdf-form{max-width:100%}}@media (max-width:640px){.forest-page-hero,.forest-site-shell--home .home-hero{min-height:unset}.forest-page-hero__title,.forest-site-shell--offer .forest-hero__title{font-size:clamp(2.2rem,11vw,3rem)}.forest-page-section__title,.forest-site-shell--home h2,.forest-offer-page h2{font-size:clamp(1.7rem,8vw,2.2rem)}.forest-site-shell__botanical{display:none}.forest-site-shell--offer .forest-hero__facts{grid-template-columns:repeat(4,1fr);gap:.4rem;width:100%;padding:0 .5rem;display:grid}.forest-site-shell--offer .forest-hero__fact{min-width:0}.forest-site-shell--offer .forest-hero__fact-label{letter-spacing:.06em;font-size:.55rem}.forest-site-shell--offer .forest-hero__fact-value{word-break:break-word;font-size:.72rem;line-height:1.3}.forest-site-shell--offer .forest-hero__fact svg{width:16px;height:16px}.share-popover{min-width:140px}.forest-pricing-compact__promo,.forest-pricing-compact__row{flex-direction:column;align-items:stretch}.forest-pricing-compact__meta{text-align:left;align-items:flex-start}.forest-pricing-compact__row-cta{width:100%}}.forest-teacher-page{flex-direction:column;gap:0;display:flex}.forest-teacher-page>.forest-discover-slider{margin-top:3rem}.forest-teacher-page>.forest-newsletter-cta{margin-top:2rem}.forest-teacher-columns{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;padding:3rem 3rem 2.5rem;display:grid}.forest-teacher-columns__left{flex-direction:column;display:flex}.forest-teacher-columns__right{position:sticky;top:6.5rem}.forest-teacher-identity{text-align:center;flex-direction:column;align-items:center;gap:.8rem;padding:0 0 2rem;display:flex}.forest-teacher-identity__back{color:#f4d58a99;letter-spacing:.03em;align-self:flex-start;margin-bottom:1rem;font-size:.85rem;transition:color .2s}.forest-teacher-identity__back:hover{color:#f4d58af2}.forest-teacher-identity__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#f4d58a80;margin:.5rem 0 -.2rem;font-size:.7rem}.forest-teacher-identity__photo{object-fit:cover;border:3px solid #d4a64a4d;border-radius:50%;width:180px;height:180px;box-shadow:0 0 0 6px #00373899,0 0 0 8px #f4d58a1f,0 8px 32px #0000004d}.forest-teacher-identity__photo-placeholder{color:#f4f2eb40;background:#f4f2eb0f;border:3px solid #d4a64a26;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;display:flex}.forest-teacher-identity__name{letter-spacing:-.02em;color:#f4f2eb;margin:0;font-family:Manrope,system-ui,sans-serif;font-size:2rem;font-weight:700}.forest-teacher-identity__title{color:#f4d58ab3;margin:0;font-size:1rem;font-style:italic}.forest-teacher-quote{justify-content:center;padding:1rem 1.5rem 2rem;display:flex}.forest-teacher-quote__block{text-align:center;border-top:1px solid #f4d58a26;max-width:560px;margin:0;padding:1.5rem 0 0;position:relative}.forest-teacher-quote__mark{color:#f4d58a4d;pointer-events:none;margin:0 auto -.8rem;font-family:Georgia,serif;font-size:2.5rem;line-height:1;display:block}.forest-teacher-quote__block p{color:#f4f2ebb3;margin:0;font-size:1.05rem;font-style:italic;line-height:1.6}.forest-teacher-bio-section{max-width:none;margin:0;padding:1.5rem 1.5rem 2rem}.forest-teacher-bio{color:#f4f2ebcc;font-size:1rem;line-height:1.75}.forest-teacher-bio p{margin:0 0 1rem}.forest-teacher-bio p:last-child{margin-bottom:0}@media (max-width:860px){.forest-teacher-columns{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1.25rem 1rem}.forest-teacher-columns__right{position:static}.forest-teacher-identity{padding:0 0 1.5rem}.forest-teacher-identity__back{align-self:center}.forest-teacher-identity__photo,.forest-teacher-identity__photo-placeholder{width:140px;height:140px}.forest-teacher-identity__name{font-size:1.8rem}.forest-teacher-quote{padding:.5rem .5rem 1.5rem}.forest-teacher-bio-section{padding:1rem .5rem 2rem}.forest-teacher-page>.forest-discover-slider{margin-top:2rem}.forest-teacher-page>.forest-newsletter-cta{margin-top:1.5rem}}.forest-gallery{max-width:none;margin:0;padding:0 0 1rem}.forest-gallery__viewport{background:#00000040;border-radius:14px;position:relative;overflow:hidden}.forest-gallery__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.forest-gallery__track::-webkit-scrollbar{display:none}.forest-gallery__slide{scroll-snap-align:start;aspect-ratio:4/3;flex:0 0 100%}.forest-gallery__img{object-fit:cover;width:100%;height:100%;display:block}.forest-gallery__arrow{z-index:2;color:#f4f2eb;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#003738a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.6rem;transition:background .2s,opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.forest-gallery__arrow:hover{background:#003738d9}.forest-gallery__arrow:disabled{opacity:0;pointer-events:none}.forest-gallery__arrow--prev{left:10px}.forest-gallery__arrow--next{right:10px}.forest-gallery__dots{justify-content:center;gap:8px;padding:.75rem 0 0;display:flex}.forest-gallery__dot{cursor:pointer;background:#f4f2eb33;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.forest-gallery__dot:hover{background:#f4d58a80}.forest-gallery__dot--active{background:#f4d58acc;transform:scale(1.25)}.forest-gallery__counter{text-align:center;color:#f4f2eb59;margin:.4rem 0 0;font-size:.8rem}@media (max-width:600px){.forest-gallery{padding:0 1rem 2rem}.forest-gallery__arrow{width:32px;height:32px;font-size:1.3rem}.forest-gallery__arrow--prev{left:6px}.forest-gallery__arrow--next{right:6px}}@media (prefers-reduced-motion:reduce){.forest-site-shell *,.site-forest-lighthouse .button-link,.site-forest-lighthouse .text-link,.site-forest-lighthouse .calendar-group-card__session-button,.site-forest-lighthouse .schedule-view-toggle__button,.site-forest-lighthouse .fl-book,.site-forest-lighthouse .fl-nav-desktop a:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.site-forest-lighthouse .forest-site-shell--booking{min-height:calc(100vh - 120px);padding:clamp(1.5rem,3vw,2.75rem) 0 5rem}:is(body:has(.forest-site-shell--booking) .fl-announcement-bar,body:has(.forest-site-shell--booking) .dev-debug-bar,body:has(.forest-site-shell--booking) .fl-header,body:has(.forest-site-shell--booking) .about-subnav-wrap,body:has(.forest-site-shell--booking) .fl-footer,body:has(.forest-site-shell--booking) .fl-mobile-footer){display:none}body:has(.forest-site-shell--booking) .page-wrapper{min-height:100vh}body.site-forest-lighthouse:has(.about-subnav-wrap) .fl-header{z-index:960;position:relative}body.site-forest-lighthouse:has(.about-subnav-wrap) .about-subnav-wrap{z-index:950;top:0}body:has(.forest-site-shell--booking) main{padding:0}.site-forest-lighthouse .forest-site-shell--booking .forest-site-shell__backdrop{background:radial-gradient(circle at 16% 14%,#d693822e,#0000 34%),radial-gradient(circle at 83% 12%,#b9778a21,#0000 30%),radial-gradient(circle at 52% 34%,#1a565021,#0000 44%),linear-gradient(#021210 0%,#021413 42%,#010d0d 100%)}.site-forest-lighthouse .forest-site-shell--booking .forest-site-shell__botanical{opacity:.1}.site-forest-lighthouse .forest-site-shell--booking .fl-btn{letter-spacing:.02em;border-radius:999px;min-height:52px;padding:.92rem 1.45rem;font-weight:700}.site-forest-lighthouse .forest-site-shell--booking .fl-btn:not(.fl-btn--secondary){color:#fff8f4;background:linear-gradient(135deg,#cb7e75 0%,#bd6f74 46%,#9d5968 100%);border-color:#ffffff14;box-shadow:0 18px 36px #81374838}.site-forest-lighthouse .forest-site-shell--booking .fl-btn:not(.fl-btn--secondary):hover{box-shadow:0 22px 42px #8137484d}.site-forest-lighthouse .forest-site-shell--booking .fl-btn--secondary{color:#f7efea;background:#081e1dad;border-color:#e2bfb33d;box-shadow:inset 0 0 0 1px #e2bfb314}.site-forest-lighthouse .forest-site-shell--booking a:focus-visible,.site-forest-lighthouse .forest-site-shell--booking button:focus-visible,.site-forest-lighthouse .forest-site-shell--booking input:focus-visible,.site-forest-lighthouse .forest-site-shell--booking select:focus-visible,.site-forest-lighthouse .forest-site-shell--booking textarea:focus-visible{outline-color:#e7c0b4e6}.site-forest-lighthouse .forest-booking-entry{gap:clamp(1.4rem,2vw,2.15rem);width:min(640px,100vw - 2.25rem);margin:0 auto 3rem;display:grid}.site-forest-lighthouse .forest-booking-entry__intro,.site-forest-lighthouse .private-booking-panel{width:100%}.site-forest-lighthouse .forest-booking-entry__intro{gap:.65rem;max-width:640px;padding:0;display:grid}.site-forest-lighthouse .forest-booking-entry__toolbar{justify-content:flex-start;margin-bottom:.2rem;display:flex}.site-forest-lighthouse .forest-booking-entry__back{color:#f4ece87a;letter-spacing:.02em;align-items:center;gap:.35rem;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .18s;display:inline-flex}.site-forest-lighthouse .forest-booking-entry__back:hover{color:#f4ece8d1}.site-forest-lighthouse .forest-booking-entry__title{color:#f8f0ec;max-width:14ch;font-family:var(--fl-display);letter-spacing:-.04em;margin:0;font-size:clamp(2.3rem,6vw,4.2rem);font-weight:800;line-height:.96}.site-forest-lighthouse .forest-booking-entry__description{color:#f8f0ecb8;max-width:34rem;margin:0;font-size:.98rem;line-height:1.55}.site-forest-lighthouse .private-booking-panel{gap:1.35rem;max-width:none;margin:0;padding:0;display:grid}.site-forest-lighthouse .private-booking-wizard__progress,.site-forest-lighthouse .private-booking-inline-summary,.site-forest-lighthouse .private-booking-wizard__panel,.site-forest-lighthouse .private-booking-panel__actions--wizard,.site-forest-lighthouse .private-booking-panel__state{width:min(640px,100%);margin-inline:auto}.site-forest-lighthouse .private-booking-wizard__progress{justify-content:center;align-items:center;gap:0;padding:0;display:flex}.site-forest-lighthouse .private-booking-wizard__step-dot{color:#f7efea9e;background:#ffffff09;border:1px solid #e7c0b42e;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.84rem;font-weight:700;transition:all .18s;display:inline-flex}.site-forest-lighthouse .private-booking-wizard__step-dot:disabled{cursor:default;opacity:1}.site-forest-lighthouse .private-booking-wizard__step-dot.is-current{color:#1b1314;background:linear-gradient(135deg,#d69382eb,#ba7281e6);border-color:#e2bfb3ad;box-shadow:0 12px 26px #853a4b38}.site-forest-lighthouse .private-booking-wizard__step-dot.is-done{color:#ebc8bfeb;background:#d693821f;border-color:#e2bfb35c}.site-forest-lighthouse .private-booking-wizard__step-line{background:#e7c0b424;width:min(12vw,4.4rem);height:1px;transition:background .18s}.site-forest-lighthouse .private-booking-wizard__step-line.is-done{background:#d693828f}.site-forest-lighthouse .private-booking-wizard__panel,.site-forest-lighthouse .private-booking-panel__state{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 100% 0,#d693821a,#0000 34%),radial-gradient(circle at 0 100%,#185c561f,#0000 42%),linear-gradient(#041c1bdb,#031211f2);border:1px solid #e2bfb321;border-radius:24px;gap:1rem;padding:clamp(1.35rem,2.4vw,2rem);display:grid;box-shadow:inset 0 1px #ffffff05,0 24px 42px #00000029}.site-forest-lighthouse .private-booking-panel__state h2{margin:0;font-size:clamp(1.6rem,4vw,2.35rem)}.site-forest-lighthouse .private-booking-wizard__panel-head{gap:.3rem;display:grid}.site-forest-lighthouse .private-booking-wizard__panel-head h3{color:#f8f0ec;margin:0;font-size:clamp(1.45rem,3vw,1.95rem)}.site-forest-lighthouse .private-booking-wizard__panel-kicker{color:#e8bcb1d6;letter-spacing:.24em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:700}.site-forest-lighthouse .private-booking-inline-summary{background:#ffffff09;border:1px solid #e2bfb31c;border-radius:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;padding:1.05rem 1.15rem;display:grid}.site-forest-lighthouse .private-booking-inline-summary__item{gap:.2rem;display:grid}.site-forest-lighthouse .private-booking-inline-summary__item>span{color:#e8bcb1d1;letter-spacing:.18em;text-transform:uppercase;font-size:.74rem;font-weight:700}.site-forest-lighthouse .private-booking-inline-summary__item>strong{color:#f8f0ec;font-size:.98rem;line-height:1.45}.site-forest-lighthouse .private-booking-inline-summary__item>small{color:#f4ece8a3}.site-forest-lighthouse .private-booking-inline-summary--compact{border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .8rem;padding:.7rem .85rem}.site-forest-lighthouse .private-booking-inline-summary--compact .private-booking-inline-summary__item{gap:.1rem}.site-forest-lighthouse .private-booking-inline-summary--compact .private-booking-inline-summary__item>span{letter-spacing:.15em;font-size:.62rem}.site-forest-lighthouse .private-booking-inline-summary--compact .private-booking-inline-summary__item>strong{font-size:.88rem;line-height:1.35}.site-forest-lighthouse .private-booking-inline-summary--compact .private-booking-inline-summary__item>small{font-size:.8rem;line-height:1.3}.site-forest-lighthouse .private-booking-panel__group,.site-forest-lighthouse .private-booking-panel__form{gap:1rem;display:grid}.site-forest-lighthouse .private-booking-panel__choices{gap:.85rem;display:grid}.site-forest-lighthouse .private-booking-panel__choices--cards{grid-template-columns:1fr}.site-forest-lighthouse .private-booking-panel__choice{background:#061b1a9e;border:1px solid #e2bfb31f;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem;padding:1.05rem 1.1rem;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s;display:grid}.site-forest-lighthouse .private-booking-panel__choice:hover{border-color:#e2bfb33d;transform:translateY(-1px);box-shadow:0 16px 24px #00000014}.site-forest-lighthouse .private-booking-panel__choice.is-selected{background:radial-gradient(circle at 100% 0,#d6938224,#0000 42%),#071d1ce6;border-color:#e2bfb36b;box-shadow:inset 0 0 0 1px #e2bfb30f}.site-forest-lighthouse .private-booking-panel__choice input{accent-color:#d69382;margin-top:.3rem}.site-forest-lighthouse .private-booking-panel__avatar{color:#fff4ef;letter-spacing:.04em;background:linear-gradient(135deg,#d693824d,#ba728133);border:1px solid #e2bfb329;border-radius:999px;justify-content:center;align-items:center;width:2.9rem;height:2.9rem;margin-top:.05rem;font-size:.82rem;font-weight:700;display:inline-flex;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.site-forest-lighthouse .private-booking-panel__avatar img{object-fit:cover;width:100%;height:100%}.site-forest-lighthouse .private-booking-panel__choice-content{gap:.28rem;display:grid}.site-forest-lighthouse .private-booking-panel__choice-content strong{color:#f8f0ec;font-size:1.08rem;line-height:1.25}.site-forest-lighthouse .private-booking-panel__choice-heading{justify-content:space-between;align-items:center;gap:.85rem;display:flex}.site-forest-lighthouse .private-booking-panel__choice-summary{color:#f4ece8ad;font-size:.92rem;line-height:1.5;display:block}.site-forest-lighthouse .private-booking-panel__choice-copy{color:#f8f0eccc;line-height:1.58}.site-forest-lighthouse .private-booking-panel__choice-price{color:#f8f0ec;align-items:center;font-size:1.2rem;font-weight:700;display:inline-flex}.site-forest-lighthouse .private-booking-slot-picker{gap:1.05rem;display:grid}.site-forest-lighthouse .private-booking-slot-picker__dates{scrollbar-width:none;gap:.7rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.site-forest-lighthouse .private-booking-slot-picker__dates::-webkit-scrollbar{display:none}.site-forest-lighthouse .private-booking-slot-picker__date{color:#f8f0eccc;background:#071d1ca8;border:1px solid #e2bfb31f;border-radius:18px;justify-items:center;gap:.12rem;min-width:5rem;padding:.82rem .95rem;transition:all .16s;display:grid}.site-forest-lighthouse .private-booking-slot-picker__date:hover{border-color:#e2bfb347}.site-forest-lighthouse .private-booking-slot-picker__date.is-selected{color:#1b1314;background:linear-gradient(135deg,#d69382eb,#ba7281e0);border-color:#e2bfb3d1;box-shadow:0 12px 24px #853a4b2e}.site-forest-lighthouse .private-booking-slot-picker__date-day,.site-forest-lighthouse .private-booking-slot-picker__date-month{letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.site-forest-lighthouse .private-booking-slot-picker__date-number{font-size:1.38rem;font-weight:800;line-height:1.1}.site-forest-lighthouse .private-booking-slot-picker__times{gap:.8rem;display:grid}.site-forest-lighthouse .private-booking-slot-picker__times-label{color:#f4ece8c7;margin:0;font-size:.9rem;font-weight:600}.site-forest-lighthouse .private-booking-slot-picker__time-grid{grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:.7rem;display:grid}.site-forest-lighthouse .private-booking-slot-picker__time-option{display:block}.site-forest-lighthouse .private-booking-slot-picker__time-option input{opacity:0;pointer-events:none;position:absolute}.site-forest-lighthouse .private-booking-slot-picker__time-option span{color:#f8f0ecd6;background:#071d1cad;border:1px solid #e2bfb31f;border-radius:15px;justify-content:center;align-items:center;min-height:3.15rem;padding:.84rem .72rem;font-size:.94rem;font-weight:700;transition:all .16s;display:flex}.site-forest-lighthouse .private-booking-slot-picker__time-option span:hover{border-color:#e2bfb33d}.site-forest-lighthouse .private-booking-slot-picker__time-option input:checked+span{color:#1b1314;background:linear-gradient(135deg,#d69382eb,#ba7281e0);border-color:#e2bfb3cc}.site-forest-lighthouse .private-booking-panel__inputs{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.site-forest-lighthouse .private-booking-panel__form{gap:.85rem;width:min(640px,100%)}.site-forest-lighthouse .private-booking-panel__form .private-booking-panel__summary,.site-forest-lighthouse .private-booking-panel__form .private-booking-panel__note--intro,.site-forest-lighthouse .private-booking-panel__form .private-booking-panel__inputs{max-width:100%}.site-forest-lighthouse .private-booking-panel__form .private-booking-panel__inputs{grid-template-columns:1fr;gap:.85rem}.site-forest-lighthouse .private-booking-panel__inputs label{color:#f8f0ece0;gap:.45rem;font-size:.96rem;display:grid}.site-forest-lighthouse .private-booking-panel input,.site-forest-lighthouse .private-booking-panel textarea,.site-forest-lighthouse .private-booking-panel select{color:#221a19;background:#f7efeaf5;border:1px solid #e2bfb33d;border-radius:15px;width:100%;padding:.95rem 1rem;box-shadow:inset 0 1px #ffffff8c}.site-forest-lighthouse .private-booking-panel input::placeholder,.site-forest-lighthouse .private-booking-panel textarea::placeholder,.site-forest-lighthouse .private-booking-panel select::placeholder{color:#221a197a}.site-forest-lighthouse .private-booking-panel textarea{resize:vertical;min-height:112px}.site-forest-lighthouse .private-booking-panel small{color:#f4ece8a8}.site-forest-lighthouse .private-booking-panel__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.site-forest-lighthouse .private-booking-panel__actions--wizard{flex-direction:column-reverse;align-items:flex-end;padding-top:.15rem}.site-forest-lighthouse .private-booking-panel__actions--single{justify-content:flex-end}.site-forest-lighthouse .private-booking-panel__summary,.site-forest-lighthouse .private-booking-panel__note{color:#f8f0ecdb;margin:0}.site-forest-lighthouse .private-booking-panel__note--intro{background:#ffffff08;border:1px solid #e2bfb31a;border-radius:16px;padding:.8rem .95rem}.site-forest-lighthouse .private-booking-panel__form .private-booking-panel__actions--wizard{align-items:stretch;width:100%}.site-forest-lighthouse .private-booking-panel__form .private-booking-panel__actions--wizard .fl-btn{width:100%}.site-forest-lighthouse .private-booking-panel__error{color:#ffbdb1;width:min(920px,100%);margin:0 auto}.site-forest-lighthouse .private-booking-panel__checkbox{grid-template-columns:auto 1fr;align-items:start;gap:.75rem;display:grid}.site-forest-lighthouse .private-booking-panel__booking-list{gap:.5rem;margin:0;padding-left:1.2rem;display:grid}@media (max-width:720px){.site-forest-lighthouse .forest-site-shell--booking{padding-top:1.2rem}.site-forest-lighthouse .forest-booking-entry{gap:1.3rem;width:min(100%,100vw - 1.5rem)}.site-forest-lighthouse .private-booking-panel__choice{gap:.8rem;padding:.95rem}.site-forest-lighthouse .private-booking-panel__avatar{width:2.8rem;height:2.8rem}.site-forest-lighthouse .forest-booking-entry__toolbar{justify-content:flex-start}.site-forest-lighthouse .forest-booking-entry__title{max-width:none;font-size:clamp(1.95rem,11vw,3.2rem);line-height:.98}.site-forest-lighthouse .private-booking-wizard__panel{padding:1.1rem}.site-forest-lighthouse .private-booking-panel__choice-content strong{font-size:.96rem}.site-forest-lighthouse .private-booking-panel__choice-copy{font-size:.94rem;line-height:1.5}.site-forest-lighthouse .private-booking-panel__inputs{grid-template-columns:1fr}.site-forest-lighthouse .private-booking-panel__actions--wizard{align-items:stretch}.site-forest-lighthouse .private-booking-panel__actions--wizard>*{flex:none;width:100%}.site-forest-lighthouse .private-booking-inline-summary{grid-template-columns:1fr}.site-forest-lighthouse .private-booking-inline-summary--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .7rem;padding:.65rem .75rem}.site-forest-lighthouse .private-booking-wizard__step-line{width:min(8vw,2rem)}}.forest-site-shell--home{gap:clamp(2rem,4vw,3rem);padding-top:0;overflow-x:hidden}.forest-site-shell--home>.fh-home-hero{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.fh-home-hero{isolation:isolate;align-items:end;min-height:clamp(560px,88vh,860px);display:grid;position:relative;overflow:hidden}.fh-home-hero__media,.fh-home-hero__poster,.fh-home-hero__video-frame,.fh-home-hero__veil{position:absolute;inset:0}.fh-home-hero__poster{opacity:.34;background-position:50%;background-size:cover}.fh-home-hero__video-frame{overflow:hidden}.fh-home-hero__iframe{opacity:.82;pointer-events:none;border:0;width:177.78vh;min-width:100%;height:56.25vw;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.04)}.fh-home-hero__veil{z-index:1;background:linear-gradient(#00000014,#0000002e 24%,#010d0ebd 74%,#010d0ef0),radial-gradient(circle at 14% 18%,#d4a64a33,#0000 30%)}.fh-home-hero__content{z-index:2;align-items:end;width:min(1120px,100%);margin:0 auto;padding:clamp(7rem,13vw,10rem) clamp(1.15rem,3vw,2.2rem) clamp(2.75rem,8vw,4.85rem);display:grid;position:relative}.fh-home-hero__copy{gap:1.05rem;max-width:44rem;display:grid}.fh-home-hero__eyebrow{color:#f4d58aeb;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700}.fh-home-hero__title{color:#f4f2eb;max-width:7ch;margin:0;line-height:.88}.fh-home-hero__subtitle{color:#f4f2ebdb;max-width:42rem;margin:0;font-size:clamp(1.05rem,2.1vw,1.32rem);line-height:1.65}.fh-home-hero__actions{flex-wrap:wrap;align-items:center;gap:.9rem 1rem;margin-top:.5rem;display:flex}.fh-home-hero__actions .fl-btn,.fh-home-final__actions .fl-btn{width:auto;margin-top:0}.fh-home-hero__actions .fl-btn{min-width:clamp(13rem,22vw,17rem);padding-inline:1.35rem}.fh-home-hero__secondary{color:#f4f2ebe0;letter-spacing:.01em;align-items:center;font-size:.98rem;font-weight:600;text-decoration:none;display:inline-flex}.fh-home-hero__secondary:hover{color:#f4d58a}.fh-home-highlight-card__date-summary{color:#f4d58af0;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.fh-home-page{gap:clamp(2.35rem,4vw,3.5rem);padding-bottom:2.5rem;display:grid}.fh-home-section,.fh-home-story{gap:1.75rem;display:grid}.fh-home-section__head{justify-content:space-between;align-items:end;gap:1.5rem;display:flex}.fh-home-section__head>div{gap:.5rem;max-width:46rem;display:grid}.fh-home-highlights{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.15rem;display:grid}.fh-home-highlight-card{color:#f4f2eb;isolation:isolate;background-color:#020a0b;background-position:50%;background-size:cover;background-clip:padding-box;border:1px solid #ffffff12;border-radius:30px;flex-direction:column;grid-column:span 6;justify-content:space-between;gap:1rem;min-height:24rem;padding:1.3rem;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #0000002e}.fh-home-highlight-card.is-primary{grid-area:span 2/span 7;min-height:100%}.fh-home-highlight-card:nth-child(2),.fh-home-highlight-card:nth-child(3){grid-column:span 5;min-height:14.25rem}.fh-home-highlight-card:hover{border-color:#f4d58a2e;transform:translateY(-4px);box-shadow:0 32px 72px #0000003d}.fh-home-highlight-card__badge,.fh-home-class-card__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.12em;text-transform:uppercase;z-index:1;border-radius:999px;align-self:flex-start;padding:.4rem .8rem;font-size:.67rem;font-weight:700;position:relative}.fh-home-highlight-card__badge--workshop{color:#f4d58a;background:#a3763538;border:1px solid #f4d58a47}.fh-home-highlight-card__badge--training{color:#c8ead9;background:#5c827647;border:1px solid #99cdb747}.fh-home-highlight-card__content{z-index:1;gap:.85rem;margin-top:auto;display:grid;position:relative}.fh-home-highlight-card__facilitator{color:#f4f2ebd1;align-items:center;gap:.65rem;font-size:.9rem;font-weight:600;display:inline-flex}.fh-home-highlight-card__facilitator-avatar{object-fit:cover;border:1px solid #f4f2eb3d;border-radius:999px;width:2rem;height:2rem}.fh-home-highlight-card h3{max-width:13ch;margin:0;font-size:clamp(1.55rem,2.2vw,2.1rem);line-height:.98}.fh-home-highlight-card.is-primary h3{font-size:clamp(2rem,3vw,3rem)}.fh-home-highlight-card__excerpt{-webkit-line-clamp:2;color:#f4f2ebd1;-webkit-box-orient:vertical;max-width:31rem;margin:0;font-size:.96rem;line-height:1.65;display:-webkit-box;overflow:hidden}.fh-home-highlight-card.is-primary .fh-home-highlight-card__excerpt{-webkit-line-clamp:3}.fh-home-highlight-card__schedule{gap:.55rem;display:grid}.fh-home-highlight-card__dates{flex-wrap:wrap;gap:.45rem;max-width:21rem;display:flex}.fh-home-highlight-card__date-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f4f2ebe0;background:#03161894;border:1px solid #ffffff1a;border-radius:999px;padding:.42rem .76rem;font-size:.74rem;font-weight:600}.fh-home-explore{gap:1rem;display:grid}.fh-home-explore__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:.8rem 1rem;display:flex}.fh-home-explore__select-wrap{gap:.35rem;max-width:14rem;display:grid}.fh-home-explore__label{color:#f4f2ebad;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.fh-home-explore__select{appearance:none;color:#f4f2eb;font:inherit;background-color:#0000;background-image:linear-gradient(135deg,#092726f5,#081f1ff5),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23F4D58A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%,right 1rem center;background-repeat:no-repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #f4d58a33;border-radius:14px;width:100%;min-height:2.85rem;padding:.68rem 2.7rem .68rem .9rem;font-size:.92rem;font-weight:600;box-shadow:inset 0 1px #ffffff0a}.fh-home-explore__controls{justify-content:flex-end;gap:.65rem;margin-left:auto;display:flex}.fh-home-explore__arrow{color:#f4f2eb;cursor:pointer;background:#021818d1;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:2.85rem;height:2.85rem;font-size:1.75rem;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.fh-home-explore__arrow:hover:not(:disabled){background:#d4a64a1f;border-color:#d4a64a38;transform:translateY(-1px)}.fh-home-explore__arrow:disabled{cursor:default;opacity:.38}.fh-home-explore__track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(280px,24rem);grid-auto-flow:column;gap:1rem;margin:0;padding-bottom:.35rem;scroll-padding-left:0;display:grid;overflow-x:auto}.fh-home-explore__track::-webkit-scrollbar{display:none}.fh-home-explore-card{scroll-snap-align:start;min-width:0}.fh-home-explore-card__link{color:#f4f2eb;isolation:isolate;background-color:#020a0b;background-position:50%;background-size:cover;background-clip:padding-box;border:1px solid #ffffff12;border-radius:28px;flex-direction:column;justify-content:space-between;gap:1rem;min-height:clamp(370px,44vw,500px);padding:1.15rem;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 24px 60px #00000029}.fh-home-explore-card__link:hover{border-color:#f4d58a2e;transform:translateY(-4px);box-shadow:0 30px 70px #00000038}.fh-home-explore-card__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:.4rem .8rem;font-size:.67rem;font-weight:700}.fh-home-explore-card__badge--workshop{color:#f4d58a;background:#a3763538;border:1px solid #f4d58a47}.fh-home-explore-card__badge--training{color:#c8ead9;background:#5c827647;border:1px solid #99cdb747}.fh-home-explore-card__badge--class{color:#031a1c;background:#f5f4efe6;border:1px solid #ffffff59}.fh-home-explore-card__badge--private-session{color:#f0dfff;background:#7d5f923d;border:1px solid #d7bfe847}.fh-home-explore-card__content{gap:.7rem;margin-top:auto;display:grid}.fh-home-explore-card__facilitator,.fh-home-explore-card__date{color:#f4f2ebd1;margin:0;font-size:.86rem;font-weight:700;line-height:1.5}.fh-home-explore-card__date{color:#f4d58af0}.fh-home-explore-card h3{color:#f4f2eb;max-width:13ch;margin:0;font-size:clamp(1.85rem,2.4vw,2.4rem);line-height:.94}.fh-home-explore-card__excerpt{-webkit-line-clamp:3;color:#f4f2ebd1;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.65;display:-webkit-box;overflow:hidden}.fh-home-explore__dots{flex-wrap:wrap;justify-content:center;gap:.45rem;display:flex}.fh-home-explore__dot{cursor:pointer;background:#f4f2eb3d;border:0;border-radius:999px;width:.55rem;height:.55rem;padding:0;transition:background .16s,transform .16s}.fh-home-explore__dot.is-active{background:#f4d58a;transform:scale(1.15)}.fh-home-classes-slider{gap:1rem;display:grid;position:relative}.fh-home-classes-slider__controls{justify-content:flex-end;gap:.65rem;display:flex}.fh-home-classes-slider__arrow{color:#f4f2eb;cursor:pointer;background:#021818d1;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:2.85rem;height:2.85rem;font-size:1.75rem;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.fh-home-classes-slider__arrow:hover:not(:disabled){background:#d4a64a1f;border-color:#d4a64a38;transform:translateY(-1px)}.fh-home-classes-slider__arrow:disabled{cursor:default;opacity:.38}.fh-home-classes-slider__track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(260px,23.5rem);grid-auto-flow:column;gap:1rem;margin:0;padding-bottom:.35rem;scroll-padding-left:0;display:grid;overflow-x:auto}.fh-home-classes-slider__track::-webkit-scrollbar{display:none}.fh-home-class-card{scroll-snap-align:start;min-width:0}.fh-home-class-card__link{color:#f4f2eb;background-position:50%;background-size:cover;border:1px solid #ffffff12;border-radius:28px;flex-direction:column;justify-content:space-between;gap:1rem;min-height:clamp(360px,46vw,480px);padding:1rem;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 26px 66px #00000029}.fh-home-class-card__link:hover{border-color:#f4d58a2e;transform:translateY(-4px);box-shadow:0 32px 72px #00000038}.fh-home-class-card__badge{color:#031a1c;background:#f5f4efeb;border:1px solid #ffffff6b}.fh-home-class-card__body{gap:.7rem;display:grid}.fh-home-class-card__teacher{color:#f4f2ebd1;margin:0;font-size:1rem;font-weight:700}.fh-home-class-card__title{color:#f4f2eb;font-family:var(--fl-display);margin:0;font-size:clamp(1.9rem,4vw,2.9rem);line-height:.95}.fh-home-class-card__supporting{-webkit-line-clamp:3;color:#f4f2ebdb;-webkit-box-orient:vertical;margin:0;font-size:.93rem;line-height:1.6;display:-webkit-box;overflow:hidden}.fh-home-class-card__time{color:#f4d58af0;margin:0;font-size:.9rem;font-weight:700}.fh-home-classes-slider__dots{flex-wrap:wrap;justify-content:center;gap:.45rem;display:flex}.fh-home-classes-slider__dot{cursor:pointer;background:#f4f2eb3d;border:0;border-radius:999px;width:.55rem;height:.55rem;padding:0;transition:background .16s,transform .16s}.fh-home-classes-slider__dot.is-active{background:#f4d58a;transform:scale(1.15)}.fh-home-story__intro{gap:.55rem;max-width:46rem;display:grid}.fh-home-story__layout{grid-template-columns:1fr;align-items:start;gap:2.5rem;display:grid}.fh-home-story__points{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.fh-home-story__point{background:linear-gradient(#ffffff08,#ffffff04),radial-gradient(circle at 0 0,#d6ab2a14,#0000 44%);border:1px solid #ffffff12;border-radius:22px;gap:.75rem;min-height:100%;padding:1.2rem 1.1rem;display:grid}.fh-home-story__point-icon{color:#f4d58a;background:#d6ab2a1a;border:1px solid #d6ab2a29;border-radius:15px;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex}.fh-home-story__point-icon svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1.4rem;height:1.4rem}.fh-home-story__point h3{color:#f4f2eb;margin:0;font-size:1.12rem}.fh-home-story__point p{color:#f4f2ebbd;margin:0;line-height:1.7}.fh-home-story__gallery{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:1rem;display:grid}.fh-home-story__figure{gap:.65rem;margin:0;display:grid}.fh-home-story__figure--1{grid-row:span 1}.fh-home-story__image{object-fit:cover;border:1px solid #ffffff12;border-radius:24px;width:100%;height:auto;display:block}.fh-home-story__figure figcaption{color:#f4f2eb9e;font-size:.9rem;line-height:1.5}.fh-home-final{background:linear-gradient(160deg,#062d2cc7,#041919eb),radial-gradient(circle at 0 0,#d4a64a24,#0000 34%);border:1px solid #ffffff12;border-radius:30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.25rem 2rem;padding:clamp(1.75rem,4vw,2.75rem);display:grid}.fh-home-final__copy{gap:.7rem;max-width:42rem;display:grid}.fh-home-final__copy .fp-section__heading,.fh-home-final__copy .fp-section__subtitle{text-align:left;max-width:none;margin-left:0;margin-right:0}.fh-home-final__actions{flex-flow:column wrap;justify-content:flex-end;gap:.85rem;display:flex}.fh-home-final__note{color:#f4f2eb94;margin:0;font-size:.9rem}@media (prefers-reduced-motion:reduce){.fh-home-hero__video-frame{display:none}.fh-home-highlight-card,.fh-home-explore-card__link,.fh-home-explore__arrow,.fh-home-class-card__link,.fh-home-classes-slider__arrow{transition:none}}@media (max-width:1024px){.fh-home-highlight-card,.fh-home-highlight-card.is-primary,.fh-home-highlight-card:nth-child(2),.fh-home-highlight-card:nth-child(3){grid-column:span 6;min-height:24rem}.fh-home-story__points,.fh-home-story__layout,.fh-home-final{grid-template-columns:1fr}.fh-home-final__actions{flex-direction:row;justify-content:flex-start}}@media (max-width:720px){.fh-home-hero{min-height:76svh}.fh-home-hero__content{width:min(100%,100% - 1.25rem);padding-top:6.75rem}.fh-home-hero__title{max-width:8ch}.fh-home-section__head{flex-direction:column;align-items:start}.fh-home-highlights{grid-template-columns:1fr}.fh-home-highlight-card,.fh-home-highlight-card.is-primary,.fh-home-highlight-card:nth-child(2),.fh-home-highlight-card:nth-child(3){grid-column:1/-1;min-height:22rem}.fh-home-explore__toolbar{flex-direction:column;align-items:stretch}.fh-home-explore__select-wrap{max-width:none}.fh-home-explore__controls,.fh-home-classes-slider__controls{display:none}.fh-home-explore__track,.fh-home-classes-slider__track{grid-auto-columns:minmax(82vw,82vw)}.fh-home-story__gallery{grid-template-columns:1fr}.fh-home-story__figure--1{grid-row:span 1}.fh-home-final__actions,.fh-home-final__actions>*{width:100%}.fh-home-hero__actions .fl-btn{width:auto;min-width:0}}.fp-contact-page{padding-bottom:var(--fl-space-deep,5rem)}.fp-contact-layout{max-width:960px;padding:0 var(--fl-space-edge,1.5rem);grid-template-columns:1fr 320px;gap:3rem;margin:0 auto;display:grid}@media (max-width:800px){.fp-contact-layout{grid-template-columns:1fr;gap:2.5rem}}.fp-contact-form{flex-direction:column;gap:1.25rem;display:flex}.fp-contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:540px){.fp-contact-form__row{grid-template-columns:1fr}}.fp-contact-form__field{flex-direction:column;gap:.35rem;display:flex}.fp-contact-form__label{color:#f4f2eb99;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:600}.fp-contact-form__input{color:#f4f2eb;background:#f4f2eb0f;border:1px solid #f4f2eb1f;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .18s,background .18s}.fp-contact-form__input::placeholder{color:#f4f2eb4d}.fp-contact-form__input:focus{background:#f4f2eb17;border-color:#f4d58a80;outline:none}.fp-contact-form__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23f4f2eb' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.fp-contact-form__select option{color:#f4f2eb;background:#003738}.fp-contact-form__textarea{resize:vertical;min-height:120px}.fp-contact-form__consent{color:#f4f2eb80;cursor:pointer;align-items:flex-start;gap:.6rem;font-size:.82rem;line-height:1.4;display:flex}.fp-contact-form__consent input[type=checkbox]{accent-color:#f4d58a;flex-shrink:0;margin-top:.15rem}.fp-contact-form__submit{color:#f4d58a;cursor:pointer;letter-spacing:.03em;background:#f4d58a26;border:1px solid #f4d58a4d;border-radius:8px;align-self:flex-start;padding:.75rem 2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .18s,border-color .18s,transform .12s}.fp-contact-form__submit:hover:not(:disabled){background:#f4d58a40;border-color:#f4d58a80}.fp-contact-form__submit:active:not(:disabled){transform:scale(.98)}.fp-contact-form__submit:disabled{opacity:.5;cursor:not-allowed}.fp-contact-form__error{color:#e87461;font-size:.85rem}.fp-contact-form--success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;padding:3rem 1.5rem;display:flex}.fp-contact-form__success-icon{background:#3c8c5033;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:flex}.fp-contact-form__success-icon svg{color:#78c882e6;width:24px;height:24px}.fp-contact-form__success-title{font-family:var(--fl-display);color:#f4f2eb;font-size:1.4rem;font-weight:700}.fp-contact-form__success-body{color:#f4f2eb99;max-width:360px;font-size:.92rem}.fp-contact-form__reset{color:#f4d58ab3;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin-top:.5rem;font-family:inherit;font-size:.82rem;text-decoration:underline}.fp-contact-form__reset:hover{color:#f4d58a}.fp-contact-layout__aside{flex-direction:column;gap:1.5rem;display:flex}.fp-contact-card{background:#f4f2eb0a;border:1px solid #f4f2eb14;border-radius:12px;padding:1.5rem}.fp-contact-card__title{color:#f4f2eb80;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:600}.fp-contact-card__items{flex-direction:column;gap:.75rem;display:flex}.fp-contact-card__link{color:#f4f2ebcc;align-items:center;gap:.6rem;font-size:.88rem;text-decoration:none;transition:color .15s;display:flex}.fp-contact-card__link:hover{color:#f4d58a}.fp-contact-card__icon{opacity:.5;flex-shrink:0;width:18px;height:18px}
