:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f4f2ef;
  background: #101112;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; border-top: 4px solid #ff914d; }
.page { max-width: 1320px; margin: 0 auto; padding: 0 clamp(24px, 6vw, 88px); min-height: calc(100svh - 4px); display: flex; flex-direction: column; }
header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 32px 0; }
.wordmark { display: inline-flex; align-items: center; color: inherit; text-decoration: none; font-size: 1.25rem; font-weight: 650; letter-spacing: -.04em; }
.mark { display: grid; place-items: center; width: 32px; height: 36px; border: 1px solid #ff914d; color: #ff914d; margin-right: 12px; font-weight: 400; }
.muted { color: #acaaa6; }
.status { border: 1px solid #45423e; border-radius: 99px; padding: 8px 14px; color: #ccc7c1; font-size: .875rem; }
main { flex: 1; padding: clamp(64px, 10vh, 128px) 0 88px; }
.eyebrow { color: #ff914d; text-transform: uppercase; letter-spacing: .14em; font-size: .875rem; font-weight: 600; margin: 0 0 28px; }
h1 { font-size: clamp(2.7rem, 6.8vw, 6rem); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; margin: 0; }
h1 span { color: #ff914d; }
.intro { max-width: 620px; font-size: clamp(1.125rem, 2vw, 1.375rem); line-height: 1.65; color: #bfbcb7; margin: 32px 0 0; }
.development { margin-top: 64px; border-left: 2px solid #ff914d; padding-left: 22px; max-width: 510px; }
.development-label { font-size: 1rem; font-weight: 600; }
.development p { color: #aaa7a2; font-size: 1rem; line-height: 1.7; margin: 8px 0 0; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0 28px; border-top: 1px solid #343434; font-size: .875rem; color: #aaa7a2; }
a:focus-visible { outline: 2px solid #ff914d; outline-offset: 6px; }
::selection { background: #ff914d; color: #101112; }
@media (max-width: 480px) {
  header { flex-wrap: wrap; padding-top: 24px; }
  .status { font-size: .875rem; }
  main { padding-top: 56px; padding-bottom: 64px; }
  .development { margin-top: 44px; }
  footer { flex-wrap: wrap; }
}
