:root { color-scheme: dark; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #eee; background: #090909; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0 auto; max-width: 1440px; padding: 0 6vw; font-size: 17px; line-height: 1.7; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { color: #fff; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
.skip { position: absolute; top: -100px; background: #090909; padding: 12px; z-index: 2; }
.skip:focus { top: 8px; }
header { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 30px 0; border-bottom: 1px solid #333; }
.wordmark { letter-spacing: .25em; text-decoration: none; font-size: 16px; }
nav { display: flex; gap: 28px; font-size: 16px; }
nav a { text-decoration: none; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 3vw; padding: 90px 0 100px; }
.eyebrow, .section-label, figcaption, footer { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; }
.eyebrow { color: #aaa; font-size: 14px; letter-spacing: .05em; margin: 0 0 36px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; line-height: 1.08; }
h1 { font-size: clamp(46px, 5.4vw, 76px); margin: 0 0 28px; }
.intro { color: #bdbdbd; max-width: 450px; font-size: 20px; line-height: 1.6; }
.text-link { display: inline-block; margin-top: 20px; }
.text-link span { margin-left: 16px; }
figure { margin: 0; text-align: center; }
.moon-frame { position: relative; aspect-ratio: 1; overflow: hidden; }
figure img { position: absolute; width: 700%; max-width: none; height: auto; left: -118%; top: -135%; display: block; filter: grayscale(1); mix-blend-mode: screen; }
figcaption { margin-top: 16px; font-size: 14px; color: #b2b2b2; }
figcaption span { color: #aaa; }
.section { border-top: 1px solid #333; display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; padding: 64px 0 76px; }
.section-label { color: #c2c2c2; font-size: 14px; }
.section-label span { display: inline-block; color: #aaa; margin-top: 8px; font-size: 13px; }
.section-body { max-width: 740px; }
h2 { font-size: clamp(32px, 3.5vw, 46px); margin: 0 0 28px; }
h3 { font-size: 18px; font-weight: 550; margin: 32px 0 8px; }
.section-body p { color: #bdbdbd; margin: 0 0 18px; }
footer { border-top: 1px solid #333; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 30px 0 40px; font-size: 12px; color: #b2b2b2; }
@media (max-width: 720px) {
  body { padding: 0 7vw; }
  header { gap: 18px; padding: 24px 0; }
  nav { gap: 16px; font-size: 14px; }
  .wordmark { font-size: 13px; letter-spacing: .15em; }
  .hero { grid-template-columns: 1fr; padding: 64px 0; min-height: auto; gap: 40px; }
  figure { max-width: 340px; width: 100%; margin: auto; }
  .eyebrow { font-size: 12px; margin-bottom: 24px; }
  .intro { font-size: 18px; }
  .section { grid-template-columns: 1fr; gap: 28px; padding: 40px 0; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
