*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F7F4EF;--text: #18120C;--text-dim: #786050}@media(prefers-color-scheme:dark){:root{--bg: #2c2825;--text: #EDE8E3;--text-dim: #9A8A7A}}html{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}body{min-height:100dvh}.layout{min-height:100dvh;display:flex;flex-direction:column;padding:0 8vw}.page{flex:1;display:flex;align-items:center}.hero{display:flex;flex-direction:column;align-items:flex-start}.wordmark-svg{width:clamp(280px,65vw,560px);height:auto}.wordmark-dark{display:none}@media(prefers-color-scheme:dark){.wordmark-light{display:none}.wordmark-dark{display:block}}.footer{display:flex;justify-content:space-between;align-items:center;padding:36px 0 28px;border-top:1px solid rgba(128,100,80,.15)}.footer-brand{font-family:Inter,system-ui,sans-serif;font-size:11px;color:var(--text-dim);letter-spacing:.05em}.footer-links{display:flex;gap:16px}.footer-link{font-family:Inter,system-ui,sans-serif;font-size:11px;color:var(--text-dim);text-decoration:none;letter-spacing:.02em;padding:8px 4px;transition:color .2s}.footer-link:hover{color:#db551f}@media(max-width:600px){.footer{flex-direction:column;gap:12px;text-align:center}}
