:root{color-scheme:dark;--bg: #090b0c;--surface: #111315;--surface-muted: #1b1d20;--ink: #f7f7f5;--ink-soft: #d8d6d0;--muted: #a6a29b;--line: #2f3135;--line-strong: #47494f;--accent: #f59e0b;--accent-ink: #1f1300;--gold: #fbbf24;--blue: #83a8cf;--shadow: 0 24px 70px rgba(0, 0, 0, .34);--grid-line: rgba(255, 255, 255, .055);--body-wash-start: rgba(9, 11, 12, .9);--body-wash-end: rgba(9, 11, 12, .98);--header-bg: rgba(9, 11, 12, .82);--nav-bg: rgba(17, 19, 21, .78);--menu-bg: rgba(17, 19, 21, .97);--panel-bg: rgba(17, 19, 21, .84);--panel-muted-bg: rgba(27, 29, 32, .82);--agent-bg: #121416;--agent-header-bg: #2a2114;--agent-hover-bg: #191614;--agent-accent-line: rgba(245, 158, 11, .55);--agent-shadow: 0 34px 90px rgba(0, 0, 0, .52), 0 1px 0 rgba(255, 255, 255, .055) inset;--tile-bg: rgba(17, 19, 21, .82);--input-bg: #101113;--dark-band-bg: #050807;--node-border: rgba(71, 73, 79, .9);--focus-ring: rgba(245, 158, 11, .18);--control-bg: #fff7ed;--control-text: #090b0c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=light]{color-scheme:light;--bg: #f7f7f4;--surface: #ffffff;--surface-muted: #efeee8;--ink: #111312;--ink-soft: #343936;--muted: #68706b;--line: #dad8cf;--line-strong: #b9b6aa;--accent: #b45309;--accent-ink: #fffaf0;--gold: #d97706;--blue: #274c77;--shadow: 0 20px 60px rgba(24, 28, 24, .08);--grid-line: rgba(17, 19, 18, .025);--body-wash-start: rgba(255, 255, 255, .86);--body-wash-end: rgba(247, 247, 244, .98);--header-bg: rgba(247, 247, 244, .86);--nav-bg: rgba(255, 255, 255, .72);--menu-bg: rgba(255, 255, 255, .96);--panel-bg: rgba(255, 255, 255, .82);--panel-muted-bg: rgba(239, 238, 232, .7);--agent-bg: #ffffff;--agent-header-bg: #f6eee2;--agent-hover-bg: #fbf4ea;--agent-accent-line: rgba(180, 83, 9, .45);--agent-shadow: 0 20px 60px rgba(24, 28, 24, .08);--tile-bg: rgba(255, 255, 255, .78);--input-bg: #ffffff;--dark-band-bg: #111312;--node-border: rgba(185, 182, 170, .85);--focus-ring: rgba(180, 83, 9, .14);--control-bg: #111312;--control-text: #ffffff}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px),linear-gradient(180deg,var(--body-wash-start),var(--body-wash-end) 44rem),var(--bg);background-size:56px 56px,56px 56px,auto}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;min-height:72px;padding:.82rem clamp(1rem,4vw,3rem);border-bottom:1px solid var(--line);background:var(--header-bg);backdrop-filter:blur(18px)}.logo{width:132px;height:auto}.logo-light,html[data-theme=light] .logo-dark{display:none}html[data-theme=light] .logo-light{display:block}.site-nav{position:relative;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.32rem;border:1px solid var(--line);border-radius:999px;background:var(--nav-bg)}.site-nav a,.language-menu summary{border-radius:999px;padding:.56rem .85rem;color:var(--muted);font-size:.92rem;line-height:1;white-space:nowrap}.site-nav a:hover,.site-nav a.active,.site-nav a[aria-current=page],.language-menu[open] summary,.theme-menu summary:hover,.theme-menu[open] summary{background:var(--control-bg);color:var(--control-text)}.language-menu,.theme-menu{position:relative}.language-menu summary{display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;list-style:none}.theme-menu summary{display:inline-flex;width:2.15rem;height:2.15rem;align-items:center;justify-content:center;border-radius:999px;color:var(--muted);cursor:pointer;list-style:none}.language-menu summary::-webkit-details-marker,.theme-menu summary::-webkit-details-marker{display:none}.language-menu summary:after{content:"";width:.42rem;height:.42rem;margin-top:-.18rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg)}.language-menu[open] summary:after{margin-top:.18rem;transform:rotate(225deg)}.theme-icon{display:none;width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}html[data-theme-preference=dark] .theme-icon-dark,html[data-theme-preference=light] .theme-icon-light,html[data-theme-preference=system] .theme-icon-system{display:block}.language-list,.theme-list{position:absolute;top:calc(100% + .6rem);right:0;z-index:40;display:grid;min-width:8.75rem;gap:.12rem;padding:.38rem;border:1px solid var(--line);border-radius:8px;background:var(--menu-bg);box-shadow:var(--shadow)}.language-list a,.theme-list button{display:flex;align-items:center;justify-content:space-between;border-radius:6px;padding:.68rem .72rem;color:var(--muted);background:transparent;border:0;font:inherit;font-size:.88rem;text-align:left;cursor:pointer}.language-list a:hover,.language-list a[aria-current=true],.theme-list button:hover,.theme-list button[aria-pressed=true]{background:var(--surface-muted);color:var(--ink)}.language-list a[aria-current=true]:after,.theme-list button[aria-pressed=true]:after{content:"";width:.4rem;height:.4rem;border-radius:999px;background:var(--accent)}.header-cta,.button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:650;line-height:1}.header-cta{justify-self:end;padding:0 1.05rem;font-size:.92rem}.button{padding:0 1.25rem}.button.secondary{border-color:var(--ink);background:transparent;color:var(--ink)}main{overflow:hidden}.section{padding:clamp(4rem,8vw,7rem) clamp(1rem,4vw,3rem)}.section.compact{padding-top:clamp(2.5rem,6vw,4.5rem)}.container{width:min(1160px,100%);margin:0 auto}.hero{min-height:auto;display:grid;align-items:center;padding:clamp(4rem,8vh,5.5rem) clamp(1rem,4vw,3rem) clamp(3.5rem,7vh,5rem)}.home-hero{min-height:calc(100vh - 72px);display:grid;align-items:center;padding:clamp(3rem,7vh,5rem) clamp(1rem,4vw,3rem)}.home-hero-copy{width:min(1160px,100%);margin:0 auto}.home-hero h1{max-width:12ch}.home-hero .lede{max-width:780px}.agent-panel{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(760px,100%);height:clamp(31rem,58vh,39rem);border:1px solid var(--agent-accent-line);border-radius:8px;background:var(--agent-bg);box-shadow:var(--agent-shadow);overflow:hidden}.agent-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.2rem 1rem;border-bottom:1px solid var(--line);background:var(--agent-header-bg)}.agent-toolbar p{margin:0 0 .25rem;color:var(--ink);font-weight:760}.agent-toolbar strong,.agent-toolbar span{color:var(--muted);font-size:.82rem;font-weight:680}.agent-thread{display:grid;align-content:start;gap:1rem;min-height:0;overflow:auto;padding:clamp(1.1rem,3vw,1.6rem)}.agent-history{display:grid;gap:1rem}.agent-message{width:min(86%,620px);display:grid;gap:.35rem}.agent-message.visitor{justify-self:end}.agent-message span{color:var(--muted);font-size:.78rem;font-weight:760}.agent-message p{margin:0;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted);color:var(--ink-soft);line-height:1.5;padding:.95rem 1rem}.agent-message.visitor p{background:var(--control-bg);color:var(--control-text)}.prompt-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:0}.prompt-grid button,.agent-input button{border:1px solid var(--line);border-radius:8px;background:var(--panel-bg);color:var(--ink-soft);font:inherit;font-size:.9rem;text-align:left;padding:.8rem .9rem}.prompt-grid button{cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.prompt-grid button:hover{border-color:var(--agent-accent-line);background:var(--agent-hover-bg);color:var(--ink);transform:translateY(-1px)}.agent-input{display:grid;grid-template-columns:1fr 3.2rem;gap:.65rem;padding:0 clamp(1.1rem,3vw,1.6rem) 1rem}.agent-input label{position:absolute;left:-9999px}.agent-input input{border-color:var(--line);background:var(--input-bg)}.agent-input input:focus{border-color:var(--accent);outline:3px solid var(--focus-ring)}.agent-input button{display:inline-flex;width:3.2rem;min-height:3.2rem;align-items:center;justify-content:center;border-color:var(--accent);background:var(--accent);color:var(--accent-ink);cursor:pointer;font-weight:700;text-align:center;white-space:nowrap}.agent-input button svg{width:1.18rem;height:1.18rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.hero-inner{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,.98fr) minmax(360px,.82fr);gap:clamp(2rem,5vw,5rem);align-items:center}.eyebrow{margin:0 0 1rem;color:var(--accent);font-size:.78rem;font-weight:760;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:12ch;margin-bottom:1.35rem;font-size:clamp(3.1rem,6.2vw,6.05rem);line-height:.96;letter-spacing:0}.page-hero h1{max-width:13ch;font-size:clamp(3rem,7vw,6.2rem)}h2{max-width:13ch;margin-bottom:1.1rem;font-size:clamp(2rem,4.6vw,4.6rem);line-height:.98;letter-spacing:0}h3{font-size:1.15rem;line-height:1.2}.lede{max-width:620px;color:var(--ink-soft);font-size:clamp(1.05rem,1.45vw,1.25rem);line-height:1.55}.muted{color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.hero-system{position:relative;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,var(--panel-bg),var(--panel-muted-bg)),var(--surface);box-shadow:var(--shadow);padding:clamp(1.15rem,2.2vw,1.75rem);overflow:hidden}.hero-system:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 32%,var(--focus-ring),transparent 28%),radial-gradient(circle at 78% 20%,rgba(170,127,47,.14),transparent 26%);pointer-events:none}.hero-system>*{position:relative}.system-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.35rem;color:var(--muted);font-size:.82rem;font-weight:680;letter-spacing:.08em;text-transform:uppercase}.system-header strong{border-radius:999px;background:var(--focus-ring);color:var(--accent);padding:.35rem .55rem;font-size:.72rem}.system-map{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.45rem}.system-node{min-height:58px;display:flex;align-items:center;border:1px solid var(--node-border);border-radius:8px;background:var(--panel-bg);color:var(--ink-soft);font-size:.9rem;font-weight:680;padding:.9rem}.system-node.primary{grid-column:1 / -1;min-height:72px;background:var(--control-bg);color:var(--control-text);font-size:1.05rem}.hero-system p{color:var(--muted);font-size:.98rem;line-height:1.55}.signal-list{display:grid;gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none}.signal-list li{display:grid;grid-template-columns:1.25rem 1fr;gap:.8rem;color:var(--ink-soft);font-size:.96rem;line-height:1.45}.signal-list li:before{content:"";width:.55rem;height:.55rem;margin-top:.45rem;border-radius:999px;background:var(--gold)}.section-heading{display:grid;grid-template-columns:minmax(0,.85fr) minmax(260px,.7fr);gap:2rem;align-items:end;margin-bottom:clamp(2rem,5vw,4rem)}.section-heading p:not(.eyebrow){margin-bottom:0;color:var(--muted);font-size:1.05rem;line-height:1.6}.product-showcase{display:grid;gap:1rem}.product-stage{display:grid;grid-template-columns:minmax(240px,.38fr) minmax(0,1fr);gap:clamp(1rem,3vw,2rem);align-items:stretch}.product-stage-copy{display:flex;flex-direction:column;border:1px solid var(--line);background:var(--tile-bg);padding:clamp(1.25rem,3vw,2rem)}.product-stage-copy h3{margin-bottom:.9rem;font-size:clamp(1.65rem,3vw,2.8rem);line-height:1.02}.product-stage-copy p:not(.eyebrow){margin-bottom:0;color:var(--muted);line-height:1.6}.product-shot-story{margin-top:auto;padding-top:clamp(1.25rem,4vw,2.5rem)}.product-shot-story span{display:block;margin-bottom:.55rem;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-shot-story p{border-top:1px solid var(--line);padding-top:.85rem;font-size:.96rem}.product-frame{display:grid;grid-template-rows:auto 2.75rem;align-self:start;gap:.75rem;margin:0}.product-frame-media{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);color:inherit;cursor:zoom-in;overflow:hidden;padding:0}.product-frame-media:hover{border-color:var(--agent-accent-line)}.product-frame-media:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.product-frame img{width:100%;height:100%;object-fit:contain}.product-frame-controls{display:flex;align-items:center;justify-content:center;gap:.65rem;min-height:2.75rem;color:var(--muted);font-size:.86rem}.product-frame-controls button{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:1px solid var(--line);border-radius:999px;background:var(--tile-bg);color:var(--ink);cursor:pointer}.product-frame-controls button:hover:not(:disabled){border-color:var(--agent-accent-line);background:var(--agent-hover-bg)}.product-frame-controls button:disabled{cursor:default;opacity:.38}.product-frame-controls svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-frame-controls span{display:inline-flex;align-items:center;gap:.5rem;flex:1;min-width:0;max-width:24rem;justify-content:center}.product-frame-controls strong{overflow:hidden;color:var(--ink);font-weight:760;text-overflow:ellipsis;white-space:nowrap}.product-frame-controls small{color:var(--muted);font:inherit}.product-lightbox{width:min(94vw,1280px);max-height:94vh;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);color:var(--ink);padding:0;box-shadow:var(--shadow)}.product-lightbox::backdrop{background:#000000c7}.product-lightbox-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:94vh}.product-lightbox-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding:1rem clamp(1rem,3vw,1.4rem)}.product-lightbox-header .eyebrow{margin-bottom:.35rem}.product-lightbox-header h3{margin:0;font-size:clamp(1.1rem,2vw,1.45rem)}.product-lightbox-close,.product-lightbox-controls button{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border:1px solid var(--line);border-radius:999px;background:var(--tile-bg);color:var(--ink);cursor:pointer}.product-lightbox-close:hover,.product-lightbox-controls button:hover:not(:disabled){border-color:var(--agent-accent-line);background:var(--agent-hover-bg)}.product-lightbox-controls button:disabled{cursor:default;opacity:.38}.product-lightbox svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-lightbox-media{display:flex;align-items:center;justify-content:center;min-height:0;background:var(--body-bg);padding:clamp(.75rem,2vw,1.2rem)}.product-lightbox-media img{display:block;width:100%;height:100%;max-height:min(70vh,760px);object-fit:contain}.product-lightbox-controls{display:flex;align-items:center;justify-content:center;gap:.85rem;border-top:1px solid var(--line);padding:.85rem 1rem}.product-lightbox-controls span{min-width:4.5rem;color:var(--muted);font-size:.92rem;text-align:center}.product-tabs{display:flex;flex-wrap:wrap;gap:.5rem;border:1px solid var(--line);background:var(--tile-bg);padding:.55rem}.product-tabs button,.product-thumbs button{border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;font:inherit}.product-tabs button{min-height:2.6rem;padding:0 .95rem;font-size:.9rem;font-weight:720}.product-tabs button:hover,.product-tabs button[aria-pressed=true]{border-color:var(--agent-accent-line);background:var(--agent-hover-bg);color:var(--ink)}.product-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.product-thumbs button{display:grid;gap:.55rem;padding:.55rem;text-align:left}.product-thumbs button[hidden]{display:none}.product-thumbs button:hover,.product-thumbs button[aria-pressed=true]{border-color:var(--agent-accent-line);color:var(--ink)}.product-thumbs img{width:100%;aspect-ratio:16 / 9;border-radius:6px;object-fit:cover;object-position:top left}.product-thumbs span{font-size:.82rem;font-weight:700}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.grid.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tile{min-height:260px;padding:clamp(1.35rem,3vw,2rem);background:var(--tile-bg)}.tile-title{display:flex;align-items:center;gap:.7rem;margin-bottom:.75rem}.tile-icon{flex:0 0 auto;width:1.45rem;height:1.45rem;fill:none;stroke:var(--accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;opacity:.78}.tile h3{margin:0}.tile p{margin-bottom:0;color:var(--muted);line-height:1.58}.tile ul{display:grid;gap:.55rem;margin:1rem 0 0;padding:0;list-style:none}.tile li{display:grid;grid-template-columns:.7rem 1fr;gap:.62rem;color:var(--ink-soft);font-size:.94rem;line-height:1.45}.tile li:before{content:"";width:.38rem;height:.38rem;margin-top:.5rem;border-radius:999px;background:var(--accent)}.band{background:var(--dark-band-bg);color:#fff}.band .eyebrow{color:#fbbf24}.band .lede,.band .muted,.band .tile p{color:#c9d0cb}.band .grid{border-color:#ffffff29;background:#ffffff29}.band .tile{background:#ffffff0e}.band .numbered-list li{border-top-color:#ffffff38;color:#e7ece8}.band .numbered-list li:before{color:#fbbf24}.split{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(300px,1fr);gap:clamp(2rem,6vw,6rem);align-items:start}.split h2{max-width:11ch;font-size:clamp(2rem,4vw,4rem)}.numbered-list{counter-reset:item;display:grid;gap:1.2rem;margin:0;padding:0;list-style:none}.numbered-list li{counter-increment:item;display:grid;grid-template-columns:2.2rem 1fr;gap:1rem;border-top:1px solid var(--line);padding-top:1.2rem;color:var(--ink-soft);line-height:1.55}.numbered-list li:before{content:counter(item,decimal-leading-zero);color:var(--accent);font-weight:760}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;padding:3rem clamp(1rem,4vw,3rem);border-top:1px solid var(--line)}.site-footer img{width:120px}.site-footer p{max-width:560px;margin:1rem 0 0;color:var(--muted);line-height:1.5}.site-footer .footer-copyright{margin-top:.65rem;font-size:.88rem}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem;color:var(--muted)}.section-actions{display:flex;justify-content:center;margin-top:2rem}.callout{display:flex;align-items:end;justify-content:space-between;gap:2rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,2.5rem)}.callout h2{max-width:18ch}.final-cta{text-align:center}.final-cta h2{max-width:16ch;margin:0 auto 1.6rem}.use-case-list{display:grid;gap:1px;border:1px solid var(--line);background:var(--line)}.use-case{display:grid;grid-template-columns:minmax(260px,.95fr) repeat(3,minmax(0,1fr));column-gap:clamp(2rem,4vw,3.75rem);row-gap:1.5rem;background:var(--tile-bg);padding:clamp(1.25rem,3vw,2rem)}.use-case h2{margin:0;font-size:clamp(1.45rem,2.5vw,2.2rem);line-height:1.05}.use-case p:not(.eyebrow){color:var(--muted);font-size:.94rem;line-height:1.55}.form{display:grid;gap:1rem;padding:clamp(1.25rem,3vw,2rem);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.field{display:grid;gap:.45rem}.checkbox-field{grid-template-columns:auto 1fr;align-items:start;gap:.65rem}label{color:var(--ink-soft);font-size:.92rem;font-weight:650}input,textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;background:var(--input-bg);color:var(--ink);font:inherit;padding:.85rem .9rem}input[type=checkbox]{width:1.05rem;height:1.05rem;margin:.12rem 0 0;accent-color:var(--accent)}.checkbox-field label{line-height:1.45}.checkbox-field a{color:var(--ink);text-decoration:underline;text-underline-offset:.16em}.checkbox-field input:focus{outline:3px solid var(--focus-ring);outline-offset:2px}textarea{min-height:132px;resize:vertical}input:focus,textarea:focus{border-color:var(--accent);outline:3px solid var(--focus-ring)}.form-status{min-height:1.3rem;margin:0;color:var(--muted);font-size:.92rem}@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.site-nav{grid-column:1 / -1;grid-row:2;flex-wrap:wrap;justify-content:flex-start;border-radius:12px}.hero-inner,.home-hero,.product-stage,.section-heading,.split,.site-footer,.use-case{grid-template-columns:1fr}.home-hero-copy{justify-self:start}.home-hero{min-height:auto;align-items:start;padding-top:clamp(2.5rem,7vw,4rem);padding-bottom:clamp(3.5rem,8vw,5rem)}.agent-panel{height:clamp(32rem,70vh,42rem)}.prompt-grid{grid-template-columns:1fr}.agent-input{grid-template-columns:1fr 3.2rem}.callout{align-items:start;flex-direction:column}.grid{grid-template-columns:1fr}.product-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding-top:3.2rem}.site-footer nav{justify-content:flex-start}}@media(max-width:560px){.site-header{position:static;gap:.8rem}.header-cta{min-height:2.45rem;padding:0 .85rem;font-size:.85rem}.language-menu summary{padding:.54rem .72rem}.theme-menu summary{width:2.15rem;height:2.15rem}.language-list,.theme-list{right:auto;left:0}.brand img{width:116px}.product-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.product-tabs button{width:100%}.product-thumbs{grid-template-columns:1fr}h1{font-size:clamp(2.85rem,14vw,4rem)}h2{font-size:clamp(2.25rem,13vw,3.6rem)}}.about-story[data-astro-cid-jhsutnoa],.careers-grid[data-astro-cid-jhsutnoa]{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(360px,.85fr);gap:clamp(2rem,6vw,6rem);align-items:start}.about-copy[data-astro-cid-jhsutnoa]{display:grid;gap:1rem;max-width:720px}.founder-intro[data-astro-cid-jhsutnoa]{display:grid;gap:1rem}.founder-photo[data-astro-cid-jhsutnoa]{display:block;width:min(100%,420px);height:auto;margin-top:.5rem;border:1px solid var(--line);background:var(--tile-bg)}.about-copy[data-astro-cid-jhsutnoa] p[data-astro-cid-jhsutnoa],.origin-card[data-astro-cid-jhsutnoa] p[data-astro-cid-jhsutnoa]{margin:0;color:var(--ink-soft);font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.68}.about-copy[data-astro-cid-jhsutnoa] .button[data-astro-cid-jhsutnoa]{justify-self:start;margin-top:.5rem}.origin-grid[data-astro-cid-jhsutnoa]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.origin-card[data-astro-cid-jhsutnoa]{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--line);background:var(--tile-bg)}.origin-card[data-astro-cid-jhsutnoa] img[data-astro-cid-jhsutnoa]{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-bottom:1px solid var(--line)}.origin-card[data-astro-cid-jhsutnoa]>div[data-astro-cid-jhsutnoa]{display:grid;align-content:start;gap:.9rem;padding:clamp(1.25rem,3vw,2rem)}.origin-card[data-astro-cid-jhsutnoa] .eyebrow[data-astro-cid-jhsutnoa]{color:var(--accent)}.origin-card[data-astro-cid-jhsutnoa] h2[data-astro-cid-jhsutnoa]{max-width:12ch;margin-bottom:0;font-size:clamp(1.9rem,3.2vw,3.2rem)}.careers-form[data-astro-cid-jhsutnoa]{width:100%}.careers-form[data-astro-cid-jhsutnoa] .button[data-astro-cid-jhsutnoa]{justify-self:start;min-height:3.1rem;padding:0 1.45rem;font-size:1rem}@media(max-width:900px){.about-story[data-astro-cid-jhsutnoa],.careers-grid[data-astro-cid-jhsutnoa],.origin-grid[data-astro-cid-jhsutnoa]{grid-template-columns:1fr}}.blog-hero[data-astro-cid-yvgtzg6o]{padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(1.75rem,4vw,3rem)}.blog-hero-grid[data-astro-cid-yvgtzg6o]{display:grid;gap:clamp(1rem,2vw,1.4rem);align-items:start}.blog-hero[data-astro-cid-yvgtzg6o] h1[data-astro-cid-yvgtzg6o]{max-width:none;margin-bottom:0;font-size:clamp(3rem,4.9vw,4.75rem);white-space:nowrap}.blog-search[data-astro-cid-yvgtzg6o]{display:grid;grid-template-columns:minmax(0,1fr);gap:.65rem;width:100%;max-width:720px}.visually-hidden[data-astro-cid-yvgtzg6o]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-control[data-astro-cid-yvgtzg6o]{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem}.search-control[data-astro-cid-yvgtzg6o] button[data-astro-cid-yvgtzg6o]{min-height:2.75rem;border:1px solid var(--ink);border-radius:999px;background:transparent;color:var(--ink);font:inherit;font-weight:650;padding:0 1.15rem;cursor:default}.blog-list[data-astro-cid-yvgtzg6o]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-type-filters[data-astro-cid-yvgtzg6o]{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1rem}.blog-type-filters[data-astro-cid-yvgtzg6o] button[data-astro-cid-yvgtzg6o]{display:inline-flex;align-items:center;gap:.45rem;min-height:2.35rem;border:1px solid var(--line-strong);border-radius:999px;background:transparent;color:var(--ink-soft);font:inherit;font-size:.94rem;font-weight:700;padding:0 1rem;cursor:default}.filter-count[data-astro-cid-yvgtzg6o]{display:inline-grid;min-width:1.45rem;height:1.45rem;place-items:center;border-radius:999px;background:var(--surface-muted);color:var(--ink);font-size:.78rem;line-height:1}.blog-type-filters[data-astro-cid-yvgtzg6o] button[data-astro-cid-yvgtzg6o][aria-pressed=true]{border-color:var(--accent);background:var(--control-bg);color:var(--control-text)}.blog-type-filters[data-astro-cid-yvgtzg6o] button[data-astro-cid-yvgtzg6o][aria-pressed=true] .filter-count[data-astro-cid-yvgtzg6o]{background:var(--accent);color:var(--accent-ink)}.search-status[data-astro-cid-yvgtzg6o]{margin:0 0 1rem;color:var(--muted);line-height:1.5}.blog-card[data-astro-cid-yvgtzg6o]{display:grid;align-content:start;gap:1rem;min-height:300px;border:1px solid var(--line);background:var(--tile-bg);padding:clamp(1.35rem,3vw,2rem)}.blog-card[data-astro-cid-yvgtzg6o].has-image{padding-top:clamp(.85rem,1.8vw,1.1rem)}.blog-card[data-astro-cid-yvgtzg6o][hidden]{display:none}.blog-card-media[data-astro-cid-yvgtzg6o]{display:block;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--line);background:var(--surface-muted)}.blog-card-media[data-astro-cid-yvgtzg6o] img[data-astro-cid-yvgtzg6o]{width:100%;height:100%;display:block;object-fit:contain}.blog-card[data-astro-cid-yvgtzg6o] h2[data-astro-cid-yvgtzg6o]{max-width:20ch;margin-bottom:0;font-size:clamp(1.65rem,2.8vw,2.8rem);line-height:1.04}.blog-card[data-astro-cid-yvgtzg6o] .lede[data-astro-cid-yvgtzg6o]{max-width:780px}.blog-card[data-astro-cid-yvgtzg6o] .button[data-astro-cid-yvgtzg6o]{justify-self:start;margin-top:.5rem}@media(max-width:980px){.blog-hero[data-astro-cid-yvgtzg6o] h1[data-astro-cid-yvgtzg6o]{white-space:normal}.blog-list[data-astro-cid-yvgtzg6o]{grid-template-columns:1fr}}@media(max-width:560px){.search-control[data-astro-cid-yvgtzg6o]{grid-template-columns:1fr}.search-control[data-astro-cid-yvgtzg6o] button[data-astro-cid-yvgtzg6o]{justify-self:start}}.blog-post-hero[data-astro-cid-us7zwyty] h1[data-astro-cid-us7zwyty]{max-width:14ch}.post-byline[data-astro-cid-us7zwyty]{margin:1.4rem 0 0;color:var(--muted);font-weight:650}.article-shell[data-astro-cid-us7zwyty]{display:grid;gap:clamp(2rem,5vw,3.5rem);width:min(840px,100%)}.article-content[data-astro-cid-us7zwyty]{display:grid;gap:1rem}.article-content[data-astro-cid-us7zwyty] h2{max-width:18ch;margin-bottom:.2rem;font-size:clamp(1.85rem,3.2vw,3rem);line-height:1.02}.article-content[data-astro-cid-us7zwyty] p,.article-content[data-astro-cid-us7zwyty] li{color:var(--ink-soft);font-size:clamp(1.02rem,1.35vw,1.14rem);line-height:1.72}.article-content[data-astro-cid-us7zwyty] p{margin-bottom:0}.article-content[data-astro-cid-us7zwyty] img{display:block;width:100%;height:auto;margin:.8rem 0;border:1px solid var(--line);background:var(--tile-bg)}.article-content[data-astro-cid-us7zwyty] ul{display:grid;gap:.85rem;margin:.4rem 0 0;padding-left:1.15rem}.article-content[data-astro-cid-us7zwyty] li::marker{color:var(--accent)}.post-cta-actions[data-astro-cid-us7zwyty]{display:flex;flex-wrap:nowrap;gap:.8rem;justify-content:flex-end;min-width:max-content}@media(max-width:680px){.post-cta-actions[data-astro-cid-us7zwyty]{flex-wrap:wrap;justify-content:flex-start;min-width:0}}.get-started-section[data-astro-cid-cvjbadoh]{padding-top:clamp(2.25rem,5vw,4rem);padding-bottom:clamp(3rem,6vw,5rem)}.get-started-grid[data-astro-cid-cvjbadoh]{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(360px,.72fr);gap:clamp(2rem,6vw,6rem);align-items:start}.get-started-copy[data-astro-cid-cvjbadoh]{max-width:640px;padding-top:clamp(.5rem,2vw,1.5rem)}.get-started-copy[data-astro-cid-cvjbadoh] h1[data-astro-cid-cvjbadoh]{max-width:11ch;margin-bottom:1rem;font-size:clamp(2.85rem,5.4vw,5.4rem)}.get-started-copy[data-astro-cid-cvjbadoh] .lede[data-astro-cid-cvjbadoh]{margin-bottom:1rem}.get-started-copy[data-astro-cid-cvjbadoh] p[data-astro-cid-cvjbadoh]:not(.eyebrow):not(.lede){max-width:560px;color:var(--muted);font-size:1rem;line-height:1.55}.get-started-submit[data-astro-cid-cvjbadoh]{min-height:3.35rem;padding-inline:1.6rem;font-size:1.08rem;font-weight:760}@media(max-width:900px){.get-started-grid[data-astro-cid-cvjbadoh]{grid-template-columns:1fr}.get-started-copy[data-astro-cid-cvjbadoh] h1[data-astro-cid-cvjbadoh]{max-width:12ch}}.latest-blog-list[data-astro-cid-eqgymqgb]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.latest-blog-card[data-astro-cid-eqgymqgb]{display:grid;align-content:start;gap:.95rem;min-height:320px;border:1px solid var(--line);background:var(--tile-bg);padding:clamp(1.25rem,2.6vw,1.8rem)}.latest-blog-card[data-astro-cid-eqgymqgb].has-image{padding-top:clamp(.8rem,1.6vw,1rem)}.blog-card-media[data-astro-cid-eqgymqgb]{display:block;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--line);background:var(--surface-muted)}.blog-card-media[data-astro-cid-eqgymqgb] img[data-astro-cid-eqgymqgb]{width:100%;height:100%;display:block;object-fit:contain}.latest-blog-card[data-astro-cid-eqgymqgb] h3[data-astro-cid-eqgymqgb]{max-width:18ch;margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.06}.latest-blog-card[data-astro-cid-eqgymqgb] p[data-astro-cid-eqgymqgb]:not(.eyebrow){margin:0;color:var(--ink-soft);line-height:1.55}.latest-blog-card[data-astro-cid-eqgymqgb] .button[data-astro-cid-eqgymqgb]{justify-self:start;margin-top:auto}.why-copy[data-astro-cid-eqgymqgb]{max-width:520px;margin:1rem 0 1.4rem;color:var(--muted);line-height:1.6}.why-link[data-astro-cid-eqgymqgb]{justify-self:start}.section-link[data-astro-cid-eqgymqgb]{margin-top:1.35rem}@media(max-width:900px){.latest-blog-list[data-astro-cid-eqgymqgb]{grid-template-columns:1fr}.latest-blog-card[data-astro-cid-eqgymqgb]{min-height:0}}.policy-hero[data-astro-cid-s4xmpmo3] h1[data-astro-cid-s4xmpmo3]{max-width:11ch}.policy-shell[data-astro-cid-s4xmpmo3]{display:grid;gap:clamp(1.5rem,3vw,2.5rem);max-width:860px}.policy-section[data-astro-cid-s4xmpmo3]{border-top:1px solid var(--line);padding-top:clamp(1.25rem,2.5vw,2rem)}.policy-section[data-astro-cid-s4xmpmo3] h2[data-astro-cid-s4xmpmo3]{max-width:none;margin-bottom:.85rem;font-size:clamp(1.45rem,2.4vw,2.2rem);line-height:1.08}.policy-section[data-astro-cid-s4xmpmo3] p[data-astro-cid-s4xmpmo3],.policy-section[data-astro-cid-s4xmpmo3] li[data-astro-cid-s4xmpmo3]{color:var(--ink-soft);font-size:clamp(1rem,1.2vw,1.08rem);line-height:1.7}.policy-section[data-astro-cid-s4xmpmo3] p[data-astro-cid-s4xmpmo3]{margin-bottom:.85rem}.policy-section[data-astro-cid-s4xmpmo3] p[data-astro-cid-s4xmpmo3]:last-child{margin-bottom:0}.policy-section[data-astro-cid-s4xmpmo3] ul[data-astro-cid-s4xmpmo3]{display:grid;gap:.55rem;margin:0;padding-left:1.2rem}.security-options[data-astro-cid-wvep6hyw]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.security-option[data-astro-cid-wvep6hyw]{min-height:360px;padding:clamp(1.5rem,4vw,2.75rem);background:var(--tile-bg)}.security-option[data-astro-cid-wvep6hyw].accent{background:linear-gradient(135deg,rgba(249,158,11,.12),transparent 55%),var(--tile-bg)}.security-option[data-astro-cid-wvep6hyw] h2[data-astro-cid-wvep6hyw]{max-width:12ch;font-size:clamp(2rem,4.2vw,4.2rem)}.security-option[data-astro-cid-wvep6hyw] p[data-astro-cid-wvep6hyw]:not(.eyebrow){max-width:680px;color:var(--muted);font-size:1rem;line-height:1.6}.security-cta-button[data-astro-cid-wvep6hyw]{white-space:nowrap}.security-controls-grid[data-astro-cid-wvep6hyw] .grid.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1180px){.security-controls-grid[data-astro-cid-wvep6hyw] .grid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.security-options[data-astro-cid-wvep6hyw]{grid-template-columns:1fr}.security-option[data-astro-cid-wvep6hyw]{min-height:auto}}@media(max-width:640px){.security-controls-grid[data-astro-cid-wvep6hyw] .grid.grid-4{grid-template-columns:1fr}}.hero-actions[data-astro-cid-ke5h2uop]{margin-top:1.5rem}.service-platform-grid[data-astro-cid-ke5h2uop] .grid.grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.service-steps[data-astro-cid-ke5h2uop]{margin-top:1.5rem}.service-cta-button[data-astro-cid-ke5h2uop]{white-space:nowrap}@media(max-width:980px){.service-platform-grid[data-astro-cid-ke5h2uop] .grid.grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.service-platform-grid[data-astro-cid-ke5h2uop] .grid.grid-6{grid-template-columns:1fr}.service-cta-button[data-astro-cid-ke5h2uop]{white-space:normal}}
