/* Compact, softly blended artwork for supporting page heroes. */
section.illustrated-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);align-items:center;gap:0;padding-block:46px 44px;isolation:isolate}
.illustrated-hero .illustrated-copy{position:relative;z-index:1;min-width:0}
.illustrated-hero .illustrated-copy h1{font-size:clamp(2.25rem,3.5vw,3.5rem);line-height:1.12;max-width:100%}
.illustrated-hero .illustrated-copy p{max-width:100%}
.illustrated-hero .page-illustration{margin:0 -24px 0 -12px;min-width:0;pointer-events:none;mix-blend-mode:multiply}
.illustrated-hero .page-illustration img{display:block;width:100%;height:auto;max-height:480px;object-fit:contain;mask-image:radial-gradient(ellipse 70% 70% at center,#000 48%,transparent 76%)}
@media(max-width:800px){section.illustrated-hero{grid-template-columns:minmax(0,1fr);padding-block:30px 28px;gap:8px}.illustrated-hero .illustrated-copy h1{font-size:clamp(2.125rem,7vw,3.375rem)}.illustrated-hero .page-illustration{margin:0;width:100%;max-width:480px;justify-self:center}.illustrated-hero .page-illustration img{max-height:235px}}

/* Match the wide oval footprint of Auto Repair and Event Spaces.
   New scenes have extra left canvas space, so frame the artwork itself. */
.illustrated-hero .page-illustration.industry-artwork-wide{position:relative;aspect-ratio:3/2;overflow:hidden;mask-image:radial-gradient(ellipse 70% 70% at center,#000 48%,transparent 76%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at center,#000 48%,transparent 76%)}
.illustrated-hero .industry-artwork-wide img{position:absolute;width:125%;height:125%;max-width:none;max-height:none;left:-25%;top:-6%;object-fit:cover;mask-image:none;-webkit-mask-image:none}
@media(max-width:800px){.illustrated-hero .page-illustration.industry-artwork-wide{max-width:352.5px}.illustrated-hero .industry-artwork-wide img{max-height:none}}
