/* Self-hosted fonts (Bricolage Grotesque, JetBrains Mono; SIL OFL) — latin + latin-ext, variable weights. */
@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/assets/fonts/bricolage-grotesque-latin-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/assets/fonts/bricolage-grotesque-latin-ext-400.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 500; font-display: swap; src: url('/assets/fonts/jetbrains-mono-latin-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 500; font-display: swap; src: url('/assets/fonts/jetbrains-mono-latin-ext-400.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* Shared by index.html and /vs/ pages: big footer + comparison-page layout. */
.site-footer { background: var(--ink, #000); color: #bebeb9; padding: 64px 0 32px; font-family: "Bricolage Grotesque", system-ui, sans-serif; }
.site-footer .wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.ft-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
.ft-brand img { height: 18px; display: block; }
.ft-brand p { font-size: 14px; line-height: 1.55; margin-top: 16px !important; max-width: 28ch; color: #bebeb9; }
.ft-col h3 { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: #8d8d86; margin-bottom: 14px; }
.ft-col ul { list-style: none; margin: 0; padding: 0; }
.site-footer h3, .site-footer p { margin: 0; }
.ft-col li + li { margin-top: 10px; }
.ft-col a { color: #f4f4f2; text-decoration: none; font-size: 14px; }
.ft-col a:hover { text-decoration: underline; }
.ft-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; color: #8d8d86; }
.ft-bottom a { color: #8d8d86; }
@media (max-width: 900px) { .ft-grid { grid-template-columns: 1fr 1fr; } .ft-brand { grid-column: 1 / -1; } }

/* Comparison pages */
.vs-page { --ink: #000; --paper: #f4f4f2; --surface: #fafaf9; --text-muted: #6e6e64; --text-subtle: #6f6a5a; --radius: 12px;
  background: var(--surface); color: var(--ink); font-family: "Bricolage Grotesque", system-ui, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; margin: 0; }
.vs-page * { box-sizing: border-box; }
.vs-page .wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.faq details { border-top: 1px solid rgba(0,0,0,.12); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid rgba(0,0,0,.12); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: "JetBrains Mono", monospace; color: var(--text-subtle); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 10px 0 0; color: var(--text-muted); max-width: 70ch; }
/* Floating pill nav (index + /vs/ pages) */
.nav1-shell { position: sticky; top: 14px; z-index: 50; padding: 14px 24px 0; }
.nav1 { position: relative; max-width: 1040px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(250,250,249,.8); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(0,0,0,.1); border-radius: 999px; padding: 8px 8px 8px 22px; box-shadow: 0 10px 30px -18px rgba(0,0,0,.35); font-family: "Bricolage Grotesque", system-ui, sans-serif; }
.nav1 .brand img { height: 20px; width: auto; display: block; }
.nav1-links { display: flex; align-items: center; gap: 26px; }
.nav1-links a, .nav1 .dd button { font-size: 14.5px; color: #6e6e64; text-decoration: none; background: none; border: 0; cursor: pointer; padding: 0; font-family: inherit; }
.nav1-links a:hover, .nav1 .dd button:hover { color: #000; }
.nav1-right { display: flex; align-items: center; gap: 8px; }
.nav1-cta { font-weight: 700; font-size: 14px; background: #000; color: #f4f4f2; text-decoration: none; padding: 10px 18px; border-radius: 999px; white-space: nowrap; }
.nav1 .dd { position: relative; }
.nav1 .dd-menu { display: none; position: absolute; top: calc(100% + 12px); left: -14px; min-width: 190px; background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 14px; padding: 8px; box-shadow: 0 20px 40px -20px rgba(0,0,0,.35); }
.nav1 .dd:hover .dd-menu, .nav1 .dd:focus-within .dd-menu, .nav1 .dd.open .dd-menu { display: block; }
.nav1 .dd-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; } /* hover bridge across the gap */
.nav1 .dd-menu a { display: block; padding: 8px 10px; border-radius: 8px; color: #000; }
.nav1 .dd-menu a:hover { background: #f4f4f2; }
.nav1-menu { display: none; width: 40px; height: 40px; border-radius: 999px; border: 1px solid rgba(0,0,0,.15); background: #fff; cursor: pointer; position: relative; }
.nav1-menu span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: #000; transition: transform .2s; }
.nav1-menu span:first-child { top: 16px; } .nav1-menu span:last-child { top: 22px; }
.nav1.open .nav1-menu span:first-child { transform: translateY(3px) rotate(45deg); }
.nav1.open .nav1-menu span:last-child { transform: translateY(-3px) rotate(-45deg); }
section[id] { scroll-margin-top: 96px; }
@media (max-width: 760px) {
  .nav1-shell { top: 10px; padding: 10px 16px 0; }
  .nav1 { padding: 6px 6px 6px 16px; }
  .nav1-cta { font-size: 13px; padding: 9px 14px; }
  .nav1-menu { display: block; }
  .nav1-links { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 20px; padding: 10px; box-shadow: 0 20px 40px -20px rgba(0,0,0,.35); }
  .nav1.open .nav1-links { display: flex; }
  .nav1-links > a, .nav1 .dd button { padding: 12px 12px; font-size: 16px; color: #000; text-align: left; width: 100%; }
  .nav1 .dd button span { display: none; }
  .nav1 .dd-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 6px 12px; min-width: 0; }
  .nav1 .dd-menu a { font-size: 15px; color: #6e6e64; }
}
@media (max-width: 360px) { .nav1-cta { display: none; } }

/* Comparison pages v2 — one checkmark table */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.vs2 { max-width: 880px; margin: 0 auto; padding: 0 24px 80px; }
.vs2-hero { padding: 72px 0 36px; text-align: center; }
.vs2-hero h1 { font-size: clamp(40px, 6vw, 64px); line-height: 1.04; margin: 0 0 16px; }
.vs2-hero p { font-size: 18px; color: var(--text-muted); max-width: 60ch; margin: 0 auto; }
.vs2-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15px; }
.vs2-table th, .vs2-table td { padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,.09); text-align: left; vertical-align: middle; }
.vs2-table td { text-align: center; width: 24%; }
.vs2-table thead th { font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); border-bottom: 1px solid var(--ink); text-align: center; }
.vs2-table thead th:first-child { text-align: left; }
.vs2-table tbody th { font-weight: 700; }
.vs2-table td:last-child, .vs2-table thead th:last-child { background: #0a0a0a; color: var(--paper); border-bottom-color: rgba(255,255,255,.1); }
.vs2-table thead th:last-child { border-radius: 14px 14px 0 0; border-bottom: none; }
.vs2-table tbody tr:last-child td:last-child { border-radius: 0 0 14px 14px; border-bottom: none; }
.vs2-table .ck { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 12px; }
.vs2-table td:last-child .ck { background: var(--paper); color: var(--ink); }
.vs2-table .no { color: #b5b1a4; font-size: 15px; }
.vs2-table .txt { font-family: "JetBrains Mono", monospace; font-size: 12.5px; color: var(--text-muted); }
.vs2-table td:last-child .txt { color: var(--paper); }
.vs2-cta { margin-top: 56px; background: #0a0a0a; color: var(--paper); border-radius: 20px; padding: 36px 40px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.vs2-cta h2 { margin: 0; font-size: 26px; color: var(--paper); }
.vs2-cta a { font-weight: 700; background: var(--paper); color: var(--ink); text-decoration: none; padding: 14px 22px; border-radius: 12px; }
@media (max-width: 640px) {
  .vs2-table { font-size: 13px; } .vs2-table th, .vs2-table td { padding: 12px 8px; }
  .vs2-table .txt { font-size: 11px; } }

.vs2-table .no sup, .vs2-key .no sup { font-size: 9px; margin-left: 1px; }
.vs2-key { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.1); font-size: 13px; color: var(--text-subtle); }
.vs2-key-h { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 12px; }
.vs2-key ul { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.vs2-key li { display: flex; align-items: center; gap: 8px; color: var(--text-muted); }
.vs2-key .ck { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 10px; }
.vs2-key .no { color: #9a968a; }
.vs2-key p { margin: 0; line-height: 1.6; } .vs2-key a { color: var(--text-muted); }
.vs2-table .na, .vs2-key .na { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #9a968a; }
.vs2-table tbody th sup { font-size: 10px; margin-left: 1px; }
.vs2-key p + p { margin-top: 6px; }
.vs2-table .txt b { display: block; font-weight: 500; font-size: 13.5px; color: var(--ink); }
.vs2-table td:last-child .txt b { color: var(--paper); }
.vs2-table .txt small { display: block; font-size: 11px; margin-top: 2px; color: var(--text-subtle); }
.vs2-table td:last-child .txt small { color: #bebeb9; }
