/*
 * Plumb A Nator - Jobs Completed section
 * Dedicated, strongly scoped stylesheet for the Recent Projects / Jobs Completed component only.
 * The .recent-work-section namespace prevents these rules from affecting any other site component.
 */
html body .recent-work-section{padding:84px 0;background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%);position:relative;overflow:hidden}
html body .recent-work-section:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#062b5b,#cf111c,#062b5b)}
html body .recent-work-section>.wrapper{width:min(1380px,calc(100% - 40px));margin-inline:auto}
html body .recent-work-section .recent-work-head{max-width:880px;margin:0 auto 36px;text-align:center}
html body .recent-work-section .recent-work-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid #d9e3ef;color:#cf111c;font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 8px 24px rgba(7,35,75,.08)}
html body .recent-work-section .recent-work-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:#cf111c;box-shadow:0 0 0 5px rgba(207,17,28,.11)}
html body .recent-work-section .recent-work-head h2{margin:16px 0 12px;color:#062b5b;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.03em}
html body .recent-work-section .recent-work-head p{margin:0;color:#5c6d82;font-size:17px;line-height:1.7}
html body .recent-work-section .recent-work-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),520px))!important;justify-content:center!important;gap:24px!important}
html body .recent-work-section .work-card{width:100%!important;min-height:0!important;background:#fff!important;border:1px solid #dfe7f0!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 18px 42px rgba(6,43,91,.11)!important;display:flex!important;flex-direction:column!important}
html body .recent-work-section .work-card-media{position:relative!important;width:100%!important;aspect-ratio:16/10!important;height:auto!important;min-height:0!important;overflow:hidden!important;background:#dfe7f0!important}
html body .recent-work-section .work-card-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;margin:0!important}
html body .recent-work-section .work-card-media:after{content:"";position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(180deg,transparent,rgba(3,29,61,.72));pointer-events:none}
html body .recent-work-section .work-location{position:absolute;left:16px;bottom:14px;z-index:2;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.96);color:#062b5b;font-size:12px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.17)}
html body .recent-work-section .work-location svg{width:14px;height:14px;fill:#cf111c}
html body .recent-work-section .work-card-body{display:flex!important;flex-direction:column!important;visibility:visible!important;height:auto!important;min-height:0!important;padding:22px 22px 24px!important;color:#0d2444!important}
html body .recent-work-section .work-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
html body .recent-work-section .work-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:8px;background:#f2f6fb;color:#31506f;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
html body .recent-work-section .work-chip.completed{background:#edf8f1;color:#17663a}
html body .recent-work-section .work-chip.completed:before{content:"✓";font-weight:1000}
html body .recent-work-section .work-card h3{margin:0 0 10px;color:#062b5b;font-size:22px;line-height:1.22}
html body .recent-work-section .work-card p{margin:0 0 20px;color:#5c6d82;line-height:1.65}
html body .recent-work-section .work-card-foot{margin-top:auto;padding-top:16px;border-top:1px solid #e5ebf2;display:flex;justify-content:space-between;align-items:center;gap:12px}
html body .recent-work-section .work-project{display:flex;align-items:center;gap:8px;color:#3f5873;font-weight:800;font-size:13px}
html body .recent-work-section .work-project-mark{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(207,17,28,.09);color:#cf111c;font-weight:1000}
html body .recent-work-section .work-card-area{color:#cf111c;font-weight:950;font-size:13px;white-space:nowrap}
html body .recent-work-section .recent-work-note{margin:28px auto 0;max-width:900px;text-align:center;color:#52677e;font-size:14px;line-height:1.6}
@media(max-width:640px){html body .recent-work-section{padding:66px 0}html body .recent-work-section>.wrapper{width:min(100% - 28px,1380px)}html body .recent-work-section .recent-work-head{text-align:left}html body .recent-work-section .work-card h3{font-size:20px}}
