:root {
  --bg: #01020d;
  --bg-2: #050626;
  --ink: #f8fbff;
  --muted: #b7c4e8;
  --soft: rgba(224, 234, 255, 0.76);
  --line: rgba(95, 153, 255, 0.28);
  --cyan: #31d9ff;
  --blue: #2873ff;
  --violet: #9258ff;
  --magenta: #ef4dff;
  --crimson: #ff336d;
  --emerald: #26e6b0;
  --yellow: #7be9ff;
  --yellow-2: #bdf5ff;
  --rift-purple: rgba(146, 88, 255, 0.78);
}

* {
  box-sizing: border-box;
}

::selection {
  background: var(--yellow-2);
  color: var(--bg);
}

::-moz-selection {
  background: var(--yellow-2);
  color: var(--bg);
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 12%, rgba(32, 86, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 45%, rgba(210, 42, 255, 0.1), transparent 34rem),
    var(--bg);
  color: var(--ink);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Yu Gothic",
    "Noto Sans JP",
    serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(circle at 14px 18px, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.6px),
    radial-gradient(circle at 74px 52px, rgba(64, 207, 255, 0.68) 0 1px, transparent 1.7px),
    radial-gradient(circle at 128px 92px, rgba(227, 100, 255, 0.58) 0 1px, transparent 1.6px);
  background-size: 154px 126px, 211px 173px, 267px 219px;
}

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

img {
  display: block;
  max-width: 100%;
  /* The width/height attributes only exist to reserve layout space via
     aspect-ratio; neutralise their presentational-hint height. */
  height: auto;
}

/* <picture> is only a format switch; keep it out of the layout tree so the
   existing `... img` rules apply exactly as before. */
picture {
  display: contents;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg,
.mr-bg,
.cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(1, 2, 13, 0.42) 0%, rgba(1, 2, 13, 0.02) 46%, rgba(1, 2, 13, 0.08) 100%),
    url("assets/hero-key-visual.webp");
  background-image:
    linear-gradient(90deg, rgba(1, 2, 13, 0.42) 0%, rgba(1, 2, 13, 0.02) 46%, rgba(1, 2, 13, 0.08) 100%),
    image-set(url("assets/hero-key-visual.avif") type("image/avif"), url("assets/hero-key-visual.webp") type("image/webp"));
  filter: saturate(1.18) hue-rotate(14deg) contrast(1.04);
}

.hero-bg::after,
.mr-bg::after,
.cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 2, 13, 0.05) 0%, rgba(1, 2, 13, 0.06) 58%, rgba(1, 2, 13, 0.98) 100%),
    linear-gradient(90deg, rgba(1, 2, 13, 0.94) 0%, rgba(1, 2, 13, 0.76) 40%, rgba(1, 2, 13, 0.12) 62%, transparent 76%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 48%;
  bottom: 95px;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  box-shadow:
    0 0 7px 3px #fff,
    0 0 18px 8px rgba(49, 217, 255, 0.86),
    0 0 44px 18px rgba(77, 76, 255, 0.48),
    0 0 80px 26px rgba(222, 64, 255, 0.2);
  pointer-events: none;
}

.rift-divider {
  position: relative;
  z-index: 4;
  height: 154px;
  margin-top: -77px;
  margin-bottom: -77px;
  pointer-events: none;
  overflow: hidden;
}

.rift-divider::after {
  content: "";
  position: absolute;
  left: -12vw;
  right: -12vw;
  top: 18px;
  height: 112px;
  background:
    linear-gradient(90deg, #03083a, #25115e 48%, #650a73);
    clip-path: polygon(0% 53%, 100% 0%, 100% 85%, 0% 100%);
  opacity: 1;
  transform: rotate(-2.2deg);
}

.rift-divider.reverse::before,
.rift-divider.reverse::after {
  transform: rotate(2.5deg) scaleX(-1);
}

.rift-divider.deep {
  height: 178px;
  margin-top: -89px;
  margin-bottom: -89px;
}

.rift-divider.deep::before {
  top: 33px;
  height: 112px;
  background:
    linear-gradient(90deg, transparent 4%, rgba(49, 217, 255, 0.82), rgba(146, 88, 255, 0.88), rgba(239, 77, 255, 0.56), transparent 92%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent 64%);
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(780px, 56vw);
  padding: 0 0 0 64px;
}

.hero h1,
.final-cta h2 {
  margin: 0;
  line-height: 1;
}

.hero h1 img,
.final-cta h2 img {
  filter:
    drop-shadow(0 0 8px rgb(42, 64, 244, 0.8))
}

.hero h1 img {
  width: min(720px, 52vw, 110vh);
  height: auto;
}

.final-cta h2 img {
  width: min(1180px, 94vw);
  height: auto;
}

.hero-lead {
  margin: 24px 0 0;
  color: #eef8ff;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.85;
  text-shadow:
    0 3px 18px rgba(0, 0, 0, 0.86),
    0 0 20px rgba(70, 140, 255, 0.32);
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: rgba(238, 248, 255, 0.88);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(49, 217, 255, 0.72);
  transform: translateX(-50%);
}

.hero-scroll::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  animation: hero-scroll-arrow 1.8s ease-in-out infinite;
}

.hero-scroll:hover,
.hero-scroll:focus-visible {
  color: #fff;
}

.hero-scroll:focus-visible {
  outline: 1px solid rgba(49, 217, 255, 0.82);
  outline-offset: 4px;
}

@keyframes hero-scroll-arrow {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(0) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translateY(5px) rotate(45deg);
  }
}

.location-section {
  position: relative;
  overflow: hidden;
  padding: 96px 40px 104px;
  border-top: 1px solid rgba(95, 153, 255, 0.24);
  border-bottom: 1px solid rgba(95, 153, 255, 0.18);
  background:
    radial-gradient(circle at 12% 18%, rgba(49, 217, 255, 0.12), transparent 26rem),
    radial-gradient(circle at 88% 76%, rgba(239, 77, 255, 0.14), transparent 30rem),
    linear-gradient(135deg, rgba(6, 12, 43, 0.96), rgba(3, 4, 24, 0.98));
  isolation: isolate;
}

.location-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -8%;
  width: 116%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 217, 255, 0.42) 24%, rgba(146, 88, 255, 0.6) 64%, transparent);
  box-shadow: 0 0 24px rgba(49, 217, 255, 0.32);
  transform: rotate(-4deg);
}

.location-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 68%, rgba(57, 205, 255, 0.72) 0 1px, transparent 1.7px),
    radial-gradient(circle at 56% 18%, rgba(224, 75, 255, 0.62) 0 1px, transparent 1.6px);
  background-size: 188px 164px, 237px 213px, 293px 247px;
}

.location-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(440px, 1.14fr);
  align-items: center;
  gap: clamp(48px, 8vw, 128px);
  max-width: 1160px;
  margin: 0 auto;
}

.location-heading {
  position: relative;
}

.location-kicker {
  margin: 0 0 22px;
  color: #8eeaff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.location-heading h2 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 900;
  line-height: 1.25;
  text-shadow:
    0 0 18px rgba(49, 217, 255, 0.24),
    0 0 42px rgba(146, 88, 255, 0.22);
}

.location-heading h2 span {
  display: inline-block;
  color: #dffaff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.82),
    0 0 18px rgba(49, 217, 255, 0.78),
    0 0 42px rgba(40, 115, 255, 0.64),
    0 0 74px rgba(239, 77, 255, 0.34);
}

.location-lead {
  margin: 28px 0 0;
  color: rgba(238, 248, 255, 0.76);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.location-panel {
  position: relative;
  padding: 34px clamp(24px, 4vw, 52px) 28px;
  border: 1px solid rgba(142, 234, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(9, 24, 68, 0.78), rgba(10, 5, 43, 0.84)),
    rgba(4, 6, 30, 0.72);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(49, 217, 255, 0.08),
    inset 0 0 28px rgba(49, 217, 255, 0.04);
}

.location-panel::before,
.location-panel::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--cyan);
  filter: drop-shadow(0 0 7px rgba(49, 217, 255, 0.72));
}

.location-panel::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.location-panel::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.location-status {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 7px 13px 6px;
  border: 1px solid rgba(142, 234, 255, 0.48);
  color: #bdf5ff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  background: rgba(49, 217, 255, 0.08);
  box-shadow: 0 0 16px rgba(49, 217, 255, 0.12);
}

.location-details {
  margin: 0;
}

.location-details > div {
  display: grid;
  grid-template-columns: minmax(92px, 0.35fr) minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 58px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(95, 153, 255, 0.2);
}

.location-details > div:first-child {
  border-top: 1px solid rgba(95, 153, 255, 0.2);
}

.location-details dt {
  color: rgba(183, 196, 232, 0.72);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.location-details dd {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 800;
  line-height: 1.65;
  text-shadow: 0 0 16px rgba(49, 217, 255, 0.14);
}

.location-details dd small {
  color: #8eeaff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.location-price {
  display: grid !important;
  gap: 2px !important;
}

.location-price span {
  color: rgba(238, 248, 255, 0.86);
  font-size: 13px;
  line-height: 1.7;
}

.location-price strong {
  color: #bdf5ff;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 900;
}

.location-next {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
  color: rgba(238, 248, 255, 0.78);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.location-next span {
  color: var(--cyan);
  font-size: 18px;
  line-height: 1;
  transition: transform 180ms ease;
}

.location-next:hover,
.location-next:focus-visible {
  color: #fff;
  text-shadow: 0 0 14px rgba(49, 217, 255, 0.52);
}

.location-next:hover span,
.location-next:focus-visible span {
  transform: translateY(4px);
}

/* Compact event notice */
.location-section {
  padding: 112px 40px 120px;
  background:
    radial-gradient(circle at 50% 48%, rgba(40, 115, 255, 0.14), transparent 30rem),
    #03051b;
}

.location-section::before {
  content: none;
}

.location-section::after {
  opacity: 0.2;
}

.location-inner {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.location-inner h2 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 900;
  line-height: 1.22;
  text-shadow:
    0 0 18px rgba(49, 217, 255, 0.3),
    0 0 48px rgba(146, 88, 255, 0.25);
}

.location-inner h2 span {
  color: #dffaff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.82),
    0 0 20px rgba(49, 217, 255, 0.78),
    0 0 48px rgba(40, 115, 255, 0.64);
}

.location-datetime {
  margin: 28px 0 0;
  color: rgba(238, 248, 255, 0.68);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.location-price {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 6px !important;
  margin: 28px 0 0;
  color: rgba(238, 248, 255, 0.86);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.location-price strong {
  color: #bdf5ff;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  text-shadow: 0 0 16px rgba(49, 217, 255, 0.38);
}

.location-price span {
  color: rgba(238, 248, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
}

.past-battles-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 108px) 40px 96px;
  border-top: 1px solid rgba(95, 153, 255, 0.24);
  border-bottom: 1px solid rgba(95, 153, 255, 0.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(49, 217, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 86% 76%, rgba(239, 77, 255, 0.14), transparent 31rem),
    linear-gradient(145deg, #04082a, #060316 72%);
  isolation: isolate;
}

.past-battles-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 47%;
  left: -7%;
  width: 114%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 217, 255, 0.52) 24%, rgba(239, 77, 255, 0.58) 74%, transparent);
  box-shadow: 0 0 26px rgba(49, 217, 255, 0.28);
  opacity: 0.7;
  transform: rotate(-4deg);
}

.past-battles-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 64%, rgba(57, 205, 255, 0.76) 0 1px, transparent 1.7px),
    radial-gradient(circle at 52% 18%, rgba(224, 75, 255, 0.68) 0 1px, transparent 1.6px);
  background-size: 188px 164px, 237px 213px, 293px 247px;
}

.past-battles-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.past-battles-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  align-items: end;
  gap: clamp(40px, 8vw, 128px);
  margin-bottom: 34px;
}

.past-battles-kicker {
  margin: 0 0 18px;
  color: #8eeaff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.past-battles-heading h2 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(40px, 5.6vw, 68px);
  font-weight: 900;
  line-height: 1.1;
  text-shadow:
    0 0 18px rgba(49, 217, 255, 0.3),
    0 0 48px rgba(146, 88, 255, 0.24);
}

.past-battles-lead {
  max-width: 430px;
  margin: 0 0 7px auto;
  color: rgba(238, 248, 255, 0.78);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  text-align: right;
}

.battle-log {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 18px;
}

.battle-card {
  --battle-accent: var(--cyan);
  --battle-accent-soft: rgba(49, 217, 255, 0.16);
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 24px 26px 23px;
  border: 1px solid color-mix(in srgb, var(--battle-accent), transparent 52%);
  background:
    radial-gradient(circle at 94% 7%, var(--battle-accent-soft), transparent 18rem),
    linear-gradient(160deg, rgba(8, 16, 52, 0.96), rgba(5, 4, 27, 0.98));
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.4),
    0 0 30px color-mix(in srgb, var(--battle-accent), transparent 88%);
  isolation: isolate;
}

.battle-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(142, 234, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 234, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.9), transparent 72%);
  opacity: 0.5;
}

.battle-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -112px;
  right: -72px;
  width: 280px;
  height: 280px;
  border: 1px solid color-mix(in srgb, var(--battle-accent), transparent 50%);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px color-mix(in srgb, var(--battle-accent), transparent 94%),
    0 0 0 40px color-mix(in srgb, var(--battle-accent), transparent 96%),
    0 0 48px color-mix(in srgb, var(--battle-accent), transparent 68%);
  opacity: 0.72;
}

.battle-card--joypolis {
  --battle-accent: var(--cyan);
  --battle-accent-soft: rgba(49, 217, 255, 0.16);
}

.battle-card--kimitsu {
  --battle-accent: var(--magenta);
  --battle-accent-soft: rgba(239, 77, 255, 0.16);
}

.battle-card > * {
  position: relative;
  z-index: 1;
}

.battle-card-index {
  position: absolute !important;
  right: 17px;
  bottom: 7px;
  z-index: 0 !important;
  color: color-mix(in srgb, var(--battle-accent), transparent 90%);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(82px, 11vw, 132px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
  user-select: none;
}

.battle-card-coordinate {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 19px;
  color: color-mix(in srgb, var(--battle-accent), white 18%);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
}

.battle-card-coordinate-line {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--battle-accent), transparent);
  box-shadow: 0 0 8px var(--battle-accent);
}

.battle-card-status {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 13px;
  padding: 7px 12px 6px;
  border: 1px solid color-mix(in srgb, var(--battle-accent), transparent 42%);
  color: color-mix(in srgb, var(--battle-accent), white 34%);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  background: color-mix(in srgb, var(--battle-accent), transparent 91%);
  box-shadow: 0 0 16px color-mix(in srgb, var(--battle-accent), transparent 84%);
}

.battle-card h3 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 0 20px color-mix(in srgb, var(--battle-accent), transparent 66%);
}

.battle-card-description {
  max-width: 28em;
  margin: 10px 0 0;
  color: rgba(238, 248, 255, 0.76);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
}

.battle-card-details {
  margin: 20px 0 0;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}

.battle-card-details > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(95, 153, 255, 0.2);
}

.battle-card-details > div:last-child {
  border-bottom: 1px solid rgba(95, 153, 255, 0.2);
}

.battle-card-details dt {
  color: rgba(183, 196, 232, 0.7);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.battle-card-details dd {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.battle-card-details dd span {
  display: block;
  color: rgba(238, 248, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
}

.battle-card-note {
  margin: 14px 0 0;
  padding-left: 13px;
  border-left: 1px solid var(--battle-accent);
  color: color-mix(in srgb, var(--battle-accent), white 38%);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

.battle-card-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  color: rgba(238, 248, 255, 0.86);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.battle-card-link span {
  color: var(--battle-accent);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  transition: transform 180ms ease;
}

.battle-card-link:hover,
.battle-card-link:focus-visible {
  color: #fff;
  text-shadow: 0 0 14px color-mix(in srgb, var(--battle-accent), transparent 44%);
}

.battle-card-link:hover span,
.battle-card-link:focus-visible span {
  transform: translate(2px, -2px);
}

@media (max-width: 620px) {
  .location-inner h2 {
    font-size: 36px;
  }

  .location-datetime {
    font-size: 11px;
    letter-spacing: 0;
    white-space: normal;
  }
}

.section {
  position: relative;
  padding: 54px 40px;
  background:
    radial-gradient(circle at 18% 12%, rgba(27, 90, 255, 0.16), transparent 29rem),
    radial-gradient(circle at 86% 74%, rgba(216, 42, 255, 0.11), transparent 32rem),
    #01020d;
  overflow: hidden;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 10% 30%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 64%, rgba(57, 205, 255, 0.72) 0 1px, transparent 1.7px),
    radial-gradient(circle at 38% 82%, rgba(224, 75, 255, 0.62) 0 1px, transparent 1.6px);
  background-size: 188px 164px, 237px 213px, 293px 247px;
}

.action-section {
  padding-top: 50px;
  isolation: isolate;
}

.impact-word {
  position: absolute;
  right: -0.1em;
  top: 0.1em;
  z-index: -1;
  color: rgba(104, 167, 255, 0.045);
  font-size: clamp(120px, 21vw, 310px);
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 0 42px rgba(49, 217, 255, 0.22),
    0 0 120px rgba(146, 88, 255, 0.12);
}

.action-section h2,
.enemies-section h2 {
  margin: 0 0 44px;
  text-align: center;
  color: #fffdf8;
  font-size: clamp(35px, 4vw, 54px);
  line-height: 1.15;
  font-weight: 900;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.16);
}

.action-section h2 {
  margin-bottom: 22px;
}

.action-section h2 .keep,
.enemies-section h2 .keep {
  white-space: nowrap;
}

.action-section h2 .accent {
  display: inline-block;
  color: #dffaff;
  font-size: 1.34em;
  font-weight: 1000;
  line-height: 1;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.88),
    0 0 18px rgba(49, 217, 255, 0.86),
    0 0 38px rgba(40, 115, 255, 0.76),
    0 0 72px rgba(239, 77, 255, 0.4);
}

.action-section h2 .accent-number {
  display: inline-block;
  font-size: 1.2em;
  line-height: 0.85;
}

.enemies-section h2 .enemy-title-dim {
  color: rgba(255, 253, 248, 0.72);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.enemies-section h2 .enemy-title-accent {
  display: inline-block;
  color: #e5d6ff;
  font-size: 1.22em;
  font-weight: 1000;
  line-height: 1;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.58),
    0 0 18px rgba(194, 142, 255, 0.78),
    0 0 42px rgba(146, 88, 255, 0.72),
    0 0 78px rgba(40, 115, 255, 0.44);
}

.priority-break {
  display: none;
}

.single-action-visual {
  position: relative;
  overflow: hidden;
  max-width: 1370px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  transform: rotate(-0.7deg);
  filter:
    drop-shadow(0 0 18px rgba(41, 155, 255, 0.28))
    drop-shadow(0 22px 55px rgba(0, 0, 0, 0.54));
}

.single-action-visual::before {
  content: none;
}

.single-action-visual::after {
  content: none;
}

.single-action-visual img {
  width: 100%;
  height: auto;
}

.enemies-section {
  padding-top: 48px;
  padding-bottom: 48px;
  isolation: isolate;
}

.enemy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

.enemy-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.66;
  min-height: 540px;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--accent), transparent 78%), transparent 46%),
    radial-gradient(circle at 78% 18%, rgba(49, 217, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(8, 10, 34, 0.76), rgba(1, 2, 14, 0.98));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.48),
    0 0 32px color-mix(in srgb, var(--accent), transparent 86%);
  transform: translateY(var(--lift, 0)) rotate(var(--tilt, 0deg));
  transition: transform 220ms ease, filter 220ms ease;
}

.enemy-card:hover {
  transform: translateY(calc(var(--lift, 0) - 6px)) rotate(var(--tilt, 0deg));
  filter: brightness(1.06);
}

.enemy-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/enemy-frame-violet.webp") center / 100% 100% no-repeat;
  background-image: image-set(url("assets/enemy-frame-violet.avif") type("image/avif"), url("assets/enemy-frame-violet.webp") type("image/webp"));
  opacity: 0.82;
  pointer-events: none;
}

.enemy-card.violet {
  --accent: var(--violet);
  --lift: 10px;
  --tilt: -0.7deg;
}

.enemy-card.crimson {
  --accent: var(--crimson);
  --lift: -10px;
  --tilt: 0.9deg;
}

.enemy-card.crimson::before {
  background-image: url("assets/enemy-frame-crimson.webp");
  background-image: image-set(url("assets/enemy-frame-crimson.avif") type("image/avif"), url("assets/enemy-frame-crimson.webp") type("image/webp"));
}

.enemy-card.emerald {
  --accent: var(--emerald);
  --lift: 0;
  --tilt: 0.4deg;
}

.enemy-card.emerald::before {
  background-image: url("assets/enemy-frame-emerald.webp");
  background-image: image-set(url("assets/enemy-frame-emerald.avif") type("image/avif"), url("assets/enemy-frame-emerald.webp") type("image/webp"));
}

.enemy-card img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 82%;
  max-height: 72%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(0 26px 30px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 30px color-mix(in srgb, var(--accent), transparent 36%))
    brightness(1.28)
    contrast(1.08)
    saturate(1.18);
}

.enemy-card.violet img {
  width: 98%;
  max-height: 74%;
  filter:
    drop-shadow(0 26px 30px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 34px color-mix(in srgb, var(--accent), transparent 28%))
    brightness(1.38)
    contrast(1.08)
    saturate(1.24);
}

.enemy-card.crimson img {
  width: 102%;
  max-height: 84%;
}

.enemy-card.emerald img {
  width: 112%;
  max-height: 76%;
}

.mr-section {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #01020d;
}

.mr-bg {
  background-image: url("assets/mr-key-visual.webp");
  background-image: image-set(url("assets/mr-key-visual.avif") type("image/avif"), url("assets/mr-key-visual.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-position: center right;
  filter: saturate(1.2) hue-rotate(18deg);
}

.mr-bg::after {
  background:
    radial-gradient(circle at 62% 42%, rgba(49, 217, 255, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(1, 2, 13, 0.97) 0%, rgba(2, 4, 28, 0.78) 31%, rgba(1, 2, 13, 0.04) 64%, rgba(1, 2, 13, 0.2) 100%),
    linear-gradient(180deg, rgba(1, 2, 13, 0.12), rgba(1, 2, 13, 0.94));
}

.mr-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 80px 0 0 64px;
}

.mr-content h2 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.2;
  text-shadow:
    0 0 18px rgba(49, 217, 255, 0.24),
    0 0 42px rgba(146, 88, 255, 0.2);
}

.mr-content h2::after {
  content: "";
  display: block;
  width: min(320px, 65vw);
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--cyan), var(--violet), transparent);
  box-shadow: 0 0 12px rgba(49, 217, 255, 0.72);
}

.mr-content p {
  margin: 30px 0 0;
  color: var(--soft);
  font-size: 19px;
  line-height: 2;
  font-weight: 700;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 250px));
  gap: 28px;
  margin-top: 50px;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}

.feature-row div {
  min-width: 0;
  padding: 0 0 0 4px;
  transform: skewX(-4deg);
}

.feature-icon {
  display: block;
  width: 72px;
  height: 48px;
  margin-bottom: 15px;
  border: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(79%)
    sepia(48%)
    saturate(1610%)
    hue-rotate(152deg)
    brightness(103%)
    contrast(103%)
    drop-shadow(0 0 10px rgba(49, 217, 255, 0.62))
    drop-shadow(0 0 20px rgba(146, 88, 255, 0.36));
}

.feature-icon.party {
  width: 92px;
  background-image: url("assets/party-icon.svg");
}

.feature-icon.finger {
  width: 54px;
  height: 54px;
  background-image: url("assets/finger-icon.svg");
}

.feature-row strong {
  display: block;
  color: #8eeaff;
  font-size: 16px;
  font-weight: 900;
}

.feature-row small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.cast-staff-section {
  position: relative;
  overflow: hidden;
  padding: 120px 40px 132px;
  border-top: 1px solid rgba(95, 153, 255, 0.14);
  border-bottom: 1px solid rgba(95, 153, 255, 0.14);
  background:
    radial-gradient(circle at 18% 36%, rgba(40, 115, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 84% 68%, rgba(146, 88, 255, 0.13), transparent 30rem),
    #01020d;
}

.cast-staff-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(520px, 1.3fr);
  gap: clamp(56px, 8vw, 128px);
  max-width: 1120px;
  margin: 0 auto;
}

.cast-staff-heading h2 {
  margin: 0;
  color: #fffdf8;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(36px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-shadow:
    0 0 18px rgba(49, 217, 255, 0.24),
    0 0 42px rgba(146, 88, 255, 0.2);
}

.cast-staff-heading h2::after {
  content: "";
  display: block;
  width: min(260px, 72vw);
  height: 1px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--cyan), var(--violet), transparent);
  box-shadow: 0 0 12px rgba(49, 217, 255, 0.62);
}

.credit-list {
  margin: 0;
}

.credit-item {
  display: grid;
  grid-template-columns: minmax(200px, 0.95fr) minmax(190px, 1.05fr);
  align-items: center;
  gap: 28px;
  min-height: 98px;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(95, 153, 255, 0.2);
}

.credit-item:first-child {
  border-top: 1px solid rgba(95, 153, 255, 0.2);
}

.credit-item dt {
  color: rgba(183, 196, 232, 0.78);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.credit-item dd {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-shadow: 0 0 20px rgba(49, 217, 255, 0.14);
}

.credit-item dd[lang="en"] {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.12em;
}

.credit-item-logo dd {
  padding: 4px 0;
}

.credit-item-logo img {
  width: min(300px, 100%);
  filter: drop-shadow(0 0 16px rgba(49, 217, 255, 0.22));
}

.final-cta {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  background: #01020d;
}

.cta-bg {
  background-image:
    radial-gradient(ellipse at 50% 48%, rgba(1, 2, 20, 0.2), transparent 58%),
    linear-gradient(180deg, rgba(1, 2, 13, 0.08), rgba(1, 2, 13, 0.18)),
    url("assets/final-nebula-v2.webp");
  background-image:
    radial-gradient(ellipse at 50% 48%, rgba(1, 2, 20, 0.2), transparent 58%),
    linear-gradient(180deg, rgba(1, 2, 13, 0.08), rgba(1, 2, 13, 0.18)),
    image-set(url("assets/final-nebula-v2.avif") type("image/avif"), url("assets/final-nebula-v2.webp") type("image/webp"));
  background-position: center;
  background-size: cover;
}

.cta-bg::after {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 74% 42%, rgba(83, 210, 255, 0.8) 0 1px, transparent 1.7px),
    radial-gradient(circle at 40% 78%, rgba(236, 97, 255, 0.72) 0 1px, transparent 1.6px);
  background-size: 148px 132px, 211px 184px, 269px 237px;
  opacity: 0.36;
}

.final-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 44px 0;
}

.final-cta h2 {
  display: flex;
  justify-content: center;
}

.final-cta .final-inner p:not(.roman) {
  margin: 4px 0 0;
  color: #fffdf8;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.62),
    0 0 26px rgba(49, 217, 255, 0.76),
    0 0 54px rgba(146, 88, 255, 0.52);
}

.site-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 18px 40px;
  border-top: 1px solid rgba(95, 153, 255, 0.2);
  background: rgba(1, 2, 13, 0.98);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}

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

.footer-links a {
  position: relative;
  color: rgba(238, 248, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  box-shadow: 0 0 8px rgba(49, 217, 255, 0.72);
  transition: right 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  text-shadow: 0 0 14px rgba(49, 217, 255, 0.52);
}

.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  right: 0;
}

.copyright {
  margin: 0;
  color: rgba(247, 244, 238, 0.52);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/* Information pages */

.info-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 5%, rgba(40, 115, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 88% 28%, rgba(239, 77, 255, 0.12), transparent 34rem),
    var(--bg);
}

.info-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 18px max(28px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid rgba(95, 153, 255, 0.18);
  background: rgba(1, 2, 13, 0.74);
  backdrop-filter: blur(16px);
}

.info-header-logo img {
  width: 190px;
  height: auto;
}

.info-header-back {
  color: rgba(238, 248, 255, 0.78);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.info-header-back::before {
  content: "←";
  margin-right: 8px;
  color: var(--cyan);
}

.info-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  min-height: 540px;
  padding: 90px max(28px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid rgba(95, 153, 255, 0.2);
}

.info-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 2, 13, 0.97) 0%, rgba(1, 2, 13, 0.72) 48%, rgba(1, 2, 13, 0.2) 78%),
    linear-gradient(180deg, rgba(1, 2, 13, 0.08), rgba(1, 2, 13, 0.94)),
    url("assets/mr-key-visual.webp") center right / cover no-repeat;
  background-image:
    linear-gradient(90deg, rgba(1, 2, 13, 0.97) 0%, rgba(1, 2, 13, 0.72) 48%, rgba(1, 2, 13, 0.2) 78%),
    linear-gradient(180deg, rgba(1, 2, 13, 0.08), rgba(1, 2, 13, 0.94)),
    image-set(url("assets/mr-key-visual.avif") type("image/avif"), url("assets/mr-key-visual.webp") type("image/webp"));
  filter: saturate(1.16) hue-rotate(14deg);
}

.press-hero::before {
  background:
    linear-gradient(90deg, rgba(1, 2, 13, 0.94) 0%, rgba(1, 2, 13, 0.64) 54%, rgba(1, 2, 13, 0.12) 82%),
    linear-gradient(180deg, rgba(1, 2, 13, 0.08), rgba(1, 2, 13, 0.9)),
    url("assets/final-nebula-v2.webp") center / cover no-repeat;
  background-image:
    linear-gradient(90deg, rgba(1, 2, 13, 0.94) 0%, rgba(1, 2, 13, 0.64) 54%, rgba(1, 2, 13, 0.12) 82%),
    linear-gradient(180deg, rgba(1, 2, 13, 0.08), rgba(1, 2, 13, 0.9)),
    image-set(url("assets/final-nebula-v2.avif") type("image/avif"), url("assets/final-nebula-v2.webp") type("image/webp"));
}

.info-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 20px;
  color: #8eeaff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.info-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.18;
  text-shadow:
    0 0 24px rgba(49, 217, 255, 0.28),
    0 0 52px rgba(146, 88, 255, 0.22);
}

.info-hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(238, 248, 255, 0.82);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.business-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 34px;
}

.business-hero-actions .primary-button {
  min-height: 58px;
  margin-top: 0;
  padding-inline: 32px;
  border-color: rgba(142, 234, 255, 0.88);
  background: linear-gradient(135deg, rgba(24, 126, 255, 0.82), rgba(126, 58, 246, 0.8));
  box-shadow:
    0 0 28px rgba(49, 217, 255, 0.2),
    inset 0 0 22px rgba(255, 255, 255, 0.05);
}

.business-hero-scroll {
  color: rgba(238, 248, 255, 0.76);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}

.business-hero-scroll::after {
  content: "↓";
  margin-left: 10px;
  color: var(--cyan);
}

.business-hero-scroll:hover,
.business-hero-scroll:focus-visible {
  color: #fff;
}

.info-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 28px;
}

.info-section + .info-section {
  border-top: 1px solid rgba(95, 153, 255, 0.14);
}

.info-heading {
  margin: 0 0 52px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.3;
}

.info-heading small {
  display: block;
  margin-bottom: 10px;
  color: #8eeaff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
}

/* Business page */

.business-experience {
  padding-top: 72px;
  padding-bottom: 72px;
}

.business-experience .business-section-intro {
  margin-bottom: 30px;
}

.business-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 48px;
}

.business-section-intro .info-heading {
  margin-bottom: 0;
}

.business-section-intro > p {
  max-width: 470px;
  margin: 0 0 5px auto;
  color: rgba(213, 225, 255, 0.78);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.experience-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.78fr);
  min-height: 400px;
  border: 1px solid rgba(95, 153, 255, 0.24);
  background: rgba(5, 7, 30, 0.74);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.experience-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #030414;
}

.experience-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 64%, rgba(3, 4, 20, 0.86) 100%),
    linear-gradient(180deg, transparent 64%, rgba(1, 2, 13, 0.78) 100%);
  pointer-events: none;
}

.experience-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.03);
}

.experience-visual figcaption {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 25px;
  color: rgba(201, 245, 255, 0.84);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.experience-points {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 38px;
  background:
    radial-gradient(circle at 100% 0%, rgba(146, 88, 255, 0.17), transparent 18rem),
    linear-gradient(160deg, rgba(7, 13, 47, 0.96), rgba(5, 4, 27, 0.98));
}

.experience-feature-list,
.experience-use-cases ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}

.experience-feature-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(95, 153, 255, 0.16);
}

.experience-feature-list strong {
  color: #fff;
  font-size: 17px;
}

.experience-feature-list span {
  color: rgba(183, 196, 232, 0.82);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.experience-use-cases {
  margin-top: 25px;
}

.experience-use-cases ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.experience-use-cases li {
  padding: 8px 11px;
  border: 1px solid rgba(142, 234, 255, 0.24);
  background: rgba(40, 115, 255, 0.08);
  color: rgba(238, 248, 255, 0.88);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.business-requirements {
  padding-top: 108px;
  padding-bottom: 108px;
}

.requirements-layout {
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(320px, 0.92fr);
  align-items: stretch;
  gap: 68px;
}

.space-plan {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px;
  margin: 0;
  padding: 54px 64px 72px 76px;
}

.space-plan-field {
  position: relative;
  display: grid;
  place-content: center;
  width: min(370px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(142, 234, 255, 0.54);
  background:
    linear-gradient(rgba(49, 217, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 217, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(77, 76, 255, 0.2), transparent 64%),
    rgba(5, 9, 35, 0.76);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow:
    inset 0 0 50px rgba(40, 115, 255, 0.12),
    0 0 35px rgba(49, 217, 255, 0.08);
  transform: perspective(820px) rotateX(56deg) rotateZ(-1deg);
}

.space-plan-field::before,
.space-plan-field::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--cyan);
  filter: drop-shadow(0 0 7px rgba(49, 217, 255, 0.72));
}

.space-plan-field::before {
  left: -1px;
  top: -1px;
  border-left: 2px solid;
  border-top: 2px solid;
}

.space-plan-field::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.space-plan-field strong,
.space-plan-field small {
  color: rgba(224, 245, 255, 0.86);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  text-align: center;
  transform: rotateZ(1deg);
}

.space-plan-field strong {
  font-size: 13px;
  letter-spacing: 0.2em;
}

.space-plan-field small {
  margin-top: 0;
  color: rgba(142, 234, 255, 0.68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.space-plan-player {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow:
    0 0 0 7px rgba(49, 217, 255, 0.08),
    0 0 16px rgba(49, 217, 255, 0.74);
}

.player-one {
  left: 23%;
  top: 27%;
}

.player-two {
  right: 24%;
  top: 29%;
}

.player-three {
  left: 30%;
  bottom: 22%;
}

.player-four {
  right: 27%;
  bottom: 24%;
}

.space-dimension {
  position: absolute;
  color: #fff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.space-dimension::before,
.space-dimension::after {
  content: "";
  position: absolute;
  background: rgba(142, 234, 255, 0.48);
}

.space-width {
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
}

.space-width::before,
.space-width::after {
  top: 50%;
  width: 76px;
  height: 1px;
}

.space-width::before {
  right: calc(100% + 15px);
}

.space-width::after {
  left: calc(100% + 15px);
}

.space-depth {
  left: 8px;
  top: 47%;
  transform: translateY(-50%) rotate(-90deg);
}

.space-depth::before,
.space-depth::after {
  top: 50%;
  width: 58px;
  height: 1px;
}

.space-depth::before {
  right: calc(100% + 15px);
}

.space-depth::after {
  left: calc(100% + 15px);
}

.space-plan figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(183, 196, 232, 0.7);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.requirement-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 18px;
}

.requirement-spec {
  position: relative;
  min-height: 190px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(95, 153, 255, 0.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(146, 88, 255, 0.18), transparent 12rem),
    rgba(7, 10, 37, 0.76);
}

.requirement-spec::after {
  position: absolute;
  right: 15px;
  bottom: -0.2em;
  color: rgba(142, 234, 255, 0.045);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
}

.requirement-space::after {
  content: "㎡";
}

.requirement-power::after {
  content: "A";
}

.requirement-spec small {
  color: #8eeaff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.requirement-spec strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
}

.requirement-spec p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: var(--muted);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.requirement-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px 25px;
  border-left: 2px solid var(--cyan);
  background: rgba(40, 115, 255, 0.08);
  color: rgba(224, 234, 255, 0.82);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.requirement-note span {
  margin-right: 12px;
  color: #8eeaff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.business-flow {
  padding-top: 108px;
  padding-bottom: 116px;
}

.flow-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 66px 0 0;
  padding: 0;
  list-style: none;
}

.flow-timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--magenta));
  box-shadow: 0 0 14px rgba(49, 217, 255, 0.42);
}

.flow-timeline li {
  position: relative;
  text-align: center;
}

.flow-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  margin: 0 auto 28px;
  border: 1px solid rgba(142, 234, 255, 0.78);
  border-radius: 50%;
  background: #070a25;
  color: #fff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    0 0 0 8px #01020d,
    0 0 24px rgba(49, 217, 255, 0.22);
}

.flow-timeline strong {
  display: block;
  margin-top: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.flow-timeline p {
  margin: 9px 0 0;
  color: var(--muted);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.value-grid,
.use-case-grid,
.flow-grid,
.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.value-card,
.use-case-card,
.flow-card {
  position: relative;
  min-height: 240px;
  padding: 34px;
  border: 1px solid rgba(95, 153, 255, 0.22);
  background:
    radial-gradient(circle at 88% 12%, rgba(146, 88, 255, 0.16), transparent 11rem),
    rgba(5, 7, 30, 0.72);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.value-number,
.flow-number {
  display: block;
  margin-bottom: 22px;
  color: #8eeaff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.value-card strong,
.use-case-card strong,
.flow-card strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.value-card p,
.use-case-card p,
.flow-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.use-case-card {
  min-height: 210px;
}

.flow-card {
  min-height: 220px;
  border-top-color: rgba(49, 217, 255, 0.72);
}

.info-cta {
  max-width: 1144px;
  margin: 0 auto 100px;
  padding: 70px 40px;
  border: 1px solid rgba(95, 153, 255, 0.34);
  background:
    radial-gradient(circle at 80% 20%, rgba(239, 77, 255, 0.18), transparent 20rem),
    linear-gradient(135deg, rgba(14, 25, 72, 0.92), rgba(12, 5, 41, 0.96));
  text-align: center;
  box-shadow: 0 0 50px rgba(40, 115, 255, 0.12);
}

.info-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
}

.info-cta p {
  margin: 20px auto 0;
  color: var(--muted);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.primary-button,
.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 32px;
  padding: 0 28px;
  border: 1px solid rgba(142, 234, 255, 0.72);
  background: linear-gradient(135deg, rgba(40, 115, 255, 0.42), rgba(146, 88, 255, 0.36));
  color: #fff;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 0 22px rgba(49, 217, 255, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible,
.download-button:hover,
.download-button:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 28px rgba(49, 217, 255, 0.3);
  transform: translateY(-2px);
}

.logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo-card {
  overflow: hidden;
  border: 1px solid rgba(95, 153, 255, 0.24);
  background: rgba(5, 7, 30, 0.76);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.logo-card:first-child {
  grid-column: 1 / -1;
}

.logo-preview {
  display: grid;
  place-items: center;
  min-height: 270px;
  padding: 36px;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.055) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.055) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.055) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.055) 75%),
    #07091a;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
}

.logo-preview.solid {
  background: #01020d;
}

.logo-preview.nebula,
.logo-preview.keyvisual {
  padding: 0;
  background: #01020d;
}

.logo-preview img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}

.logo-preview.nebula img,
.logo-preview.keyvisual img {
  max-height: none;
}

.logo-card-body {
  padding: 28px 30px 32px;
}

.logo-card-body h2 {
  margin: 0;
  color: #fff;
  font-size: 23px;
}

.logo-card-body p {
  margin: 12px 0 0;
  color: var(--muted);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.download-button {
  min-height: 46px;
  margin-top: 22px;
  font-size: 12px;
}

.download-button::after {
  content: "↓";
  margin-left: 10px;
  color: #8eeaff;
}

.press-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.press-details h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
}

.press-details dl {
  margin: 0;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}

.press-details dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(95, 153, 255, 0.16);
}

.press-details dt {
  color: rgba(142, 234, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.press-details dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.usage-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
}

.usage-list li {
  position: relative;
  padding: 0 0 18px 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.usage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 7px var(--cyan);
}

@media (max-width: 900px) {
  .business-section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .business-section-intro > p {
    max-width: 620px;
    margin: 0;
  }

  .experience-showcase {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .experience-visual {
    aspect-ratio: 16 / 9;
  }

  .experience-visual::after {
    background: linear-gradient(180deg, transparent 64%, rgba(1, 2, 13, 0.8) 100%);
  }

  .experience-points {
    padding: 30px 32px;
  }

  .requirements-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .space-plan {
    min-height: 440px;
  }
}

@media (max-width: 700px) {
  .flow-timeline {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 48px;
  }

  .flow-timeline::before {
    left: 30px;
    right: auto;
    top: 30px;
    bottom: 30px;
    width: 1px;
    height: auto;
  }

  .flow-timeline li {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 24px;
    text-align: left;
  }

  .flow-marker {
    margin: 0;
  }
}

@media (max-width: 1000px) {
  .hero-bg {
    background-position: 61% center;
  }

  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(1, 2, 13, 0.12) 0%, rgba(1, 2, 13, 0.05) 42%, rgba(1, 2, 13, 0.98) 100%),
      linear-gradient(90deg, rgba(1, 2, 13, 0.2), rgba(1, 2, 13, 0.06));
  }

  .hero-content {
    top: auto;
    bottom: clamp(94px, 12vh, 132px);
    width: auto;
    padding: 0 28px;
    transform: none;
  }

  .hero h1 img {
    width: min(520px, 94vw, 100vh);
  }

  .hero-lead {
    margin-top: 30px;
    font-size: 18px;
  }

  .enemy-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(70vw, 370px);
    gap: 22px;
    width: calc(100% + 40px);
    max-width: none;
    margin-right: -40px;
    padding: 10px 52px 24px 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 2px 52px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .location-inner {
    grid-template-columns: minmax(240px, 0.78fr) minmax(380px, 1.22fr);
    gap: 44px;
  }

  .enemy-grid::-webkit-scrollbar {
    display: none;
  }

  .enemy-card {
    width: 100%;
    min-height: auto;
    margin: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .single-action-visual {
    transform: none;
  }

  .mr-section {
    min-height: auto;
    padding-bottom: 72px;
  }

  .mr-bg {
    background-size: 100% auto;
    background-position: top center;
  }

  .mr-bg::after {
    background:
      linear-gradient(180deg, rgba(1, 2, 13, 0.04) 0%, rgba(1, 2, 13, 0.08) 48vw, rgba(1, 2, 13, 0.99) 63vw),
      linear-gradient(90deg, rgba(1, 2, 13, 0.16), rgba(1, 2, 13, 0.02));
  }

  .mr-content {
    max-width: none;
    padding: min(62vw, 560px) 26px 0;
  }

  .cast-staff-inner {
    grid-template-columns: 1fr;
    gap: 54px;
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .location-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .break-first {
    display: block;
  }

  .action-section h2 .accent {
    margin-top: 0.08em;
  }
}

@media (max-width: 640px) {
  .break-second,
  .enemy-title-break {
    display: block;
  }

  .action-section h2 .accent {
    margin-bottom: 0.12em;
  }

  .enemies-section h2 .enemy-title-accent {
    margin-top: 0.08em;
  }
}

@media (max-width: 430px) {
  .break-third {
    display: block;
  }
}

@media (max-width: 620px) {
  .hero-content {
    padding: 0 18px;
  }

  .section {
    padding: 54px 16px;
  }

  .location-section {
    padding: 72px 18px 78px;
  }

  .location-section::before {
    top: 40%;
  }

  .location-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .location-heading h2 {
    font-size: 40px;
  }

  .location-lead {
    margin-top: 22px;
    font-size: 14px;
  }

  .location-panel {
    padding: 27px 18px 24px;
  }

  .location-details > div {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 13px 0;
  }

  .location-details dd {
    font-size: 16px;
  }

  .location-price span {
    font-size: 12px;
  }

  .location-price strong {
    font-size: 18px;
  }

  .rift-divider {
    height: 151px!important;
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .rift-divider::before {
    top: 22px;
    height: 78px;
  }

  .rift-divider::after {
    top: 19px;
    height: 61px;
  }

  .impact-word {
    opacity: 0.45;
    top: 0.45em;
  }

  .action-section h2,
  .enemies-section h2 {
    text-align: left;
    font-size: 35px;
  }

  .action-section h2 {
    margin-bottom: 18px;
  }

  .single-action-visual {
    width: calc(100vw + 200px);
    max-width: none;
    margin-left: -102px;
    margin-top: -20px;
    transform: rotate(-4.2deg);
  }

  .enemy-grid {
    grid-auto-columns: min(78vw, 330px);
    gap: 18px;
    width: calc(100% + 16px);
    margin-right: -16px;
    padding: 10px 28px 24px 2px;
    scroll-padding-inline: 2px 28px;
  }

  .enemy-card {
    transform-origin: center center;
  }

  .enemy-card.violet {
    --mobile-tilt: -2.4deg;
  }

  .enemy-card.emerald {
    --mobile-tilt: 1.8deg;
  }

  .enemy-card.crimson {
    --mobile-tilt: -1.6deg;
  }

  .enemy-card,
  .enemy-card:hover {
    transform: rotate(var(--mobile-tilt, 0deg));
  }

  .mr-content {
    padding: 62vw 20px 0;
  }

  .mr-content h2 {
    font-size: 38px;
  }

  .mr-content p {
    font-size: 15px;
  }

  .feature-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 36px;
  }

  .feature-row div {
    transform: none;
  }

  .cast-staff-section {
    padding: 82px 18px 92px;
  }

  .cast-staff-inner {
    gap: 42px;
  }

  .cast-staff-heading h2 {
    font-size: 36px;
  }

  .credit-item {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding: 22px 2px 24px;
  }

  .credit-item dd {
    font-size: 19px;
  }

  .credit-item-logo img {
    width: min(250px, 82vw);
    margin-top: 7px;
  }

  .final-cta {
    min-height: 100vh;
  }

  .final-cta .final-inner p:not(.roman) {
    font-size: 18px;
    margin-top: 14px;
  }

  .copyright {
    flex: 0 0 auto;
  }
}

@media (max-width: 820px) {
  .value-grid,
  .use-case-grid,
  .flow-grid,
  .logo-grid,
  .press-details {
    grid-template-columns: 1fr;
  }

  .logo-card:first-child {
    grid-column: auto;
  }

  .info-hero {
    min-height: 500px;
  }

  .info-hero::before {
    background-position: 62% center;
  }
}

@media (max-width: 620px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    padding: 20px 18px;
  }

  .footer-links {
    gap: 12px 20px;
  }

  .info-header {
    min-height: 72px;
    padding: 14px 18px;
  }

  .info-header-logo img {
    width: 138px;
  }

  .info-header-back {
    font-size: 11px;
  }

  .info-hero {
    min-height: 520px;
    padding: 64px 18px;
  }

  .info-hero h1 {
    font-size: clamp(28px, 8.8vw, 35px);
  }

  .info-hero-lead {
    font-size: 15px;
  }

  .info-section {
    padding: 72px 18px;
  }

  .info-heading {
    margin-bottom: 34px;
  }

  .value-card,
  .use-case-card,
  .flow-card {
    min-height: auto;
    padding: 28px;
  }

  .info-cta {
    margin: 0 18px 72px;
    padding: 54px 24px;
  }

  .logo-preview {
    min-height: 190px;
    padding: 18px;
  }

  .logo-card-body {
    padding: 24px;
  }

  .press-details {
    gap: 56px;
  }
}

@media (max-width: 620px) {
  .business-experience {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .business-experience .business-section-intro {
    margin-bottom: 20px;
  }

  .business-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }

  .business-hero-actions .primary-button {
    width: 100%;
    min-height: 54px;
    padding-inline: 20px;
  }

  .business-hero-scroll {
    align-self: flex-start;
  }

  .business-section-intro {
    margin-bottom: 30px;
  }

  .business-section-intro > p {
    font-size: 13px;
    line-height: 1.9;
  }

  .experience-visual {
    aspect-ratio: 16 / 9;
  }

  .experience-visual img {
    object-position: 48% center;
  }

  .experience-visual figcaption {
    left: 18px;
    bottom: 16px;
    font-size: 8px;
  }

  .experience-points {
    padding: 24px;
  }

  .business-requirements,
  .business-flow {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .space-plan {
    min-height: 340px;
    padding: 34px 50px 62px 58px;
  }

  .space-plan-field {
    width: min(250px, 100%);
    background-size: 30px 30px, 30px 30px, auto, auto;
  }

  .space-width {
    bottom: 33px;
  }

  .space-width::before,
  .space-width::after {
    width: 36px;
  }

  .space-depth {
    left: -8px;
  }

  .space-depth::before,
  .space-depth::after {
    width: 30px;
  }

  .space-plan figcaption {
    font-size: 9px;
  }

  .requirement-specs {
    gap: 12px;
  }

  .requirement-spec {
    min-height: 160px;
    padding: 22px 18px;
  }

  .requirement-spec strong {
    margin-top: 18px;
    font-size: clamp(21px, 6.4vw, 27px);
  }

  .requirement-note {
    padding: 18px 20px;
    font-size: 12px;
  }

  .requirement-note span {
    display: block;
    margin: 0 0 4px;
  }

  .flow-timeline strong {
    font-size: 19px;
  }

  .business-flow + .info-cta .primary-button {
    width: 100%;
    padding-inline: 18px;
  }
}

@media (max-width: 900px) {
  .past-battles-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .past-battles-lead {
    max-width: 620px;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .past-battles-section {
    padding: 66px 18px 74px;
  }

  .past-battles-heading {
    margin-bottom: 34px;
  }

  .past-battles-kicker {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .past-battles-heading h2 {
    font-size: 42px;
  }

  .past-battles-lead {
    font-size: 14px;
  }

  .battle-log {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .battle-card {
    min-height: 0;
    padding: 22px 20px 21px;
  }

  .battle-card-coordinate {
    gap: 11px;
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .battle-card-coordinate-line {
    width: 42px;
  }

  .battle-card-status {
    margin-bottom: 13px;
  }

  .battle-card h3 {
    font-size: 26px;
  }

  .battle-card-description {
    margin-top: 12px;
    font-size: 13px;
  }

  .battle-card-details {
    margin-top: 18px;
  }

  .battle-card-details > div {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 13px;
    padding: 9px 0;
  }

  .battle-card-details dd {
    font-size: 13px;
  }

  .battle-card-details dd span {
    font-size: 11px;
  }

  .battle-card-index {
    right: 14px;
    bottom: 10px;
    font-size: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .hero-scroll::after {
    animation: none;
  }
}

/* Compact deployment archive */
.past-battles-section {
  padding: clamp(56px, 6vw, 82px) 40px 72px;
}

.past-battles-section::before {
  top: 52%;
  opacity: 0.42;
}

.past-battles-section::after {
  opacity: 0.14;
}

.past-battles-heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 26px;
}

.past-battles-kicker {
  flex: 0 0 auto;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.past-battles-heading h2 {
  font-size: clamp(34px, 4.8vw, 54px);
  line-height: 1.1;
}

.battle-log {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.deployment-row {
  --deployment-accent: var(--cyan);
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) minmax(164px, max-content);
  align-items: center;
  gap: 16px;
  min-height: 0;
  padding: 16px 18px;
  border: 1px solid color-mix(in srgb, var(--deployment-accent), transparent 66%);
  background:
    linear-gradient(110deg, color-mix(in srgb, var(--deployment-accent), transparent 94%), transparent 58%),
    rgba(5, 7, 30, 0.82);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.deployment-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--deployment-accent);
  box-shadow: 0 0 13px color-mix(in srgb, var(--deployment-accent), transparent 36%);
}

.deployment-row--kimitsu {
  --deployment-accent: var(--magenta);
}

.deployment-index {
  color: color-mix(in srgb, var(--deployment-accent), white 14%);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.deployment-location {
  margin: 0 0 4px;
  color: color-mix(in srgb, var(--deployment-accent), white 24%);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.deployment-content h3 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 0 16px color-mix(in srgb, var(--deployment-accent), transparent 72%);
}

.deployment-period {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  text-align: right;
}

.deployment-period span {
  color: rgba(183, 196, 232, 0.64);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.deployment-period time {
  color: rgba(238, 248, 255, 0.9);
  font-family: "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  white-space: nowrap;
}

@media (max-width: 620px) {
  .past-battles-section {
    padding: 54px 18px 60px;
  }

  .past-battles-heading {
    gap: 12px;
    margin-bottom: 20px;
  }

  .past-battles-kicker {
    font-size: 9px;
  }

  .past-battles-heading h2 {
    font-size: 36px;
  }

  .battle-log {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .deployment-row {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 0 12px;
    padding: 14px 15px 13px;
  }

  .deployment-location {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .deployment-content h3 {
    font-size: 18px;
  }

  .deployment-period {
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: baseline;
    padding-top: 9px;
    border-top: 1px solid rgba(95, 153, 255, 0.18);
    text-align: left;
  }

  .deployment-period time {
    font-size: 12px;
    white-space: normal;
  }
}
