:root { --landing-ink: #10284c; --landing-teal: #148890; --landing-blue: #2878e5; --landing-orange: #ef8508; --landing-paper: #fbfaf7; --landing-line: #d7dedf; --landing-muted: #617080; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; background: var(--landing-paper); } body { margin: 0; color: var(--landing-ink); background: var(--landing-paper); line-height: 1.5; } a { color: inherit; } button, select { font: inherit; } .skip-link { position: fixed; z-index: 10; top: .75rem; left: .75rem; transform: translateY(-150%); padding: .65rem 1rem; color: #fff; background: var(--landing-ink); } .skip-link:focus { transform: translateY(0); }
.landing-header, .landing-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: min(1200px, calc(100% - 3rem)); margin: auto; } .landing-header { min-height: 5.8rem; } .landing-brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; } .landing-brand img { width: 3rem; height: 3rem; } .landing-brand strong, .landing-brand small { display: block; } .landing-brand strong { font-size: 1.03rem; letter-spacing: -.02em; } .landing-brand small { margin-top: .08rem; color: var(--landing-teal); font-size: .65rem; font-weight: 800; letter-spacing: .02em; } .landing-header nav, .landing-footer nav { display: flex; gap: 1.4rem; color: var(--landing-muted); font-size: .76rem; font-weight: 700; } .landing-header nav a, .landing-footer nav a { text-decoration: none; } .landing-header nav a:hover, .landing-footer nav a:hover, .hero-link:hover { color: var(--landing-teal); } .header-button { border-radius: 999px; padding: .7rem 1rem; color: #fff; background: var(--landing-ink); font-size: .72rem; font-weight: 800; text-decoration: none; }
.landing-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, .85fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; width: min(1200px, calc(100% - 3rem)); min-height: 38rem; margin: auto; padding: 4rem 0 5rem; } .eyebrow { margin: 0 0 .75rem; color: var(--landing-teal); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; } h1, h2, h3, p { margin-top: 0; } h1 { max-width: 10ch; margin-bottom: 1.5rem; font-size: clamp(3.8rem, 8vw, 7.4rem); letter-spacing: -.085em; line-height: .87; } h1 em { color: var(--landing-teal); font-style: normal; } .hero-lede { max-width: 39rem; color: var(--landing-muted); font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.65; } .hero-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; } .button { display: inline-flex; align-items: center; gap: .55rem; border-radius: .45rem; padding: .75rem 1rem; font-size: .78rem; font-weight: 850; text-decoration: none; } .button-primary { color: #fff; background: var(--landing-teal); } .hero-link { color: var(--landing-ink); font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: .25rem; } .hero-proof { display: flex; flex-wrap: wrap; gap: 1.25rem; margin: 2.5rem 0 0; padding: 0; color: var(--landing-muted); font-size: .72rem; font-weight: 750; list-style: none; } .hero-proof li::before { display: inline-block; width: .4rem; height: .4rem; margin: 0 .45rem .05rem 0; border-radius: 50%; background: var(--landing-orange); content: ""; }
.hero-companion { position: relative; display: grid; place-items: center; min-height: 32rem; } .companion-halo { position: absolute; width: min(30rem, 95%); aspect-ratio: 1; border: 1px solid rgb(20 136 144 / .22); border-radius: 50%; box-shadow: 0 0 0 2rem rgb(20 136 144 / .03), 0 0 0 5rem rgb(40 120 229 / .025); } .companion-card { position: relative; display: grid; place-items: center; width: min(22rem, 85%); padding: 1.1rem 1.2rem .8rem; border: 1px solid var(--landing-line); border-radius: 1.2rem; background: rgb(255 255 255 / .66); box-shadow: 0 1.8rem 4rem rgb(16 40 76 / .12); transform: rotate(2deg); } .companion-card img { width: 100%; max-width: 17rem; height: auto; margin: 1rem 0; } .card-caption { justify-self: start; color: var(--landing-muted); font: .63rem ui-monospace, SFMono-Regular, monospace; letter-spacing: .1em; } .card-caption-bottom { justify-self: end; color: var(--landing-teal); }
.status-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 2.5rem; padding: 1.1rem 1rem; border-block: 1px solid var(--landing-line); color: var(--landing-muted); font-size: .72rem; font-weight: 750; } .status-strip i { display: inline-block; width: .45rem; height: .45rem; margin-right: .35rem; border-radius: 50%; background: #34a66e; }
.section { width: min(1200px, calc(100% - 3rem)); margin: auto; padding: clamp(5rem, 9vw, 9rem) 0; } .section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, .6fr); gap: 3rem; align-items: end; margin-bottom: 3rem; } h2 { max-width: 14ch; margin-bottom: 0; font-size: clamp(2.3rem, 5vw, 5rem); letter-spacing: -.075em; line-height: .94; } .section-heading > p { max-width: 34rem; margin: 0; color: var(--landing-muted); font-size: 1rem; line-height: 1.65; }
.product-list { border-top: 1px solid var(--landing-line); } .product-row { display: grid; grid-template-columns: 4.6rem minmax(0, 1fr) auto; gap: 1.4rem; align-items: center; padding: 1.2rem .2rem; border-bottom: 1px solid var(--landing-line); } .product-row:hover { background: rgb(255 255 255 / .55); } .product-icon { display: grid; place-items: center; width: 4rem; height: 4rem; } .product-icon img { width: 100%; height: 100%; object-fit: contain; } .product-status { color: var(--landing-teal); font-size: .63rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; } .product-row h3 { margin: .25rem 0 .25rem; font-size: 1.2rem; letter-spacing: -.035em; } .product-row p { max-width: 50rem; margin: 0; color: var(--landing-muted); font-size: .82rem; } .product-row strong { display: block; margin-top: .4rem; color: var(--landing-ink); font-size: .74rem; } .product-row > a { color: var(--landing-teal); font-size: 1.7rem; text-decoration: none; } .product-row.featured { padding-block: 1.65rem; }
.workbench-section { max-width: none; padding-right: max(1.5rem, calc((100% - 1200px) / 2)); padding-left: max(1.5rem, calc((100% - 1200px) / 2)); color: #fff; background: var(--landing-ink); } .workbench-section .section-heading > p { color: #b7c7da; } .workbench-section .eyebrow { color: #7bd0d2; } .workbench-window { overflow: hidden; border: 1px solid rgb(255 255 255 / .2); border-radius: .8rem; background: #edf3f8; color: var(--landing-ink); box-shadow: 0 2rem 4rem rgb(0 0 0 / .25); } .window-bar { display: flex; align-items: center; gap: 1rem; min-height: 3rem; padding: .6rem .8rem; color: #d6e2ee; background: #0b1d34; font: .7rem ui-monospace, SFMono-Regular, monospace; } .window-dots { display: flex; gap: .3rem; } .window-dots i { width: .55rem; height: .55rem; border-radius: 50%; background: #f07b6f; } .window-dots i:nth-child(2) { background: #efb34f; } .window-dots i:nth-child(3) { background: #52bd88; } .window-state { margin-left: auto; color: #7bd0d2; font-size: .62rem; } .window-content { display: grid; grid-template-columns: 6rem minmax(0, 1fr) 12rem; min-height: 26rem; } .window-content > aside:first-child { display: grid; align-content: start; gap: .35rem; padding: .8rem .55rem; background: #10284c; } .window-content > aside:first-child button { border: 0; border-radius: .3rem; padding: .6rem .4rem; color: #b7c7da; background: transparent; font-size: .7rem; text-align: left; } .window-content > aside:first-child button.is-active { color: #fff; background: rgb(20 136 144 / .45); } .preview-panel { min-width: 0; padding: clamp(1.5rem, 5vw, 4rem); background: #f4f7fb; } .preview-panel > span:first-child { color: var(--landing-teal); font: .63rem ui-monospace, SFMono-Regular, monospace; letter-spacing: .12em; } .preview-panel h3 { max-width: 12ch; margin: .7rem 0 1rem; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.08em; line-height: .9; } .preview-panel p { max-width: 38rem; color: var(--landing-muted); line-height: 1.6; } .preview-panel blockquote { max-width: 30rem; margin: 2rem 0; border-left: 2px solid var(--landing-teal); padding-left: 1rem; font-weight: 750; } .cursor { display: inline-block; width: .1rem; height: 1em; margin-left: .18rem; vertical-align: -.15em; background: var(--landing-teal); } .window-inspector { display: grid; align-content: start; gap: .6rem; padding: 1rem; border-left: 1px solid #d1dce6; background: #fff; } .window-inspector > span { color: var(--landing-muted); font: .62rem ui-monospace, SFMono-Regular, monospace; letter-spacing: .1em; } .window-inspector b { font-size: .8rem; } .window-inspector small { color: var(--landing-muted); } .window-inspector hr { width: 100%; border: 0; border-top: 1px solid var(--landing-line); } .window-inspector strong { color: var(--landing-teal); font-size: .75rem; } .is-hidden { display: none !important; } .preview-art, .preview-svg { display: grid; place-items: center; width: min(19rem, 80%); aspect-ratio: 1.4; margin: 1rem 0; background: linear-gradient(145deg, #122d53 0 43%, #f0a25c 43%); } .preview-art b { justify-self: start; align-self: end; padding: 1rem; color: #fff; font-size: 2rem; line-height: .8; } .preview-art i { position: absolute; width: 3rem; aspect-ratio: 1; margin: -7rem 0 0 8rem; border-radius: 50%; background: #ffd167; } .preview-svg { background: #dce6ed; } .preview-svg img { width: 9rem; height: 9rem; }
.principles-section { padding-bottom: 5rem; } .principles-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); padding: 4rem 0; } .principles-card h2 { margin-bottom: 1rem; } .principles-card p:not(.eyebrow) { color: var(--landing-muted); } .principles-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .principles-list article { display: grid; gap: .35rem; border-left: 2px solid var(--landing-teal); padding: .3rem 0 .3rem 1rem; } .principles-list span { color: var(--landing-muted); font-size: .78rem; }
.founder-band { display: grid; grid-template-columns: minmax(0, 1fr) 15rem; gap: 2rem; align-items: center; width: min(1200px, calc(100% - 3rem)); margin: 0 auto 5rem; border-radius: 1.2rem; padding: clamp(2rem, 6vw, 5rem); color: #fff; background: var(--landing-ink); } .founder-band h2 { max-width: 11ch; } .founder-band p:not(.eyebrow) { max-width: 38rem; color: #b7c7da; } .founder-band .hero-link { color: #7bd0d2; } .founder-band img { width: 100%; max-width: 14rem; justify-self: end; }
.landing-footer { border-top: 1px solid var(--landing-line); padding: 1.3rem 0 2rem; color: var(--landing-muted); font-size: .7rem; } .landing-footer .landing-brand img { width: 2.5rem; height: 2.5rem; } @media (max-width: 760px) { .landing-header { align-items: flex-start; flex-wrap: wrap; padding-block: 1rem; } .landing-header nav { order: 3; width: 100%; justify-content: space-between; } .header-button { margin-left: auto; } .landing-hero { grid-template-columns: 1fr; padding-top: 2.5rem; } .hero-companion { min-height: 23rem; } .section-heading, .principles-card { grid-template-columns: 1fr; gap: 1.5rem; } .window-content { grid-template-columns: 4.5rem 1fr; } .window-inspector { display: none; } .founder-band { grid-template-columns: 1fr; } .founder-band img { width: 9rem; justify-self: start; } .landing-footer { align-items: flex-start; flex-wrap: wrap; } .landing-footer > span { width: 100%; order: 3; } } @media (max-width: 480px) { .landing-header, .landing-footer, .landing-hero, .section, .founder-band { width: min(100% - 2rem, 1200px); } .landing-header nav { gap: .6rem; font-size: .68rem; } h1 { font-size: 3.7rem; } .hero-actions { align-items: flex-start; flex-direction: column; } .product-row { grid-template-columns: 3.5rem minmax(0, 1fr) auto; gap: .75rem; } .product-icon { width: 3.25rem; height: 3.25rem; } .product-row p { font-size: .75rem; } .product-row strong { display: none; } .status-strip { justify-content: flex-start; gap: .6rem 1.2rem; font-size: .65rem; } .principles-list { grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
