*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F7F4EF;--text: #18120C;--text-dim: #8C7060}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}.footer{display:flex;justify-content:space-between;align-items:center;padding:36px 0 28px;border-top:1px solid rgba(24,18,12,.1)}.footer-brand{font-family:Inter,system-ui,sans-serif;font-size:11px;color:#c4b8b0;letter-spacing:.05em}.footer-links{display:flex;gap:16px}.footer-link{font-family:Inter,system-ui,sans-serif;font-size:11px;color:#8c7060;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}}
