.spud-hero .top-scribble{top:0;right:3%;z-index:1}
.spud-stage{position:relative;aspect-ratio:1.03;isolation:isolate;margin-top:20px}
.spud-fallback{position:absolute;width:120%;max-width:none;left:-10%;top:-12%;transform:rotate(-7deg)}
.spud-pet{position:absolute;top:-1%;left:12%;width:76%;aspect-ratio:1;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.spud-pet:focus-visible{outline:3px dashed var(--ink);outline-offset:3px;border-radius:28px}
.spud-sprite{display:block;width:100%;height:100%;transform-origin:50% 86%}
.spud-hero[data-running="true"] .spud-sprite{animation:spud-breathe 3.8s ease-in-out infinite}
.spud-hero[data-phase="hello"][data-running="true"] .spud-sprite{animation:spud-hop .7s cubic-bezier(.3,0,.4,1) 1}
.spud-hero[data-phase="newspaper"] .spud-sprite{animation-duration:5.5s}
/* Display the original logo's lettering region; keep its custom letterforms. */
.spud-wordmark{position:absolute;left:3%;width:94%;bottom:3%;aspect-ratio:1040/230;overflow:hidden;transform:rotate(-5deg);pointer-events:none}
.spud-wordmark img{position:absolute;width:120.576923%;max-width:none;height:auto;left:-10.576923%;top:-326.086957%}
.spud-controls{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0}
.spud-hint{font-size:13px;line-height:1.4;font-weight:600}
.spud-toggle{border:0;border-bottom:1px solid #24201666;background:transparent;color:var(--ink);font:inherit;font-size:12px;padding:5px 0;cursor:pointer;min-height:36px;white-space:nowrap}
.spud-toggle:hover{border-color:var(--ink)}
.spud-toggle:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
.spud-hero .hero-sticker-shelf{padding-top:10px}
.spud-hero [hidden]{display:none}
@keyframes spud-breathe{0%,100%{transform:translateY(0) scaleY(1)}50%{transform:translateY(-2px) scaleY(1.006)}}
@keyframes spud-hop{0%,100%{transform:translateY(0)}38%{transform:translateY(-13px)}75%{transform:translateY(1px)}}
@media(max-width:1000px) and (min-width:701px){.spud-stage{aspect-ratio:.96}.spud-pet{top:6%;width:82%;left:9%}.spud-wordmark{bottom:5%}.spud-hint{font-size:12px}}
@media(max-width:700px){.spud-hero{max-width:440px!important;margin-top:38px!important}.spud-stage{margin-top:12px;aspect-ratio:1}.spud-hero .top-scribble{font-size:10px;top:-9px;right:0}.spud-pet{width:82%;left:9%;top:2%}.spud-wordmark{left:1%;width:98%;bottom:3%}.spud-toggle{min-height:44px}.spud-hero .hero-sticker-shelf{padding-top:18px}}
@media(prefers-reduced-motion:reduce){.spud-sprite{animation:none!important}}
