/*
Theme Name: High Limit Crypto Casino — Complete Exact Site
Theme URI: https://highlimitcryptocasino.com
Author: High Limit Crypto Casino
Description: Complete self-contained WordPress edition of HighLimitCryptoCasino.com, including every dossier, guide, institutional page, Finder record, image and SEO route.
Version: 1.0.2
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: high-limit-crypto-casino
*/

html, body { margin: 0; padding: 0; }

/* The hero title lives beside a wide Finder. Its desktop scale must follow
   the width of that narrow text column, not the width of the whole screen. */
@media (min-width: 1280px) {
  .hero-grid > .site-shell > div:first-child { min-width: 0; }
  .hero-grid > .site-shell > div:first-child > h1 {
    max-width: 10ch !important;
    font-size: clamp(56px, 4vw, 68px) !important;
    line-height: .94 !important;
    letter-spacing: -.055em !important;
  }
}

.hlcc-static-menu {
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(7, 24, 32, .74);
  display: flex;
  justify-content: flex-end;
}
.hlcc-static-menu > div {
  width: min(88vw, 360px);
  min-height: 100%;
  padding: 22px;
  background: #f4f0e7;
  color: #102732;
  box-shadow: -20px 0 60px rgba(0, 0, 0, .28);
}
.hlcc-static-menu button,
.hlcc-static-menu a {
  min-height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(16, 39, 50, .15);
  background: transparent;
  color: inherit;
  font: 700 16px/1.3 system-ui, sans-serif;
  text-decoration: none;
}
.hlcc-static-menu button { justify-content: flex-end; margin-bottom: 12px; cursor: pointer; }
