@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700;800&family=Space+Grotesk:wght@400;700&family=Noto+Sans+JP&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Space Grotesk', sans-serif;
  background: linear-gradient(180deg, #050505 0%, #030303 100%);
  color: #f4f1ef;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 500px 600px at 300px 0px, rgba(255,43,43,0.18) 0%, rgba(255,43,43,0) 20%),
              radial-gradient(ellipse 450px 550px at calc(100% - 60px) 600px, rgba(216,23,23,0.1) 0%, rgba(216,23,23,0) 16%);
  pointer-events: none;
  z-index: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  padding: 0 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  background: rgba(4,4,4,0.76);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: center;
}

.header__inner {
  width: 100%;
  max-width: 1164px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16.5px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo__icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo__diamond {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #ff6767 0%, #ff2b2b 100%);
  filter: drop-shadow(0 0 12px rgba(255,43,43,0.45));
  transform: rotate(45deg);
  position: relative;
}

.logo__diamond::before,
.logo__diamond::after {
  content: '';
  position: absolute;
  background: #150404;
  border-radius: 2px;
}

.logo__diamond::before {
  width: 11px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.logo__diamond::after {
  width: 2px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.logo__text {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #f4f1ef;
}

.nav {
  display: flex;
  gap: 28px;
}

.nav__link {
  font-size: 15.2px;
  color: #ebe8e4;
  opacity: 0.84;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135.6deg, #ff2b2b 0%, #d81717 100%);
  filter: drop-shadow(0 16px 17px rgba(255,43,43,0.2));
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 17px 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.14);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #f4f1ef;
  white-space: nowrap;
}

.hero {
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: -37px;
}

.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 8px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  align-self: flex-start;
}

.badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ff2b2b;
  box-shadow: 0 0 16px rgba(255,43,43,0.8);
  flex-shrink: 0;
}

.badge__text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 1.843px;
  text-transform: uppercase;
  color: #ffdede;
  white-space: nowrap;
}

.hero__jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: -3.84px;
  line-height: 48px;
}

.hero__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 84.48px;
  letter-spacing: -5.76px;
  text-transform: uppercase;
  color: #f4f1ef;
}

.hero__title span {
  color: #ff2b2b;
}

.hero__desc {
  font-size: 16.8px;
  line-height: 30.24px;
  color: #beb8b2;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 12.5px;
}

.hero__buttons .btn-primary {
  min-width: 168px;
  padding: 16px 33px;
}

.hero__image {
  width: 520px;
  flex-shrink: 0;
  border-radius: 48px;
  overflow: hidden;
  align-self: stretch;
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marquee-section {
  width: 100%;
  max-width: 1652px;
  position: relative;
  height: 246px;
  overflow: hidden;
  margin-top: -120px;
}

.marquee-band {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1584px;
  display: flex;
  align-items: center;
  padding: 13px 0 13px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2b2b 0%, #ff5a5a 45%, #ff2b2b 100%);
  box-shadow: 0 14px 34px rgba(255,43,43,0.2);
  overflow: hidden;
  white-space: nowrap;
}

.marquee-band--top {
  top: 131px;
  transform: translateX(-50%) rotate(-4deg);
}

.marquee-band--bottom {
  top: 72px;
  transform: translateX(-50%) rotate(3deg);
  opacity: 0.92;
}

.marquee-band__text {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 14.4px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.features {
  width: 100%;
  max-width: 1200px;
  background: linear-gradient(180deg, #f0ece7 0%, #ece7e1 100%);
  border-radius: 48px;
  padding: 42px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.48);
  overflow: hidden;
}

.features__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.features__image {
  width: 520px;
  flex-shrink: 0;
  align-self: stretch;
}

.features__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.features__label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13.8px;
  letter-spacing: 1.651px;
  text-transform: uppercase;
  color: #9b9793;
}

.features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 26px;
  padding-top: 18px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-card__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 24.8px;
  line-height: 27.28px;
  color: #121212;
}

.feature-card__desc {
  font-size: 16px;
  line-height: 27.2px;
  color: #514e4a;
}

.games {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

a.game-card {
  color: inherit;
  text-decoration: none;
}

.games__header {
  display: flex;
  align-items: flex-start;
}

.games__header-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}

.games__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 45.12px;
  letter-spacing: -2.88px;
  color: #f4f1ef;
}

.games__header-right {
  font-size: 16px;
  line-height: 28.8px;
  color: #beb8b2;
  max-width: 543px;
}

.games__body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.games__grid {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.game-card {
  width: 272px;
  min-height: 248px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  gap: 9.3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,0.48);
}

.game-card__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(255,43,43,0) 0%, rgba(255,43,43,0.95) 50%, rgba(255,43,43,0) 100%);
}

.game-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  align-self: flex-start;
}

.game-card__badge-text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.922px;
  text-transform: uppercase;
  color: #ffe0e0;
}

.game-card__logo {
  width: 112px;
  height: 112px;
  border-radius: 24px;
  overflow: hidden;
}

.game-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-card__name {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 22.8px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: #f4f1ef;
  padding-top: 8px;
}

.game-card__desc {
  font-size: 15.2px;
  line-height: 25.84px;
  color: #beb8b2;
}

.game-card__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 10.7px;
  gap: 10px;
flex-direction: column;
}

.game-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  font-size: 13.1px;
  color: #ece4df;
}

.game-card__link {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.games__aside {
  flex: 1;
  background: linear-gradient(180deg, #1a0809 0%, #090909 58%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,0.48);
}

.games__aside-image {
  width: 100%;
  aspect-ratio: 1/1;
}

.games__aside-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.games__aside-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8.7px;
}

.games__aside-label {
  font-weight: 700;
  font-size: 13.8px;
  letter-spacing: 1.651px;
  text-transform: uppercase;
  color: #a9a19b;
}

.games__aside-desc {
  font-size: 16px;
  line-height: 28.8px;
  color: #beb8b2;
}

.games__aside-cards {
  padding: 0 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aside-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 17px 19px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.aside-card__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #f4f1ef;
}

.aside-card__desc {
  font-size: 14.4px;
  line-height: 23px;
  color: #c6c0bb;
}

.portal {
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.portal__left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.portal__left-image {
  width: 100%;
  height: 520px;
  border-radius: 30px;
  overflow: hidden;
}

.portal__left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portal__left-content {
  background: linear-gradient(180deg, #12090a 0%, #090909 60%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 28px 29px 29px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.48);
  overflow: hidden;
}

.portal__left-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 45.12px;
  letter-spacing: -2.88px;
  color: #f4f1ef;
  margin-bottom: 15px;
}

.portal__left-desc {
  font-size: 16px;
  line-height: 28.8px;
  color: #beb8b2;
}

.portal__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
}

.portal__right-top {
  display: flex;
  gap: 32px;
}

.portal__right-image-small {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
}

.portal__right-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portal__right-card {
  flex: 1;
  background: linear-gradient(180deg, #12090a 0%, #090909 60%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 29px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.48);
  overflow: hidden;
}

.portal__right-card-label {
  font-weight: 700;
  font-size: 13.8px;
  letter-spacing: 1.651px;
  text-transform: uppercase;
  color: #9b9793;
  margin-bottom: 9px;
}

.portal__right-card-desc {
  font-size: 16px;
  line-height: 28.8px;
  color: #beb8b2;
}

.portal__right-image-tall {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  min-height: 0;
}

.portal__right-image-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta {
  width: 100%;
  max-width: 1200px;
  border-radius: 40px;
  padding: 45px 49px;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 28px 80px rgba(0,0,0,0.48);
  background: linear-gradient(135deg, rgba(255,43,43,0.2) 0%, rgba(20,8,8,0.94) 35%, rgba(5,5,5,0.98) 100%);
  position: relative;
  overflow: hidden;
}

.cta__glow {
  position: absolute;
  bottom: -120px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 160px;
  background: radial-gradient(circle at center, rgba(255,43,43,0.32) 0%, rgba(255,43,43,0) 66%);
  filter: blur(5px);
}

.cta__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cta__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cta__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 45.12px;
  letter-spacing: -2.88px;
  color: #f4f1ef;
}

.cta__desc {
  max-width: 640px;
  font-size: 16px;
  line-height: 28.8px;
  color: #ddd5cf;
  padding-top: 16px;
}

.cta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 25px;
}

.cta__tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  font-size: 13.1px;
  color: #ece4df;
}

.cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cta__buttons .btn-primary {
  min-width: 168px;
  padding: 16px 36px;
}

.policy {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.policy__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 84.48px;
  letter-spacing: -5.76px;
  text-transform: uppercase;
  color: #f4f1ef;
}

.policy__body {
  font-size: 16.8px;
  line-height: 30.24px;
  color: #beb8b2;
}

.policy__body a {
  color: #beb8b2;
  text-decoration: underline;
}

.game-detail {
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.game-detail__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 8px;
  min-width: 0;
}

.game-detail__jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: -3.84px;
  line-height: 48px;
}

.game-detail__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 84.48px;
  letter-spacing: -5.76px;
  text-transform: uppercase;
  color: #f4f1ef;
  word-break: break-all;
}

.game-detail__desc {
  font-size: 16.8px;
  line-height: 30.24px;
  color: #beb8b2;
}

.game-detail__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 12.5px;
}

.game-detail__buttons .btn-primary {
  min-width: 168px;
  padding: 16px 33px;
}

.game-detail__image {
  flex: 1;
  min-width: 0;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
}

.game-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 44px;
}

.footer__inner {
  background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 34px;
  padding: 29px;
  filter: drop-shadow(0 28px 40px rgba(0,0,0,0.48));
}

.footer__top {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.8fr;
  gap: 24px;
  margin-bottom: 26px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__brand-desc {
  font-size: 16px;
  line-height: 28px;
  color: #beb8b2;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__contact-label {
  font-weight: 700;
  font-size: 13.8px;
  letter-spacing: 1.651px;
  text-transform: uppercase;
  color: #9b9793;
}

.footer__contact-text {
  font-size: 16px;
  line-height: 28px;
  color: #beb8b2;
}

.footer__links-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__links-label {
  font-weight: 700;
  font-size: 13.8px;
  letter-spacing: 1.651px;
  text-transform: uppercase;
  color: #9b9793;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 8px;
}

.footer__links a {
  font-size: 16px;
  color: #f4f1ef;
  opacity: 0.9;
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer__legal a {
  font-size: 16px;
  color: #f4f1ef;
  opacity: 0.9;
}

.footer__copyright {
  font-size: 14.7px;
  color: #beb8b2;
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social-link {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social-link img {
  width: 18px;
  height: 18px;
}

/* ================= Interactions: hover effects ================= */
.nav__link {
  position: relative;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #ff2b2b;
  transition: width 0.28s ease;
}

.nav__link:hover {
  opacity: 1;
  color: #ff5a5a;
}

.nav__link:hover::after {
  width: 100%;
}

.btn-primary {
  transition: transform 0.25s ease, filter 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 18px 26px rgba(255, 43, 43, 0.5));
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.logo__diamond {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.logo:hover .logo__diamond {
  transform: rotate(135deg) scale(1.08);
  filter: drop-shadow(0 0 16px rgba(255, 43, 43, 0.7));
}

a.game-card {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.game-card {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 43, 43, 0.4);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 43, 43, 0.18);
}

.game-card__logo img {
  transition: transform 0.5s ease;
}

.game-card:hover .game-card__logo img {
  transform: scale(1.07);
}

.game-card__link {
  transition: color 0.25s ease, transform 0.25s ease;
}

.game-card:hover .game-card__link {
  color: #ff5a5a;
}

.feature-card__title {
  transition: color 0.25s ease;
}

.feature-card:hover .feature-card__title {
  color: #d81717;
}

.footer__links a,
.footer__legal a {
  transition: opacity 0.25s ease, color 0.25s ease;
}

.footer__links a:hover,
.footer__legal a:hover {
  opacity: 1;
  color: #ff5a5a;
}

.footer__social-link {
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.footer__social-link:hover {
  transform: translateY(-3px);
  background: rgba(255, 43, 43, 0.16);
  border-color: rgba(255, 43, 43, 0.4);
}

/* ================= Marquee motion ================= */
.marquee-band__text {
  display: inline-block;
  will-change: transform;
  animation: vtk-marquee 32s linear infinite;
}

.marquee-band--bottom .marquee-band__text {
  animation-duration: 26s;
}

@keyframes vtk-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ================= Scroll reveal ================= */
.js-anim {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.js-anim.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ================= Cookie consent banner ================= */
.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 300;
  width: 380px;
  max-width: calc(100vw - 40px);
  background: linear-gradient(180deg, #0d0d0d 0%, #050505 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  padding: 34px 32px 32px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-banner__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -1.5px;
  color: #ffffff;
  margin-bottom: 18px;
}

.cookie-banner__text {
  font-size: 15.5px;
  line-height: 25px;
  color: #beb8b2;
  margin-bottom: 26px;
}

.cookie-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 17px 24px;
  border-radius: 999px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
              background 0.25s ease, border-color 0.25s ease;
}

.cookie-banner__btn--accept {
  background: linear-gradient(135deg, #ff2b2b 0%, #d81717 100%);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(255, 43, 43, 0.4);
}

.cookie-banner__btn--accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(255, 43, 43, 0.55);
}

.cookie-banner__btn--manage {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f4f1ef;
}

.cookie-banner__btn--manage:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

/* ================= Reduced motion ================= */
@media (prefers-reduced-motion: reduce) {
  .marquee-band__text {
    animation: none;
  }

  .js-anim {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cookie-banner,
  .btn-primary,
  .btn-secondary,
  .game-card,
  .footer__social-link,
  .logo__diamond,
  .game-card__logo img {
    transition: none;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: #f4f1ef;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0 12px;
    gap: 80px;
  }

  .header {
    max-width: 100%;
  }

  .header__inner {
    flex-wrap: wrap;
    min-height: auto;
    padding: 16.5px 0 0;
    gap: 12px;
  }

  .header__play-btn {
    display: none;
  }

  .nav {
    order: 3;
    width: 100%;
    padding-bottom: 16px;
  }

  .hero {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }

  .hero__content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__title {
    font-size: 64px;
    line-height: 56px;
    letter-spacing: -3.84px;
  }

  .hero__jp {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2.88px;
  }

  .hero__desc {
    font-size: 16px;
    line-height: 28px;
  }

  .hero__image {
    width: 100%;
    height: 309px;
    border-radius: 32px;
  }

  .hero__buttons {
    flex-direction: column;
    gap: 0;
  }

  .hero__buttons .btn-primary,
  .hero__buttons .btn-secondary {
    min-width: 168px;
    width: auto;
    align-self: flex-start;
  }

  .marquee-section {
    margin-top: -80px;
  }

  .features {
    border-radius: 32px;
    padding: 42px;
  }

  .features__inner {
    flex-direction: column;
    gap: 40px;
  }

  .features__image {
    width: 100%;
    height: 212px;
  }

  .features__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .games__header {
    flex-direction: column;
    gap: 0;
  }

  .games__title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2.16px;
  }

  .games__header-right {
    max-width: 100%;
  }

  .games__body {
    flex-direction: column;
  }

  .games__grid {
    flex-direction: column;
  }

  .game-card {
    width: 100%;
  }

  .portal {
    flex-direction: column;
    gap: 32px;
  }

  .portal__left-image {
    height: 279px;
  }

  .portal__left-title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2.16px;
  }

  .portal__right-top {
    flex-direction: column;
    gap: 32px;
  }

  .portal__right-image-small {
    height: 244px;
  }

  .portal__right-image-small img {
    height: 244px;
  }

  .portal__right-image-tall {
    height: 299px;
  }

  .portal__right-image-tall img {
    height: 299px;
  }

  .portal__right-card {
    width: 100%;
  }

  .cta {
    border-radius: 30px;
    padding: 25px;
  }

  .cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .cta__title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2.16px;
  }

  .cta__buttons {
    flex-direction: column;
  }

  .cta__buttons .btn-primary,
  .cta__buttons .btn-secondary {
    width: auto;
    align-self: flex-start;
  }

  .policy__title {
    font-size: 48px;
    line-height: 45.12px;
    letter-spacing: -2.88px;
  }

  .policy__body {
    font-size: 16px;
    line-height: 28px;
  }

  .game-detail {
    flex-direction: column;
    gap: 40px;
  }

  .game-detail__content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .game-detail__jp {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2.88px;
  }

  .game-detail__title {
    font-size: 64px;
    line-height: 56px;
    letter-spacing: -3.84px;
  }

  .game-detail__desc {
    font-size: 16px;
    line-height: 28px;
  }

  .game-detail__buttons {
    flex-direction: column;
    gap: 0;
  }

  .game-detail__buttons .btn-primary,
  .game-detail__buttons .btn-secondary {
    min-width: 168px;
    width: auto;
    align-self: flex-start;
  }

  .game-detail__image {
    width: 100%;
    border-radius: 20px;
  }

  .footer {
    padding-bottom: 24px;
  }

  .footer__inner {
    padding: 25px;
    border-radius: 28px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer__brand {
    margin-bottom: 0;
  }

  .footer__contact {
    margin-top: 0;
  }

  .footer__links-section {
    margin-top: 0;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer__legal {
    flex-direction: column;
    gap: 8px;
  }

  .footer__copyright {
    order: 2;
  }

  .footer__social {
    order: 3;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
    padding: 26px 24px 24px;
    border-radius: 22px;
  }

  .cookie-banner__title {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .cookie-banner__text {
    margin-bottom: 22px;
  }
}
