.product-contact { display: block; width: 100%; margin-top: 15px; padding: 10px 12px; border: 1px solid var(--yellow); color: var(--deep); background: var(--yellow); text-align: center; font-size: 11px; font-weight: 800; }
.product-contact:hover { background: #ffe071; }
.process-copy .service-heading { margin: 0 0 18px; color: var(--yellow); font: 600 clamp(1.75rem, 2.8vw, 2.75rem)/1 Oswald, sans-serif; text-transform: uppercase; letter-spacing: .015em; }
.process-copy h2 { font-size: clamp(1.85rem, 2.7vw, 3.1rem); line-height: 1.12; }
.process-copy h2 em { color: #d7eafb; }
@media (max-width: 600px) { .process-copy .service-heading { font-size: 1.8rem; } .process-copy h2 { font-size: 1.85rem; } }
