@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  font-family: Manrope, Arial, sans-serif;
  background: #080808;
  color: #f1eee8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 76% 16%, #22211d 0, transparent 25rem), #080808; }
main { max-width: 1180px; margin: 0 auto; padding: 28px 38px 72px; }
nav { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-size: 15px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid #57544d; border-radius: 8px; color: #e6dfcf; font-size: 15px; }
.quiet-link { color: #b5b1a8; font: 500 11px 'DM Mono', monospace; letter-spacing: .03em; text-decoration: none; }
.quiet-link:hover { color: #fff; }
.hero { max-width: 840px; padding: 150px 0 124px; }
.eyebrow, .number { margin: 0; color: #bcb5a6; font: 500 11px 'DM Mono', monospace; letter-spacing: .09em; }
h1 { max-width: 760px; margin: 20px 0; font-size: clamp(52px, 8vw, 108px); font-weight: 600; letter-spacing: -.075em; line-height: .94; }
.intro { max-width: 540px; margin: 0; color: #aaa69d; font-size: clamp(16px, 2vw, 20px); line-height: 1.65; }
.actions { margin-top: 42px; }
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 760px; }
.download-card { display: grid; min-height: 132px; align-content: space-between; gap: 9px; border: 1px solid #42413b; border-radius: 9px; background: #151513; padding: 16px; color: #f1eee8; text-decoration: none; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.download-card:hover { border-color: #d8d2c2; background: #1b1a18; transform: translateY(-2px); }
.download-card strong { font-size: 13px; line-height: 1.35; letter-spacing: -.02em; }
.download-card > span:last-child { color: #c9c2b4; font: 500 10px 'DM Mono', monospace; letter-spacing: .02em; }
.download-card b { margin-left: 9px; color: #fffdf5; font-size: 14px; }
.platform { color: #9d998e; font: 500 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.actions p { margin: 12px 0 0; color: #716f68; font: 400 10px 'DM Mono', monospace; }
.details { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2b2a27; }
.details article { min-height: 214px; padding: 26px 28px 10px 0; border-right: 1px solid #2b2a27; }
.details article + article { padding-left: 28px; }
.details article:last-child { border-right: 0; }
h2 { margin: 45px 0 10px; font-size: 17px; font-weight: 600; letter-spacing: -.035em; }
.details p { max-width: 260px; margin: 0; color: #898780; font-size: 13px; line-height: 1.65; }
footer { display: flex; justify-content: space-between; max-width: 1180px; margin: 0 auto; padding: 22px 38px 28px; border-top: 1px solid #22211f; color: #77746d; font: 400 10px 'DM Mono', monospace; }
@media (max-width: 640px) {
  main { padding: 23px 22px 52px; }
  .quiet-link { display: none; }
  .hero { padding: 110px 0 88px; }
  .download-grid { grid-template-columns: 1fr; }
  .details { grid-template-columns: 1fr; }
  .details article, .details article + article { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid #2b2a27; }
  h2 { margin-top: 28px; }
  footer { padding: 20px 22px 25px; }
}
