.aquarium-login,
html,
body {
  width: 100%;
  margin: 0 !important;
  border: 0;
  border-radius: 0 !important;
  scrollbar-width: none;
}

.aquarium-login__video,
.aquarium-login__veil,
.aquarium-login__rays {
  inset: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}

.aquarium-login::-webkit-scrollbar,
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.aquarium-hero {
  position: relative;
}

.aurea-page-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 12;
  display: grid;
  place-items: center;
  width: 56px;
  height: 48px;
  color: #fff;
  font: 400 2.4rem/1 "DM Sans", sans-serif;
  text-decoration: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .5));
  animation: aurea-page-down 1.65s ease-in-out infinite;
}

@keyframes aurea-page-down {
  0%, 100% { transform: translate(-50%, 0); opacity: .55; }
  50% { transform: translate(-50%, 9px); opacity: 1; }
}

.aquarium-nav {
  justify-content: flex-start;
  border-bottom: 0;
}

.aquarium-nav .aquarium-logo img {
  width: min(235px, 55vw);
}

.aquarium-hero__copy .aurea-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 28px);
  width: 100%;
  max-width: 540px;
  margin: 24px auto 35px;
}

.aquarium-hero__copy .aurea-brand img {
  flex: 0 0 auto;
  width: clamp(78px, 8vw, 112px);
  height: clamp(78px, 8vw, 112px);
}

.aquarium-hero__copy .aurea-brand__word {
  flex: 0 1 auto;
  padding: 0 12px 22px;
  font-size: clamp(3.4rem, 5.4vw, 5.6rem);
  line-height: .8;
}

.aquarium-hero__copy > a {
  border: 1px solid rgba(175, 234, 255, .42);
  background: linear-gradient(145deg, rgba(9, 36, 97, .58), rgba(3, 15, 62, .62));
  box-shadow: 0 14px 35px rgba(0, 2, 30, .28);
  color: #fff;
  backdrop-filter: blur(8px);
}

.aquarium-access {
  width: 400px;
  max-width: 100%;
  padding: 28px;
  background: linear-gradient(145deg, rgba(9, 36, 97, .72), rgba(3, 15, 62, .52));
}

.aquarium-access__heading h2 {
  font-size: 2.35rem;
}

.aquarium-access__heading p {
  margin-bottom: 20px;
  font-size: .8rem;
}

.aquarium-access label {
  margin: 14px 0;
}

.aquarium-access input {
  min-height: 48px;
}

.aquarium-access__submit {
  min-height: 50px;
  margin-top: 20px;
}

.aquarium-access small {
  margin-top: 15px;
  font-size: .72rem;
}

@media (min-width: 701px) {
  .aquarium-access {
    transform: translateX(82px);
    padding: 44px 28px;
  }

  .aquarium-access label {
    margin: 18px 0;
  }

  .aquarium-access__submit {
    margin-top: 24px;
  }

  .aquarium-access small {
    margin-top: 22px;
  }
}

@media (min-width: 901px) {
  .aquarium-hero__copy {
    transform: none;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .aquarium-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: clamp(24px, 4vw, 55px);
    padding-right: clamp(20px, 4vw, 55px);
    padding-left: clamp(20px, 4vw, 55px);
  }

  .aquarium-access {
    transform: translateX(20px);
  }
}

@media (max-width: 560px) {
  .aquarium-hero__copy .aurea-brand {
    gap: 8px;
  }

  .aquarium-hero__copy .aurea-brand img {
    width: 82px;
    height: 82px;
  }

  .aquarium-hero__copy .aurea-brand__word {
    padding-bottom: 15px;
    font-size: 3.4rem;
  }
}
