
html{scroll-behavior:smooth;background:#080808}body{margin:0;background:#080808}button,input,textarea,select{font:inherit}
.approved-intro{position:fixed;inset:0;z-index:9999;background:#030303;display:grid;place-items:center;animation:approvedIntroOut .5s 1.45s forwards}.approved-intro-mark{width:min(520px,72vw);overflow:hidden}.approved-intro-mark img{display:block;width:100%;height:auto;animation:approvedMarkIn 1s cubic-bezier(.16,1,.3,1) both}.approved-intro-rule{position:absolute;left:50%;bottom:25%;height:1px;width:min(560px,76vw);background:linear-gradient(90deg,transparent,#eee,transparent);transform:translateX(-50%) scaleX(0);animation:approvedRuleIn .8s .35s ease forwards}@keyframes approvedMarkIn{from{opacity:0;transform:translateY(22px);clip-path:inset(0 50%)}to{opacity:1;transform:none;clip-path:inset(0)}}@keyframes approvedRuleIn{to{transform:translateX(-50%) scaleX(1)}}@keyframes approvedIntroOut{to{opacity:0;visibility:hidden}}@media(prefers-reduced-motion:reduce){.approved-intro{display:none!important}}

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap");
.d12 {
  --ink: #f3f1ed;
  --muted: #aaa9a5;
  --red: #e13b2b;
  --blue: #2479ee;
  background: #080808;
  color: var(--ink);
  min-height: 100vh;
  font-family: "DM Sans", Arial, sans-serif;
  overflow: hidden;
}
.d12 * {
  box-sizing: border-box;
}
.d12 a {
  color: inherit;
}
.skip12 {
  position: fixed;
  left: 16px;
  top: -80px;
  background: #fff;
  color: #000 !important;
  padding: 14px 20px;
  z-index: 100;
}
.skip12:focus {
  top: 16px;
}
.nav12 {
  height: 94px;
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 5vw, 82px);
  position: relative;
  z-index: 20;
  background: #080808;
}
.brand12 img {
  width: 210px;
  display: block;
}
.nav12 nav {
  margin-left: auto;
  display: flex;
  gap: 44px;
}
.nav12 nav a {
  font-size: 14px;
  text-decoration: none;
  padding: 15px 2px;
  border-bottom: 2px solid transparent;
}
.nav12 nav a:hover,
.nav12 nav a:focus-visible {
  border-color: #fff;
}
.nav12 button {
  display: none;
}
.opening12 {
  min-height: calc(100vh - 94px);
  padding: clamp(80px, 11vw, 150px) clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 8vw;
  align-items: center;
  background: radial-gradient(
    ellipse at 72% 40%,
    #1c1c1c 0,
    #0c0c0c 44%,
    #080808 72%
  );
}
.openingCopy12 > p:first-child,
.close12 > p,
.aboutOpening12 > p {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #c7c7c4;
}
.openingCopy12 h1,
.aboutOpening12 h1 {
  font:
    400 clamp(48px, 6.4vw, 102px)/0.96 "Instrument Serif",
    serif;
  letter-spacing: -0.035em;
  margin: 25px 0 35px;
}
.openingCopy12 h1 em,
.aboutOpening12 h1 em {
  color: #bcbab4;
}
.lead12 {
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
  color: #c3c2bf;
  max-width: 680px;
}
.openingCopy12 > a,
.priceBody12 article > a,
.moveBody12 article > a,
.close12 > a,
.return12 > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #666;
}
.decision12 {
  font-family: "Instrument Serif", serif;
  font-size: clamp(22px, 2.3vw, 38px);
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.decision12 div {
  padding: 22px 0;
  opacity: 0;
  transform: translateY(20px);
  animation: answer12 0.7s forwards;
}
.decision12 .question12 {
  color: #777;
}
.decision12 .answer12 {
  padding-left: 16%;
  color: #eee;
}
.decision12 div:nth-child(1) {
  animation-delay: 2s;
}
.decision12 div:nth-child(2) {
  animation-delay: 2.35s;
}
.decision12 div:nth-child(3) {
  animation-delay: 2.75s;
}
.decision12 div:nth-child(4) {
  animation-delay: 3.1s;
}
@keyframes answer12 {
  to {
    opacity: 1;
    transform: none;
  }
}
.price12,
.move12 {
  padding: clamp(70px, 9vw, 140px) clamp(24px, 7vw, 110px);
  background: #101010;
}
.priceHead12,
.moveHead12 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.17em;
  color: #b9b8b3;
  padding-bottom: 28px;
  border-bottom: 1px solid #3a3a3a;
}
.priceBody12 {
  display: grid;
  grid-template-columns: 0.85fr 1.1fr 0.9fr;
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  padding-top: 90px;
}
.ps12logo {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ps12words {
  font-style: italic;
  line-height: 0.78;
  font-size: clamp(42px, 4vw, 70px);
  letter-spacing: -0.07em;
}
.ps12words b {
  display: block;
}
.ps12words b:first-child {
  color: #fff;
}
.ps12words b:last-child {
  color: var(--red);
}
.ps12logo svg {
  width: 95px;
  overflow: visible;
}
.ps12logo svg circle,
.ps12logo svg path {
  fill: none;
  stroke: var(--red);
}
.ps12logo svg circle {
  stroke-width: 13;
}
.ps12logo .cardinal {
  stroke-width: 13;
}
.ps12logo .ticks {
  stroke-width: 5;
}
.ps12logo .dot {
  fill: var(--red);
}
.priceBody12 article h2,
.moveBody12 article h2 {
  font:
    400 clamp(38px, 4.4vw, 68px)/1.02 "Instrument Serif",
    serif;
  margin: 0 0 28px;
}
.priceBody12 article p,
.moveBody12 article p {
  font-size: 17px;
  line-height: 1.7;
  color: #bdbcb8;
}
.quotes12 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quotes12 div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #383838;
  opacity: 0;
  animation: quote12 7s infinite;
}
.quotes12 div:nth-child(2) {
  animation-delay: 0.5s;
}
.quotes12 div:nth-child(3) {
  animation-delay: 1s;
}
.quotes12 span {
  color: #aaa;
}
.quotes12 del {
  color: #777;
}
.quotes12 b {
  font-size: 18px;
}
.quotes12 em {
  color: #fff;
  background: #1d62ba;
  padding: 3px 8px;
  font-style: normal;
  font-size: 12px;
}
@keyframes quote12 {
  0%,
  12% {
    opacity: 0;
    transform: translateX(18px);
  }
  20%,
  85% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
.move12 {
  background: #0a0a0a;
}
.moveBody12 {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 9vw;
  align-items: center;
  padding-top: 80px;
}
.plate12 {
  background: #fff;
  padding: 24px 30px;
  width: min(460px, 100%);
  margin-bottom: 45px;
}
.plate12 img {
  display: block;
  width: 100%;
  height: auto;
}
.transfer12 {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
  gap: 14px;
}
.source12,
.dest12 {
  display: flex;
  flex-direction: column;
  background: #121212;
  padding: 28px;
}
.source12 small,
.dest12 small {
  letter-spacing: 0.16em;
  color: #999;
  margin-bottom: 18px;
}
.source12 span,
.dest12 span {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #343434;
}
.dest12 span {
  animation: ready12 6s both infinite;
}
.dest12 span:nth-child(3) {
  animation-delay: 0.35s;
}
.dest12 span:nth-child(4) {
  animation-delay: 0.7s;
}
.dest12 span:nth-child(5) {
  animation-delay: 1.05s;
}
.dest12 b {
  font-size: 11px;
  color: #77aef4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
@keyframes ready12 {
  0%,
  10% {
    opacity: 0.25;
  }
  25%,
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.pass12 {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.pass12 i {
  height: 2px;
  background: #396caa;
  position: relative;
  overflow: hidden;
}
.pass12 i:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  background: #d9e7fa;
  animation: pass12 2.8s infinite;
}
.pass12 i:nth-child(2):after {
  animation-delay: 0.35s;
}
.pass12 i:nth-child(3):after {
  animation-delay: 0.7s;
}
.pass12 i:nth-child(4):after {
  animation-delay: 1.05s;
}
@keyframes pass12 {
  from {
    left: -50%;
  }
  to {
    left: 110%;
  }
}
.close12 {
  padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 130px);
  background: #141414;
}
.close12 h2,
.return12 h2 {
  font:
    400 clamp(44px, 5.6vw, 84px)/1 "Instrument Serif",
    serif;
  max-width: 1000px;
  margin: 25px 0;
}
.d12 footer {
  min-height: 160px;
  padding: 45px clamp(24px, 5vw, 82px);
  display: flex;
  align-items: center;
  gap: 45px;
  background: #080808;
}
.d12 footer img {
  width: 190px;
}
.d12 footer a {
  margin-left: auto;
}
.d12 footer span {
  color: #aaa;
}
.intro12 {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: introGone12 0.35s 1.55s forwards;
}
.intro12 img {
  width: min(480px, 70vw);
  z-index: 2;
  animation: introLogo12 1.45s both;
}
.curtain12 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #050505;
  z-index: 3;
  animation: curtain12 0.75s 1s cubic-bezier(0.65, 0, 0.2, 1) forwards;
}
.left12 {
  left: 0;
  transform-origin: left;
}
.right12 {
  right: 0;
  transform-origin: right;
}
@keyframes introLogo12 {
  0% {
    opacity: 0;
    filter: blur(9px);
    transform: scale(0.98);
  }
  45%,
  75% {
    opacity: 1;
    filter: none;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes curtain12 {
  to {
    transform: scaleX(0);
  }
}
@keyframes introGone12 {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.aboutOpening12 {
  min-height: 78vh;
  padding: 120px clamp(24px, 8vw, 130px);
  background: #0b0b0b;
}
.aboutOpening12 h1 {
  max-width: 1100px;
}
.places12 {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 720px;
  margin-top: 70px;
}
.places12 span {
  font:
    30px "Instrument Serif",
    serif;
}
.places12 small {
  display: block;
  font: 11px "DM Sans";
  letter-spacing: 0.18em;
  color: #999;
  margin-bottom: 8px;
}
.places12 i {
  height: 1px;
  background: #666;
  flex: 1;
  position: relative;
}
.places12 i:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ddd;
  top: -4px;
  animation: travel12 3s ease-in-out infinite;
}
@keyframes travel12 {
  0% {
    left: 0;
  }
  50%,
  100% {
    left: calc(100% - 9px);
  }
}
.story12 {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
}
.story12 small,
.games12 small,
.return12 small {
  letter-spacing: 0.18em;
  color: #aaa;
}
.story12 h2,
.games12 h2 {
  font:
    400 clamp(36px, 4.2vw, 64px)/1.02 "Instrument Serif",
    serif;
}
.story12 article {
  font-size: 19px;
  line-height: 1.75;
  color: #bbb;
}
.games12 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #111;
}
.games12 article {
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 5vw, 78px);
  overflow: hidden;
}
.games12 article:first-child {
  background: #0d0d0d;
}
.games12 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #050505;
  filter: grayscale(0.35);
  transition:
    transform 0.8s,
    filter 0.8s;
}
.games12 article:hover img {
  transform: scale(1.025);
  filter: none;
}
.games12 p {
  color: #aaa;
  line-height: 1.6;
  max-width: 440px;
}
.return12 {
  padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 130px);
  background: #0a0a0a;
}
.return12 > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 900px;
  color: #bbb;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 850px) {
  .nav12 {
    height: 78px;
    padding: 0 20px;
  }
  .brand12 img {
    width: 170px;
  }
  .nav12 button {
    display: block;
    margin-left: auto;
    background: #161616;
    color: #fff;
    border: 1px solid #777;
    min-width: 72px;
    min-height: 48px;
  }
  .nav12 nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #0c0c0c;
    padding: 18px 20px 26px;
    flex-direction: column;
    gap: 4px;
  }
  .nav12 nav.open {
    display: flex;
  }
  .nav12 nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .opening12,
  .priceBody12,
  .moveBody12,
  .story12 {
    grid-template-columns: 1fr;
  }
  .opening12 {
    padding-top: 70px;
  }
  .decision12 {
    height: 300px;
  }
  .priceHead12,
  .moveHead12 {
    gap: 20px;
    flex-direction: column;
  }
  .priceBody12 {
    padding-top: 55px;
  }
  .quotes12 {
    margin-top: 20px;
  }
  .moveBody12 {
    padding-top: 55px;
  }
  .transfer12 {
    grid-template-columns: 1fr 40px 1fr;
  }
  .source12,
  .dest12 {
    padding: 15px 11px;
  }
  .source12 span,
  .dest12 span {
    font-size: 12px;
    min-height: 58px;
  }
  .dest12 b {
    display: none;
  }
  .d12 footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .d12 footer a {
    margin-left: 0;
  }
  .games12 {
    grid-template-columns: 1fr;
  }
  .games12 article {
    min-height: 560px;
  }
  .return12 > div {
    grid-template-columns: 1fr;
  }
  .ps12logo {
    margin-bottom: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .d12 *,
  .d12 *:before,
  .d12 *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .intro12 {
    display: none;
  }
}
.d12 :focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* Design 08 atmosphere + Design 12 product theater */
.hybrid812 {
  --red: #ff3440;
  --blue: #477cff;
  background: #020203;
  font-family: Arial, sans-serif;
}
.hybrid812 .nav12 {
  position: relative;
  border-bottom: 1px solid #272834;
  background: #030305;
}
.hybrid812 .opening12 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 94px);
  background:
    radial-gradient(circle at 78% 38%, #121d43 0, transparent 31%), #020203;
}
.hybrid812 .openingCopy12,
.hybrid812 .decision12 {
  position: relative;
  z-index: 2;
}
.hybrid812 .openingCopy12 h1,
.hybrid812 .aboutOpening12 h1 {
  font:
    900 clamp(64px, 8.5vw, 142px) / 0.82 Arial,
    sans-serif;
  letter-spacing: -0.078em;
}
.hybrid812 .openingCopy12 h1 em,
.hybrid812 .aboutOpening12 h1 em {
  color: transparent;
  -webkit-text-stroke: 1px #91aaff;
  font-style: normal;
}
.hybridMarquee {
  position: absolute;
  z-index: 0;
  left: -5vw;
  right: -5vw;
  top: 12%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.075;
  transform: rotate(-5deg);
}
.hybridMarquee span {
  flex: none;
  font:
    900 8vw Arial,
    sans-serif;
  letter-spacing: -0.05em;
  animation: hybridMarquee812 22s linear infinite;
}
.hybridBlade {
  position: absolute;
  z-index: 1;
  right: 7%;
  top: 11%;
  width: 1px;
  height: 76%;
  background: linear-gradient(transparent, #fff, transparent);
  box-shadow: 0 0 80px 14px rgba(71, 124, 255, 0.48);
  transform: rotate(22deg);
  opacity: 0.45;
  animation: hybridBlade812 5.5s ease-in-out infinite;
}
.hybrid812 .decision12 {
  font-family: Arial, sans-serif;
  font-weight: 700;
}
.hybrid812 .price12,
.hybrid812 .move12,
.hybrid812 .close12 {
  border-top: 1px solid #30313b;
}
.hybrid812 .priceBody12 article h2,
.hybrid812 .moveBody12 article h2,
.hybrid812 .close12 h2,
.hybrid812 .return12 h2,
.hybrid812 .story12 h2,
.hybrid812 .games12 h2 {
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.hybrid812 .ps12logo {
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}
.hybrid812 .ps12words {
  display: flex;
  line-height: 0.85;
  font:
    italic 900 clamp(42px, 4.8vw, 78px) / 0.85 Arial,
    sans-serif;
  white-space: nowrap;
}
.hybrid812 .ps12words b {
  display: inline;
}
.hybrid812 .ps12logo svg {
  width: min(230px, 62%);
}
.hybrid812 .plate12 {
  box-shadow: 0 28px 80px #000;
}
.hybrid812 .aboutOpening12 {
  background:
    radial-gradient(circle at 78% 38%, #111b3d 0, transparent 34%), #020203;
}
@keyframes hybridMarquee812 {
  to {
    transform: translateX(-100%);
  }
}
@keyframes hybridBlade812 {
  50% {
    transform: rotate(18deg) translateX(-42px);
    opacity: 0.7;
  }
}
@media (max-width: 850px) {
  .hybrid812 .openingCopy12 h1,
  .hybrid812 .aboutOpening12 h1 {
    font-size: clamp(54px, 17vw, 88px);
  }
  .hybrid812 .ps12words {
    font-size: clamp(42px, 13vw, 64px);
  }
  .hybrid812 .ps12logo svg {
    width: min(210px, 58vw);
  }
  .hybridBlade {
    right: 2%;
    opacity: 0.25;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hybridMarquee span,
  .hybridBlade {
    animation: none !important;
  }
}
