.honda-page {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 208, 76, 0.22), transparent 22%),
    radial-gradient(circle at 76% 18%, rgba(114, 217, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #121722 0%, #254e45 52%, #16151f 100%);
}

.honda-layout {
  grid-template-columns: minmax(245px, 0.68fr) minmax(420px, 1.7fr) minmax(245px, 0.68fr);
}

.honda-wrap {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.44), transparent 17%),
    linear-gradient(180deg, #7bd8ff 0%, #d7f5ff 45%, #69be74 46%, #266a43 100%);
  min-height: 620px;
  touch-action: none;
}

.honda-wrap canvas {
  min-height: 620px;
  touch-action: none;
}

.honda-control-pad {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.honda-control-pad .arcade-choice {
  min-height: 44px;
}

.honda-page .arcade-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.honda-page .arcade-title h1 {
  font-size: clamp(28px, 3vw, 40px);
}

@media (max-width: 1040px) {
  .honda-layout {
    grid-template-columns: 1fr;
  }

  .honda-wrap,
  .honda-wrap canvas {
    min-height: min(680px, 74vh);
  }
}

@media (max-width: 620px) {
  .honda-control-pad {
    grid-template-columns: 1fr;
  }

  .honda-wrap,
  .honda-wrap canvas {
    min-height: 520px;
  }
}
