@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap";.page-home{color:#f8fafc;background:radial-gradient(circle at 0 0,#6d5dfc22 0%,#0000 35%),radial-gradient(circle at 100% 100%,#00c2ff18 0%,#0000 35%),#0d1117;justify-content:center;align-items:center;min-height:100vh;padding:48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.page-home .home-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:28px;width:100%;max-width:900px;display:grid}.page-home .home-card{min-height:340px;color:inherit;border:1px solid #ffffff14;border-radius:26px;flex-direction:column;justify-content:flex-end;padding:34px;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.page-home .home-card:before{content:"";pointer-events:none;background:linear-gradient(160deg,#ffffff14,#0000 45%);position:absolute;inset:0}.page-home .home-card:hover{border-color:#ffffff2e;transform:translateY(-8px);box-shadow:0 15px 45px #00000073}.page-home .portfolio{background:linear-gradient(140deg,#262c44,#181d2d)}.page-home .baby{background:linear-gradient(140deg,#453235,#261d25)}.page-home .arrow{color:#ffffff73;font-size:30px;transition:all .3s;position:absolute;top:26px;right:26px}.page-home .home-card:hover .arrow{color:#fff;transform:translate(5px,-5px)}.page-home .eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#a8b3cf;margin-bottom:14px;font-size:.72rem;font-weight:700}.page-home .home-card h2{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.page-home .home-card p{color:#d4d8e2;margin-top:14px;font-size:1rem;line-height:1.65}.page-home .portfolio h2{color:#eef2ff}.page-home .baby h2{color:#fff3f0}.page-home .portfolio .eyebrow{color:#8db6ff}.page-home .baby .eyebrow{color:#ffb199}.page-home .portfolio p{color:#c8d1e8}.page-home .baby p{color:#ecd5d0}@media (width<=640px){.page-home{padding:22px}.page-home .home-card{min-height:260px;padding:26px}.page-home .home-card h2{font-size:2rem}}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
