:root {
  color-scheme: dark;
  --bg: #0d0d0b;
  --bg-2: #15130f;
  --ink: #f7f0e6;
  --ink-soft: #d8cec1;
  --muted: #8d8478;
  --paper: #f6efe4;
  --paper-2: #e7dccd;
  --line: rgba(246, 239, 228, 0.14);
  --line-strong: rgba(246, 239, 228, 0.24);
  --terracotta: #c96442;
  --green: #8ee6ad;
  --violet: #c7b9ff;
  --panel: rgba(246, 239, 228, 0.055);
  --panel-strong: rgba(246, 239, 228, 0.09);
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow: 0 32px 110px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Geist, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 100, 66, .20), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(142, 230, 173, .14), transparent 32rem),
    linear-gradient(180deg, #0c0c0a 0%, #11100e 48%, #0c0c0a 100%);
  overflow-x: hidden;
  font-feature-settings: "liga" 1;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.16) 1px, transparent 0),
    radial-gradient(circle at 2px 2px, rgba(0,0,0,.42) 1px, transparent 0);
  background-size: 7px 7px, 11px 11px;
  opacity: .28;
  mask-image: linear-gradient(180deg, black 0%, black 48%, transparent 92%);
}
.ambient { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.ambient span { position: absolute; border-radius: 999px; filter: blur(46px); opacity: .55; animation: drift 15s ease-in-out infinite alternate; }
.ambient span:nth-child(1) { width: 380px; height: 380px; left: -120px; top: 120px; background: rgba(201,100,66,.28); }
.ambient span:nth-child(2) { width: 430px; height: 430px; right: -150px; top: 40px; background: rgba(142,230,173,.20); animation-delay: -4s; }
.ambient span:nth-child(3) { width: 320px; height: 320px; right: 18%; bottom: 12%; background: rgba(199,185,255,.14); animation-delay: -9s; }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(28px,-18px,0) scale(1.08); } }

img { max-width: 100%; display: block; }
a { color: inherit; }
code, pre { font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; position: relative; z-index: 1; }

.nav {
  position: sticky;
  top: 16px;
  z-index: 20;
  width: min(1180px, calc(100% - 44px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 15, 13, .76);
  backdrop-filter: blur(22px);
  box-shadow: 0 1px 0 rgba(255,255,255,.05) inset, 0 18px 60px rgba(0,0,0,.28);
}
.brand { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 999px; text-decoration: none; font-weight: 700; letter-spacing: -.04em; }
.brand::after { content: ""; position: absolute; inset: 4px; border-radius: inherit; background: radial-gradient(circle at 30% 50%, rgba(201,100,66,.24), transparent 45%); opacity: 0; transition: opacity .22s ease; z-index: -1; }
.brand:hover::after { opacity: 1; }
.brand:hover .mark { transform: rotate(16deg) scale(1.08); box-shadow: 0 0 0 1px rgba(246,239,228,.22), 0 0 36px rgba(201,100,66,.55); }
.mark { width: 22px; height: 22px; border-radius: 8px; background: conic-gradient(from 220deg, var(--terracotta), var(--paper), var(--green), var(--violet), var(--terracotta)); transition: transform .22s ease, box-shadow .22s ease; }
.nav nav { display: flex; align-items: center; gap: 4px; }
.nav a { text-decoration: none; color: var(--ink-soft); font-size: 14px; font-weight: 500; padding: 9px 12px; border-radius: 999px; transition: color .18s ease, background .18s ease, transform .18s ease; }
.nav nav a:hover { color: var(--ink); background: rgba(246,239,228,.075); transform: translateY(-1px); }
.nav-cta { color: #15130f !important; background: var(--paper); }

main { padding-bottom: 88px; }
section { margin-block: 104px; }
.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(34px, 5vw, 72px); align-items: center; margin-top: 0; padding-block: 74px 56px; }
.section-kicker { margin: 0 0 18px; color: var(--terracotta); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(54px, 7.6vw, 104px); line-height: .88; letter-spacing: -.085em; text-wrap: balance; }
h2 { max-width: 820px; margin-bottom: 22px; font-size: clamp(36px, 5vw, 68px); line-height: .94; letter-spacing: -.066em; text-wrap: balance; }
h3 { margin-bottom: 7px; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; }
p, li { color: var(--ink-soft); font-size: 17px; line-height: 1.68; }
.lede { max-width: 640px; color: #dfd5c8; font-size: clamp(18px, 2vw, 22px); line-height: 1.54; }
.section-copy { max-width: 720px; margin-bottom: 30px; color: #cabfb0; font-size: 18px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: #141310; background: var(--paper); box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 0 44px rgba(246,239,228,.18); }
.secondary { color: var(--ink); background: rgba(246,239,228,.05); border: 1px solid var(--line); }
.proof-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.proof-strip span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(246,239,228,.035); font-size: 13px; }
.proof-strip strong { color: var(--ink-soft); }

.hero-evidence { padding: 14px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(140deg, rgba(246,239,228,.08), rgba(246,239,228,.035)); box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.04) inset; overflow: hidden; }
.evidence-head { display: flex; justify-content: space-between; gap: 18px; padding: 8px 8px 16px; color: var(--muted); font-family: "Geist Mono", monospace; font-size: 12px; }
.evidence-head span:first-child { color: var(--green); }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.evidence-card { margin: 0; min-width: 0; border: 1px solid var(--line); border-radius: 24px; background: rgba(12,12,10,.62); overflow: hidden; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.evidence-card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.media-frame { aspect-ratio: 1.44 / 1; overflow: hidden; background: #080807; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.after-card { box-shadow: 0 0 74px rgba(142,230,173,.12); }
.after-card .media-frame { outline: 1px solid rgba(142,230,173,.22); outline-offset: -1px; }
.evidence-card figcaption { display: grid; gap: 5px; padding: 16px; }
.evidence-card strong { font-size: 18px; letter-spacing: -.035em; }
.evidence-card span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.proof { padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(246,239,228,.045); box-shadow: 0 1px 0 rgba(255,255,255,.05) inset; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.metrics article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(0,0,0,.16); }
.metrics strong { display: block; margin-bottom: 10px; font-size: clamp(32px, 4vw, 52px); line-height: .9; letter-spacing: -.075em; }
.metrics span { color: var(--muted); }
.proof-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.method { display: grid; gap: 34px; align-items: center; text-align: center; }
.method h2 { max-width: none; margin-inline: auto; white-space: nowrap; }
.pricing { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: start; }
.integrations { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(246,239,228,.038); box-shadow: 0 1px 0 rgba(255,255,255,.05) inset; }
.integration-head { display: grid; grid-template-columns: .7fr 1fr; gap: 36px; align-items: end; margin-bottom: 24px; }
.integration-head h2 { margin-bottom: 0; }
.integration-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.integration-row article { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 78px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(0,0,0,.18); color: var(--ink-soft); font-weight: 700; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.integration-row article:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: 0 0 46px rgba(142,230,173,.08); }
.integration-row iconify-icon { width: 24px; height: 24px; color: var(--paper); }
.integration-row article::before { content: attr(data-icon); display: none; width: 24px; height: 24px; place-items: center; border-radius: 9px; background: rgba(246,239,228,.08); color: var(--paper); font-family: "Geist Mono", monospace; font-size: 14px; }
.integration-row article:not(:has(iconify-icon svg))::before { display: grid; }
.method-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.method-list article { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(246,239,228,.04); text-align: left; }
.method-list article span { color: var(--terracotta); font-family: "Geist Mono", monospace; font-size: clamp(34px, 4vw, 54px); line-height: .9; letter-spacing: -.08em; padding-top: 4px; }
.method-list p { margin: 0; color: var(--muted); font-size: 15px; }
.method-list code { color: var(--paper); }

.install { padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 82% 18%, rgba(142,230,173,.10), transparent 28rem), rgba(246,239,228,.05); box-shadow: var(--shadow); }
.install-panel { margin-top: 28px; border: 1px solid var(--line); border-radius: 26px; background: #0a0a09; overflow: hidden; }
.tabs { display: flex; gap: 8px; padding: 12px; border-bottom: 1px solid var(--line); }
.tabs a { text-decoration: none; padding: 8px 11px; border-radius: 999px; color: var(--ink-soft); background: rgba(246,239,228,.05); font-size: 13px; }
.tabs a:hover { background: var(--paper); color: #141310; }
pre { margin: 0; overflow-x: auto; padding: 22px; color: #eadfce; font-size: 13px; line-height: 1.72; }
.fine-print { max-width: 780px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.pricing { padding-bottom: 20px; }
.pricing .section-copy { margin: 0; }

.gallery-main { padding: 76px 0 110px; }
.gallery-hero { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin: 0 0 76px; }
.gallery-hero h1 { margin-bottom: 18px; }
.gallery-hero .proof-strip { justify-content: flex-end; max-width: 430px; }
.demo-case { display: grid; grid-template-columns: .34fr .66fr; gap: 34px; align-items: start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(246,239,228,.042); box-shadow: 0 1px 0 rgba(255,255,255,.05) inset; }
.demo-case + .demo-case { margin-top: 30px; }
.case-copy { position: sticky; top: 106px; }
.case-index { display: inline-flex; margin-bottom: 22px; color: var(--terracotta); font-family: "Geist Mono", monospace; font-size: 13px; }
.case-copy h2 { margin-bottom: 18px; }
.case-copy ul { padding-left: 18px; margin: 20px 0 0; }
.case-copy li { color: var(--muted); margin-bottom: 8px; font-size: 15px; }
.case-copy strong { color: var(--ink); }

.reveal { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
.hero-evidence.reveal { animation-delay: .08s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.docs-body { color: #171514; background: var(--paper); }
.docs-body::before, .docs-body .ambient { display: none; }
.docs-body .nav { background: rgba(250,247,238,.82); border-color: rgba(20,20,19,.12); }
.docs-body .brand, .docs-body .nav a { color: #171514; }
.docs-body .nav nav a:hover { background: rgba(20,20,19,.07); }
.docs-body .nav-cta { color: var(--paper) !important; background: #171514; }
.docs { width: min(1010px, calc(100% - 44px)); margin: 0 auto; padding: 76px 0 110px; }
.docs h1 { max-width: 900px; color: #171514; font-size: clamp(46px, 7vw, 86px); }
.docs h2 { color: #171514; font-size: clamp(30px, 4vw, 46px); margin-top: 62px; }
.docs h3 { color: #171514; }
.docs p, .docs li { color: #5e5d59; }
.docs .lede { color: #4d4c48; }
.docs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 30px 0; }
.docs-card, .callout { border: 1px solid rgba(20,20,19,.12); border-radius: 24px; background: #fffaf1; padding: 22px; }
.docs-card p, .callout p { margin-bottom: 0; }
.docs pre { margin-top: 14px; border-radius: 18px; background: #171514; color: #f5f0e7; }
.docs a { color: #171514; font-weight: 700; }

.code-line { display: block; min-height: 1.72em; }
.tok-command { color: #8ee6ad; font-weight: 700; }
.tok-flag { color: #c7b9ff; }
.tok-string { color: #ffd29d; }
.tok-fn { color: #7dd3fc; }
.tok-comment { color: #8d8478; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; gap: 16px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(246,239,228,.04); }
.price-card.featured { background: radial-gradient(circle at 80% 0%, rgba(142,230,173,.16), transparent 20rem), rgba(246,239,228,.07); box-shadow: 0 0 80px rgba(142,230,173,.08); }
.price-card span { color: var(--terracotta); font-family: "Geist Mono", monospace; font-size: 13px; }
.price-card strong { font-size: clamp(34px, 4vw, 54px); letter-spacing: -.07em; line-height: .9; }
.price-card p { min-height: 84px; margin: 0; color: var(--muted); font-size: 15px; }
.price-card .button { margin-top: auto; }

.scenario-section { margin-top: 86px; }
.scenario-head { display: grid; grid-template-columns: .7fr .9fr; gap: 42px; align-items: end; margin-bottom: 26px; }
.scenario-grid { display: grid; grid-template-columns: repeat(7, minmax(210px, 1fr)); gap: 14px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x proximity; }
.scenario-grid article { scroll-snap-align: start; min-height: 230px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(180deg, rgba(246,239,228,.06), rgba(246,239,228,.025)); }
.scenario-grid article span { color: var(--terracotta); font-family: "Geist Mono", monospace; font-size: 13px; }
.scenario-grid article p { margin: 0; color: var(--muted); font-size: 15px; }
.upsell-band { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 30px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 0% 0%, rgba(201,100,66,.16), transparent 30rem), rgba(246,239,228,.045); }
.upsell-band h2 { margin-bottom: 8px; }
.upsell-band p { margin: 0; color: var(--muted); }

.zoomable { cursor: zoom-in; }
.evidence-card { position: relative; }
.evidence-card::after { content: "click to zoom"; position: absolute; right: 14px; top: 14px; padding: 7px 9px; border: 1px solid rgba(246,239,228,.18); border-radius: 999px; background: rgba(10,10,9,.68); color: var(--ink-soft); font-size: 11px; opacity: 0; transform: translateY(-4px); transition: opacity .18s ease, transform .18s ease; pointer-events: none; }
.evidence-card:hover::after { opacity: 1; transform: translateY(0); }
.evidence-card:hover .media-frame { box-shadow: 0 0 44px rgba(142,230,173,.10), 0 0 80px rgba(201,100,66,.08); }
.image-lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 32px; background: rgba(5,5,4,.78); backdrop-filter: blur(18px); opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.image-lightbox.is-open { opacity: 1; pointer-events: auto; }
.image-lightbox img { max-width: min(94vw, 1500px); max-height: 86vh; border-radius: 24px; box-shadow: 0 0 0 1px rgba(246,239,228,.16), 0 40px 160px rgba(0,0,0,.62), 0 0 80px rgba(142,230,173,.10); }
.lightbox-close { position: fixed; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink); background: rgba(16,15,13,.9); font-size: 28px; cursor: pointer; }

.docs-body { color: var(--ink); background: var(--bg); }
.docs-body::before, .docs-body .ambient { display: block; }
.docs-body .nav { background: rgba(16, 15, 13, .76); border-color: var(--line); }
.docs-body .brand, .docs-body .nav a { color: var(--ink-soft); }
.docs-body .nav nav a:hover { background: rgba(246,239,228,.075); }
.docs-body .nav-cta { color: #15130f !important; background: var(--paper); }
.docs h1, .docs h2, .docs h3 { color: var(--ink); }
.docs p, .docs li { color: var(--ink-soft); }
.docs .lede { color: #dfd5c8; }
.docs-card, .callout { border-color: var(--line); background: rgba(246,239,228,.045); }
.docs pre { background: #0a0a09; border: 1px solid var(--line); color: #f5f0e7; }
.docs a { color: var(--ink); }

.auth-main { min-height: calc(100vh - 110px); display: grid; place-items: center; padding: 70px 0; }
.auth-card { width: min(980px, 100%); display: grid; grid-template-columns: .9fr .85fr; gap: 40px; align-items: start; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(246,239,228,.052); box-shadow: var(--shadow); }
.auth-form { display: grid; gap: 16px; }
.auth-form label { display: grid; gap: 8px; color: var(--ink-soft); font-weight: 600; }
.auth-form input, .auth-form select { width: 100%; min-height: 48px; border-radius: 16px; border: 1px solid var(--line); background: rgba(0,0,0,.28); color: var(--ink); padding: 0 14px; font: inherit; }
.checkout-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.checkout-summary article { padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(0,0,0,.18); }
.checkout-summary span { color: var(--terracotta); font-family: "Geist Mono", monospace; font-size: 12px; }
.checkout-summary strong { display: block; margin: 8px 0; font-size: 34px; letter-spacing: -.06em; }
.checkout-summary p { margin: 0; color: var(--muted); font-size: 14px; }

@media (max-width: 980px) {
  .hero, .pricing, .gallery-hero, .demo-case, .scenario-head, .upsell-band, .auth-card, .integration-head { grid-template-columns: 1fr; }
  .method-list, .integration-row { grid-template-columns: 1fr; }
  .method h2 { white-space: normal; }
  .hero { min-height: auto; padding-top: 66px; }
  .proof { padding: 32px; }
  .case-copy { position: static; }
  .pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .shell, .docs, .nav { width: min(100% - 28px, 1180px); }
  .nav nav a:not(.nav-cta) { display: none; }
  section { margin-block: 76px; }
  h1 { font-size: clamp(48px, 16vw, 70px); }
  h2 { font-size: clamp(34px, 11vw, 52px); }
  .evidence-grid, .metrics, .docs-grid { grid-template-columns: 1fr; }
  .evidence-head { flex-direction: column; gap: 4px; }
  .proof, .install { padding: 24px; border-radius: 28px; }
  .method-list article { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
