/* Articles directly below the main product menu */
body.website-view .home-articles{max-width:1320px;margin:45px auto 10px;padding:29px 24px 33px;border-radius:30px;background:#e9eee4;color:#234a34;scroll-margin-top:110px}body.website-view .article-home-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}body.website-view .article-kicker{font-size:12px;letter-spacing:.2px;color:#a36d36;font-weight:800}body.website-view .article-home-heading h2{font-size:clamp(26px,3vw,38px);color:#1f4931;margin:7px 0}body.website-view .article-home-heading p{color:#667c69;font-size:14px;line-height:2;max-width:700px;margin:0}body.website-view .articles-all{border:1px solid #c2d3c3;border-radius:13px;padding:12px 18px;background:#fff;color:#24553b;white-space:nowrap;font-weight:800;font-size:13px}body.website-view .home-articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}body.website-view .home-article-card{background:#fff;border:1px solid #dfe7da;border-radius:21px;overflow:hidden;box-shadow:0 8px 18px #16482d0d;min-width:0;display:flex;flex-direction:column}body.website-view .home-article-media{height:170px;display:block;overflow:hidden;background:#d5ded0}body.website-view .home-article-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}body.website-view .home-article-card:hover .home-article-media img{transform:scale(1.04)}body.website-view .home-article-content{padding:18px;display:flex;flex-direction:column;flex:1}body.website-view .home-article-content>span{font-size:11px;color:#a26e3c;font-weight:700}body.website-view .home-article-content h3{font-size:18px;line-height:1.7;margin:11px 0;color:#204b34}body.website-view .home-article-content p{font-size:12px;line-height:2;color:#69806c;margin:0 0 18px;flex:1}body.website-view .home-article-link{color:#276d49;font-weight:800;font-size:12px;align-self:flex-start}body.website-view .home-article-link:hover,body.website-view .articles-all:hover{color:#b26d2c}@media(max-width:860px){body.website-view .home-articles{margin:24px 12px;padding:22px 15px}body.website-view .home-articles-grid{gap:10px}body.website-view .home-article-media{height:130px}body.website-view .home-article-content{padding:12px}body.website-view .home-article-content h3{font-size:15px}}@media(max-width:660px){body.website-view .article-home-heading{align-items:flex-start;flex-direction:column;gap:14px}body.website-view .articles-all{width:100%;text-align:center}body.website-view .home-articles-grid{grid-template-columns:1fr}body.website-view .home-article-card{display:grid;grid-template-columns:108px 1fr;min-height:135px}body.website-view .home-article-media{height:100%;min-height:140px}body.website-view .home-article-content h3{font-size:14px;margin:5px 0}body.website-view .home-article-content p{font-size:11px;margin-bottom:7px}}
