.articles-page{min-height:60vh;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(41,140,56,.08),transparent 60%),linear-gradient(180deg,#f9fafb,#fff)}.articles-page__hero{padding:3rem 1rem 2rem;text-align:center}.articles-page__title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;color:#111827;letter-spacing:-.02em}.articles-page__sub{margin-top:.75rem;color:#6b7280;max-width:36rem;margin-left:auto;margin-right:auto}.articles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;list-style:none;padding:0;margin:0}@media (min-width:768px){.articles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.home-section--articles{background:radial-gradient(ellipse 70% 45% at 0 100%,rgba(41,140,56,.06),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 0,rgba(16,185,129,.05),transparent 50%),linear-gradient(180deg,#fff,#f9fafb)}.article-card-wrap{height:100%}.article-card{display:flex;flex-direction:column;height:100%;border-radius:1.25rem;overflow:hidden;background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 4px 24px rgba(15,23,42,.06);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .35s ease;position:relative}.article-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(41,140,56,.35),transparent 55%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:2}.article-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(41,140,56,.14);border-color:rgba(41,140,56,.2)}.article-card:hover:before{opacity:1}.article-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#d1d5db,#9ca3af)}.article-card__img-wrap{position:absolute!important;inset:0!important}.article-card__img-wrap img{transition:transform .65s cubic-bezier(.22,1,.36,1)}.article-card:hover .article-card__img-wrap img{transform:scale(1.07)}.article-card__media-shine{position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,hsla(0,0%,100%,.35) 50%,transparent 70%);transform:translateX(-120%);transition:transform .8s ease;pointer-events:none;z-index:1}.article-card:hover .article-card__media-shine{transform:translateX(120%)}.article-card__media-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:2.5rem;background:linear-gradient(135deg,#298c38,#1c6428)}.article-card__date{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.35rem .7rem;border-radius:9999px;font-size:.72rem;font-weight:600;color:#fff;background:rgba(0,0,0,.55);backdrop-filter:blur(8px)}.article-card__body{display:flex;flex-direction:column;flex:1;padding:1.1rem 1.15rem 1.25rem}.article-card__title{font-size:1rem;font-weight:700;line-height:1.35;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:768px){.article-card__title{font-size:1.0625rem}}.article-card__excerpt{margin-top:.5rem;font-size:.8125rem;line-height:1.5;color:#6b7280;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.article-card__link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.85rem;font-size:.875rem;font-weight:600;color:#298c38;transition:gap .25s ease}.article-card:hover .article-card__link{gap:.6rem}.article-detail{max-width:48rem;margin:0 auto;padding:2rem 1rem 4rem}.article-detail__back{display:inline-flex;align-items:center;gap:.5rem;color:#298c38;font-weight:600;margin-bottom:1.5rem;transition:gap .25s ease}.article-detail__back:hover{gap:.75rem}.article-detail__hero{border-radius:1.5rem;overflow:hidden;aspect-ratio:16/9;position:relative;box-shadow:0 20px 50px rgba(15,23,42,.12);animation:articleHeroIn .7s cubic-bezier(.22,1,.36,1) both}@keyframes articleHeroIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.article-detail__meta{margin-top:1.5rem;color:#6b7280;font-size:.875rem}.article-detail__title{margin-top:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;color:#111827;animation:articleTextIn .6s cubic-bezier(.22,1,.36,1) .1s both}.article-detail__content{margin-top:2rem;font-size:1.0625rem;line-height:1.75;color:#374151;white-space:pre-wrap;animation:articleTextIn .6s cubic-bezier(.22,1,.36,1) .2s both}@keyframes articleTextIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}