*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:#FFFFFF;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#111;
}

.wrap{
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:26px;
  padding:20px;
}

.logo{
  width:min(760px, 92vw);
  height:auto;
}

.coming{
  display:flex;
  align-items:center;
  gap:14px;
}

.rule{
  display:inline-block;
  width:36px;
  height:1px;
  background:#cfcfcf;
}

h1{
  margin:0;
  font-size:14px;
  font-weight:500;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#7a7a7a;
}

@media (max-width: 420px){
  .logo{width:92vw}
  .rule{width:28px}
}
