:root {
  --ink: #07111f;
  --ink-soft: #0d1b2d;
  --earth: #59b84d;
  --engine: #1772aa;
  --lime: #a4d637;
  --ice: #dff7f6;
  --cyan: #42b8d4;
  --mint: #72c967;
  --blue: #1772aa;
  --amber: #a4d637;
  --paper: #f3f3ed;
  --text: #102030;
  --muted: #63717b;
  --line: #d4d8d2;
  --shell: min(1240px, calc(100vw - 64px));
  --radius: 22px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--ink);
  color: #f4fbfc;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.studio-logo { position: relative; display: inline-block; aspect-ratio: 29 / 21; overflow: hidden; flex: 0 0 auto; }
.studio-logo > img, .studio-logo-animation { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.studio-logo > img { object-fit: contain; transition: opacity 120ms ease; }
.studio-logo-animation { opacity: 0; transition: opacity 120ms ease; }
.studio-logo-animation svg { display: block; }
.studio-logo-ready > img { opacity: 0; }
.studio-logo-ready .studio-logo-animation { opacity: 1; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--lime); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; transition: background 180ms ease, border 180ms ease, backdrop-filter 180ms ease; }
.site-header.scrolled { background: rgba(7, 17, 31, 0.88); border-bottom: 1px solid rgba(89, 184, 77, 0.18); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; }
.brand img { width: 41px; height: 41px; }
.brand .brand-logo { width: 58px; height: 42px; }
.brand .brand-logo > img { width: 100%; height: 100%; }
.brand-wordmark { display: inline-flex; align-items: baseline; color: #f4fbfc; font-size: clamp(15px, 1.45vw, 19px); font-weight: 800; letter-spacing: -0.065em; line-height: 1; text-transform: lowercase; white-space: nowrap; }
.wordmark-earth { color: #59b84d; }
.wordmark-engine { color: #1772aa; }
.wordmark-dot { margin-inline: 0.03em; color: #a4d637; }
.wordmark-studio { color: #f4fbfc; font-weight: 500; letter-spacing: -0.045em; }
.brand:hover .wordmark-earth, .brand:focus-visible .wordmark-earth { color: #a4d637; }
.brand:hover .wordmark-engine, .brand:focus-visible .wordmark-engine { color: #158ebc; }
.site-nav { display: flex; align-items: center; gap: 33px; }
.site-nav a { color: #b8c4cb; font-size: 14px; font-weight: 540; text-decoration: none; transition: color 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-cta { padding: 11px 17px; color: #dff5dc; border: 1px solid rgba(89, 184, 77, 0.48); border-radius: 999px; background: rgba(89, 184, 77, 0.08); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.nav-cta span { display: inline-block; margin-left: 6px; }
.menu-button { display: none; }
.language-switcher { position: relative; color: #b8c4cb; }
.language-switcher summary { min-width: 58px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 11px; color: inherit; background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(189, 248, 255, 0.15); border-radius: 999px; cursor: pointer; font: 700 11px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 0.08em; list-style: none; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary:hover, .language-switcher summary:focus-visible, .language-switcher[open] summary { color: #fff; background: rgba(110, 231, 242, 0.07); border-color: rgba(110, 231, 242, 0.42); }
.language-chevron { color: var(--cyan); font-size: 13px; line-height: 1; transition: transform 160ms ease; }
.language-switcher[open] .language-chevron { transform: rotate(180deg); }
.language-menu { position: absolute; z-index: 120; top: calc(100% + 11px); right: 0; min-width: 220px; display: grid; gap: 3px; padding: 8px; color: #bdcbd1; background: rgba(7, 17, 31, 0.98); border: 1px solid rgba(189, 248, 255, 0.16); border-radius: 12px; box-shadow: 0 20px 55px rgba(0, 0, 0, 0.38); backdrop-filter: blur(18px); }
.language-menu::before { content: ""; position: absolute; right: 20px; top: -6px; width: 10px; height: 10px; background: #091522; border-top: 1px solid rgba(189, 248, 255, 0.16); border-left: 1px solid rgba(189, 248, 255, 0.16); transform: rotate(45deg); }
.language-menu a, .site-nav .language-menu a { position: relative; display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 10px 12px; color: #9eb0b9; border-radius: 7px; font-size: 12px; font-weight: 550; text-decoration: none; }
.language-menu a span { color: #5f7783; font: 700 9px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 0.08em; }
.language-menu a:hover, .language-menu a:focus-visible { color: #fff; background: rgba(110, 231, 242, 0.08); }
.language-menu a[aria-current="page"] { color: var(--ice); background: rgba(110, 231, 242, 0.11); }
.language-menu a[aria-current="page"] span { color: var(--cyan); }

.hero { position: relative; min-height: 940px; padding: 170px 0 36px; overflow: hidden; background: radial-gradient(circle at 74% 30%, rgba(23, 114, 170, 0.24), transparent 32%), radial-gradient(circle at 83% 61%, rgba(89, 184, 77, 0.12), transparent 27%), linear-gradient(145deg, #07111f 0%, #081827 48%, #07111f 100%); }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: 0.34; background-image: linear-gradient(rgba(23, 114, 170, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(89, 184, 77, 0.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at 64% 36%, #000 0, transparent 65%); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { top: 150px; right: 12%; width: 400px; height: 400px; border: 1px solid rgba(89, 184, 77, 0.13); box-shadow: inset 0 0 130px rgba(23, 114, 170, 0.09); }
.hero-glow-two { top: 258px; right: 20%; width: 165px; height: 165px; background: rgba(89, 184, 77, 0.13); filter: blur(70px); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 0.84fr 1.16fr; align-items: center; gap: 74px; }
.hero-copy { padding-top: 12px; }
.eyebrow, .section-kicker { color: var(--lime); font-size: 11px; font-weight: 760; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow { display: flex; gap: 10px; align-items: center; }
.eyebrow i { display: block; width: 28px; height: 1px; background: linear-gradient(90deg, var(--earth), var(--engine)); }
.hero h1 { margin: 27px 0 25px; font-size: clamp(58px, 6.3vw, 98px); font-weight: 560; line-height: 0.93; letter-spacing: -0.065em; }
.hero h1 span { color: transparent; background: linear-gradient(95deg, var(--lime) 0%, var(--earth) 38%, var(--cyan) 68%, #6dbce5 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 610px; margin: 0; color: #9eafb9; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 23px; border: 0; border-radius: 5px; font-size: 14px; font-weight: 720; text-decoration: none; letter-spacing: -0.01em; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button-primary { color: var(--ink); background: linear-gradient(135deg, var(--lime), #78c94f); box-shadow: 0 8px 34px rgba(89, 184, 77, 0.24); }
.button-primary:hover, .button-primary:focus-visible { transform: translateY(-2px); background: linear-gradient(135deg, #b7e64f, var(--earth)); box-shadow: 0 13px 40px rgba(89, 184, 77, 0.34); }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: #c9d6dc; font-size: 14px; font-weight: 640; text-decoration: none; }
.text-link span { color: var(--cyan); transition: transform 160ms ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-note { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 31px; color: #718690; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: 0.04em; text-transform: uppercase; }
.free-editor-pill { margin-right: 4px; padding: 5px 9px; color: #e9ffd0; background: rgba(89, 184, 77, 0.13); border: 1px solid rgba(164, 214, 55, 0.55); border-radius: 999px; box-shadow: 0 0 20px rgba(89, 184, 77, 0.1); font-weight: 800; letter-spacing: 0.07em; }
.note-divider { width: 1px; height: 10px; margin-inline: 5px; background: rgba(255, 255, 255, 0.2); }
.locale-notice { max-width: 560px; display: flex; gap: 8px; align-items: center; margin: 14px 0 0; color: #6f8792; font-size: 11px; line-height: 1.45; }
.locale-notice span { color: var(--amber); }

.product-stage { position: relative; min-width: 0; perspective: 1300px; }
.product-window { position: relative; z-index: 2; width: 780px; max-width: 100%; margin-left: auto; overflow: hidden; background: #08101a; border: 1px solid rgba(189, 248, 255, 0.19); border-radius: 14px; box-shadow: var(--shadow), 0 0 80px rgba(74, 194, 210, 0.08); transform: rotateY(-3deg) rotateX(1deg); transform-origin: center; }
.product-window-real { display: block; aspect-ratio: 1600 / 940; color: #fff; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 220ms ease; }
.product-window-real:hover, .product-window-real:focus-visible { border-color: rgba(89, 184, 77, 0.58); box-shadow: var(--shadow), 0 0 90px rgba(23, 114, 170, 0.2); transform: rotateY(-1deg) translateY(-3px); }
.product-window-real img { width: 100%; height: 100%; object-fit: cover; }
.product-window-real::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 70%, rgba(5, 12, 21, 0.68)); }
.capture-label { position: absolute; z-index: 2; left: 18px; bottom: 16px; display: flex; align-items: center; gap: 8px; padding: 8px 10px; color: #dce9ed; background: rgba(7, 17, 31, 0.84); border: 1px solid rgba(189, 248, 255, 0.23); border-radius: 6px; backdrop-filter: blur(9px); font: 700 9px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 0.07em; text-transform: uppercase; }
.capture-label i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 9px rgba(164, 214, 55, 0.68); }.capture-label b { color: var(--cyan); }
.window-bar { height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 13px; color: #80909b; background: #101a27; border-bottom: 1px solid #1d2a38; font-size: 9px; }
.window-controls { display: flex; gap: 5px; }
.window-controls i { width: 7px; height: 7px; border-radius: 50%; background: #3d4955; }
.window-controls i:first-child { background: #d16e67; }.window-controls i:nth-child(2) { background: #d3a958; }.window-controls i:last-child { background: #5da97d; }
.window-title { display: flex; align-items: center; gap: 7px; }.window-title span { width: 5px; height: 5px; border-radius: 50%; background: var(--amber); }
.window-mode { justify-self: end; padding: 2px 5px; color: #e7c86e; border: 1px solid rgba(255, 209, 102, 0.25); border-radius: 3px; }
.workspace { display: grid; grid-template-columns: 37px minmax(260px, 0.9fr) minmax(285px, 1.1fr); height: 424px; }
.workspace-rail { display: flex; flex-direction: column; gap: 4px; padding: 9px 5px; background: #0d1723; border-right: 1px solid #1c2a38; }
.workspace-rail button { width: 26px; height: 29px; padding: 0; color: #596a76; background: transparent; border: 0; border-radius: 4px; font-size: 16px; }
.workspace-rail .rail-active { color: var(--cyan); background: rgba(110, 231, 242, 0.08); box-shadow: inset 2px 0 var(--cyan); }
.code-panel { display: flex; flex-direction: column; min-width: 0; background: #0a1320; border-right: 1px solid #24313d; }
.code-tabs { height: 29px; display: flex; gap: 17px; align-items: center; padding-left: 12px; color: #60707d; background: #0d1723; border-bottom: 1px solid #1d2936; font-size: 8px; }
.code-tabs span { height: 100%; display: flex; align-items: center; }.code-tabs .active { color: #c6d3d9; border-bottom: 1px solid var(--cyan); }
.code-panel pre { flex: 1; margin: 0; padding: 17px 12px 10px; overflow: hidden; color: #b3c2cb; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8.25px; line-height: 2.05; white-space: pre; }
.code-panel .ln { display: inline-block; width: 21px; color: #3f5261; user-select: none; }.code-panel .kw { color: #d997e7; }.code-panel .fn { color: #6ee7f2; }.code-panel .str { color: #d4c576; }.code-panel .num { color: #7db7ff; }
.code-status { height: 20px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; color: #58707e; background: #0d1723; font-size: 7px; }.code-status span:last-child { color: #6c9f88; }
.map-panel { position: relative; min-width: 0; overflow: hidden; background: #15252f; }
.map-terrain { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(140deg, #283945 0%, #1d3c42 44%, #20313b 70%, #17222c 100%); }
.map-terrain::before, .map-terrain::after { content: ""; position: absolute; inset: -30%; background-image: repeating-radial-gradient(ellipse at 56% 45%, transparent 0 10px, rgba(189, 248, 255, 0.11) 11px, transparent 12px 20px); transform: rotate(-17deg) scale(1.35); }
.map-terrain::after { inset: -15%; opacity: 0.4; transform: rotate(34deg) scale(1.6); }
.terrain { position: absolute; opacity: 0.7; border-radius: 45% 55% 58% 42%; background: #2d4b48; filter: blur(1px); }
.terrain-one { width: 65%; height: 40%; top: -7%; left: -18%; transform: rotate(18deg); }.terrain-two { width: 80%; height: 45%; right: -37%; top: 17%; transform: rotate(-40deg); }.terrain-three { width: 60%; height: 38%; left: 8%; bottom: -18%; transform: rotate(24deg); }.terrain-four { width: 28%; height: 18%; left: 31%; top: 31%; transform: rotate(-8deg); }
.heat { position: absolute; border-radius: 50%; filter: blur(18px); mix-blend-mode: screen; }.heat-one { width: 120px; height: 170px; left: 26%; top: 18%; background: rgba(255, 107, 85, 0.55); transform: rotate(33deg); }.heat-two { width: 90px; height: 110px; right: 13%; bottom: 13%; background: rgba(255, 209, 102, 0.4); }.heat-three { width: 60px; height: 80px; left: 7%; bottom: 20%; background: rgba(86, 158, 255, 0.38); }
.scan-line { position: absolute; z-index: 2; inset: 0 auto 0 -25%; width: 23%; background: linear-gradient(90deg, transparent, rgba(189, 248, 255, 0.15), rgba(189, 248, 255, 0.35), transparent); transform: skewX(-15deg); animation: scan 6s ease-in-out infinite; }
@keyframes scan { 0%, 16% { left: -30%; } 75%, 100% { left: 120%; } }
.map-toolbar { position: absolute; top: 11px; right: 11px; display: grid; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 4px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3); }
.map-toolbar button { width: 24px; height: 23px; padding: 0; color: #d7e0e4; background: rgba(8, 16, 26, 0.76); border: 0; font-size: 12px; }.map-toolbar button + button { border-top: 1px solid rgba(255, 255, 255, 0.12); }
.map-label { position: absolute; left: 11px; bottom: 30px; display: flex; gap: 6px; align-items: center; padding: 6px 7px; color: #d9e4e7; background: rgba(8, 16, 26, 0.84); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; font-size: 7px; backdrop-filter: blur(7px); }.map-label i { width: 5px; height: 5px; border-radius: 50%; background: #ff765d; box-shadow: 0 0 7px #ff765d; }.map-label span { color: #718490; }
.map-coords { position: absolute; right: 8px; bottom: 6px; color: rgba(219, 231, 235, 0.58); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 6px; }
.console-bar { height: 55px; display: grid; grid-template-columns: 0.6fr 1.5fr auto; align-items: center; background: #0d1723; border-top: 1px solid #23313d; font-size: 8px; }
.console-bar > div { align-self: stretch; display: flex; align-items: flex-start; gap: 19px; padding: 9px 12px; color: #647682; }.console-bar > div span:first-child { color: #c8d5d9; border-bottom: 1px solid var(--cyan); padding-bottom: 5px; }
.console-bar p { display: flex; gap: 7px; align-items: center; margin: 0; color: #80909a; }.console-bar p i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.console-bar button { height: 29px; margin-right: 11px; padding: 0 13px; color: var(--ink); background: var(--mint); border: 0; border-radius: 4px; font-size: 8px; font-weight: 780; cursor: pointer; }
.console-bar .spinner { display: inline-block; width: 8px; height: 8px; border: 1px solid rgba(7, 17, 31, 0.35); border-top-color: var(--ink); border-radius: 50%; animation: spin 700ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.orbit { position: absolute; z-index: 1; pointer-events: none; border: 1px solid rgba(23, 114, 170, 0.24); border-radius: 50%; transform: rotate(-23deg); }.orbit::after { content: ""; position: absolute; top: 48%; right: -5px; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 16px var(--lime); }.orbit-a { inset: -68px -84px -70px 11%; }.orbit-b { inset: 6% -45px -40px 32%; border-color: rgba(89, 184, 77, 0.28); transform: rotate(29deg); opacity: 0.64; }
.floating-chip { position: absolute; z-index: 3; display: flex; gap: 9px; align-items: center; min-width: 125px; padding: 9px 11px; color: #d8e4e8; background: rgba(12, 27, 42, 0.86); border: 1px solid rgba(189, 248, 255, 0.18); border-radius: 8px; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24); backdrop-filter: blur(12px); font-size: 9px; }
.floating-chip small { display: block; color: #637987; font-size: 7px; text-transform: uppercase; letter-spacing: 0.1em; }.chip-one { left: -30px; bottom: 92px; }.chip-one i { width: 21px; height: 21px; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: inset 0 0 10px rgba(110, 231, 242, 0.22); }.chip-one i::after { content: ""; display: block; width: 5px; height: 5px; margin: 7px; border-radius: 50%; background: var(--cyan); }.chip-two { right: -22px; top: 68px; }.python-mark { display: grid; width: 23px; height: 23px; place-items: center; color: #bcd0ff; background: rgba(91, 140, 255, 0.16); border: 1px solid rgba(91, 140, 255, 0.42); border-radius: 5px; font-weight: 720; }
.run-complete .map-panel { animation: map-flash 850ms ease; }@keyframes map-flash { 50% { filter: saturate(1.4) brightness(1.12); } }

.proof-strip { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; margin-top: 120px; padding-top: 28px; color: #667b87; border-top: 1px solid rgba(89, 184, 77, 0.15); font-size: 12px; }.proof-strip p { margin: 0; }.proof-strip strong { color: #d1e0e5; font-weight: 600; }.proof-strip ul { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; }.proof-strip li::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 9px 2px 0; background: linear-gradient(135deg, var(--earth), var(--engine)); border-radius: 50%; }

.section { padding: 132px 0; }.section-light { color: var(--text); background: linear-gradient(180deg, #f6f7f1, var(--paper)); }.section-heading { display: grid; grid-template-columns: 1fr 0.75fr; gap: 80px; align-items: end; margin-bottom: 70px; }.section-light .section-kicker { color: var(--engine); }
.section h2, .cta-section h2 { margin: 18px 0 0; font-size: clamp(45px, 5vw, 76px); font-weight: 570; line-height: 1.02; letter-spacing: -0.055em; }.section h2 em, .cta-section h2 em { color: #4c5d66; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-weight: 400; }.section-heading > p { max-width: 480px; margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.feature-card { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 31px; background: #eaebe5; border: 1px solid #d6d9d2; border-radius: var(--radius); }.feature-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(155deg, rgba(255, 255, 255, 0.62), transparent 45%); }
.card-number { position: relative; z-index: 2; color: #77838a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }.card-copy { position: relative; z-index: 2; max-width: 490px; }.card-copy h3 { margin: 0 0 10px; font-size: 27px; font-weight: 620; letter-spacing: -0.035em; }.card-copy p { margin: 0; color: #69757b; font-size: 14px; line-height: 1.65; }
.language-pills { position: absolute; z-index: 2; top: 28px; right: 28px; display: flex; gap: 5px; }.language-pills span { padding: 5px 8px; color: #31525c; background: rgba(255, 255, 255, 0.65); border: 1px solid rgba(51, 88, 94, 0.13); border-radius: 4px; font-size: 8px; }
.feature-shot { position: absolute; z-index: 1; inset: 0 0 145px; overflow: hidden; background: #0d1723; }
.feature-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, #eaebe5 100%); }
.feature-shot img { width: 100%; height: 100%; object-fit: cover; }
.feature-map .card-number, .feature-output .card-number { padding: 5px 7px; color: #dbe9ed; background: rgba(7, 17, 31, 0.75); border: 1px solid rgba(189, 248, 255, 0.18); border-radius: 4px; backdrop-filter: blur(7px); justify-self: start; align-self: start; }
.code-sample { position: absolute; z-index: 2; inset: 86px 47px auto; padding: 19px 24px 23px; color: #bfcbd3; background: #0c1724; border: 1px solid #283845; border-radius: 12px; box-shadow: 0 24px 40px rgba(12, 23, 36, 0.19); }
.code-sample small { display: block; margin-bottom: 16px; color: #7e929d; font: 700 8px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.08em; text-transform: uppercase; }.code-sample pre { margin: 0; font: 10px/2.1 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }.code-sample b { color: #d997e7; font-weight: 400; }.code-sample i { color: var(--cyan); font-style: normal; }.code-sample u { color: #d7c879; text-decoration: none; }
.map-choice { position: absolute; z-index: 2; inset: 50px 30px auto; height: 310px; }.map-orb { position: absolute; width: 250px; height: 250px; left: 50%; top: 5px; margin-left: -125px; overflow: hidden; background: radial-gradient(circle at 35% 31%, #447571 0, #244947 32%, #112c32 72%); border: 1px solid #315964; border-radius: 50%; box-shadow: 0 22px 45px rgba(16, 55, 63, 0.24); }.map-orb::before, .map-orb::after, .map-orb i { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(189, 248, 255, 0.24); border-radius: 50%; }.map-orb::after { inset: 16px 63px; }.map-orb i:first-child { inset: 63px 16px; }.map-orb i:nth-child(2) { inset: 16px 88px; }.map-orb i:nth-child(3) { inset: 88px 16px; }.map-orb span { position: absolute; left: 34px; top: 66px; width: 190px; height: 100px; border: 2px solid var(--cyan); border-color: var(--cyan) transparent transparent; border-radius: 50%; transform: rotate(-24deg); }.map-orb span::after { content: ""; position: absolute; right: 5px; top: 12px; width: 7px; height: 7px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 10px var(--amber); }
.provider-stack { position: absolute; right: 2px; top: 92px; display: grid; gap: 6px; }.provider-stack span { min-width: 105px; padding: 7px 10px; color: #63747b; background: rgba(247, 247, 243, 0.92); border: 1px solid #d0d7d2; border-radius: 5px; box-shadow: 0 7px 20px rgba(20, 37, 41, 0.08); font-size: 9px; }.provider-stack .active { color: #144049; border-color: #5ab9c3; box-shadow: inset 2px 0 #3daeba; }
.branch-visual { position: absolute; z-index: 2; inset: 60px 46px auto; height: 300px; }.branch-line { position: absolute; display: block; width: 2px; background: #70909a; }.main-line { height: 240px; left: 23%; top: 7px; }.side-line { width: 120px; height: 115px; left: 23%; top: 46px; background: transparent; border: 2px solid #4dafb9; border-left: 0; border-bottom-right-radius: 60px; border-top-right-radius: 60px; }.node { position: absolute; width: 11px; height: 11px; margin-left: -4px; background: var(--paper); border: 2px solid #70909a; border-radius: 50%; }.n1 { left: 23%; top: 18px; }.n2 { left: 23%; top: 92px; border-color: #4dafb9; }.n3 { left: calc(23% + 118px); top: 92px; border-color: #4dafb9; }.n4 { left: 23%; top: 205px; }
.file-pill { position: absolute; min-width: 190px; padding: 13px 15px; color: #30424c; background: rgba(255, 255, 255, 0.67); border: 1px solid #ced4cf; border-radius: 8px; box-shadow: 0 12px 25px rgba(29, 46, 53, 0.08); font: 10px ui-monospace, monospace; }.file-pill b { float: right; color: #23856e; font-weight: 500; }.file-one { left: 44%; top: 29px; transform: rotate(1deg); }.file-two { left: 33%; top: 136px; transform: rotate(-1deg); }
.output-visual { position: absolute; z-index: 2; inset: 78px 48px auto; height: 270px; padding: 25px 24px 34px; background: #0d1926; border: 1px solid #2a3a47; border-radius: 12px; box-shadow: 0 22px 40px rgba(12, 23, 36, 0.18); }.chart-bars { height: 175px; display: flex; align-items: end; gap: 13px; padding: 0 12px 20px; border-left: 1px solid #2b3c49; border-bottom: 1px solid #2b3c49; }.chart-bars i { flex: 1; height: 32%; background: linear-gradient(var(--cyan), #357580); border-radius: 2px 2px 0 0; opacity: 0.82; }.chart-bars i:nth-child(2) { height: 58%; }.chart-bars i:nth-child(3) { height: 45%; }.chart-bars i:nth-child(4) { height: 76%; }.chart-bars i:nth-child(5) { height: 62%; }.chart-bars i:nth-child(6) { height: 91%; background: linear-gradient(var(--amber), #b37b38); }.chart-bars i:nth-child(7) { height: 70%; }.chart-line { position: absolute; left: 52px; right: 34px; top: 107px; height: 2px; background: linear-gradient(90deg, transparent, var(--mint), var(--mint)); transform: rotate(-7deg); box-shadow: 0 0 9px rgba(114, 241, 184, 0.45); }.output-tabs { position: absolute; bottom: 9px; left: 24px; display: flex; gap: 19px; color: #5e7380; font-size: 8px; }.output-tabs span:nth-child(2) { color: #bed0d5; }

.workflow-section { position: relative; overflow: hidden; background: #0a1725; }.workflow-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 43%, rgba(23, 114, 170, 0.2), transparent 32%), radial-gradient(circle at 82% 74%, rgba(89, 184, 77, 0.08), transparent 28%); }.workflow-layout { position: relative; display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 120px; }.workflow-copy { position: sticky; top: 140px; align-self: start; }.workflow-copy h2 { margin-bottom: 26px; }.workflow-copy h2 em { color: #8da6af; }.workflow-copy > p { max-width: 430px; margin: 0 0 32px; color: #8da0aa; font-size: 16px; line-height: 1.75; }.text-link-light { color: #d3e0e4; }.text-link-light:hover span { transform: translate(3px, -3px); }
.workflow-steps { margin: 0; padding: 0; list-style: none; }.workflow-steps li { min-height: 156px; display: grid; grid-template-columns: 50px 1fr auto; gap: 27px; align-items: center; border-top: 1px solid rgba(23, 114, 170, 0.2); }.workflow-steps li:last-child { border-bottom: 1px solid rgba(89, 184, 77, 0.2); }.workflow-steps > li > span { display: grid; width: 43px; height: 43px; place-items: center; color: var(--lime); border: 1px solid rgba(89, 184, 77, 0.38); border-radius: 50%; font: 9px ui-monospace, monospace; }.workflow-steps li:nth-child(even) > span { color: var(--cyan); border-color: rgba(23, 114, 170, 0.55); }.workflow-steps h3 { margin: 0 0 8px; color: #eff8fa; font-size: 24px; font-weight: 550; letter-spacing: -0.025em; }.workflow-steps p { max-width: 420px; margin: 0; color: #718791; font-size: 13px; line-height: 1.55; }.workflow-steps b { color: #7c929d; font: 9px ui-monospace, monospace; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }

.foundation-section { color: var(--text); background: var(--paper); }.foundation-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.foundation-visual { position: relative; min-height: 580px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 38% 30%, rgba(89, 184, 77, 0.16), transparent 31%), radial-gradient(circle at 68% 63%, rgba(23, 114, 170, 0.28), transparent 38%), #0c1926; border-radius: 50% 50% 7% 50%; box-shadow: 0 25px 60px rgba(20, 37, 50, 0.17); }.foundation-visual::before { content: ""; position: absolute; inset: 0; opacity: 0.38; background-image: linear-gradient(rgba(23, 114, 170, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(89, 184, 77, 0.1) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle, #000 0, transparent 72%); }
.foundation-globe { position: relative; z-index: 2; width: 260px; height: 260px; overflow: hidden; background: radial-gradient(circle at 37% 30%, #39794b 0, #1b4f54 42%, #0b2436 75%); border: 2px solid var(--cyan); border-radius: 50%; box-shadow: inset -30px -20px 70px rgba(0, 0, 0, 0.4), 0 0 55px rgba(23, 114, 170, 0.28); }.foundation-globe::before, .foundation-globe::after, .foundation-globe span { content: ""; position: absolute; border: 1px solid rgba(223, 247, 246, 0.38); border-radius: 50%; }.foundation-globe::before { inset: 13px 69px; }.foundation-globe::after { inset: 13px 101px; }.foundation-globe .latitude { inset: 69px 13px; }.foundation-globe .lat-two { inset: 101px 13px; }.foundation-globe i { position: absolute; right: 40px; top: 56px; width: 10px; height: 10px; background: var(--lime); border: 2px solid #122733; border-radius: 50%; box-shadow: 0 0 15px var(--lime); }
.foundation-ring { position: absolute; z-index: 3; width: 380px; height: 150px; border: 2px solid var(--engine); border-color: var(--engine) transparent var(--earth) var(--engine); border-radius: 50%; transform: rotate(-24deg); }.ring-two { width: 470px; height: 260px; opacity: 0.28; border-width: 1px; border-color: var(--earth) transparent var(--engine) var(--earth); transform: rotate(32deg); }.foundation-label { position: absolute; z-index: 4; min-width: 150px; padding: 10px 12px; color: #d7e5e9; background: rgba(13, 29, 43, 0.86); border: 1px solid rgba(23, 114, 170, 0.35); border-radius: 6px; box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2); font-size: 10px; backdrop-filter: blur(8px); }.foundation-label small { display: block; color: #78919b; font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; }.label-core { left: 8%; bottom: 21%; }.label-studio { right: 7%; top: 22%; border-color: rgba(89, 184, 77, 0.54); }
.foundation-copy .section-kicker { color: var(--engine); }.foundation-copy h2 { margin-bottom: 28px; }.large-copy { margin: 0 0 38px; color: #5f6d74; font-size: 17px; line-height: 1.72; }.foundation-points { display: grid; gap: 17px; }.foundation-points > div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding-top: 17px; border-top: 1px solid var(--line); }.foundation-points span { color: var(--earth); font-size: 20px; font-weight: 300; line-height: 1; }.foundation-points p { margin: 0; color: #6d787e; font-size: 13px; line-height: 1.55; }.foundation-points strong { display: block; margin-bottom: 2px; color: #243640; font-size: 14px; }

.craft-section { color: #10241d; background: linear-gradient(110deg, var(--lime) 0%, #7ccb4b 48%, var(--earth) 100%); }.craft-inner { min-height: 260px; display: grid; grid-template-columns: auto 1fr 0.9fr; gap: 58px; align-items: center; }.craft-mark { display: grid; width: 70px; height: 70px; place-items: center; color: var(--ice); background: #0c3b59; border-radius: 50%; font-size: 35px; box-shadow: 0 9px 26px rgba(7, 17, 31, 0.2); }.craft-inner > p { margin: 0; font-size: clamp(35px, 4vw, 56px); line-height: 1.02; letter-spacing: -0.055em; }.craft-inner s { color: #3b6d47; text-decoration-thickness: 2px; text-decoration-color: #17415a; }.craft-inner strong { font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-weight: 500; }.craft-inner > span { color: #244f39; font-size: 14px; line-height: 1.7; }

.cta-section { position: relative; min-height: 660px; display: grid; place-items: center; overflow: hidden; text-align: center; background: radial-gradient(circle at 44% 34%, rgba(89, 184, 77, 0.18), transparent 28%), radial-gradient(circle at 56% 43%, rgba(23, 114, 170, 0.38) 0, #0a1928 40%, #07111f 72%); }.cta-section::after { content: ""; position: absolute; width: 650px; height: 220px; left: 50%; top: 36%; border: 1px solid rgba(89, 184, 77, 0.24); border-radius: 50%; transform: translate(-50%, -50%) rotate(-15deg); }.cta-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding: 90px 0; }.cta-inner img { width: 96px; margin-bottom: 25px; filter: drop-shadow(0 0 30px rgba(89, 184, 77, 0.2)); }.cta-inner h2 { margin-bottom: 31px; font-size: clamp(51px, 6vw, 82px); }.cta-inner h2 em { color: var(--ice); }.button-large { min-height: 58px; padding: 0 29px; }.cta-inner > p { margin: 15px 0 0; color: #647c88; font-size: 11px; }
.cta-inner .cta-logo { width: 152px; height: 110px; margin-bottom: 25px; filter: drop-shadow(0 0 30px rgba(89, 184, 77, 0.22)); }
.cta-inner .cta-logo > img { width: 100%; height: 100%; margin: 0; filter: none; }
.site-footer { color: #91a3ac; background: #050c15; }.footer-main { min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; gap: 45px; align-items: center; }.footer-brand { min-width: 150px; }.footer-main > p { margin: 0; color: #576c77; font-size: 13px; }.footer-main nav { display: flex; gap: 25px; }.footer-main nav a { color: #9aaab1; font-size: 12px; text-decoration: none; }.footer-main nav a:hover, .footer-main nav a:focus-visible { color: var(--lime); }.footer-legal { min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(89, 184, 77, 0.12); }.footer-legal p { max-width: 770px; margin: 0; color: #43545e; font-size: 9px; line-height: 1.55; }.footer-legal p:last-child { white-space: nowrap; }
.footer-brand .footer-logo { width: 64px; height: 46px; }
.error-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; background: radial-gradient(circle at 44% 36%, rgba(89, 184, 77, 0.18), transparent 24%), radial-gradient(circle at 54% 42%, #10324a, #07111f 60%); }.error-page img { margin-bottom: 28px; }.error-page h1 { margin: 12px 0; font-size: clamp(42px, 7vw, 76px); letter-spacing: -0.055em; }.error-page > p:not(.section-kicker) { margin: 0 0 28px; color: #879aa4; }
.error-page .error-logo { width: 152px; height: 110px; margin-bottom: 28px; }
.error-page .error-logo > img { width: 100%; height: 100%; margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .75, .25, 1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.hero-copy .reveal:nth-child(2) { transition-delay: 80ms; }.hero-copy .reveal:nth-child(3) { transition-delay: 150ms; }.hero-copy .reveal:nth-child(4) { transition-delay: 220ms; }.hero-copy .reveal:nth-child(5) { transition-delay: 280ms; }.capability-grid .reveal:nth-child(2), .workflow-steps .reveal:nth-child(2) { transition-delay: 90ms; }.capability-grid .reveal:nth-child(3), .workflow-steps .reveal:nth-child(3) { transition-delay: 140ms; }.capability-grid .reveal:nth-child(4), .workflow-steps .reveal:nth-child(4) { transition-delay: 190ms; }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 42px, 1040px); }
  .hero { min-height: auto; padding-top: 140px; }.hero-layout { grid-template-columns: 1fr; gap: 70px; }.hero-copy { max-width: 760px; }.product-window { width: 100%; transform: none; }.chip-one { left: -12px; }.chip-two { right: -10px; }.proof-strip { margin-top: 90px; }.foundation-layout { gap: 55px; }.foundation-visual { min-height: 520px; }.craft-inner { grid-template-columns: auto 1fr; gap: 32px; padding: 50px 0; }.craft-inner > span { grid-column: 2; }
}

@media (max-width: 920px) {
  :root { --shell: calc(100vw - 34px); }
  .site-header { height: 70px; }.menu-button { position: relative; z-index: 4; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; color: #fff; background: transparent; border: 1px solid rgba(189, 248, 255, 0.2); border-radius: 50%; }.menu-button span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; transition: transform 180ms ease; }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }.site-nav { position: fixed; z-index: 3; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; background: rgba(5, 13, 22, 0.98); transition: opacity 180ms ease, visibility 180ms ease; }.site-nav.open { visibility: visible; opacity: 1; }.site-nav a { font-size: 22px; }.site-nav .nav-cta { margin-top: 12px; font-size: 16px; }.site-nav .language-switcher summary { min-width: 80px; padding: 11px 14px; font-size: 14px; }.site-nav .language-menu { top: calc(100% + 12px); right: 50%; transform: translateX(50%); }.site-nav .language-menu a { font-size: 12px; }
  .hero { padding: 125px 0 30px; }.hero h1 { font-size: clamp(55px, 13vw, 78px); }.hero-lede { font-size: 16px; }.workspace { grid-template-columns: 32px 1fr 1fr; height: 385px; }.code-panel pre { font-size: 7px; }.floating-chip { display: none; }.proof-strip { align-items: flex-start; gap: 24px; }.proof-strip ul { flex-wrap: wrap; gap: 12px 20px; }.section { padding: 95px 0; }.section-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 50px; }.capability-grid { grid-template-columns: 1fr; }.workflow-layout { grid-template-columns: 1fr; gap: 60px; }.workflow-copy { position: static; }.foundation-layout { grid-template-columns: 1fr; }.foundation-visual { order: 2; min-height: 500px; }.craft-inner { grid-template-columns: 1fr; justify-items: start; gap: 25px; }.craft-inner > span { grid-column: auto; max-width: 570px; }.footer-main { grid-template-columns: 1fr; gap: 18px; padding: 45px 0; }.footer-main nav { flex-wrap: wrap; }.footer-legal { align-items: flex-start; gap: 24px; padding: 25px 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .brand .brand-logo { width: 51px; height: 37px; }
  .brand-wordmark { font-size: 14px; }
  .brand img { width: 37px; height: 37px; }.hero { padding-top: 112px; }.hero h1 { margin-top: 23px; font-size: 15.2vw; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-note { flex-wrap: wrap; }.product-stage { margin-inline: -4px; }.product-window { border-radius: 9px; }.capture-label { left: 10px; bottom: 9px; font-size: 7px; }.proof-strip { flex-direction: column; margin-top: 65px; }.proof-strip ul { display: grid; }.section h2, .cta-section h2 { font-size: 12vw; }.feature-card { min-height: 460px; padding: 24px; }.code-sample { inset: 80px 22px auto; padding-inline: 18px; }.code-sample pre { font-size: 8px; }.branch-visual { inset: 60px 15px auto; transform: scale(.9); }.file-pill { min-width: 160px; }.workflow-steps li { min-height: 185px; grid-template-columns: 42px 1fr; gap: 18px; }.workflow-steps b { display: none; }.foundation-visual { min-height: 410px; }.foundation-globe { width: 200px; height: 200px; }.foundation-ring { width: 290px; height: 120px; }.ring-two { width: 340px; height: 200px; }.label-core { left: 4%; bottom: 14%; }.label-studio { right: 3%; top: 13%; }.craft-inner { padding: 55px 0; }.craft-inner > p { font-size: 40px; }.cta-section { min-height: 610px; }.cta-inner img { width: 82px; }.footer-legal { flex-direction: column; }
}

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