.related-boards{border-top:1px solid #eee;max-width:1500px;margin:0 auto;padding:40px 40px 8px;font-family:Inter,sans-serif}.related-boards-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.related-boards-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#5a8820;align-items:center;margin-bottom:10px;font-size:.72rem;font-weight:700;display:inline-flex}.related-boards-heading{color:#222;letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.related-boards-nav{flex-shrink:0;gap:8px;display:flex}.related-boards-arrow{color:#444;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:border-color .25s,color .25s,background .25s,opacity .25s;display:flex}.related-boards-arrow:hover:not(:disabled){color:#5a8820;background:#f7fbf2;border-color:#7acc3b}.related-boards-arrow:disabled{opacity:.35;cursor:default}.related-boards-track{scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:18px;padding:6px 2px 22px;display:flex;overflow-x:auto}.related-boards-track::-webkit-scrollbar{display:none}.related-boards-card{scroll-snap-align:start;max-width:calc(20% - 14.4px);color:inherit;background:#fff;border:1px solid #e8e8e8;border-radius:12px;flex-direction:column;flex:0 0 calc(20% - 14.4px);text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .25s;display:flex;position:relative;overflow:hidden}.related-boards-media{background:#f9f9f9;border-bottom:1px solid #eee;width:100%;height:130px;position:relative;overflow:hidden}.related-boards-img{object-fit:contain;padding:14px;transition:transform .6s cubic-bezier(.22,1,.36,1)}.related-boards-card:hover .related-boards-img{transform:scale(1.06)}.related-boards-body{flex-direction:column;flex:1;padding:16px 18px 14px;display:flex}.related-boards-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#7acc3b 0%,#5a8820 100%);height:3px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.related-boards-card:hover{border-color:#d6e8bf;transform:translateY(-4px);box-shadow:0 10px 28px #7acc3b1a,0 4px 10px #0000000a}.related-boards-card:hover:before{transform:scaleX(1)}.related-boards-card-title{color:#1a1a1a;letter-spacing:-.005em;margin:0 0 8px;font-size:.98rem;font-weight:700;line-height:1.3}.related-boards-card-blurb{color:#555;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0 0 14px;font-size:.84rem;line-height:1.5;display:-webkit-box;overflow:hidden}.related-boards-card-cta{color:#222;letter-spacing:.01em;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-top:auto;padding-top:10px;font-size:.82rem;font-weight:700;transition:color .25s;display:inline-flex}.related-boards-card:hover .related-boards-card-cta{color:#5a8820}.related-boards-card-cta svg{color:#7acc3b;flex-shrink:0;transition:transform .3s cubic-bezier(.22,1,.36,1)}.related-boards-card:hover .related-boards-card-cta svg{transform:translate(5px)}@media (max-width:1280px){.related-boards-card{flex-basis:calc(25% - 13.5px);max-width:calc(25% - 13.5px)}}@media (max-width:1024px){.related-boards-card{flex-basis:calc(41.6667% - 16.6667px);max-width:calc(41.6667% - 16.6667px)}.related-boards-track{gap:20px}}@media (max-width:640px){.related-boards{padding:32px 16px 4px}.related-boards-header{align-items:flex-start}.related-boards-card{flex-basis:85%;max-width:85%}.related-boards-track{gap:16px}}
.pim-overlay{z-index:2147483640;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ab8;justify-content:center;align-items:center;padding:32px;font-family:Inter,sans-serif;animation:.2s pim-fade;display:flex;position:fixed;inset:0}.pim-content{background:#fff;border-radius:16px;flex-direction:column;max-width:min(1000px,94vw);max-height:90vh;animation:.22s cubic-bezier(.4,0,.2,1) pim-pop;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000059}.pim-head{border-bottom:1px solid #f0f1f3;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px 16px 24px;display:flex}.pim-head-text{flex-direction:column;gap:2px;min-width:0;display:flex}.pim-title{color:#1f2937;font-size:.98rem;font-weight:600;line-height:1.3}.pim-sub{color:#9aa2ad;font-size:.78rem;font-weight:500}.pim-close{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .2s,color .2s,border-color .2s;display:flex}.pim-close:hover{color:#111827;background:#f3f4f6;border-color:#d1d5db}.pim-body{background:#fbfbfc;justify-content:center;align-items:center;min-height:0;padding:28px;display:flex;overflow:auto}.pim-img{object-fit:contain;mix-blend-mode:multiply;width:auto;max-width:100%;height:auto;max-height:68vh}.pim-body-video{background:#000;padding:0}.pim-media{aspect-ratio:16/9;border:none;width:min(880px,88vw);max-height:68vh;display:block}@keyframes pim-fade{0%{opacity:0}to{opacity:1}}@keyframes pim-pop{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.pim-overlay,.pim-content{animation:none}}@media (max-width:600px){.pim-overlay{padding:14px}.pim-content{max-width:100%;max-height:92vh}.pim-head{padding:14px 14px 14px 18px}.pim-body{padding:16px}.pim-img{max-height:60vh}}
.product-faq-box{box-sizing:border-box;background:#fbfbfb;border-radius:20px;width:100%;padding:56px 40px}.product-faq-layout{align-items:flex-start;gap:48px;display:flex}.product-faq-heading-col{flex:0 0 30%;max-width:30%;position:sticky;top:100px}.product-faq-heading{letter-spacing:-.03em;color:#131313;margin:0;font-family:Inter,sans-serif;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:800;line-height:.92}.product-faq-list{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.product-faq-row{background:#efefec;border-radius:12px;transition:background .25s,box-shadow .25s;overflow:hidden}.product-faq-row[open]{background:#fff;box-shadow:0 1px 2px #0000000d,0 12px 28px -16px #0000002e}.product-faq-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:19px 24px;list-style:none;display:flex}.product-faq-summary::-webkit-details-marker{display:none}.product-faq-q{color:#8f8f8a;font-family:Inter,sans-serif;font-size:.98rem;font-weight:600;line-height:1.4;transition:color .2s}.product-faq-row[open] .product-faq-q{color:#131313;font-weight:700}.product-faq-icon{flex-shrink:0;width:18px;height:18px;position:relative}.product-faq-icon:before,.product-faq-icon:after{content:"";background:#b3b3ac;transition:transform .3s cubic-bezier(.22,1,.36,1),background .25s;position:absolute;top:50%;left:50%}.product-faq-icon:before{width:14px;height:2px;transform:translate(-50%,-50%)rotate(0)}.product-faq-icon:after{width:2px;height:14px;transform:translate(-50%,-50%)rotate(0)}.product-faq-row[open] .product-faq-icon:before,.product-faq-row[open] .product-faq-icon:after{background:#5a8820}.product-faq-row[open] .product-faq-icon:before{transform:translate(-50%,-50%)rotate(45deg)}.product-faq-row[open] .product-faq-icon:after{transform:translate(-50%,-50%)rotate(135deg)}.product-faq-a-wrap{padding:0 24px 22px;animation:.3s faqReveal}@keyframes faqReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.product-faq-a{color:#5c5c5c;max-width:640px;margin:0;font-family:Inter,sans-serif;font-size:.92rem;line-height:1.7}@media (max-width:860px){.product-faq-box{padding:40px 24px}.product-faq-layout{flex-direction:column;gap:24px}.product-faq-heading-col{flex:none;max-width:100%;position:static}.product-faq-heading{font-size:2.4rem}}@media (max-width:480px){.product-faq-box{padding:32px 18px}.product-faq-summary{padding:16px 18px}.product-faq-q{font-size:.92rem}}
