/* Shared mobile reservation space; social links stay in the document footer. */
@media(max-width:767px){
 body .steamescape-social-links{position:static;inset:auto;z-index:auto;justify-content:center;flex-wrap:wrap;gap:14px;width:100%;margin:0;padding:20px 16px calc(84px + env(safe-area-inset-bottom,0px));background:#292731}
 body .steamescape-social-links a{width:44px;height:44px;display:grid;place-items:center}
 body .steamescape-social-links img{width:36px;height:36px}
 body .mobile-book{padding-bottom:env(safe-area-inset-bottom,0px);min-height:calc(62px + env(safe-area-inset-bottom,0px))}
}
/* Preserve the silhouette of the original cutouts, without rectangular shadows. */
.steam-home-content .birthday-grid img,
.steam-home-content .creation-grid img{object-fit:contain;background:transparent;border-radius:0;box-shadow:none;filter:drop-shadow(0 8px 9px rgba(0,0,0,.25))}
.steam-home-content .mission-badge{max-width:calc(100% - 2rem);font-size:clamp(.65rem,1.2vw,.85rem);line-height:1.5;letter-spacing:.03em;white-space:normal}
@media(max-width:480px){
 .steam-home-content .mission-card .mission-copy{padding-right:1.1rem;padding-bottom:5.2rem}
 .steam-home-content .mission-card .mission-copy strong{font-size:clamp(1.05rem,5vw,1.45rem);line-height:1.2}
 .steam-home-content .mission-card .mission-copy>span:not(.mission-format){font-size:.85rem;line-height:1.3}
 .steam-home-content .mission-card .mission-copy em{font-size:.75rem}
}
