@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:ital,wght@0,400;0,500;0,600;1,400&display=swap";:root{--lp-bg: #FAF7F2;--lp-surface: #F1EBE1;--lp-ink: #1C1712;--lp-muted: #6F6558;--lp-line: #E3DACB;--lp-accent: #C2491F;--lp-accent-dark: #A93C16;--lp-accent-ink: #FFF6EE;--lp-dark: #171310;--lp-dark-soft: #C9BFB2;--lp-font-display: "Fraunces", Georgia, serif;--lp-font-body: "Inter", -apple-system, "Segoe UI", sans-serif;--lp-space-section: clamp(4.5rem, 8vw, 7.5rem);--lp-space-gap: clamp(1rem, 2vw, 1.75rem);--lp-container: 1280px;--lp-pad-x: clamp(1.25rem, 4vw, 3rem);--lp-radius: 8px;--lp-radius-sm: 6px;--lp-ease: cubic-bezier(.22, 1, .36, 1)}.lp-sec{font-family:var(--lp-font-body);color:var(--lp-ink);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}.lp-sec *,.lp-sec *:before,.lp-sec *:after{box-sizing:border-box}.lp-sec :is(h1,h2,h3,h4,p,ul,li,figure){margin:0;padding:0}.lp-sec img{display:block;max-width:100%;height:auto}.lp-sec a{color:inherit;text-decoration:none}.lp-sec ul{list-style:none}.lp-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.lp-sec :is(h1,h2,h3){font-family:var(--lp-font-display);font-weight:500;line-height:1.12;letter-spacing:-.01em}.lp-sec :is(h1,h2) :is(em,i){font-style:italic;font-weight:500;color:var(--lp-accent)}.lp-sec h1{font-size:clamp(2.6rem,5.2vw,4.6rem)}.lp-sec h2{font-size:clamp(1.9rem,3.4vw,3rem)}.lp-sec h3{font-size:1.15rem;font-weight:600}.lp-eyebrow{font-family:var(--lp-font-body);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-muted);margin-bottom:1rem}.lp-eyebrow--light{color:var(--lp-dark-soft)}.lp-btn{display:inline-block;font-family:var(--lp-font-body);font-size:.92rem;font-weight:600;letter-spacing:.02em;padding:.85rem 1.7rem;border-radius:var(--lp-radius-sm);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .25s var(--lp-ease),color .25s var(--lp-ease),border-color .25s var(--lp-ease),transform .25s var(--lp-ease)}.lp-btn--primary{background:var(--lp-accent);color:var(--lp-accent-ink)}.lp-btn--primary:hover{background:var(--lp-accent-dark);color:var(--lp-accent-ink);transform:translateY(-2px)}.lp-btn--ghost{border-color:var(--lp-ink);color:var(--lp-ink);background:transparent}.lp-btn--ghost:hover{background:var(--lp-ink);color:var(--lp-bg);transform:translateY(-2px)}.lp-textlink{position:relative;font-weight:600;font-size:.92rem;padding-bottom:3px}.lp-textlink:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;transform:scaleX(.35);transform-origin:left;transition:transform .35s var(--lp-ease)}.lp-textlink:hover:after{transform:scaleX(1)}.lp-textlink--light{color:var(--lp-bg)}.lp-section{max-width:var(--lp-container);margin:0 auto;padding:var(--lp-space-section) var(--lp-pad-x) 0}.lp-section--pad-bottom{padding-bottom:var(--lp-space-section)}.lp-section__head{margin-bottom:clamp(2rem,4vw,3.25rem)}.lp-section__head--split{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.lp-hero{position:relative;min-height:min(88vh,820px);display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--lp-line);background:var(--lp-bg)}.lp-hero__media{position:absolute;top:-6%;right:0;bottom:-6%;left:0;z-index:0}.lp-hero__media img{width:100%;height:100%;object-fit:cover;object-position:72% center;will-change:transform}.lp-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#faf7f2f0,#faf7f2b8 34%,#faf7f200 60%)}.lp-hero__content{position:relative;z-index:1;max-width:var(--lp-container);width:100%;margin:0 auto;padding:clamp(4rem,9vw,7rem) var(--lp-pad-x)}.lp-hero__content h1{max-width:12ch;margin-bottom:1.25rem}.lp-hero__sub{max-width:42ch;font-size:1.05rem;color:var(--lp-ink);margin-bottom:2rem}.lp-hero__ctas{display:flex;gap:.9rem;flex-wrap:wrap}.lp-hero__note{margin-top:1.5rem;font-size:.8rem;letter-spacing:.05em;color:var(--lp-muted)}.lp-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--lp-space-gap)}.lp-cat-tile{display:block}.lp-cat-tile__media{display:block;overflow:hidden;border-radius:var(--lp-radius);aspect-ratio:4 / 3;background:var(--lp-surface);margin-bottom:1rem}.lp-cat-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--lp-ease)}.lp-cat-tile:hover .lp-cat-tile__media img{transform:scale(1.045)}.lp-cat-tile__row{display:flex;align-items:baseline;gap:.75rem}.lp-cat-tile__index{font-size:.72rem;font-weight:600;letter-spacing:.15em;color:var(--lp-muted)}.lp-cat-tile__name{font-family:var(--lp-font-display);font-size:1.35rem;font-weight:500}.lp-cat-tile__arrow{margin-left:auto;transition:transform .3s var(--lp-ease)}.lp-cat-tile:hover .lp-cat-tile__arrow{transform:translate(6px)}.lp-cat-tile__desc{display:block;margin-top:.2rem;font-size:.88rem;color:var(--lp-muted)}.lp-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--lp-space-gap);row-gap:clamp(2.25rem,4vw,3.25rem)}.lp-card{display:flex;flex-direction:column;gap:.9rem;transition:transform .35s var(--lp-ease)}.lp-card:hover{transform:translateY(-6px)}.lp-card__link{display:flex;flex-direction:column;gap:.9rem}.lp-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--lp-radius);aspect-ratio:4 / 5;background:var(--lp-surface)}.lp-card__media img{width:100%;height:100%;object-fit:cover}.lp-card__media:after{content:"";position:absolute;top:0;bottom:0;left:-80%;width:55%;background:linear-gradient(105deg,#fff0,#ffd6e047 30%,#d6f5ff6b,#deffe347 70%,#fff0);transform:skew(-18deg);pointer-events:none}.lp-card:hover .lp-card__media:after,.lp-card:focus-within .lp-card__media:after{animation:lp-holo-sweep .9s var(--lp-ease) forwards}@keyframes lp-holo-sweep{0%{left:-80%}to{left:130%}}.lp-card__info{display:flex;flex-direction:column;gap:.15rem}.lp-card__title{font-weight:600;font-size:.95rem;line-height:1.4}.lp-card__price{font-size:.9rem;color:var(--lp-muted)}.lp-btn--card{align-self:flex-start;background:transparent;border:1px solid var(--lp-line);color:var(--lp-ink);padding:.6rem 1.2rem;font-size:.85rem}.lp-card:hover .lp-btn--card{background:var(--lp-accent);border-color:var(--lp-accent);color:var(--lp-accent-ink)}.lp-card form{margin:0}.lp-card--all{border-radius:var(--lp-radius);background:var(--lp-dark);color:var(--lp-bg);min-height:100%}.lp-card--all__inner{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;height:100%;padding:1.75rem}.lp-card--all__big{font-family:var(--lp-font-display);font-size:clamp(2.6rem,3.6vw,3.4rem);line-height:1.02;font-weight:500}.lp-card--all__big :is(em,i){font-style:italic;color:var(--lp-accent)}.lp-card--all__sub{font-size:.9rem;color:var(--lp-dark-soft);max-width:22ch}.lp-card--all:hover{transform:translateY(-6px)}.lp-marquee{margin-top:var(--lp-space-section);border-top:1px solid var(--lp-line);border-bottom:1px solid var(--lp-line);overflow:hidden;padding:1.1rem 0;white-space:nowrap}.lp-marquee__track{display:inline-flex;animation:lp-marquee var(--lp-marquee-speed, 38s) linear infinite}.lp-marquee__track span{font-family:var(--lp-font-display);font-style:italic;font-size:1.15rem;color:var(--lp-muted);padding-right:.5rem}@keyframes lp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-mystery__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.lp-mystery__media{border-radius:var(--lp-radius);overflow:hidden;background:var(--lp-surface)}.lp-mystery__media img{width:100%;height:auto}.lp-mystery__lede{color:var(--lp-muted);max-width:40ch;margin:.9rem 0 1.9rem}.lp-tiers{border-top:1px solid var(--lp-line);margin-bottom:2rem}.lp-tier{display:grid;grid-template-columns:6.5rem 1fr auto;align-items:baseline;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--lp-line)}.lp-tier__name{font-family:var(--lp-font-display);font-size:1.1rem;font-weight:500}.lp-tier__desc{font-size:.9rem;color:var(--lp-muted)}.lp-tier__price{font-weight:600;font-size:.95rem}.lp-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--lp-space-gap)}.lp-trust__item{border-top:1px solid var(--lp-ink);padding-top:1.1rem}.lp-trust__num{display:block;font-size:.72rem;font-weight:600;letter-spacing:.15em;color:var(--lp-accent);margin-bottom:.8rem}.lp-trust__item h3{margin-bottom:.5rem}.lp-trust__item p{font-size:.9rem;color:var(--lp-muted)}.lp-trust__line{margin-top:clamp(2rem,4vw,3rem);font-size:.85rem;letter-spacing:.04em;color:var(--lp-muted);text-align:center}.lp-about{margin-top:var(--lp-space-section);background:var(--lp-dark);color:var(--lp-bg);padding:var(--lp-space-section) var(--lp-pad-x)}.lp-about__inner{max-width:720px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.lp-about__inner h2{max-width:18ch}.lp-about__inner p:not(.lp-eyebrow){color:var(--lp-dark-soft);max-width:54ch}.lp-about .lp-eyebrow{margin-bottom:0}.lp-sell__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;border:1px solid var(--lp-ink);border-radius:var(--lp-radius);padding:clamp(1.75rem,4vw,3rem)}.lp-sell__inner p{color:var(--lp-muted);margin-top:.5rem;max-width:48ch}.lp-newsletter__inner{max-width:560px;margin:0 auto;text-align:center}.lp-newsletter__inner .lp-newsletter__text{color:var(--lp-muted);margin:1rem 0 1.75rem}.lp-newsletter__inner strong{color:var(--lp-accent);font-weight:600}.lp-newsletter__form{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.lp-newsletter__form input[type=email]{flex:1 1 260px;font-family:var(--lp-font-body);font-size:.95rem;padding:.85rem 1.1rem;border:1px solid var(--lp-line);border-radius:var(--lp-radius-sm);background:#fff;color:var(--lp-ink)}.lp-newsletter__form input[type=email]:focus{outline:2px solid var(--lp-accent);outline-offset:1px;border-color:transparent}.lp-newsletter__done{margin-top:1.25rem;font-weight:600;color:var(--lp-accent)}.lp-newsletter__error{margin-top:1.25rem;font-size:.9rem;color:var(--lp-accent-dark)}.lp-sec .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--lp-ease),transform .7s var(--lp-ease);transition-delay:var(--reveal-delay, 0s)}.lp-sec .reveal.is-visible,html.no-js .lp-sec .reveal{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.lp-sec .reveal{opacity:1;transform:none;transition:none}.lp-marquee__track{animation:none}.lp-hero__media img{transform:none!important}.lp-card:hover .lp-card__media:after{animation:none}.lp-sec *,.lp-sec *:before,.lp-sec *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(max-width:1024px){.lp-products__grid{grid-template-columns:repeat(2,1fr)}.lp-trust__grid{grid-template-columns:repeat(2,1fr);row-gap:2.5rem}}@media(max-width:860px){.lp-hero{min-height:0;display:flex;flex-direction:column;border-bottom:none}.lp-hero__content{order:1;padding:clamp(3rem,8vw,4rem) var(--lp-pad-x)}.lp-hero__media{position:relative;inset:auto;order:2}.lp-hero__media:after{display:none}.lp-hero__media img{aspect-ratio:4 / 3;height:auto;object-position:78% center;transform:none!important}.lp-categories__grid{grid-template-columns:1fr;gap:2.25rem}.lp-mystery__grid{grid-template-columns:1fr}}@media(max-width:560px){.lp-products__grid{grid-template-columns:1fr 1fr}.lp-btn--card{padding:.55rem .9rem;font-size:.78rem}.lp-card__title{font-size:.86rem}.lp-tier{grid-template-columns:5rem 1fr auto;gap:.6rem}.lp-trust__grid{grid-template-columns:1fr}.lp-sell__inner{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/lp-home.css.map */
