*,::after,::before{box-sizing:border-box}body,html{margin:0;padding:0;height:100vh;height:100dvh;width:100%;overflow:hidden;background:#fff;color:#111;font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}body{display:flex;flex-direction:column}header{padding:1.5rem 2rem;border-bottom:1px solid #eaeaea;display:flex;align-items:center}header img{height:28px;width:auto}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;text-align:center;position:relative;z-index:1}h1{font-size:clamp(2rem,6vw,4.5rem);font-weight:400;margin:0 0 1rem;line-height:1.1;letter-spacing:-.02em}p{font-size:clamp(1rem,2vw,1.25rem);max-width:52ch;line-height:1.6;color:#555;margin:0 0 2.5rem}a.cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#111;color:#fff;text-decoration:none;border-radius:4px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:500;font-size:1.1rem;animation:pulse 2s infinite;transition:transform .2s ease,box-shadow .2s ease;outline:0}a.cta:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 5px #111}a.cta:hover{transform:translateY(-2px)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(17,17,17,.3)}70%{box-shadow:0 0 0 12px rgba(17,17,17,0)}100%{box-shadow:0 0 0 0 rgba(17,17,17,0)}}.doodle{position:absolute;pointer-events:none;opacity:.8;z-index:-1}.d1{top:18%;left:12%;width:70px;height:70px}.d2{bottom:22%;right:15%;width:90px;height:90px}.d3{top:25%;right:22%;width:45px;height:45px}footer{padding:1.5rem;border-top:1px solid #eaeaea;text-align:center;font-size:.875rem;color:#888;font-family:ui-sans-serif,system-ui,sans-serif}@media(max-width:768px){.doodle{opacity:.2}header{justify-content:center}main{padding:0 1.5rem}}