.momavo-text-link{display:inline-flex;align-items:center;gap:10px;font-family:var(--momavo-body-font);font-size:13px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--momavo-teal);text-decoration:none;transition:gap .3s ease}.momavo-text-link:hover{gap:16px}.momavo-text-link svg{width:16px;height:16px;stroke:var(--momavo-teal);fill:none;stroke-width:1.5}.momavo-shop-recipient{text-align:center}.momavo-shop-recipient__heading{font-family:var(--momavo-heading-font);font-weight:500;font-size:clamp(34px,6vw,52px);color:var(--momavo-black);line-height:1.15;margin-bottom:clamp(32px,5vw,56px)}.momavo-shop-recipient__grid{display:flex;gap:clamp(16px,2.5vw,32px);flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:20px clamp(20px,4vw,60px);scrollbar-width:none;max-width:1400px;margin-left:auto;margin-right:auto}.momavo-shop-recipient__grid::-webkit-scrollbar{display:none}.momavo-shop-recipient__card{flex:0 0 auto;text-align:center;scroll-snap-align:center;text-decoration:none;transition:transform .4s ease;position:relative}.momavo-shop-recipient__card:hover{transform:translateY(-6px)}.momavo-shop-recipient__circle{width:clamp(100px,10vw,130px);height:clamp(100px,10vw,130px);border-radius:50%;overflow:hidden;margin:0 auto 16px;box-shadow:0 4px 20px #00000014;transition:box-shadow .4s ease,transform .4s ease;position:relative}.momavo-shop-recipient__card:hover .momavo-shop-recipient__circle{box-shadow:0 8px 32px #00000024;transform:scale(1.08)}.momavo-shop-recipient__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .6s ease}.momavo-shop-recipient__card:hover .momavo-shop-recipient__image{transform:scale(1.1)}.momavo-shop-recipient__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--momavo-sage)}.momavo-shop-recipient__name{font-family:var(--momavo-heading-font);font-weight:400;font-style:italic;font-size:clamp(15px,1.3vw,18px);color:var(--momavo-black);white-space:nowrap;transition:color .3s ease}.momavo-shop-recipient__card:hover .momavo-shop-recipient__name{color:var(--momavo-teal)}.momavo-shop-recipient__circle-wrap{position:relative;width:clamp(100px,10vw,130px);height:clamp(100px,10vw,130px);margin:0 auto 16px}.momavo-shop-recipient__circle-wrap:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0%,rgba(197,165,114,.12) 10%,rgba(197,165,114,.5) 22%,rgba(245,230,200,.8) 30%,rgba(197,165,114,.5) 38%,rgba(197,165,114,.12) 50%,transparent 60%,transparent 100%);animation:momavo-ring-rotate 6s linear infinite;pointer-events:none;z-index:0}.momavo-shop-recipient__card:nth-child(2) .momavo-shop-recipient__circle-wrap:after{animation-delay:-.75s}.momavo-shop-recipient__card:nth-child(3) .momavo-shop-recipient__circle-wrap:after{animation-delay:-1.5s}.momavo-shop-recipient__card:nth-child(4) .momavo-shop-recipient__circle-wrap:after{animation-delay:-2.25s}.momavo-shop-recipient__card:nth-child(5) .momavo-shop-recipient__circle-wrap:after{animation-delay:-3s}.momavo-shop-recipient__card:nth-child(6) .momavo-shop-recipient__circle-wrap:after{animation-delay:-3.75s}.momavo-shop-recipient__card:nth-child(7) .momavo-shop-recipient__circle-wrap:after{animation-delay:-4.5s}.momavo-shop-recipient__card:nth-child(8) .momavo-shop-recipient__circle-wrap:after{animation-delay:-5.25s}@keyframes momavo-ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.momavo-shop-recipient__circle-wrap .momavo-shop-recipient__circle{width:100%;height:100%;margin:0;z-index:1;position:relative}.momavo-shop-recipient__card:hover .momavo-shop-recipient__circle{box-shadow:0 8px 32px #00000024,0 0 24px #c5a5722e}.momavo-shop-recipient__heart{position:absolute;top:32%;right:calc(-1*clamp(16px,2.5vw,32px)/2 - 7px);width:14px;height:14px;z-index:2;pointer-events:none;opacity:.8;animation:momavo-heart-pulse 3s ease-in-out infinite}.momavo-shop-recipient__card:nth-child(1) .momavo-shop-recipient__heart{animation-delay:0s}.momavo-shop-recipient__card:nth-child(2) .momavo-shop-recipient__heart{animation-delay:-.5s}.momavo-shop-recipient__card:nth-child(3) .momavo-shop-recipient__heart{animation-delay:-1s}.momavo-shop-recipient__card:nth-child(4) .momavo-shop-recipient__heart{animation-delay:-1.5s}.momavo-shop-recipient__card:nth-child(5) .momavo-shop-recipient__heart{animation-delay:-2s}.momavo-shop-recipient__card:nth-child(6) .momavo-shop-recipient__heart{animation-delay:-2.5s}.momavo-shop-recipient__card:nth-child(7) .momavo-shop-recipient__heart{animation-delay:-3s}.momavo-shop-recipient__card:last-child .momavo-shop-recipient__heart{display:none}@keyframes momavo-heart-pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.25);opacity:1}}.momavo-collection-grid-section,.momavo-collection-grid-section>.momavo-collection-grid{overflow:visible}.momavo-collection-grid{text-align:center}.momavo-collection-grid__heading{font-family:var(--momavo-heading-font);font-weight:500;font-size:clamp(34px,6vw,52px);color:var(--momavo-black);line-height:1.15;margin-bottom:clamp(32px,5vw,56px)}.momavo-collection-grid__scroll{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 clamp(20px,5vw,80px) 20px;scrollbar-width:none}.momavo-collection-grid__scroll::-webkit-scrollbar{display:none}.momavo-collection-grid__card{flex:0 0 280px;min-width:280px;max-width:280px;scroll-snap-align:start;position:relative;text-decoration:none;display:block}.momavo-collection-grid__card-img{width:100%;aspect-ratio:3 / 4;overflow:hidden;position:relative;background:var(--momavo-sage)}.momavo-collection-grid__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .6s ease}.momavo-collection-grid__card:hover .momavo-collection-grid__image{transform:scale(1.04)}.momavo-collection-grid__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.momavo-collection-grid__overlay{position:absolute;bottom:0;left:0;right:0;padding:clamp(20px,3vw,32px);background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 100%)}.momavo-collection-grid__name{font-family:var(--momavo-heading-font);font-weight:500;font-size:clamp(20px,2.5vw,26px);color:#fff;letter-spacing:.02em}.momavo-experience{background:var(--momavo-sage);text-align:center;padding:clamp(56px,10vw,100px) clamp(20px,5vw,80px)}.momavo-experience__inner{max-width:960px;margin:0 auto}.momavo-experience__accent{width:40px;height:2px;background:var(--momavo-gold);margin:0 auto 28px;opacity:.7}.momavo-experience__heading{font-family:var(--momavo-heading-font);font-weight:500;font-style:italic;font-size:clamp(28px,6vw,46px);color:var(--momavo-black);line-height:1.2;margin-bottom:20px}.momavo-experience__desc{font-family:var(--momavo-body-font);font-weight:300;font-size:clamp(14px,2vw,16px);color:#1a1a1aa6;line-height:1.75;max-width:600px;margin:0 auto clamp(36px,6vw,56px)}.momavo-experience__pillars{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:clamp(32px,5vw,48px)}.momavo-experience__pillar{display:flex;flex-direction:column;align-items:center;padding:clamp(28px,4vw,40px) clamp(20px,3vw,32px);background:#fff9;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform .4s ease,box-shadow .4s ease}.momavo-experience__pillar:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.momavo-experience__pillar-icon{width:56px;height:56px;border-radius:50%;background:var(--momavo-teal);display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}.momavo-experience__pillar-icon svg{width:24px;height:24px;stroke:#fff;fill:none}.momavo-experience__pillar-title{font-family:var(--momavo-body-font);font-weight:600;font-size:14px;letter-spacing:.06em;color:var(--momavo-black);margin-bottom:10px}.momavo-experience__pillar-text{font-family:var(--momavo-body-font);font-weight:300;font-size:13px;line-height:1.7;color:#1a1a1a99;margin:0;max-width:280px}.momavo-experience__cta{margin-top:8px}@media screen and (min-width:750px){.momavo-experience__pillars{grid-template-columns:repeat(3,1fr);gap:20px}}.momavo-trust{background:#fff}.momavo-trust__header{text-align:center;margin-bottom:clamp(32px,5vw,48px)}.momavo-trust__label{font-size:15px;letter-spacing:.18em}.momavo-trust__stats{display:flex;justify-content:center;gap:clamp(40px,6vw,80px);margin-bottom:clamp(36px,5vw,56px)}.momavo-trust__stat{text-align:center}.momavo-trust__stat-number{font-family:var(--momavo-heading-font);font-weight:300;font-size:clamp(42px,6vw,68px);color:var(--momavo-teal);line-height:1;margin-bottom:10px}.momavo-trust__stat-label{font-family:var(--momavo-body-font);font-weight:400;font-size:15px;color:#666;letter-spacing:.08em}.momavo-trust__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(16px,2vw,24px)}.momavo-trust__badge{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--momavo-off-white);border-radius:4px;flex:1 1 0%;min-width:200px;max-width:320px}.momavo-trust__badge-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--momavo-sage);border-radius:50%;flex-shrink:0}.momavo-trust__badge-icon svg{width:18px;height:18px;stroke:var(--momavo-teal);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.momavo-trust__badge-text{font-family:var(--momavo-body-font);font-weight:500;font-size:13px;color:var(--momavo-black);line-height:1.3}.momavo-trust__badge-sub{font-family:var(--momavo-body-font);font-weight:300;font-size:11px;color:#888;margin-top:2px}.momavo-testimonials{text-align:center}.momavo-testimonials__heading{font-family:var(--momavo-heading-font);font-weight:500;font-size:clamp(34px,6vw,52px);color:var(--momavo-black);line-height:1.15}.momavo-testimonials__grid{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:24px;margin-top:clamp(32px,5vw,56px);align-items:start;padding:0 clamp(20px,5vw,80px)}.momavo-testimonials__card{padding:clamp(28px,3vw,40px);border-radius:4px;text-align:left;background:var(--momavo-cream)}.momavo-testimonials__card--featured{background:var(--momavo-teal);color:#fff;padding:clamp(36px,4vw,56px)}.momavo-testimonials__stars{display:flex;gap:3px;margin-bottom:20px}.momavo-testimonials__stars svg{width:16px;height:16px;fill:var(--momavo-gold)}.momavo-testimonials__quote{font-family:var(--momavo-heading-font);font-weight:400;font-style:italic;font-size:clamp(18px,2vw,22px);line-height:1.65;margin-bottom:24px;color:inherit}.momavo-testimonials__author{font-family:var(--momavo-body-font);font-weight:400;font-size:13px;letter-spacing:.02em}.momavo-testimonials__name{font-weight:500}.momavo-testimonials__badge{font-size:11px;opacity:.6;display:block;margin-top:4px}.momavo-brand-story{background:var(--momavo-off-white);display:grid;grid-template-columns:1fr;position:relative;padding:0}.momavo-brand-story__image{position:relative;overflow:hidden;aspect-ratio:4 / 3}.momavo-brand-story__img{width:100%;height:100%;object-fit:cover;object-position:center}.momavo-brand-story__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--momavo-sage)}@media screen and (min-width:1025px){.momavo-brand-story{grid-template-columns:55% 45%;min-height:70vh}.momavo-brand-story__image{aspect-ratio:auto}}.momavo-brand-story__vertical-text{position:absolute;right:-14px;top:50%;transform:translateY(-50%) rotate(-90deg);font-family:var(--momavo-heading-font);font-weight:300;font-size:14px;letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;white-space:nowrap}.momavo-brand-story__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,6vw,80px) clamp(30px,5vw,72px)}.momavo-brand-story__heading{font-family:var(--momavo-heading-font);font-weight:500;font-size:clamp(32px,5vw,46px);color:var(--momavo-black);line-height:1.2;margin-bottom:24px}.momavo-brand-story__body{font-family:var(--momavo-body-font);font-weight:300;font-size:16px;color:#1a1a1abf;line-height:1.75;margin-bottom:36px}.momavo-brand-story__body p{margin:0}.momavo-brand-story__link{display:inline-flex;align-items:center;gap:10px;font-family:var(--momavo-body-font);font-size:13px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--momavo-teal);text-decoration:none;transition:gap .3s ease}.momavo-brand-story__link:hover{gap:16px}.momavo-brand-story__link svg{width:16px;height:16px;stroke:var(--momavo-teal);fill:none;stroke-width:1.5}.momavo-founder{background:var(--momavo-navy);position:relative;overflow:hidden;text-align:center;padding:clamp(80px,12vw,160px) clamp(20px,5vw,80px)}.momavo-founder__watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:var(--momavo-heading-font);font-weight:700;font-size:clamp(300px,45vw,650px);color:#ffffff05;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.momavo-founder__inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.momavo-founder__label{color:var(--momavo-gold);margin-bottom:32px}.momavo-founder__divider{width:48px;height:1px;background:var(--momavo-gold);margin:0 auto 36px;opacity:.5}.momavo-founder__quote{font-family:var(--momavo-heading-font);font-weight:300;font-style:italic;font-size:clamp(22px,3vw,32px);line-height:1.55;color:#fff;margin:0 0 36px;border:none;padding:0}.momavo-founder__body{font-family:var(--momavo-body-font);font-weight:300;font-size:15px;line-height:1.8;color:#fff9;margin-bottom:40px;max-width:560px;margin-inline:auto}.momavo-founder__sign-block{display:flex;flex-direction:column;align-items:center;gap:4px}.momavo-founder__signature{font-family:var(--momavo-heading-font);font-style:italic;font-weight:400;font-size:24px;color:var(--momavo-gold)}.momavo-founder__role{font-family:var(--momavo-body-font);font-size:11px;color:#ffffff73;letter-spacing:.12em;text-transform:uppercase;margin-top:2px}.momavo-newsletter{background:#1b2530;text-align:center;position:relative;overflow:hidden;border-top:1px solid rgba(197,165,114,.2);padding:clamp(60px,10vw,100px) clamp(20px,5vw,80px)}.momavo-newsletter__watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--momavo-heading-font);font-weight:700;font-size:clamp(200px,30vw,400px);color:#ffffff08;pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1}.momavo-newsletter__content{position:relative;z-index:1}.momavo-newsletter__heading{font-family:var(--momavo-heading-font);font-weight:400;font-size:clamp(32px,6vw,46px);color:#fff;line-height:1.2;margin-bottom:16px}.momavo-newsletter__subtext{font-family:var(--momavo-body-font);font-weight:300;font-size:15px;color:#ffffff80;margin-bottom:36px;letter-spacing:.02em}.momavo-newsletter__form{display:flex;max-width:440px;margin:0 auto 40px;border-bottom:1px solid rgba(255,255,255,.2)}.momavo-newsletter__field{display:flex;width:100%}.momavo-newsletter__input{flex:1;background:transparent;border:none;outline:none;padding:14px 0;font-family:var(--momavo-body-font);font-size:14px;font-weight:300;color:#fff;letter-spacing:.02em;border-radius:0;box-shadow:none}.momavo-newsletter__input::placeholder{color:#ffffff4d}.momavo-newsletter__submit{padding:14px 0;font-family:var(--momavo-body-font);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--momavo-coral);background:transparent;border:none;cursor:pointer;transition:opacity .3s;white-space:nowrap}.momavo-newsletter__submit:hover{opacity:.7}.momavo-newsletter__error{color:var(--momavo-coral);font-family:var(--momavo-body-font);font-size:13px;margin-top:12px;margin-bottom:24px;text-align:center}.momavo-newsletter__error-text{color:var(--momavo-coral);font-family:var(--momavo-body-font);font-size:14px;margin:0;text-align:center}.momavo-newsletter__success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0 10px;animation:newsletterFadeIn .5s ease forwards}.momavo-newsletter__check{width:40px;height:40px;stroke:var(--momavo-gold);margin-bottom:20px;opacity:0;transform:scale(.5);animation:newsletterCheckPop .4s ease .1s forwards}.momavo-newsletter__success-text{font-family:var(--momavo-heading-font);font-weight:400;font-size:clamp(22px,4vw,28px);color:#fff;margin:0 0 10px;line-height:1.3}.momavo-newsletter__success-sub{font-family:var(--momavo-body-font);font-weight:300;font-size:14px;color:#ffffff80;margin:0;max-width:380px;line-height:1.6}@keyframes newsletterFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes newsletterCheckPop{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.momavo-newsletter__badges{display:flex;justify-content:center;gap:clamp(16px,3vw,40px);flex-wrap:wrap}.momavo-newsletter__badge{display:flex;align-items:center;gap:8px;font-family:var(--momavo-body-font);font-size:11px;font-weight:400;letter-spacing:.06em;color:#ffffffbf;text-transform:uppercase}.momavo-newsletter__badge-icon svg{width:16px;height:16px;stroke:#fff9;fill:none;stroke-width:1.5}.momavo-newsletter__badge-text{white-space:nowrap}@media screen and (max-width:1024px){.momavo-testimonials__grid{grid-template-columns:1fr;gap:20px}.momavo-brand-story__vertical-text{display:none}}@media screen and (max-width:749px){.momavo-brand-story__image{aspect-ratio:3 / 2}.momavo-brand-story__content{padding:32px 24px 40px}.momavo-brand-story__heading{font-size:clamp(26px,7vw,34px)}.momavo-brand-story__body{font-size:14px;margin-bottom:24px}.momavo-collection-grid__card{flex:0 0 240px;min-width:240px;max-width:240px}.momavo-collection-grid__heading{font-size:clamp(28px,7vw,38px);margin-bottom:24px}.momavo-collection-grid__scroll{padding:0 20px 16px;gap:14px}.momavo-shop-recipient__heading{font-size:clamp(28px,7vw,38px);margin-bottom:24px}.momavo-shop-recipient__grid{padding:10px 20px;gap:16px}.momavo-shop-recipient__circle,.momavo-shop-recipient__circle-wrap{width:90px;height:90px}.momavo-shop-recipient__heart{right:-13px}.momavo-shop-recipient__name{font-size:14px}.momavo-testimonials__heading{font-size:clamp(28px,7vw,38px)}.momavo-testimonials__grid{grid-template-columns:1fr;gap:16px;padding:0 20px}.momavo-testimonials__card{padding:24px}.momavo-testimonials__card--featured{padding:28px}.momavo-testimonials__quote{font-size:17px}.momavo-trust__stats{flex-direction:column;gap:24px}.momavo-trust__badges{flex-direction:column;align-items:stretch}.momavo-trust__badge{padding:14px 20px;max-width:100%;width:100%}.momavo-founder{padding:56px 24px}.momavo-founder__quote{font-size:clamp(20px,5vw,26px)}.momavo-founder__body{font-size:14px}.momavo-newsletter{padding:48px 24px}.momavo-newsletter__heading{font-size:clamp(26px,7vw,36px)}.momavo-newsletter__badges{flex-direction:column;align-items:center;gap:12px}}@media screen and (max-width:480px){.momavo-shop-recipient__circle,.momavo-shop-recipient__circle-wrap{width:80px;height:80px}.momavo-shop-recipient__heart{right:-12px;width:8px;height:8px}.momavo-collection-grid__card{flex:0 0 200px;min-width:200px;max-width:200px}.momavo-brand-story__image{aspect-ratio:16 / 10}}@media(prefers-reduced-motion:reduce){.momavo-shop-recipient__card,.momavo-shop-recipient__circle,.momavo-shop-recipient__image,.momavo-collection-grid__image,.momavo-text-link,.momavo-brand-story__link{transition:none}.momavo-shop-recipient__circle-wrap:after,.momavo-shop-recipient__heart{animation:none!important}.momavo-shop-recipient__circle-wrap:after{opacity:.4}.momavo-shop-recipient__heart{opacity:.8}}
/*# sourceMappingURL=/cdn/shop/t/99/assets/momavo-sections.css.map */
