.brand-story{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(24px,5vw,80px);align-items:center}.brand-story p{color:var(--muted)}.evolution{text-align:center;min-width:0}.evolution-stage{position:relative;height:220px;display:flex;align-items:center;justify-content:space-evenly;gap:20px}.evolution-stage img{width:42%;max-width:180px;height:180px;object-fit:contain}.evolution-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.evolution-caption p{flex:1;font-size:.85rem}.evolution-caption strong{color:var(--navy)}[dir=rtl] .evolution-caption>span{transform:rotate(180deg)}.playing .evolution-stage img{position:absolute;inset-inline-start:50%;transform:translateX(-50%)}[dir=rtl] .playing .evolution-stage img{transform:translateX(50%)}.playing .legacy-emblem{animation:legacy-out 8s both}.playing .new-emblem{animation:new-in 8s both}@keyframes legacy-out{0%,25%{opacity:1;scale:1}45%,100%{opacity:0;scale:.82}}@keyframes new-in{0%,30%{opacity:0;scale:.82}55%,100%{opacity:1;scale:1}}@media(max-width:700px){.brand-story{grid-template-columns:1fr}.evolution-stage{height:190px}.evolution-stage img{height:160px}.evolution-play{white-space:normal}}@media(prefers-reduced-motion:reduce){.playing .evolution-stage img{position:static;transform:none!important;animation:none!important;opacity:1;scale:1}.evolution-play{display:none}}
