:root{--bg:#fafaf7;--bg-2:#f3f1ec;--bg-3:#ebe8e0;--surface:#fff;--ink:#1a1a1a;--ink-2:#2a2a2a;--accent:#1a1a1a;--accent-soft:#f3f1ec;--cream:#fafaf7;--warm:#f5f3ef;--text:#1a1a1a;--text-secondary:#6b6b6b;--text-muted:#a0a0a0;--border:#e8e5dd;--border-soft:#f0ede6;--ease:cubic-bezier(.22, 1, .36, 1);--display:var(--font-dm-sans), system-ui, sans-serif;--body:var(--font-dm-sans), system-ui, sans-serif;--container:1320px;--pad:clamp(20px, 4vw, 40px);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}::selection{background:var(--ink);color:var(--bg)}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:var(--container);padding:0 var(--pad);margin:0 auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-up{animation:fadeUp .7s var(--ease) both}.fade-in{animation:fadeIn .6s var(--ease) both}.scale-in{animation:scaleIn .5s var(--ease) both}.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}.d4{animation-delay:.4s}.d5{animation-delay:.5s}.d6{animation-delay:.6s}.d7{animation-delay:.7s}.d8{animation-delay:.8s}@media (max-width:768px){.hide-mobile{display:none!important}.mobile-stack{grid-template-columns:1fr!important;gap:32px!important}}@media (max-width:900px){.mobile-stack{grid-template-columns:1fr!important;gap:40px!important}}@media (max-width:480px){.mobile-hide-xs{display:none!important}}@keyframes preDot{0%,80%,to{opacity:.25;transform:scale(.5)}40%{opacity:1;transform:scale(1)}}@keyframes preFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-24px)scale(1.12)}}
