:root{--ll-cream: #FBF4E4;--ll-cream-deep: #F3E8CE;--ll-ink: #2A1F14;--ll-ink-soft: #5C4A36;--ll-forest: #2F4A3A;--ll-forest-deep: #1E3527;--ll-terracotta: #D56A4A;--ll-terracotta-deep: #B04A2C;--ll-butter: #F2C14E;--ll-sky: #A8C8D9;--ll-rose: #E8B8A8;--ll-shadow: rgba(42, 31, 20, .12);--ll-shadow-deep: rgba(42, 31, 20, .2)}.ll-scope,.ll-scope *,.ll-scope *:before,.ll-scope *:after{box-sizing:border-box}.ll-scope{font-family:Nunito,system-ui,sans-serif;font-size:17px;line-height:1.6;color:var(--ll-ink)}.ll-scope a{color:inherit;text-decoration:none}.ll-scope button{font:inherit;cursor:pointer;border:none;background:none;color:inherit;padding:0}.ll-scope img{max-width:100%;display:block}.ll-container{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.ll-textured{position:relative;background:var(--ll-cream)}.ll-textured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.35;mix-blend-mode:multiply;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.15 0 0 0 0 0.1 0 0 0 0 0.05 0 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.ll-hero{padding:5rem 0 6rem;position:relative;overflow:hidden;background:var(--ll-cream);background-image:radial-gradient(ellipse at top left,rgba(242,193,78,.12),transparent 50%),radial-gradient(ellipse at bottom right,rgba(168,200,217,.1),transparent 50%)}.ll-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center}.ll-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:Caveat,cursive;font-size:1.4rem;color:var(--ll-terracotta-deep);font-weight:700;margin-bottom:1rem;transform:rotate(-2deg)}.ll-eyebrow:before{content:"";width:40px;height:2px;background:var(--ll-terracotta);border-radius:2px}.ll-hero h1{font-family:Fraunces,serif;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:900;line-height:.98;letter-spacing:-.035em;color:var(--ll-forest-deep);margin:0 0 1.5rem}.ll-hero h1 em{font-style:italic;font-weight:700;color:var(--ll-terracotta);position:relative;display:inline-block}.ll-hero h1 em:after{content:"";position:absolute;left:0;right:0;bottom:.12em;height:.4em;background:var(--ll-butter);z-index:-1;border-radius:4px;opacity:.6}.ll-hero-sub{font-size:1.2rem;color:var(--ll-ink-soft);max-width:480px;margin:0 0 2.5rem;line-height:1.6}.ll-cta-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.ll-btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;border-radius:999px;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .2s;white-space:nowrap;text-decoration:none}.ll-btn-primary{background:var(--ll-forest-deep);color:var(--ll-cream)!important;box-shadow:0 4px 0 var(--ll-ink),0 8px 20px var(--ll-shadow)}.ll-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 0 var(--ll-ink),0 12px 24px var(--ll-shadow-deep)}.ll-btn-ghost{color:var(--ll-forest-deep);font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px;text-decoration-color:var(--ll-butter);padding:1rem}.ll-btn-ghost:hover{text-decoration-color:var(--ll-terracotta)}.ll-hero-visual{position:relative;height:540px}.ll-book{position:absolute;border-radius:6px 12px 12px 6px;box-shadow:-4px 4px #0000000d,0 20px 50px var(--ll-shadow-deep),inset 4px 0 #ffffff26;overflow:hidden;transition:transform .4s cubic-bezier(.4,.2,.2,1)}.ll-book:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background:linear-gradient(to right,rgba(0,0,0,.2),transparent);z-index:2}.ll-book:hover{transform:translateY(-10px) rotate(0)!important}.ll-book-1{width:260px;height:360px;background:linear-gradient(135deg,var(--ll-terracotta),#c44a2a);left:20%;top:8%;transform:rotate(-8deg);z-index:2}.ll-book-2{width:240px;height:340px;background:linear-gradient(135deg,var(--ll-forest),#1a3025);right:8%;top:18%;transform:rotate(6deg);z-index:3}.ll-book-3{width:200px;height:300px;background:linear-gradient(135deg,var(--ll-butter),#d9a832);left:5%;bottom:8%;transform:rotate(-4deg);z-index:1}.ll-book-cover-art{position:absolute;top:20px;right:20px;bottom:20px;left:28px;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.ll-book-cover-art h3{font-family:Fraunces,serif;font-weight:900;font-size:1.6rem;line-height:1;letter-spacing:-.02em;margin:0}.ll-book-cover-art .ll-author{font-family:Caveat,cursive;font-size:1.1rem;opacity:.9}.ll-book-cover-art svg{width:80%;height:auto;margin:.5rem auto;opacity:.9}.ll-deco{position:absolute;pointer-events:none}.ll-deco-star{top:12%;right:2%;animation:ll-twinkle 3s ease-in-out infinite}.ll-deco-swirl{bottom:10%;right:38%;animation:ll-float 6s ease-in-out infinite}@keyframes ll-twinkle{0%,to{opacity:.5;transform:scale(1) rotate(0)}50%{opacity:1;transform:scale(1.1) rotate(15deg)}}@keyframes ll-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(10deg)}}.ll-stats{display:flex;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:2px dashed rgba(47,74,58,.25)}.ll-stat{display:flex;flex-direction:column;gap:.15rem}.ll-stat-num{font-family:Fraunces,serif;font-size:1.8rem;font-weight:800;color:var(--ll-forest-deep);line-height:1}.ll-stat-label{font-size:.85rem;color:var(--ll-ink-soft);font-weight:600}.ll-section{padding:6rem 0;position:relative}.ll-section-head{text-align:center;max-width:640px;margin:0 auto 4rem}.ll-section-eyebrow{font-family:Caveat,cursive;color:var(--ll-terracotta-deep);font-size:1.4rem;font-weight:700;margin-bottom:.5rem;transform:rotate(-1deg);display:inline-block}.ll-section-title{font-family:Fraunces,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--ll-forest-deep);margin:0 0 1rem}.ll-section-title em{font-style:italic;color:var(--ll-terracotta)}.ll-section-sub{color:var(--ll-ink-soft);font-size:1.1rem;margin:0}.ll-age-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.ll-age-card{background:var(--ll-cream-deep);border-radius:24px;padding:2rem 1.5rem;position:relative;overflow:hidden;transition:transform .3s,border-color .3s;border:2px solid transparent;cursor:pointer;text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none}.ll-age-card:hover{transform:translateY(-6px);border-color:currentColor}.ll-age-card.ll-c1{color:var(--ll-terracotta);background:#fce8df}.ll-age-card.ll-c2{color:var(--ll-forest);background:#dce9df}.ll-age-card.ll-c3{color:#b8842c;background:#faf0d2}.ll-age-card.ll-c4{color:#5b7e8f;background:#deebf1}.ll-age-illustration{height:140px;display:grid;place-items:center;margin-bottom:1rem}.ll-age-illustration svg{width:100%;height:100%}.ll-age-range{font-family:Caveat,cursive;font-size:1.4rem;font-weight:700;margin-bottom:.25rem}.ll-age-name{font-family:Fraunces,serif;font-size:1.4rem;font-weight:800;color:var(--ll-forest-deep);margin-bottom:.5rem;letter-spacing:-.02em}.ll-age-count{font-size:.88rem;color:var(--ll-ink-soft);font-weight:600}.ll-bestsellers{background:var(--ll-forest-deep);color:var(--ll-cream);padding:6rem 0;position:relative;overflow:hidden}.ll-bestsellers:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 15% 20%,rgba(242,193,78,.12),transparent 40%),radial-gradient(circle at 85% 80%,rgba(213,106,74,.12),transparent 40%)}.ll-bestsellers .ll-section-title{color:var(--ll-cream)}.ll-bestsellers .ll-section-title em{color:var(--ll-butter)}.ll-bestsellers .ll-section-sub{color:#fbf4e4bf}.ll-bestsellers .ll-section-eyebrow{color:var(--ll-butter)}.ll-book-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;position:relative;z-index:2}.ll-product-card{text-align:left;cursor:pointer;transition:transform .3s;text-decoration:none;display:block}.ll-product-card:hover{transform:translateY(-6px)}.ll-product-img-wrap{position:relative;aspect-ratio:3/4;border-radius:8px;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 20px 40px #00000059;transition:box-shadow .3s}.ll-product-card:hover .ll-product-img-wrap{box-shadow:0 30px 50px #00000080}.ll-product-img{width:100%;height:100%;display:grid;place-items:center;padding:2rem;position:relative;background:linear-gradient(135deg,var(--ll-terracotta),#b83d30)}.ll-product-img img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.ll-product-img:before{content:"";position:absolute;left:0;top:0;bottom:0;width:10px;background:linear-gradient(to right,rgba(0,0,0,.25),transparent);z-index:1}.ll-product-img h4{font-family:Fraunces,serif;font-weight:900;font-size:1.4rem;color:#fff;text-align:center;line-height:1;letter-spacing:-.02em;margin:0;position:relative;z-index:2}.ll-product-card:nth-child(4n+1) .ll-product-img{background:linear-gradient(135deg,#e85a4f,#b83d30)}.ll-product-card:nth-child(4n+2) .ll-product-img{background:linear-gradient(135deg,#f2c14e,#c99420)}.ll-product-card:nth-child(4n+3) .ll-product-img{background:linear-gradient(135deg,#6b9a7f,#3e6b52)}.ll-product-card:nth-child(4n) .ll-product-img{background:linear-gradient(135deg,#a8c8d9,#6e95aa)}.ll-product-badge{position:absolute;top:12px;left:12px;background:var(--ll-butter);color:var(--ll-ink);font-size:.7rem;font-weight:800;padding:.3rem .7rem;border-radius:4px;letter-spacing:.05em;text-transform:uppercase;z-index:3;transform:rotate(-4deg);box-shadow:2px 2px #0003}.ll-product-badge.ll-badge-new{background:var(--ll-terracotta);color:#fff}.ll-product-title{font-family:Fraunces,serif;font-weight:700;font-size:1.25rem;color:var(--ll-cream);margin:0 0 .25rem;letter-spacing:-.01em}.ll-product-author{font-family:Caveat,cursive;color:var(--ll-butter);font-size:1.05rem;margin-bottom:.6rem}.ll-product-meta{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px dashed rgba(251,244,228,.3)}.ll-product-price{font-family:Fraunces,serif;font-weight:700;font-size:1.15rem;color:var(--ll-cream)}.ll-quick-add{background:var(--ll-butter);color:var(--ll-ink);width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:1.2rem;transition:transform .2s,background .2s}.ll-quick-add:hover{background:var(--ll-cream);transform:scale(1.15) rotate(90deg)}.ll-why{padding:6rem 0;background:var(--ll-cream)}.ll-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.ll-why-card{background:var(--ll-cream-deep);padding:2.5rem 2rem;border-radius:20px;position:relative;transition:transform .3s}.ll-why-card:hover{transform:translateY(-4px)}.ll-why-card.ll-w1{background:#fce8df}.ll-why-card.ll-w2{background:#faf0d2}.ll-why-card.ll-w3{background:#dce9df}.ll-why-icon{width:72px;height:72px;border-radius:18px;display:grid;place-items:center;margin-bottom:1.25rem;background:var(--ll-cream);box-shadow:4px 4px 0 var(--ll-ink)}.ll-why-card.ll-w1 .ll-why-icon{color:var(--ll-terracotta)}.ll-why-card.ll-w2 .ll-why-icon{color:#b8842c}.ll-why-card.ll-w3 .ll-why-icon{color:var(--ll-forest)}.ll-why-title{font-family:Fraunces,serif;font-size:1.4rem;font-weight:800;color:var(--ll-forest-deep);margin:0 0 .75rem;letter-spacing:-.02em}.ll-why-text{color:var(--ll-ink-soft);line-height:1.6;margin:0}.ll-feature{background:var(--ll-rose);padding:6rem 0;position:relative;overflow:hidden}.ll-feature:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.3),transparent 70%);top:-100px;right:-100px;border-radius:50%}.ll-feature-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.ll-feature-visual{position:relative;height:480px}.ll-feature-book{position:absolute;width:300px;height:420px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-4deg);background:linear-gradient(135deg,#3a5f4a,#1f3527);border-radius:6px 14px 14px 6px;box-shadow:-4px 4px #0000001a,0 30px 60px #00000040;overflow:hidden}.ll-feature-book:before{content:"";position:absolute;left:0;top:0;bottom:0;width:12px;background:linear-gradient(to right,rgba(0,0,0,.3),transparent)}.ll-feature-book img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ll-feature-book-content{position:absolute;top:30px;right:30px;bottom:30px;left:40px;color:var(--ll-cream);display:flex;flex-direction:column;justify-content:space-between}.ll-feature-book-content h3{font-family:Fraunces,serif;font-weight:900;font-size:2rem;line-height:1;letter-spacing:-.03em;margin:0}.ll-feature-book-content .ll-author{font-family:Caveat,cursive;color:var(--ll-butter);font-size:1.3rem}.ll-feature-tag{display:inline-block;background:var(--ll-butter);color:var(--ll-ink);padding:.4rem 1rem;border-radius:20px;font-weight:800;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;transform:rotate(-2deg);box-shadow:3px 3px 0 var(--ll-ink)}.ll-feature-content h2{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--ll-forest-deep);margin:0 0 1.25rem}.ll-feature-content h2 em{font-style:italic;color:var(--ll-terracotta-deep)}.ll-feature-content p{font-size:1.1rem;color:var(--ll-ink);margin:0 0 2rem;line-height:1.7}.ll-quote-mark{font-family:Fraunces,serif;font-size:5rem;color:var(--ll-terracotta-deep);line-height:.5;opacity:.4}.ll-testimonials{padding:6rem 0;background:var(--ll-cream-deep)}.ll-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.ll-testimonial{background:var(--ll-cream);padding:2.5rem 2rem;border-radius:20px;position:relative;border:1px solid rgba(42,31,20,.08);box-shadow:4px 4px 0 var(--ll-shadow)}.ll-testimonial:nth-child(2n){transform:rotate(1deg)}.ll-testimonial:nth-child(odd){transform:rotate(-1deg)}.ll-test-stars{color:var(--ll-butter);font-size:1.1rem;margin-bottom:1rem;letter-spacing:.15em}.ll-test-text{font-family:Fraunces,serif;font-size:1.15rem;font-style:italic;color:var(--ll-ink);margin-bottom:1.5rem;line-height:1.5}.ll-test-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px dashed rgba(42,31,20,.15)}.ll-test-avatar{width:48px;height:48px;border-radius:50%;background:var(--ll-terracotta);color:#fff;display:grid;place-items:center;font-family:Fraunces,serif;font-weight:800;font-size:1.2rem;flex-shrink:0}.ll-test-avatar.ll-av2{background:var(--ll-forest)}.ll-test-avatar.ll-av3{background:var(--ll-butter);color:var(--ll-ink)}.ll-test-name{font-weight:700;color:var(--ll-forest-deep)}.ll-test-role{font-size:.85rem;color:var(--ll-ink-soft)}.ll-newsletter{background:var(--ll-butter);padding:5rem 0;position:relative;overflow:hidden}.ll-newsletter:before{content:"";position:absolute;width:300px;height:300px;background:#d56a4a26;border-radius:50%;top:-100px;left:-100px}.ll-newsletter:after{content:"";position:absolute;width:400px;height:400px;background:#2f4a3a14;border-radius:50%;bottom:-150px;right:-100px}.ll-news-inner{text-align:center;max-width:640px;margin:0 auto;position:relative;z-index:2}.ll-news-inner h2{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:var(--ll-forest-deep);letter-spacing:-.03em;line-height:1.05;margin:0 0 1rem}.ll-news-inner h2 em{font-style:italic;color:var(--ll-terracotta-deep)}.ll-news-inner p{color:var(--ll-ink);font-size:1.15rem;margin:0 0 2.5rem}.ll-news-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto;background:var(--ll-cream);padding:.5rem;border-radius:999px;box-shadow:0 8px 0 var(--ll-ink),0 20px 40px #0003}.ll-news-form input{flex:1;background:transparent;border:none;padding:.85rem 1.25rem;font-size:1rem;font-family:inherit;color:var(--ll-ink);outline:none}.ll-news-form input::placeholder{color:var(--ll-ink-soft)}.ll-news-form button{background:var(--ll-forest-deep);color:var(--ll-cream);padding:.85rem 2rem;border-radius:999px;font-weight:700;transition:background .2s}.ll-news-form button:hover{background:var(--ll-terracotta-deep)}.ll-news-success{margin-top:1rem;color:var(--ll-forest-deep);font-weight:700}@keyframes ll-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ll-rise{animation:ll-rise .9s cubic-bezier(.2,.8,.2,1) both}.ll-rise-1{animation-delay:.1s}.ll-rise-2{animation-delay:.25s}.ll-rise-3{animation-delay:.4s}.ll-rise-4{animation-delay:.55s}@media(max-width:1024px){.ll-hero-grid,.ll-feature-inner{grid-template-columns:1fr;gap:3rem}.ll-hero-visual{height:440px}.ll-age-grid,.ll-book-grid{grid-template-columns:repeat(2,1fr)}.ll-why-grid,.ll-test-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.ll-container{padding:0 1.25rem}.ll-hero{padding:3rem 0 4rem}.ll-age-grid,.ll-book-grid,.ll-why-grid,.ll-test-grid{grid-template-columns:1fr}.ll-news-form{flex-direction:column;border-radius:24px;background:transparent;box-shadow:none;padding:0}.ll-news-form input{background:var(--ll-cream);border-radius:999px;padding:1rem 1.5rem}.ll-news-form button{padding:1rem}.ll-hero h1{font-size:2.8rem}.ll-stats{flex-wrap:wrap;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/little-lantern.css.map */
