@font-face {
  font-family: "Inter";
  src: url("assets/fonts/InterVariable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #171713;
  --muted: #66645d;
  --paper: #f8f7f3;
  --paper-deep: #ece9df;
  --panel: #e9e5da;
  --white: #fff;
  --line: #d9d5ca;
  --accent: #a575ff;
  --accent-soft: #eee7ff;
  --accent-contrast: #fff;
  --lavender: #dcd2ff;
  --mint: #c7edcf;
  --coral: #ffb6a3;
  --dark: #191914;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --wrap: 1240px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.home-document { overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4 { margin-top: 0; }
button { color: inherit; }
::selection { color: var(--accent-contrast); background: var(--accent); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; transform: translateY(-150%); background: var(--ink); color: white; }
.skip-link:focus { transform: none; }
.container { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin-bottom: 15px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.display { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.lede { color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.arrow { display: inline-grid; width: 24px; height: 24px; margin-left: 11px; place-items: center; border-radius: 5px; color: var(--accent-contrast); background: var(--accent); font-size: 14px; transition: transform .2s ease; }
a:hover .arrow, button:hover .arrow { transform: translate(2px, -1px); }

.announcement { position: relative; z-index: 80; min-height: 43px; padding: 11px 54px; background: #ded4bd; text-align: center; font-size: 13px; }
.announcement strong { display: inline-block; margin-right: 8px; padding: 1px 7px 2px; border-radius: 99px; color: var(--accent-contrast); background: var(--accent); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.announcement a { margin-left: 7px; text-decoration: underline; text-underline-offset: 3px; }
.announcement-close { position: absolute; top: 7px; right: max(17px, calc((100vw - var(--wrap)) / 2)); width: 28px; height: 28px; border: 0; background: transparent; cursor: pointer; }

.site-header { position: sticky; z-index: 70; top: 0; border-bottom: 1px solid transparent; background: rgba(248, 247, 243, .92); backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 25px rgba(24, 23, 18, .05); }
.nav-shell { display: flex; align-items: center; min-height: 82px; }
.brand { display: block; flex: 0 0 auto; width: 120px; height: 39px; }
.brand-logo { width: 120px; height: 39px; max-width: none; }
.site-header .brand, .site-header .brand-logo { width: 132px; height: 42.9px; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: 72px; }
.nav-item { position: relative; }
.nav-trigger, .nav-link { display: inline-flex; align-items: center; min-height: 42px; padding: 0 12px; border: 0; background: transparent; font-size: 14px; cursor: pointer; }
.nav-trigger::after { width: 5px; height: 5px; margin: -3px 0 0 8px; transform: rotate(45deg); border-right: 1px solid; border-bottom: 1px solid; content: ""; }
.nav-trigger:hover, .nav-link:hover, .nav-link[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav-actions .login { padding: 11px 15px; font-size: 14px; }
.theme-toggle { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--white); cursor: pointer; font-size: 11px; font-weight: 750; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.theme-toggle:hover { transform: translateY(-1px); border-color: var(--ink); }
.theme-toggle-icon { position: relative; display: block; width: 28px; height: 16px; flex: none; border: 1px solid var(--line); border-radius: 99px; background: var(--paper-deep); }
.theme-toggle-icon::before { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); content: ""; transition: transform .2s ease, background .2s ease; }
.theme-toggle[aria-pressed="true"] .theme-toggle-icon::before { transform: translateX(12px); background: var(--accent); }
.brand-logo-dark { display: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 10px; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.dark { color: white; background: var(--ink); box-shadow: 0 10px 24px rgba(23, 23, 19, .12); }
.button.light { border-color: var(--line); background: var(--white); }
.button.yellow { color: var(--accent-contrast); background: var(--accent); }
.button.ghost { border-color: rgba(255,255,255,.5); color: white; background: transparent; }
.button.small { min-height: 42px; padding-inline: 16px; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.menu-toggle i { display: block; height: 2px; margin: 4px 0; background: var(--ink); transition: .2s ease; }

.mega-menu { position: absolute; top: 52px; left: -20px; display: grid; width: 660px; grid-template-columns: 1fr 1fr; gap: 1px; visibility: hidden; overflow: hidden; transform: translateY(10px); border: 1px solid var(--line); border-radius: 13px; opacity: 0; background: var(--line); box-shadow: 0 28px 80px rgba(23, 23, 18, .16); transition: opacity .18s, transform .18s, visibility .18s; }
.nav-item:nth-child(2) .mega-menu { width: 520px; }
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu, .nav-item.open .mega-menu { visibility: visible; transform: none; opacity: 1; }
.mega-column { padding: 25px; background: var(--white); }
.mega-column.tinted { background: var(--paper-deep); }
.mega-label { margin: 0 0 12px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mega-link { display: block; padding: 10px 0; }
.mega-link b { display: block; margin-bottom: 2px; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.1; }
.mega-link span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.mega-feature { display: flex; min-height: 100%; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 9px; color: var(--accent-contrast); background: var(--accent); }
.mega-feature .mini-code { margin-bottom: auto; }
.mega-feature b { margin-top: 38px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.mega-feature span { font-size: 12px; }

.home-hero { padding: clamp(78px, 9vw, 132px) 0 66px; text-align: center; }
.home-hero h1 { max-width: 1020px; margin: 0 auto 34px; font-size: clamp(58px, 8vw, 112px); }
.home-hero .lede { max-width: 760px; margin: 0 auto; color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 35px; }
.hero-micro { margin: 14px 0 0; color: var(--muted); font-size: 11px; }
.customer-logos { display: grid; width: min(920px, calc(100% - 48px)); grid-template-columns: repeat(5, 1fr); gap: 20px; align-items: center; margin: 74px auto 0; color: #2a2924; }
.customer-logos span { font-size: 18px; font-weight: 830; letter-spacing: -.06em; }
.customer-logos span:nth-child(2) { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.customer-logos span:nth-child(3) { letter-spacing: .1em; }
.customer-logos span:nth-child(4) { font-size: 16px; }
.customer-logos span:nth-child(5) { font-family: var(--mono); font-size: 13px; letter-spacing: -.08em; }

.suite { padding: 44px 0 128px; }
.section-title { max-width: 860px; margin: 0 auto 62px; text-align: center; }
.section-title h2 { margin: 0; font-size: clamp(43px, 5.6vw, 77px); }
.section-title .lede { max-width: 680px; margin: 24px auto 0; }
.suite-stack { display: grid; gap: 18px; }
.suite-card { position: relative; display: grid; min-height: 570px; grid-template-columns: .88fr 1.12fr; overflow: hidden; border: 1px solid #d0cbc0; border-radius: 15px; background: var(--panel); box-shadow: 0 20px 40px rgba(30, 28, 22, .12); }
.suite-card:nth-child(even) { grid-template-columns: 1.12fr .88fr; }
.suite-card:nth-child(even) .suite-copy { order: 2; }
.suite-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 5vw, 76px); }
.suite-number { margin-bottom: auto; font: 11px var(--mono); }
.suite-copy h3 { margin: 70px 0 17px; font: 400 clamp(42px, 5vw, 68px)/1 var(--serif); letter-spacing: -.05em; }
.suite-copy p { max-width: 430px; color: #4c4a43; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; margin-top: 20px; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.suite-visual { display: flex; align-items: flex-end; min-width: 0; padding: 58px 0 0 30px; }
.suite-card:nth-child(even) .suite-visual { padding: 58px 30px 0 0; }

.agent-window { width: 100%; height: 91%; overflow: hidden; border: 1px solid #33342f; border-right: 0; border-bottom: 0; border-radius: 13px 0 0; background: #11140f; box-shadow: -20px 15px 45px rgba(23, 23, 18, .26); color: #e8eadf; }
.suite-card:nth-child(even) .agent-window { border-right: 1px solid #33342f; border-left: 0; border-radius: 0 13px 0 0; box-shadow: 20px 15px 45px rgba(23, 23, 18, .26); }
.window-bar { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 14px; border-bottom: 1px solid #30332b; background: #1b1f18; color: #969b8a; font-size: 9px; }
.window-bar i { width: 7px; height: 7px; border-radius: 99px; background: #575c50; }
.window-bar span { margin-left: 8px; }
.window-grid { display: grid; height: calc(100% - 42px); grid-template-columns: 1.05fr .95fr; }
.code-pane { padding: 25px 18px; border-right: 1px solid #30332b; background: #12150f; }
.code-tabs { margin: -25px -18px 20px; padding: 12px 16px; border-bottom: 1px solid #2b2e27; color: #a8ae9d; font: 9px var(--mono); }
.code-pane pre { overflow: hidden; margin: 0; color: #adb7a0; font: 10px/2 var(--mono); }
.code-pane .purple { color: #c8a7ff; }
.code-pane .yellow { color: var(--accent); }
.code-pane .green { color: #8fd49a; }
.line-add { display: block; margin-inline: -18px; padding-inline: 18px; background: rgba(110, 194, 118, .12); }
.chat-pane { position: relative; padding: 23px 18px 72px; background: #191c16; }
.chat-head { display: flex; align-items: center; justify-content: space-between; color: #d9ddcf; font-size: 11px; font-weight: 700; }
.chat-head img { width: 22px; height: 22px; object-fit: contain; }
.chat-bubble { margin-top: 25px; padding: 12px 13px; border-radius: 7px; background: #292e24; font-size: 10px; line-height: 1.55; }
.chat-bubble.user { margin-left: 18%; background: #3b3f33; }
.tool-log { margin-top: 17px; padding-left: 10px; border-left: 1px solid var(--accent); color: #8f9785; font: 9px/1.9 var(--mono); }
.tool-log b { color: #dce1d1; font-weight: 500; }
.verified { margin-top: 17px; padding: 13px; border: 1px solid #35583b; border-radius: 7px; background: #17271a; color: #afd4b2; font-size: 9px; }
.chat-input { position: absolute; right: 17px; bottom: 16px; left: 17px; padding: 12px; border: 1px solid #3a3f34; border-radius: 7px; color: #767d6e; background: #10130e; font-size: 9px; }
.home-page .chat-input { color: #8b9383; }

.context-map { width: 100%; height: 90%; margin-top: auto; overflow: hidden; border: 1px solid #b5ad9f; border-bottom: 0; border-radius: 13px 13px 0 0; background: #faf8f0; box-shadow: 18px 15px 45px rgba(23, 23, 18, .15); }
.map-bar { display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 750; }
.map-bar span { padding: 4px 7px; border-radius: 99px; background: var(--mint); font-size: 8px; }
.map-body { display: grid; grid-template-columns: 160px 1fr; height: calc(100% - 54px); }
.map-tree { padding: 19px 14px; border-right: 1px solid var(--line); color: #706d63; font: 9px/2.2 var(--mono); }
.map-tree b { color: var(--ink); }
.map-content { padding: 26px; }
.rank-label { margin-bottom: 20px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rank-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); font: 9px var(--mono); }
.rank-row i { display: block; width: var(--rank); height: 5px; border-radius: 99px; background: var(--ink); }
.rank-row span { color: var(--muted); }
.context-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.context-chips span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 5px; font-size: 8px; }

.proof-board { display: grid; width: 100%; min-height: 89%; grid-template-columns: repeat(2, 1fr); gap: 1px; align-self: flex-end; overflow: hidden; border: 1px solid #c5bdaf; border-bottom: 0; border-radius: 13px 0 0; background: #c5bdaf; box-shadow: -18px 15px 45px rgba(23, 23, 18, .16); }
.proof-card { display: flex; min-height: 185px; flex-direction: column; padding: 22px; background: #faf8f0; }
.proof-card.dark { color: white; background: #181913; }
.proof-card.yellow { color: var(--accent-contrast); background: var(--accent); }
.proof-card.yellow small { color: rgba(255, 255, 255, .76); }
.proof-card small { color: var(--muted); font: 8px var(--mono); text-transform: uppercase; }
.proof-card.dark small { color: #999c8e; }
.proof-card strong { margin-top: auto; font: 400 34px/1 var(--serif); }
.proof-card span { margin-top: 8px; font-size: 9px; line-height: 1.4; }
.proof-check { width: 33px; height: 33px; margin: auto; border: 1px solid #417147; border-radius: 50%; color: #a6dda9; font-size: 18px; text-align: center; line-height: 31px; }

.proof-section { padding: 115px 0; background: #efede6; }
.proof-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.proof-head h2 { max-width: 760px; margin: 0; font: 400 clamp(44px, 5.5vw, 75px)/1 var(--serif); letter-spacing: -.05em; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--line); }
.story { min-height: 255px; padding: 30px; background: var(--white); }
.story.featured { display: flex; min-height: 520px; flex-direction: column; grid-row: span 2; background: #1b1b17; color: white; }
.story-logo { font-size: 15px; font-weight: 850; letter-spacing: -.06em; }
.story h3 { max-width: 470px; margin: 30px 0 15px; font: 400 31px/1.12 var(--serif); letter-spacing: -.035em; }
.story.featured h3 { margin-top: auto; font-size: 46px; }
.story p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.story.featured p { color: #bcbdb4; }
.story-metrics { display: flex; gap: 40px; margin-top: 33px; }
.story-metrics strong { display: block; font: 400 45px/1 var(--serif); }
.story-metrics span { color: #aaa99f; font-size: 8px; text-transform: uppercase; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); padding: 54px 0 0; }
.big-stat { padding: 0 40px; border-right: 1px solid var(--line); text-align: center; }
.big-stat:last-child { border: 0; }
.big-stat strong { display: block; font: 400 clamp(43px, 5vw, 66px)/1 var(--serif); letter-spacing: -.05em; }
.big-stat span { font-size: 10px; text-transform: uppercase; }

.difference { padding: 125px 0; }
.difference-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 130px); }
.difference h2 { margin: 0; font: 400 clamp(48px, 6vw, 82px)/.97 var(--serif); letter-spacing: -.055em; }
.difference-copy > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.benefit-list { margin-top: 42px; border-top: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.benefit i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--paper-deep); font-style: normal; font-size: 11px; }
.benefit b { display: block; margin-bottom: 4px; font-size: 14px; }
.benefit span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.cta-section-spaced { padding-top: clamp(82px, 9vw, 128px); }
.yellow-cta { display: grid; min-height: 430px; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); border-radius: 12px; color: var(--accent-contrast); background: var(--accent); }
.yellow-cta .button.light { color: #171713; }
.home-page .yellow-cta { overflow: hidden; }
.cta-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(35px, 6vw, 78px); border-right: 1px solid var(--ink); }
.cta-copy h2 { margin: 0 0 20px; font: 400 clamp(48px, 5.7vw, 78px)/.98 var(--serif); letter-spacing: -.055em; }
.cta-copy p { max-width: 470px; line-height: 1.55; }
.cta-actions { display: flex; gap: 9px; margin-top: 24px; }
.cta-grid { display: grid; grid-template: repeat(2, 1fr) / repeat(2, 1fr); background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 50% 50%; }
.orbit { position: relative; grid-area: 1 / 1 / 3 / 3; margin: auto; width: min(70%, 330px); aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; animation: spin 22s linear infinite; }
.orbit::before, .orbit::after { position: absolute; top: 50%; left: 50%; border: 1px solid var(--ink); border-radius: 50%; content: ""; }
.orbit::before { width: 60%; height: 60%; transform: translate(-50%, -50%); }
.orbit::after { width: 12px; height: 12px; transform: translate(-50%, -50%); background: var(--ink); }
.orbit img { position: absolute; top: -27px; left: calc(50% - 27px); width: 54px; height: 54px; object-fit: contain; transform: rotate(0); animation: unspin 22s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes unspin { to { transform: rotate(-360deg); } }

.cta-grid-handoff, .cta-grid-trial { position: relative; overflow: hidden; }
.cta-grid-handoff { background-size: 25% 25%; }
.cta-grid-handoff::before { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(23,23,19,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(23,23,19,.035), 0 0 0 110px rgba(23,23,19,.025); content: ""; }
.handoff-visual { position: relative; width: min(80%, 420px); height: 210px; grid-area: 1 / 1 / 3 / 3; margin: auto; }
.handoff-track { position: absolute; top: 50%; right: 34px; left: 34px; height: 1px; background: var(--ink); }
.handoff-track::after { position: absolute; top: -3px; right: -1px; width: 6px; height: 6px; transform: rotate(45deg); border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); content: ""; }
.handoff-endpoint, .handoff-core { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid var(--ink); background: var(--accent); }
.handoff-endpoint { width: 68px; height: 68px; }
.handoff-limit { left: 0; grid-template-columns: repeat(3, 5px); align-content: center; gap: 5px; border-radius: 50%; }
.handoff-limit i { width: 5px; height: 24px; background: var(--ink); }
.handoff-limit i:nth-child(2) { height: 14px; opacity: .55; }
.handoff-limit i:nth-child(3) { height: 7px; opacity: .25; }
.handoff-core { left: 50%; width: 112px; height: 112px; transform: translate(-50%, -50%) rotate(45deg); border-radius: 28px; box-shadow: 0 13px 30px rgba(23,23,19,.12); animation: handoff-breathe 3.6s ease-in-out infinite; }
.handoff-core::before { position: absolute; inset: 12px; border: 1px solid rgba(23,23,19,.22); border-radius: 20px; content: ""; }
.handoff-core img { width: 48px; height: 48px; transform: rotate(-45deg); object-fit: contain; }
.handoff-code { right: 0; border-radius: 13px; }
.handoff-code::before { font: 700 17px var(--mono); content: "</>"; }
.handoff-packet { position: absolute; z-index: 3; top: calc(50% - 5px); left: 34px; width: 10px; height: 10px; border: 2px solid var(--accent); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 5px rgba(23,23,19,.12); animation: handoff-travel 4.8s cubic-bezier(.65,0,.35,1) infinite; }
@keyframes handoff-breathe { 0%, 100% { transform: translate(-50%, -50%) rotate(45deg) scale(.94); } 50% { transform: translate(-50%, -50%) rotate(45deg) scale(1); } }
@keyframes handoff-travel { 0%, 8% { left: 29px; opacity: 0; } 15% { opacity: 1; } 46%, 54% { left: calc(50% - 5px); opacity: 1; } 85% { opacity: 1; } 92%, 100% { left: calc(100% - 39px); opacity: 0; } }

.cta-grid-trial { background-image: linear-gradient(45deg, rgba(23,23,19,.13) 1px, transparent 1px), linear-gradient(-45deg, rgba(23,23,19,.13) 1px, transparent 1px); background-size: 38px 38px; }
.trial-dial { position: relative; width: min(70%, 330px); aspect-ratio: 1; grid-area: 1 / 1 / 3 / 3; margin: auto; border: 1px solid var(--ink); border-radius: 50%; background: var(--accent); box-shadow: inset 0 0 0 12px var(--accent), inset 0 0 0 13px rgba(23,23,19,.25); }
.trial-ticks { position: absolute; inset: 20px; border-radius: 50%; background: repeating-conic-gradient(from 0deg, var(--ink) 0deg 1deg, transparent 1deg 12.857deg); opacity: .52; -webkit-mask: radial-gradient(circle, transparent 0 77%, #000 78% 100%); mask: radial-gradient(circle, transparent 0 77%, #000 78% 100%); animation: trial-tick 28s linear infinite; }
.trial-center { position: absolute; inset: 27%; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--ink); border-radius: 50%; background: var(--accent); box-shadow: 0 14px 34px rgba(23,23,19,.1); }
.trial-center strong { font: 400 clamp(72px, 8vw, 106px)/.7 var(--serif); letter-spacing: -.08em; }
.trial-center small { margin-top: 16px; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.trial-marker { position: absolute; inset: -1px; animation: spin 14s linear infinite; }
.trial-marker img { position: absolute; top: -24px; left: calc(50% - 24px); width: 48px; height: 48px; object-fit: contain; animation: unspin 14s linear infinite; }
@keyframes trial-tick { to { transform: rotate(-360deg); } }

.explore { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.explore-card { min-height: 285px; padding: 36px; border-right: 1px solid var(--line); }
.explore-card:last-child { border: 0; }
.explore-card h3 { margin: 70px 0 12px; font: 400 34px/1.1 var(--serif); letter-spacing: -.04em; }
.explore-card p { color: var(--muted); font-size: 12px; line-height: 1.6; }

.page-hero { padding: clamp(80px, 10vw, 145px) 0 90px; border-bottom: 1px solid var(--line); }
.page-hero.center { text-align: center; }
.page-hero h1 { max-width: 1010px; margin: 0 0 30px; font: 400 clamp(62px, 8vw, 112px)/.95 var(--serif); letter-spacing: -.065em; }
.page-hero.center h1, .page-hero.center .lede { margin-inline: auto; }
.page-hero .lede { max-width: 740px; }
.page-hero .hero-actions { justify-content: flex-start; }
.page-hero.center .hero-actions { justify-content: center; }
.hero-aside { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: end; }

.band { padding: 100px 0; }
.band.alt { background: var(--paper-deep); }
.band.dark { color: white; background: var(--dark); }
.band.yellow { color: var(--accent-contrast); background: var(--accent); }
.band.yellow .band-head p { color: rgba(255, 255, 255, .82); }
.band.yellow .value-grid article { color: var(--ink); }
.band-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 55px; }
.band-head h2 { margin: 0; font: 400 clamp(43px, 5vw, 68px)/1 var(--serif); letter-spacing: -.05em; }
.band-head p { max-width: 580px; color: var(--muted); line-height: 1.65; }
.band.dark .band-head p { color: #aaa99f; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 12px; }
.capability { min-height: 275px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability:nth-child(3n) { border-right: 0; }
.capability:nth-last-child(-n+3) { border-bottom: 0; }
.capability .num { font: 10px var(--mono); }
.capability h3 { margin: 72px 0 12px; font: 400 30px/1.08 var(--serif); letter-spacing: -.035em; }
.capability p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #393932; border-radius: 12px; overflow: hidden; background: #393932; }
.process article { min-height: 280px; padding: 28px; color: #f2f0e7; background: #171713; }
.process span { color: var(--accent); font: 10px var(--mono); }
.process h3 { margin: 90px 0 12px; font: 400 27px var(--serif); }
.process p { color: #aaa99f; font-size: 11px; line-height: 1.6; }
.download-process { border-color: #d1cdc1; background: #d1cdc1; }
.download-process article { color: #171713; background: #fff; }
.download-process span { color: #7243c7; }
.download-process p { color: #66645d; }

.pricing-hero .lede { max-width: 720px; }
.pricing-hero .hero-micro { margin-top: 16px; }
.single-plan { margin-bottom: 125px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); color: var(--accent-contrast); background: var(--accent); }
.plan-stage { display: grid; grid-template-columns: .82fr 1.18fr; padding: 0; }
.plan-price-block, .plan-inclusions { min-height: 590px; padding: clamp(42px, 6vw, 78px); }
.plan-price-block { display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.annual-price { display: flex; align-items: flex-start; margin: auto 0 35px; white-space: nowrap; }
.annual-price > span { margin: 17px 5px 0 0; font: 400 42px/1 var(--serif); }
.annual-price strong { font: 400 clamp(118px, 13vw, 188px)/.75 var(--serif); letter-spacing: -.085em; }
.annual-price small { align-self: flex-end; margin: 0 0 3px 18px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.plan-price-block > p:last-child { max-width: 390px; margin: 0; font-size: 14px; line-height: 1.65; }
.plan-inclusions { display: flex; flex-direction: column; }
.plan-inclusions h2 { max-width: 620px; margin: auto 0 35px; font: 400 clamp(44px, 5vw, 67px)/.98 var(--serif); letter-spacing: -.05em; }
.inclusion-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(23,23,19,.35); }
.inclusion-grid span { padding: 14px 8px 14px 0; border-bottom: 1px solid rgba(23,23,19,.35); font-size: 12px; }
.inclusion-grid span::before { margin-right: 9px; content: "✓"; }
.plan-action { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.plan-action > span { font-size: 10px; font-weight: 750; text-transform: uppercase; }
.plan-assurances { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; border-top: 1px solid var(--ink); }
.plan-assurances article { min-height: 240px; padding: 32px; border-right: 1px solid var(--ink); }
.plan-assurances article:last-child { border-right: 0; }
.plan-assurances article > span { font: 10px var(--mono); }
.plan-assurances h3 { margin: 75px 0 10px; font: 400 30px/1 var(--serif); letter-spacing: -.035em; }
.plan-assurances p { max-width: 320px; margin: 0; font-size: 12px; line-height: 1.6; }
.api-savings { padding: 0 0 125px; }
.api-savings-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 7vw, 100px); align-items: end; margin-bottom: 48px; }
.api-savings-head h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.8vw, 78px); }
.api-savings-head > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.workload-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); border-radius: 12px 12px 0 0; overflow: hidden; }
.workload-strip > div { min-height: 125px; padding: 24px; border-right: 1px solid var(--ink); background: var(--paper-deep); }
.workload-strip > div:last-child { border-right: 0; color: var(--accent-contrast); background: var(--accent); }
.workload-strip strong { display: block; margin-bottom: 18px; font: 400 35px/1 var(--serif); letter-spacing: -.04em; }
.workload-strip span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.workload-strip > div:last-child span { color: var(--accent-contrast); }
.api-cost-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); border-top: 0; border-radius: 0 0 12px 12px; overflow: hidden; }
.api-cost-card { min-width: 0; padding: 30px; border-right: 1px solid var(--ink); background: var(--white); }
.api-cost-card:last-child { border-right: 0; }
.api-cost-card-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.api-cost-card-head span { font: 10px var(--mono); text-transform: uppercase; }
.api-cost-card-head b { text-align: right; font-size: 13px; }
.api-rate { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.api-rate span { display: block; }
.api-cost-number { display: flex; align-items: flex-start; margin: 52px 0 35px; white-space: nowrap; }
.api-cost-number > span { margin: 8px 4px 0 0; font: 400 25px/1 var(--serif); }
.api-cost-number strong { font: 400 clamp(68px, 6vw, 94px)/.78 var(--serif); letter-spacing: -.075em; }
.api-cost-number.range strong { font-size: clamp(52px, 4.4vw, 68px); letter-spacing: -.06em; }
.api-cost-number small { align-self: flex-end; margin: 0 0 1px 10px; color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; white-space: normal; }
.api-cost-math { margin: 0; border-top: 1px solid var(--line); }
.api-cost-math > div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.api-cost-math dt { color: var(--muted); }
.api-cost-math dd { margin: 0; text-align: right; font-family: var(--mono); }
.api-gain { margin-top: 24px; padding: 18px; border: 1px solid var(--ink); border-radius: 8px; }
.api-gain.positive { color: var(--accent-contrast); background: var(--accent); }
.api-gain.neutral { background: var(--paper-deep); }
.api-gain span, .api-gain small { display: block; font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.api-gain strong { display: block; margin: 8px 0 6px; font: 400 25px/1 var(--serif); letter-spacing: -.03em; }
.api-gain small { color: var(--muted); line-height: 1.5; text-transform: none; }
.api-gain.positive small { color: rgba(255, 255, 255, .78); }
.break-even { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.api-savings-footnote { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.api-savings-footnote p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.api-savings-footnote strong { color: var(--ink); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; padding: 23px 0; cursor: pointer; font-family: var(--serif); font-size: 23px; list-style: none; }
.faq summary::after { content: "+"; font-family: var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 770px; padding: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.download-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 60px; }
.download-primary, .download-side { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.download-primary { min-height: 500px; color: var(--accent-contrast); background: var(--accent); }
.download-primary h2, .download-side h2 { margin: 70px 0 12px; font: 400 43px/1 var(--serif); letter-spacing: -.045em; }
.download-side h2 { margin-top: 45px; font-size: 33px; }
.download-primary p, .download-side p { color: #5d5948; font-size: 13px; line-height: 1.6; }
.download-primary p { color: rgba(255, 255, 255, .82); }
.download-primary .button.light { color: #171713; }
.download-side p { color: var(--muted); }
.download-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.system { display: inline-flex; margin-top: 17px; padding: 7px 9px; border: 1px solid rgba(23,23,19,.25); border-radius: 99px; font: 9px var(--mono); }
.install-command { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 14px; border-radius: 8px; color: #e9eadd; background: #171713; font: 10px var(--mono); }
.copy-button { flex: none; border: 0; color: var(--accent); background: transparent; cursor: pointer; font-size: 9px; }

.docs-layout { display: grid; grid-template-columns: 225px minmax(0, 780px); gap: 85px; align-items: start; padding: 85px 0 120px; }
.docs-nav { position: sticky; top: 110px; display: grid; gap: 8px; }
.docs-nav strong { margin-bottom: 10px; font-size: 11px; text-transform: uppercase; }
.docs-nav a { padding: 6px 0; color: var(--muted); font-size: 12px; }
.docs-nav a:hover { color: var(--ink); }
.docs-content { min-width: 0; }
.docs-content h1 { margin: 0 0 20px; font: 400 clamp(55px, 7vw, 86px)/1 var(--serif); letter-spacing: -.055em; }
.docs-content h2 { margin: 70px 0 13px; font: 400 37px var(--serif); letter-spacing: -.035em; }
.docs-content h3 { margin: 35px 0 9px; font-size: 16px; }
.docs-content p, .docs-content li { color: var(--muted); font-size: 13px; line-height: 1.75; }
.docs-content pre { overflow: auto; padding: 20px; border: 1px solid #30312c; border-radius: 9px; color: #d9ddcf; background: #14150f; font: 11px/1.7 var(--mono); }
.callout { margin: 27px 0; padding: 21px; border-left: 3px solid var(--accent); background: var(--paper-deep); }
.callout b { font-size: 12px; }
.callout p { margin: 6px 0 0; }

.legal-hero { padding-bottom: 78px; }
.legal-hero .legal-summary { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.legal-section { padding: 82px 0 125px; }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 820px); gap: clamp(55px, 8vw, 110px); align-items: start; }
.legal-nav { position: sticky; top: 110px; display: grid; gap: 3px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.legal-nav strong { margin-bottom: 12px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.legal-nav a { padding: 5px 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.legal-nav a:hover { color: var(--ink); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 120px; padding: 0 0 45px; border-bottom: 1px solid var(--line); }
.legal-content section + section { padding-top: 48px; }
.legal-content h2 { margin: 0 0 18px; font: 400 clamp(34px, 4vw, 47px)/1.05 var(--serif); letter-spacing: -.04em; }
.legal-content h3 { margin: 27px 0 8px; font-size: 13px; }
.legal-content p, .legal-content li { max-width: 790px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-related { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 30px; }
.legal-related span { margin-right: 5px; color: var(--muted); font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.legal-related a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); font-size: 10px; text-decoration: none; }
.legal-related a:hover { border-color: var(--ink); }

.security-diagram { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; align-items: center; margin-top: 55px; }
.boundary { position: relative; min-height: 220px; padding: 28px; border: 1px solid #47473e; border-radius: 12px; }
.boundary:not(:last-child)::after { position: absolute; top: 50%; right: -35px; color: var(--accent); content: "→"; }
.boundary small { color: var(--accent); font: 9px var(--mono); }
.boundary h3 { margin: 60px 0 10px; font: 400 28px var(--serif); }
.boundary p { color: #a9a99e; font-size: 11px; line-height: 1.6; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.value-grid article { min-height: 250px; padding: 34px; background: var(--paper); }
.value-grid h3 { margin: 70px 0 12px; font: 400 32px var(--serif); }
.value-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; }

.site-footer { margin-top: 110px; color: #d8d8cf; background: var(--dark); }
.footer-top { display: grid; grid-template-columns: minmax(380px, calc((100vw - var(--wrap)) / 2 + 360px)) 1fr; min-height: 425px; border-bottom: 1px solid #3b3b34; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; padding: 55px max(30px, calc((100vw - var(--wrap)) / 2)); padding-right: 50px; border-right: 1px solid #3b3b34; }
.footer-brand .brand { color: white; }
.footer-brand p { max-width: 280px; margin-top: 22px; color: #909088; font-size: 11px; line-height: 1.7; }
.footer-brand .button { margin-top: auto; white-space: nowrap; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 60px max(30px, calc((100vw - var(--wrap)) / 2)) 60px 55px; }
.footer-links div { display: flex; flex-direction: column; gap: 11px; }
.footer-links b { margin-bottom: 7px; color: white; font-size: 10px; text-transform: uppercase; }
.footer-links a { display: flex; align-items: center; min-height: 24px; color: #9c9c94; font-size: 10px; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; gap: 22px; align-items: center; min-height: 70px; color: #83837b; font-size: 9px; }
.footer-bottom span:first-child { margin-right: auto; }

html.js .reveal { opacity: 1; transform: translateY(24px); transition: transform .7s cubic-bezier(.16,1,.3,1); }
html.js .reveal.is-visible { opacity: 1; transform: none; }
html.js .home-page .reveal { opacity: 1; transition: transform .7s cubic-bezier(.16,1,.3,1); }
html.js .legal-hero .reveal { opacity: 1; transform: none; transition: none; }

@media (max-width: 1040px) {
  .nav-links { margin-left: 28px; }
  .nav-trigger, .nav-link { padding-inline: 8px; font-size: 13px; }
  .nav-actions .button.light { display: none; }
  .suite-card, .suite-card:nth-child(even) { min-height: 520px; grid-template-columns: .8fr 1.2fr; }
  .suite-card:nth-child(even) { grid-template-columns: 1.2fr .8fr; }
  .suite-copy { padding: 36px; }
  .window-grid { grid-template-columns: 1fr; }
  .code-pane { display: none; }
  .difference-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .announcement { padding-inline: 42px; font-size: 11px; }
  .site-header { z-index: 200; background: var(--paper); backdrop-filter: none; }
  .nav-shell { min-height: 70px; }
  .nav-actions .button { display: none; }
  .nav-actions .login { display: inline-flex; }
  .menu-toggle { display: block; margin-left: 12px; }
  .menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-6px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: 10; top: var(--mobile-menu-top, 70px); right: 0; bottom: auto; left: 0; display: none; overflow: auto; height: calc(100vh - var(--mobile-menu-top, 70px)); height: calc(100dvh - var(--mobile-menu-top, 70px)); flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 25px 24px 80px; border-top: 1px solid var(--line); background: var(--paper); overscroll-behavior: contain; }
  .nav-links.open { display: flex; }
  .nav-trigger, .nav-link { width: 100%; min-height: 55px; justify-content: space-between; padding: 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 25px; }
  .mega-menu { position: static; display: none; visibility: visible; width: 100% !important; grid-template-columns: 1fr; transform: none; border: 0; border-radius: 0; opacity: 1; box-shadow: none; }
  .nav-item.open .mega-menu { display: grid; }
  .mega-column { padding: 20px 0; }
  .mega-column.tinted { display: none; }
  .customer-logos { grid-template-columns: repeat(3, 1fr); }
  .customer-logos span:nth-child(n+4) { display: none; }
  .suite-card, .suite-card:nth-child(even) { grid-template-columns: 1fr; }
  .suite-card:nth-child(even) .suite-copy { order: 0; }
  .suite-copy { min-height: 390px; }
  .suite-visual, .suite-card:nth-child(even) .suite-visual { min-height: 390px; padding: 20px 0 0 20px; }
  .agent-window, .suite-card:nth-child(even) .agent-window { border-right: 0; border-left: 1px solid #33342f; border-radius: 12px 0 0; box-shadow: -18px 12px 35px rgba(23,23,18,.2); }
  .proof-board { border-radius: 12px 0 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story.featured { min-height: 430px; grid-row: auto; }
  .proof-head, .band-head { display: block; }
  .proof-head .button { margin-top: 25px; }
  .band-head p { margin-top: 22px; }
  .yellow-cta { grid-template-columns: 1fr; }
  .cta-copy { min-height: 420px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .cta-grid { min-height: 400px; }
  .explore { grid-template-columns: 1fr; }
  .explore-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .explore-card:last-child { border: 0; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability:nth-child(3n) { border-right: 1px solid var(--line); }
  .capability:nth-child(2n) { border-right: 0; }
  .capability:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .capability:nth-last-child(-n+2) { border-bottom: 0; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .plan-stage { grid-template-columns: 1fr; }
  .plan-price-block { min-height: 480px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .plan-inclusions { min-height: 560px; }
  .plan-assurances { grid-template-columns: 1fr; }
  .plan-assurances article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .plan-assurances article:last-child { border-bottom: 0; }
  .plan-assurances h3 { margin-top: 55px; }
  .api-savings-head { grid-template-columns: 1fr; gap: 24px; }
  .workload-strip { grid-template-columns: repeat(2, 1fr); }
  .workload-strip > div:nth-child(2) { border-right: 0; }
  .workload-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .api-cost-grid { grid-template-columns: 1fr; }
  .api-cost-card { border-right: 0; border-bottom: 1px solid var(--ink); }
  .api-cost-card:last-child { border-bottom: 0; }
  .api-savings-footnote { grid-template-columns: 1fr; gap: 14px; }
  .download-grid { grid-template-columns: 1fr; }
  .docs-layout { grid-template-columns: 1fr; gap: 45px; }
  .docs-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 24px; }
  .legal-nav strong { grid-column: 1 / -1; }
  .security-diagram { grid-template-columns: 1fr; }
  .boundary:not(:last-child)::after { top: auto; right: auto; bottom: -35px; left: 50%; transform: rotate(90deg); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { min-height: 280px; padding: 45px 24px; border-right: 0; border-bottom: 1px solid #3b3b34; }
  .footer-links { grid-template-columns: repeat(2, 1fr); padding: 45px 24px; }
}

@media (max-width: 540px) {
  .container, .narrow { width: min(100% - 28px, var(--wrap)); }
  .announcement strong { display: none; }
  .brand { width: 105px; height: 34px; }
  .brand-logo { width: 105px; height: 34px; }
  .site-header .brand, .site-header .brand-logo { width: 115.5px; height: 37.4px; }
  .home-hero { padding-top: 62px; }
  .home-hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .customer-logos { width: calc(100% - 28px); gap: 10px; }
  .suite { padding-bottom: 80px; }
  .suite-copy { min-height: 360px; padding: 28px; }
  .suite-copy h3 { font-size: 46px; }
  .suite-visual, .suite-card:nth-child(even) .suite-visual { min-height: 330px; }
  .map-body { grid-template-columns: 1fr; }
  .map-tree { display: none; }
  .proof-board { grid-template-columns: 1fr; }
  .proof-card { min-height: 125px; }
  .proof-section, .difference, .band { padding-block: 78px; }
  .stat-row { grid-template-columns: 1fr; gap: 30px; }
  .big-stat { border-right: 0; }
  .yellow-cta { border-radius: 8px; }
  .cta-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .page-hero { padding-block: 65px; }
  .page-hero h1 { font-size: clamp(55px, 17vw, 76px); }
  .single-plan { margin-bottom: 78px; }
  .api-savings { padding-bottom: 78px; }
  .api-savings-head h2 { font-size: 48px; }
  .workload-strip { grid-template-columns: 1fr; }
  .workload-strip > div, .workload-strip > div:nth-child(2) { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .workload-strip > div:last-child { border-bottom: 0; }
  .workload-strip strong { margin-bottom: 12px; }
  .api-cost-card { padding: 26px 22px; }
  .api-cost-number { margin-top: 42px; }
  .api-cost-number strong { font-size: 76px; }
  .api-cost-number.range strong { font-size: 54px; }
  .api-cost-math > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .api-cost-math dd { text-align: left; }
  .plan-price-block, .plan-inclusions { min-height: 0; padding: 45px 24px; }
  .annual-price { margin: 85px 0 28px; }
  .annual-price strong { font-size: 118px; }
  .annual-price small { margin-left: 10px; font-size: 10px; }
  .plan-inclusions h2 { margin: 85px 0 30px; font-size: 48px; }
  .inclusion-grid { grid-template-columns: 1fr; }
  .plan-action { align-items: flex-start; flex-direction: column; }
  .plan-assurances article { padding: 28px 24px; }
  .hero-aside { grid-template-columns: 1fr; gap: 25px; }
  .capability-grid, .process, .value-grid { grid-template-columns: 1fr; }
  .capability, .capability:nth-child(3n), .capability:nth-child(2n), .capability:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .capability:last-child { border-bottom: 0; }
  .download-primary { min-height: 430px; }
  .docs-nav { grid-template-columns: 1fr; }
  .legal-section { padding: 58px 0 82px; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-content section { padding-bottom: 38px; }
  .legal-content section + section { padding-top: 40px; }
  .legal-content h2 { font-size: 34px; }
  .legal-related { align-items: stretch; flex-direction: column; }
  .legal-related span { margin-bottom: 4px; }
  .footer-bottom { flex-wrap: wrap; padding-block: 24px; }
  .footer-bottom span:first-child { width: 100%; }
}

html[data-theme="dark"] {
  --ink: #f2f0e7;
  --muted: #aaa99f;
  --paper: #11120f;
  --paper-deep: #191b16;
  --panel: #20221c;
  --white: #171914;
  --line: #36392f;
  --accent-soft: #26331c;
  --mint: #29472f;
  --dark: #0b0c09;
  color-scheme: dark;
}
html[data-theme="dark"] ::selection { color: var(--accent-contrast); background: var(--accent); }
html[data-theme="dark"] .skip-link { color: var(--accent-contrast); background: var(--accent); }
html[data-theme="dark"] .announcement { color: #e7e5dc; background: #25271f; }
html[data-theme="dark"] .announcement strong { color: var(--accent-contrast); }
html[data-theme="dark"] .site-header { background: rgba(17, 18, 15, .92); }
html[data-theme="dark"] .site-header.is-scrolled { box-shadow: 0 8px 28px rgba(0, 0, 0, .3); }
html[data-theme="dark"] .brand-logo-default { display: none; }
html[data-theme="dark"] .brand-logo-dark { display: block; }
html[data-theme="dark"] .theme-toggle { background: #191b16; }
html[data-theme="dark"] .theme-toggle-icon { border-color: #4a4e41; background: #0d0e0b; }
html[data-theme="dark"] a:focus-visible, html[data-theme="dark"] button:focus-visible { outline-color: var(--accent); }
html[data-theme="dark"] .button.dark { border-color: var(--accent); color: var(--accent-contrast); background: var(--accent); box-shadow: 0 10px 28px rgba(0, 0, 0, .28); }
html[data-theme="dark"] .button.light { border-color: #3d4036; color: var(--ink); background: #191b16; }
html[data-theme="dark"] .button.yellow, html[data-theme="dark"] .arrow, html[data-theme="dark"] .mega-feature { color: var(--accent-contrast); }
html[data-theme="dark"] .mega-menu { background: var(--line); box-shadow: 0 28px 80px rgba(0, 0, 0, .5); }
html[data-theme="dark"] .site-footer { background: #0b0c09; }
html[data-theme="dark"] .single-plan { --ink: #171713; --muted: rgba(255, 255, 255, .78); color: var(--accent-contrast); }
html[data-theme="dark"] .single-plan .button.dark, html[data-theme="dark"] .download-primary .button.dark { border-color: #171713; color: #f8f7f3; background: #171713; }
html[data-theme="dark"] .single-plan .billing-switch button[aria-pressed="true"] { color: #f8f7f3; background: #171713; }
html[data-theme="dark"] .workload-strip > div:last-child, html[data-theme="dark"] .workload-strip > div:last-child span, html[data-theme="dark"] .api-gain.positive, html[data-theme="dark"] .download-primary { color: var(--accent-contrast); }
html[data-theme="dark"] .api-gain.positive { border-color: #171713; }
html[data-theme="dark"] .yellow-cta { --ink: #171713; --muted: rgba(255, 255, 255, .78); --white: #f8f7f3; --line: rgba(23, 23, 19, .35); color: var(--accent-contrast); border-color: #171713; }
html[data-theme="dark"] .yellow-cta .button.dark { border-color: #171713; color: #f8f7f3; background: #171713; }
html[data-theme="dark"] .yellow-cta .button.light { border-color: rgba(23, 23, 19, .35); color: #171713; background: #f8f7f3; }
html[data-theme="dark"] .band.yellow { color: var(--accent-contrast); }
html[data-theme="dark"] .band.yellow .band-head p { color: rgba(255, 255, 255, .82); }
html[data-theme="dark"] .band.yellow .value-grid article { color: var(--ink); }
html[data-theme="dark"] .download-process { border-color: #393932; background: #393932; }
html[data-theme="dark"] .download-process article { color: #f2f0e7; background: #171713; }
html[data-theme="dark"] .download-process span { color: var(--accent); }
html[data-theme="dark"] .download-process p { color: #aaa99f; }
html[data-theme="dark"] .home-page .customer-logos { color: #d8d7ce; }
html[data-theme="dark"] .home-page .suite-card { border-color: #393c32; background: var(--panel); box-shadow: 0 20px 48px rgba(0, 0, 0, .32); }
html[data-theme="dark"] .home-page .suite-copy p { color: var(--muted); }
html[data-theme="dark"] .home-page .agent-window { box-shadow: -20px 15px 45px rgba(0, 0, 0, .4); }
html[data-theme="dark"] .home-page .context-map { border-color: #3b3e34; background: #151711; box-shadow: 18px 15px 45px rgba(0, 0, 0, .38); }
html[data-theme="dark"] .home-page .map-tree { color: #9b9d94; }
html[data-theme="dark"] .home-page .map-bar span { color: #d8edd5; background: #28432d; }
html[data-theme="dark"] .home-page .context-chips span { background: #191b16; }
html[data-theme="dark"] .home-page .proof-board { border-color: #3b3e34; background: #3b3e34; box-shadow: -18px 15px 45px rgba(0, 0, 0, .38); }
html[data-theme="dark"] .home-page .proof-card { background: #171914; }
html[data-theme="dark"] .home-page .proof-card.dark { color: #f4f2e9; background: #0c0d0a; }
html[data-theme="dark"] .home-page .proof-card.yellow { --muted: rgba(255, 255, 255, .76); color: var(--accent-contrast); background: var(--accent); }
html[data-theme="dark"] .home-page .proof-section { background: #151711; }
html[data-theme="dark"] .home-page .story { background: #191b16; }
html[data-theme="dark"] .home-page .story.featured { color: #f4f2e9; background: #0c0d0a; }
html[data-theme="dark"] .home-page .story.featured p { color: #b8b9b0; }
html[data-theme="dark"] .home-page .story-metrics span { color: #a7a89f; }
html[data-theme="dark"] .home-page .benefit i { background: #20231c; }
html[data-theme="dark"] .home-page .explore-card { transition: background .18s ease; }
html[data-theme="dark"] .home-page .explore-card:hover { background: #171914; }

@media (max-width: 820px) {
  html[data-theme="dark"] .site-header, html[data-theme="dark"] .nav-links { background: var(--paper); }
}

@media (max-width: 540px) {
  .theme-toggle { width: 43px; justify-content: center; padding: 0; }
  .theme-toggle-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.js .reveal { opacity: 1; transform: none; }
}

/* One plan, two billing frequencies. */
.pricing-options { font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; margin: 22px 0; }
.pricing-options > span { font-family: var(--sans); font-size: 14px; padding: 0 8px; color: var(--muted); }
.billing-switch { display: flex; width: fit-content; flex-wrap: wrap; gap: 4px; padding: 4px; margin: 24px 0 28px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 10px; background: #ffffff30; }
.billing-switch button { border: 0; background: transparent; color: var(--accent-contrast); padding: 12px 13px; border-radius: 7px; font: 600 13px var(--sans); cursor: pointer; }
.billing-switch button[aria-pressed="true"] { background: var(--dark); color: white; }
.billing-switch button:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.billing-switch button span { font-size: 11px; margin-left: 4px; }
.annual-price { flex-wrap: wrap; }
.annual-price strong { font-size: clamp(75px, 8vw, 125px); }
.plan-price-block .plan-billing-note { margin: 18px 0; font-size: 12px; }
@media (max-width: 600px) { .annual-price strong { font-size: clamp(68px, 17vw, 100px); } }
