:root {
  --bg: #06101d;
  --bg-deep: #030712;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(9, 18, 32, 0.9);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f6f8ff;
  --muted: #a9b4c8;
  --blue: #28d7ff;
  --green: #70ffb8;
  --violet: #8d6bff;
  --pink: #ff55d6;
  --gold: #ffd166;
  --shadow: 0 26px 100px rgba(0, 0, 0, 0.35);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --max: 1200px;
  --content: 760px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(40, 215, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 78% 4%, rgba(255, 85, 214, 0.12), transparent 26rem),
    linear-gradient(140deg, #030712 0%, #06101d 48%, #090a1f 100%);
  font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

#particleCanvas {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

.background-orb {
  position: fixed;
  z-index: -2;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.42;
  pointer-events: none;
}

.orb-one {
  left: -120px;
  top: 150px;
  background: var(--blue);
}

.orb-two {
  right: -120px;
  bottom: 80px;
  background: var(--pink);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  width: min(var(--max), calc(100% - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(4, 10, 20, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  transition: 0.25s ease;
}

.site-header.scrolled {
  top: 10px;
  background: rgba(4, 10, 20, 0.9);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(40, 215, 255, 0.45);
  border-radius: 15px;
  color: #05111b;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-weight: 950;
  letter-spacing: -0.08em;
  box-shadow: 0 0 28px rgba(40, 215, 255, 0.26);
}

.brand strong {
  display: block;
  line-height: 1.1;
  font-size: 0.98rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  margin-top: 3px;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.global-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  transition: 0.22s;
}

.global-nav a:hover {
  color: var(--text);
  background: rgba(255,255,255,0.08);
}

.nav-cta {
  color: #03111a !important;
  background: linear-gradient(90deg, var(--blue), var(--green)) !important;
  box-shadow: 0 0 28px rgba(40, 215, 255, 0.25);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: var(--text);
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 132px) 0;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
  padding-top: 150px;
}

.label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(40, 215, 255, 0.34);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(40, 215, 255, 0.075);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 7.4vw, 6.7rem);
  line-height: 0.96;
  letter-spacing: -0.082em;
}

h1 span,
h2 span {
  color: var(--blue);
  text-shadow: 0 0 28px rgba(40, 215, 255, 0.65);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.hero-lead,
.section-heading p,
.service-card p,
.product-copy p,
.process-item p,
.news-card p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.78;
}

.hero-lead {
  max-width: 39rem;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.24s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: #03111a;
  background: linear-gradient(90deg, var(--blue), var(--green));
  box-shadow: 0 0 34px rgba(40, 215, 255, 0.25);
}

.button-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,0.065);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.hero-metrics article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(16px);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 1.65rem;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-card {
  position: relative;
  min-height: 530px;
}

.dashboard,
.service-card,
.work-card,
.product-showcase,
.process-item,
.news-card,
.contact-panel,
.intro-strip {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.dashboard {
  padding: 18px;
  border-radius: 38px;
  transform: rotate(1.2deg);
}

.dashboard::before,
.service-card::before,
.work-card::before,
.product-showcase::before,
.process-item::before,
.contact-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(40,215,255,0.62), rgba(112,255,184,0.28), rgba(255,85,214,0.38));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.7;
}

.dashboard-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dashboard-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 16px var(--pink);
}

.dashboard-top span:nth-child(2) {
  background: var(--gold);
  box-shadow: 0 0 16px var(--gold);
}

.dashboard-top span:nth-child(3) {
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
}

.dashboard-top p {
  margin: 0 0 0 auto;
  color: var(--muted);
  font-family: Consolas, monospace;
  font-size: 0.8rem;
}

.dashboard-main {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
  min-height: 300px;
}

.pulse-ring {
  display: grid;
  place-items: center;
  min-height: 300px;
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(40,215,255,0.23), transparent 34%),
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
    #06101d;
  background-size: auto, 22px 22px, 22px 22px, auto;
}

.core {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 32px;
  color: #03111a;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow:
    0 0 0 16px rgba(40,215,255,0.05),
    0 0 0 34px rgba(40,215,255,0.04),
    0 0 60px rgba(40,215,255,0.45);
  font-size: 2rem;
  font-weight: 950;
  animation: corePulse 2.2s infinite alternate ease-in-out;
}

.status-list {
  display: grid;
  gap: 12px;
}

.status-list div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
}

.status-list span {
  color: var(--muted);
}

.status-list b {
  color: var(--green);
  font-size: 1.12rem;
}

.code-window {
  margin-top: 16px;
  padding: 17px;
  border-radius: 24px;
  color: var(--muted);
  background: rgba(0,0,0,0.32);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.9rem;
}

.code-window p {
  margin: 0 0 7px;
}

.code-window .success {
  color: var(--green);
}

.float-badge {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(5, 13, 25, 0.84);
  box-shadow: 0 0 34px rgba(40,215,255,0.18);
  font-size: 0.82rem;
  font-weight: 900;
  animation: floatBadge 3s infinite alternate ease-in-out;
}

.badge-a { top: 54px; right: 4px; }
.badge-b { bottom: 132px; left: -12px; animation-delay: 0.45s; }
.badge-c { bottom: 54px; right: 48px; animation-delay: 0.9s; }

.intro-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: -40px;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.intro-strip p {
  margin: 0;
  color: var(--muted);
}

.intro-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.intro-strip span,
.tag-row span,
.contact-points span,
.work-tag {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,0.055);
  font-size: 0.8rem;
  font-weight: 800;
}

.section-heading {
  max-width: var(--content);
  margin-bottom: 40px;
}

/* Reading flow: one focal point per section, stable left edges, generous grouping. */
.studio-hero .hero-content { max-width: 690px; }
.studio-hero .hero-card { align-self: center; }
.section-heading > p:last-child { max-width: 43rem; font-size: 1.06rem; }
.feature-card > div { max-width: 690px; }
.project-card { gap: 2px; }
.project-card h3 { margin-top: 4px; }
.project-card .text-link { padding: 12px 0; }
.news-card > div:nth-child(2) { max-width: 680px; }

.service-grid,
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.work-card,
.news-card,
.process-item {
  border-radius: var(--radius-lg);
  padding: 22px;
  transition: 0.25s ease;
}

.service-card:hover,
.work-card:hover,
.process-item:hover {
  transform: translateY(-8px);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 16px;
  color: #03111a;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-weight: 950;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  color: var(--muted);
}

.service-card li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
}

.service-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--green);
}

.work-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,0.055);
  cursor: pointer;
  font-weight: 850;
  transition: 0.2s ease;
}

.filter.active,
.filter:hover {
  color: #03111a;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.work-grid {
  grid-template-columns: repeat(3, 1fr);
}

.work-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.work-thumb {
  min-height: 150px;
  margin-bottom: 18px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(135deg, rgba(40,215,255,0.66), rgba(141,107,255,0.43), rgba(255,85,214,0.36));
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow: inset 0 0 45px rgba(0,0,0,0.22);
}

.work-card p {
  color: var(--muted);
  line-height: 1.68;
}

.work-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.work-status {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 26px;
  border-radius: 42px;
}

.product-visual {
  min-height: 360px;
}

.mini-game {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(40,215,255,0.35) 50%, transparent 51%),
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(255,85,214,0.24), transparent 50%),
    #050b17;
  background-size: 100% 100%, 24px 24px, 24px 24px, auto, auto;
}

.mini-paddle {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 96px;
  transform: translateY(-50%);
  border-radius: 999px;
}

.mini-paddle.left {
  left: 34px;
  background: var(--blue);
  box-shadow: 0 0 35px var(--blue);
  animation: paddleLeft 3.4s infinite alternate ease-in-out;
}

.mini-paddle.right {
  right: 34px;
  background: var(--pink);
  box-shadow: 0 0 35px var(--pink);
  animation: paddleRight 2.7s infinite alternate ease-in-out;
}

.mini-ball {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 46%;
  top: 48%;
  border-radius: 8px;
  background: var(--green);
  box-shadow: 0 0 30px var(--green);
  animation: ballMove 3.2s infinite ease-in-out;
}

.product-copy {
  padding: 12px;
}

.product-copy h3 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.tag-row,
.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-item span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 950;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-card {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 20px;
  align-items: center;
  background: rgba(255,255,255,0.055);
}

.news-date {
  color: var(--blue);
  font-weight: 950;
}

.news-card h3,
.news-card p {
  margin-bottom: 4px;
}

.news-badge {
  padding: 8px 10px;
  border-radius: 999px;
  color: #03111a;
  background: linear-gradient(90deg, var(--blue), var(--green));
  font-size: 0.78rem;
  font-weight: 950;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  padding: 32px;
  border-radius: 44px;
}

.contact-copy h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 850;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  outline: none;
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--text);
  background: rgba(0,0,0,0.25);
  transition: 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(40,215,255,0.68);
  box-shadow: 0 0 0 4px rgba(40,215,255,0.11);
}

select {
  appearance: none;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.055);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  color: var(--muted);
}

.footer-brand strong {
  color: var(--text);
}

.footer-brand p,
.copyright {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a:hover {
  color: var(--blue);
}

.copyright {
  grid-column: 1 / -1;
  font-size: 0.82rem;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  transform: translateY(28px);
  opacity: 0;
  padding: 14px 18px;
  border: 1px solid rgba(112,255,184,0.36);
  border-radius: 18px;
  color: var(--text);
  background: rgba(4, 12, 22, 0.94);
  box-shadow: 0 0 36px rgba(112,255,184,0.18);
  transition: 0.25s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes corePulse {
  from {
    transform: scale(0.96) rotate(-2deg);
  }
  to {
    transform: scale(1.04) rotate(2deg);
  }
}

@keyframes floatBadge {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-14px);
  }
}

@keyframes paddleLeft {
  from { top: 34%; }
  to { top: 70%; }
}

@keyframes paddleRight {
  from { top: 69%; }
  to { top: 36%; }
}

@keyframes ballMove {
  0% { left: 18%; top: 40%; }
  34% { left: 74%; top: 62%; }
  68% { left: 38%; top: 72%; }
  100% { left: 55%; top: 32%; }
}

@media (max-width: 1020px) {
  .service-grid,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero,
  .product-showcase,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .global-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(4, 10, 20, 0.96);
    box-shadow: var(--shadow);
  }

  .global-nav.open {
    display: flex;
  }

  .global-nav a {
    width: 100%;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-main {
    grid-template-columns: 1fr;
  }

  .intro-strip,
  .news-card {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 560px) {
  .section {
    width: min(100% - 24px, var(--max));
    padding: 72px 0;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 18px);
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 130px;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.25rem);
    line-height: 1.01;
    letter-spacing: -0.065em;
  }

  h2 { font-size: clamp(2.1rem, 11vw, 3.25rem); line-height: 1.06; letter-spacing: -0.055em; }

  .hero-lead,
  .section-heading > p:last-child { font-size: 1rem; line-height: 1.85; }

  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }

  .hero-actions .button { width: 100%; min-height: 54px; }

  .feature-card,
  .project-card,
  .news-card { padding: 24px; }

  .section-heading { margin-bottom: 28px; }

  .hero-metrics,
  .service-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .dashboard {
    padding: 12px;
    border-radius: 28px;
  }

  .pulse-ring,
  .product-visual,
  .mini-game {
    min-height: 260px;
    height: 260px;
  }

  .float-badge {
    display: none;
  }

  .product-showcase,
  .contact-panel {
    padding: 20px;
    border-radius: 30px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* Studio site pages */
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; padding: 10px 14px; background: var(--green); color: #03111a; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.page-main { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 150px 0 80px; }
.page-hero { max-width: 840px; margin-bottom: 60px; }
.page-hero h1 { font-size: clamp(3rem, 8vw, 6rem); }
.title-reading { margin: -16px 0 24px; color: var(--muted); font-size: clamp(.92rem, 2vw, 1.08rem); font-weight: 700; letter-spacing: .18em; }
.page-hero > p:last-child, .section-intro, .project-card p, .detail-grid p, .notice p, .faq p { color: var(--muted); line-height: 1.8; }
.breadcrumb { margin: 0 0 30px; color: var(--muted); font-size: .9rem; }.breadcrumb a, .text-link { color: var(--blue); font-weight: 800; }.text-link:hover { color: var(--green); }
.featured-panel, .feature-card, .project-card, .info-panel, .notice, .faq details { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: var(--shadow); border-radius: var(--radius-lg); }
.featured-panel { padding: 34px; transform: rotate(1deg); }.featured-panel h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.status { display: inline-flex; width: fit-content; padding: 7px 10px; border-radius: 999px; margin: 0 0 14px; font-size: .78rem; font-weight: 900; }.status-live { color: #032016; background: var(--green); }.status-dev { color: #06111d; background: var(--blue); }.status-concept { color: #261402; background: var(--gold); }
.facts { display: grid; gap: 10px; margin: 26px 0; }.facts div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }.facts dt { color: var(--muted); }.facts dd { margin: 0; text-align: right; }
.feature-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 32px; }.feature-card h3 { font-size: 2rem; }.meta { color: var(--muted); font-size: .9rem; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }.project-card { padding: 28px; min-height: 280px; display: flex; flex-direction: column; align-items: flex-start; }.project-card h2, .project-card h3 { font-size: 1.6rem; }.project-card .text-link, .card-actions { margin-top: auto; }.card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.section-tight { margin-top: 60px; }.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }.split-section > p { color: var(--muted); line-height: 1.9; font-size: 1.15rem; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; }.detail-grid h2 { margin-top: 0; font-size: 2rem; }.detail-grid li { margin: 12px 0; color: var(--muted); }.info-panel, .notice { padding: 28px; }.notice { margin-top: 50px; }.project-list { display: grid; gap: 20px; }.news-list { display: grid; gap: 16px; }.faq { display: grid; gap: 12px; }.faq details { padding: 20px 24px; }.faq summary { cursor: pointer; font-weight: 850; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (max-width: 820px) { .project-grid, .detail-grid, .split-section { grid-template-columns: 1fr; }.feature-card { align-items: flex-start; flex-direction: column; }.page-main { padding-top: 120px; } }
@media (max-width: 560px) {
  .feature-card, .project-card, .news-card { padding: 24px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hero-actions .button { width: 100%; min-height: 54px; }
}

.ad-slot { display: grid; justify-items: center; gap: 10px; max-width: 300px; min-height: 250px; margin: 42px auto; padding: 18px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; overflow: hidden; }
.ad-slot > p { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.ad-slot > strong { color: var(--text); font-size: .84rem; font-weight: 700; }
.ad-slot__creative { width: 300px; min-height: 250px; }
.ninja-ad-frame { display: block; max-width: 100%; border: 0; background: transparent; }
.ninja-overlay-host { position: fixed; z-index: 40; left: 50%; bottom: max(0px, env(safe-area-inset-bottom)); width: 320px; height: 50px; transform: translateX(-50%); overflow: hidden; }
.ad-slot--empty { display: none; }
@media (max-width: 560px) { .ad-slot { max-width: 320px; min-height: 100px; margin-top: 48px; } .ad-slot__creative { width: 320px; min-height: 100px; } }

/* 2026 studio refresh: the public site is deliberately calm; NEON STRIKE keeps its own stylesheet. */
:root { --bg: #f5f1e9; --bg-deep: #ebe2d6; --panel: #fcfaf6; --panel-strong: #fcfaf6; --line: rgba(34, 33, 31, .15); --text: #22211f; --muted: #706b63; --blue: #176a73; --green: #315e4d; --violet: #74523f; --pink: #9b665b; --gold: #b17b4e; --shadow: 0 18px 48px rgba(65, 49, 36, .1); --radius-lg: 22px; --radius-md: 16px; --radius-sm: 12px; --max: 1280px; --content: 720px; }
html { background: var(--bg); }
body { color: var(--text); background: var(--bg); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif; font-size: 16px; line-height: 1.75; }
body::before, #particleCanvas, .background-orb { display: none; }
a { text-underline-offset: .2em; }
.site-header { top: 0; width: 100%; min-height: 72px; padding: 0 max(20px, calc((100vw - var(--max)) / 2)); border: 0; border-bottom: 1px solid transparent; border-radius: 0; background: rgba(245, 241, 233, .9); box-shadow: none; backdrop-filter: blur(12px); }
.site-header.scrolled { top: 0; border-bottom-color: var(--line); background: rgba(252, 250, 246, .96); }
.brand { gap: 10px; color: var(--text); }
.brand-logo { display: block; width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; }
.footer-brand .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
.brand strong { font-size: .95rem; letter-spacing: .01em; }.brand small { color: var(--muted); }
.global-nav { gap: 2px; }.global-nav a { padding: 12px 10px; color: var(--text); font-size: .88rem; font-weight: 650; }.global-nav a:hover, .global-nav a[aria-current="page"] { color: var(--violet); background: transparent; }.nav-cta { margin-left: 8px; border: 1px solid var(--text); color: var(--text) !important; background: transparent !important; box-shadow: none; }.nav-cta:hover { color: var(--panel) !important; background: var(--text) !important; }
.menu-toggle { border-color: var(--line); border-radius: 6px; background: transparent; }.menu-toggle span { background: var(--text); }
.section, .page-main { width: min(var(--max), calc(100% - 48px)); }.section { padding: clamp(92px, 11vw, 156px) 0; }.page-main { padding: 150px 0 112px; }
.hero { min-height: 0; grid-template-columns: minmax(0, 1.04fr) minmax(320px, .8fr); gap: clamp(36px, 7vw, 108px); padding-top: 170px; padding-bottom: clamp(92px, 10vw, 150px); }.studio-hero .hero-content { max-width: 680px; }
.label { margin-bottom: 24px; padding: 0; border: 0; border-radius: 0; color: var(--violet); background: none; font-size: .72rem; letter-spacing: .16em; }.label::before { content: ""; display: inline-block; width: 26px; height: 1px; margin: 0 9px 4px 0; background: currentColor; }
h1, h2, h3 { color: var(--text); font-weight: 600; } h1, .page-hero h1 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(3.25rem, 7.2vw, 6.8rem); line-height: 1.1; letter-spacing: -.06em; } h1 span, h2 span { color: var(--violet); text-shadow: none; } h2 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(2.35rem, 4.5vw, 4.7rem); line-height: 1.18; letter-spacing: -.045em; } h3 { font-size: 1.45rem; line-height: 1.35; }
.hero-lead, .section-heading p, .service-card p, .product-copy p, .process-item p, .news-card p, .contact-copy p, .page-hero > p:last-child, .section-intro, .project-card p, .detail-grid p, .notice p, .faq p { color: var(--muted); line-height: 1.9; }.hero-lead { max-width: 37rem; font-size: 1.08rem; }.section-heading { max-width: var(--content); margin-bottom: 52px; }.section-heading > p:last-child { max-width: 40rem; }
.button { min-height: 50px; border-radius: 0; font-weight: 700; }.button-primary { color: var(--panel); background: var(--text); box-shadow: none; }.button-primary:hover { color: var(--panel); background: var(--violet); }.button-secondary { border-color: var(--text); color: var(--text); background: transparent; }.button-secondary:hover { background: rgba(34, 33, 31, .06); }.text-link { color: var(--violet); text-decoration: underline; }.text-link:hover { color: var(--text); }
.hero-card, .featured-panel { min-height: auto; }.featured-panel { padding: clamp(28px, 4vw, 52px); border: 0; border-radius: 0; background: #dfd2c3; box-shadow: none; transform: translateY(24px); }.featured-panel::before, .dashboard::before, .service-card::before, .work-card::before, .product-showcase::before, .process-item::before, .contact-panel::before { display: none; }.featured-panel h2 { font-size: clamp(2.35rem, 4.3vw, 4.4rem); }.eyebrow { font-size: .72rem; letter-spacing: .13em; color: var(--violet); }.status { border-radius: 0; padding: 5px 8px; font-size: .7rem; }.status-live { color: #244432; background: #d7e3d4; }.status-dev { color: #514133; background: #ead9c5; }.status-concept { color: #604238; background: #ead1c7; }.facts { margin: 28px 0; }.facts div { border-bottom-color: rgba(34,33,31,.24); }.facts dd { color: var(--text); }
.feature-card, .project-card, .news-card, .info-panel, .notice, .faq details, .service-card, .work-card, .process-item, .contact-panel, .intro-strip, .product-showcase { border-color: var(--line); border-radius: var(--radius-md); background: var(--panel); box-shadow: none; backdrop-filter: none; }.feature-card { align-items: flex-end; padding: clamp(28px, 4vw, 56px); }.feature-card h3 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(2.3rem, 4vw, 4.25rem); }.project-grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr); gap: 26px; }.project-card { min-height: 0; padding: clamp(26px, 3.5vw, 44px); }.project-card:first-child { background: #e7ddd0; }.project-card h2, .project-card h3 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.8rem, 3vw, 3rem); }.project-card:hover, .service-card:hover, .work-card:hover, .process-item:hover { transform: none; }.project-card .text-link, .card-actions { margin-top: 22px; }
.split-section { grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 8vw, 140px); padding: clamp(70px, 10vw, 142px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.split-section > p { color: var(--text); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.45rem, 2.7vw, 2.5rem); line-height: 1.55; }
.news-card { grid-template-columns: 135px minmax(0, 1fr) auto; padding: 26px 0; border-width: 1px 0 0; border-radius: 0; background: transparent; }.news-card:last-child { border-bottom: 1px solid var(--line); }.news-date { color: var(--violet); }.news-badge { border-radius: 0; color: var(--text); background: #dfd2c3; }
.page-hero { max-width: 820px; margin-bottom: 86px; }.breadcrumb { margin-bottom: 36px; }.page-hero h1 { font-size: clamp(3.1rem, 7vw, 6.2rem); }.page-hero > p:last-child { max-width: 42rem; font-size: 1.06rem; }.detail-grid, .project-list { gap: 28px; }.notice, .info-panel { padding: 30px; }.faq details { padding: 20px 22px; }
.site-footer { width: min(var(--max), calc(100% - 48px)); margin: 0 auto 0; padding: 44px 0; border-width: 1px 0 0; border-radius: 0; background: transparent; color: var(--muted); }.footer-brand strong { color: var(--text); }.footer-links { gap: 8px 18px; }.footer-links a:hover { color: var(--violet); }
.ad-slot { border-top-color: var(--line); }.ad-slot > p { color: var(--muted); }
.ad-slot--mobile { max-width: 320px; min-height: 100px; }
.support-callout { margin: 0 0 72px; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); background: #e7ddd0; }.support-callout h2 { max-width: 780px; margin: 0 0 18px; }.support-callout > p:not(.label) { max-width: 650px; margin-bottom: 28px; color: var(--muted); }
@media (max-width: 820px) { .site-header { min-height: 64px; padding: 0 18px; }.brand-logo { width: 36px; height: 36px; flex-basis: 36px; }.global-nav { top: calc(100% + 1px); border: 1px solid var(--line); border-radius: 0; background: var(--panel); box-shadow: var(--shadow); }.global-nav a { padding: 14px 8px; }.nav-cta { margin: 6px 0 0; text-align: center; }.hero, .product-showcase, .contact-panel, .split-section { grid-template-columns: 1fr; }.hero { padding-top: 126px; gap: 42px; }.featured-panel { transform: none; }.project-grid { grid-template-columns: 1fr; }.news-card { grid-template-columns: 1fr; gap: 8px; }.feature-card { align-items: flex-start; }.page-main { padding-top: 122px; } }
@media (max-width: 560px) { .section, .page-main, .site-footer { width: min(100% - 32px, var(--max)); }.section { padding: 76px 0; }.hero { padding-top: 116px; padding-bottom: 78px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }.featured-panel, .feature-card, .project-card { padding: 26px; }.page-hero { margin-bottom: 56px; }.split-section { gap: 22px; }.site-footer { padding: 36px 0; }.brand small { display: none; } h1, .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); } h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); } }

/* Home page composition */
.home-hero { display: grid; grid-template-columns: minmax(0, .93fr) minmax(380px, .87fr); align-items: center; gap: clamp(38px, 9vw, 150px); min-height: 700px; padding-top: 130px; }
.home-hero-copy { max-width: 690px; }.home-hero-copy h1 { margin-bottom: 30px; }.home-hero-art { position: relative; min-height: 520px; overflow: hidden; background: #dfd2c3; }
.paper-orb { position: absolute; border-radius: 50%; }.orb-a { width: 310px; height: 310px; right: -76px; top: 34px; background: #bb9380; }.orb-b { width: 210px; height: 210px; left: 32px; bottom: -86px; background: #e9e3d9; }
.paper-card { position: absolute; left: 12%; top: 18%; display: grid; place-content: center; width: min(55%, 280px); aspect-ratio: 1 / 1.15; padding: 28px; color: #f8f4ed; background: #2d3d39; box-shadow: 18px 22px 0 rgba(34, 33, 31, .12); transform: rotate(-7deg); }.paper-card span { position: absolute; top: 16px; right: 18px; color: #b9c3b3; font-size: .75rem; letter-spacing: .12em; }.paper-card strong { font-family: "Yu Mincho", serif; font-size: clamp(1.55rem, 3.3vw, 2.7rem); font-weight: 500; line-height: 1.15; letter-spacing: -.04em; }
.paper-line { position: absolute; height: 1px; background: rgba(34,33,31,.55); transform-origin: left; }.line-a { width: 55%; right: -12%; bottom: 25%; transform: rotate(-30deg); }.line-b { width: 44%; left: -9%; top: 23%; transform: rotate(58deg); }
.home-intro { display: grid; grid-template-columns: minmax(170px, .55fr) minmax(0, 1.45fr); gap: clamp(36px, 8vw, 140px); border-top: 1px solid var(--line); }.home-intro h2 { max-width: 820px; margin-top: 0; }.home-intro p:last-child { max-width: 660px; color: var(--muted); font-size: 1.05rem; line-height: 1.95; }
.feature-work { padding-top: clamp(96px, 12vw, 170px); }.neon-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); min-height: 490px; background: #101827; }.neon-feature-art { position: relative; overflow: hidden; min-height: 370px; background: #070c14; }.neon-feature-art picture { display: block; height: 100%; }.neon-feature-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,12,20,.02) 35%, rgba(7,12,20,.82) 100%); pointer-events: none; }.neon-feature-art img { display: block; width: 100%; height: 100%; min-height: 370px; object-fit: cover; object-position: center; }.neon-type { position: absolute; left: 7%; bottom: 8%; z-index: 1; color: #f7fdff; font-family: Arial, sans-serif; font-size: clamp(2.6rem, 5vw, 5.4rem); font-weight: 900; font-style: italic; line-height: .78; letter-spacing: -.1em; text-shadow: 4px 4px 0 #f05a99; }
.neon-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 5vw, 70px); color: #ece9e0; }.neon-feature-copy h3 { color: #fff; font-family: Arial, sans-serif; font-size: clamp(2.3rem, 4.4vw, 4.5rem); font-style: italic; letter-spacing: -.08em; }.neon-feature-copy p { color: #d0d5da; line-height: 1.85; }.neon-feature-copy .status-live { color: #244432; }.neon-feature-copy .meta { color: #9fabb5; }.neon-feature-copy .button-primary { color: #101827; background: #bceaf1; }.neon-feature-copy .button-primary:hover { color: #fff; background: #d85c95; }.neon-feature-copy .text-link { color: #bceaf1; }
.neon-feature + .neon-feature { margin-top: 26px; }.rush-feature .neon-type { text-shadow: 4px 4px 0 #8b4fe6; }
.home-process { background: #e7ddd0; width: 100%; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }.home-process > * { width: min(var(--max), 100%); margin-left: auto; margin-right: auto; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(34,33,31,.28); }.process-grid article { min-height: 260px; padding: 30px 30px 20px 0; border-right: 1px solid rgba(34,33,31,.28); }.process-grid article + article { padding-left: 30px; }.process-grid article:last-child { border-right: 0; }.process-grid span { color: var(--violet); font-size: .75rem; letter-spacing: .12em; }.process-grid h3 { margin-top: 64px; font-family: "Yu Mincho", serif; font-size: 2rem; }.process-grid p { max-width: 19rem; color: #625c54; }.section-link { display: inline-block; margin-top: 32px; }
.home-news { padding-bottom: clamp(88px, 11vw, 150px); }.contact-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 60px; row-gap: 22px; padding-top: clamp(72px, 9vw, 122px); padding-bottom: clamp(72px, 9vw, 122px); border-top: 1px solid var(--line); }.contact-band .label { grid-column: 1 / -1; margin: 0; }.contact-band h2 { max-width: 780px; margin: 0; }
.home-process .label { color: #5f4538; }.line-stamp-section { display: grid; grid-template-columns: minmax(210px, .6fr) minmax(0, 1.4fr); align-items: center; gap: clamp(34px, 8vw, 130px); margin-bottom: clamp(36px, 7vw, 96px); padding: clamp(32px, 6vw, 74px); border: 1px solid var(--line); background: #dce9d7; }.line-stamp-section h2 { margin: 0 0 18px; }.line-stamp-section > div:last-child > p:not(.label) { max-width: 620px; margin: 0 0 28px; color: #534f49; }.line-stamp-mark { display: grid; place-items: center; aspect-ratio: 1; max-width: 250px; padding: 28px; color: #fff; background: #047a39; box-shadow: 14px 14px 0 rgba(34,33,31,.13); transform: rotate(-4deg); }.line-stamp-mark span { font: 800 clamp(2.4rem, 5vw, 4.5rem)/1 Arial, sans-serif; letter-spacing: -.08em; }.line-stamp-mark b { margin-top: 10px; font: 500 2.4rem/1 "Yu Mincho", serif; }
.goods-page { padding-bottom: clamp(90px, 12vw, 160px); }.goods-feature { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); align-items: stretch; gap: 0; border: 1px solid var(--line); background: var(--panel); }.goods-art { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 420px; padding: clamp(30px, 5vw, 64px); overflow: hidden; color: #fff; background: #047a39; }.goods-art::before { content: ""; position: absolute; width: 420px; height: 420px; right: -145px; top: -125px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }.goods-art span, .goods-art b, .goods-art i { position: relative; z-index: 1; }.goods-art span { font: 800 clamp(3rem, 5.5vw, 5.6rem)/.85 Arial, sans-serif; letter-spacing: -.09em; }.goods-art b { margin-top: 16px; font: 700 .78rem/1 Arial, sans-serif; letter-spacing: .22em; }.goods-art i { position: absolute; top: 34px; left: 38px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font: 800 .8rem/1 Arial, sans-serif; font-style: normal; }.goods-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 6vw, 84px); }.goods-copy h2 { margin: 0 0 18px; }.goods-copy > p:not(.label) { max-width: 570px; margin: 0 0 30px; color: var(--muted); }.goods-copy .goods-note { margin: 16px 0 0; font-size: .8rem; }.goods-ad { margin: clamp(58px, 8vw, 96px) auto; }.goods-next { max-width: 820px; margin: clamp(72px, 10vw, 140px) auto 0; padding-top: clamp(54px, 8vw, 96px); border-top: 1px solid var(--line); }.goods-next h2 { margin: 0 0 20px; }.goods-next > p:last-child { max-width: 650px; color: var(--muted); line-height: 1.9; }
.gameplay-showcase { margin: -36px 0 clamp(64px, 9vw, 110px); }.gameplay-showcase picture { display: block; }.gameplay-showcase img { display: block; width: 100%; height: auto; border: 1px solid var(--line); background: #070c14; box-shadow: var(--shadow); }.gameplay-showcase figcaption { margin-top: 12px; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.article-body .page-hero { max-width: 1040px; }.article-body .page-hero h1 { font-size: clamp(3rem, 6vw, 5.75rem); line-height: 1.08; }.article-body .section-tight > p { max-width: 820px; color: var(--muted); line-height: 1.95; }.article-body .article-visual { margin-top: -28px; }

/* Works: real gameplay, comparable facts and a clear free-play path. */
.game-library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
@media (max-width: 1100px) and (min-width: 821px) { .game-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.project-card--game { display: flex; overflow: hidden; padding: 0; background: var(--panel); }
.project-card--game:first-child { background: var(--panel); }
.project-card__media { display: block; width: 100%; overflow: hidden; border-bottom: 1px solid var(--line); background: #10162d; }.project-card__media picture { display: block; }
.project-card__media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.project-card__media:hover img, .project-card__media:focus-visible img { transform: scale(1.025); }
.project-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: clamp(24px, 3vw, 38px); }
.project-card__body .status { margin-bottom: 8px; }
.game-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.game-facts li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: rgba(255,255,255,.32); font-size: .78rem; font-weight: 750; }
.project-card--game .status-live { color: #214232; }
.game-guide .project-card p { color: #5b5750; }
.game-guide .project-card strong { color: #292724; }
.project-card--game .card-actions { margin-top: auto; padding-top: 24px; }
.project-card--game .button { min-height: 48px; }
.works-ad { margin-block: clamp(52px, 7vw, 92px); }

/* Long-form game guides */
.guide-toc { max-width: 860px; margin: 0 0 clamp(72px, 9vw, 120px); padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line); background: #e7ddd0; }
.guide-toc strong { display: block; margin-bottom: 16px; font-family: "Yu Mincho", serif; font-size: 1.35rem; }
.guide-toc ol { display: grid; gap: 9px; margin: 0; padding-left: 1.4rem; }
.guide-toc a { color: var(--text); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.guide-toc a, .guide-cta .text-link { display: inline-flex; align-items: center; min-height: 44px; }
.breadcrumb a, .site-footer a, .brand { min-height: 44px; }
.breadcrumb a, .site-footer a { display: inline-flex; align-items: center; padding-inline: 9px; }
.faq details a { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 6px; }
.faq summary { display: flex; align-items: center; min-height: 44px; }
.notice a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 4px; }
.news-card .text-link { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 4px; }
.info-panel .text-link { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 4px; overflow-wrap: anywhere; }
@media (max-width: 560px) { .news-card h2 { font-size: clamp(1.75rem, 8vw, 2rem); line-height: 1.3; } }
@media (max-width: 560px) { .devlog-page .page-hero h1 { font-size: clamp(2.35rem, 10vw, 3rem); line-height: 1.18; } }
@media (max-width: 560px) { .guide-index-hero h1 { font-size: clamp(2.4rem, 10.4vw, 2.7rem); line-height: 1.16; letter-spacing: -.075em; } }
.devlog-intro { margin-bottom: 28px; }
.devlog-page .guide-toc { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 18px; }
.devlog-page .guide-toc strong { grid-column: 1 / -1; }
@media (max-width: 560px) { .devlog-page .guide-toc { grid-template-columns: 1fr; }.devlog-page .guide-toc strong { grid-column: auto; } }
.legal-page > .info-panel { max-width: 900px; margin-inline: auto; }
.legal-page > .info-panel h1 { margin-bottom: 12px; }
.legal-page > .info-panel h2 { margin-top: 42px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.legal-page > .info-panel p, .legal-page > .info-panel li { color: var(--muted); line-height: 1.9; }
.legal-page > .info-panel a { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 4px; overflow-wrap: anywhere; }
.crowdfunding-page .panel { margin-bottom: 28px; padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--panel); }
.crowdfunding-page .panel h2 { margin-top: 0; }
.crowdfunding-page .panel p, .crowdfunding-page .panel li, .crowdfunding-page .project-status { color: var(--muted); line-height: 1.9; }
.crowdfunding-page .project-status { margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--violet); background: var(--panel); }
.crowdfunding-page .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.crowdfunding-page .card { padding: 22px; border: 1px solid var(--line); background: var(--bg); }
.crowdfunding-page .card strong { font-size: 1.1rem; }
.crowdfunding-page .roadmap { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: roadmap; }
.crowdfunding-page .roadmap li { display: grid; grid-template-columns: minmax(130px, .35fr) 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); counter-increment: roadmap; }
.crowdfunding-page .roadmap strong::before { content: "0" counter(roadmap) " "; color: var(--violet); }
.crowdfunding-page .action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 24px; }
.crowdfunding-page .text-button, .crowdfunding-page .panel a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 4px; }
@media (max-width: 560px) { .crowdfunding-page .grid { grid-template-columns: 1fr; }.crowdfunding-page .roadmap li { grid-template-columns: 1fr; gap: 4px; }.crowdfunding-page .page-hero h1 { font-size: clamp(2.35rem, 10vw, 3rem); line-height: 1.18; } }
.guide-section { scroll-margin-top: 100px; }
.guide-section > p:last-child { max-width: 860px; color: #5b5750; line-height: 1.9; }
.guide-table-wrap { max-width: 1040px; overflow-x: auto; border: 1px solid var(--line); background: var(--panel); }
.guide-table { width: 100%; border-collapse: collapse; text-align: left; }
.guide-table th, .guide-table td { padding: 17px 19px; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.65; }
.guide-table thead th { color: #f8f4ed; background: #2d3d39; font-size: .78rem; letter-spacing: .08em; }
.guide-table tbody th { width: 22%; color: #292724; background: #eee7dc; }
.guide-table tr:last-child th, .guide-table tr:last-child td { border-bottom: 0; }
.guide-callout { max-width: 1040px; margin-top: 24px; padding: 24px 27px; border-left: 4px solid #4c766b; color: #393632; background: #dce9d7; }
.guide-steps { display: grid; max-width: 960px; margin: 34px 0 0; padding: 0; list-style: none; counter-reset: guide-step; }
.guide-steps li { position: relative; padding: 28px 20px 30px 74px; border-top: 1px solid var(--line); counter-increment: guide-step; }
.guide-steps li::before { position: absolute; top: 24px; left: 8px; content: "0" counter(guide-step); color: #765c4e; font: 700 .8rem/1 Arial, sans-serif; letter-spacing: .12em; }
.guide-steps strong { color: #292724; font-family: "Yu Mincho", serif; font-size: clamp(1.35rem, 2.4vw, 1.9rem); font-weight: 500; }
.guide-steps p { margin: 12px 0 0; color: #5b5750; line-height: 1.85; }
.guide-build-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-build-grid .project-card { padding: 28px; background: var(--panel); }
.guide-build-grid .project-card:first-child { background: #e7ddd0; }
.guide-build-grid .project-card h3 { font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
.guide-build-grid .project-card p { color: #5b5750; }
.guide-build-grid .project-card strong { color: #292724; }
.guide-event-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1040px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guide-event-list article { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); }
.guide-event-list h3 { font-family: Arial, sans-serif; font-size: 1.25rem; letter-spacing: -.02em; }
.guide-event-list p { color: #5b5750; line-height: 1.85; }
.guide-cta { margin-top: clamp(80px, 11vw, 150px); padding: clamp(42px, 7vw, 82px); color: #f8f4ed; background: #2d3d39; }
.guide-cta h2 { color: #fff; }
.guide-cta .label { color: #d7eee8; }
.guide-cta > p:not(.label) { max-width: 620px; color: #d8ddd9; }
.guide-cta .text-link { color: #d7eee8; }
.guide-cta .button-secondary { border-color: #fff; color: #fff; }.guide-cta .button-secondary:hover { color: #fff; background: rgba(255, 255, 255, .12); }
@media (max-width: 820px) { .home-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 118px; }.home-hero-art { min-height: 390px; }.home-intro { grid-template-columns: 1fr; gap: 6px; }.neon-feature { grid-template-columns: 1fr; }.neon-feature-art { height: 340px; min-height: 340px; }.neon-feature-art picture, .neon-feature-art img { height: 100%; min-height: 0; }.process-grid { grid-template-columns: 1fr; }.process-grid article, .process-grid article + article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(34,33,31,.28); }.process-grid article:last-child { border-bottom: 0; }.process-grid h3 { margin: 20px 0 8px; }.line-stamp-section, .goods-feature, .game-library-grid, .guide-build-grid { grid-template-columns: 1fr; }.guide-event-list { grid-template-columns: 1fr; }.line-stamp-mark { max-width: 190px; }.goods-art { min-height: 300px; }.contact-band { grid-template-columns: 1fr; gap: 20px; }.contact-band .label { grid-column: auto; } }
@media (max-width: 560px) { .home-hero { padding-top: 102px; }.home-hero-art { min-height: 240px; }.paper-card { left: 18%; top: 12%; width: 48%; }.feature-work { padding-top: 64px; }.neon-feature-art { height: 240px; min-height: 240px; }.drop-feature .neon-feature-art img { object-position: center 42%; }.neon-type { font-size: 3rem; }.neon-feature-copy { padding: 26px 22px 30px; }.home-process { padding-left: 16px; padding-right: 16px; }.contact-band { padding-top: 70px; padding-bottom: 70px; }.project-card--game { padding: 0; }.project-card__body { padding: 24px; }.project-card--game .card-actions { align-items: flex-start; flex-direction: column; }.guide-table th, .guide-table td { min-width: 145px; padding: 14px; }.guide-steps li { padding-left: 52px; }.guide-event-list article { min-height: 0; padding: 24px; }.guide-cta { margin-left: -16px; margin-right: -16px; } }
@media (max-width: 560px) { .home-hero-copy h1 { font-size: clamp(2.35rem, 10vw, 3rem); line-height: 1.18; letter-spacing: -.055em; } }
.mobile-break { display: none; }
@media (max-width: 560px) { .mobile-break { display: initial; } }
.site-header, .site-footer, main { --muted: #625e57; }
@media (max-width: 560px) { .article-body .guide-index-hero h1 { font-size: 2.2rem; line-height: 1.16; letter-spacing: -.075em; } }
@media (max-width: 560px) { .about-page .page-hero h1 { font-size: 2.4rem; line-height: 1.16; letter-spacing: -.07em; } }

/* Short mobile landscape: keep the primary message and both play buttons in the first view. */
@media (max-height: 560px) and (orientation: landscape) and (max-width: 920px) {
  .site-header { top: 8px; min-height: 54px; }
  .home-hero { min-height: 0; padding-top: 70px; padding-bottom: 44px; gap: 24px; }
  .home-hero-copy { max-width: 720px; }
  .home-hero-copy .eyebrow { display: none; }
  .home-hero-copy h1 { margin-bottom: 14px; font-size: clamp(2.2rem, 5.8vw, 3rem); line-height: 1; }
  .home-hero-copy .hero-lead { display: none; }
  .home-hero-copy .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
  .home-hero-copy .hero-actions .button { width: auto; min-height: 48px; }
  .home-hero-art { min-height: 280px; }
}
.goods-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.goods-product-card { display: flex; flex-direction: column; min-height: 250px; padding: clamp(24px, 4vw, 38px); background: var(--panel); }
.goods-product-card:nth-child(4n + 1), .goods-product-card:nth-child(4n + 4) { background: #e7ddd0; }
.goods-product-card .product-number { margin: 0 0 28px; color: var(--teal); font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.goods-product-card h3 { margin: 0 0 12px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.goods-product-card p { margin: 0 0 24px; color: var(--muted); line-height: 1.8; }
.goods-product-card .text-link { margin-top: auto; }
.goods-product-card .text-link { display: grid; align-items: center; width: max-content; min-height: 44px; }
.purchase-steps { counter-reset: purchase; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 32px; background: var(--line); border: 1px solid var(--line); }
.purchase-steps li { counter-increment: purchase; min-height: 210px; padding: 28px; list-style: none; background: var(--panel); }
.purchase-steps li::before { display: block; margin-bottom: 30px; color: var(--teal); font-size: .78rem; font-weight: 700; letter-spacing: .12em; content: "STEP 0" counter(purchase); }
.purchase-steps strong { display: block; margin-bottom: 10px; font-size: 1.18rem; }
.purchase-steps p { margin: 0; color: var(--muted); line-height: 1.8; }
@media (max-width: 760px) { .goods-product-grid, .purchase-steps { grid-template-columns: 1fr; }.goods-product-card, .purchase-steps li { min-height: 0; }.goods-product-card:nth-child(odd) { background: #e7ddd0; }.goods-product-card:nth-child(even) { background: var(--panel); } }
@media (max-width: 560px) { .goods-body .page-hero h1 { font-size: 2.4rem; line-height: 1.16; letter-spacing: -.07em; } }

/* Keep content and primary choices above the fold on narrow phones. */
@media (max-width: 560px) {
  .page-main { padding-top: 82px; }
  .page-main > .breadcrumb { margin-bottom: 24px; }
  .page-main > .page-hero h1 { font-size: 2.55rem; line-height: 1.14; }
  .page-main > .page-hero > p:last-child { font-size: 1rem; line-height: 1.75; }
}
.text-link { display: inline-flex; align-items: center; min-height: 44px; }

/* Social discovery */
.social-follow { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(36px, 7vw, 110px); align-items: center; border-top: 1px solid var(--line); }
.social-follow__intro > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.9; }
.social-follow__links { display: grid; gap: 12px; }
.social-card { display: grid; grid-template-columns: 74px 1fr; gap: 22px; align-items: center; min-height: 156px; padding: 26px 30px; border: 1px solid var(--line); color: #f8f4ed; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.social-card:hover, .social-card:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(28, 27, 25, .16); }
.social-card--x { background: #242321; }
.social-card--instagram { background: linear-gradient(135deg, #543d66, #9c4d68 55%, #b97846); }
.social-card__mark { display: grid; place-items: center; width: 64px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-size: 1.15rem; font-weight: 800; }
.social-card small, .social-card strong, .social-card em { display: block; }
.social-card small { margin-bottom: 5px; opacity: .72; font-size: .7rem; letter-spacing: .14em; }
.social-card strong { font-size: clamp(1.15rem, 2.2vw, 1.55rem); overflow-wrap: anywhere; }
.social-card em { margin-top: 14px; opacity: .82; font-size: .84rem; font-style: normal; }
.footer-social-link { justify-content: center; min-width: 44px; border: 1px solid var(--line); border-radius: 999px; padding-inline: 14px !important; font-weight: 750; }

/* Motion is progressive enhancement and remains still for reduced-motion users. */
.motion-ready .reveal-on-scroll { opacity: 1; transform: translateY(28px); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .motion-ready .reveal-on-scroll { opacity: 1; transform: none; transition: none; }.social-card { transition: none; } }
@media (max-width: 820px) { .social-follow { grid-template-columns: 1fr; }.social-follow__links { width: 100%; } }
@media (max-width: 560px) { .social-card { grid-template-columns: 54px 1fr; min-height: 132px; padding: 22px 18px; gap: 16px; }.social-card__mark { width: 52px; } }
