.hp-cats{background:var(--hp-bg)}.hp-cats__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:6.4rem}.hp-cats__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.4rem}.hp-cat{position:relative;display:block;overflow:hidden;color:#fff;text-decoration:none;aspect-ratio:1 / 1}.hp-cat--lg{grid-row:span 2;aspect-ratio:auto}.hp-cat__media{position:absolute;top:0;right:0;bottom:0;left:0}.hp-cat__media img,.hp-cat__media svg{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.6,.2,1)}.hp-cat:hover .hp-cat__media img{transform:scale(1.04)}.hp-cat:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000080,#0000 55%)}.hp-cat__text{position:absolute;left:3.2rem;right:3.2rem;bottom:3.2rem;z-index:1}.hp-cat__kicker{font-size:1.1rem;letter-spacing:.3em;text-transform:uppercase;margin:0 0 .8rem;color:#fff}.hp-cat__title{font-family:var(--hp-serif);font-weight:400;font-size:clamp(2.6rem,2.6vw,3.8rem);line-height:1.05;margin:0 0 1.6rem;color:#fff}.hp-cat--lg .hp-cat__title{font-size:clamp(3.6rem,4.6vw,6.4rem)}.hp-cat__cta{font-size:1.1rem;letter-spacing:.3em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:.5rem}@media(max-width:989px){.hp-cats__grid{grid-template-columns:1fr 1fr}.hp-cat--lg{grid-column:span 2;grid-row:auto;aspect-ratio:4 / 3}}@media(max-width:749px){.hp-cats__head{margin-bottom:3.2rem}.hp-cats__grid{gap:1.2rem}.hp-cat__text{left:1.6rem;right:1.6rem;bottom:1.6rem}.hp-cat__kicker{font-size:.9rem}}.hp-coll{background:var(--hp-bg)}.hp-coll__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4.8rem}.hp-coll__heading{max-width:14ch}.hp-coll__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem 2.4rem}.hp-card{display:flex;flex-direction:column;color:var(--hp-ink);text-decoration:none;min-width:0}.hp-card--featured{grid-column:span 2;grid-row:span 2}.hp-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:#fff}.hp-card--featured .hp-card__media{flex:1;aspect-ratio:auto;min-height:48rem}.hp-card__media img,.hp-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s ease,transform 1.2s cubic-bezier(.2,.6,.2,1)}.hp-card:hover .hp-card__media img{transform:scale(1.03)}.hp-card__media .hp-card__alt{opacity:0}.hp-card:hover .hp-card__alt{opacity:1}.hp-card__badges{position:absolute;top:1.2rem;left:1.2rem;right:1.2rem;display:flex;justify-content:space-between;gap:.8rem;z-index:1;pointer-events:none}.hp-badge{background:#f4f1ed;color:var(--hp-ink);font-family:var(--hp-sans);font-size:1rem;letter-spacing:.22em;text-transform:uppercase;padding:.6rem 1rem;line-height:1}.hp-badge--dark{background:var(--hp-ink);color:#fff;margin-left:auto}.hp-badge--soldout{position:absolute;left:1.2rem;bottom:1.2rem;z-index:1}.hp-card__info{padding-top:1.4rem}.hp-card__row{display:flex;justify-content:space-between;align-items:baseline;gap:1.2rem}.hp-card__title{font-family:var(--hp-serif);font-weight:400;font-size:1.9rem;line-height:1.2;margin:0;color:var(--hp-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.hp-card--featured .hp-card__title{font-size:2.2rem}.hp-card__price{display:flex;flex-direction:column;align-items:flex-end;font-size:1.2rem;letter-spacing:.04em;white-space:nowrap}.hp-card__price s{color:var(--hp-muted);font-size:1.1rem}.hp-card__sub{font-size:1rem;letter-spacing:.24em;text-transform:uppercase;color:var(--hp-muted);margin:.6rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:989px){.hp-coll__grid{grid-template-columns:repeat(2,1fr)}.hp-card--featured{grid-row:auto}.hp-card--featured .hp-card__media{flex:none;min-height:0;aspect-ratio:4 / 5}}@media(max-width:749px){.hp-coll__head{margin-bottom:3.2rem}.hp-coll__grid{gap:3.2rem 1.2rem}.hp-card__title{font-size:1.6rem}}.hp-fabric{background:var(--hp-bg)}.hp-fabric__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4rem,6vw,9.6rem);align-items:center;max-width:1200px}.hp-fabric__grid--flip .hp-fabric__media{order:-1}.hp-fabric__heading{font-size:clamp(3.6rem,3.8vw,5.2rem);max-width:12ch;margin-bottom:2.8rem}.hp-fabric__text{font-size:1.5rem;line-height:1.75;color:#4d4a47;max-width:44rem;margin-bottom:4rem}.hp-fabric__text p{margin:0}.hp-fabric__list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(22,23,23,.12)}.hp-fabric__item{display:grid;grid-template-columns:3.2rem 1fr;padding:2rem 0;border-bottom:1px solid rgba(22,23,23,.12)}.hp-fabric__dot{color:var(--hp-muted);line-height:2}.hp-fabric__item h3{font-family:var(--hp-serif);font-weight:400;font-size:2.1rem;line-height:1.2;margin:0 0 .4rem;color:var(--hp-ink)}.hp-fabric__item p{margin:0;font-size:1.3rem;line-height:1.6;color:var(--hp-muted)}.hp-fabric__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--hp-card)}.hp-fabric__media img,.hp-fabric__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media(max-width:749px){.hp-fabric__grid{grid-template-columns:1fr}.hp-fabric__grid--flip .hp-fabric__media{order:0}}.hp-footer{background:var(--hp-ink);color:#f4f1ed;padding:8rem 0 3.2rem}.hp-footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem}.hp-footer__logo{font-family:var(--hp-display);font-weight:300;letter-spacing:.55em;text-transform:uppercase;font-size:2.4rem;margin:0 0 2.4rem;color:#fff}.hp-footer__tagline{font-family:var(--hp-display);font-weight:300;font-size:2.4rem;margin:0 0 1.6rem;color:#fff}.hp-footer__desc{font-size:1.25rem;line-height:1.7;color:#ffffffbf;max-width:28rem;margin:0}.hp-footer__social{list-style:none;display:flex;gap:2.4rem;margin:3.2rem 0 0;padding:0}.hp-footer__social a{display:inline-flex;align-items:center;gap:.9rem;color:#ffffffd9;text-decoration:none;font-size:1.05rem;letter-spacing:.26em;text-transform:uppercase;transition:color .2s}.hp-footer__social a:hover{color:var(--hp-tan)}.hp-footer__label{font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;margin:0 0 1.6rem}.hp-footer__col ul{list-style:none;margin:0;padding:0}.hp-footer__col li{margin-bottom:.9rem}.hp-footer__col a{color:#ffffffd9;text-decoration:none;font-size:1.25rem}.hp-footer__col a:hover{color:#fff}.hp-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:6.4rem;padding-top:2.4rem;border-top:1px solid rgba(255,255,255,.12);font-size:1.1rem;letter-spacing:.08em;color:#ffffff80}.hp-footer__bottom a{color:inherit;text-decoration:none}.hp-footer__payments{display:flex;align-items:center;flex-wrap:wrap;gap:1.2rem 2rem;justify-content:flex-end}.hp-footer__pay{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}.hp-footer__pay svg{display:block;height:2.4rem;width:auto}.hp-footer__cod{display:inline-flex;align-items:center;gap:.8rem;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.25);color:#ffffffd9;font-size:1rem;letter-spacing:.2em;text-transform:uppercase;line-height:1.2}@media(max-width:989px){.hp-footer__grid{grid-template-columns:1fr 1fr}.hp-footer__brand{grid-column:1 / -1}}@media(max-width:749px){.hp-footer{padding-top:5.6rem}.hp-footer__logo{font-size:1.8rem;letter-spacing:.45em}.hp-footer__bottom{flex-direction:column-reverse;align-items:flex-start}.hp-footer__payments{justify-content:flex-start}}.hp-hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;color:var(--hp-ink)}.hp-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hp-hero__img,.hp-hero__media .hp-placeholder{width:100%;height:100%;object-fit:cover;object-position:var(--hp-hero-pos, center)}.hp-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:#f4f1ed}.hp-hero__inner{position:relative;width:100%;padding-top:16rem;padding-bottom:5.6rem}.hp-hero__eyebrow{color:var(--hp-ink);margin-bottom:2.4rem}.hp-hero__title{font-family:var(--hp-sans);font-weight:500;text-transform:uppercase;font-size:clamp(5.6rem,12vw,17.6rem);line-height:.9;letter-spacing:-.02em;margin:0 0 6rem;display:flex;flex-direction:column;color:var(--hp-ink)}.hp-hero__l2{padding-left:20%}.hp-hero__outline{color:transparent;-webkit-text-stroke:2px #fff}.hp-hero__l3{color:var(--hp-sage);opacity:.85}.hp-hero__scroll{position:absolute;right:4rem;bottom:4rem;font-size:1.1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--hp-ink);text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:.6rem}@media(max-width:749px){.hp-hero__l2{padding-left:10%}.hp-hero__outline{-webkit-text-stroke:1.5px #fff}.hp-hero__scroll{display:none}.hp-hero__title{margin-bottom:4rem}}.hp-marquee{background:var(--hp-ink);color:#d9d6d2;overflow:hidden;padding:2.4rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.hp-marquee__track{display:flex;width:max-content;animation:hp-marquee var(--hp-marquee-speed, 40s) linear infinite}.hp-marquee__group{display:flex;align-items:center;flex-shrink:0}.hp-marquee__word{font-family:var(--hp-sans);font-weight:500;font-size:clamp(2.4rem,2.6vw,3.4rem);text-transform:uppercase;letter-spacing:-.01em;white-space:nowrap}.hp-marquee__dot{margin:0 4.4rem;font-size:2rem;opacity:.7}@keyframes hp-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.hp-marquee__track{animation:none}}.hp-story{display:grid;grid-template-columns:1fr 1fr;background:var(--hp-ink);color:#f4f1ed}.hp-story--flip .hp-story__media{order:2}.hp-story__media{position:relative;min-height:min(92vh,90rem);overflow:hidden}.hp-story__media img,.hp-story__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hp-story__panel{display:flex;align-items:center;padding:8rem 6.4rem}.hp-story__content{max-width:48rem}.hp-story__eyebrow{color:var(--hp-tan)}.hp-story__heading{font-family:var(--hp-display);font-weight:300;font-size:clamp(2.6rem,2.4vw,3.4rem);line-height:1.2;color:#fff;margin:0 0 2.8rem}.hp-story__text{font-size:1.4rem;line-height:1.8;color:#ffffffd9}.hp-story__text p{margin:0 0 1.2rem}.hp-story__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;border-top:1px solid rgba(255,255,255,.15);margin-top:3.2rem;padding-top:3.2rem}.hp-stat__value{display:block;font-family:var(--hp-display);font-weight:300;font-size:clamp(2.6rem,2.4vw,3.4rem);line-height:1;color:var(--hp-tan)}.hp-stat__label{display:block;margin-top:.8rem;font-size:.95rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffff80}.hp-story__link{display:inline-block;margin-top:4rem;color:#fff}@media(max-width:749px){.hp-story{grid-template-columns:1fr}.hp-story--flip .hp-story__media{order:0}.hp-story__media{min-height:0;aspect-ratio:4 / 5}.hp-story__panel{padding:5.6rem 1.6rem}}.hp-voices{background:var(--hp-sand)}.hp-voices__wrap{max-width:1200px}.hp-voices__head{text-align:center;margin-bottom:4.8rem}.hp-voices__heading{font-size:clamp(3.4rem,3.6vw,4.8rem)}.hp-voices__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dcd3cd}.hp-voice{margin:0;padding:3.2rem;min-height:21rem;background:var(--hp-card);display:flex;flex-direction:column;justify-content:space-between}.hp-voice blockquote{margin:0;padding:0;border:0;font-family:var(--hp-serif);font-style:normal;font-size:1.7rem;line-height:1.45;color:#3a3633;max-width:30rem}.hp-voice figcaption{margin-top:3.2rem;font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--hp-muted)}@media(max-width:989px){.hp-voices__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.hp-voices__grid{grid-template-columns:1fr}.hp-voice{min-height:0}}
/*# sourceMappingURL=/cdn/shop/t/23/compiled_assets/styles.css.map?subset=AABgUzA */
