/* Dreamy Art Studio — Version 7 delivery and mobile refinements */

/* Industry headlines remain emphatic without pushing the useful content below the first screen. */
.page-hero h1,
.industry-page .page-hero h1 {
  font-size: clamp(3.8rem, 5.7vw, 5.5rem);
  line-height: 1.06;
}

/* The three sector checks enter as a single, readable sequence on wider screens. */
.industry-proof-grid .card-reveal:nth-child(2) { transition-delay: .12s; }
.industry-proof-grid .card-reveal:nth-child(3) { transition-delay: .24s; }

/* These lightweight, repeated elements can be painted independently while scrolling. */
.shared-signals,
.industry-proof-grid article { contain: layout paint; }

@media (max-width: 850px) {
  .page-hero { padding-top: 66px; padding-bottom: 52px; }
  .page-hero h1,
  .industry-page .page-hero h1 { font-size: clamp(2.65rem, 11.5vw, 3.25rem); line-height: 1.08; }
  .industry-proof-grid .card-reveal:nth-child(n) { transition-delay: 0s; }
}

@media (prefers-reduced-motion: reduce) {
  .industry-proof-grid .card-reveal { transition: none; }
}
