:root { --ink: #15251f; --muted: #5d6c65; --paper: #f4f1e9; --cream: #faf8f2; --line: #d8d8cb; --mint: #c9f3d8; --lime: #b7dc43; --orange: #f06e3d; --serif: Georgia, 'Times New Roman', serif; --sans: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; --space-1: .5rem; --space-2: .75rem; --space-3: 1rem; --space-4: 1.5rem; --space-5: 2rem; --space-6: 3rem; --space-7: 5rem; --space-8: 7rem; --duration-fast: 140ms; --duration-base: 220ms; --ease-out: cubic-bezier(.2, .8, .2, 1); --radius-pill: 999px; --radius-card: 1rem; --shadow-card: 0 1.25rem 3rem rgba(21, 37, 31, .08); --shadow-hover: 0 1.5rem 3.5rem rgba(21, 37, 31, .14); }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; } a { color: inherit; } a, .button { transition: color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out); }
.skip-link { position: absolute; left: -999px; padding: .7rem 1rem; background: var(--ink); color: white; z-index: 2; } .skip-link:focus { left: 1rem; top: 1rem; }
.site-header, .site-footer { max-width: 1200px; margin: auto; padding: 1.7rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; } .site-header { border-bottom: 1px solid var(--line); }
.brand { font-weight: 750; text-decoration: none; letter-spacing: -.03em; } .brand span, .site-footer .brand:first-letter { color: var(--orange); } nav, .footer-links { display: flex; align-items: center; gap: 1.5rem; font-size: .83rem; font-weight: 650; } nav a, .footer-links a { text-decoration: none; } nav a:hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: .25em; }
.nav-cta, .button-primary { background: var(--ink); color: var(--cream); border-radius: 999px; } .nav-cta { padding: .65rem 1.05rem; }
.hero { max-width: 1200px; margin: auto; padding: 9rem 3rem 8rem; background: radial-gradient(circle at 70% 20%, var(--mint), transparent 29%); } .eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; margin: 0 0 1.25rem; } h1, h2, h3, p { margin-top: 0; } h1, h2 { letter-spacing: -.065em; line-height: 1.02; } h1 { font-size: clamp(3.7rem, 9vw, 8.2rem); max-width: 920px; margin-bottom: 2rem; } h1 em, h2 em { font-family: var(--serif); font-weight: 400; } .lede { color: var(--muted); font-size: 1.12rem; max-width: 32rem; }
.section { max-width: 1200px; margin: auto; padding: 7rem 3rem; } .platform-visual { margin: 3rem 0 0; max-width: 760px; }.platform-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }.platform-visual figcaption { color: var(--muted); font-size: .72rem; margin-top: .7rem; } .section-heading h2 { font-size: clamp(2.8rem, 6vw, 5.4rem); margin-bottom: 3.5rem; } .download-list { border-top: 1px solid var(--line); } .download-row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2rem 1rem; border: 1px solid transparent; border-bottom-color: var(--line); border-radius: var(--radius-card); transition: background-color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out); } .download-row:hover, .download-row:focus-within { background: var(--cream); border-color: var(--line); box-shadow: var(--shadow-card); } .download-row:active { transform: translateY(1px); } .platform { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; } .download-row h3 { margin: .45rem 0 .5rem; font-size: 1.2rem; } .install-command { color: var(--ink); font-size: .72rem; margin: .7rem 0 .5rem; display: flex; align-items: baseline; gap: .4rem; flex-wrap: wrap; }.install-command span { color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.install-command code { display: inline-block; max-width: 100%; background: var(--paper); border: 1px solid var(--line); padding: .45rem .55rem; border-radius: .35rem; overflow-wrap: anywhere; } .checksum { color: var(--muted); font-size: .72rem; margin: 0; overflow-wrap: anywhere; } code { font-family: ui-monospace, SFMono-Regular, monospace; } .button { display: inline-flex; gap: .8rem; align-items: center; text-decoration: none; font-size: .85rem; font-weight: 750; padding: 1rem 1.3rem; white-space: nowrap; } .button-quiet { border: 1px solid var(--ink); border-radius: 999px; } .release-meta { display: flex; gap: 1.5rem; align-items: baseline; flex-wrap: wrap; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: .78rem; }.release-meta p { margin: 0; color: var(--muted); }.release-meta strong { color: var(--ink); font-family: var(--serif); font-size: .95rem; }.release-meta a { color: var(--ink); font-weight: 750; text-underline-offset: .25em; }.release-meta a:hover { color: var(--orange); }.release-note { color: var(--muted); font-size: .78rem; margin-top: 1.5rem; }
.closing { text-align: center; padding-top: 9rem; padding-bottom: 9rem; } .closing h2 { font-size: clamp(2.8rem, 6vw, 5.4rem); margin-bottom: 2rem; } .site-footer { border-top: 1px solid var(--line); align-items: flex-start; flex-wrap: wrap; color: var(--muted); font-size: .75rem; } .site-footer .brand { color: var(--ink); } .site-footer p { margin: .6rem 0 0; } .license { max-width: 20rem; margin-left: auto !important; }
@media (max-width: 700px) { .site-header, .site-footer, .hero, .section { padding-left: 1.3rem; padding-right: 1.3rem; } nav a:not(.nav-cta) { display: none; } .hero { padding-top: 6rem; padding-bottom: 5rem; } .download-row { align-items: flex-start; flex-direction: column; gap: 1rem; } .license { margin-left: 0 !important; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; } } :focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; } .button:focus-visible, .nav-cta:focus-visible { box-shadow: 0 0 0 4px var(--paper), 0 0 0 7px var(--orange); } .button[aria-disabled="true"], .button:disabled { cursor: not-allowed; opacity: .5; pointer-events: none; }
