@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#f7f4ed;--surface:#fff;--surface-soft:#fbf9f3;--ink:#0e0e0c;--ink-soft:#3f3f3a;--muted:#7a7a72;--border:#e6e2d7;--border-strong:#d4cfc0;--accent:#0f4c3a;--accent-soft:#e7efeb;--highlight:#b8541d;--ff-display:"Fraunces", Georgia, "Times New Roman", serif;--ff-body:"Inter", -apple-system, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--ff-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes accord{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:0;transform:scale(2.2)}}.kk-fade{animation:.7s cubic-bezier(.2,.7,.2,1) both fadeUp}.kk-fade-1{animation-delay:50ms}.kk-fade-2{animation-delay:.12s}.kk-fade-3{animation-delay:.2s}.kk-fade-4{animation-delay:.28s}.kk-fade-5{animation-delay:.36s}.kk-accord{animation:.25s ease-out both accord}.kk-pulse{animation:2.4s ease-out infinite pulse}.kk-card{transition:transform .25s,box-shadow .25s,border-color .25s}.kk-card:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:0 18px 40px -24px #0e0e0c2e}.kk-sample-head{cursor:pointer;transition:background .2s}.kk-sample-head:hover{background:var(--surface-soft)}.kk-chev{transition:transform .25s}.kk-chev-open{transform:rotate(180deg)}.kk-cta{transition:transform .2s,box-shadow .25s}.kk-cta:hover{transform:translateY(-2px);box-shadow:0 16px 36px -12px #0f4c3a73}.kk-ghost{transition:background .2s,border-color .2s}.kk-ghost:hover{background:var(--surface);border-color:var(--ink)}.kk-link{transition:color .2s}.kk-link:hover{color:var(--highlight)}.kk-link:hover .kk-arrow{transform:translate(2px,-2px)}.kk-arrow{transition:transform .2s}::selection{background:var(--accent);color:#fff}@media (width<=720px){.kk-headline{font-size:38px!important;line-height:1.08!important}.kk-metric-num{font-size:44px!important}.kk-section-title{font-size:26px!important}}@media (width<=480px){.kk-headline{font-size:32px!important;line-height:1.1!important}}@media (prefers-reduced-motion:reduce){.kk-fade,.kk-accord,.kk-pulse,.kk-card,.kk-sample-head,.kk-chev,.kk-cta,.kk-ghost,.kk-link,.kk-arrow{transition:none!important;animation:none!important}}
