*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #efeee9;
  color: #0a0a0b;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  --bx-cream: #efeee9;
  --bx-blue: #2442ff;
  --bx-blue-soft: #8ea0ff;
  --bx-ink: #0a0a0b;
  --bx-grey: #b9bdc5;
  --bx-line: rgba(10, 10, 11, 0.16);
}

.coming-soon {
  min-height: calc(100svh - 82px);
  display: grid;
  place-items: center;
  padding: 120px 6vw 80px;
  background:
    radial-gradient(circle at 78% 18%, rgba(48, 71, 214, 0.16), transparent 28%),
    #efeee9;
  text-align: center;
}

.coming-soon-inner {
  max-width: 720px;
}

.coming-soon-kicker {
  margin: 0 0 18px;
  color: var(--bx-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.coming-soon h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.coming-soon p {
  max-width: 520px;
  margin: 24px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.5;
}

.coming-soon a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 0 26px;
  background: var(--bx-blue);
  border: 1px solid var(--bx-blue);
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.coming-soon a:hover {
  background: #263bc2;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #111318;
  color: #fff;
  padding: 10px 16px;
  z-index: 10000;
}

.skip-link:focus {
  left: 8px;
}
