.cw-story{--cw-story-accent: #ff5a1f;--cw-story-dark: #09191e;--cw-story-ink: #0a0a0a;--cw-story-accent-dark: #b23d12;--cw-story-muted-on-dark: rgba(255, 255, 255, .58);--cw-story-muted-on-light: rgba(10, 10, 10, .52);--cw-story-rule: rgba(10, 10, 10, .12);--cw-story-radius: var(--text-boxes-radius, 16px);--cw-story-media-radius: var(--media-radius, 12px);--cw-story-ease: cubic-bezier(.22, 1, .36, 1);color:var(--cw-story-ink)}.cw-story__stack{display:flex;flex-direction:column;gap:clamp(5.6rem,8vw,10.4rem)}.cw-story__top,.cw-story__bottom{min-width:0}.cw-story__top{display:grid;grid-template-columns:minmax(0,53fr) minmax(0,47fr);min-height:47rem;overflow:hidden;border-radius:var(--cw-story-radius);background:var(--cw-story-dark)}.cw-story__media{min-width:0;margin:0;overflow:hidden;background:#0a0a0a0a}.cw-story__media--top{min-height:47rem}.cw-story__media--bottom{aspect-ratio:3 / 2;border-radius:var(--cw-story-media-radius)}.cw-story__image{display:block;width:100%;height:100%;object-fit:cover}.cw-story__media--top .cw-story__image{object-position:64% center}.cw-story__media--bottom .cw-story__image{object-position:center center}.cw-story__copy{display:flex;min-width:0;flex-direction:column;justify-content:center}.cw-story__copy--top{padding:clamp(4rem,4.6vw,5.6rem);color:#fff}.cw-story__bottom{display:grid;grid-template-columns:minmax(0,47fr) minmax(0,53fr);column-gap:clamp(3.2rem,5vw,7.2rem);align-items:center;background:#fff}.cw-story__copy--bottom{padding:0;color:var(--cw-story-ink)}.cw-story__eyebrow{margin:0 0 1.6rem;color:var(--cw-story-accent);font-family:var(--font-body-family, sans-serif);font-size:1.15rem;font-style:normal;font-weight:500;letter-spacing:.18em;line-height:1.25;text-transform:uppercase}.cw-story__eyebrow--light{color:var(--cw-story-accent)}.cw-story__copy--bottom .cw-story__eyebrow{color:var(--cw-story-accent-dark)}.cw-story__heading{max-width:44rem;margin:0;font-family:var(--font-heading-family, sans-serif);font-size:clamp(3.4rem,4vw,4.6rem);font-style:normal;font-weight:var(--font-heading-weight, 400);letter-spacing:-.02em;line-height:1.04;text-wrap:balance;color:inherit}.cw-story__heading-main,.cw-story__heading-muted{display:block}.cw-story__heading-main{color:inherit}.cw-story__heading-muted{color:var(--cw-story-muted-on-light)}.cw-story__copy--top .cw-story__heading-muted{color:var(--cw-story-muted-on-dark)}.cw-story__body{max-width:46rem;margin-top:2.4rem;color:inherit;font-family:var(--font-body-family, sans-serif);font-size:clamp(1.5rem,1.5vw,1.7rem);font-weight:var(--font-body-weight, 400);letter-spacing:0;line-height:1.55}.cw-story__body>p{margin:0}.cw-story__body>p+p{margin-top:1.2rem}.cw-story__copy--top .cw-story__body{color:#ffffffb8}.cw-story__copy--bottom .cw-story__body{color:#0a0a0aa8}.cw-story__link{display:inline-flex;align-items:baseline;align-self:flex-start;gap:.8rem;margin-top:2.8rem;min-height:4.4rem;padding-bottom:.6rem;color:#fff;font-family:var(--font-body-family, sans-serif);font-size:1.45rem;font-weight:500;letter-spacing:.01em;line-height:1.3;position:relative;text-decoration:none;transition:color .2s var(--cw-story-ease)}.cw-story__link:after{position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--cw-story-accent),rgba(255,90,31,.2));content:"";transform-origin:left;transition:transform .28s var(--cw-story-ease)}.cw-story__link--dark{color:var(--cw-story-ink)}.cw-story__link:hover{color:var(--cw-story-accent)}.cw-story__link:hover:after{transform:scaleX(1.04)}.cw-story__link:focus-visible{outline:2px solid var(--cw-story-accent);outline-offset:4px}.cw-story__link-arrow{display:inline-block;transition:transform .24s var(--cw-story-ease)}.cw-story__link:hover .cw-story__link-arrow{transform:translate(.35rem)}.cw-story__care{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin:3.6rem 0 0;padding:0;list-style:none}.cw-story__care-step{min-width:0;padding-top:1.2rem;border-top:1px solid var(--cw-story-rule)}.cw-story__care-index{display:block;margin-bottom:.9rem;color:var(--cw-story-accent-dark);font-family:var(--font-heading-family, sans-serif);font-size:1.25rem;font-weight:var(--font-heading-weight, 400);letter-spacing:.06em;line-height:1}.cw-story__care-label{display:block;color:#0a0a0ab8;font-family:var(--font-body-family, sans-serif);font-size:1.35rem;line-height:1.35}@media screen and (max-width:989px){.cw-story__top{grid-template-columns:minmax(0,1fr);min-height:0}.cw-story__media--top{aspect-ratio:3 / 2;min-height:0}.cw-story__copy--top{padding:4rem}.cw-story__bottom{grid-template-columns:minmax(0,1fr);row-gap:3.2rem}.cw-story__media--bottom{grid-row:2}}@media screen and (max-width:749px){.cw-story__stack{gap:6.4rem}.cw-story__copy--top,.cw-story__copy--bottom{padding:2.8rem}.cw-story__eyebrow{margin-bottom:1.4rem;font-size:1.05rem;letter-spacing:.16em}.cw-story__heading{font-size:clamp(3.4rem,10vw,4.2rem);line-height:1.02}.cw-story__body{margin-top:2rem;font-size:1.5rem}.cw-story__link{margin-top:2.4rem}.cw-story__care{gap:1rem;margin-top:3rem}.cw-story__care-step{padding-top:1rem}.cw-story__care-label{font-size:1.25rem}}@media screen and (max-width:359px){.cw-story__copy--top,.cw-story__copy--bottom{padding:2.4rem}.cw-story__care{gap:.7rem}.cw-story__care-label{font-size:1.15rem}}@media(prefers-reduced-motion:reduce){.cw-story__link,.cw-story__link:after,.cw-story__link-arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/cw-brand-story.css.map */
