/* Paul Oak v5.19.7 — featured project layout, cache-isolated */
body.home #projetos .pox-home-featured-project{
  display:grid!important;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)!important;
  gap:42px!important;
  align-items:stretch!important;
  width:100%!important;
  margin:20px 0 0!important;
}
body.home #projetos .pox-home-featured-media{
  display:block!important;
  min-width:0!important;
  height:100%!important;
}
body.home #projetos .pox-home-featured-frame{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  min-height:560px!important;
  overflow:hidden!important;
  border:1px solid rgba(19,32,24,.15)!important;
  border-radius:20px!important;
  background:#11161a center/cover no-repeat!important;
  box-shadow:0 30px 80px rgba(34,27,16,.14)!important;
}
body.home #projetos .pox-home-featured-frame .pou-project-motion{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:15% center!important;
  opacity:1!important;
  visibility:visible!important;
}
body.home #projetos .pox-home-featured-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  padding:42px!important;
  border:1px solid rgba(19,32,24,.12)!important;
  border-radius:20px!important;
  background:linear-gradient(160deg,#fbf6ed 0%,#f0e7d8 100%)!important;
  box-shadow:0 24px 60px rgba(34,27,16,.07)!important;
}
body.home #projetos .pox-home-featured-copy h3{
  margin:0 0 20px!important;
  color:#152219!important;
  font-family:var(--poh-serif)!important;
  font-size:clamp(3rem,4.2vw,5rem)!important;
  font-weight:500!important;
  line-height:.92!important;
  letter-spacing:-.045em!important;
}
body.home #projetos .pox-home-featured-lead{
  margin:0 0 24px!important;
  color:#4f5b52!important;
  font-size:15px!important;
  line-height:1.8!important;
}
body.home #projetos .pox-home-featured-details{
  display:grid!important;
  gap:18px!important;
  margin-bottom:28px!important;
}
body.home #projetos .pox-home-featured-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:auto!important;
}
@media(max-width:980px){
  body.home #projetos .pox-home-featured-project{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.home #projetos .pox-home-featured-frame{min-height:440px!important}
  body.home #projetos .pox-home-featured-copy{padding:30px!important}
}
@media(max-width:620px){
  body.home #projetos .pox-home-featured-frame{min-height:320px!important;border-radius:14px!important}
  body.home #projetos .pox-home-featured-copy{padding:22px!important;border-radius:14px!important}
  body.home #projetos .pox-home-featured-copy h3{font-size:2.7rem!important}
  body.home #projetos .pox-home-featured-actions{display:grid!important}
  body.home #projetos .pox-home-featured-actions a{width:100%!important;justify-content:center!important;text-align:center!important}
}
