:root {
  color: #17231d;
  background: #f4f1e9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  min-height: 100%;
}

body {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  grid-template-rows: 1fr auto;
}

.landing {
  display: grid;
  place-items: center;
  padding: clamp(2rem, 8vw, 7rem) clamp(1.25rem, 6vw, 6rem);
}

.landing__content {
  width: min(100%, 48rem);
}

.landing__eyebrow {
  margin: 0 0 1.25rem;
  color: #2e624b;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.35rem, 7vw, 5.75rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.landing__summary {
  max-width: 42rem;
  margin: clamp(1.75rem, 5vw, 3rem) 0 0;
  color: #33483d;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.55;
}

.landing__status {
  margin: clamp(2rem, 6vw, 4rem) 0 0;
  color: #214d39;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

a {
  color: #174f35;
  text-underline-offset: 0.25em;
}

a:focus-visible {
  border-radius: 0.125rem;
  outline: 0.1875rem solid #9c4d18;
  outline-offset: 0.25rem;
}

footer {
  padding: 1.25rem;
  color: #4a5c52;
  font-size: 0.875rem;
  text-align: center;
}

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