.aloha-release-library {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0;
}

.aloha-release-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.6fr);
  align-items: end;
  gap: 32px;
  margin-bottom: 36px;
}

.aloha-release-heading p:first-child {
  margin: 0 0 12px;
  color: #65f5d2;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aloha-release-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 6vw, 5.2rem);
  line-height: 0.95;
}

.aloha-release-heading > p:last-child {
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
}

.aloha-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aloha-catalog-card {
  overflow: hidden;
  color: #fff;
  background: rgba(8,22,33,.72);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  transform: translateZ(0);
}

.aloha-catalog-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.aloha-catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.aloha-catalog-card:hover .aloha-catalog-image img { transform: scale(1.035); }

.aloha-catalog-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 11px;
  color: #05131b;
  background: #65f5d2;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.aloha-catalog-copy { padding: 24px; }
.aloha-catalog-copy > p { margin: 0 0 8px; color: #65f5d2; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.aloha-catalog-copy h3 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.2rem); }
.aloha-catalog-copy h3 a { color: inherit; text-decoration: none; }
.aloha-catalog-copy > div { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.aloha-catalog-copy > div span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .75rem; }
.aloha-catalog-link { color: #fff; font-weight: 800; text-decoration: none; }
.aloha-catalog-link span { color: #65f5d2; }
.aloha-catalog-note { grid-column: 1 / -1; color: rgba(255,255,255,.7); }

.aloha-game-page {
  min-height: 100vh;
  color: #fff;
  background: #07141c;
}

.aloha-game-nav,
.aloha-game-main,
.aloha-game-footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.aloha-game-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; }
.aloha-game-nav img { width: 116px; height: 116px; object-fit: contain; border-radius: 18px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.48)); }
.aloha-game-nav a { color: #fff; font-weight: 800; text-decoration: none; }
.aloha-game-hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(34px,6vw,84px); padding: clamp(54px,8vw,110px) 0; }
.aloha-game-hero .eyebrow { color: #65f5d2; font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.aloha-game-hero h1 { margin: 12px 0 20px; font-size: clamp(3rem,7vw,6.6rem); line-height: .92; }
.aloha-game-hero .lead { color: rgba(255,255,255,.73); font-size: clamp(1rem,1.7vw,1.25rem); line-height: 1.75; }
.aloha-game-art { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 35px 100px rgba(0,0,0,.42); transform: perspective(1000px) rotateY(-3deg); }
.aloha-game-art img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.aloha-game-intro { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(24px,5vw,64px); margin: 0 0 70px; padding: clamp(24px,4vw,48px); background: linear-gradient(135deg,rgba(101,245,210,.1),rgba(255,255,255,.035)); border: 1px solid rgba(101,245,210,.28); border-radius: 28px; }
.aloha-game-intro h2 { margin: 10px 0 14px; font-size: clamp(2rem,4vw,4.2rem); line-height: .95; }
.aloha-game-intro p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 1.7; }
.aloha-game-intro video { display: block; width: 100%; max-height: 70vh; background: #000; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 26px 70px rgba(0,0,0,.45); }
.aloha-game-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.aloha-game-actions a { padding: 13px 18px; color: #06131b; background: #65f5d2; border-radius: 999px; font-weight: 900; text-decoration: none; }
.aloha-game-actions a:last-child { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); }
.aloha-game-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 0 0 70px; }
.aloha-game-facts div { padding: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.aloha-game-facts dt { color: rgba(255,255,255,.58); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.aloha-game-facts dd { margin: 7px 0 0; font-size: 1.2rem; font-weight: 900; }
.aloha-game-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 90px; }
.aloha-game-sections section { padding: clamp(24px,4vw,42px); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; }
.aloha-game-sections h2 { margin-top: 0; font-size: clamp(1.7rem,3vw,2.5rem); }
.aloha-game-sections li, .aloha-game-sections p { color: rgba(255,255,255,.72); line-height: 1.7; }
.aloha-game-sections details { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.aloha-game-sections summary { cursor: pointer; font-weight: 800; }
.aloha-game-footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px 0 50px; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

@media (max-width: 760px) {
  .aloha-release-heading,
  .aloha-catalog-grid,
  .aloha-game-hero,
  .aloha-game-intro,
  .aloha-game-sections { grid-template-columns: 1fr; }
  .aloha-game-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .aloha-game-art { transform: none; }
  .aloha-game-footer { flex-direction: column; }
}
