.hero>*{animation:rise var(--dur-enter) var(--ease-out) backwards}.hero>:first-child{animation-delay:0s}.hero>:nth-child(2){animation-delay:60ms}.hero>:nth-child(3){animation-delay:.12s}.hero>:nth-child(4){animation-delay:.18s}@media (prefers-reduced-motion:reduce){.hero>*{animation:none}}.hero{align-items:flex-start;gap:var(--sp-6);flex-direction:column;display:flex}.hero__badge{align-items:center;gap:var(--sp-2);padding:var(--sp-1) var(--sp-3);border:1px solid var(--line);border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:var(--text-meta);letter-spacing:.04em;color:var(--ink-soft);background:var(--card);display:inline-flex}.hero__badge-dot{background:var(--ok);width:7px;height:7px;animation:pulse 2.4s var(--ease-in-out) infinite;border-radius:50%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.hero__badge-dot{animation:none}}.hero__row{align-items:center;gap:var(--sp-5);width:100%;display:flex}.hero__name{font-size:var(--text-display);line-height:var(--lh-display);letter-spacing:var(--ls-display);flex:1}.hero__socials{margin:0 calc(-1 * var(--sp-2));align-self:flex-start;gap:0;display:flex}.hero__bio{font-size:var(--text-body);line-height:var(--lh-body);color:var(--ink-soft);max-width:56ch}.hero__actions{gap:var(--sp-3);flex-wrap:wrap;display:flex}@media (max-width:600px){.hero__actions{flex-direction:column;align-items:stretch;width:100%}.hero__actions .btn{width:100%}}
.country-reel{--reel-w:clamp(150px, 15vw, 200px);--reel-gap:12px;vertical-align:-.18em;line-height:0;display:inline-block;position:relative}.country-reel__pill{width:auto;height:1.05em;box-shadow:var(--shadow-print);border-radius:4px;margin:0 .14em;display:block}@media (hover:hover) and (pointer:fine){.country-reel__pill{cursor:pointer;transition:transform var(--dur-hover) var(--ease-out), box-shadow var(--dur-hover) var(--ease-out)}.country-reel__pill[data-open]{box-shadow:var(--shadow-lift);transform:translateY(-1px)scale(1.06)}}.country-reel__anchor{width:0;height:0;z-index:var(--z-popover);pointer-events:none;position:absolute;bottom:100%;left:50%}.country-reel__follow{left:0;bottom:var(--reel-gap);width:var(--reel-w);margin-left:calc(var(--reel-w) / -2);transform-origin:50% 100%;pointer-events:none;will-change:transform;position:absolute}.country-reel__card{aspect-ratio:4/3;border-radius:var(--card-radius);background:var(--card);width:100%;box-shadow:var(--shadow-lift);transform-origin:50% 100%;display:block;position:relative;overflow:hidden}.country-reel__shot{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}
.portrait{box-shadow:var(--shadow-print);background:var(--paper-deep);border-radius:13.15%;flex-shrink:0;margin:0;position:relative;overflow:hidden}.portrait--hero{width:calc(var(--text-display) * 1.583);height:calc(var(--text-display) * 1.583);min-width:60px;min-height:60px}.portrait img{object-fit:cover;width:100%;height:100%}.portrait__fallback{background:var(--paper-deep);width:100%;height:100%;display:block}
