:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f8f2df;
  background: #050b12;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 280px;
  min-height: 100%;
  background: #050b12;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(rgba(5, 11, 18, 0.82), rgba(5, 11, 18, 0.94)),
    url("./backdrop.webp") center top / cover fixed;
}

a {
  color: #77dcff;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #c1f1ff;
}

a:focus-visible {
  outline: 3px solid #f4c654;
  outline-offset: 4px;
  border-radius: 4px;
}

.site-header,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  min-height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wordmark {
  color: #fff7dc;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

nav,
.site-footer div {
  display: flex;
  align-items: center;
  gap: 22px;
}

nav a,
.site-footer a {
  color: #c9d1d9;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

nav a[aria-current="page"],
.site-footer a[aria-current="page"] {
  color: #f4c654;
}

.hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 156px);
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  place-items: center;
}

.hero-card,
.document-card {
  border: 1px solid rgba(244, 198, 84, 0.22);
  background: linear-gradient(145deg, rgba(10, 24, 39, 0.94), rgba(5, 12, 21, 0.96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.hero-card {
  width: min(760px, 100%);
  padding: clamp(34px, 7vw, 72px);
  border-radius: 32px;
  text-align: center;
}

.brand-logo {
  display: block;
  width: min(560px, 100%);
  height: auto;
  margin: 0 auto 42px;
}

h1,
h2,
p {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 18px;
  color: #fff9e8;
  font-size: clamp(2rem, 6vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 620px;
  margin: 0 auto 30px;
  color: #bdc8d5;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  line-height: 1.75;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(119, 220, 255, 0.38);
  border-radius: 999px;
  color: #bcefff;
  background: rgba(27, 127, 174, 0.14);
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.035em;
}

.document-shell {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 88px;
}

.document-card {
  padding: clamp(28px, 6vw, 64px);
  border-radius: 24px;
}

.document-card h1 {
  margin-bottom: 10px;
  color: #fff9e8;
  font-size: clamp(2rem, 6vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.document-card h2 {
  margin: 42px 0 14px;
  color: #f8d875;
  font-size: 1.2rem;
  line-height: 1.35;
}

.document-card p,
.document-card li {
  color: #c6cfda;
  font-size: 1rem;
  line-height: 1.8;
}

.document-card ul {
  padding-left: 1.35rem;
}

.eyebrow {
  margin-bottom: 12px;
  color: #77dcff !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.updated {
  margin-bottom: 36px;
  color: #8997a8 !important;
  font-size: 0.9rem !important;
}

.email-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 16px 0 10px;
  padding: 0 22px;
  border-radius: 12px;
  color: #08131f;
  background: #f4c654;
  font-weight: 850;
  text-decoration: none;
}

.email-button:hover {
  color: #08131f;
  background: #ffe18d;
}

.notice {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid #77dcff;
  background: rgba(119, 220, 255, 0.08);
}

.site-footer {
  min-height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8190a0;
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    min-height: 68px;
  }

  nav,
  .site-footer div {
    gap: 14px;
  }

  .hero,
  .document-shell {
    width: min(100% - 24px, 920px);
  }

  .hero {
    min-height: calc(100vh - 148px);
    padding: 36px 0;
  }

  .hero-card,
  .document-card {
    border-radius: 18px;
  }

  .brand-logo {
    margin-bottom: 30px;
  }

  .document-shell {
    padding: 28px 0 52px;
  }

  .site-footer {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
