.brand-story{padding-top:var(--padding-top, 72px);padding-bottom:var(--padding-bottom, 72px)}.brand-story__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media screen and (min-width:750px){.brand-story__inner{grid-template-columns:1fr 1fr;gap:5vw}.brand-story--image-right .brand-story__media{order:2}}.brand-story__media{overflow:hidden;border-radius:12px}.brand-story__image{display:block;width:100%;height:auto;object-fit:cover}.brand-story__text{max-width:46ch;font-size:1.6rem;line-height:1.6;opacity:.88}.brand-story__values{display:flex;flex-wrap:wrap;gap:2rem 2.5rem;margin:3rem 0 0;padding:1.75rem 0 0;list-style:none;border-top:1px solid rgba(var(--color-foreground),.16)}.brand-story__value{display:flex;flex-direction:column;gap:.35rem;min-width:11rem}.brand-story__value-title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.9rem;line-height:1.2}.brand-story__value-description{font-size:1.3rem;opacity:.75}.brand-story__cta{margin-top:3rem}.category-grid{padding-top:var(--padding-top, 56px);padding-bottom:var(--padding-bottom, 56px)}.category-grid__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2.25rem 1.5rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.category-grid__list{grid-template-columns:repeat(3,1fr);gap:2.75rem 2rem}}@media screen and (min-width:990px){.category-grid__list{grid-template-columns:repeat(6,1fr);gap:2rem 1.75rem}}.category-grid__item{display:block}.category-grid__link{display:flex;flex-direction:column;align-items:center;gap:1rem;color:rgb(var(--color-foreground));text-decoration:none}.category-grid__frame{display:block;width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:999px 999px 12px 12px;background:rgba(var(--color-foreground),.06)}.category-grid__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.category-grid__link:hover .category-grid__image{transform:scale(1.05)}.category-grid__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:rgb(var(--color-button));background:rgba(var(--color-foreground),.06)}.category-grid__label{font-family:var(--font-body-family);font-size:1.3rem;font-weight:var(--font-body-weight-bold);letter-spacing:.08em;text-transform:uppercase;text-align:center}.featured-products{padding-top:var(--padding-top, 64px);padding-bottom:var(--padding-bottom, 64px)}.featured-products__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.featured-products__view-all{flex-shrink:0;margin-top:.6rem;font-family:var(--font-body-family);font-size:1.4rem;letter-spacing:.04em;white-space:nowrap}.featured-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.featured-products__grid{grid-template-columns:repeat(var(--columns, 4),1fr);gap:3rem 2rem}}.featured-products__empty{margin:0;opacity:.7}.hero-modiva{position:relative;display:flex;overflow:hidden;min-height:clamp(34rem,78vh,56rem);color:rgb(var(--color-foreground))}.hero-modiva__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-modiva__image{display:block;width:100%;height:100%;object-fit:cover;object-position:right center;animation:hero-modiva-zoom 11s cubic-bezier(.22,1,.36,1) both}.hero-modiva__media{animation:hero-modiva-media-in 1.3s cubic-bezier(.22,1,.36,1) both}.hero-modiva__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-modiva__scrim--bottom-right{background:radial-gradient(120% 95% at 88% 100%,rgba(var(--color-shadow),.72),rgba(var(--color-shadow),.4) 32%,rgba(var(--color-shadow),0) 60%)}.hero-modiva__scrim--bottom-left{background:radial-gradient(120% 95% at 12% 100%,rgba(var(--color-shadow),.72),rgba(var(--color-shadow),.4) 32%,rgba(var(--color-shadow),0) 60%)}.hero-modiva__content{position:relative;z-index:2;margin-top:auto;width:100%;display:flex;flex-direction:column;gap:1.1rem;padding-block:clamp(2.75rem,6vw,5.5rem)}.hero-modiva__content--bottom-right{align-items:flex-end;text-align:right}.hero-modiva__content--bottom-left{align-items:flex-start;text-align:left}.hero-modiva__eyebrow{display:inline-flex;align-items:center;gap:.6em;margin:0;font-family:var(--font-body-family);font-size:1.3rem;font-weight:var(--font-body-weight-bold);letter-spacing:.22em;text-transform:uppercase;opacity:.92}.hero-modiva__eyebrow-mark{flex-shrink:0;color:rgb(var(--color-button))}.hero-modiva__heading{max-width:16ch;margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(3.2rem,5.4vw,5.6rem);line-height:1.05}.hero-modiva__content--bottom-right .hero-modiva__heading{margin-left:auto}.hero-modiva__subheading{max-width:38ch;margin:0;font-size:1.6rem;line-height:1.5;opacity:.92}.hero-modiva__cta{margin-top:.6rem}.hero-modiva__eyebrow,.hero-modiva__heading,.hero-modiva__subheading,.hero-modiva__cta{animation:hero-modiva-rise 1.1s cubic-bezier(.22,1,.36,1) both}.hero-modiva__eyebrow{animation-delay:.2s}.hero-modiva__heading{animation-delay:.42s}.hero-modiva__subheading{animation-delay:.64s}.hero-modiva__cta{animation-delay:.84s}@keyframes hero-modiva-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-modiva-media-in{0%{opacity:0}to{opacity:1}}@keyframes hero-modiva-zoom{0%{transform:scale(1.07)}to{transform:scale(1)}}@media screen and (max-width:749px){.hero-modiva{min-height:clamp(42rem,94vh,64rem)}.hero-modiva__content--bottom-right,.hero-modiva__content--bottom-left{align-items:flex-start;text-align:left}.hero-modiva__content--bottom-right .hero-modiva__heading{margin-left:0}.hero-modiva__heading{max-width:20ch}}@media(prefers-reduced-motion:reduce){.hero-modiva__image,.hero-modiva__media{animation:none;opacity:1}.hero-modiva__eyebrow,.hero-modiva__heading,.hero-modiva__subheading,.hero-modiva__cta{animation:none;opacity:1;transform:none}}.testimonials{padding-top:var(--padding-top, 72px);padding-bottom:var(--padding-bottom, 72px)}.testimonials__list{display:grid;grid-template-columns:1fr;gap:2.5rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.testimonials__list{grid-template-columns:repeat(3,1fr);gap:3rem}}.testimonials__item{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.testimonials__rating{display:inline-flex;gap:.25rem}.testimonials__star{color:rgba(var(--color-foreground),.25)}.testimonials__star--filled{color:rgb(var(--color-button))}.testimonials__quote{margin:0;max-width:32ch;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.9rem;line-height:1.4}.testimonials__author{margin:0;font-family:var(--font-body-family);font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;opacity:.65}.section-heading{display:flex;flex-direction:column;gap:.9rem;margin-bottom:clamp(2.25rem,4.5vw,3.5rem)}.section-heading--center{align-items:center;text-align:center}.section-heading__eyebrow{display:inline-flex;align-items:center;gap:.6em;margin:0;font-family:var(--font-body-family);font-size:1.3rem;font-weight:var(--font-body-weight-bold);letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--color-foreground));opacity:.72}.section-heading__mark{flex-shrink:0;color:rgb(var(--color-button))}.section-heading__title{max-width:22ch;margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2.6rem,3.4vw,3.8rem);line-height:1.1}.section-heading--center .section-heading__title{max-width:26ch}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
