.lillbud-theme{--lb-forest: #2A5C3F;--lb-forest-mid: #3D7A57;--lb-forest-light: #4E9469;--lb-sage: #EAF2EC;--lb-cream: #FAF7F2;--lb-warm: #F2EDE4;--lb-amber: #C8864A;--lb-amber-light: #F0D4B5;--lb-text-1: #1C1C1A;--lb-text-2: #4A4A46;--lb-text-3: #7A7A74;--lb-border: #E4DDD3;--lb-white: #FFFFFF;--lb-r-sm: 10px;--lb-r-md: 18px;--lb-r-lg: 28px;--lb-r-xl: 40px;--lb-shadow-sm: 0 2px 10px rgba(42,92,63,.07);--lb-shadow-md: 0 8px 32px rgba(42,92,63,.11);--lb-shadow-lg: 0 20px 60px rgba(42,92,63,.15);--lb-ease: cubic-bezier(.4,0,.2,1);--lb-ease-spring: cubic-bezier(.34,1.56,.64,1)}.lillbud-theme *,.lillbud-theme *:before,.lillbud-theme *:after{box-sizing:border-box}.lillbud-theme{font-family:Montserrat,sans-serif;font-size:16px;line-height:1.6;color:var(--lb-text-1);background:var(--lb-cream);overflow-x:hidden}.lillbud-theme img{display:block;max-width:100%;height:auto}.lillbud-theme a{color:inherit;text-decoration:none}.lillbud-theme button{font-family:inherit;cursor:pointer;border:none;background:none}.lillbud-theme ul{list-style:none;padding:0;margin:0}@media(prefers-reduced-motion:reduce){.lillbud-theme *{animation-duration:.01ms!important;transition-duration:.01ms!important}}#lillbud-progress-bar{position:fixed;top:0;left:0;height:3px;width:0%;background:var(--lb-forest-mid, #3D7A57);z-index:9999;transition:width .1s linear;display:none}.lillbud-blog-active #lillbud-progress-bar{display:block}.lillbud-theme .lb-serif{font-family:Montserrat,sans-serif}.lillbud-theme h1,.lillbud-theme h2,.lillbud-theme h3,.lillbud-theme .lb-h1,.lillbud-theme .lb-h2,.lillbud-theme .lb-h3{font-family:Montserrat,sans-serif;line-height:1.15;font-weight:600;letter-spacing:-.01em}.lillbud-theme h1{font-size:clamp(2.2rem,5vw,3.8rem)}.lillbud-theme h2{font-size:clamp(1.7rem,3.5vw,2.6rem)}.lillbud-theme h3{font-size:clamp(1.15rem,2vw,1.5rem)}.lillbud-theme .lb-grain{position:relative}.lillbud-theme .lb-grain:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1;opacity:.6}.lillbud-theme .lb-grain>*{position:relative;z-index:2}.lillbud-theme .lb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.875rem;font-weight:600;padding:10px 22px;border-radius:100px;transition:all .25s var(--lb-ease);letter-spacing:.01em;line-height:1;font-family:Montserrat,sans-serif;cursor:pointer}.lillbud-theme .lb-btn-ghost{border:1.5px solid var(--lb-border);color:var(--lb-text-2)}.lillbud-theme .lb-btn-ghost:hover{border-color:var(--lb-forest);color:var(--lb-forest)}.lillbud-theme .lb-btn-primary{background:var(--lb-forest);color:var(--lb-white);border:none}.lillbud-theme .lb-btn-primary:hover{background:var(--lb-forest-mid);transform:translateY(-1px);box-shadow:var(--lb-shadow-md)}.lillbud-theme .lb-btn-amber{background:var(--lb-amber);color:var(--lb-white);border:none}.lillbud-theme .lb-btn-amber:hover{background:#b5733e;transform:translateY(-1px);box-shadow:0 8px 24px #c8864a47}.lillbud-theme .lb-btn-outline-forest{border:1.5px solid var(--lb-forest);color:var(--lb-forest);background:transparent}.lillbud-theme .lb-btn-outline-forest:hover{background:var(--lb-forest);color:var(--lb-white)}.lillbud-theme .lb-tag{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 11px;border-radius:100px;white-space:nowrap;font-family:Montserrat,sans-serif}.lillbud-theme .lb-tag-brain{background:#e8f0ff;color:#2b4ec2}.lillbud-theme .lb-tag-motor{background:#fff0e8;color:#b84a00}.lillbud-theme .lb-tag-sensory{background:#f0e8ff;color:#6b2cc2}.lillbud-theme .lb-tag-language{background:#e8fff0;color:#0b7a3e}.lillbud-theme .lb-tag-problem{background:#fffce8;color:#8a6800}.lillbud-theme .lb-tag-social{background:#ffe8f0;color:#b02260}.lillbud-theme .lb-tag-default{background:var(--lb-sage);color:var(--lb-forest)}.lillbud-theme .lb-age-badge{display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;letter-spacing:.04em;padding:3px 10px;border-radius:100px;background:var(--lb-forest);color:var(--lb-white);font-family:Montserrat,sans-serif}.lillbud-theme .lb-read-time{display:inline-flex;align-items:center;gap:5px;font-size:.9rem;color:var(--lb-text-3);font-weight:500}.lillbud-theme .lb-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s var(--lb-ease),transform .65s var(--lb-ease)}.lillbud-theme .lb-reveal.lb-visible{opacity:1;transform:none}.lillbud-theme .lb-reveal.lb-delay-1{transition-delay:.1s}.lillbud-theme .lb-reveal.lb-delay-2{transition-delay:.2s}.lillbud-theme .lb-reveal.lb-delay-3{transition-delay:.3s}.lillbud-theme .lb-reveal.lb-delay-4{transition-delay:.4s}.lillbud-theme .lb-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:36px;flex-wrap:wrap}.lillbud-theme .lb-section-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--lb-amber);margin-bottom:8px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-section-title{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--lb-text-1)}.lillbud-theme .lb-view-all{font-size:1rem;font-weight:600;color:var(--lb-forest);display:inline-flex;align-items:center;gap:6px;padding:8px 0;transition:gap .2s var(--lb-ease);white-space:nowrap;font-family:Montserrat,sans-serif}.lillbud-theme .lb-view-all:hover{gap:10px}.lillbud-theme .lb-view-all svg{transition:transform .2s var(--lb-ease)}.lillbud-theme .lb-view-all:hover svg{transform:translate(3px)}.lillbud-theme .lb-hero{background:var(--lb-warm);padding:80px 24px 0;overflow:hidden;position:relative}.lillbud-theme .lb-hero-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end}.lillbud-theme .lb-hero-content{padding-bottom:64px}.lillbud-theme .lb-hero-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:24px}.lillbud-theme .lb-hero-eyebrow-line{width:32px;height:2px;background:var(--lb-amber)}.lillbud-theme .lb-hero-eyebrow-text{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--lb-amber);font-family:Montserrat,sans-serif}.lillbud-theme .lb-hero-title{font-size:clamp(2.4rem,5vw,4rem);color:var(--lb-text-1);margin-bottom:20px;line-height:1.1}.lillbud-theme .lb-hero-title em{color:var(--lb-forest);font-style:italic}.lillbud-theme .lb-hero-desc{font-size:1.5rem;color:var(--lb-text-2);line-height:1.7;margin-bottom:36px;max-width:52ch}.lillbud-theme .lb-hero-stats{display:flex;gap:32px;flex-wrap:wrap}.lillbud-theme .lb-hero-stat{display:flex;flex-direction:column;gap:2px}.lillbud-theme .lb-hero-stat-num{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:var(--lb-forest);line-height:1}.lillbud-theme .lb-hero-stat-label{font-size:1rem;color:var(--lb-text-3);font-weight:500;letter-spacing:.03em}.lillbud-theme .lb-hero-visual{position:relative;align-self:end}.lillbud-theme .lb-hero-image-wrap{border-radius:var(--lb-r-lg) var(--lb-r-lg) 0 0;overflow:hidden;height:420px;position:relative}.lillbud-theme .lb-hero-image-wrap img{width:100%;height:100%;object-fit:cover}.lillbud-theme .lb-hero-card-float{position:absolute;bottom:24px;left:-32px;background:var(--lb-white);border-radius:var(--lb-r-md);padding:16px 20px;box-shadow:var(--lb-shadow-lg);max-width:220px}.lillbud-theme .lb-hero-card-float-label{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--lb-text-3);margin-bottom:6px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-hero-card-float-value{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:var(--lb-text-1);line-height:1.3}.lillbud-theme .lb-hero-badge{position:absolute;top:24px;right:24px;background:var(--lb-forest);color:var(--lb-white);border-radius:var(--lb-r-md);padding:12px 16px;text-align:center}.lillbud-theme .lb-hero-badge-num{font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:700;line-height:1}.lillbud-theme .lb-hero-badge-text{font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:.8;margin-top:2px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-search-section{max-width:1280px;margin:0 auto;padding:40px 24px 0}.lillbud-theme .lb-search-wrap{background:var(--lb-white);border-radius:var(--lb-r-xl);padding:8px 8px 8px 24px;display:flex;align-items:center;gap:12px;box-shadow:var(--lb-shadow-md);border:1.5px solid var(--lb-border)}.lillbud-theme .lb-search-wrap:focus-within{border-color:var(--lb-forest);box-shadow:0 0 0 4px #2a5c3f1a,var(--lb-shadow-md)}.lillbud-theme .lb-search-icon{color:var(--lb-text-3);flex-shrink:0}.lillbud-theme .lb-search-input{flex:1;border:none;outline:none;font-family:Montserrat,sans-serif;font-size:1.25rem;color:var(--lb-text-1);background:transparent;min-width:0}.lillbud-theme .lb-search-input::placeholder{color:var(--lb-text-3)}.lillbud-theme .lb-filters-section{max-width:1280px;margin:0 auto;padding:32px 24px 0}.lillbud-theme .lb-filters-group{margin-bottom:16px}.lillbud-theme .lb-filters-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lb-text-3);margin-bottom:10px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-filters-pills{display:flex;flex-wrap:wrap;gap:8px}.lillbud-theme .lb-filter-pill{display:inline-flex;align-items:center;gap:6px;font-size:1.25rem;font-weight:500;padding:7px 16px;border-radius:100px;border:1.5px solid var(--lb-border);color:var(--lb-text-2);background:var(--lb-white);cursor:pointer;transition:all .2s var(--lb-ease);white-space:nowrap;-webkit-user-select:none;user-select:none;font-family:Montserrat,sans-serif;text-decoration:none}.lillbud-theme .lb-filter-pill:hover,.lillbud-theme .lb-filter-pill[aria-current=true],.lillbud-theme .lb-filter-pill.lb-active{background:var(--lb-forest);border-color:var(--lb-forest);color:var(--lb-white)}.lillbud-theme .lb-filter-pill-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.lillbud-theme .lb-featured-section{max-width:1280px;margin:0 auto;padding:64px 24px 0}.lillbud-theme .lb-featured-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:20px;align-items:start}.lillbud-theme .lb-featured-main{border-radius:var(--lb-r-lg);overflow:hidden;background:var(--lb-white);box-shadow:var(--lb-shadow-sm);transition:box-shadow .3s var(--lb-ease);display:flex;flex-direction:column}.lillbud-theme .lb-featured-main:hover{box-shadow:var(--lb-shadow-lg)}.lillbud-theme .lb-featured-main-img{height:340px;overflow:hidden}.lillbud-theme .lb-featured-main-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--lb-ease)}.lillbud-theme .lb-featured-main:hover .lb-featured-main-img img{transform:scale(1.04)}.lillbud-theme .lb-featured-main-body{padding:28px 32px 32px;flex:1;display:flex;flex-direction:column}.lillbud-theme .lb-featured-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.lillbud-theme .lb-featured-title{font-size:clamp(1.3rem,2.5vw,1.8rem);color:var(--lb-text-1);margin-bottom:12px;line-height:1.2}.lillbud-theme .lb-featured-excerpt{font-size:1.25rem;color:var(--lb-text-1);line-height:1.7;flex:1;margin-bottom:20px;font-weight:500}.lillbud-theme .lb-featured-cta{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;font-size:1rem;font-weight:600;color:var(--lb-forest);border-bottom:1.5px solid var(--lb-forest);padding-bottom:1px;transition:gap .2s var(--lb-ease);font-family:Montserrat,sans-serif}.lillbud-theme .lb-featured-cta:hover{gap:11px}.lillbud-theme .lb-featured-side{display:flex;flex-direction:column;gap:20px}.lillbud-theme .lb-featured-card-sm{border-radius:var(--lb-r-md);overflow:hidden;background:var(--lb-white);box-shadow:var(--lb-shadow-sm);display:flex;flex-direction:column;transition:box-shadow .3s var(--lb-ease)}.lillbud-theme .lb-featured-card-sm:hover{box-shadow:var(--lb-shadow-md)}.lillbud-theme .lb-featured-card-sm-img{height:180px;overflow:hidden}.lillbud-theme .lb-featured-card-sm-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--lb-ease)}.lillbud-theme .lb-featured-card-sm:hover .lb-featured-card-sm-img img{transform:scale(1.05)}.lillbud-theme .lb-featured-card-sm-body{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column}.lillbud-theme .lb-featured-card-sm-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.lillbud-theme .lb-featured-card-sm-title{font-size:1.5rem;font-family:Montserrat,sans-serif;color:var(--lb-text-1);line-height:1.25;margin-bottom:8px}.lillbud-theme .lb-featured-card-sm-excerpt{font-size:1.15rem;color:var(--lb-text-1);line-height:1.6;flex:1;font-weight:500}.lillbud-theme .lb-grid-section{max-width:1280px;margin:0 auto;padding:64px 24px 0}.lillbud-theme .lb-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lillbud-theme .lb-resource-card{border-radius:var(--lb-r-md);overflow:hidden;background:var(--lb-white);border:1px solid var(--lb-border);display:flex;flex-direction:column;transition:all .3s var(--lb-ease)}.lillbud-theme .lb-resource-card:hover{border-color:transparent;box-shadow:var(--lb-shadow-lg);transform:translateY(-4px)}.lillbud-theme .lb-resource-card-img{height:210px;overflow:hidden;position:relative}.lillbud-theme .lb-resource-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--lb-ease)}.lillbud-theme .lb-resource-card:hover .lb-resource-card-img img{transform:scale(1.06)}.lillbud-theme .lb-resource-card-img-overlay{position:absolute;bottom:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap}.lillbud-theme .lb-resource-card-body{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column}.lillbud-theme .lb-resource-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.lillbud-theme .lb-resource-card-title{font-size:1.25rem;font-family:Montserrat,sans-serif;color:var(--lb-text-1);line-height:1.5;margin-bottom:8px;font-weight:700}.lillbud-theme .lb-resource-card-excerpt{font-size:1.15rem;color:var(--lb-text-1);line-height:1.65;flex:1;margin-bottom:16px;font-weight:500}.lillbud-theme .lb-resource-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid var(--lb-border)}.lillbud-theme .lb-resource-card-type{font-size:.9rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--lb-text-3);font-family:Montserrat,sans-serif}.lillbud-theme .lb-resource-card-arrow{width:32px;height:32px;border-radius:50%;background:var(--lb-sage);display:flex;align-items:center;justify-content:center;transition:all .2s var(--lb-ease);flex-shrink:0}.lillbud-theme .lb-resource-card:hover .lb-resource-card-arrow{background:var(--lb-forest);color:var(--lb-white)}.lillbud-theme .lb-resource-card-arrow svg{color:var(--lb-forest);transition:color .2s}.lillbud-theme .lb-resource-card:hover .lb-resource-card-arrow svg{color:var(--lb-white)}.lillbud-theme .lb-load-more-wrap{text-align:center;margin-top:44px}.lillbud-theme .lb-newsletter-section{border-radius:var(--lb-r-xl);background:var(--lb-forest);overflow:hidden;position:relative;max-width:1280px;margin:72px auto}.lillbud-theme .lb-newsletter-inner{padding:64px 80px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:2}.lillbud-theme .lb-newsletter-deco{position:absolute;right:-60px;top:-60px;width:320px;height:320px;border-radius:50%;background:#ffffff0d;pointer-events:none}.lillbud-theme .lb-newsletter-deco-2{position:absolute;left:-40px;bottom:-80px;width:200px;height:200px;border-radius:50%;background:#ffffff0a;pointer-events:none}.lillbud-theme .lb-newsletter-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--lb-amber-light);margin-bottom:12px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-newsletter-title{font-family:Montserrat,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);color:var(--lb-white);line-height:1.15;margin-bottom:14px}.lillbud-theme .lb-newsletter-title em{color:var(--lb-amber-light);font-style:italic}.lillbud-theme .lb-newsletter-desc{font-size:1.25rem;color:#ffffffb3;line-height:1.7}.lillbud-theme .lb-newsletter-form{display:flex;flex-direction:column;gap:12px}.lillbud-theme .lb-newsletter-input{width:100%;padding:14px 20px;border-radius:100px;border:1.5px solid rgba(255,255,255,.2);outline:none;font-family:Montserrat,sans-serif;font-size:1.15rem;background:#ffffff1f;color:var(--lb-white)}.lillbud-theme .lb-newsletter-input::placeholder{color:#ffffff80}.lillbud-theme .lb-newsletter-input:focus{border-color:#ffffff80;background:#ffffff2e}.lillbud-theme .lb-newsletter-privacy{font-size:.74rem;color:#ffffff73;text-align:center}.lillbud-theme .lb-blog-hero{position:relative;height:480px;overflow:hidden}.lillbud-theme .lb-blog-hero-img{width:100%;height:100%;object-fit:cover}.lillbud-theme .lb-blog-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,28,26,.85) 0%,rgba(28,28,26,.3) 55%,transparent 100%)}.lillbud-theme .lb-blog-hero-content{position:absolute;bottom:0;left:0;right:0;padding:40px 48px}.lillbud-theme .lb-blog-hero-inner{max-width:900px}.lillbud-theme .lb-blog-hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.lillbud-theme .lb-blog-hero-title{font-family:Montserrat,sans-serif;font-size:clamp(1.8rem,4vw,3rem);color:#fff;line-height:1.15;font-weight:600;max-width:700px;margin-top:8px}.lillbud-theme .lb-article-wrapper{max-width:1280px;margin:0 auto;padding:48px 24px 0;display:grid;grid-template-columns:1fr 300px;gap:56px;align-items:start}.lillbud-theme .lb-article-content{min-width:0}.lillbud-theme .lb-article-author-bar{display:flex;align-items:center;gap:14px;padding:20px 0 28px;border-bottom:1px solid var(--lb-border);margin-bottom:32px;flex-wrap:wrap}.lillbud-theme .lb-article-author-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--lb-sage)}.lillbud-theme .lb-article-author-avatar img{width:100%;height:100%;object-fit:cover}.lillbud-theme .lb-article-author-name{font-size:1.25rem;font-weight:600;color:var(--lb-text-1);font-family:Montserrat,sans-serif}.lillbud-theme .lb-article-author-title{font-size:1.05rem;color:var(--lb-text-3);font-family:Montserrat,sans-serif}.lillbud-theme .lb-article-date{margin-left:auto;font-size:1.05rem;color:var(--lb-text-3);font-family:Montserrat,sans-serif}.lillbud-theme .lb-article-summary{background:var(--lb-sage);border-radius:var(--lb-r-md);padding:24px 28px;margin-bottom:36px;border-left:4px solid var(--lb-forest)}.lillbud-theme .lb-article-summary-label{font-size:1.15rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lb-forest);margin-bottom:8px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-article-summary-text{font-size:1.05rem;color:var(--lb-text-1);line-height:1.7}.lillbud-theme .lb-article-body{font-size:1.5rem;line-height:2;color:var(--lb-text-2)}.lillbud-theme .lb-article-body h2{font-family:Montserrat,sans-serif;font-size:1.95rem;color:var(--lb-text-1);margin:40px 0 16px;line-height:1.2}.lillbud-theme .lb-article-body h3{font-family:Montserrat,sans-serif;font-size:1.75rem;color:var(--lb-text-1);margin:28px 0 12px}.lillbud-theme .lb-article-body p{margin-bottom:20px}.lillbud-theme .lb-article-body p:last-child{margin-bottom:0}.lillbud-theme .lb-article-body ul,.lillbud-theme .lb-article-body ol{padding-left:20px;margin-bottom:20px}.lillbud-theme .lb-article-body ul li,.lillbud-theme .lb-article-body ol li{margin-bottom:8px;line-height:1.7}.lillbud-theme .lb-article-body ul li{list-style:disc}.lillbud-theme .lb-article-body ol li{list-style:decimal}.lillbud-theme .lb-article-body strong{color:var(--lb-text-1);font-weight:600}.lillbud-theme .lb-expert-callout{background:linear-gradient(135deg,var(--lb-forest) 0%,var(--lb-forest-mid) 100%);border-radius:var(--lb-r-md);padding:28px 32px;margin:36px 0;color:var(--lb-white)}.lillbud-theme .lb-expert-callout-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--lb-amber-light);margin-bottom:12px;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-expert-callout-label:before{content:"";width:20px;height:2px;background:var(--lb-amber)}.lillbud-theme .lb-expert-callout-text{font-family:Montserrat,sans-serif;font-size:1.15rem;font-style:italic;line-height:1.55;margin-bottom:12px}.lillbud-theme .lb-expert-callout-attribution{font-size:.8rem;color:#ffffffa6;font-family:Montserrat,sans-serif}.lillbud-theme .lb-key-takeaways{background:var(--lb-warm);border-radius:var(--lb-r-md);padding:28px 32px;margin:36px 0}.lillbud-theme .lb-key-takeaways-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lb-amber);margin-bottom:16px;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-key-takeaways-label:before{content:"";width:20px;height:2px;background:var(--lb-amber)}.lillbud-theme .lb-key-takeaways ul{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0}.lillbud-theme .lb-key-takeaways ul li{display:flex;align-items:flex-start;gap:12px;font-size:.92rem;line-height:1.6;color:var(--lb-text-1)}.lillbud-theme .lb-key-takeaways ul li:before{content:"\2713";width:22px;height:22px;border-radius:50%;background:var(--lb-forest);color:var(--lb-white);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.lillbud-theme .lb-faq-section{margin:36px 0}.lillbud-theme .lb-faq-section-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lb-text-3);margin-bottom:20px;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-faq-section-label:before{content:"";width:20px;height:2px;background:var(--lb-text-3)}.lillbud-theme .lb-faq-item{border:1px solid var(--lb-border);border-radius:var(--lb-r-sm);overflow:hidden;margin-bottom:10px;transition:border-color .2s var(--lb-ease)}.lillbud-theme .lb-faq-item.lb-open{border-color:var(--lb-forest)}.lillbud-theme .lb-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-size:.95rem;font-weight:600;color:var(--lb-text-1);background:var(--lb-white);text-align:left;cursor:pointer;transition:background .2s;font-family:Montserrat,sans-serif;border:none}.lillbud-theme .lb-faq-question:hover{background:var(--lb-sage)}.lillbud-theme .lb-faq-icon{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--lb-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s var(--lb-ease);color:var(--lb-text-2)}.lillbud-theme .lb-faq-item.lb-open .lb-faq-icon{background:var(--lb-forest);border-color:var(--lb-forest);color:var(--lb-white);transform:rotate(45deg)}.lillbud-theme .lb-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s var(--lb-ease),padding .35s var(--lb-ease)}.lillbud-theme .lb-faq-answer-inner{padding:0 22px 20px;font-size:.9rem;line-height:1.75;color:var(--lb-text-2);font-family:Montserrat,sans-serif}.lillbud-theme .lb-faq-item.lb-open .lb-faq-answer{max-height:600px}.lillbud-theme .lb-article-sidebar{position:sticky;top:88px;align-self:start}.lillbud-theme .lb-toc-box{background:var(--lb-white);border-radius:var(--lb-r-md);padding:22px;border:1px solid var(--lb-border)}.lillbud-theme .lb-toc-label{font-size:1.25rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--lb-text-3);margin-bottom:14px;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-toc-label:before{content:"";width:10px;height:2px;background:var(--lb-amber)}.lillbud-theme .lb-btn-ghost{padding:8px 14px;font-size:1.15rem;flex:1;justify-content:center}.lillbud-theme .lb-toc-list{display:flex;flex-direction:column;gap:2px}.lillbud-theme .lb-toc-item{display:block;font-size:1.15rem;padding:7px 12px;border-radius:var(--lb-r-sm);color:var(--lb-text-2);transition:all .2s var(--lb-ease);border-left:2px solid transparent;font-family:Montserrat,sans-serif}.lillbud-theme .lb-toc-item:hover{color:var(--lb-forest);background:var(--lb-sage)}.lillbud-theme .lb-toc-item.lb-toc-active{color:var(--lb-forest);background:var(--lb-sage);border-left-color:var(--lb-forest);font-weight:600}.lillbud-theme .lb-product-recs{margin:44px 0}.lillbud-theme .lb-product-recs-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lb-amber);margin-bottom:8px;display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-product-recs-label:before{content:"";width:20px;height:2px;background:var(--lb-amber)}.lillbud-theme .lb-product-recs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.lillbud-theme .lb-product-card{border-radius:var(--lb-r-md);background:var(--lb-white);border:1px solid var(--lb-border);overflow:hidden;transition:all .25s var(--lb-ease)}.lillbud-theme .lb-product-card:hover{border-color:var(--lb-forest);box-shadow:var(--lb-shadow-md);transform:translateY(-3px)}.lillbud-theme .lb-product-card-img{height:150px;overflow:hidden;background:var(--lb-warm)}.lillbud-theme .lb-product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--lb-ease)}.lillbud-theme .lb-product-card:hover .lb-product-card-img img{transform:scale(1.07)}.lillbud-theme .lb-product-card-body{padding:14px}.lillbud-theme .lb-product-card-age{font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--lb-forest);margin-bottom:4px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-product-card-name{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;color:var(--lb-text-1);line-height:1.25;margin-bottom:4px}.lillbud-theme .lb-product-card-price{font-size:.82rem;font-weight:600;color:var(--lb-amber);font-family:Montserrat,sans-serif}.lillbud-theme .lb-product-card-cta{display:block;margin-top:10px;text-align:center;padding:8px;border-radius:100px;background:var(--lb-sage);font-size:.78rem;font-weight:600;color:var(--lb-forest);transition:all .2s var(--lb-ease);font-family:Montserrat,sans-serif}.lillbud-theme .lb-product-card:hover .lb-product-card-cta{background:var(--lb-forest);color:var(--lb-white)}.lillbud-theme .lb-related-section{max-width:1280px;margin:0 auto;padding:64px 24px 0}.lillbud-theme .lb-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lillbud-theme .lb-blog-newsletter{max-width:1280px;margin:64px auto 0;padding:0 24px}.lillbud-theme .lb-blog-newsletter-inner{background:var(--lb-warm);border-radius:var(--lb-r-xl);padding:52px;display:flex;align-items:center;gap:48px;flex-wrap:wrap}.lillbud-theme .lb-blog-newsletter-content{flex:1;min-width:260px}.lillbud-theme .lb-blog-newsletter-form{flex:1;min-width:280px;display:flex;gap:10px;flex-wrap:wrap}.lillbud-theme .lb-blog-newsletter-form input{flex:1;min-width:200px;padding:13px 20px;border-radius:100px;border:1.5px solid var(--lb-border);outline:none;font-family:Montserrat,sans-serif;font-size:.9rem;background:var(--lb-white)}.lillbud-theme .lb-blog-newsletter-form input:focus{border-color:var(--lb-forest)}.lillbud-theme .lb-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:56px;padding-bottom:64px}.lillbud-theme .lb-pagination a,.lillbud-theme .lb-pagination span{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;border:1.5px solid var(--lb-border);color:var(--lb-text-2);transition:all .2s var(--lb-ease);font-family:Montserrat,sans-serif}.lillbud-theme .lb-pagination a:hover{border-color:var(--lb-forest);color:var(--lb-forest)}.lillbud-theme .lb-pagination .lb-current{background:var(--lb-forest);border-color:var(--lb-forest);color:var(--lb-white)}.lillbud-theme .lb-article-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:48px 0;padding-top:32px;border-top:1px solid var(--lb-border)}.lillbud-theme .lb-article-nav-item{padding:20px 24px;border-radius:var(--lb-r-md);border:1px solid var(--lb-border);background:var(--lb-white);transition:all .25s var(--lb-ease)}.lillbud-theme .lb-article-nav-item:hover{border-color:var(--lb-forest);box-shadow:var(--lb-shadow-sm)}.lillbud-theme .lb-article-nav-label{font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lb-text-3);margin-bottom:6px;font-family:Montserrat,sans-serif}.lillbud-theme .lb-article-nav-title{font-family:Montserrat,sans-serif;font-size:1.15rem;color:var(--lb-text-1);line-height:1.3}.lillbud-theme .lb-article-nav-next{text-align:right}.lillbud-theme .lb-section-spacer{padding-bottom:80px}@media(max-width:1100px){.lillbud-theme .lb-featured-grid{grid-template-columns:1fr;gap:24px}.lillbud-theme .lb-featured-side{flex-direction:row}.lillbud-theme .lb-featured-card-sm{flex:1}.lillbud-theme .lb-resource-grid,.lillbud-theme .lb-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.lillbud-theme .lb-hero-inner{grid-template-columns:1fr;padding-bottom:40px}.lillbud-theme .lb-hero-visual{display:none}.lillbud-theme .lb-article-wrapper{grid-template-columns:1fr}.lillbud-theme .lb-article-sidebar{display:none}.lillbud-theme .lb-product-recs-grid{grid-template-columns:repeat(2,1fr)}.lillbud-theme .lb-newsletter-inner{grid-template-columns:1fr;padding:40px}}@media(max-width:700px){.lillbud-theme .lb-resource-grid{grid-template-columns:1fr}.lillbud-theme .lb-featured-side{flex-direction:column}.lillbud-theme .lb-related-grid{grid-template-columns:1fr}.lillbud-theme .lb-newsletter-inner{padding:32px 24px}.lillbud-theme .lb-blog-hero-content{padding:24px}.lillbud-theme .lb-product-recs-grid,.lillbud-theme .lb-article-nav{grid-template-columns:1fr}.lillbud-theme .lb-article-nav-next{text-align:left}.lillbud-theme .lb-blog-newsletter-inner{padding:32px 24px}}*:focus-visible{box-shadow:unset!important}
/*# sourceMappingURL=/cdn/shop/t/46/assets/lillbud-blog.css.map */
