* {
  box-sizing: border-box;
}

:root {
  --bg: #050505;
  --text: #ffffff;
  --muted: rgba(255,255,255,.54);
  --soft: rgba(255,255,255,.34);
  --line: rgba(255,255,255,.09);
  --panel: rgba(255,255,255,.035);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "SF Pro Display", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.background-glow {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.16), transparent 34%),
    radial-gradient(circle at 78% 24%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(to bottom, rgba(255,255,255,.035), transparent 38%);
  z-index: -3;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: .08;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.site-header {
  width: min(1280px, calc(100vw - 40px));
  margin: 0 auto;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgba(255,255,255,.82);
  letter-spacing: .24em;
  font-size: 13px;
  text-transform: uppercase;
}

.brand-logo {
  width: 30px;
  height: 30px;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255,255,255,.48);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}

.nav a:hover {
  color: #fff;
}

.nav .lang {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255,255,255,.68);
}

.nav .lang:hover {
  border-color: rgba(255,255,255,.28);
}

.hero {
  width: min(1280px, calc(100vw - 40px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
  padding: 72px 0 110px;
}

.eyebrow {
  margin: 0 0 24px;
  color: rgba(255,255,255,.38);
  font-size: 12px;
  letter-spacing: .42em;
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(64px, 8vw, 118px);
  line-height: .86;
  letter-spacing: -.075em;
  font-weight: 560;
}

.subtitle {
  margin: 34px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.15;
  letter-spacing: -.045em;
}

.description {
  margin: 20px 0 0;
  max-width: 590px;
  color: rgba(255,255,255,.52);
  font-size: 16px;
  line-height: 1.85;
}

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

.button {
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 520;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

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

.button.primary {
  background: #fff;
  color: #050505;
}

.button.primary:hover {
  background: rgba(255,255,255,.86);
}

.button.secondary {
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(18px);
}

.button.secondary:hover {
  color: #fff;
  border-color: rgba(255,255,255,.26);
}

.hero-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.card-stage {
  position: relative;
  width: min(560px, 100%);
  perspective: 1100px;
}

.card-stage::before {
  content: "";
  position: absolute;
  inset: -80px;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  filter: blur(70px);
}

.product-card {
  position: relative;
  aspect-ratio: 1.586 / 1;
  width: 100%;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.035) 42%, rgba(255,255,255,.09));
  box-shadow: 0 48px 130px rgba(0,0,0,.64);
  padding: 34px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .18s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent, rgba(255,255,255,.10), transparent 46%),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 100% 100%, 32px 32px;
  opacity: .55;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 31px;
  border: 1px solid rgba(255,255,255,.06);
}

.card-top,
.card-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.card-top {
  align-items: flex-start;
}

.card-top span,
.card-bottom span,
.card-bottom p {
  margin: 0;
  color: rgba(255,255,255,.38);
  font-size: 11px;
  letter-spacing: .22em;
}

.card-logo {
  width: 50px;
  height: 50px;
}

.card-mark {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.08);
  font-size: clamp(48px, 7vw, 88px);
  letter-spacing: -.08em;
  font-weight: 560;
}

.card-bottom {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  align-items: end;
}

.card-bottom p {
  color: rgba(255,255,255,.48);
  margin-bottom: 12px;
}

.split-section,
.preorder-section,
.status-section {
  width: min(1280px, calc(100vw - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.split-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  padding: 96px 0;
}

.section-index {
  margin: 0;
  color: rgba(255,255,255,.3);
  font-size: 14px;
}

.split-section h2,
.notice h2,
.status-section h2 {
  margin: 18px 0 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
  font-weight: 540;
  letter-spacing: -.06em;
}

.split-section > p {
  margin: 0;
  max-width: 660px;
  color: rgba(255,255,255,.55);
  font-size: 19px;
  line-height: 1.85;
}

.preorder-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 64px;
  padding: 96px 0;
}

.notice-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.notice-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(255,255,255,.52);
  font-size: 14px;
}

.notice-item p {
  margin: 0;
  line-height: 1.7;
}

.notice-item span {
  color: rgba(255,255,255,.26);
}

.preorder-panel {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(22px);
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 34px 100px rgba(0,0,0,.36);
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.panel-head h3 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -.045em;
  font-weight: 540;
}

.panel-head p {
  margin: 12px 0 0;
  max-width: 430px;
  color: rgba(255,255,255,.46);
  font-size: 14px;
  line-height: 1.75;
}

.price-pill {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 9px 15px;
  color: rgba(255,255,255,.74);
  white-space: nowrap;
}

.edition-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.edition-card {
  min-height: 122px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.18);
  border-radius: 22px;
  padding: 18px;
  color: white;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.edition-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.22);
}

.edition-card.active {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.09);
}

.edition-card span,
.edition-card small,
.edition-card strong {
  display: block;
}

.edition-card span {
  font-size: 14px;
  font-weight: 560;
}

.edition-card small {
  margin-top: 9px;
  color: rgba(255,255,255,.38);
  font-size: 12px;
}

.edition-card strong {
  margin-top: 22px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 520;
}

.field-stack {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.field-stack input,
.field-stack select {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(0,0,0,.24);
  color: white;
  outline: none;
  padding: 0 16px;
  transition: border-color .18s ease, background .18s ease;
}

.field-stack input::placeholder {
  color: rgba(255,255,255,.24);
}

.field-stack input:focus,
.field-stack select:focus {
  border-color: rgba(255,255,255,.3);
  background: rgba(0,0,0,.3);
}

.field-stack select option {
  color: #111;
}

.agree {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,.42);
  font-size: 12px;
  line-height: 1.75;
  cursor: pointer;
}

.agree input {
  margin-top: 4px;
}

.pay-button {
  margin-top: 24px;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: white;
  color: #050505;
  font-size: 14px;
  font-weight: 560;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.pay-button:hover {
  background: rgba(255,255,255,.86);
  transform: translateY(-1px);
}

.status-section {
  padding: 96px 0;
}

.status-list {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.status-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.status-list div:last-child {
  border-bottom: 0;
}

.status-list span {
  color: rgba(255,255,255,.54);
}

.status-list strong {
  color: rgba(255,255,255,.34);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
}

.footer {
  width: min(1280px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.3);
  font-size: 13px;
}

.center-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #050505;
  color: white;
  padding: 24px;
}

.result-card {
  width: min(560px, 100%);
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
  border-radius: 34px;
  padding: 38px;
  text-align: center;
  box-shadow: 0 34px 100px rgba(0,0,0,.42);
}

.result-logo {
  width: 54px;
  height: 54px;
}

.result-kicker {
  margin: 28px 0 0;
  color: rgba(255,255,255,.34);
  font-size: 11px;
  letter-spacing: .36em;
}

.result-card h1 {
  margin: 18px 0 0;
  color: white;
  font-size: clamp(32px, 6vw, 46px);
  line-height: 1;
  font-weight: 540;
  letter-spacing: -.055em;
}

.result-card p:not(.result-kicker) {
  margin: 20px auto 0;
  max-width: 420px;
  color: rgba(255,255,255,.52);
  font-size: 14px;
  line-height: 1.8;
}

.result-button {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .site-header {
    width: min(100vw - 28px, 1280px);
  }

  .brand span {
    display: none;
  }

  .nav {
    gap: 13px;
    font-size: 13px;
  }

  .nav a:not(.lang):nth-child(2) {
    display: none;
  }

  .hero {
    width: min(100vw - 28px, 1280px);
    grid-template-columns: 1fr;
    gap: 56px;
    min-height: auto;
    padding-top: 46px;
  }

  .hero h1 {
    font-size: clamp(64px, 18vw, 96px);
  }

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

  .product-card {
    border-radius: 26px;
    padding: 24px;
  }

  .card-bottom {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .split-section,
  .preorder-section,
  .status-section,
  .footer {
    width: min(100vw - 28px, 1280px);
  }

  .split-section,
  .preorder-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 70px 0;
  }

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

  .panel-head {
    flex-direction: column;
  }

  .footer {
    flex-direction: column;
    gap: 12px;
  }
}


:root {
  --bg: #f7f6f2;
  --text: #090909;
  --muted: rgba(9, 9, 9, 0.58);
  --soft: rgba(9, 9, 9, 0.38);
  --line: rgba(9, 9, 9, 0.1);
  --panel: rgba(255, 255, 255, 0.72);
}

body {
  background: #f7f6f2;
  color: #090909;
}

.background-glow {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,0,0,.07), transparent 32%),
    radial-gradient(circle at 80% 24%, rgba(0,0,0,.04), transparent 28%),
    linear-gradient(to bottom, rgba(255,255,255,.9), transparent 44%);
}

.grain {
  opacity: .55;
  background-image:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px);
}

.brand {
  color: rgba(9,9,9,.86);
}

.nav {
  color: rgba(9,9,9,.5);
}

.nav a:hover {
  color: #090909;
}

.nav .lang {
  border-color: rgba(9,9,9,.12);
  color: rgba(9,9,9,.66);
  background: rgba(255,255,255,.55);
}

.eyebrow,
.section-index {
  color: rgba(9,9,9,.36);
}

.subtitle {
  color: rgba(9,9,9,.88);
}

.description,
.split-section > p,
.notice-item,
.panel-head p,
.agree {
  color: rgba(9,9,9,.56);
}

.button.primary,
.pay-button {
  background: #090909;
  color: white;
}

.button.primary:hover,
.pay-button:hover {
  background: rgba(9,9,9,.82);
}

.button.secondary {
  background: rgba(255,255,255,.62);
  color: rgba(9,9,9,.74);
  border-color: rgba(9,9,9,.12);
}

.button.secondary:hover {
  color: #090909;
  border-color: rgba(9,9,9,.24);
  background: rgba(255,255,255,.85);
}

.split-section,
.preorder-section,
.status-section,
.footer {
  border-top-color: rgba(9,9,9,.1);
}

.product-card {
  border-color: rgba(9,9,9,.1);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.96), transparent 30%),
    linear-gradient(135deg, #ffffff, #efede7 48%, #f9f8f4);
  box-shadow:
    0 48px 130px rgba(0,0,0,.13),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.product-card::before {
  background:
    linear-gradient(120deg, transparent, rgba(255,255,255,.88), transparent 46%),
    linear-gradient(90deg, rgba(0,0,0,.025) 1px, transparent 1px);
}

.product-card::after {
  border-color: rgba(255,255,255,.62);
}

.card-stage::before {
  background: rgba(0,0,0,.06);
}

.card-top span,
.card-bottom span,
.card-bottom p {
  color: rgba(9,9,9,.42);
}

.card-bottom p {
  color: rgba(9,9,9,.5);
}

.card-mark {
  color: rgba(9,9,9,.07);
}

.preorder-panel {
  border-color: rgba(9,9,9,.1);
  background: rgba(255,255,255,.74);
  box-shadow:
    0 34px 100px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.price-pill {
  border-color: rgba(9,9,9,.12);
  color: rgba(9,9,9,.72);
  background: rgba(255,255,255,.7);
}

.edition-card {
  border-color: rgba(9,9,9,.1);
  background: rgba(255,255,255,.58);
  color: #090909;
}

.edition-card:hover {
  border-color: rgba(9,9,9,.22);
  background: rgba(255,255,255,.88);
}

.edition-card.active {
  border-color: rgba(9,9,9,.34);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.07);
}

.edition-card small {
  color: rgba(9,9,9,.46);
}

.edition-card strong {
  color: rgba(9,9,9,.82);
}

.field-stack input,
.field-stack select {
  border-color: rgba(9,9,9,.11);
  background: rgba(255,255,255,.72);
  color: #090909;
}

.field-stack input::placeholder {
  color: rgba(9,9,9,.34);
}

.field-stack input:focus,
.field-stack select:focus {
  border-color: rgba(9,9,9,.3);
  background: #fff;
}

.agree input {
  accent-color: #090909;
}

.status-list {
  border-top-color: rgba(9,9,9,.1);
  border-bottom-color: rgba(9,9,9,.1);
}

.status-list div {
  border-bottom-color: rgba(9,9,9,.1);
}

.status-list span {
  color: rgba(9,9,9,.58);
}

.status-list strong {
  color: rgba(9,9,9,.38);
}

.footer {
  color: rgba(9,9,9,.38);
}

/* pay.php / return.php */
.center-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,0,0,.07), transparent 30%),
    #f7f6f2;
  color: #090909;
}

.result-card {
  border-color: rgba(9,9,9,.1);
  background: rgba(255,255,255,.78);
  box-shadow: 0 34px 100px rgba(0,0,0,.12);
}

.result-kicker {
  color: rgba(9,9,9,.38);
}

.result-card h1 {
  color: #090909;
}

.result-card p:not(.result-kicker) {
  color: rgba(9,9,9,.56);
}

/* Fix Centra wordmark sizing */

.brand {
  letter-spacing: 0;
}

.brand-logo,
.brand-logo-wide {
  width: auto;
  height: 42px;
  max-width: 180px;
  display: block;
}

.hero-logo {
  display: none;
}

.card-logo {
  width: auto;
  height: 34px;
  max-width: 140px;
}

@media (max-width: 900px) {
  .brand-logo,
  .brand-logo-wide {
    height: 34px;
    max-width: 150px;
  }

  .card-logo {
    height: 28px;
    max-width: 120px;
  }
}

@media (max-width: 420px) {
  .brand-logo,
  .brand-logo-wide {
    height: 30px;
    max-width: 130px;
  }
}

/* Nav logo size fix */

.site-header {
  height: 96px;
}

.brand-logo,
.brand-logo-wide {
  width: auto !important;
  height: 74px !important;
  max-width: 240px !important;
  display: block;
}

.brand {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .site-header {
    height: 78px;
  }

  .brand-logo,
  .brand-logo-wide {
    height: 42px !important;
    max-width: 180px !important;
  }
}

@media (max-width: 420px) {
  .brand-logo,
  .brand-logo-wide {
    height: 36px !important;
    max-width: 150px !important;
  }
}