.storied-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.storied-hero--no-image{background-color:rgb(var(--color-background))}.storied-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.storied-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.storied-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-foreground))}.storied-hero__inner{position:relative;z-index:1;width:100%;padding:4rem 1.5rem}.storied-hero__content{display:flex;flex-direction:column;gap:1.6rem;max-width:720px;margin:0 auto}.storied-hero__content--left{text-align:left;align-items:flex-start}.storied-hero__content--center{text-align:center;align-items:center}.storied-hero__content--right{text-align:right;align-items:flex-end}.storied-hero__eyebrow{font-family:var(--font-body-family);font-size:1.25rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;margin:0;opacity:.85}.storied-hero__heading{font-family:var(--font-heading-family);font-weight:500;font-size:clamp(3.2rem,6.5vw,6rem);line-height:1.05;letter-spacing:-.015em;margin:0;color:rgb(var(--color-foreground))}.storied-hero__subheading{font-family:var(--font-body-family);font-size:clamp(1.5rem,2vw,1.8rem);line-height:1.5;margin:0;opacity:.85;max-width:580px}.storied-hero__content--center .storied-hero__subheading{text-align:center}.storied-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.6rem}.storied-hero__content--center .storied-hero__buttons{justify-content:center}.storied-hero__button{display:inline-block;padding:1em 2.4em;border-radius:999px;font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;text-align:center;transition:all .2s ease}.storied-hero__button--primary{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.storied-hero__button--primary:hover{opacity:.85}.storied-hero__button--secondary{background-color:transparent;color:rgb(var(--color-foreground));border:1.5px solid rgb(var(--color-foreground))}.storied-hero__button--secondary:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.storied-trust-bar{padding:2rem 0}.storied-trust-bar__row{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem 1rem}.storied-trust-bar__pill{display:inline-flex;align-items:center;gap:.6em;padding:.55em 1.2em;border:1px solid rgba(var(--color-foreground),.2);border-radius:999px;font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));letter-spacing:.02em}.storied-trust-bar__check{color:#9ed2be;font-weight:700;font-size:1.4em;line-height:1}@media(min-width:750px){.storied-trust-bar{padding:2.6rem 0}.storied-trust-bar__pill{font-size:1.35rem}}.storied-category-circles{padding:4rem 0 3rem}.storied-category-circles__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding:0 1.5rem}.storied-category-circles__heading{font-family:var(--font-heading-family);font-weight:500;font-size:clamp(2rem,3vw,2.6rem);letter-spacing:-.01em;margin:0}.storied-category-circles__link{font-family:var(--font-body-family);font-size:1.35rem;font-weight:500;letter-spacing:.02em;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.storied-category-circles__row{display:flex;gap:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.5rem 1.5rem 1rem;scrollbar-width:thin;mask-image:linear-gradient(to right,black calc(100% - 24px),transparent);-webkit-mask-image:linear-gradient(to right,black calc(100% - 24px),transparent)}@media(min-width:750px){.storied-category-circles__row{gap:1.5rem;mask-image:none;-webkit-mask-image:none;flex-wrap:wrap;justify-content:center}}.storied-circle-tile{flex:0 0 auto;width:80px;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:inherit;scroll-snap-align:start;transition:transform .2s ease}.storied-circle-tile:hover{transform:translateY(-2px)}@media(min-width:750px){.storied-circle-tile{width:130px;gap:.6rem}}.storied-circle-tile__media{width:100%;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background-color:#faf9f8;border:2px solid transparent}.storied-circle-tile__media img{width:100%;height:100%;object-fit:cover;display:block}.storied-circle-tile__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ebe7e0;color:rgba(var(--color-foreground),.4);font-family:var(--font-heading-family);font-size:3rem;font-weight:500}.storied-circle-tile__label{font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;text-align:center;letter-spacing:.01em;color:rgb(var(--color-foreground));line-height:1.2}@media(min-width:750px){.storied-circle-tile__label{font-size:1.3rem;letter-spacing:.02em}}.storied-editorial{padding:4rem 0}.storied-editorial__header{text-align:center;margin-bottom:3rem;padding:0 1.5rem}.storied-editorial__heading{font-family:var(--font-heading-family);font-weight:500;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.1;letter-spacing:-.01em;margin:0 0 .8rem}.storied-editorial__subheading{font-family:var(--font-body-family);font-size:1.5rem;line-height:1.5;opacity:.75;max-width:580px;margin:0 auto}.storied-editorial__grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}@media(min-width:750px){.storied-editorial__grid--3{grid-template-columns:repeat(3,1fr);gap:2rem}.storied-editorial__grid--4{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1100px){.storied-editorial__grid--4{grid-template-columns:repeat(4,1fr);gap:2rem}}.storied-editorial-card{display:flex;flex-direction:column;background-color:rgb(var(--color-background));border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;border:.5px solid rgba(var(--color-foreground),.1);transition:transform .25s ease,box-shadow .25s ease}.storied-editorial-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.storied-editorial-card__media{aspect-ratio:1 / 1;background-color:#faf9f8;overflow:hidden;display:flex;align-items:center;justify-content:center}.storied-editorial-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.storied-editorial-card:hover .storied-editorial-card__media img{transform:scale(1.04)}.storied-editorial-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ebe7e0;color:rgba(var(--color-foreground),.25);font-family:var(--font-heading-family);font-size:8rem}.storied-editorial-card__content{padding:1.4rem 1.6rem 1.6rem;display:flex;flex-direction:column}.storied-editorial-card__label{font-family:var(--font-heading-family);font-style:italic;font-size:1.3rem;font-weight:400;letter-spacing:.02em;margin:0 0 .5rem;color:rgba(var(--color-foreground),.6)}.storied-editorial-card__heading{font-family:var(--font-heading-family);font-weight:500;font-size:2rem;line-height:1.15;letter-spacing:-.01em;margin:0 0 .7rem;color:rgb(var(--color-foreground))}.storied-editorial-card__description{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.5;margin:0 0 1.2rem;color:rgba(var(--color-foreground),.75);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.storied-editorial-card__cta{display:inline-block;font-family:var(--font-body-family);font-size:1.25rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-foreground));border-bottom:1.5px solid rgb(var(--color-foreground));padding-bottom:.2em;align-self:flex-start}.storied-values{padding:4rem 0}.storied-values__heading{font-family:var(--font-heading-family);font-weight:500;font-size:clamp(2.4rem,4vw,3.2rem);text-align:center;margin:0 0 3rem;padding:0 1.5rem}.storied-values__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem;padding:0 1.5rem}@media(min-width:750px){.storied-values__grid--3{grid-template-columns:repeat(3,1fr)}.storied-values__grid--4{grid-template-columns:repeat(4,1fr)}.storied-values__grid--5{grid-template-columns:repeat(5,1fr)}}.storied-values__col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.storied-values__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.storied-values__icon img{width:100%;height:100%;display:block}.storied-values__icon-placeholder{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background-color:#9ed2be;color:#323841;font-family:var(--font-heading-family);font-size:2.2rem;font-weight:500}.storied-values__col-heading{font-family:var(--font-heading-family);font-weight:500;font-size:1.7rem;margin:0;letter-spacing:-.005em}.storied-values__col-body{font-family:var(--font-body-family);font-size:1.35rem;line-height:1.5;margin:0;opacity:.85}.storied-newsletter{padding:5rem 0}.storied-newsletter__inner{max-width:520px;margin:0 auto;text-align:center;padding:0 1.5rem}.storied-newsletter__heading{font-family:var(--font-heading-family);font-weight:500;font-size:clamp(2.2rem,4vw,3rem);line-height:1.15;letter-spacing:-.01em;margin:0 0 1rem}.storied-newsletter__body{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.55;margin:0 0 2rem;opacity:.85}.storied-newsletter__form{width:100%}.storied-newsletter__field-group{display:flex;gap:.6rem;flex-direction:column}@media(min-width:540px){.storied-newsletter__field-group{flex-direction:row}}.storied-newsletter__input{flex:1;padding:1em 1.4em;border-radius:999px;border:1px solid rgba(var(--color-foreground),.25);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.4rem}.storied-newsletter__input::placeholder{opacity:.5}.storied-newsletter__input:focus{outline:none;border-color:rgb(var(--color-foreground))}.storied-newsletter__submit{padding:1em 2.2em;border-radius:999px;border:none;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .15s ease}.storied-newsletter__submit:hover{opacity:.85}.storied-newsletter__success{font-family:var(--font-body-family);font-size:1.5rem;margin:0;padding:1em}.storied-newsletter__error{font-family:var(--font-body-family);font-size:1.3rem;color:#c2452f;margin:1rem 0 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-storied-homepage.css.map */
