/* Area page rich content boxes — thick trust-led SEO sections with image */
.pnm-area-rich-stack{
  padding-top:48px;
  padding-bottom:56px;
  background:linear-gradient(180deg,#f4f8fc 0%,#eef3f9 50%,#f8fafc 100%);
}
.pnm-rich-box-grid{display:grid;gap:28px;max-width:1180px;margin:0 auto}
.pnm-rich-box{
  background:#fff;
  border:1px solid #dfe6ee;
  border-radius:20px;
  box-shadow:0 18px 40px rgba(7,35,75,.1);
  overflow:hidden;
  position:relative;
  transition:transform .22s ease,box-shadow .22s ease;
}
.pnm-rich-box:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 48px rgba(7,35,75,.14);
}
.pnm-rich-box:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:6px;
  z-index:2;
  background:linear-gradient(180deg,#cf111c,#0b3f79);
}
.pnm-rich-box--navy:before{background:linear-gradient(180deg,#0b3f79,#062b5b)}
.pnm-rich-box--emergency:before{background:linear-gradient(180deg,#cf111c,#a80009)}
.pnm-rich-box--local:before{background:linear-gradient(180deg,#0d5fa8,#0b3f79)}
.pnm-rich-box--text-only:before{background:linear-gradient(180deg,#0b3f79,#062b5b)}
.pnm-rich-box--text-only.pnm-rich-box--emergency:before{background:linear-gradient(180deg,#cf111c,#a80009)}
.pnm-rich-box--text-only.pnm-rich-box--local:before{background:linear-gradient(180deg,#0d5fa8,#0b3f79)}
.pnm-rich-box--text-only.pnm-rich-box--plumbing:before{background:linear-gradient(180deg,#128c4a,#0b5d4a)}
.pnm-rich-box__layout{
  display:grid;
  grid-template-columns:minmax(240px,340px) 1fr;
  gap:0;
  min-height:280px;
}
.pnm-rich-box__layout--flip{grid-template-columns:1fr minmax(240px,340px)}
.pnm-rich-box__layout--flip .pnm-rich-box__media{order:2}
.pnm-rich-box__media{
  margin:0;
  overflow:hidden;
  background:#e8eef5;
  position:relative;
}
.pnm-rich-box__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  min-height:280px;
}
.pnm-rich-box__inner{padding:34px 38px 36px 44px}
.pnm-rich-box__eyebrow{
  display:inline-block;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#0d5fa8;
  margin-bottom:10px;
}
.pnm-rich-box--emergency .pnm-rich-box__eyebrow{color:#cf111c}
.pnm-rich-box h2{
  font-size:clamp(26px,3vw,34px);
  line-height:1.15;
  color:#062b5b;
  margin:0 0 18px;
  max-width:920px;
}
.pnm-rich-box__body p{
  color:#40556f;
  font-size:16px;
  line-height:1.72;
  margin:0 0 16px;
  max-width:920px;
}
.pnm-rich-box__body p:last-of-type{margin-bottom:0}
.pnm-rich-box__cta{
  margin-top:22px!important;
  padding-top:18px;
  border-top:1px solid #e8eef5;
}
.pnm-rich-box__cta .btn{margin-right:10px;margin-bottom:8px}
@media(min-width:900px){
  .pnm-rich-box-grid{gap:32px}
}
.pnm-area-rich-slot{
  padding-top:28px;
  padding-bottom:28px;
}
.pnm-area-rich-slot:nth-child(even){
  background:linear-gradient(180deg,#f4f8fc 0%,#eef3f9 100%);
}
.pnm-rich-box-single{
  max-width:1180px;
  margin:0 auto;
}
.pnm-rich-box--dark-panel{
  background:linear-gradient(145deg,#062b5b 0%,#0b3f79 100%);
  border-color:rgba(255,255,255,.14);
  box-shadow:0 18px 40px rgba(4,20,45,.35);
}
.pnm-rich-box--dark-panel:before{
  background:linear-gradient(180deg,#cf111c,#a80009);
}
.pnm-rich-box--dark-panel .pnm-rich-box__eyebrow{
  color:#9fd4ff;
}
.pnm-rich-box--dark-panel.pnm-rich-box--emergency .pnm-rich-box__eyebrow{
  color:#ffb4b4;
}
.pnm-rich-box--dark-panel h2{
  color:#fff;
}
.pnm-rich-box--dark-panel .pnm-rich-box__body p{
  color:rgba(255,255,255,.9);
}
.pnm-rich-box--dark-panel .pnm-rich-box__cta{
  border-top-color:rgba(255,255,255,.18);
}
.pnm-rich-box--dark-panel .btn-outline{
  color:#fff;
  border-color:rgba(255,255,255,.55);
}
@media(max-width:720px){
  .pnm-area-rich-stack{padding:32px 20px 40px}
  .pnm-area-rich-slot{padding:24px 16px}
  .pnm-rich-box__layout,
  .pnm-rich-box__layout--flip{grid-template-columns:1fr}
  .pnm-rich-box__layout--flip .pnm-rich-box__media{order:0}
  .pnm-rich-box__inner{padding:26px 22px 28px 28px}
  .pnm-rich-box h2{font-size:24px}
  .pnm-rich-box__body p{font-size:15px}
  .pnm-rich-box__media img{min-height:220px;max-height:260px}
}
