/* Hotbed brand overrides on top of authentic MNTN Webflow CSS */

.hotbed-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.hotbed-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(251, 215, 132, 0.35);
}

.hotbed-logo-text {
  font-family: 'Serif Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 24px rgba(251, 215, 132, 0.35);
}

.logo-loading {
  border-radius: 20px;
}

.splash-loading {
  width: min(70vw, 260px) !important;
  height: auto !important;
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(251, 215, 132, 0.35),
    0 20px 60px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(255, 100, 40, 0.35);
}

/* Hero art punch */
.hero-section {
  overflow: hidden;
  background: #07141a;
}

.hg, .mg, .vg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hg {
  filter: saturate(1.15) contrast(1.05);
}

.mg {
  filter: saturate(1.1) brightness(0.95);
  mix-blend-mode: lighten;
  opacity: 0.95;
}

.vg {
  filter: saturate(1.2) contrast(1.08);
  mix-blend-mode: normal;
}

.gradient-hero {
  background-image:
    radial-gradient(ellipse 60% 50% at 70% 40%, rgba(255, 120, 40, 0.18), transparent 55%),
    radial-gradient(ellipse 40% 40% at 20% 20%, rgba(251, 215, 132, 0.12), transparent 50%),
    linear-gradient(135deg, rgba(11, 29, 38, 0.92), transparent 70%) !important;
  opacity: 1 !important;
  pointer-events: none;
  z-index: 20;
}

.hero-splash-orb {
  position: absolute;
  right: clamp(4%, 8vw, 12%);
  bottom: 12%;
  z-index: 40;
  width: min(28vw, 280px);
  aspect-ratio: 1;
  pointer-events: none;
  animation: float-orb 6s ease-in-out infinite;
}

.hero-splash-orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow:
    0 0 0 2px rgba(251, 215, 132, 0.45),
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(255, 90, 30, 0.4);
}

@keyframes float-orb {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 900px) {
  .hero-splash-orb {
    width: min(42vw, 180px);
    right: 4%;
    bottom: 8%;
    opacity: 0.9;
  }
}

@media (max-width: 560px) {
  .hero-splash-orb { display: none; }
}

/* Content art cards pop */
.image.hot-art,
.content-section .image {
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(251, 215, 132, 0.2),
    0 24px 64px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(255, 100, 40, 0.12);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.content-section .image:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(251, 215, 132, 0.45),
    0 32px 72px rgba(0, 0, 0, 0.55),
    0 0 72px rgba(255, 100, 40, 0.22);
}

.h1-title {
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.55), 0 0 40px rgba(251, 215, 132, 0.12);
}

.heading-tagline {
  text-shadow: 0 0 20px rgba(251, 215, 132, 0.35);
}

.count {
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.12);
}

/* Stronger content section transition from hero */
.content-section {
  background-image: linear-gradient(180deg, rgba(11, 29, 38, 0) 0%, #0b1d26 12%, #0b1d26 100%) !important;
}

.site-wrapper {
  box-shadow: 0 0 120px rgba(251, 215, 132, 0.06);
}

/* Interior pages (games, contact, privacy) share MNTN chrome */
.page-shell {
  background: #0b1d26;
  color: #fff;
  min-height: 100vh;
  font-family: 'Sans Serif', Arial, sans-serif;
}

.page-shell .navbar {
  position: relative;
  padding-top: 32px;
  padding-bottom: 16px;
  background: #0b1d26;
  z-index: 10;
}

.page-main {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 80px 120px;
}

.page-main .section-label {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fbd784;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.page-main .section-label::before {
  content: "";
  width: 72px;
  height: 2px;
  background: #fbd784;
}

.page-main h1 {
  font-family: 'Serif Display', Georgia, serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 110%;
  font-weight: 600;
  margin: 0 0 16px;
  color: #fff;
}

.page-main .lede {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 40rem;
  margin-bottom: 48px;
}

.page-main h2 {
  font-family: 'Serif Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 110%;
  margin: 0 0 16px;
  color: #fff;
}

.page-main p,
.page-main li {
  color: rgba(255, 255, 255, 0.88);
  line-height: 32px;
}

.page-main a {
  color: #fbd784;
}

.games-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .games-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.game-tile {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.game-tile:hover {
  border-color: rgba(251, 215, 132, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(255, 100, 40, 0.12);
  color: inherit;
}

.game-tile-art {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  background: #122833;
}

.game-tile-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.game-tile .tag {
  align-self: flex-start;
  color: #0b1d26;
  background: #fbd784;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.game-tile h3 {
  font-family: 'Serif Display', Georgia, serif;
  font-size: 28px;
  margin: 0 0 12px;
  color: #fff;
}

.game-tile p {
  flex: 1;
  margin: 0 0 16px;
}

.game-tile .more {
  font-weight: 700;
  color: #fbd784;
}

.contact-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 700px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #fff;
}

.contact-card p {
  margin: 0 0 16px;
}

.contact-card .mail {
  font-weight: 700;
  color: #fbd784;
  word-break: break-all;
  text-decoration: none;
}

.info-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.info-panel h3 {
  color: #fbd784;
  margin: 0 0 16px;
  font-size: 18px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row .k {
  color: rgba(255, 255, 255, 0.55);
}

.info-row .v {
  font-weight: 700;
  text-align: right;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 12px;
}

.feature-list li {
  padding-left: 18px;
  position: relative;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbd784;
}

.split {
  display: grid;
  gap: 40px;
}

@media (min-width: 860px) {
  .split {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.prose {
  max-width: 48rem;
}

.prose h2 {
  margin-top: 40px;
}

.prose h3 {
  color: #fbd784;
  margin-top: 28px;
  margin-bottom: 8px;
}

.meta-box {
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  background: #fbd784;
  color: #0b1d26 !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
}

.page-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 80px 48px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  color: #a2a8aa;
  font-size: 14px;
}

.page-footer a {
  color: #a2a8aa;
  text-decoration: none;
}

.page-footer a:hover {
  color: #fbd784;
}

@media screen and (max-width: 991px) {
  .page-main {
    padding: 40px 40px 80px;
  }
  .page-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-main {
    padding: 32px 20px 64px;
  }
  .page-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-main .section-label::before {
    width: 40px;
  }
}
