/* Shared PlayPavilion logo — import from home/style.css and games/game.css */

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  vertical-align: middle;
}

.site-logo-mark {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: auto;
}

.site-logo-text {
  font-weight: 800;
  letter-spacing: 3px;
  color: #00f5ff;
  text-shadow: 0 0 12px rgba(0, 245, 255, 0.65);
  line-height: 1;
  white-space: nowrap;
}

.site-logo--hero .site-logo-mark { width: 56px; height: 56px; }
.site-logo--hero .site-logo-text {
  font-size: clamp(28px, 5vw, 46px);
  letter-spacing: 4px;
}

.site-logo--nav .site-logo-mark { width: 32px; height: 32px; }
.site-logo--nav .site-logo-text {
  font-size: 16px;
  letter-spacing: 2px;
}

.site-logo--footer .site-logo-mark { width: 36px; height: 36px; }
.site-logo--footer .site-logo-text {
  font-size: 18px;
  letter-spacing: 2px;
}

.site-logo--hub .site-logo-mark { width: 40px; height: 40px; }
.site-logo--hub .site-logo-text {
  font-size: clamp(16px, 2.5vw, 22px);
  letter-spacing: 2px;
}

.site-logo:hover .site-logo-text,
.site-logo:focus-visible .site-logo-text {
  text-shadow: 0 0 18px rgba(0, 245, 255, 0.95);
}

.site-logo:focus-visible {
  outline: 2px solid rgba(0, 245, 255, 0.5);
  outline-offset: 4px;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .site-logo--nav .site-logo-text { display: none; }
  .site-logo--hero .site-logo-mark { width: 48px; height: 48px; }
}
