:root{color-scheme:light;--background:#f7f7f2;--surface:#fff;--muted:#eff1ec;--foreground:#101310;--muted-foreground:#555e57;--border:#c9d0c8;--interactive:#2e47b8;--selected:#beea62;--selected-foreground:#17210f;--deep:#173d32;--max:1240px;--sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace}*,:before,:after{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--background);min-width:320px;color:var(--foreground);font:400 16px/24px var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}::selection{background:var(--selected);color:var(--selected-foreground)}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--interactive);outline-offset:3px}.shell{width:min(100%, var(--max));margin-inline:auto;padding-inline:32px}.skip-link{z-index:20;background:var(--foreground);color:var(--background);border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:top .14s ease-out;position:fixed;top:-56px;left:16px}.skip-link:focus{top:16px}.site-header{border-bottom:1px solid var(--border)}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:64px;display:flex}.brand{align-items:center;gap:10px;height:34px;display:inline-flex}.brand-mark{flex:none;width:34px;height:34px;display:block}.brand-wordmark-frame{width:132px;height:32px;display:block;position:relative;overflow:hidden}.brand-wordmark{width:400px;max-width:none;height:auto;display:block;position:absolute;top:0;left:0;transform:translate(-136px,-22px)}.header-actions{align-items:center;gap:18px;display:flex}.phase{color:var(--muted-foreground);font:500 11px/14px var(--mono);letter-spacing:.04em;text-transform:uppercase}.language{border:1px solid var(--border);min-width:34px;min-height:32px;font:600 11px/1 var(--mono);border-radius:6px;place-items:center;transition:border-color .14s ease-out,background-color .14s ease-out;display:grid}.language:hover{border-color:var(--foreground);background:var(--surface)}.hero{grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;column-gap:24px;min-height:560px;padding-block:96px;display:grid}.hero-main{grid-column:1/span 8}.eyebrow{color:var(--deep);font:600 11px/14px var(--mono);letter-spacing:.08em;text-transform:uppercase;margin:0 0 24px}h1,h2,p{text-wrap:balance}h1,h2{margin:0;font-weight:600}h1{letter-spacing:-.045em;max-width:800px;font-size:64px;line-height:68px}h1 span,h2 span{display:block}.hero-support{max-width:680px;color:var(--muted-foreground);margin:28px 0 0;font-size:18px;line-height:28px}.hero-aside{grid-column:10/-1;justify-content:flex-end;align-items:flex-start;padding-bottom:4px;display:flex}.contact-button{border:1px solid var(--foreground);background:var(--foreground);min-height:44px;color:var(--background);border-radius:6px;justify-content:center;align-items:center;gap:9px;padding-inline:16px;font-size:14px;font-weight:600;transition:transform .14s ease-out,background-color .14s ease-out;display:inline-flex}.contact-button:hover{background:var(--deep);transform:translateY(-1px)}.flicker-field{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);height:304px;position:relative;overflow:hidden}.flicker-grid{grid-template-columns:repeat(24,minmax(0,1fr));grid-auto-rows:minmax(48px,1fr);display:grid;position:absolute;inset:-1px}.flicker-cell{border-right:1px solid var(--muted);border-bottom:1px solid var(--muted);min-width:0;position:relative}.flicker-cell:after{background:var(--interactive);content:"";opacity:0;animation:brida-flicker var(--duration) cubic-bezier(.22, 1, .36, 1) infinite;animation-delay:var(--delay);position:absolute;inset:1px}.flicker-cell.is-deep:after{background:var(--deep)}.flicker-cell.is-selected:after{background:var(--selected);opacity:1;animation:3.8s ease-in-out infinite brida-selected}@media (hover:hover) and (pointer:fine){.flicker-cell:hover:after{background:var(--interactive);opacity:.18;animation-play-state:paused}.flicker-cell.is-selected:hover:after{background:var(--selected);opacity:1}}@keyframes brida-flicker{0%,72%,to{opacity:0}78%{opacity:.05}83%{opacity:.16}89%{opacity:.04}}@keyframes brida-selected{0%,to{opacity:.72}50%{opacity:1}}.statement{grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;column-gap:24px;min-height:456px;padding-block:80px;display:grid}.statement h2{letter-spacing:-.04em;grid-column:1/span 8;max-width:760px;font-size:52px;line-height:56px}.statement p{border-left:1px solid var(--border);color:var(--muted-foreground);font:500 13px/20px var(--mono);grid-column:10/-1;margin:0;padding-left:24px}.site-footer{border-top:1px solid var(--border)}.footer-inner{min-height:112px;color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:24px;font-size:12px;display:flex}.footer-inner a{color:var(--foreground);text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:4px;font-weight:550}.footer-inner a:hover{text-decoration-color:var(--foreground)}@media (width<=820px){.shell{padding-inline:20px}.hero,.statement{grid-template-columns:1fr;gap:32px}.hero{min-height:auto;padding-block:80px 64px}.hero-main,.hero-aside,.statement h2,.statement p{grid-column:1}h1{letter-spacing:-.04em;max-width:640px;font-size:52px;line-height:56px}.hero-support{margin-top:24px}.hero-aside{justify-content:flex-start;padding-bottom:0}.flicker-field{height:248px}.flicker-grid{width:150%;transform:translate(-17%)}.statement{min-height:auto;padding-block:80px}.statement h2{letter-spacing:-.035em;font-size:44px;line-height:48px}.statement p{border-top:1px solid var(--border);border-left:0;max-width:520px;padding-top:20px;padding-left:0}}@media (width<=520px){.header-inner{min-height:58px}.brand{gap:9px;height:32px}.brand-mark{width:32px;height:32px}.brand-wordmark-frame{width:125px;height:31px}.brand-wordmark{width:380px;transform:translate(-129px,-21px)}.phase{display:none}.hero{padding-block:64px 56px}.eyebrow{max-width:280px;margin-bottom:20px}h1{letter-spacing:-.035em;font-size:44px;line-height:48px}.hero-support{margin-top:20px;font-size:16px;line-height:24px}.flicker-field{height:208px}.flicker-grid{width:220%;transform:translate(-28%)}.statement{padding-block:72px}.statement h2{font-size:38px;line-height:44px}.footer-inner{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:96px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.contact-button,.language{transition:none}.flicker-cell:after{animation:none}.flicker-cell:nth-child(17n):after,.flicker-cell:nth-child(29n):after{opacity:.08}.flicker-cell.is-selected:after{opacity:1}}
