.static-fallback {
  box-sizing: border-box;
  max-width: 70rem;
  margin: 0 auto;
  padding: 4rem 1.25rem;
  color: #032b26;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
}

.static-fallback h1 { max-width: 18ch; margin: 0 0 1rem; font-size: clamp(2.25rem, 7vw, 4.5rem); line-height: 1; }
.static-fallback h2 { margin-top: 2.5rem; font-size: clamp(1.4rem, 4vw, 2rem); }
.static-fallback p,
.static-fallback li { max-width: 65ch; }
.static-fallback nav { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.static-fallback a { color: #063b33; font-weight: 700; }
.static-fallback__notice { margin-top: 2rem; padding: 1rem; border-left: .25rem solid #c28b2c; background: #f1eadb; }

.static-not-found {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  box-sizing: border-box;
  background: #f7f2e8;
  color: #20302b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.static-not-found *,
.static-not-found *::before,
.static-not-found *::after { box-sizing: border-box; }
.static-not-found__card { width: min(100%, 720px); padding: clamp(30px, 7vw, 64px); border: 1px solid #66736c; border-top: 6px solid #f0b83a; border-radius: 12px; background: #fff; box-shadow: 0 22px 54px rgb(3 43 38 / 12%); }
.static-not-found img { width: 52px; height: 52px; }
.static-not-found small { display: block; margin-top: 26px; color: #66736c; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.static-not-found h1 { max-width: 12ch; margin: 12px 0 16px; color: #032b26; font-size: clamp(2.7rem, 9vw, 5.6rem); letter-spacing: -.055em; line-height: .94; }
.static-not-found p { max-width: 58ch; color: #56635c; font-size: 1.05rem; line-height: 1.65; }
.static-not-found nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.static-not-found a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid #063b33; border-radius: 8px; color: #063b33; font-weight: 800; text-decoration: none; }
.static-not-found a:first-child { background: #063b33; color: #f7f2e8; }
.static-not-found a:focus-visible { outline: 4px solid #f0b83a; outline-offset: 3px; }

@media (max-width: 520px) {
  .static-not-found nav { display: grid; }
  .static-not-found a { width: 100%; }
}
