/* Homepage article layout. */
#artigos.home-articles-showcase {
  padding: 48px 0;
  background: #f7f5f1;
  border: 0;
  color: #103747;
  font-family: "Segoe UI", Arial, sans-serif;
}
#artigos.home-articles-showcase::before,
#artigos.home-articles-showcase::after,
#artigos.home-articles-showcase .section-head h2::before,
#artigos.home-articles-showcase .section-head h2::after,
#artigos.home-articles-showcase .article-card::before,
#artigos.home-articles-showcase .article-media::after { content: none; }
#artigos.home-articles-showcase > .container {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 3fr);
  gap: 64px;
  width: min(1720px, 90%);
  padding: 0;
}
#artigos.home-articles-showcase .section-head { margin: 0; max-width: 320px; text-align: left; }
#artigos.home-articles-showcase .section-head h2 { display: block; color: #103747; font: 400 clamp(42px, 4vw, 64px)/1.08 Georgia, serif; text-transform: none; letter-spacing: -.025em; margin: 0 0 26px; }
#artigos.home-articles-showcase .section-head p { color: #7c858d; font-size: 18px; line-height: 1.75; margin: 0; }
#artigos.home-articles-showcase .articles-all-cta { justify-content: flex-start; margin-top: 48px; }
#artigos.home-articles-showcase .articles-all-btn { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 12px 20px; border: 0; border-radius: 23px; background: #213e4c; color: #fdfcfb; text-transform: none; letter-spacing: 0; font-family: "Figtree", "Segoe UI", Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none; box-shadow: none; transition: background-color .2s ease, transform .35s cubic-bezier(.22, .61, .36, 1); }
#artigos.home-articles-showcase .articles-all-btn svg { display: block; flex: 0 0 17px; width: 17px; height: 17px; }
#artigos.home-articles-showcase .articles-all-btn:hover { transform: translateX(4px); background: #304e5b; box-shadow: none; }
#artigos.home-articles-showcase .articles-all-btn:focus-visible { outline: 2px solid #b29b78; outline-offset: 5px; }
#artigos.home-articles-showcase .grid-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
#artigos.home-articles-showcase .article-card { min-height: 0; overflow: hidden; border-radius: 20px; background: #fdfcfb; }
#artigos.home-articles-showcase .article-media { position: relative; inset: auto; flex: 0 0 auto; height: clamp(170px, 12.2vw, 235px); min-height: 0; border-radius: 0; }
#artigos.home-articles-showcase .article-image { display: block; height: 100%; min-height: 0; filter: none; }
#artigos.home-articles-showcase .article-topic { position: absolute; top: 26px; left: 26px; padding: 9px 20px; border-radius: 999px; background: #efddb6; color: #405563; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
#artigos.home-articles-showcase .article-content { display: flex; flex-direction: column; flex: 1; height: auto; padding: 20px 26px; text-align: left; gap: 12px; }
#artigos.home-articles-showcase .article-date { color: #87909a; opacity: 1; font-size: 12px; }
#artigos.home-articles-showcase .article-card h3 { max-width: none; margin: 0; color: #103747; font-size: clamp(20px, 1.5vw, 28px); line-height: 1.18; text-shadow: none; }
#artigos.home-articles-showcase .article-excerpt { max-width: none; margin: 0 0 10px; color: #7c858d; font-size: 16px; line-height: 1.5; opacity: 1; }
#artigos.home-articles-showcase .article-link { align-self: flex-start; justify-content: flex-start; gap: 18px; width: auto; min-height: 0; padding: 0 0 8px; margin-top: auto; border: 0; border-bottom: 1px solid #dfcfb2; border-radius: 0; background: transparent; color: #103747; font-size: 16px; font-weight: 600; letter-spacing: 0; text-align: left; transition: color .2s ease, transform .35s cubic-bezier(.22, .61, .36, 1); }
#artigos.home-articles-showcase .article-link svg { display: block; flex: 0 0 17px; width: 17px; height: 17px; }
#artigos.home-articles-showcase .article-link:hover { transform: translateX(4px); box-shadow: none; filter: none; color: #456574; }
@media (max-width: 1100px) {
  #artigos.home-articles-showcase > .container { grid-template-columns: 1fr; gap: 32px; }
  #artigos.home-articles-showcase .section-head { max-width: 600px; }
  #artigos.home-articles-showcase .articles-all-cta { margin-top: 24px; }
  #artigos.home-articles-showcase .article-content { padding: 20px; }
}
@media (max-width: 700px) {
  #artigos.home-articles-showcase { padding: 32px 0; }
  #artigos.home-articles-showcase .articles-all-cta { justify-content: center; }
  #artigos.home-articles-showcase .grid-cards { grid-template-columns: 1fr; }
  #artigos.home-articles-showcase .article-media { height: 230px; }
  #artigos.home-articles-showcase .articles-all-btn { min-height: 44px; padding: 10px 18px; border-radius: 22px; gap: 8px; font-size: 13px; }
  #artigos.home-articles-showcase .articles-all-btn svg { flex-basis: 15px; width: 15px; height: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  #artigos.home-articles-showcase .article-card { transition: none; }
  #artigos.home-articles-showcase .article-link { transition: none; }
  #artigos.home-articles-showcase .articles-all-btn { transition: none; }
}
