@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#ffffff;color:#000000;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:60px 24px;text-align:center}.name{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:600;letter-spacing:-.5px;margin-bottom:8px}.divider{width:48px;height:1px;background:#000000;margin:24px auto}.tagline{font-size:1.1rem;font-weight:300;color:#333333;max-width:480px;margin:0 auto 12px;line-height:1.7}.cta{font-size:.95rem;font-weight:500;margin-top:8px;margin-bottom:40px}.cta a{border-bottom:1px solid #000000;padding-bottom:2px;transition:opacity .2s}.cta a:hover{opacity:.6}.socials{gap:28px;flex-wrap:wrap;justify-content:center}.socials,.socials a{display:flex;align-items:center}.socials a{gap:6px;font-size:.85rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:#000000;transition:opacity .2s}.socials a:hover{opacity:.5}.socials svg{width:18px;height:18px}.footer{padding:24px;text-align:center;font-size:.75rem;color:#999999;letter-spacing:.5px}@media (max-width:480px){.socials{gap:20px}.socials a span{display:none}.socials svg{width:22px;height:22px}}