/* ==============================================
   BRAND — Sección "Tu ropa única como tú"
   ============================================== */

.brand-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; background: var(--black); overflow: hidden; }
.story-left { display: flex; flex-direction: column; justify-content: center; padding: 4rem 3.5rem; }
.story-eyebrow { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink); margin-bottom: 1rem; }
.story-title { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; color: white; line-height: 1; letter-spacing: 0.02em; margin-bottom: 1.5rem; }
.story-title span { color: var(--pink); }
.story-body { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.8; max-width: 380px; margin-bottom: 2rem; font-weight: 600; }
.story-body strong { color: white; }
.story-pills { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.story-pill { background: rgba(255,45,135,0.15); color: var(--pink-light); border: 1px solid rgba(255,45,135,0.3); padding: 0.4rem 1rem; border-radius: 2rem; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; }
.story-right { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: rgba(255,255,255,0.03); }
.story-img { overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.story-img:first-child { grid-column: span 2; aspect-ratio: 2/1; }
.story-img:not(:first-child) { aspect-ratio: 1; }
