:root {
  --bg: #02040c;
  --ink: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.58);
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #7bd8ff;
  --violet: #a987ff;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

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

.fiction-footer {
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.7;
  padding: 24px 6vw 28px;
  text-align: center;
}

.fiction-footer p {
  margin: 0;
}

.fiction-footer .page-count {
  color: rgba(255, 255, 255, 0.92);
  display: block;
  margin-top: 8px;
  text-align: center;
}

.aisle-press-fiction-footer {
  color: #6b7280;
}

.aisle-press-fiction-footer .page-count {
  color: #4b5563;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 24px;
  right: 24px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(2, 4, 12, 0.38);
  backdrop-filter: blur(24px);
  transition: background 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(2, 4, 12, 0.78);
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.42);
}

.brand,
.desktop-nav,
.mobile-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
}

.brand-orbit {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  box-shadow: inset 0 0 16px rgba(150, 190, 255, 0.25), 0 0 22px rgba(125, 148, 255, 0.22);
}

.brand-orbit::before,
.brand-orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 1px solid transparent;
}

.brand-orbit::before {
  inset: 4px;
  border-top-color: rgba(255, 255, 255, 0.9);
  transform: rotate(-28deg);
}

.brand-orbit::after {
  inset: -4px;
  border-top-color: rgba(126, 211, 255, 0.35);
  border-right-color: rgba(168, 140, 255, 0.28);
}

.brand-main,
.brand-sub {
  display: block;
  white-space: nowrap;
}

.brand-main {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.24em;
}

.brand-sub {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.34em;
}

.desktop-nav {
  gap: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a:not(.nav-cta) {
  transition: color 180ms ease;
}

.desktop-nav a:not(.nav-cta):hover {
  color: white;
}

.mobile-actions {
  display: none;
  gap: 8px;
  font-size: 12px;
}

.mobile-actions a:first-child {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
}

.nav-cta,
.glass-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(238, 247, 255, 0.96), rgba(144, 198, 255, 0.86) 48%, rgba(159, 126, 255, 0.94)),
    rgba(255, 255, 255, 0.78);
  color: #06101f;
  box-shadow: 0 10px 42px rgba(108, 125, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.nav-cta {
  padding: 10px 20px;
}

.glass-button {
  min-height: 52px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta:hover,
.glass-button:hover {
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 62px rgba(128, 114, 255, 0.48), 0 0 38px rgba(95, 200, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  height: 320svh;
  min-height: 100svh;
  background: #02040c;
  isolation: isolate;
}

.hero-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 128px 6vw 80px;
}

.hero-image {
  position: absolute;
  inset: -5vh -4vw;
  z-index: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(1.05) contrast(1.08);
  transform: scale(calc(1.03 + var(--hero-progress, 0) * 0.045));
  transition: opacity 120ms linear;
  pointer-events: none;
}

.hero-image-one {
  background-image: url("./public/img/hero1-1.png");
  opacity: var(--hero-one, 1);
}

.hero-image-two {
  background-image: url("./public/img/hero1-2.png");
  opacity: var(--hero-two, 0);
}

.hero-image-three {
  background-image: url("./public/img/hero1-3.png");
  opacity: var(--hero-three, 0);
}

.hero-sticky::before {
  content: "";
  position: absolute;
  inset: -5vh -4vw;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 48%, rgba(105, 190, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 34%, rgba(166, 123, 255, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(2, 4, 12, 0.18), transparent 28%, transparent 72%, rgba(2, 4, 12, 0.16));
  backdrop-filter: blur(0.2px);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 64% 36%, rgba(123, 92, 255, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(2, 4, 12, 0.9) 0%, rgba(2, 4, 12, calc(0.5 - var(--hero-progress, 0) * 0.12)) 46%, rgba(2, 4, 12, 0.2) 100%),
    linear-gradient(to top, #02040c 0%, transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.kicker {
  margin: 0;
  color: rgba(211, 237, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.hero h1 {
  margin: 28px 0 0;
  font-size: clamp(3.1rem, 8vw, 8.8rem);
  font-weight: 650;
  line-height: 0.96;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.25rem, 2.6vw, 2.1rem);
  line-height: 1.7;
}

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

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, background 180ms ease;
}

.ghost-button:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.reveal-load {
  opacity: 0;
  transform: translateY(18px);
  animation: line-in 900ms cubic-bezier(0.2, 0.72, 0.18, 1) forwards;
}

.delay-1 {
  animation-delay: 160ms;
}

.delay-2 {
  animation-delay: 320ms;
}

.delay-3 {
  animation-delay: 520ms;
}

.delay-4 {
  animation-delay: 760ms;
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 38px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.32em;
}

.scroll-cue span {
  width: 1px;
  height: 76px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.76), transparent);
}

.concept {
  position: relative;
  height: 420vh;
  background: #02040c;
}

.concept-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0 24px;
}

.concept-bg-current {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #02040c;
  background-image: var(--concept-bg-image, url("./public/img/hero2.png"));
  background-position: center;
  background-size: cover;
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.075);
  transition: opacity 260ms ease, transform 1200ms ease;
}

.concept-sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(105, 172, 255, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(2, 4, 12, 0.86), rgba(2, 4, 12, 0.42) 46%, rgba(2, 4, 12, 0.72)),
    linear-gradient(to bottom, #02040c 0%, transparent 18%, transparent 72%, #02040c 100%);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 30% 38%, rgba(100, 170, 255, 0.18), transparent 30%),
    radial-gradient(circle at 74% 58%, rgba(156, 112, 255, 0.2), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  mask-image: radial-gradient(circle, black 0%, transparent 72%);
  animation: ambient-drift 18s ease-in-out infinite alternate;
}

.particle-field {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(111, 213, 255, 0.34) 0 1px, transparent 1.5px);
  background-position: 0 0, 34px 42px;
  background-size: 98px 112px, 146px 160px;
  opacity: 0.22;
  animation: particles-float 30s linear infinite;
}

.concept-line {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(1080px, calc(100vw - 48px));
  margin: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(8px);
  font-size: clamp(2.4rem, 6.3vw, 7.2rem);
  font-weight: 650;
  line-height: 1.08;
  text-align: center;
  transition: opacity 520ms ease, filter 520ms ease;
}

.concept-line.is-active {
  opacity: 1;
  filter: blur(0);
}

.concept-note {
  position: absolute;
  left: 50%;
  top: calc(50% + min(17vw, 190px));
  z-index: 4;
  width: min(840px, calc(100vw - 48px));
  margin: 0;
  transform: translateX(-50%);
  opacity: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-align: center;
  transition: opacity 520ms ease;
}

.concept-note.is-active {
  opacity: 1;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.areas {
  position: relative;
  overflow: hidden;
  padding: 132px 0 148px;
}

.section-halo {
  position: absolute;
  inset: -20% -10% auto;
  height: 620px;
  background:
    radial-gradient(circle at 22% 46%, rgba(64, 201, 255, 0.16), transparent 32%),
    radial-gradient(circle at 70% 10%, rgba(148, 98, 255, 0.18), transparent 36%);
  filter: blur(8px);
}

.section-heading h2 {
  max-width: 820px;
  margin: 22px 0 0;
  font-size: clamp(2.4rem, 5vw, 5.8rem);
  font-weight: 650;
  line-height: 1;
}

.world-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}

.world-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 30px 90px rgba(0, 0, 0, 0.28);
  transition: transform 700ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.world-card:hover {
  border-color: rgba(180, 215, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 36px 110px rgba(80, 118, 255, 0.18), 0 0 42px rgba(124, 193, 255, 0.14);
}

.world-visual {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  transition: transform 900ms ease, opacity 500ms ease;
}

.world-card:hover .world-visual {
  opacity: 1;
  transform: scale(1.035);
}

.vr-visual {
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.12) 0%, rgba(2, 4, 12, 0.24) 42%, rgba(2, 4, 12, 0.88) 100%),
    radial-gradient(circle at 28% 18%, rgba(118, 204, 255, 0.22), transparent 30%),
    url("./public/img/vr1.png") center / cover no-repeat;
}

.ar-visual {
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.08) 0%, rgba(2, 4, 12, 0.2) 44%, rgba(2, 4, 12, 0.86) 100%),
    radial-gradient(circle at 70% 16%, rgba(255, 255, 255, 0.22), transparent 28%),
    url("./public/img/ar1.png") center / cover no-repeat;
}

.time-visual {
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.1) 0%, rgba(2, 4, 12, 0.28) 44%, rgba(2, 4, 12, 0.88) 100%),
    radial-gradient(circle at 52% 24%, rgba(255, 209, 187, 0.24), transparent 30%),
    url("./public/img/time1.png") center / cover no-repeat;
}

.world-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.world-card-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.world-card-content h3 {
  margin: 22px 0 0;
  font-size: 30px;
  line-height: 1.22;
}

.world-copy {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.philosophy {
  position: relative;
  overflow: hidden;
  padding: 144px 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(2, 4, 12, 0.62) 48%, rgba(0, 0, 0, 0.82)),
    linear-gradient(to bottom, #02040c 0%, rgba(2, 4, 12, 0.2) 18%, rgba(2, 4, 12, 0.2) 74%, #02040c 100%),
    url("./public/img/hero6.png") center / cover no-repeat;
  background-attachment: fixed;
}

.philosophy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 24%, rgba(118, 207, 255, 0.14), transparent 30%),
    radial-gradient(circle at 76% 70%, rgba(158, 116, 255, 0.16), transparent 32%);
}

.narrow {
  width: min(960px, calc(100vw - 48px));
}

.philosophy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(2.2rem, 5.6vw, 6.3rem);
  font-weight: 650;
  line-height: 1.14;
}

.philosophy-sub {
  display: block;
  max-width: 760px;
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 16px;
  line-height: 2;
}

.light-runner {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 64px;
  background: linear-gradient(90deg, transparent, rgba(122, 216, 255, 0.92), rgba(168, 128, 255, 0.8), transparent);
  box-shadow: 0 0 28px rgba(103, 193, 255, 0.55);
}

.transfer {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 120px 0;
}

.ticker {
  position: absolute;
  top: 12%;
  left: 0;
  width: max-content;
  min-width: 100%;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(2.2rem, 8vw, 8rem);
  font-weight: 750;
  letter-spacing: 0.12em;
  white-space: nowrap;
  animation: ticker 28s linear infinite;
}

.transfer-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 48px));
  min-height: 72vh;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
}

.transfer-copy h2 {
  margin: 24px 0 0;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 1;
}

.lead {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.35rem, 3vw, 3rem);
  line-height: 1.35;
}

.support {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 16px;
  line-height: 2;
}

.portal {
  position: relative;
  min-height: min(72vw, 620px);
  display: grid;
  place-items: center;
}

.portal-ring,
.portal-core {
  position: absolute;
  border-radius: 999px;
}

.portal-one {
  width: min(72vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(167, 207, 255, 0.52);
  box-shadow: 0 0 60px rgba(97, 185, 255, 0.26), inset 0 0 60px rgba(140, 106, 255, 0.22);
  animation: spin-slow 20s linear infinite;
}

.portal-two {
  width: min(56vw, 380px);
  aspect-ratio: 1;
  border: 1px dashed rgba(210, 220, 255, 0.38);
  box-shadow: 0 0 42px rgba(167, 126, 255, 0.3);
  animation: spin-slow 15s linear infinite reverse;
}

.portal-core {
  width: min(34vw, 210px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.78), rgba(114, 204, 255, 0.42) 28%, rgba(130, 96, 255, 0.14) 58%, transparent 72%);
  filter: blur(2px);
}

.final-cta {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 120px 24px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.84) 0%, rgba(2, 4, 12, 0.36) 42%, rgba(2, 4, 12, 0.88) 100%),
    radial-gradient(ellipse at 50% 76%, rgba(93, 179, 255, 0.28), transparent 34%),
    radial-gradient(ellipse at 50% 44%, rgba(144, 100, 255, 0.2), transparent 24%),
    url("./public/img/hero7.png") center / cover no-repeat;
}

.gate-light {
  position: absolute;
  bottom: 8vh;
  left: 50%;
  width: min(76vw, 780px);
  height: 36vh;
  transform: translateX(-50%);
  border: 1px solid rgba(180, 216, 255, 0.22);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  box-shadow: 0 -22px 90px rgba(94, 173, 255, 0.2), inset 0 22px 80px rgba(132, 102, 255, 0.12);
}

.final-content {
  position: relative;
  z-index: 2;
}

.final-content h2 {
  margin: 0 0 44px;
  font-size: clamp(2.5rem, 6vw, 6.5rem);
  font-weight: 650;
  line-height: 1.18;
}

.final-content p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(8px);
  transition: opacity 820ms cubic-bezier(0.2, 0.72, 0.18, 1), transform 820ms cubic-bezier(0.2, 0.72, 0.18, 1), filter 820ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes hero-zoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.12);
  }
}

@keyframes hero-dim {
  to {
    background-color: rgba(2, 4, 12, 0.72);
  }
}

@keyframes line-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ambient-drift {
  to {
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
}

@keyframes particles-float {
  to {
    background-position: 0 480px, 34px 620px;
  }
}

@keyframes ticker {
  to {
    transform: translateX(-34%);
  }
}

@keyframes spin-slow {
  to {
    rotate: 360deg;
  }
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .mobile-actions {
    display: flex;
  }

  .world-grid,
  .transfer-inner {
    grid-template-columns: 1fr;
  }

  .world-card {
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .site-header {
    left: 12px;
    right: 12px;
    padding: 10px 12px;
  }

  .brand-orbit {
    width: 28px;
    height: 28px;
  }

  .brand-main {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
  }

  .brand-sub {
    font-size: 8px;
  }

  .hero {
    padding: 116px 24px 72px;
  }

  .hero-image {
    background-position: 58% center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .scroll-cue {
    display: none;
  }

  .concept-line {
    width: calc(100vw - 36px);
  }

  .concept-note {
    top: calc(50% + 140px);
  }

  .areas,
  .philosophy,
  .transfer {
    padding-top: 96px;
    padding-bottom: 104px;
  }

  .world-card {
    min-height: 430px;
    border-radius: 22px;
  }

  .world-card-content {
    padding: 24px;
  }

  .portal {
    min-height: 360px;
  }
}

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

  .hero-image,
  .world-card:hover .world-visual,
  .glass-button:hover,
  .nav-cta:hover {
    transform: none !important;
  }
}

.admission-page {
  min-height: 100vh;
  background: #02040c;
  color: var(--ink);
}

.admission-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 132px 24px 96px;
}

.admission-hero-bg {
  position: absolute;
  inset: -5vh -4vw;
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.88), rgba(2, 4, 12, 0.44) 48%, rgba(2, 4, 12, 0.72)),
    linear-gradient(to top, #02040c 0%, transparent 30%),
    url("./public/img/admission1.png") center / cover no-repeat;
  filter: saturate(1.04) contrast(1.06);
  transform: scale(1.04);
  animation: hero-zoom 18s ease-out forwards;
}

.admission-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 48px));
}

.admission-hero h1 {
  max-width: 980px;
  margin: 26px 0 0;
  font-size: clamp(4.4rem, 11vw, 11rem);
  font-weight: 650;
  line-height: 0.95;
}

.admission-lead {
  max-width: 780px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.25rem, 2.4vw, 2.2rem);
  line-height: 1.55;
}

.admission-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.admission-hero-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(16px);
  font-size: 13px;
}

.admission-section {
  position: relative;
  overflow: hidden;
  padding: 116px 0;
}

.admission-container {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
}

.admission-intro {
  background:
    radial-gradient(circle at 22% 0%, rgba(95, 189, 255, 0.15), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(146, 107, 255, 0.14), transparent 36%),
    #02040c;
}

.admission-intro .admission-container {
  display: grid;
  gap: 28px;
}

.admission-intro p {
  max-width: 930px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.45rem, 3.2vw, 3.4rem);
  font-weight: 620;
  line-height: 1.32;
}

.admission-section-title {
  max-width: 860px;
  margin-bottom: 48px;
}

.admission-section-title h2,
.admission-tech h2,
.transfer-notice h2,
.caution-panel h2,
.admission-flow h2 {
  margin: 18px 0 0;
  font-size: clamp(2.7rem, 6vw, 6.4rem);
  font-weight: 650;
  line-height: 1.04;
}

.area-detail {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: 36px;
  overflow: hidden;
  margin-top: 24px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 34px 110px rgba(0, 0, 0, 0.24);
}

.area-detail-media {
  position: absolute;
  inset: 0;
  opacity: 0.82;
  transition: transform 900ms ease, opacity 500ms ease;
}

.area-detail:hover .area-detail-media {
  transform: scale(1.035);
  opacity: 0.96;
}

.area-detail::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.24), rgba(2, 4, 12, 0.58) 58%, rgba(2, 4, 12, 0.92)),
    linear-gradient(to top, rgba(2, 4, 12, 0.92), transparent 44%);
}

.area-vr .area-detail-media {
  background: url("./public/img/admission-vr.png") center / cover no-repeat;
}

.area-ar .area-detail-media {
  background: url("./public/img/admission-ar.png") center / cover no-repeat;
}

.area-time .area-detail-media {
  background: url("./public/img/admission-time.png") center / cover no-repeat;
}

.area-detail-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
}

.area-detail-copy h3 {
  margin: 18px 0 24px;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.12;
}

.area-detail-copy p:not(.kicker) {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 2;
}

.admission-tech {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.9), rgba(2, 4, 12, 0.58) 52%, rgba(2, 4, 12, 0.82)),
    linear-gradient(to bottom, #02040c 0%, rgba(2, 4, 12, 0.24) 22%, rgba(2, 4, 12, 0.36) 72%, #02040c 100%),
    radial-gradient(circle at 18% 20%, rgba(110, 206, 255, 0.14), transparent 34%),
    url("./public/img/admission2.png") center / cover no-repeat;
}

.split {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 64px;
}

.tech-copy,
.transfer-notice .split > div:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 2;
}

.tech-copy p,
.transfer-notice p {
  margin: 0 0 20px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.plan-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 80px rgba(0, 0, 0, 0.22);
}

.plan-card-featured {
  border-color: rgba(158, 132, 255, 0.38);
  background:
    radial-gradient(circle at 70% 10%, rgba(144, 108, 255, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.plan-label {
  margin: 0;
  color: rgba(169, 216, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.2em;
}

.plan-card h3 {
  margin: 18px 0;
  font-size: 28px;
  line-height: 1.15;
}

.plan-card p:not(.plan-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.8;
}

.plan-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
}

.plan-card dl div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-card dt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.plan-card dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 700;
}

.transfer-notice {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.9), rgba(2, 4, 12, 0.5) 48%, rgba(2, 4, 12, 0.82)),
    linear-gradient(to bottom, #02040c 0%, rgba(2, 4, 12, 0.2) 18%, rgba(2, 4, 12, 0.3) 76%, #02040c 100%),
    radial-gradient(circle at 76% 28%, rgba(142, 103, 255, 0.16), transparent 34%),
    url("./public/img/admission3.png") center / cover no-repeat;
}

.condition-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.condition-list li {
  position: relative;
  padding: 14px 16px 14px 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.condition-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(123, 216, 255, 0.8);
}

.closing-copy {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 21px !important;
  font-weight: 650;
  line-height: 1.7 !important;
}

.caution-section {
  background:
    linear-gradient(180deg, #02040c, #070511);
}

.caution-panel,
.exam-panel {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(135, 194, 255, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 30px 100px rgba(0, 0, 0, 0.24);
}

.caution-panel p,
.exam-panel p {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 2;
}

.admission-flow {
  background:
    radial-gradient(circle at 30% 16%, rgba(99, 195, 255, 0.14), transparent 30%),
    #02040c;
}

.exam-panel h3 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 4.4rem);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.flow-list span {
  color: rgba(123, 216, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.admission-final {
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 110px 24px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.9), rgba(2, 4, 12, 0.44), rgba(2, 4, 12, 0.92)),
    url("./public/img/admission4.png") center / cover no-repeat;
}

.admission-final h2 {
  max-width: 920px;
  margin: 20px auto 42px;
  font-size: clamp(2.8rem, 7vw, 7.2rem);
  font-weight: 650;
  line-height: 1.08;
}

@media (max-width: 1100px) {
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-detail,
  .split {
    grid-template-columns: 1fr;
  }

  .area-detail-copy {
    grid-column: 1;
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .admission-hero {
    padding: 116px 24px 76px;
  }

  .admission-section {
    padding: 84px 0;
  }

  .admission-intro p {
    font-size: 1.55rem;
  }

  .area-detail {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .area-detail-copy h3 {
    font-size: 2rem;
  }

  .plan-grid,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: 360px;
  }

  .caution-panel,
  .exam-panel {
    padding: 26px;
    border-radius: 24px;
  }
}

.support-page {
  min-height: 100vh;
  background: #f5f5f7;
  color: #111827;
}

.admission-inline-button {
  margin-top: 14px;
}

.admission-caution-link {
  margin-top: 22px;
}

.support-page .kicker {
  color: rgba(32, 58, 92, 0.62);
}

.support-hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 130px 24px 82px;
  text-align: center;
}

.support-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 245, 247, 0.72), rgba(245, 245, 247, 0.96)),
    radial-gradient(circle at 50% 12%, rgba(124, 187, 255, 0.34), transparent 32%),
    radial-gradient(circle at 72% 42%, rgba(164, 139, 255, 0.22), transparent 30%),
    url("./public/img/admission2.png") center / cover no-repeat;
}

.support-hero-inner {
  position: relative;
  z-index: 2;
  width: min(960px, calc(100vw - 48px));
}

.support-hero h1 {
  margin: 20px 0 0;
  color: #050816;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 700;
  line-height: 0.96;
}

.support-lead {
  max-width: 720px;
  margin: 26px auto 0;
  color: rgba(17, 24, 39, 0.68);
  font-size: clamp(1.15rem, 2.3vw, 1.9rem);
  line-height: 1.55;
}

.support-search {
  width: min(680px, 100%);
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 38px auto 0;
  padding: 0 22px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 60px rgba(52, 73, 107, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(24px);
}

.support-search span {
  color: rgba(17, 24, 39, 0.48);
  font-size: 26px;
}

.support-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 18px;
}

.support-search input::placeholder {
  color: rgba(17, 24, 39, 0.42);
}

.faq-results {
  width: min(840px, 100%);
  max-height: 0;
  overflow: hidden;
  margin: 18px auto 0;
  opacity: 0;
  transform: translateY(12px);
  transition: max-height 360ms ease, opacity 260ms ease, transform 260ms ease;
  text-align: left;
}

.faq-results.is-visible {
  max-height: 980px;
  opacity: 1;
  transform: translateY(0);
}

.faq-results-count {
  margin: 0 0 10px;
  color: rgba(17, 24, 39, 0.52);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.faq-result-list {
  display: grid;
  gap: 10px;
}

.faq-result-card {
  padding: 18px 20px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 48px rgba(43, 59, 86, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.faq-result-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.faq-result-card h2 {
  margin: 0;
  color: #07101f;
  font-size: 18px;
  line-height: 1.45;
}

.faq-result-card p,
.faq-empty {
  margin: 8px 0 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.faq-result-link {
  display: inline-flex;
  margin-top: 12px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
}

.faq-result-card-internal {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(118, 91, 255, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(5, 8, 16, 0.98), rgba(0, 0, 0, 0.94));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.faq-result-card-internal::after {
  content: "INTERNAL";
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.faq-result-card-internal span {
  color: rgba(255, 255, 255, 0.62);
}

.faq-result-card-internal h2 {
  color: #ffffff;
}

.faq-result-card-internal p {
  color: rgba(255, 255, 255, 0.72);
}

.faq-result-card-internal .faq-result-link {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(133, 166, 255, 0.65);
}

.support-section {
  padding: 88px 0;
  background: #f5f5f7;
}

.support-container {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
}

.support-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.support-topic,
.support-card,
.related-grid a {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 70px rgba(43, 59, 86, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.support-topic {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: 26px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.support-topic:hover,
.support-card:hover,
.related-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 90px rgba(43, 59, 86, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.support-icon {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 12px 30px rgba(72, 93, 130, 0.08);
}

.support-topic strong {
  display: block;
  margin-top: 26px;
  color: #101827;
  font-size: 21px;
}

.support-topic small {
  display: block;
  margin-top: 8px;
  color: rgba(17, 24, 39, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.support-actions {
  padding-top: 40px;
}

.support-section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.support-section-title h2,
.support-band h2,
.support-memory-section h2 {
  margin: 16px 0 0;
  color: #050816;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 1.06;
}

.support-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.support-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 28px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.support-card-dark {
  background:
    linear-gradient(180deg, rgba(10, 14, 28, 0.9), rgba(17, 23, 45, 0.94)),
    #111827;
  color: white;
}

.support-card h3 {
  margin: 0;
  color: inherit;
  font-size: 25px;
  line-height: 1.18;
}

.support-card p {
  margin: 18px 0 0;
  color: rgba(17, 24, 39, 0.58);
  line-height: 1.75;
}

.support-card-dark p {
  color: rgba(255, 255, 255, 0.62);
}

.support-card a {
  margin-top: auto;
  color: #2563eb;
  font-weight: 700;
}

.support-card-dark a {
  color: #93c5fd;
}

.support-band {
  padding: 104px 0;
  background:
    linear-gradient(90deg, rgba(245, 245, 247, 0.94), rgba(245, 245, 247, 0.72)),
    url("./public/img/diagnostics.png") center / cover no-repeat;
}

.support-split {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 58px;
  align-items: start;
}

.support-list {
  display: grid;
  gap: 10px;
}

.support-list article {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 46px rgba(43, 59, 86, 0.08);
  padding: 20px 22px;
}

.support-list h3 {
  margin: 0;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.support-list article p {
  margin: 10px 0 0;
  color: rgba(17, 24, 39, 0.58);
  font-size: 15px;
  line-height: 1.8;
}

.support-list a {
  padding: 20px 22px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #111827;
  box-shadow: 0 14px 46px rgba(43, 59, 86, 0.08);
}

.support-memory-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 245, 247, 0.96), rgba(245, 245, 247, 0.74) 54%, rgba(245, 245, 247, 0.94)),
    radial-gradient(circle at 82% 18%, rgba(118, 174, 255, 0.2), transparent 34%),
    url("./public/img/kioku.png") center / cover no-repeat;
}

.support-related {
  padding: 96px 0 120px;
  background: linear-gradient(180deg, #f5f5f7, #ffffff);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.related-grid a {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 42px 26px 26px;
  border-radius: 28px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.related-grid strong {
  color: #111827;
  font-size: 24px;
}

.related-grid span {
  margin-top: 12px;
  color: rgba(17, 24, 39, 0.58);
  line-height: 1.7;
}

@media (max-width: 1050px) {
  .support-topic-grid,
  .support-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-split,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .support-hero {
    min-height: 72svh;
    padding: 116px 24px 66px;
  }

  .support-topic-grid,
  .support-card-grid {
    grid-template-columns: 1fr;
  }

  .support-section,
  .support-band,
  .support-related {
    padding: 70px 0;
  }
}

.transfer-detail-page {
  min-height: 100vh;
  background: #02040c;
  color: var(--ink);
}

.transfer-detail-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 130px 24px 96px;
}

.transfer-detail-bg {
  position: absolute;
  inset: -5vh -4vw;
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.92), rgba(2, 4, 12, 0.42) 50%, rgba(2, 4, 12, 0.76)),
    linear-gradient(to top, #02040c 0%, transparent 32%),
    url("./public/img/admission3.png") center / cover no-repeat;
  filter: saturate(1.06) contrast(1.08);
  transform: scale(1.04);
  animation: hero-zoom 18s ease-out forwards;
}

.transfer-detail-inner,
.transfer-detail-container {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
}

.transfer-detail-hero h1 {
  margin: 24px 0 0;
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 650;
  line-height: 0.92;
}

.transfer-detail-lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.25rem, 2.6vw, 2.35rem);
  line-height: 1.55;
}

.transfer-detail-section,
.transfer-longevity,
.transfer-requirements,
.transfer-caution,
.transfer-procedure {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
}

.transfer-detail-section {
  background:
    radial-gradient(circle at 22% 0%, rgba(112, 207, 255, 0.14), transparent 32%),
    #02040c;
}

.transfer-detail-statement {
  max-width: 920px;
}

.transfer-detail-statement h2,
.transfer-two-column h2,
.transfer-detail-final h2 {
  margin: 18px 0 0;
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  font-weight: 650;
  line-height: 1.04;
}

.transfer-detail-statement p:not(.kicker) {
  max-width: 780px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
  line-height: 2;
}

.transfer-longevity {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.9), rgba(2, 4, 12, 0.5) 52%, rgba(2, 4, 12, 0.82)),
    url("./public/img/lifetransfer1.png") center / cover no-repeat;
}

.transfer-two-column {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 56px;
  align-items: center;
}

.transfer-glass-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 30px 100px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(24px);
}

.transfer-glass-panel p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 2;
}

.transfer-glass-panel p:last-child {
  margin-bottom: 0;
}

.transfer-procedure {
  background:
    radial-gradient(circle at 80% 18%, rgba(147, 107, 255, 0.16), transparent 34%),
    #02040c;
}

.transfer-requirements {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.92), rgba(2, 4, 12, 0.58) 48%, rgba(2, 4, 12, 0.86)),
    linear-gradient(to bottom, #02040c 0%, rgba(2, 4, 12, 0.26) 20%, rgba(2, 4, 12, 0.36) 78%, #02040c 100%),
    url("./public/img/admission3.png") center / cover no-repeat;
}

.transfer-requirements p:not(.kicker) {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 2;
}

.transfer-requirements h2 {
  margin: 18px 0 0;
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  font-weight: 650;
  line-height: 1.04;
}

.transfer-caution {
  background:
    radial-gradient(circle at 18% 10%, rgba(122, 216, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #02040c, #070511);
}

.procedure-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.procedure-steps article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 80px rgba(0, 0, 0, 0.24);
}

.procedure-steps span {
  color: rgba(123, 216, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.procedure-steps h3 {
  margin: 24px 0 0;
  font-size: 28px;
}

.procedure-steps p {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.9;
}

.transfer-detail-final {
  min-height: 78vh;
  display: grid;
  place-items: center;
  padding: 110px 24px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.9), rgba(2, 4, 12, 0.44), rgba(2, 4, 12, 0.92)),
    url("./public/img/lifetransfer2.png") center / cover no-repeat;
}

.transfer-detail-final h2 {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 42px;
}

@media (max-width: 1050px) {
  .transfer-two-column,
  .procedure-steps {
    grid-template-columns: 1fr;
  }

  .procedure-steps article {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .transfer-detail-hero {
    padding: 116px 24px 76px;
  }

  .transfer-detail-section,
  .transfer-longevity,
  .transfer-requirements,
  .transfer-caution,
  .transfer-procedure {
    padding: 84px 0;
  }
}

.roster-page {
  min-height: 100vh;
  background: #02040c;
  color: var(--ink);
}

.internal-header {
  border-color: rgba(255, 95, 95, 0.18);
}

.roster-hero {
  position: relative;
  min-height: 82svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 132px 24px 88px;
}

.roster-bg {
  position: absolute;
  inset: -5vh -4vw;
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.95), rgba(2, 4, 12, 0.54) 52%, rgba(2, 4, 12, 0.86)),
    linear-gradient(to top, #02040c 0%, transparent 34%),
    url("./public/img/admission3.png") center / cover no-repeat;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.04);
}

.roster-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.roster-hero h1 {
  max-width: 980px;
  margin: 24px 0 0;
  font-size: clamp(3.8rem, 10vw, 10rem);
  font-weight: 650;
  line-height: 0.95;
}

.roster-lead {
  max-width: 820px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.1rem, 2.2vw, 2rem);
  line-height: 1.65;
}

.roster-alert {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.roster-alert span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 125, 125, 0.26);
  border-radius: 999px;
  background: rgba(255, 90, 90, 0.08);
  color: rgba(255, 210, 210, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.roster-section {
  padding: 96px 0 130px;
}

.roster-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.roster-meta div,
.roster-table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 28px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.roster-meta div {
  padding: 18px 20px;
  border-radius: 20px;
}

.roster-meta span {
  display: block;
  color: rgba(123, 216, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.roster-meta strong {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.roster-table-wrap {
  overflow-x: auto;
  border-radius: 26px;
}

.roster-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.roster-table th,
.roster-table td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  text-align: left;
  white-space: nowrap;
}

.roster-table th {
  position: sticky;
  top: 0;
  background: rgba(8, 14, 28, 0.92);
  color: rgba(123, 216, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.roster-table td {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.roster-table td:nth-child(2) {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.roster-table tr:hover td {
  background: rgba(123, 216, 255, 0.045);
}

.history-bg {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.96), rgba(2, 4, 12, 0.62) 54%, rgba(2, 4, 12, 0.9)),
    linear-gradient(to top, #02040c 0%, transparent 36%),
    url("./public/img/AILynk1.png") center / cover no-repeat;
}

.history-hero h1 {
  max-width: 1120px;
  font-size: clamp(3rem, 8vw, 8.5rem);
}

.history-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(123, 216, 255, 0.09), transparent 32%),
    radial-gradient(circle at 78% 44%, rgba(137, 91, 255, 0.12), transparent 34%),
    #02040c;
}

.history-table {
  min-width: 980px;
}

.history-table th:nth-child(1),
.history-table td:nth-child(1) {
  width: 110px;
}

.history-table th:nth-child(2),
.history-table td:nth-child(2) {
  width: 170px;
}

.history-table td {
  white-space: normal;
  vertical-align: top;
  line-height: 1.8;
}

.history-table td:nth-child(2) {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.history-summary {
  margin-top: 56px;
}

.history-summary h2 {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 1;
}

.history-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.history-summary-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.history-summary-grid span {
  display: block;
  color: rgba(123, 216, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.history-summary-grid p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.85;
}

.internal-text-link {
  color: rgba(145, 220, 255, 0.94);
  text-decoration: none;
  border-bottom: 1px solid rgba(145, 220, 255, 0.42);
  transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease;
}

.internal-text-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 0 18px rgba(123, 216, 255, 0.34);
}

.association-bg {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.94), rgba(15, 12, 26, 0.5) 52%, rgba(2, 4, 12, 0.86)),
    linear-gradient(to top, #02040c 0%, transparent 38%),
    url("./public/img/jiyunotsubasa1.png") center / cover no-repeat;
  filter: saturate(0.9) contrast(1.04);
}

.association-hero h1 {
  max-width: 1120px;
  font-size: clamp(3rem, 8vw, 8.2rem);
}

.association-section {
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.92), rgba(2, 4, 12, 0.96)),
    radial-gradient(circle at 12% 12%, rgba(123, 216, 255, 0.08), transparent 30%),
    radial-gradient(circle at 78% 36%, rgba(137, 91, 255, 0.1), transparent 34%),
    url("./public/img/jiyunotsubasa2.png") center top / cover fixed no-repeat,
    #02040c;
}

.internal-document-block {
  margin-top: 26px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.internal-document-block h2 {
  margin: 10px 0 22px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.15;
}

.internal-document-block h2:not(:first-of-type) {
  margin-top: 44px;
}

.internal-document-block p {
  max-width: 920px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.95;
}

.internal-document-block p + p,
.internal-document-block .roster-table-wrap + p {
  margin-top: 18px;
}

.internal-document-block .roster-table-wrap {
  margin: 22px 0;
  border-radius: 18px;
}

.relation-table {
  min-width: 720px;
}

.relation-table td {
  white-space: normal;
  line-height: 1.8;
}

.internal-warning-block {
  border-color: rgba(255, 95, 95, 0.2);
  background:
    linear-gradient(150deg, rgba(255, 95, 95, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.internal-warning-block ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.internal-warning-block li {
  padding-left: 18px;
  border-left: 2px solid rgba(255, 95, 95, 0.44);
  color: rgba(255, 218, 218, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.internal-document-end {
  margin-top: 32px !important;
  color: rgba(123, 216, 255, 0.82) !important;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.memo-bg {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.96), rgba(2, 4, 12, 0.58) 50%, rgba(2, 4, 12, 0.92)),
    linear-gradient(to top, #02040c 0%, transparent 36%),
    url("./public/img/diagnostics.png") center / cover no-repeat;
}

.memo-hero h1 {
  max-width: 1120px;
  font-size: clamp(3rem, 7.6vw, 8rem);
}

.memo-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 95, 95, 0.1), transparent 30%),
    radial-gradient(circle at 80% 36%, rgba(123, 216, 255, 0.12), transparent 36%),
    #02040c;
}

.memo-container {
  width: min(980px, calc(100vw - 48px));
}

.memo-block {
  position: relative;
  margin-top: 18px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 28px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.memo-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 128, 128, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.memo-block h2 {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.memo-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 2;
}

.memo-block p + p,
.memo-block .memo-table-wrap + p {
  margin-top: 18px;
}

.memo-table-wrap {
  margin: 24px 0;
}

.memo-table {
  min-width: 680px;
}

.memo-table th:nth-child(1),
.memo-table td:nth-child(1) {
  width: 180px;
}

.memo-table td {
  white-space: normal;
  line-height: 1.8;
}

.memo-table td:nth-child(1) {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.memo-conclusion {
  border-color: rgba(255, 128, 128, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 95, 95, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.028));
}

.memo-conclusion strong {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.pdf-document-page {
  min-height: 100vh;
  padding: 128px 24px 56px;
  background:
    radial-gradient(circle at 18% 8%, rgba(123, 216, 255, 0.12), transparent 30%),
    radial-gradient(circle at 80% 18%, rgba(255, 95, 95, 0.08), transparent 28%),
    #05070d;
  color: #ffffff;
}

.pdf-document-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.pdf-document-shell h1 {
  max-width: 920px;
  margin: 12px 0 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: 1.02;
}

.pdf-document-shell p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.8;
}

.pdf-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 22px 0;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(16px);
}

.document-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.document-action-row .pdf-download-link {
  margin: 0;
}

.pdf-frame {
  display: block;
  width: 100%;
  height: min(76vh, 980px);
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: #111827;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

@media (max-width: 760px) {
  .roster-meta {
    grid-template-columns: 1fr;
  }

  .history-summary-grid {
    grid-template-columns: 1fr;
  }

  .history-summary-grid article {
    min-height: auto;
  }

  .association-section {
    background:
      linear-gradient(180deg, rgba(2, 4, 12, 0.92), rgba(2, 4, 12, 0.96)),
      radial-gradient(circle at 12% 12%, rgba(123, 216, 255, 0.08), transparent 30%),
      radial-gradient(circle at 78% 36%, rgba(137, 91, 255, 0.1), transparent 34%),
      url("./public/img/jiyunotsubasa2.png") center top / cover no-repeat,
      #02040c;
  }

  .memo-container {
    width: min(100% - 32px, 980px);
  }

  .memo-block {
    border-radius: 22px;
  }

  .pdf-document-page {
    padding: 112px 16px 32px;
  }

  .pdf-frame {
    height: 72vh;
    min-height: 520px;
    border-radius: 16px;
  }
}

.ending-page {
  min-height: 100vh;
  background: #03050d;
  color: rgba(255, 255, 255, 0.86);
}

.ending-container {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
}

.ending-container.narrow {
  width: min(820px, calc(100vw - 48px));
}

.ending-label {
  margin: 0 0 18px;
  color: rgba(142, 182, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.ending-hero,
.ending-section {
  position: relative;
  padding: 120px 0;
}

.ending-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.ending-noise {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 18% 18%, rgba(180, 40, 40, 0.18), transparent 34%);
}

.ending-news-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(7, 10, 18, 0.36) 48%, rgba(0, 0, 0, 0.68)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("./public/img/leak1.png") center / cover no-repeat;
}

.leak-followup-scene {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(10, 6, 10, 0.38) 52%, rgba(0, 0, 0, 0.7)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.56)),
    url("./public/img/leak2.png") center / cover no-repeat;
}

.ending-hero h1,
.resident-connect h1,
.resident-park h2,
.resident-mika h2,
.resident-days h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 7.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.news-panel {
  max-width: 940px;
  margin-top: 42px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(7, 9, 14, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.news-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.news-bar span {
  color: #ff6b6b;
}

.news-bar.danger span {
  color: #ff3b3b;
}

.news-panel h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 3.4rem);
  line-height: 1.18;
}

.news-panel p,
.report-copy p,
.lyrical-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 2;
}

.news-panel p + p,
.report-copy p + p,
.lyrical-copy p + p {
  margin-top: 18px;
}

.follow-up {
  margin-top: 0;
}

.deletion-log {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 80, 80, 0.18);
  background: rgba(80, 5, 10, 0.16);
  color: rgba(255, 180, 180, 0.75);
}

.deletion-log span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.deletion-log code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.dim-section {
  background: linear-gradient(#03050d, #000);
}

.dim-section.leak-protected-scene {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(4, 7, 12, 0.2) 50%, rgba(0, 0, 0, 0.54)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.4)),
    url("./public/img/leak3.png") center / cover no-repeat;
}

.dim-section h2 {
  margin: 0 0 32px;
  color: #fff;
  font-size: clamp(2.4rem, 5.4vw, 5.4rem);
  line-height: 1.05;
}

.message-section {
  background: #000;
}

.yamasina-message {
  margin: 0;
  padding: clamp(26px, 5vw, 56px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.72);
}

.yamasina-message p {
  margin: 0 0 22px;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 2;
}

.yamasina-message cite {
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
}

.ending-final,
.resident-blackout {
  min-height: 72svh;
  display: grid;
  place-items: center;
  background: #000;
}

.ending-final p,
.resident-blackout p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-shadow: 0 0 26px rgba(160, 190, 255, 0.22);
}

.resident-connect {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 96px 24px;
}

.resident-connect-bg {
  position: absolute;
  inset: -4vh -4vw;
  background:
    linear-gradient(90deg, rgba(3, 5, 13, 0.88), rgba(3, 5, 13, 0.42), rgba(3, 5, 13, 0.9)),
    url("./public/img/AILynk2.png") center / cover no-repeat;
  filter: saturate(1.05);
}

.terminal-panel {
  position: relative;
  z-index: 2;
  width: min(840px, calc(100vw - 48px));
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(120, 210, 255, 0.22);
  background: rgba(5, 12, 24, 0.76);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.sync-list {
  display: grid;
  gap: 12px;
  margin: 42px 0 28px;
  padding: 0;
  list-style: none;
}

.sync-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.sync-list strong {
  color: rgba(142, 236, 255, 0.92);
}

.welcome-line {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 2.4vw, 1.8rem);
}

.resident-park,
.resident-mika,
.resident-days,
.resident-loss {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}

.resident-park-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(3, 5, 13, 0.28), rgba(3, 5, 13, 0.86)),
    url("./public/img/resident1.png") center / cover no-repeat;
  opacity: 0.78;
}

.resident-mika-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 20, 0.72), rgba(4, 8, 20, 0.34) 54%, rgba(4, 8, 20, 0.7)),
    linear-gradient(to bottom, rgba(4, 8, 20, 0.16), rgba(4, 8, 20, 0.76)),
    url("./public/img/resident2.png") center / cover no-repeat;
  opacity: 0.92;
  filter: brightness(0.98) saturate(1.02);
}

.resident-park h2,
.resident-mika h2,
.resident-days h2 {
  margin-bottom: 36px;
}

.resident-mika {
  background: #040814;
}

.dialogue-card,
.mika-quote,
.park-broadcast,
.status-log {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
}

.resident-mika .dialogue-card,
.resident-mika .mika-quote {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(5, 10, 22, 0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(3px);
}

.dialogue-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.85;
}

.dialogue-card p:last-child {
  margin-bottom: 0;
}

.mika-quote {
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(1.6rem, 3.6vw, 3.4rem);
  line-height: 1.35;
}

.resident-days {
  background:
    linear-gradient(rgba(3, 5, 13, 0.62), rgba(3, 5, 13, 0.82)),
    url("./public/img/resident3.png") center / cover no-repeat;
}

.memory-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.memory-strip span {
  padding: 9px 12px;
  border: 1px solid rgba(142, 236, 255, 0.22);
  border-radius: 999px;
  background: rgba(142, 236, 255, 0.08);
  color: rgba(230, 250, 255, 0.82);
  font-size: 13px;
}

.park-broadcast {
  margin-top: 38px;
}

.park-broadcast span {
  display: block;
  margin-bottom: 14px;
  color: rgba(142, 236, 255, 0.64);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.park-broadcast p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  line-height: 1.55;
}

.resident-loss {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 5px),
    #010205;
}

.status-log {
  display: grid;
  gap: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.status-log code {
  color: rgba(180, 230, 255, 0.72);
  font-size: 14px;
}

.status-log .lost {
  color: rgba(255, 91, 91, 0.82);
}

.world-cut {
  position: relative;
  max-width: 680px;
  margin: 72px auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  text-shadow: 0 0 24px rgba(150, 210, 255, 0.18);
}

.world-cut::before,
.world-cut::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(360px, 48vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: translateX(-50%) scaleX(0.3);
  opacity: 0;
  animation: worldCutLine 6.8s ease-in-out infinite;
}

.world-cut::before {
  top: -24px;
}

.world-cut::after {
  bottom: -24px;
  animation-delay: 0.16s;
}

@keyframes worldCutLine {
  0%,
  52%,
  100% {
    opacity: 0;
    transform: translateX(-50%) scaleX(0.3);
  }
  18%,
  34% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

.cutoff {
  margin: 92px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.8rem, 4vw, 4rem);
}

.resident-blackout {
  min-height: 100svh;
}

@media (max-width: 760px) {
  .ending-hero,
  .ending-section,
  .resident-park,
  .resident-mika,
  .resident-days,
  .resident-loss {
    padding: 88px 0;
  }

  .news-bar,
  .sync-list li {
    display: grid;
  }
}

/* Cinematic ending treatment */
.ending-page {
  position: relative;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #010205 0%, #05070d 34%, #000 100%);
}

.ending-page::before,
.ending-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
}

.ending-page::before {
  background:
    radial-gradient(circle at center, transparent 42%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 18%, transparent 78%, rgba(0, 0, 0, 0.78));
}

.ending-page::after {
  opacity: 0.12;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.55) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 90px);
  mix-blend-mode: screen;
}

.ending-page main {
  position: relative;
}

.ending-page main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: 100vh;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0.28;
  pointer-events: none;
}

.ending-container,
.terminal-panel {
  animation: endingSlowDrift 18s ease-in-out infinite alternate;
}

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

.ending-hero,
.ending-section,
.resident-connect,
.resident-park,
.resident-mika,
.resident-days,
.resident-loss {
  min-height: 118svh;
  display: grid;
  align-items: center;
  padding: 18svh 0;
}

.resident-connect {
  padding-left: 24px;
  padding-right: 24px;
}

.ending-container,
.ending-container.narrow {
  width: min(760px, calc(100vw - 48px));
}

.ending-label {
  margin-bottom: 28px;
  text-align: center;
  color: rgba(180, 195, 220, 0.58);
  font-size: 10px;
  letter-spacing: 0.28em;
}

.ending-hero h1,
.resident-connect h1,
.resident-park h2,
.resident-mika h2,
.resident-days h2,
.dim-section h2 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(1.55rem, 3.15vw, 2.9rem);
  font-weight: 560;
  line-height: 1.38;
  letter-spacing: 0.02em;
}

.resident-park h2,
.resident-mika h2,
.resident-days h2 {
  margin-bottom: 64px;
}

.news-panel {
  max-width: 760px;
  margin: 56px auto 0;
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(3, 5, 10, 0.55);
  box-shadow: none;
}

.news-panel h2 {
  text-align: center;
  font-size: clamp(1.2rem, 2.1vw, 1.9rem);
  line-height: 1.5;
  font-weight: 560;
}

.news-panel p,
.report-copy p,
.lyrical-copy p,
.dialogue-card p,
.yamasina-message p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 2.25;
  letter-spacing: 0.02em;
}

.report-copy,
.lyrical-copy {
  text-align: center;
}

.report-copy p,
.lyrical-copy p {
  margin-left: auto;
  margin-right: auto;
}

.ending-text-link {
  color: rgba(190, 220, 255, 0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(190, 220, 255, 0.38);
  transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease;
}

.ending-text-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 18px rgba(120, 180, 255, 0.38);
}

.report-copy p + p,
.lyrical-copy p + p {
  margin-top: 34px;
}

.deletion-log,
.status-log {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: none;
}

.yamasina-message {
  border-left: 0;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.terminal-panel {
  width: min(700px, calc(100vw - 48px));
  border-width: 1px 0;
  background: rgba(5, 12, 24, 0.46);
  box-shadow: none;
}

.sync-list {
  width: min(520px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.welcome-line {
  text-align: center;
}

.dialogue-card,
.mika-quote,
.park-broadcast {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.dialogue-card,
.park-broadcast,
.resident-mika .dialogue-card,
.resident-mika .mika-quote {
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  box-shadow: none;
}

.mika-quote {
  text-align: center;
  font-size: clamp(1.28rem, 2.4vw, 2.15rem);
  line-height: 1.65;
}

.memory-strip {
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.park-broadcast {
  margin-top: 58px;
  text-align: center;
}

.cutoff {
  text-align: center;
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
}

.ending-final,
.resident-blackout {
  min-height: 100svh;
}

.ending-final p,
.resident-blackout p {
  animation: endingFinalFade 6s ease-in-out infinite alternate;
}

@keyframes endingFinalFade {
  from {
    opacity: 0.58;
  }
  to {
    opacity: 0.92;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ending-container,
  .terminal-panel,
  .world-cut::before,
  .world-cut::after,
  .ending-final p,
  .resident-blackout p {
    animation: none;
  }
}

@media (max-width: 760px) {
  .ending-hero,
  .ending-section,
  .resident-connect,
  .resident-park,
  .resident-mika,
  .resident-days,
  .resident-loss {
    min-height: auto;
    padding: 120px 0;
  }

  .ending-container,
  .ending-container.narrow,
  .terminal-panel {
    width: min(100% - 32px, 760px);
  }
}

.aisle-press-page {
  min-height: 100vh;
  background: #f6f7f9;
  color: #101522;
  font-feature-settings: "palt";
}

.aisle-newsroom-bar {
  border-bottom: 1px solid rgba(22, 32, 48, 0.1);
  background: #fff;
}

.aisle-press-container {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100vw - 48px));
  margin: 0 auto;
}

.aisle-newsroom-bar .aisle-press-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  color: rgba(25, 35, 52, 0.58);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.aisle-press-body {
  padding: clamp(56px, 8vw, 96px) 0 clamp(80px, 10vw, 130px);
  background:
    linear-gradient(180deg, #f6f7f9 0%, #fff 38%, #f7f8fa 100%);
}

.aisle-press-paper {
  padding: clamp(28px, 5.5vw, 62px);
  border: 1px solid rgba(30, 42, 58, 0.1);
  background: #fff;
  box-shadow: 0 18px 50px rgba(35, 48, 70, 0.08);
}

.aisle-press-title {
  margin-bottom: clamp(42px, 7vw, 70px);
  padding-bottom: clamp(32px, 5vw, 52px);
  border-bottom: 1px solid rgba(25, 38, 56, 0.12);
}

.aisle-press-title > p:first-child {
  margin: 0 0 16px;
  color: rgba(64, 84, 112, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.aisle-press-title time {
  display: block;
  margin-bottom: 24px;
  color: rgba(20, 30, 46, 0.56);
  font-size: 14px;
}

.aisle-press-title h1 {
  max-width: 720px;
  margin: 0;
  color: #111827;
  font-size: clamp(1.75rem, 3.4vw, 3.2rem);
  line-height: 1.28;
  letter-spacing: 0.01em;
}

.aisle-press-lead {
  max-width: 680px;
  margin: 28px 0 0 !important;
  color: rgba(30, 48, 72, 0.68) !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
  line-height: 1.65 !important;
  font-weight: 700;
}

.aisle-press-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.aisle-press-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(35, 52, 78, 0.12);
  background: #f6f8fb;
  color: rgba(30, 45, 68, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.aisle-namechange-visual {
  margin: clamp(34px, 5vw, 52px) 0 0;
  border: 1px solid rgba(25, 38, 56, 0.1);
  background: #f7f8fb;
  overflow: hidden;
}

.aisle-namechange-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.aisle-press-paper p {
  max-width: 760px;
  margin: 0;
  color: rgba(21, 30, 46, 0.76);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 2.05;
}

.aisle-press-paper p + p {
  margin-top: 22px;
}

.aisle-press-paper h2 {
  margin: 64px 0 20px;
  padding-top: 34px;
  border-top: 1px solid rgba(25, 38, 56, 0.1);
  color: #101827;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.35;
}

.aisle-table-wrap {
  overflow-x: auto;
  margin: 24px 0 48px;
  border: 1px solid rgba(25, 42, 70, 0.1);
  background: #fff;
}

.aisle-press-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.aisle-press-table th,
.aisle-press-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(25, 42, 70, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.7;
}

.aisle-press-table thead th {
  background: #f6f7f9;
  color: rgba(30, 45, 70, 0.62);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aisle-press-table tbody th {
  width: 28%;
  color: #101522;
  font-weight: 900;
}

.aisle-press-table td {
  color: rgba(28, 40, 62, 0.72);
}

.aisle-press-table tr:last-child th,
.aisle-press-table tr:last-child td {
  border-bottom: 0;
}

.aisle-closing {
  margin-top: 34px !important;
  padding: 26px 0 0;
  border-top: 1px solid rgba(25, 38, 56, 0.1);
  color: #111827 !important;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem) !important;
  font-weight: 800;
}

@media (max-width: 760px) {
  .aisle-press-container {
    width: min(100% - 32px, 900px);
  }

  .aisle-newsroom-bar .aisle-press-container {
    display: grid;
    gap: 8px;
  }

  .aisle-press-paper {
    padding: 28px 20px;
  }
}
