.logo-wrap{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;border-radius:0;box-shadow:none;padding:0}.logo{display:block;object-fit:contain;object-position:center}.logo--header{width:auto;height:56px;max-height:56px;max-width:min(280px,42vw)}.logo-wrap--hero{margin:0}.logo--hero{width:auto;height:auto;max-width:100%}.logo--footer{width:auto;height:clamp(72px,12vw,96px);max-height:96px;max-width:min(360px,80vw)}.logo--loader{width:auto;height:96px;max-height:96px;max-width:min(340px,75vw)}@media(max-width:1199px){.logo--header{height:52px;max-height:52px;max-width:min(240px,50vw)}}@media(max-width:767px){.logo--header{height:46px;max-height:46px;max-width:min(200px,56vw)}.logo--footer{height:72px;max-height:72px}}@media(max-width:479px){.logo--header{height:42px;max-height:42px;max-width:min(170px,58vw)}.logo--footer{height:64px;max-height:64px}}.logo-fallback{font-family:var(--font-display);font-size:1.5rem;color:var(--color-gold);letter-spacing:.05em}.logo-fallback--hero{font-size:2rem;color:var(--color-cream)}.logo-fallback--header{font-size:1.25rem}.logo-fallback--footer{font-size:1.5rem}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);background:var(--color-forest);transition:opacity .6s ease,visibility .6s ease}.page-loader--out{opacity:0;visibility:hidden;pointer-events:none}.page-loader__line{width:40px;height:1px;background:var(--color-gold);animation:loaderPulse 1.2s ease-in-out infinite}@keyframes loaderPulse{0%,to{opacity:.3;transform:scaleX(.6)}50%{opacity:1;transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.page-loader__line{animation:none;opacity:.6}}.header{position:fixed;top:0;left:0;right:0;z-index:1100;min-height:calc(var(--header-height) + env(safe-area-inset-top,0));height:auto;padding-top:env(safe-area-inset-top,0);background:rgba(var(--forest-rgb),.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(var(--ivory-rgb),.06);transition:background var(--transition-base),backdrop-filter var(--transition-base),border-color var(--transition-base)}.header--scrolled{background:rgba(var(--forest-rgb),.92);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-bottom-color:rgba(var(--gold-rgb),.16)}.header--menu-open{z-index:10000;background:var(--color-forest);backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:rgba(var(--ivory-rgb),.08)}.header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);height:var(--header-height);gap:var(--space-sm)}.header__logo-link{display:flex;align-items:center;flex-shrink:0;min-width:0;line-height:0;position:relative;z-index:2}.header__nav{display:flex;align-items:center;min-width:0}.header__list{display:flex;align-items:center;flex-wrap:nowrap;gap:clamp(.75rem,1.4vw,2rem)}.header__link{font-size:clamp(.6875rem,.72vw,.75rem);font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--ivory-rgb),.88);position:relative;padding:.5rem 0;white-space:nowrap;-webkit-tap-highlight-color:transparent}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-gold);transition:width var(--transition-base)}.header__link:hover{color:var(--color-gold)}.header__link:hover:after{width:100%}.header__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:44px;height:44px;flex-shrink:0;position:relative;z-index:2;-webkit-tap-highlight-color:transparent}.header__toggle span{display:block;width:22px;height:1.5px;background:var(--color-ivory);transition:all var(--transition-base);transform-origin:center}.header__toggle--open span:first-child{transform:translateY(8.5px) rotate(45deg)}.header__toggle--open span:last-child{transform:translateY(-8.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:calc(var(--header-height) + env(safe-area-inset-top,0) + var(--space-md)) 1.5rem calc(env(safe-area-inset-bottom,0) + var(--space-xl));background:var(--color-forest);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;animation:mobileMenuIn .28s ease}.mobile-menu__nav{width:100%;max-width:360px}.mobile-menu__list{display:flex;flex-direction:column;gap:.25rem;width:100%}.mobile-menu__link{display:block;width:100%;padding:.85rem .5rem;font-size:1rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;text-align:center;color:var(--color-ivory);line-height:1.4;border-bottom:1px solid rgba(var(--ivory-rgb),.08);-webkit-tap-highlight-color:transparent;transition:color var(--transition-fast)}.mobile-menu__list li:last-child .mobile-menu__link{border-bottom:none}.mobile-menu__link:hover,.mobile-menu__link:focus-visible{color:var(--color-gold)}@keyframes mobileMenuIn{0%{opacity:0}to{opacity:1}}@media(max-width:1199px){.header__toggle{display:flex}.header__nav{display:none}}@media(max-width:479px){.mobile-menu{padding-left:1rem;padding-right:1rem}.mobile-menu__link{font-size:.875rem;letter-spacing:.16em;padding:.85rem .25rem}}@media(prefers-reduced-motion:reduce){.mobile-menu{animation:none}}.footer{background-color:var(--color-forest);color:var(--color-taupe);padding:var(--space-2xl) 0 calc(var(--space-lg) + env(safe-area-inset-bottom,0))}.footer__top{text-align:center;padding-bottom:var(--space-xl);border-bottom:var(--border-subtle);margin-bottom:var(--space-xl)}.footer__logo-link{display:inline-flex;justify-content:center;margin-bottom:var(--space-sm);line-height:0}.footer__tagline{font-size:clamp(.75rem,2vw,.8125rem);font-weight:300;letter-spacing:.05em;color:var(--color-gray)}.footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);padding-bottom:var(--space-xl);border-bottom:var(--border-subtle)}.footer__heading{font-family:var(--font-body);font-size:.625rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-md)}.footer__col ul{display:flex;flex-direction:column;gap:.5rem}.footer__col a{font-size:.8125rem;font-weight:300;color:var(--color-gray-light);transition:color var(--transition-fast);padding:.2rem 0;-webkit-tap-highlight-color:transparent}.footer__col a:hover{color:var(--color-gold)}.footer__whatsapp{display:inline-flex;align-items:center;gap:.5rem}.footer__whatsapp svg{width:18px;height:18px}.footer__extra-links{margin-top:var(--space-sm);display:flex;flex-direction:column;gap:.4rem}.footer__social{display:flex;gap:var(--space-sm)}.footer__social a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--ivory-rgb),.12);border-radius:var(--radius-full);color:var(--color-gray-light);transition:border-color var(--transition-fast),color var(--transition-fast)}.footer__social a:hover{border-color:var(--color-gold);color:var(--color-gold)}.footer__social svg{width:16px;height:16px}.footer__bottom{padding-top:var(--space-lg);text-align:center}.footer__bottom p{font-size:.6875rem;letter-spacing:.06em;color:rgba(var(--ivory-rgb),.32);line-height:1.6}@media(max-width:1023px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.footer__col:last-child{grid-column:span 2;text-align:center}.footer__social{justify-content:center}}@media(max-width:767px){.footer{padding-top:var(--space-xl)}.footer__grid{grid-template-columns:1fr;text-align:center;gap:var(--space-lg)}.footer__col:last-child{grid-column:span 1}.footer__whatsapp{justify-content:center}}.whatsapp-float{position:fixed;bottom:calc(clamp(1rem,3vw,2rem) + env(safe-area-inset-bottom,0));right:calc(clamp(1rem,3vw,2rem) + env(safe-area-inset-right,0));z-index:999;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background-color:var(--color-gold);color:var(--color-forest);border-radius:var(--radius-full);border:1px solid var(--color-gold);transition:background-color var(--transition-base),transform var(--transition-base);-webkit-tap-highlight-color:transparent;box-shadow:var(--shadow-medium)}.whatsapp-float svg{width:24px;height:24px}.whatsapp-float:hover{background-color:var(--color-gold-light);transform:translateY(-2px)}@media(max-width:1023px){.whatsapp-float{z-index:900}}@media(max-width:767px){.whatsapp-float{width:50px;height:50px}.whatsapp-float svg{width:22px;height:22px}}.brand-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;height:100%;min-height:inherit;background-color:var(--color-forest-soft);background-image:linear-gradient(135deg,rgba(var(--gold-rgb),.05) 0%,transparent 50%),linear-gradient(rgba(var(--gold-rgb),.06) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--gold-rgb),.06) 1px,transparent 1px);background-size:100% 100%,32px 32px,32px 32px;color:var(--color-gold);text-align:center;padding:var(--space-md)}.brand-image-placeholder__icon{font-size:1.5rem;opacity:.5}.brand-image-placeholder__text{font-size:.625rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--color-taupe);max-width:200px;line-height:1.6;opacity:.7}.hero{position:relative;display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);grid-template-rows:1fr;min-height:100dvh;background-color:var(--color-forest);overflow:hidden}.hero__media{grid-column:2;grid-row:1;position:relative;min-height:100dvh;overflow:hidden}.hero__image,.hero__media .brand-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center 22%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--forest-rgb),.18);pointer-events:none}.hero__content{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:calc(var(--header-height) + var(--space-lg)) clamp(1.25rem,3.5vw,3.5rem) var(--space-lg);background-color:var(--color-forest);position:relative;z-index:1;min-width:0;overflow:hidden}.hero__logo{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);margin:0;z-index:0;width:min(70%,280px);opacity:.06;pointer-events:none;-webkit-user-select:none;user-select:none}.hero__logo .logo--hero{width:100%;height:auto;max-height:none;max-width:none}.hero__inner{width:100%;max-width:440px;position:relative;z-index:1}.hero .section-label{margin-bottom:var(--space-xs)}.hero__title{font-size:clamp(1.875rem,3.2vw,3.5rem);font-weight:400;color:var(--color-ivory);margin-bottom:var(--space-md);line-height:1.1;letter-spacing:-.02em;overflow-wrap:break-word}.hero__title em{font-style:italic;color:var(--color-cream)}.hero__subtitle{font-size:clamp(.875rem,1.15vw,1.0625rem);color:rgba(var(--ivory-rgb),.68);font-weight:300;line-height:1.85;margin-bottom:var(--space-lg);max-width:380px}.hero__actions{margin-top:var(--space-sm);display:flex;flex-wrap:wrap;gap:.75rem}.hero__actions .btn{white-space:normal;text-align:center;line-height:1.35;padding:.875rem 1.35rem}.hero .btn--ghost{color:var(--color-ivory);border-color:rgba(var(--ivory-rgb),.32)}.hero .btn--ghost:hover{border-color:var(--color-ivory);background:rgba(var(--ivory-rgb),.06);color:var(--color-ivory)}.hero__scroll{position:absolute;bottom:var(--space-lg);left:21%;transform:translate(-50%);z-index:2;padding:var(--space-sm)}.hero__scroll-line{display:block;width:1px;height:48px;background:linear-gradient(to bottom,var(--color-gold),transparent);animation:scrollLine 2.5s ease-in-out infinite}@keyframes scrollLine{0%,to{opacity:.35;transform:scaleY(.5);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}}@media(max-width:1200px){.hero{grid-template-columns:minmax(0,46%) minmax(0,54%)}.hero__title{font-size:clamp(1.75rem,3vw,2.75rem)}}@media(max-width:1023px){.hero{display:flex;flex-direction:column;min-height:0;height:auto;overflow:hidden}.hero__media{display:block;position:relative;order:1;width:100%;min-height:0;height:clamp(240px,42vw,380px)}.hero__overlay{background:linear-gradient(to bottom,rgba(var(--forest-rgb),.15),rgba(var(--forest-rgb),.55) 70%,rgba(var(--forest-rgb),.95))}.hero__content{order:2;width:100%;align-items:stretch;justify-content:flex-start;padding:var(--space-lg) clamp(1.25rem,5vw,3rem) var(--space-xl)}.hero__logo{top:42%;width:min(72vw,300px);opacity:.07}.hero__inner,.hero__subtitle{max-width:100%}.hero__actions{flex-direction:column;align-items:stretch;width:100%}.hero__actions .btn{width:100%;white-space:normal}.hero__scroll{display:none}}@media(max-width:767px){.hero__content{padding:calc(var(--header-height) + var(--space-sm)) 1.25rem var(--space-lg)}.hero__title{font-size:clamp(1.7rem,7.5vw,2.2rem);margin-bottom:var(--space-sm)}.hero__subtitle{margin-bottom:var(--space-md);font-size:.9375rem;line-height:1.75}}@media(max-width:479px){.hero__content{padding-top:calc(var(--header-height) + var(--space-xs));padding-left:1rem;padding-right:1rem}.hero__title{font-size:clamp(1.55rem,8vw,1.9rem)}.hero__logo{width:min(78vw,260px)}}@media(prefers-reduced-motion:reduce){.hero__scroll-line{animation:none;opacity:.5}}.about__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-template-rows:auto auto;gap:clamp(2rem,6vw,6rem);align-items:start}.about__visual{grid-column:1;grid-row:1 / span 2;align-self:center;position:relative;aspect-ratio:3 / 4;overflow:hidden;background-color:var(--color-black-soft);max-height:640px;min-width:0}.about__image,.about__visual .brand-image-placeholder{width:100%;height:100%;object-fit:cover;object-position:center top}.about__intro,.about__body{grid-column:2;min-width:0}.about__intro .section-title{margin-bottom:var(--space-sm)}.about__body .text-editorial+.text-editorial{margin-top:var(--space-sm)}.about__quote{margin-top:var(--space-lg);padding-left:var(--space-md);border-left:1px solid var(--color-wood);font-family:var(--font-display);font-size:clamp(1.0625rem,2.5vw,1.25rem);font-style:italic;font-weight:400;line-height:1.7;color:var(--color-charcoal)}@media(max-width:1023px){.about__grid{display:flex;flex-direction:column;gap:var(--space-xl)}.about__visual{order:2;align-self:center;width:100%;max-width:420px;aspect-ratio:4 / 5;max-height:min(72vh,520px)}.about__image,.about__visual .brand-image-placeholder{object-position:center 12%}.about__intro{order:1}.about__body{order:3}}@media(max-width:767px){.about__intro .section-title{margin-bottom:var(--space-md)}.about__quote{padding-left:var(--space-sm);margin-top:var(--space-lg);font-size:clamp(1rem,4.5vw,1.125rem)}.about__visual{max-width:100%;max-height:min(65vh,460px)}.about__image,.about__visual .brand-image-placeholder{object-position:center 10%}}@media(max-width:479px){.about__visual{aspect-ratio:3 / 4;max-height:380px}}.learning__layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.learning__visual{position:relative;aspect-ratio:4 / 5;max-height:560px;overflow:hidden;background:var(--color-beige-dark);border-radius:var(--radius-lg);min-width:0}.learning__image,.learning__visual .brand-image-placeholder{width:100%;height:100%;object-fit:cover}.learning__content{min-width:0}.learning__lead{font-family:var(--font-display);font-size:clamp(1.125rem,2.2vw,1.375rem);font-weight:400;line-height:1.45;color:var(--color-charcoal);margin-bottom:var(--space-md);max-width:36ch}.learning__content .text-editorial+.text-editorial{margin-top:var(--space-sm)}.learning__school{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:var(--border-light)}.learning__school-label{font-size:.625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold-dark);margin-bottom:.35rem}.learning__school-name{font-family:var(--font-display);font-size:1.25rem;color:var(--color-charcoal);margin-bottom:var(--space-md)}.learning__btn{display:inline-flex}@media(max-width:1023px){.learning__layout{grid-template-columns:1fr;gap:var(--space-xl)}.learning__visual{max-width:420px;margin:0 auto;width:100%;max-height:min(70vh,480px)}.learning__lead{max-width:100%}}@media(max-width:767px){.learning__visual{aspect-ratio:3 / 4;max-height:420px}.learning__btn{width:100%;justify-content:center}}.therapeutic-space__header{max-width:var(--max-width-narrow);margin-bottom:var(--space-lg)}.therapeutic-space__header .section-subtitle{max-width:560px}.therapeutic-space__notice{max-width:720px;margin:0 0 var(--space-2xl);padding:var(--space-md) clamp(1.25rem,3vw,2rem);border-left:2px solid var(--color-gold);background:rgba(var(--forest-rgb),.04)}.therapeutic-space__notice-label{font-size:.6875rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold-dark);margin-bottom:.5rem}.therapeutic-space__notice-text{font-family:var(--font-display);font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:400;line-height:1.4;color:var(--color-charcoal);margin-bottom:var(--space-sm)}.therapeutic-space__notice-detail{font-size:.875rem;font-weight:300;line-height:1.75;color:var(--color-gray-warm);margin-bottom:var(--space-md);max-width:52ch}.therapeutic-space__notice-btn{width:auto}.therapeutic-space__hero--muted .therapeutic-space__hero-image{filter:grayscale(.35) brightness(.88);transform:none}.therapeutic-space__hero--muted:hover .therapeutic-space__hero-image{transform:none}.therapeutic-space__hero-badge{position:absolute;left:1rem;bottom:1rem;z-index:1;padding:.5rem .9rem;font-size:.625rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-forest);background:var(--color-gold)}.therapeutic-space__main{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2rem,4vw,4rem);align-items:start}.therapeutic-space__visual{position:relative;min-width:0;--parallax-offset: 0px}.therapeutic-space__hero{position:relative;aspect-ratio:3 / 4;max-height:min(82vh,760px);overflow:hidden;border-radius:var(--radius-lg);background-color:var(--color-beige-dark)}.therapeutic-space__hero-image,.therapeutic-space__hero .brand-image-placeholder{width:100%;height:100%;object-fit:cover;transform:translateY(var(--parallax-offset)) scale(1.06);transition:transform 1.4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.therapeutic-space__hero:hover .therapeutic-space__hero-image{transform:translateY(var(--parallax-offset)) scale(1.09)}.therapeutic-space__aside{display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vw,2rem);min-width:0}.therapeutic-space__card{display:flex;flex-direction:column;gap:var(--space-md);padding:clamp(1.5rem,3vw,2.25rem);background:var(--color-ivory);border:var(--border-light)}.therapeutic-space__logo{width:auto;height:30px;max-width:110px;object-fit:contain;object-position:left center;opacity:.75}.therapeutic-space__card-title{font-family:var(--font-display);font-size:clamp(1.125rem,2vw,1.375rem);font-weight:400;color:var(--color-charcoal);line-height:1.3}.therapeutic-space__card-text{font-size:.875rem;font-weight:300;line-height:1.85;color:var(--color-gray-warm)}.therapeutic-space__rating{padding-top:var(--space-xs);padding-bottom:var(--space-sm);border-top:var(--border-light);border-bottom:var(--border-light)}.therapeutic-space__rating .stars svg{width:12px;height:12px}.therapeutic-space__rating-score{margin-top:var(--space-xs);font-size:.875rem;color:var(--color-charcoal);font-weight:300}.therapeutic-space__rating-score strong{font-weight:500}.therapeutic-space__rating-count{font-size:.75rem;color:var(--color-gray);font-weight:300}.therapeutic-space__location p{font-size:.8125rem;font-weight:300;color:var(--color-gray-warm);line-height:1.7}.therapeutic-space__location p:first-child{color:var(--color-charcoal);font-weight:400}.therapeutic-space__amenities{display:flex;flex-direction:column;gap:.5rem}.therapeutic-space__amenities li{font-size:.8125rem;font-weight:300;color:var(--color-gray-warm);line-height:1.6}.therapeutic-space__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);padding-top:var(--space-xs)}.therapeutic-space__btn{padding:.75rem 1.35rem;font-size:.6875rem;letter-spacing:.14em;min-height:44px}.therapeutic-space__btn--secondary{padding:.65rem 1.15rem;font-size:.625rem;min-height:40px}.therapeutic-space__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xs)}.therapeutic-space__gallery-item{position:relative;aspect-ratio:1;overflow:hidden;padding:0;border:none;cursor:pointer;background:var(--color-beige-dark);border-radius:var(--radius-md)}.therapeutic-space__gallery-item img,.therapeutic-space__gallery-item .brand-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.therapeutic-space__gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(var(--forest-rgb),.42) 0%,transparent 50%);opacity:0;transition:opacity var(--transition-base)}.therapeutic-space__gallery-item:hover img{transform:scale(1.05)}.therapeutic-space__gallery-item:hover:after{opacity:1}.therapeutic-space__gallery-caption{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:.5rem;font-size:.5625rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--color-ivory);text-align:center;opacity:0;transition:opacity var(--transition-base)}.therapeutic-space__gallery-item:hover .therapeutic-space__gallery-caption{opacity:1}.therapeutic-space__why{margin-top:clamp(3.5rem,7vw,6rem);padding-top:clamp(2rem,4vw,3rem);border-top:var(--border-light);max-width:var(--max-width-narrow)}.therapeutic-space__why-title{font-family:var(--font-display);font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:400;color:var(--color-charcoal);margin-bottom:var(--space-sm)}.therapeutic-space__why-text+.therapeutic-space__why-text{margin-top:var(--space-sm)}@media(max-width:1023px){.therapeutic-space__main{grid-template-columns:1fr;gap:var(--space-xl)}.therapeutic-space__hero{max-height:520px;aspect-ratio:16 / 10}.therapeutic-space__aside{max-width:600px;margin:0 auto}}@media(max-width:767px){.therapeutic-space__header{margin-bottom:var(--space-md)}.therapeutic-space__notice{margin-bottom:var(--space-xl)}.therapeutic-space__notice-btn{width:100%}.therapeutic-space__hero{aspect-ratio:4 / 3;max-height:none}.therapeutic-space__aside{max-width:none;margin:0}.therapeutic-space__gallery{display:flex;gap:var(--space-sm);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-xs);scrollbar-width:none}.therapeutic-space__gallery::-webkit-scrollbar{display:none}.therapeutic-space__gallery-item{flex:0 0 72%;max-width:280px;aspect-ratio:4 / 3;scroll-snap-align:start}.therapeutic-space__gallery-caption{opacity:1}.therapeutic-space__gallery-item:after{opacity:1}.therapeutic-space__actions{flex-direction:column}.therapeutic-space__btn,.therapeutic-space__btn--secondary{width:100%;justify-content:center}.therapeutic-space__why{margin-top:var(--space-2xl);padding-top:var(--space-xl)}}@media(prefers-reduced-motion:reduce){.therapeutic-space__hero-image{transform:scale(1)!important;transition:none}.therapeutic-space__gallery-item img{transition:none}}.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(var(--forest-rgb),.08)}.benefits__grid--services{grid-template-columns:repeat(3,1fr);align-items:stretch}.benefits__card{padding:clamp(1.5rem,4vw,2.75rem);background:var(--color-ivory);transition:background var(--transition-base);position:relative;min-width:0;display:flex;flex-direction:column;box-shadow:var(--shadow-soft)}.benefits__card:hover{background:var(--color-cream)}.benefits__index{display:block;font-family:var(--font-display);font-size:.875rem;color:var(--color-gold);letter-spacing:.1em;margin-bottom:var(--space-sm);opacity:.85}.benefits__title{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400;color:var(--color-charcoal);margin-bottom:var(--space-md);line-height:1.25;padding-bottom:var(--space-sm);border-bottom:1px solid rgba(var(--forest-rgb),.08)}.benefits__list{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0}.benefits__item{display:flex;flex-direction:column;gap:.25rem;padding-left:.85rem;border-left:1px solid var(--color-sage)}.benefits__item-title{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-charcoal);line-height:1.4;letter-spacing:.01em}.benefits__item-desc{font-size:.8125rem;font-weight:300;color:var(--color-taupe);line-height:1.65}@media(max-width:1099px){.benefits__grid--services{grid-template-columns:repeat(2,minmax(0,1fr))}.benefits__grid--services>:last-child:nth-child(odd){grid-column:1 / -1}}@media(max-width:767px){.benefits__grid--services{grid-template-columns:1fr}.benefits__grid--services>:last-child:nth-child(odd){grid-column:auto}.benefits__card{padding:var(--space-lg) var(--space-md)}.benefits__index{margin-bottom:.5rem}.benefits__title{margin-bottom:var(--space-md);font-size:1.25rem}.benefits__list{gap:.875rem}.benefits__item-title{font-size:.84375rem}.benefits__item-desc{font-size:.8125rem}}@media(max-width:1023px){.benefits__grid{grid-template-columns:1fr}}@media(max-width:479px){.benefits__item{padding-left:.75rem}}.experience__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.experience__content{min-width:0}.experience__intro{max-width:480px;margin-bottom:var(--space-xl)}.experience__features{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);margin-top:var(--space-lg);padding-top:var(--space-xl);border-top:var(--border-subtle)}.experience__feature-title{font-family:var(--font-display);font-size:clamp(1rem,2vw,1.125rem);font-weight:400;color:var(--color-cream);margin-bottom:.35rem}.experience__feature-desc{font-size:.8125rem;color:var(--color-gray);font-weight:300;line-height:1.75}.experience__photos{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;gap:var(--space-sm);min-height:420px;max-height:560px}.experience__photo{position:relative;overflow:hidden;background:var(--color-black-soft);border-radius:var(--radius-md);min-height:0}.experience__photo img,.experience__photo .brand-image-placeholder{width:100%;height:100%;object-fit:cover}.experience__photo--1{grid-row:1 / span 2}.experience__photo--2{grid-column:2;grid-row:1}.experience__photo--3{grid-column:2;grid-row:2}@media(max-width:1023px){.experience__layout{grid-template-columns:1fr;gap:var(--space-xl)}.experience__photos{order:-1;min-height:300px;max-height:400px}.experience__intro{max-width:100%}}@media(max-width:767px){.experience__features{grid-template-columns:1fr;gap:var(--space-md);padding-top:var(--space-lg)}.experience__photos{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;min-height:0;max-height:none;gap:.5rem}.experience__photo{aspect-ratio:3 / 4}.experience__photo--1{grid-column:1;grid-row:1 / span 2}.experience__photo--2,.experience__photo--3{grid-column:2}}@media(max-width:479px){.experience__photos{grid-template-columns:1fr}.experience__photo--1,.experience__photo--2,.experience__photo--3{grid-column:1;grid-row:auto;aspect-ratio:4 / 3}.experience__photo--1{aspect-ratio:3 / 4}}.instagram-feed__frame{max-width:540px;margin:0 auto;background:var(--color-ivory);border:1px solid rgba(var(--forest-rgb),.1);border-radius:4px;overflow:hidden}.instagram-feed__profile{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:center;padding:1.35rem 1.25rem 1.1rem}.instagram-feed__avatar-wrap{width:78px;height:78px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#c79b52,#906a4e,#879077);flex-shrink:0}.instagram-feed__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background:var(--color-forest);display:block;border:3px solid var(--color-ivory)}.instagram-feed__meta{min-width:0}.instagram-feed__handle-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;margin-bottom:.35rem}.instagram-feed__handle{margin:0;font-family:var(--font-body);font-size:1.05rem;font-weight:500;color:var(--color-forest);letter-spacing:.01em}.instagram-feed__follow{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.35rem 1rem;border-radius:8px;background:var(--color-gold);color:var(--color-forest);font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .25s ease}.instagram-feed__follow:hover{background:var(--color-gold-light)}.instagram-feed__name{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:var(--color-forest)}.instagram-feed__bio{margin:0;font-size:.8125rem;line-height:1.5;color:var(--color-taupe)}.instagram-feed__tabs{display:flex;justify-content:center;border-top:1px solid rgba(var(--forest-rgb),.08);border-bottom:1px solid rgba(var(--forest-rgb),.08)}.instagram-feed__tab{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1rem;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-taupe)}.instagram-feed__tab--active{color:var(--color-forest);box-shadow:inset 0 1px 0 0 var(--color-forest)}.instagram-feed__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;background:rgba(var(--forest-rgb),.06)}.instagram-feed__cell{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--color-sand);text-decoration:none}.instagram-feed__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .3s ease}.instagram-feed__hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--forest-rgb),.45);color:var(--color-ivory);opacity:0;transition:opacity .25s ease;pointer-events:none}.instagram-feed__hover .icon{width:1.35rem;height:1.35rem;display:inline-flex}.instagram-feed__hover .icon svg{width:100%;height:100%}.instagram-feed__cell:hover .instagram-feed__image,.instagram-feed__cell:focus-visible .instagram-feed__image{transform:scale(1.04);filter:brightness(.9)}.instagram-feed__cell:hover .instagram-feed__hover,.instagram-feed__cell:focus-visible .instagram-feed__hover,.instagram-feed__cell:active .instagram-feed__hover{opacity:1}.instagram-feed__footer{display:flex;justify-content:center;padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(var(--forest-rgb),.06)}.instagram-feed__more{font-size:.8125rem;font-weight:500;color:var(--color-wood);text-decoration:none;letter-spacing:.02em}.instagram-feed__more:hover{color:var(--color-gold-dark, var(--color-gold));text-decoration:underline}@media(min-width:768px){.instagram-feed__frame{max-width:600px}}@media(max-width:599px){.instagram-feed__profile{gap:1rem;padding:1.1rem 1rem}.instagram-feed__avatar-wrap{width:68px;height:68px}.instagram-feed__handle{font-size:.95rem}.instagram-feed__handle-row{flex-direction:column;align-items:flex-start}.instagram-feed__follow{width:auto}.instagram-feed__grid{gap:1.5px}}@media(prefers-reduced-motion:reduce){.instagram-feed__follow,.instagram-feed__image,.instagram-feed__hover{transition:none}.instagram-feed__cell:hover .instagram-feed__image{transform:none}}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.testimonials__grid--1{grid-template-columns:minmax(0,420px);justify-content:center}.testimonials__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin-left:auto;margin-right:auto}.testimonials__card{padding:clamp(1.5rem,3vw,2.75rem);border:1px solid rgba(var(--gold-rgb),.2);background:rgba(var(--ivory-rgb),.03);display:flex;flex-direction:column;gap:var(--space-md);transition:border-color var(--transition-base),background var(--transition-base);min-width:0}.testimonials__card:hover{border-color:rgba(var(--gold-rgb),.4);background:rgba(var(--ivory-rgb),.05)}.testimonials__text{font-family:var(--font-display);font-size:clamp(.9375rem,2vw,1.0625rem);font-style:italic;font-weight:400;color:rgba(var(--ivory-rgb),.8);line-height:1.85;flex:1}.testimonials__author{padding-top:var(--space-sm);border-top:1px solid rgba(var(--ivory-rgb),.12)}.testimonials__name{display:block;font-family:var(--font-body);font-size:.8125rem;font-weight:500;font-style:normal;letter-spacing:.08em;text-transform:uppercase;color:var(--color-ivory);margin-bottom:.2rem}.testimonials__role{font-size:.75rem;color:rgba(var(--ivory-rgb),.5);font-weight:300}.testimonials__invite{margin-top:var(--space-2xl);padding-top:var(--space-xl);border-top:1px solid rgba(var(--ivory-rgb),.12);max-width:560px;margin-left:auto;margin-right:auto;text-align:center}.testimonials__invite-text{font-size:.9375rem;font-weight:300;color:rgba(var(--ivory-rgb),.68);line-height:1.75;margin-bottom:var(--space-md)}.testimonials__cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}@media(max-width:1023px){.testimonials__grid,.testimonials__grid--2,.testimonials__grid--3{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}}@media(max-width:767px){.testimonials__card{padding:var(--space-md)}.testimonials__invite{margin-top:var(--space-xl);padding-top:var(--space-lg)}.testimonials__cta-actions{flex-direction:column;align-items:stretch}.testimonials__cta-actions .btn{width:100%;white-space:normal}}.faq__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:clamp(2rem,5vw,5rem);align-items:start}.faq__header{min-width:0}.faq__header .text-editorial{margin-top:var(--space-sm)}.faq__list{display:flex;flex-direction:column;min-width:0}.faq__item{border-bottom:var(--border-light)}.faq__question{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) 0;text-align:left;font-family:var(--font-display);font-size:clamp(1rem,2.5vw,1.0625rem);font-weight:400;color:var(--color-charcoal);transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent}.faq__question:hover{color:var(--color-wood)}.faq__icon{flex-shrink:0;width:20px;height:20px;margin-top:.2rem;color:var(--color-gold);transition:transform var(--transition-base)}.faq__icon svg{width:100%;height:100%}.faq__item--open .faq__icon{transform:rotate(180deg)}.faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--transition-base)}.faq__item--open .faq__answer{grid-template-rows:1fr}.faq__answer>p{overflow:hidden;font-size:.875rem;color:var(--color-gray);font-weight:300;line-height:1.9;padding-bottom:var(--space-md)}@media(max-width:1023px){.faq__layout{grid-template-columns:1fr;gap:var(--space-xl)}}@media(max-width:767px){.faq__question{padding:var(--space-sm) 0;gap:var(--space-sm)}.faq__answer>p{font-size:.8125rem}}.final-cta{display:flex;align-items:center;justify-content:center;overflow:hidden}.final-cta__inner{width:100%}.final-cta__content{position:relative;z-index:1;text-align:center;width:100%;max-width:640px;margin:0 auto}.final-cta__title{font-size:clamp(2rem,6vw,4rem);font-weight:400;color:var(--color-ivory);line-height:1.12;margin-bottom:var(--space-md)}.final-cta__title em{font-style:italic;color:var(--color-cream)}.final-cta__subtitle{font-size:clamp(.9375rem,2vw,1rem);color:rgba(var(--ivory-rgb),.68);font-weight:300;margin-bottom:var(--space-lg);line-height:1.8}@media(max-width:767px){.final-cta{padding-bottom:calc(var(--space-2xl) + 60px)!important}.final-cta__title{font-size:clamp(1.75rem,8vw,2.5rem)}.final-cta__content .btn{width:100%;max-width:100%;margin:0 auto;white-space:normal}}@media(max-width:479px){.final-cta__subtitle{font-size:.875rem}}.booking-page{padding-top:calc(var(--header-height, 80px) + env(safe-area-inset-top,0))}.booking-hero{padding-bottom:clamp(2.5rem,5vw,3.5rem)}.booking-hero__inner{max-width:42rem;margin-inline:auto;text-align:center}.booking-hero__title{margin-bottom:1rem}.booking-hero__intro{margin:0 auto}.booking-services{padding-top:clamp(1.25rem,3vw,2rem)}.booking-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,3.5vw,2rem);align-items:stretch}@media(min-width:768px){.booking-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 2rem}}@media(min-width:1100px){.booking-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.booking-card{display:flex;flex-direction:column;height:100%;background:var(--color-ivory, #FBF7F0);border:1px solid rgba(var(--forest-rgb),.08);border-radius:var(--radius-sm, 2px);overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.booking-card:hover{transform:translateY(-3px);border-color:rgba(var(--gold-rgb),.45);box-shadow:var(--shadow-soft)}.booking-card__media{position:relative;aspect-ratio:16 / 11;overflow:hidden;background:var(--color-sand, #EFE5D6)}.booking-card__media:after{content:"";position:absolute;inset:auto 0 0;height:40%;background:linear-gradient(to top,rgba(var(--forest-rgb),.18),transparent);pointer-events:none}.booking-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.booking-card:hover .booking-card__media img{transform:scale(1.03)}.booking-card__body{display:flex;flex-direction:column;flex:1;padding:clamp(1.2rem,3vw,1.75rem);gap:.75rem}.booking-card__category{display:block;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.15rem}.booking-card__name{margin:0;font-family:var(--font-display, inherit);font-size:clamp(1.3rem,2.5vw,1.55rem);font-weight:500;color:var(--color-forest, var(--color-black));letter-spacing:.01em}.booking-card__desc{margin:0;color:var(--color-taupe, #736B61);line-height:1.65;font-size:.98rem;flex:1}.booking-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 0;margin-top:.25rem;border-top:1px solid rgba(var(--gold-rgb),.35);border-bottom:1px solid rgba(var(--forest-rgb),.08)}.booking-card__meta-label{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-sage, #879077);margin-bottom:.35rem}.booking-card__meta-value{font-size:1.1rem;font-weight:500;color:var(--color-forest, var(--color-black));line-height:1.3;word-break:break-word}.booking-card__meta-item--price .booking-card__meta-value{color:var(--color-wood, #906A4E)}.booking-card__meta-value--muted{font-size:.9rem;font-weight:400;color:var(--color-taupe, #736B61)}.booking-card__cta{width:100%;margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3.1rem;white-space:normal;text-align:center;line-height:1.3;padding-inline:1rem}.booking-card__cta .icon{width:1.15rem;height:1.15rem;flex-shrink:0;display:inline-flex}.booking-card__cta .icon svg{width:100%;height:100%}.booking-help{text-align:center}.booking-help__inner{max-width:36rem;margin:0 auto}.booking-help__title{margin:0 0 .85rem;font-family:var(--font-display, inherit);font-size:clamp(1.55rem,3.5vw,2rem);font-weight:500;color:var(--color-forest, var(--color-black))}.booking-help__text{margin:0 0 1.75rem;color:var(--color-taupe, #736B61);line-height:1.7;font-size:1.05rem}.booking-help .btn{white-space:normal;max-width:100%}@media(max-width:599px){.booking-card__meta{grid-template-columns:1fr;gap:.85rem}.booking-card__cta{min-height:3.35rem;font-size:.8rem;letter-spacing:.12em}.booking-card__desc{font-size:.95rem}}@media(prefers-reduced-motion:reduce){.booking-card,.booking-card__media img{transition:none}.booking-card:hover,.booking-card:hover .booking-card__media img{transform:none}}:root{--color-forest: #1D211B;--color-forest-soft: #292D25;--color-sage: #879077;--color-sage-light: #ADB49D;--color-sage-wash: #E6E8DC;--color-sand: #EFE5D6;--color-cream: #F7F1E7;--color-ivory: #FBF7F0;--color-gold: #C79B52;--color-gold-light: #D8B978;--color-gold-dark: #A8833E;--color-wood: #906A4E;--color-wood-light: #B28C6B;--color-charcoal: #28251F;--color-taupe: #736B61;--color-clay: #B9785D;--forest-rgb: 29, 33, 27;--ivory-rgb: 251, 247, 240;--gold-rgb: 199, 155, 82;--color-black: var(--color-forest);--color-black-soft: var(--color-forest-soft);--color-beige: var(--color-sand);--color-beige-dark: #E3D8C6;--color-gray: var(--color-taupe);--color-gray-light: #B7AFA4;--color-gray-warm: var(--color-taupe);--color-white: var(--color-ivory);--color-white-pure: var(--color-cream);--color-overlay: rgba(var(--forest-rgb), .58);--color-overlay-heavy: rgba(var(--forest-rgb), .76);--font-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 9rem;--space-4xl: 12rem;--max-width: 1280px;--max-width-narrow: 720px;--max-width-wide: 1440px;--header-height: 112px;--transition-fast: .25s ease;--transition-base: .5s cubic-bezier(.25, .46, .45, .94);--transition-slow: .8s cubic-bezier(.25, .46, .45, .94);--shadow-soft: 0 2px 18px rgba(var(--forest-rgb), .05);--shadow-medium: 0 4px 28px rgba(var(--forest-rgb), .07);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 8px;--radius-full: 50%;--border-subtle: 1px solid rgba(var(--gold-rgb), .22);--border-light: 1px solid rgba(var(--forest-rgb), .08)}@media(max-width:1199px){:root{--header-height: 96px}}@media(max-width:1023px){:root{--space-2xl: 5rem;--space-3xl: 7rem;--header-height: 88px}}@media(max-width:767px){:root{--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 5rem;--header-height: 80px}}@media(max-width:479px){:root{--space-md: 1.25rem;--space-lg: 1.75rem;--space-xl: 2.5rem;--space-2xl: 3.5rem;--space-3xl: 4rem;--header-height: 72px}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:rgba(var(--forest-rgb),.96);display:flex;align-items:center;justify-content:center;animation:lightbox-fade-in .4s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox__content{max-width:92vw;max-height:88vh;text-align:center}.lightbox__content img{max-width:100%;max-height:82vh;object-fit:contain;margin:0 auto}.lightbox__caption{margin-top:var(--space-sm);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gray-light)}.lightbox__close,.lightbox__nav{position:absolute;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-ivory);border:1px solid rgba(var(--ivory-rgb),.2);border-radius:var(--radius-full);transition:border-color var(--transition-fast),color var(--transition-fast)}.lightbox__close:hover,.lightbox__nav:hover{border-color:var(--color-gold);color:var(--color-gold)}.lightbox__close{top:var(--space-md);right:var(--space-md)}.lightbox__close svg,.lightbox__nav svg{width:18px;height:18px}.lightbox__nav{top:50%;transform:translateY(-50%)}.lightbox__nav--prev{left:var(--space-md)}.lightbox__nav--prev svg{transform:rotate(180deg)}.lightbox__nav--next{right:var(--space-md)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + env(safe-area-inset-top,0));font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:400;color:var(--color-charcoal);background-color:var(--color-cream);line-height:1.75;overflow-x:hidden}html.menu-open,html.menu-open body{overflow:hidden;overscroll-behavior:none}main{overflow-x:hidden}img{max-width:100%;height:auto;display:block}img.hero__image,img.about__image,.therapeutic-space__gallery-item img,.therapeutic-space__hero-image,.gallery__item img,.experience__photo img,.learning__image{max-width:none}.hero__media img.hero__image,.hero__media .brand-image-placeholder{height:100%}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}::selection{background:rgba(var(--gold-rgb),.28);color:var(--color-forest)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1.15;color:var(--color-charcoal);letter-spacing:-.02em}.section-label{display:block;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-sm)}.section-title{font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:400;margin-bottom:var(--space-md);overflow-wrap:break-word}.section-title em{font-style:italic;color:var(--color-wood)}.section-subtitle{font-size:clamp(.9375rem,1.4vw,1.0625rem);color:var(--color-taupe);max-width:520px;font-weight:300;line-height:1.9}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.container--wide{max-width:var(--max-width-wide)}.section{padding:var(--space-3xl) 0;position:relative}.section--dark{background-color:var(--color-forest);color:var(--color-ivory);--border-light: 1px solid rgba(var(--ivory-rgb), .1)}.section--dark .section-title{color:var(--color-ivory)}.section--dark .section-title em{color:var(--color-sage-light)}.section--dark .section-subtitle{color:rgba(var(--ivory-rgb),.68)}.section--light{background-color:var(--color-cream)}.section--beige{background-color:var(--color-sand)}.section--ivory{background-color:var(--color-ivory)}.section--sage{background-color:var(--color-sage-wash)}.section-header{margin-bottom:var(--space-2xl)}.section-header--center{text-align:center}.section-header--center .section-subtitle{margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);min-height:48px;padding:.875rem 2rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--transition-base);white-space:nowrap;-webkit-tap-highlight-color:transparent}.btn--gold{background-color:var(--color-gold);color:var(--color-forest);border:1px solid var(--color-gold)}.btn--gold:hover{background-color:var(--color-gold-light);border-color:var(--color-gold-light)}.btn--ghost{background:transparent;color:var(--color-ivory);border:1px solid rgba(var(--ivory-rgb),.35)}.btn--ghost:hover{border-color:var(--color-ivory);background:rgba(var(--ivory-rgb),.08)}.btn--outline{background:transparent;color:var(--color-gold);border:1px solid var(--color-gold)}.btn--outline:hover{background:var(--color-gold);color:var(--color-forest)}.btn--ghost-dark{background:transparent;color:var(--color-charcoal);border:1px solid rgba(var(--forest-rgb),.16)}.btn--ghost-dark:hover{border-color:var(--color-wood);background:rgba(var(--forest-rgb),.04)}.btn--large{padding:1.25rem 3.25rem;font-size:.8125rem}.btn-group{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.reveal{opacity:0;transform:translateY(32px);transition:opacity var(--transition-slow),transform var(--transition-slow)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal--left{transform:translate(-32px)}.reveal--left.reveal--visible{transform:translate(0)}.reveal--right{transform:translate(32px)}.reveal--right.reveal--visible{transform:translate(0)}.reveal--delay-1{transition-delay:.12s}.reveal--delay-2{transition-delay:.24s}.reveal--delay-3{transition-delay:.36s}.reveal--delay-4{transition-delay:.48s}.stars{display:flex;gap:3px;color:var(--color-gold)}.stars svg{width:14px;height:14px;fill:currentColor}.divider{width:48px;height:1px;background:var(--color-gold);margin:var(--space-md) 0}.divider--center{margin-left:auto;margin-right:auto}.divider--left{margin-left:0}.text-editorial{font-size:1.0625rem;font-weight:300;line-height:2;color:var(--color-taupe)}.text-editorial--dark{color:rgba(var(--ivory-rgb),.72)}@media(max-width:1023px){.section{padding:var(--space-2xl) 0}.section-header{margin-bottom:var(--space-xl)}.section-title{font-size:clamp(1.875rem,4.5vw,2.75rem)}.text-editorial{font-size:1rem;line-height:1.9}.btn-group{flex-direction:column;align-items:stretch;width:100%}.btn-group .btn{width:100%;white-space:normal;line-height:1.4;padding:.875rem 1.5rem}}@media(max-width:767px){.container{padding:0 1.25rem}.btn{white-space:normal;text-align:center;line-height:1.35}.section-label{font-size:.625rem;letter-spacing:.22em}.section-title{font-size:clamp(1.75rem,7vw,2.35rem);margin-bottom:var(--space-sm)}.section-subtitle{font-size:.9375rem;line-height:1.8}.section-header{margin-bottom:var(--space-lg)}.btn--large{width:100%;max-width:100%;padding:1rem 1.5rem;white-space:normal}}@media(max-width:479px){.container{padding:0 1rem}.btn{font-size:.6875rem;letter-spacing:.12em;min-height:46px}.section-title{font-size:clamp(1.6rem,8vw,2rem)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.header__nav,.mobile-menu{animation:none;transition:none;transform:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.icon{display:inline-flex;align-items:center;justify-content:center}.icon svg{display:block}
