:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background: #06171f;
  color: #f1f6f6;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; }
.ocean, .ocean::after, video { position: fixed; inset: 0; width: 100%; height: 100%; }
.ocean { background: #06171f url('/ocean-poster.webp') center / cover no-repeat; }
video { object-fit: cover; }
.ocean::after { content: ''; background: linear-gradient(180deg, #03131b18, #03131b18 35%, #03131b66); }
main { position: relative; min-height: 100svh; display: grid; place-items: center; padding: 5.5rem 2rem; }
.announcement {
  width: min(100%, 820px);
  background: linear-gradient(120deg, #092733ed, #061820f5);
  border: 1px solid #a1c7d135;
  box-shadow: 0 36px 100px #01101960, inset 0 1px 0 #c6edff0d;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: clamp(2rem, 4.5vw, 4rem);
}
.brand { display: grid; place-items: center; padding: clamp(1.5rem, 3.5vw, 3.2rem) 0 clamp(3rem, 5vw, 4.4rem); }
h1 { margin: 0; width: 100%; max-width: 580px; line-height: 0; }
.logo { display: block; width: 100%; height: auto; }
.announcement-footer { border-top: 1px solid #a1c7d12e; padding-top: 1.65rem; display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; }
.soon { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 400; line-height: 1.3; letter-spacing: -.025em; }
.soon span { color: #6eb8d8; }
.domain { font-size: .75rem; letter-spacing: .16em; color: #afc4cc; }
.motion { position: fixed; bottom: max(1.5rem, env(safe-area-inset-bottom)); right: 1.5rem; width: 44px; height: 44px; border: 1px solid #ffffff35; border-radius: 50%; background: #07191e70; color: white; cursor: pointer; font-size: 16px; backdrop-filter: blur(8px); }
.motion:hover { background: #ffffff20; }
.motion:focus-visible { outline: 2px solid white; outline-offset: 5px; }
[hidden] { display: none !important; }
@media (max-width: 600px) {
  main { padding: 5rem 1.25rem; }
  .announcement { padding: 1.8rem; }
  .brand { padding: 2.4rem 0 3.2rem; }
  .announcement-footer { padding-top: 1.3rem; flex-wrap: wrap; gap: 1.3rem; }
  .domain { font-size: .75rem; }
}
