@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Outfit:wght@300;400;500;600;700&display=swap";.ll-home{--brown:#2c1503;--brown-mid:#5a2e0a;--caramel:#c07828;--caramel-lt:#e09840;--caramel-pale:#f5e4c4;--orange:#d4581a;--cream:#faf5ec;--cream-dark:#f3ead8;--text:#2c1503;--text-muted:#7a6650;--r:10px;--sh:0 8px 24px rgba(44,21,3,.12);--sh-lg:0 24px 60px rgba(44,21,3,.18);font-family:Outfit,sans-serif;background:var(--cream);color:var(--text);line-height:1.6}.ll-home *{margin:0;padding:0;box-sizing:border-box}.ll-home h1,.ll-home h2,.ll-home h3,.ll-home h4{font-family:Cormorant Garamond,serif;font-weight:600;line-height:1.1}.ll-home em{font-style:italic}.ll-home .ll-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--caramel);display:flex;align-items:center;gap:10px;margin-bottom:14px}.ll-home .ll-eyebrow:before{content:"";display:block;width:32px;height:1.5px;background:var(--caramel);flex-shrink:0}.ll-home .ll-eyebrow.center{justify-content:center}.ll-home .ll-btn{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:var(--r);font-family:Outfit,sans-serif;font-weight:600;font-size:.9rem;padding:13px 26px;cursor:pointer;text-decoration:none;transition:all .2s}.ll-home .ll-btn-lg{padding:16px 32px;font-size:.98rem}.ll-home .ll-btn-caramel{background:var(--caramel);color:#fff}.ll-home .ll-btn-caramel:hover{background:var(--caramel-lt)}.ll-home .ll-btn-ghost{background:#ffffff1f;color:var(--cream);border:1.5px solid rgba(255,255,255,.3)}.ll-home .ll-btn-ghost:hover{background:#ffffff38}.ll-home .ll-btn-outline{background:transparent;color:var(--brown);border:1.5px solid var(--brown)}.ll-home .ll-btn-outline:hover{background:var(--brown);color:var(--cream)}.ll-home .ll-hero{background:var(--brown);min-height:82vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;position:relative}.ll-home .ll-hero-content{padding:80px 5vw;display:flex;flex-direction:column;justify-content:center;z-index:1}.ll-home .ll-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#c0782833;border:1px solid rgba(192,120,40,.35);border-radius:100px;padding:7px 16px;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--caramel-lt);width:fit-content;margin-bottom:28px}.ll-home .ll-hero-title{font-size:clamp(3.2rem,5.5vw,5.5rem);font-weight:600;line-height:1;color:var(--cream);margin-bottom:14px}.ll-home .ll-hero-title em{color:var(--caramel-lt)}.ll-home .ll-hero-sub{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.25rem;color:#faf5ec8c;margin-bottom:26px}.ll-home .ll-hero-desc{font-size:.98rem;line-height:1.75;color:#faf5ecad;max-width:460px;margin-bottom:38px}.ll-home .ll-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:50px}.ll-home .ll-hero-stats{display:flex}.ll-home .ll-hero-stat{text-align:center;padding:0 28px;border-right:1px solid rgba(255,255,255,.12)}.ll-home .ll-hero-stat:first-child{padding-left:0}.ll-home .ll-hero-stat:last-child{border-right:none}.ll-home .ll-hero-stat-num{font-family:Cormorant Garamond,serif;font-size:2.3rem;font-weight:700;color:var(--caramel-lt);display:block;line-height:1}.ll-home .ll-hero-stat-label{font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-top:5px;display:block}.ll-home .ll-hero-visual{display:flex;align-items:center;justify-content:center;padding:40px}.ll-home .ll-hero-img-box{position:relative;width:100%;max-width:440px;aspect-ratio:4/5;border-radius:24px;overflow:hidden;box-shadow:0 32px 80px #0006;background:linear-gradient(145deg,#fff8f0,#fef0d8,#fde8c0);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:30px}.ll-home .ll-hero-wordmark{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:700;color:var(--brown);text-align:center;line-height:1.05;letter-spacing:.01em}.ll-home .ll-hero-wordmark sup{font-size:.42em;vertical-align:super}.ll-home .ll-hero-label{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-style:italic;color:var(--brown-mid)}.ll-home .ll-hero-pill{position:absolute;top:22px;right:22px;background:var(--brown);color:var(--cream);border-radius:100px;padding:9px 16px;font-size:.72rem;font-weight:600;box-shadow:var(--sh)}.ll-home .ll-hero-pill span{color:var(--caramel-lt)}.ll-home .ll-hero-float{position:absolute;bottom:22px;left:22px;background:var(--caramel);color:#fff;border-radius:var(--r);padding:11px 16px;font-size:.74rem;font-weight:600;box-shadow:var(--sh)}.ll-home .ll-strip{background:var(--caramel);padding:15px 0;overflow:hidden;white-space:nowrap}.ll-home .ll-strip-inner{display:inline-flex;align-items:center;animation:ll-scroll 28s linear infinite}.ll-home .ll-strip-item{color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:0 8px;display:inline-flex;align-items:center}.ll-home .ll-strip-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#fff9;margin:0 18px}@keyframes ll-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ll-home .ll-sec{padding:90px 5vw}.ll-home .ll-boutique-section{background:var(--cream)}.ll-home .ll-boutique-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:18px;margin-bottom:36px}.ll-home .ll-boutique-header h2{font-size:clamp(2rem,3.5vw,3rem);color:var(--brown)}.ll-home .ll-boutique-header em{color:var(--caramel)}.ll-home .ll-prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.ll-home .ll-pc{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px #2c150312;transition:transform .3s,box-shadow .3s;cursor:pointer;text-decoration:none;color:inherit}.ll-home .ll-pc:hover{transform:translateY(-6px);box-shadow:var(--sh-lg)}.ll-home .ll-pc-img{position:relative;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;border-bottom:1px solid rgba(44,21,3,.06);background:linear-gradient(145deg,#fff8f0,#f7e6cc)}.ll-home .ll-pc-icon{font-size:3.6rem}.ll-home .ll-pc-img-name{font-family:Cormorant Garamond,serif;font-size:.9rem;font-style:italic;color:var(--text-muted)}.ll-home .ll-pc-badge{position:absolute;top:12px;left:12px;padding:4px 11px;border-radius:100px;font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ll-home .ll-b-new{background:#e8f5e9;color:#2e7d32}.ll-home .ll-b-ltd{background:#fce4ec;color:#c62828}.ll-home .ll-pc-body{padding:20px;flex:1;display:flex;flex-direction:column}.ll-home .ll-pc-tag{font-size:.62rem;text-transform:uppercase;letter-spacing:.14em;color:var(--caramel);font-weight:600;margin-bottom:6px}.ll-home .ll-pc-name{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--brown);margin-bottom:7px;line-height:1.25;flex:1}.ll-home .ll-pc-desc{font-size:.78rem;color:var(--text-muted);line-height:1.55;margin-bottom:16px}.ll-home .ll-pc-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.ll-home .ll-pc-price{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:700;color:var(--brown)}.ll-home .ll-pc-add{background:var(--brown);color:var(--cream);border-radius:var(--r);padding:9px 15px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;transition:background .2s}.ll-home .ll-pc:hover .ll-pc-add{background:var(--caramel)}.ll-home .ll-shop-all{text-align:center;margin-top:42px}.ll-home .ll-bundle-section{background:var(--brown);padding:90px 5vw}.ll-home .ll-bundle-section .ll-eyebrow{color:var(--caramel-lt);justify-content:center}.ll-home .ll-bundle-section h2{color:var(--cream);text-align:center;font-size:clamp(2rem,3.5vw,3rem)}.ll-home .ll-bundle-section h2 em{color:var(--caramel-lt)}.ll-home .ll-bundle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:44px;max-width:1100px;margin-left:auto;margin-right:auto}.ll-home .ll-bundle-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:30px 26px;text-align:center;position:relative;transition:transform .3s}.ll-home .ll-bundle-card:hover{transform:translateY(-6px)}.ll-home .ll-bundle-card.popular{border-color:var(--caramel-lt);background:#c078281f}.ll-home .ll-bundle-popular-tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--caramel-lt);color:var(--brown);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:100px;white-space:nowrap}.ll-home .ll-bundle-icon{font-size:2.6rem;margin-bottom:14px}.ll-home .ll-bundle-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--cream);margin-bottom:14px}.ll-home .ll-bundle-items{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-bottom:16px}.ll-home .ll-bundle-item-tag{background:#faf5ec1a;color:#faf5eccc;font-size:.72rem;padding:5px 11px;border-radius:100px}.ll-home .ll-bundle-desc{color:#faf5ec99;font-size:.84rem;line-height:1.6;margin-bottom:20px}.ll-home .ll-bundle-price-row{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:18px}.ll-home .ll-bundle-price{font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:700;color:var(--caramel-lt)}.ll-home .ll-bundle-old-price{color:#faf5ec66;text-decoration:line-through;font-size:.95rem}.ll-home .ll-bundle-saving{background:var(--caramel);color:#fff;font-size:.68rem;font-weight:700;padding:3px 9px;border-radius:6px}.ll-home .ll-bundle-add{background:var(--cream);color:var(--brown);border-radius:var(--r);padding:11px 22px;font-family:Outfit,sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;width:100%;display:block;text-align:center;text-decoration:none}.ll-home .ll-bundle-add:hover{background:var(--caramel-lt)}.ll-home .ll-flavors-section{background:var(--brown);padding:90px 5vw}.ll-home .ll-flavors-section .ll-eyebrow{color:var(--caramel-lt);justify-content:center}.ll-home .ll-flavors-section h2{color:var(--cream);text-align:center;font-size:clamp(2rem,3.5vw,3rem)}.ll-home .ll-flavors-section h2 em{color:var(--caramel-lt)}.ll-home .ll-flavors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;margin-top:44px}.ll-home .ll-fl-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:30px 18px;text-align:center;transition:all .3s}.ll-home .ll-fl-card:hover{background:#c0782826;transform:translateY(-5px)}.ll-home .ll-fl-icon{font-size:2.8rem;margin-bottom:12px}.ll-home .ll-fl-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--cream);margin-bottom:5px}.ll-home .ll-fl-type{font-size:.74rem;color:#faf5ec8c;letter-spacing:.03em}.ll-home .ll-story-section{background:var(--cream-dark);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:90px 5vw}.ll-home .ll-story-section h2{font-size:clamp(2rem,3.5vw,3rem);color:var(--brown)}.ll-home .ll-story-section h2 em{color:var(--caramel)}.ll-home .ll-story-body{font-size:.97rem;line-height:1.85;color:var(--text-muted);margin-bottom:18px}.ll-home .ll-story-hl{background:var(--brown);border-radius:14px;padding:22px 26px;display:flex;align-items:center;gap:22px;margin-top:30px;color:var(--cream)}.ll-home .ll-story-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--caramel-lt);line-height:1;flex-shrink:0}.ll-home .ll-story-nxt{font-size:.88rem;line-height:1.5;color:#faf5ecb3}.ll-home .ll-story-nxt strong{color:var(--caramel-lt);display:block;margin-bottom:2px}.ll-home .ll-story-visual{border-radius:20px;aspect-ratio:4/5;background:linear-gradient(145deg,var(--caramel-pale),#f0d8a8);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:var(--brown-mid);box-shadow:var(--sh-lg)}.ll-home .ll-story-big{font-size:6rem;opacity:.55}.ll-home .ll-story-cap{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.15rem;opacity:.7}.ll-home .ll-values-band{background:var(--caramel);padding:56px 5vw;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:30px;text-align:center}.ll-home .ll-val-icon{font-size:2.2rem;display:block;margin-bottom:12px}.ll-home .ll-val-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:8px}.ll-home .ll-val-desc{font-size:.82rem;color:#ffffffd1;line-height:1.55}.ll-home .ll-cta-band{background:var(--brown);padding:84px 5vw;text-align:center}.ll-home .ll-cta-band .ll-eyebrow{color:var(--caramel-lt);justify-content:center}.ll-home .ll-cta-band h2{color:var(--cream);margin-bottom:16px;font-size:clamp(2rem,4vw,3.2rem)}.ll-home .ll-cta-band h2 em{color:var(--caramel-lt)}.ll-home .ll-cta-band p{color:#faf5ecb3;max-width:520px;margin:0 auto 30px;font-size:.97rem}.ll-home .ll-slogan-band{background:var(--cream);text-align:center;padding:54px 5vw}.ll-home .ll-slogan-band p{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1.4rem,2.6vw,2rem);color:var(--brown);max-width:760px;margin:0 auto}@media(max-width:860px){.ll-home .ll-hero{grid-template-columns:1fr;min-height:auto}.ll-home .ll-hero-visual{padding:0 5vw 60px}.ll-home .ll-story-section{grid-template-columns:1fr;gap:36px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/ll-home.css.map */
