@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');*{box-sizing:border-box}body{margin:0;background:#120d0f;color:#f8f2f3;font-family:Inter;background-image:radial-gradient(circle at 70% 15%,rgba(255,75,88,.13),transparent 28%),radial-gradient(circle at 20% 70%,rgba(180,35,50,.08),transparent 30%)}a{color:inherit;text-decoration:none}.cherry-page{max-width:1150px;margin:auto;padding:0 5vw}header{height:90px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font:11px 'DM Mono';color:#a99b9e}.hero{min-height:75vh;display:flex;flex-direction:column;justify-content:center}.cherry-mark{font-size:70px;color:#ff6b76;text-shadow:0 0 50px rgba(255,70,85,.4)}.eyebrow{font:10px 'DM Mono';letter-spacing:2px;color:#ff8790}h1{font:700 clamp(70px,13vw,150px)/.85 'Space Grotesk';letter-spacing:-7px;margin:20px 0}h1 span{color:#ff6d77}p{color:#ad9fa2;max-width:650px;line-height:1.8}.status{margin-top:30px;color:#8ee46a;font:10px 'DM Mono';letter-spacing:1.5px}.content{border-top:1px solid rgba(255,255,255,.1);padding:90px 0}.content h2{font:600 55px 'Space Grotesk';letter-spacing:-3px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:50px}.cards div{padding:28px;background:#1d1417;border:1px solid rgba(255,255,255,.09);border-radius:18px}.cards b{color:#735b5f;font:10px 'DM Mono'}.cards strong{display:block;font:600 22px 'Space Grotesk';margin:35px 0 8px}.cards span{font-size:12px;color:#a99b9e}footer{padding:30px 0;border-top:1px solid rgba(255,255,255,.1);color:#685b5e;font:10px 'DM Mono'}@media(max-width:700px){h1{letter-spacing:-4px}.cards{grid-template-columns:1fr}.content h2{font-size:40px}}
