.enter{animation:enter-up .9s cubic-bezier(.22,1,.36,1) both}@keyframes enter-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.enter-lcp{animation:enter-rise .9s cubic-bezier(.22,1,.36,1) both}@keyframes enter-rise{0%{transform:translateY(18px)}to{transform:none}}.hero-stage{position:relative;min-height:100svh;padding-block:96px 152px}.hero-stage,.hero-title{display:flex;flex-direction:column;justify-content:center}.hero-title{--hero-size:clamp(33px,6vw,96px);--flag-gap:calc(var(--hero-size) * 0.04);--flag-height:clamp(9px,calc(var(--hero-size) * 0.2),20px);--hero-arabic-leading:calc(var(--hero-size) * 1.22 + var(--flag-height) + var(--flag-gap));min-block-size:calc(var(--hero-arabic-leading) * 2);font-size:var(--hero-size);line-height:1.28;font-weight:400}html[lang=ar] .hero-title{font-size:calc(var(--hero-size) * 1.07);line-height:var(--hero-arabic-leading);font-weight:500}.hero-lead{display:flex;flex-direction:column;justify-content:center;min-block-size:3lh}.hero-flagged{--flag-baseline-drop:0.1551em;--flag-ink-drop:0.012em;position:relative;display:inline-block;line-height:1;white-space:nowrap;color:var(--color-accent)}html[lang=ar] .hero-flagged{--flag-baseline-drop:0.2652em;--flag-ink-drop:0.238em}.flag-ribbon{position:absolute;inset-inline:-.01em;bottom:calc(var(--flag-baseline-drop) - var(--flag-ink-drop) - var(--flag-gap) - var(--flag-height));display:block;height:var(--flag-height);z-index:-1;animation:flag-breathe 9.2s ease-in-out infinite alternate}@keyframes flag-breathe{0%{transform:translateY(-.6px)}to{transform:translateY(.9px)}}.flag-ribbon-svg{display:block;width:100%;height:100%}.flag-morph{animation-duration:6.4s;animation-timing-function:linear;animation-iteration-count:infinite}.flag-light{animation:flag-light-travel 6.4s linear infinite}[dir=rtl] .flag-ribbon-svg{transform:scaleX(-1)}@media (prefers-reduced-motion:reduce){.enter,.enter-lcp{animation:none;opacity:1;transform:none}.flag-light,.flag-morph,.flag-ribbon{animation:none}}