.home-screen .home-actions { margin-top:3vh; gap:1.5vh; }
.home-screen .home-actions .button { height:11vh; max-height:104px; font-size:clamp(24px,3vw,48px); }
.home-screen .home-secondary { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:16px; }
.home-screen .home-secondary .button { min-height:52px; padding:12px; font:900 clamp(17px,1.8vw,25px) var(--display); letter-spacing:.06em; border:1px solid #12d9f488; background:#081924e8; color:#d6f5ff; box-shadow:inset 0 0 18px #12d9f411; transition:transform .2s,background .2s; }
.home-screen .home-secondary #homeShop { border-color:#ffdc3888; color:#ffdc38; }
.home-screen .home-secondary .button:hover { transform:translateY(-3px); background:#163744; }
.home-screen .home-secondary .button:focus-visible { outline:2px solid white; outline-offset:4px; }
.home-screen .home-links { margin-top:16px; align-items:center; }
@media(max-height:650px) { .home-screen .home-secondary .button { min-height:40px; }.home-screen .home-secondary,.home-screen .home-links { margin-top:10px; } }
@media(prefers-reduced-motion:reduce) { .home-screen .home-secondary .button { transition:none; } }
