Batch Production Log
Record batch actuals for consistency, QA, and traceability.
/* =========================================
BRIGHTEN HERO HEADER TEXT
========================================= */
/* Main title */
.cd-hero-title{
color: #F5F5F5 !important; /* brighter off-white */
text-shadow:
0 2px 4px rgba(0,0,0,.75),
0 0 18px rgba(184,115,51,.22); /* subtle copper lift */
}
/* Subtitle */
.cd-hero-sub{
color: rgba(245,245,245,.85) !important;
text-shadow:
0 1px 3px rgba(0,0,0,.6);
}