.hero-gmeow-title {
  position: relative;
  animation: gmeow-title-float 6s ease-in-out infinite;
  max-width: min(92vw, 980px);
  font-size: clamp(3.7rem, 10vw, 10.5rem) !important;
  letter-spacing: 0;
  text-shadow: 4px 4px 0 #000, 8px 8px 0 rgba(255, 255, 255, 0.14);
}

section.relative.h-screen {
  isolation: isolate;
}

section.relative.h-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.16) 100%);
  pointer-events: none;
}

section.relative.h-screen {
  background: #050505 url("./bole-hero-poster.png") center / cover no-repeat;
}

section.relative.h-screen > video {
  z-index: 1;
  display: block !important;
  object-position: center;
}

section.relative.h-screen > .gmeow-audio-toggle,
section.relative.h-screen > .gmeow-video-watermark-cover,
section.relative.h-screen > div.absolute.inset-0.bg-black {
  display: none !important;
}

section.relative.h-screen > div.absolute.inset-0.bg-black\/30 {
  z-index: 2;
}

section.relative.h-screen > .relative.z-10 {
  z-index: 10;
}

.gmeow-video-watermark-cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 48px;
  background: #000;
  pointer-events: none;
}

.bole-floating-meme,
img[alt="gmeow animation"] {
  width: clamp(8.5rem, 12vw, 12.5rem) !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 18px rgba(245, 197, 66, 0.32));
}

.gmeow-audio-toggle {
  position: absolute;
  right: 1rem;
  bottom: 4rem;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 7.25rem;
  height: 2.75rem;
  padding: 0 0.9rem;
  border: 2px solid #000;
  border-radius: 9999px;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 3px 3px 0 #000;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gmeow-audio-toggle:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #000;
}

.gmeow-audio-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 18px;
  flex: 0 0 auto;
}

.gmeow-audio-speaker {
  position: absolute;
  left: 1px;
  top: 5px;
  width: 7px;
  height: 8px;
  background: #000;
  border-radius: 1px;
}

.gmeow-audio-speaker::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid #000;
}

.gmeow-audio-wave {
  position: absolute;
  right: 0;
  top: 2px;
  width: 7px;
  height: 14px;
  border: 2px solid #000;
  border-left: 0;
  border-radius: 0 16px 16px 0;
}

.gmeow-audio-slash {
  position: absolute;
  left: -2px;
  top: 8px;
  width: 26px;
  height: 3px;
  background: #000;
  transform: rotate(-45deg);
  transform-origin: center;
}

.gmeow-audio-toggle.is-muted .gmeow-audio-wave {
  opacity: 0.18;
}

.gmeow-audio-toggle.is-unmuted .gmeow-audio-slash {
  display: none;
}

.gmeow-art {
  position: absolute;
  font-family: Boogaloo, cursive;
  font-size: 2rem;
  line-height: 0.9;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.72);
  -webkit-text-stroke: 1.5px #000;
  text-shadow: 3px 3px 0 #000;
  white-space: nowrap;
  animation: gmeow-art-float 8s ease-in-out infinite;
}

.gmeow-art-a {
  top: 17%;
  left: 7%;
  transform: rotate(-6deg);
}

.gmeow-art-b {
  top: 25%;
  right: 8%;
  font-size: 3.5rem;
  transform: rotate(5deg);
  animation-delay: -1.4s;
}

.gmeow-art-c {
  bottom: 25%;
  left: 9%;
  transform: rotate(4deg);
  animation-delay: -2.2s;
}

.gmeow-art-d {
  bottom: 18%;
  right: 12%;
  transform: rotate(-5deg);
  animation-delay: -3.1s;
}

.gmeow-art-e {
  top: 72%;
  right: 7%;
  opacity: 0.5;
  transform: rotate(8deg);
  animation-delay: -4s;
}

.gmeow-note {
  display: inline-block;
  font-family: Boogaloo, cursive;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px 0 #000;
}

.gmeow-quote {
  display: block;
  border-left: 3px solid #fff;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.gmeow-bottom-art {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #000;
  border-top: 2px solid rgba(255, 255, 255, 0.16);
}

.gmeow-bottom-art-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
}

.gmeow-fixed-gm {
  position: fixed;
  top: 0.75rem;
  right: 1rem;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  height: 2.5rem;
  border: 2px solid #000;
  border-radius: 9999px;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 3px 3px 0 #000;
}

.bole-mechanism-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 1rem;
  background:
    radial-gradient(circle at 22% 8%, rgba(245, 197, 66, 0.18), transparent 28%),
    linear-gradient(180deg, #050505 0%, #120d03 100%);
}

.bole-mechanism-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 197, 66, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 197, 66, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.bole-mechanism-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}

.bole-mechanism-heading {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

.bole-mechanism-heading span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(245, 197, 66, 0.36);
  border-radius: 999px;
  background: rgba(245, 197, 66, 0.1);
  color: #ffe07a;
  font-size: 0.85rem;
  font-weight: 700;
}

.bole-mechanism-heading h2 {
  margin: 0 0 0.75rem;
  color: #fff4c7;
  font-family: Boogaloo, Impact, "Noto Sans SC", sans-serif;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 3px 3px 0 #000;
}

.bole-mechanism-heading p,
.bole-mechanism-note {
  color: rgba(245, 241, 232, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.8;
}

.bole-mechanism-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.bole-mechanism-grid article {
  min-height: 14.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(245, 197, 66, 0.2);
  border-radius: 1rem;
  background: rgba(10, 9, 6, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.bole-mechanism-grid strong {
  display: block;
  margin-bottom: 0.75rem;
  color: #ffe07a;
  font-size: 1.2rem;
}

.bole-mechanism-grid p {
  margin: 0;
  color: rgba(245, 241, 232, 0.74);
  font-size: 0.98rem;
  line-height: 1.75;
}

.bole-mechanism-note {
  max-width: 920px;
  margin: 1.4rem auto 0;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(245, 197, 66, 0.18);
  border-radius: 0.9rem;
  background: rgba(245, 197, 66, 0.07);
  text-align: center;
}

@keyframes gmeow-title-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes gmeow-art-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@media (min-width: 768px) {
  .gmeow-fixed-gm {
    display: none;
  }

  .gmeow-art {
    font-size: 3rem;
  }

  .gmeow-art-b {
    font-size: 5rem;
  }

  .gmeow-note {
    font-size: 2rem;
  }

  .gmeow-quote {
    font-size: 1.1rem;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .bole-mechanism-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-gmeow-title {
    font-size: clamp(3.1rem, 16vw, 5.4rem) !important;
  }

  .bole-mechanism-section {
    padding: 4rem 1rem;
  }

  .bole-mechanism-grid {
    grid-template-columns: 1fr;
  }

  .bole-mechanism-grid article {
    min-height: auto;
  }

  .gmeow-video-watermark-cover {
    height: 34px;
  }

  .gmeow-audio-toggle {
    right: 0.75rem;
    bottom: 3rem;
    min-width: 6.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    font-size: 0.7rem;
  }

  header a.bg-white {
    display: none !important;
  }

  .gmeow-art {
    font-size: 1.25rem;
    opacity: 0.55;
    text-shadow: 2px 2px 0 #000;
  }

  .gmeow-art-b {
    top: 21%;
    right: 5%;
    font-size: 2rem;
  }

  .gmeow-art-c {
    left: 5%;
    bottom: 20%;
  }

  .gmeow-art-d {
    right: 4%;
    bottom: 14%;
  }

  .gmeow-art-e {
    display: none;
  }
}
