.landing{min-height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.content{max-width:34rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.logo{display:block;width:min(320px,74vw);height:auto}.wordmark{margin:0;font-size:clamp(2rem,6vw,3rem);font-weight:700;letter-spacing:-.02em;color:var(--accent)}.blurb{margin:0;font-size:1.125rem;line-height:1.6;color:var(--fg-muted)}.contact{margin:.5rem 0 0;font-size:1rem;color:var(--fg-muted)}:root{--bg: #fbfaf6;--fg: #2a2420;--fg-muted: #6b6259;--accent: #8a5a3c;--accent-hover: #6f4630;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}
