html,
body {
  text-align: center;
  background: #f6f6f6;
  color: #111;
}

canvas {
  background: #111;
  margin: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0 !important;
}

a {
  color: #111;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.foreground {
  margin: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.coming-soon-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

.hero-body {
  margin-bottom: 20vh;
  position: relative;
  z-index: 2;
}

.hero-grid {
  margin-left: 15vw;
}

.logo-column {
  width: 240px;
  height: 240px;
  flex: none;
}

.logo-frame {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.logo-frame::before {
  content: "";
  position: absolute;
  inset: -0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-top-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  animation: spin 9s linear infinite;
}

.has-text-white {
  color: #fff !important;
}

.has-text-blue {
  color: #111 !important;
}

.eyebrow {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.eyebrow::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 1.1s linear infinite;
}

.loader-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.loader-ring {
  position: absolute;
  width: clamp(5rem, 11vw, 11rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-right-color: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: spin 10s linear infinite;
  opacity: 0.78;
}

.loader-ring::after {
  content: "";
  position: absolute;
  inset: 21%;
  border: 1px dashed rgba(255, 255, 255, 0.26);
  border-left-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: spin-reverse 6s linear infinite;
}

.loader-ring-a {
  top: 14vh;
  left: 7vw;
}

.loader-ring-b {
  top: 16vh;
  right: 11vw;
  width: clamp(7rem, 16vw, 15rem);
  animation-duration: 13s;
}

.status-loader,
.corner-loader {
  display: inline-block;
  border-radius: 50%;
  border-style: solid;
  animation: spin 1s linear infinite;
}

.subscribe {
  border-radius: 10px;
  border-top-left-radius: 0;
  border: 1px solid #111;
  background: #fff;
  color: #111 !important;
  box-shadow: 5px 5px 0 #111;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.subscribe:hover,
.subscribe:focus {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #111;
  color: #111 !important;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  color: #111;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #111;
  border-radius: 50%;
  box-shadow: 4px 4px 0 #111;
  animation: scroll-bounce 1.8s ease-in-out infinite;
  transition: box-shadow 160ms ease, background-color 160ms ease;
}

.scroll-cue:hover,
.scroll-cue:focus {
  background: #fff;
  box-shadow: 2px 2px 0 #111;
  outline: none;
}

.scroll-cue span {
  width: 0.9rem;
  height: 0.9rem;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-0.18rem) rotate(45deg);
}

.first-section {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(
    to bottom,
    #d8d8d8 0,
    #f6f6f6 54px,
    #f6f6f6 100%
  );
}

.section {
  position: relative;
  z-index: 2;
}

.main {
  margin-top: 5vh;
}

.cardsubtitle {
  margin: 0 auto 3vh;
  max-width: 920px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.about-copy {
  margin-top: 2.6rem;
}

.showcase {
  margin-top: 3vh;
  height: 40vh;
}

.showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12);
  border-radius: 10px;
  border-top-left-radius: 0;
}

.wireframe-media {
  position: relative;
  border: 1px solid #111;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(17, 17, 17, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  box-shadow: 8px 8px 0 #111;
}

.corner-loader {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border-width: 2px;
  border-color: #fff;
  border-right-color: transparent;
  z-index: 2;
}

hr {
  border: 2px solid #111;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 2rem auto 1rem;
  max-width: 1000px;
}

.status-card {
  position: relative;
  min-height: 180px;
  padding: 1.5rem;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(17, 17, 17, 0.06) 1px, transparent 1px),
    #fff;
  background-size: 22px 22px;
  border: 1px solid #111;
  border-radius: 10px;
  border-top-left-radius: 0;
  box-shadow: 7px 7px 0 #111;
}

.status-card h2 {
  color: #111;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 3.4rem 0 0.4rem;
  text-transform: lowercase;
}

.status-card p {
  color: #333;
  font-weight: 600;
}

.news-list {
  display: grid;
  gap: 1rem;
  margin: 2rem auto 1rem;
  max-width: 920px;
}

.news-link {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.2rem 1.35rem;
  text-align: left;
  background: #fff;
  border: 1px solid #111;
  border-radius: 8px;
  border-top-left-radius: 0;
  box-shadow: 5px 5px 0 #111;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.news-link:hover,
.news-link:focus {
  color: #111;
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #111;
  outline: none;
}

.news-thumb {
  display: block;
  width: 5.5rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f6f6f6;
  border: 1px solid #111;
  border-radius: 6px;
  border-top-left-radius: 0;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12);
}

.news-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 2.5rem;
  color: #fff;
  background: #111;
  font-weight: 800;
}

.news-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.news-copy strong {
  color: #111;
  font-size: 1.05rem;
  line-height: 1.35;
}

.news-copy small {
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
}

.news-icon {
  color: #111;
}

.status-loader {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-width: 2px;
  border-color: #111;
  border-right-color: transparent;
}

.card {
  background: #fff;
  border: 1px solid #111;
  border-radius: 10px;
  border-top-left-radius: 0;
  box-shadow: 5px 5px 0 #111;
  overflow: hidden;
}

.card-header {
  box-shadow: none;
  border-bottom: 1px solid #111;
}

.card-header-title,
.card-header-icon,
.card-content {
  color: #111;
}

.card-header-icon:hover {
  color: #555;
}

.footbutton,
a.coc {
  color: #111 !important;
  background: none;
  border: none;
}

.footbutton:hover,
a.coc:hover {
  color: #666 !important;
}

img {
  max-height: 100%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes scroll-bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 0.45rem);
  }
}

@media (max-width: 900px) {
  .hero-body {
    margin-bottom: 16vh;
  }

  .status-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .foreground {
    min-height: 100vh;
  }

  .coming-soon-hero .subtitle {
    max-width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
  }

  .coming-soon-hero .subtitle:not(.is-4) {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .loader-ring-b {
    right: -8vw;
  }

  .showcase {
    height: 30vh;
  }

  .news-link {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.8rem;
  }

  .news-year {
    grid-column: 2;
    grid-row: 2;
    width: 4rem;
    height: 2.2rem;
  }

  .news-thumb {
    width: 4.75rem;
    grid-row: 1 / 3;
  }

  .news-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .news-icon {
    grid-column: 3;
    grid-row: 1 / 3;
  }
}

@media (max-width: 480px) {
  .title.is-1 {
    font-size: 2.65rem;
  }

  .subtitle.is-4 {
    font-size: 1.25rem;
  }

  .subscribe {
    width: 100%;
    justify-content: center;
  }

  hr {
    width: 45%;
  }
}
