/* OC-SCN-039: approved corporate-green surface and local contact shadow. */
.oc-relief-hero { background: #087e51 !important; }
.oc-relief-hero::before {
  background: linear-gradient(180deg,#087e51 0,rgba(8,126,81,0) 24%),linear-gradient(90deg,rgba(8,126,81,.14),rgba(8,126,81,0) 62%) !important;
}
.relief-contact-shadow {
  background: radial-gradient(ellipse,rgba(0,83,55,.55) 0,rgba(4,108,72,.23) 42%,transparent 70%) !important;
}
/* Keep the left ridge below the paragraph; retain the mobile crop. */
@media (min-aspect-ratio: 1/1) {
  .relief-stage img { object-position: center center !important; }
}
