/* On compact screens, Norb floats in front of the map and greeting bubble. */
.norb-copy-intro{display:none}@media(max-width:980px){.norb-copy-intro{position:relative;isolation:isolate;display:block;width:min(100%,360px);height:122px;margin:15px 0 15px}.norb-copy-intro::before{content:"";position:absolute;z-index:0;left:1px;bottom:3px;width:112px;height:92px;border-radius:50%;background:radial-gradient(circle,rgba(18,211,122,.32),rgba(20,70,44,.14) 46%,transparent 72%);filter:blur(10px)}.norb-copy-intro img{position:absolute;z-index:2;left:0;bottom:0;width:112px;height:122px;object-fit:contain;filter:drop-shadow(0 17px 18px rgba(0,0,0,.56));animation:norb-welcome-float 4.8s ease-in-out infinite}.norb-copy-intro figcaption{position:absolute;z-index:1;left:78px;right:0;top:30px;display:grid;gap:3px;min-height:64px;padding:10px 12px 9px 43px;border:1px solid rgba(255,201,40,.52);border-radius:15px;background:linear-gradient(115deg,rgba(21,72,45,.94),rgba(14,22,19,.94));color:#fff;box-shadow:0 14px 25px rgba(0,0,0,.24)}.norb-copy-intro small{color:var(--yellow);font:700 7px "DM Mono",monospace;letter-spacing:.8px}.norb-copy-intro b{font-size:11px;line-height:1.2}.norb-copy-intro span{color:#c2d1c5;font-size:8px;line-height:1.35}@keyframes norb-welcome-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}}@media(max-width:420px){.norb-copy-intro{width:min(100%,320px);height:110px;margin:13px 0 12px}.norb-copy-intro::before{width:98px;height:80px}.norb-copy-intro img{width:100px;height:110px}.norb-copy-intro figcaption{left:69px;top:27px;min-height:58px;padding:8px 9px 8px 37px;border-radius:13px}.norb-copy-intro b{font-size:10px}}@media(prefers-reduced-motion:reduce){.norb-copy-intro img{animation:none}}
