:root{--heal-black: #000;--heal-white: #faf9f7;--heal-gray: #555;--heal-gray-light: #999;--heal-gray-border: #e8e5e0;--heal-warm: #e8e5e0}.heal-about{color:var(--heal-black);background:var(--heal-white)}.reveal-on-scroll{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.22,1,.36,1)}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.heal-label{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--heal-gray-light);display:block;margin-bottom:1rem}.heal-label--light{color:#fff6}.heal-heading{font-weight:600;font-size:clamp(1.5rem,3.5vw,2.25rem);line-height:1.15;letter-spacing:-.02em;margin:0 0 1rem}.heal-heading--light{color:#fff}.heal-body{font-size:.9rem;line-height:1.8;color:var(--heal-gray);max-width:400px;margin:0 0 1rem}.heal-hero{height:100vh;position:relative;display:flex;align-items:flex-end;overflow:hidden}.heal-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.heal-hero__img,.heal-hero__placeholder{width:100%;height:100%;object-fit:cover;filter:brightness(.8) contrast(1.1) saturate(.8)}.heal-hero__placeholder{background:var(--heal-black)}.heal-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000f2,#0006,#0000001a)}.heal-hero__content{position:relative;z-index:2;width:100%;padding:clamp(1.5rem,4vw,4rem);color:#fff}.heal-hero__content .heal-label{color:#ffffffb3}.heal-hero__title{font-size:clamp(2.5rem,12vw,8rem);font-weight:700;line-height:.95;letter-spacing:-.03em;margin:0}.heal-hero__title--italic{font-style:italic}.heal-philosophy{padding:clamp(4rem,10vw,8rem) clamp(1.5rem,5vw,4rem);max-width:900px;margin:0 auto}.heal-philosophy__text{font-size:clamp(1.05rem,2.2vw,1.35rem);line-height:1.8;color:#333;margin:0 0 1.5rem}.heal-philosophy__text:last-child{margin-bottom:0}.heal-split{display:grid;grid-template-columns:1fr;min-height:80vh;background:#f1f1f1}@media (min-width: 768px){.heal-split{grid-template-columns:1fr 1fr}}.heal-split__image{position:relative;min-height:50vh;overflow:hidden;background:#000}.heal-split__img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.2);transition:filter .6s ease}.heal-split__image:hover .heal-split__img{filter:grayscale(0%) contrast(1)}.heal-split__placeholder{width:100%;height:100%;background:#222}.heal-split__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,6vw,5rem)}.heal-quote{height:50vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#111}.heal-quote__img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.6}.heal-quote__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,#0006,#000c)}.heal-quote__content{position:relative;color:#fff;text-align:center;padding:0 clamp(1.5rem,5vw,4rem);max-width:650px}.heal-quote__text{font-size:clamp(1.2rem,2.8vw,1.6rem);line-height:1.5;font-weight:500;margin:0;font-style:italic;text-shadow:0 2px 4px rgba(0,0,0,.5)}.heal-values{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,4rem);background:var(--heal-black);color:#fff}.heal-values__container{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:start}@media (min-width: 768px){.heal-values__container{grid-template-columns:1fr 1fr}}.heal-values__list{display:flex;flex-direction:column;gap:1.25rem}.heal-values__item{display:flex;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.heal-values__item:last-child{border-bottom:none}.heal-values__num{font-size:.6rem;color:#ffffff40;min-width:20px}.heal-values__title{font-weight:600;font-size:.9rem}.heal-values__desc{font-size:.9rem;color:#fff9}.heal-fabric{display:grid;grid-template-columns:1fr;background:var(--heal-white)}@media (min-width: 768px){.heal-fabric{grid-template-columns:1fr 1fr}}.heal-fabric__image{position:relative;min-height:60vh;overflow:hidden;order:-1}@media (min-width: 768px){.heal-fabric__image{order:0}}.heal-fabric__img{width:100%;height:100%;object-fit:cover;filter:saturate(0)}.heal-fabric__placeholder{width:100%;height:100%;background:#333}.heal-fabric__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,6vw,5rem)}.heal-features{display:flex;flex-direction:column;margin-top:1rem}.heal-features__item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;margin:0 -1rem;border-bottom:1px solid var(--heal-gray-border);cursor:pointer;border-radius:4px;transition:background .2s ease,transform .2s ease}.heal-features__item:hover{background:#00000008;transform:translate(5px)}.heal-features__icon{width:36px;height:36px;border-radius:50%;border:1px solid #d0d0d0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--heal-black);background:#fff}.heal-features__title{font-weight:600;font-size:.85rem;margin-bottom:.2rem;color:var(--heal-black)}.heal-features__desc{font-size:.75rem;color:#888;line-height:1.5}.heal-standard{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,4rem);background:var(--heal-warm)}.heal-standard__container{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,4rem)}@media (min-width: 768px){.heal-standard__container{grid-template-columns:1fr 1fr}}.heal-accordion{border-top:1px solid rgba(0,0,0,.1)}.heal-accordion__item{border-bottom:1px solid rgba(0,0,0,.1)}.heal-accordion__header{width:100%;padding:1.1rem 0;background:transparent;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none}.heal-accordion__header::-webkit-details-marker{display:none}.heal-accordion__title{font-weight:500;font-size:.85rem;color:var(--heal-black)}.heal-accordion__icon{color:#888;transition:transform .3s ease}.heal-accordion__item[open] .heal-accordion__icon{transform:rotate(180deg)}.heal-accordion__content{padding-bottom:1.1rem}.heal-accordion__content p{font-size:.8rem;color:#666;line-height:1.6;margin:0}.heal-gallery{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem);background:var(--heal-white)}.heal-gallery__header{margin-bottom:clamp(1.5rem,3vw,2rem)}.heal-gallery__grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 640px){.heal-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.heal-gallery__grid{grid-template-columns:repeat(3,1fr)}}.heal-gallery__item{position:relative;aspect-ratio:3/4;overflow:hidden;background:#000}.heal-gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease;filter:grayscale(20%)}.heal-gallery__item:hover .heal-gallery__img{transform:scale(1.02);filter:grayscale(0%)}.heal-gallery__placeholder{width:100%;height:100%;background:#222}.heal-gallery__overlay{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff}.heal-gallery__title{font-weight:600;font-size:.85rem}.heal-gallery__desc{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:#fff9}.heal-cta{padding:clamp(4rem,10vw,7rem) clamp(1.5rem,5vw,4rem);background:var(--heal-black);color:#fff;text-align:center}.heal-cta__content{max-width:600px;margin:0 auto}.heal-cta__text{font-size:clamp(1rem,2vw,1.15rem);line-height:1.8;color:#fffc;margin:0 0 2rem}.heal-cta__button{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:#fff;color:var(--heal-black);text-decoration:none;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;transition:background .3s ease}.heal-cta__button:hover{background:var(--heal-warm)}.heal-split__content .reveal-on-scroll:nth-child(1){transition-delay:0ms}.heal-split__content .reveal-on-scroll:nth-child(2){transition-delay:60ms}.heal-split__content .reveal-on-scroll:nth-child(3){transition-delay:.12s}.heal-split__content .reveal-on-scroll:nth-child(4){transition-delay:.18s}.heal-values__item:nth-child(1){transition-delay:80ms}.heal-values__item:nth-child(2){transition-delay:.16s}.heal-values__item:nth-child(3){transition-delay:.24s}.heal-features__item:nth-child(1){transition-delay:.12s}.heal-features__item:nth-child(2){transition-delay:.18s}.heal-features__item:nth-child(3){transition-delay:.24s}.heal-features__item:nth-child(4){transition-delay:.3s}.heal-gallery__item:nth-child(1){transition-delay:80ms}.heal-gallery__item:nth-child(2){transition-delay:.16s}.heal-gallery__item:nth-child(3){transition-delay:.24s}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-about.css.map */
