:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07150d;
  color: #f3faef;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(125, 255, 59, 0.1), transparent 32rem),
    linear-gradient(160deg, #0c2114 0%, #07150d 52%, #040c07 100%);
}

a {
  color: inherit;
}

.site-header {
  width: min(92vw, 68rem);
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #edf7e9;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 30%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.site-nav a {
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  color: #91a88a;
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(159, 218, 129, 0.09);
  color: #e8f5e2;
}

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

.hero {
  width: min(90vw, 48rem);
  margin: auto;
  padding: 2.5rem 1rem 4rem;
  text-align: center;
}

.hero-mark {
  width: clamp(9rem, 28vw, 14rem);
  aspect-ratio: 1;
  border-radius: 28%;
  filter: drop-shadow(0 1rem 2.5rem rgba(91, 236, 37, 0.2));
}

.eyebrow,
.page-kicker {
  color: #9fda81;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 2rem 0 0.8rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.6rem, 13vw, 7rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(167, 235, 130, 0.22);
  border-radius: 999px;
  background: rgba(4, 18, 9, 0.54);
  color: #dbe8d5;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}

.status span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #81ed46;
  box-shadow: 0 0 0.85rem #81ed46;
}

.page-shell {
  width: min(90vw, 48rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 9vw, 7rem) 0 6rem;
}

.page-kicker {
  margin: 0 0 0.9rem;
}

.page-shell > h1 {
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.lead {
  max-width: 42rem;
  margin: 1.6rem 0 0;
  color: #cbd9c5;
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  line-height: 1.7;
}

.news-card {
  margin-top: 2.6rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid rgba(167, 235, 130, 0.17);
  border-radius: 1.25rem;
  background: rgba(6, 24, 13, 0.62);
}

.news-card time {
  color: #9fda81;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card h2 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.news-card p {
  margin: 0;
  color: #b9cbb2;
  font-size: 1rem;
  line-height: 1.7;
}

.contact-section,
.social-section {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(167, 235, 130, 0.13);
}

.contact-section h2,
.social-section h2 {
  margin: 0 0 1rem;
  color: #9caf95;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-link {
  color: #dff4d5;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  text-decoration-color: rgba(159, 218, 129, 0.4);
  text-underline-offset: 0.3em;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.7rem;
}

.social-link {
  width: 6.5rem;
  min-height: 5.75rem;
  padding: 0.9rem 0.75rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(167, 235, 130, 0.13);
  border-radius: 0.9rem;
  background: rgba(7, 27, 14, 0.5);
  color: #8ea087;
  font-size: 0.72rem;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(167, 235, 130, 0.35);
  color: #dff4d5;
  transform: translateY(-2px);
}

.social-link img {
  width: 1.35rem;
  height: 1.35rem;
  opacity: 0.72;
}

.social-link:hover img,
.social-link:focus-visible img {
  opacity: 1;
}

footer {
  padding: 1.5rem;
  color: #76906f;
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 34rem) {
  .site-header {
    padding-top: 1rem;
  }

  .brand span {
    display: none;
  }

  .site-nav a {
    padding-inline: 0.65rem;
  }

  .page-shell {
    padding-top: 3.5rem;
  }

  .social-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-link {
    width: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-mark {
    animation: arrive 650ms ease-out both;
  }

  .hero > :not(.hero-mark) {
    animation: arrive 650ms 100ms ease-out both;
  }
}

@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(0.7rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
