.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}#header-trigger{position:absolute;top:10vh;height:1px;width:100%;pointer-events:none}.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:5rem;padding:0 4rem;position:fixed;top:0;width:100%;z-index:100;transition:transform .4s ease-in-out;will-change:transform}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#63001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:-1;opacity:0;transition:opacity .4s ease;will-change:opacity}.header.header--scrolled:before{opacity:1}.header:not(.header--home):before{opacity:1}.header.header--hidden{transform:translateY(-100%)}.header__left{display:flex;justify-content:flex-start;gap:1.75rem;z-index:1}.header__center{display:flex;justify-content:center;z-index:1}.header__right{display:flex;justify-content:flex-end;z-index:1}.header__left a{text-decoration:none;font-family:Inter,sans-serif;font-weight:500;font-size:14px;text-transform:uppercase;position:relative;transition:color .4s ease;color:#fff}.header.header--scrolled .header__left a{color:#ead1c1}.header:not(.header--home) .header__left a{color:#ead1c1}.header__logo{height:30px;width:auto;display:block;transition:opacity .4s ease}.header__logo--light{opacity:1}.header.header--scrolled .header__logo--light{opacity:0}.header__logo--dark{opacity:0;position:absolute;top:50%;transform:translateY(-50%)}.header.header--scrolled .header__logo--dark{opacity:1}.header:not(.header--home) .header__logo--light{opacity:0}.header:not(.header--home) .header__logo--dark{opacity:1}.header__left a:after{content:"";position:absolute;bottom:-3px;left:0;height:1px;width:100%;background-color:currentColor;transform-origin:bottom right;transform:scaleX(0);transition:transform .2s cubic-bezier(.65,.05,.36,1)}.header__left a:hover:after{transform-origin:bottom left;transform:scaleX(1)}.header__icons-pill{display:flex;align-items:center;background:#fff;border-radius:999px;padding:.3rem 1rem;gap:.3rem;border:1px solid rgba(0,0,0,.3);transition:background-color .4s ease,border-color .4s ease}.header.header--scrolled .header__icons-pill{background:#63001f;border-color:#ead1c1}.header:not(.header--home) .header__icons-pill{background:#63001f;border-color:#ead1c1}.header__icon-separator{display:block;width:1px;height:1.75rem;background:#0000004d;margin:0 .6rem;border-radius:1px;transition:background-color .4s ease}.header.header--scrolled .header__icon-separator{background:#ead1c1}.header:not(.header--home) .header__icon-separator{background:#ead1c1}.header__icon{display:flex;align-items:center;position:relative}.header__icon svg{width:1.5rem;height:1.5rem;color:#00000080;transition:color .4s ease}.header.header--scrolled .header__icon svg{color:#ead1c1}.header:not(.header--home) .header__icon svg{color:#ead1c1}.header__icon sup{position:absolute;top:-.5rem;right:-.5rem;background:#63001f;color:#fff;border-radius:50%;padding:0 .4em;font-size:.8em}.header--mobile{display:none;grid-template-columns:auto 1fr auto;align-items:center;height:4rem;padding:0 1rem}.header__menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:0;z-index:1;justify-self:start}.header__menu-line{display:block;width:1.25rem;height:2px;background:#fff;margin:2px 0;border-radius:1px;transition:transform .3s ease-in-out,opacity .3s ease-in-out,background-color .4s ease;transform-origin:center}.header--mobile.header--scrolled .header__menu-line{background:#ead1c1}.header--mobile:not(.header--home) .header__menu-line{background:#ead1c1}.header__menu-toggle.active .header__menu-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.header__menu-toggle.active .header__menu-line:nth-child(2){opacity:0}.header__menu-toggle.active .header__menu-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header__center--mobile{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}.header__center--mobile img{width:120px;height:auto}.header__right--mobile{display:flex;justify-content:flex-end;align-items:center;justify-self:end}.header__icons-pill--mobile{padding:.25rem .75rem;gap:.25rem}.header__icons-pill--mobile .header__icon svg{width:1.25rem;height:1.25rem}.header__icons-pill--mobile .header__icon-separator{height:1.25rem;margin:0 .4rem}.header__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100dvh;background:#63001f;z-index:99;transform:translate(-100%);transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.header__mobile-menu.active{transform:translate(0)}.header__mobile-nav{display:flex;flex-direction:column;gap:1rem;text-align:center}.header__mobile-link{color:#ead1c1;text-decoration:none;font-family:Inter,sans-serif;font-weight:700;font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease}.header__mobile-link:hover{color:#fff}.header__mobile-divider{width:60px;height:1px;background:#ead1c14d;margin:1.5rem auto}.header__mobile-social{display:flex;gap:1.5rem;justify-content:center}.header__mobile-social-link{display:inline-flex;align-items:center;justify-content:center;transition:opacity .3s ease,transform .3s ease;opacity:.8}.header__mobile-social-link:hover{opacity:1;transform:scale(1.1)}.header__mobile-social-icon{width:18px;height:18px;fill:#fff;transition:opacity .3s ease}.header__mobile-social-link:hover .header__mobile-social-icon{opacity:.8}.header__mobile-social-link:nth-child(2) .header__mobile-social-icon,.header__mobile-social-link:nth-child(3) .header__mobile-social-icon{width:21px;height:21px}@media (max-width: 768px){.header:not(.header--mobile){display:none}.header--mobile{display:grid}}@media (min-width: 769px){.header--mobile{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-section{min-height:100vh;min-height:100dvh;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;padding:4rem 2rem;position:relative;will-change:transform}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-section__background video,.hero-section__background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section__background video{position:absolute;top:0;left:0}.hero-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.hero-section__content{z-index:3;max-width:100%;margin:0 auto}.hero-section__headline{margin-bottom:1.2rem;position:absolute;top:16rem;transform:translate(-50%);left:50%;width:100%;line-height:1.1}.hero-section__headline em{text-transform:none!important}.hero-section__headline .line,.hero-section__subheadline .line{display:block;will-change:transform;overflow:hidden}.hero-section__headline .word,.hero-section__subheadline .word,.hero-section__headline .letter,.hero-section__subheadline .letter{display:inline-block}.hero-section__subheadline{margin:auto;margin-bottom:2rem;max-width:40rem;position:absolute;top:21rem;transform:translate(-50%);left:50%}.hero-section__button{display:flex;align-items:center;justify-content:space-between;padding:.5rem;text-decoration:none;border-radius:999px;transition:background-color .3s ease;border:none;position:absolute;bottom:5rem;transform:translate(-50%);left:50%;gap:4rem;overflow:hidden;border-color:#fff}.hero-section__button-text{margin-right:1rem;padding-left:1rem}.hero-section__cta{display:flex;align-items:center;justify-content:center;transition:transform .3s ease;border-radius:100%;height:2.4rem;width:2.4rem;position:relative;overflow:hidden}.hero-section__cta-icon{width:15px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scaleX(1);transform-origin:center;transition:transform .8s cubic-bezier(.18,.71,.11,1),opacity .8s cubic-bezier(.18,.71,.11,1)}.hero-section__cta .hero-section__cta-icon:last-child{left:50%;opacity:0;transform:translate(-300%,-50%) scaleX(2)}.hero-section__button:hover{border:none}.hero-section__button:hover .hero-section__cta .hero-section__cta-icon:first-child{opacity:0;transform:translate(200%,-50%) scaleX(2)}.hero-section__button:hover .hero-section__cta .hero-section__cta-icon:last-child{opacity:1;transform:translate(-50%,-50%) scaleX(1)}@media (max-width: 768px){.hero-section{padding:2rem 1rem;min-height:100vh;min-height:100dvh}.hero-section__headline{top:12rem;width:90%;line-height:1.1;left:50%;transform:translate(-50%)}.hero-section__subheadline{top:18rem;width:85%;line-height:1.4;left:50%;transform:translate(-50%)}.hero-section__button{padding:.6rem 1rem;gap:2rem;bottom:3rem;min-width:200px;left:50%;transform:translate(-50%)}.hero-section__button-text{margin-right:0;padding-left:.5rem}.hero-section__cta{width:2.4rem;height:2.4rem}.hero-section__cta-icon{width:12px;height:8px}}@media (max-width: 480px){.hero-section{padding:1.5rem .75rem}.hero-section__headline{top:10rem;width:60%}.hero-section__subheadline{top:18rem;width:90%}.hero-section__button{padding:.5rem .7rem;gap:1.5rem;bottom:2.5rem;min-width:250px}.hero-section__cta{width:2.2rem;height:2.2rem}.hero-section__cta-icon{width:10px;height:6px}}@media (min-width: 481px) and (max-width: 768px){.hero-section__headline{top:14rem}.hero-section__subheadline{top:20rem}.hero-section__button{bottom:4rem}}@media (max-width: 768px){.hero-section__headline,.hero-section__subheadline,.hero-section__button{-webkit-text-size-adjust:100%;text-size-adjust:100%}.hero-section__background video{object-fit:cover;object-position:center}}.marquee-section{width:100%;padding:.7rem 0;overflow:hidden}.marquee-section__wrapper{display:flex;flex-shrink:0;animation:scroll 30s linear infinite}.marquee-section__wrapper:hover{animation-play-state:paused}.marquee-section__content{display:flex;align-items:center;flex-shrink:0;gap:.75rem;padding:0 .75rem;margin:0;list-style:none;white-space:nowrap}.marquee-section__content li{font-family:Inter,serif;font-size:.9rem;font-weight:400;text-transform:capitalize;margin:0}.marquee-section__divider{display:flex;align-items:center;justify-content:center;margin:0 .25rem}.marquee-section__divider svg{width:50px;height:8px;flex-shrink:0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 480px){.marquee-section{padding:1rem 0}.marquee-section__content li{font-size:12px}.marquee-section__divider svg{width:30px;height:5px}.marquee-section__wrapper{animation-duration:10s}}.sacred-statement-section{height:60vh;display:flex;justify-content:center;align-items:center;text-align:center;color:#63001f;padding:2rem;overflow:hidden;will-change:transform}.container{max-width:100%;margin:0 auto}.statement-line{font-family:Gumani,serif;font-size:4rem;line-height:1.4;margin-bottom:0;display:flex;align-items:center;justify-content:center;gap:1rem}.text-part{display:inline-block}.statement-line em{font-family:"Instrument Serif",serif!important}.inline-image,.inline-media{display:inline-block;vertical-align:middle;margin:0 .5rem;height:auto;will-change:transform,opacity}.inline-media{width:120px;height:70px;object-fit:cover;object-position:center;overflow:hidden}.product-rotate{animation:jump-rotate 1s infinite steps(1,end)}@keyframes jump-rotate{0%{transform:rotate(1deg)}50%{transform:rotate(-1deg)}to{transform:rotate(1deg)}}.statement-line .line{display:block;will-change:transform}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
