/* gallery / lifestyle highlight */ .gallery-showcase background: #0e1019; border-radius: 2rem; padding: 1.8rem; margin: 2rem 0;
/* section titles */ .section-title font-size: 1.9rem; font-weight: 700; margin: 2rem 0 1.5rem; position: relative; display: inline-block;
/* entertainment hub */ .entertainment-highlight display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; background: #0f111b; border-radius: 2rem; padding: 2rem; margin: 1rem 0 3rem; border-left: 6px solid #d4af37;
.music-list li span:first-child, .film-list li span:first-child font-size: 1.3rem;
.music-list li, .film-list li display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #282c3c;
.gallery-item .icon font-size: 2.2rem; margin-bottom: 8px;
.social-icons a:hover background: #d4af37; color: #0a0c12; transform: scale(1.05);
footer margin-top: 4rem; text-align: center; font-size: 0.75rem; color: #5d688b; border-top: 1px solid #212433; padding-top: 2rem;