Lumina Studios Expands with New Recording Rooms
Opening premium creative spaces for national and international talent. <section class="hero" style="background-image: url('<?= htmlspecialchars($content['hero']['background_image']) ?>'); background-size: cover; background-position: top center; --hero-overlay-opacity: <?= htmlspecialchars($content['hero']['overlay_opacity']) ?>;">
<div class="hero-overlay"></div>
<div class="container hero-content">
<h1><?= htmlspecialchars($content['hero']['title']) ?></h1>
<p><?= htmlspecialchars($content['hero']['subtitle']) ?></p>
<div class="hero-buttons">
<a class="btn btn-primary" href="#ecosystem"><?= htmlspecialchars($content['hero']['cta_primary']) ?></a>
<a class="btn btn-secondary" href="contact.php"><?= htmlspecialchars($content['hero']['cta_secondary']) ?></a>
</div>
</div>