:root { color-scheme: light; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; color: #101821; background: #f3f2ed; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #c14625; outline-offset: 6px; }
.site-header, main, .site-footer { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 28px; border-bottom: 1px solid #cbcfc9; }
.site-header a, .site-footer a { text-decoration: none; }
.brand { font-size: 23px; font-weight: 700; letter-spacing: -.04em; }
.brand span { color: #c14625; margin-left: 8px; }
.intro { padding: 88px 0 76px; }
.eyebrow { color: #965035; font-size: 13px; letter-spacing: .09em; font-weight: 600; }
h1 { font-size: clamp(48px, 7.4vw, 88px); line-height: 1.04; letter-spacing: -.055em; font-weight: 600; margin: 22px 0 30px; }
.lede { max-width: 660px; font-size: 21px; line-height: 1.65; color: #46515c; }
.detail { font-size: 14px; color: #59616a; margin-top: 28px; }
.section-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: baseline; border-top: 1px solid #cbcfc9; padding-top: 24px; margin-bottom: 30px; }
h2 { font-size: 26px; letter-spacing: -.025em; margin: 0; font-weight: 600; }
.section-heading > span, .sample-heading > span { color: #59616a; font-size: 14px; }
.sample-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.preview { display: flex; position: relative; overflow: hidden; flex-direction: column; justify-content: space-between; aspect-ratio: 16 / 10; padding: 30px; text-decoration: none; border: 1px solid #d4d4cd; }
.preview-label { font-size: 12px; font-weight: 600; }
.preview strong { position: relative; font-size: clamp(30px, 4.7vw, 55px); letter-spacing: -.05em; line-height: 1; font-weight: 700; }
.preview-footer { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; border-top: 1px solid #0003; padding-top: 12px; }
.basic { background: #f2f0ea; color: #171713; }
.basic .preview-label { color: #a83b1d; }
.advance { background: #07111f; color: #f2f6fc; border-color: #07111f; }
.advance::before { content: ""; position: absolute; width: 400px; height: 400px; border: 1px solid #ffffff16; border-radius: 50%; right: -130px; top: -200px; pointer-events: none; }
.advance .preview-label { color: #8bb8ff; }
.advance .preview-footer { border-color: #35465c; color: #b3c1d4; }
.preview:hover { outline: 2px solid #c14625; outline-offset: 3px; }
.sample-heading { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
h3 { font-size: 24px; margin: 0; letter-spacing: -.03em; }
.sample p { color: #46515c; line-height: 1.65; max-width: 46ch; }
.sample-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin-top: 20px; }
.sample-actions a { padding-block: 10px; }
.sample-actions a:first-child { font-weight: 600; }
.getting-started { border-top: 1px solid #cbcfc9; margin-top: 72px; padding-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.getting-started p { max-width: 58ch; color: #46515c; line-height: 1.65; }
.getting-started > a { flex-shrink: 0; font-weight: 600; }
.keyboard-help { max-width: 78ch; color: #59616a; line-height: 1.7; font-size: 14px; margin: 36px 0 64px; }
kbd { font: inherit; font-weight: 600; }
.site-footer { border-top: 1px solid #cbcfc9; display: flex; justify-content: space-between; gap: 20px; padding-block: 28px; color: #59616a; font-size: 14px; }
@media (max-width: 700px) {
 .site-header, main, .site-footer { width: calc(100% - 40px); }
 .intro { padding: 54px 0 44px; }
 .lede { font-size: 18px; }
 .sample-grid { grid-template-columns: 1fr; gap: 40px; }
 .preview { padding: 24px; }
 .preview strong { font-size: clamp(36px, 9vw, 60px); }
 .getting-started { display: block; margin-top: 48px; }
 .getting-started > a { display: inline-block; padding-block: 12px; }
}
