/* Keep the complete wordmark, including the chick's beak, inside its frame. */
.logo-crop img,.print-footer .logo-crop img{width:100%;max-width:none;height:auto;left:0;top:50%;transform:translateY(-50%)}
/* Reuse the original chick directly from the brand image, without redrawing it. */
.mascot-bird{position:relative;display:block;flex:0 0 auto;width:64px;aspect-ratio:13/15;overflow:hidden;background:var(--yellow);isolation:isolate}
.mascot-bird>img{position:absolute;display:block;max-width:none;width:769.230769%;height:auto;left:-669.230769%;top:-188.888889%;aspect-ratio:auto;object-fit:initial;border-radius:0}
.mascot-greeting{display:flex;gap:16px;align-items:center;color:var(--blue);margin-bottom:24px;max-width:46ch}
.mascot-greeting p{font-size:.95rem;font-weight:650;line-height:1.45;margin:0}
.mascot-greeting .mascot-bird{width:52px;transform-origin:50% 90%}
.home-hero .mascot-greeting{margin-top:-8px;margin-bottom:20px}
.mascot-tag{display:inline-flex;align-items:center;gap:16px;padding:10px 18px 10px 10px;background:var(--yellow);color:var(--blue);border-radius:var(--radius);margin-bottom:22px;max-width:100%}
.mascot-tag p{margin:0;font-size:.88rem;line-height:1.45;font-weight:650}
.mascot-tag .mascot-bird{width:48px;transform-origin:50% 90%}
.order-summary .mascot-tag{padding:0;background:transparent;margin-bottom:18px}
.order-summary .mascot-tag p{max-width:25ch}
.mascot-signature{display:flex;gap:14px;align-items:center;margin-top:24px;color:var(--yellow);max-width:32ch}
.mascot-signature .mascot-bird{width:48px;border-radius:var(--radius)}
.mascot-signature p{font-size:.85rem;line-height:1.4;margin:0}
.motion-ready .mascot-greeting .mascot-bird,.motion-ready .mascot-tag .mascot-bird{animation:chick-greet 1.05s var(--motion-ease) .25s 1}
@keyframes chick-greet{0%,100%{transform:rotate(0)}30%{transform:rotate(-7deg) translateY(-4px)}65%{transform:rotate(5deg)}}
@media(hover:hover){.mascot-greeting:hover .mascot-bird,.mascot-tag:hover .mascot-bird{transform:rotate(-5deg);transition:transform .3s var(--motion-ease)}}
.motion-paused .mascot-bird{transform:none!important}
@media(max-width:760px){.mascot-greeting{gap:12px}.mascot-greeting p{font-size:.85rem}.mascot-greeting .mascot-bird{width:44px}.mascot-tag{gap:12px;padding-right:12px}.mascot-tag p{font-size:.82rem}.mascot-signature{margin-top:20px}}
@media(prefers-reduced-motion:reduce){.mascot-bird{animation:none!important;transition:none!important;transform:none!important}}
