The pair's red carpet appearances have evolved from the "wild and wacky" outfits of the early 2000s—often characterized by oversized fits and graphic tees—to a more cohesive, adult aesthetic.

// simple escape helper to avoid injection function escapeHtml(str) return str.replace(/[&<>]/g, function(m) if (m === '&') return '&'; if (m === '<') return '<'; if (m === '>') return '>'; return m; ).replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g, function(c) return c; );

footer margin-top: 3.5rem; text-align: center; font-size: 0.8rem; color: #9b927f; border-top: 1px solid #e2dbd0; padding-top: 2rem;