:root {
  color-scheme: dark;
  font-family: Georgia, "Times New Roman", serif;
  background: #020603;
  color: #f3f5ef;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(12, 83, 29, 0.24), transparent 42rem),
    #020603;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
}

.banner {
  margin: 0;
  border-bottom: 1px solid rgba(151, 186, 145, 0.22);
  background: #000;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.update-message {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px 60px;
}

.eyebrow {
  margin: 0;
  color: #9fbe9e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 12px 0 20px;
  font-size: clamp(2.2rem, 7vw, 4.75rem);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.update-message > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #bcc6ba;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
}

@media (max-width: 600px) {
  .update-message {
    padding-bottom: 40px;
  }
}
