:root{--navy:#0B1B3B;--navy-2:#0A1530;--navy-3:#13284F;--ink:#0E1220;--paper:#F4F5FA;--paper-2:#EAECF4;--rule:#DDE0EB;--muted:#5A5F6B;--accent:#B8895C;--accent-2:#8C6440;--white:#ffffff;--max:1280px;--pad:clamp(20px,4vw,56px);--radius:2px;--accent-text:#1a1005;--accent-hover:#cfa27a;--portrait-bg:#1a2240;--status-open:#3ba56a;--form-success:#2f7d56;--form-error:#a33a2c;--z-drawer:48;--z-nav:50;--z-progress:100;--z-cursor-ring:200;--z-cursor-dot:201;--z-grain:300;--font-sans:"Jost",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--font-display:"Spectral",Georgia,"Times New Roman",serif;--font-mono:"JetBrains Mono",ui-monospace,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{font-family:var(--font-sans);font-weight:400;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:after{content:"";position:fixed;inset:0;z-index:var(--z-grain);pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.display,h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.01em;line-height:1.08;margin:0;text-wrap:balance}h1{font-size:clamp(48px,7vw,104px);font-weight:300;letter-spacing:-.015em;line-height:1.02}h2{font-size:clamp(34px,4.5vw,60px);font-weight:400;letter-spacing:-.01em}h3{font-size:clamp(20px,2vw,26px);font-weight:500}p{margin:0}a{color:inherit;text-decoration:none}.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}.mono{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.section-head .left h2:before,.section-head h2:before{content:"";display:block;width:32px;height:2px;background:var(--accent);margin-bottom:16px}.container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}.rule{height:1px;background:var(--rule);width:100%}.nav{position:fixed;top:0;left:0;right:0;z-index:var(--z-nav);padding:18px var(--pad);display:flex;align-items:center;justify-content:space-between;transition:background .35s ease,border-color .35s ease,-webkit-backdrop-filter .35s ease;transition:background .35s ease,backdrop-filter .35s ease,border-color .35s ease;transition:background .35s ease,backdrop-filter .35s ease,border-color .35s ease,-webkit-backdrop-filter .35s ease;border-bottom:1px solid transparent}.nav.scrolled{background:rgba(250,248,244,.88);-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2);border-bottom-color:var(--rule)}.brand{display:flex;align-items:center;gap:14px;color:var(--white);transition:color .35s}.nav.scrolled .brand{color:var(--navy)}.brand .mark{width:40px;height:40px;display:block;object-fit:contain}.brand .wordmark{display:flex;flex-direction:column;gap:2px;line-height:1}.brand .wordmark .top{font-family:var(--font-display);font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.brand .wordmark .sub{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;opacity:.7}.nav-links{display:flex;gap:34px;align-items:center;color:rgba(255,255,255,.85);font-size:13.5px;font-weight:400}.nav.scrolled .nav-links{color:var(--muted)}.nav-links a{position:relative;padding:4px 0;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .3s cubic-bezier(.2,.7,.3,1)}.nav-links a:hover:after{transform:scaleX(1)}.nav-links a.active,.nav-links a:hover,.nav.scrolled .nav-links a.active,.nav.scrolled .nav-links a:hover{color:var(--accent)}.nav-cta{border:1px solid rgba(255,255,255,.35);color:var(--white);padding:10px 18px;font-size:13px;font-weight:500;letter-spacing:.01em;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border-radius:var(--radius)}.nav-cta:hover{background:var(--white);color:var(--navy)}.nav.scrolled .nav-cta{border-color:var(--navy);color:var(--navy)}.nav.scrolled .nav-cta:hover{background:var(--navy);color:var(--white)}.lang-switch{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;color:rgba(255,255,255,.6);cursor:pointer;gap:2px}.nav.scrolled .lang-switch{color:var(--muted)}.lang-switch .lang-btn{background:none;border:none;padding:4px 6px;font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;color:rgba(255,255,255,.6);cursor:pointer;transition:color .15s}.lang-switch .lang-btn.active{color:var(--white);font-weight:500}.nav.scrolled .lang-switch .lang-btn{color:var(--muted)}.nav.scrolled .lang-switch .lang-btn.active{color:var(--navy)}.lang-switch em{font-style:normal;opacity:.4}.hero{position:relative;min-height:100dvh;color:var(--white);overflow:hidden;background:var(--navy);display:flex;flex-direction:column}.hero-bg{background-image:url(/assets/hero-bg.jpg);background-size:cover;background-position:50%;filter:sepia(.08) grayscale(.25) contrast(1.05);transform:scale(1.02)}.hero-bg,.hero-bg:after{position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(180deg,rgba(11,27,59,.45),rgba(11,27,59,.7) 45%,rgba(11,27,59,.92) 72%,rgba(11,27,59,.98))}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0);background-size:80px 80px;transform:perspective(700px) rotateX(40deg);transform-origin:center 62%;-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 22%,rgba(0,0,0,.95) 60%,transparent);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 22%,rgba(0,0,0,.95) 60%,transparent)}.hero-inner{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;padding:140px var(--pad) 68px;max-width:var(--max);width:100%;margin:0 auto}.hero-meta{display:flex;gap:24px;align-items:center;margin-bottom:28px;font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.7)}.hero-meta .dot{width:5px;height:5px;border-radius:50%;background:var(--accent);display:inline-block;margin-right:10px;vertical-align:middle;animation:dotPulse 2.4s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 0 0 rgba(184,137,92,.6)}50%{box-shadow:0 0 0 5px rgba(184,137,92,0)}}.hero-title{display:flex;flex-direction:column;gap:2px;max-width:20ch;margin-bottom:22px}.hero-title-top{font-style:italic;font-weight:300;color:var(--accent);font-size:clamp(30px,4vw,58px);letter-spacing:-.01em;line-height:1.15}.hero-title-bot{font-weight:300;font-size:clamp(48px,7vw,104px);line-height:1.02;letter-spacing:-.015em}.hero-title em{font-style:italic;font-family:var(--font-display);color:var(--accent);font-weight:300}.hero-sub{max-width:52ch;font-size:clamp(16px,1.3vw,19px);color:rgba(255,255,255,.75);font-weight:300;line-height:1.6;margin-bottom:32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:44px}.btn{display:inline-flex;align-items:center;gap:12px;padding:16px 26px;font-size:14px;font-weight:500;letter-spacing:.005em;border-radius:var(--radius);cursor:pointer;transition:all .2s ease;border:1px solid transparent;font-family:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)!important}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px) scale(1.01);box-shadow:0 10px 28px rgba(184,137,92,.35)}.btn-ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.3)}.btn-ghost:hover{border-color:var(--white);background:rgba(255,255,255,.05)}.btn-dark{background:var(--navy);color:var(--white)}.btn-dark:hover{background:var(--navy-3)}.btn-outline{background:transparent;color:var(--navy);border-color:rgba(11,27,59,.25)}.btn-outline:hover{border-color:var(--navy);background:rgba(11,27,59,.03)}.btn .arrow{width:16px;height:9px;transition:transform .25s cubic-bezier(.2,.7,.3,1)}.btn:hover .arrow{transform:translateX(4px)}.cert-strip{border-top:1px solid rgba(255,255,255,.12);padding:22px 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.cert-item{display:flex;flex-direction:column;gap:4px}.cert-item .k{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.45)}.cert-item .v{font-family:var(--font-display);font-size:15px;color:rgba(255,255,255,.95);font-weight:500}.cert-item .v .accent{color:var(--accent)}.hero-scroll{position:absolute;bottom:72px;right:var(--pad);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;font-family:var(--font-mono);font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.4);animation:fadeUp .8s cubic-bezier(.2,.7,.3,1) 1.1s both}.hero-scroll-line{width:1px;height:44px;background:rgba(255,255,255,.2);position:relative;overflow:hidden}.hero-scroll-line:after{content:"";position:absolute;top:-100%;left:0;right:0;bottom:0;background:var(--accent);animation:scrollDrop 1.8s cubic-bezier(.4,0,.2,1) 1.4s infinite}@keyframes scrollDrop{0%{top:-100%}50%{top:0}to{top:100%}}.hero-shape{position:absolute;bottom:0;left:0;right:0;z-index:1;line-height:0;pointer-events:none}.hero-shape svg{display:block;width:100%;height:52px}section.blk{padding:clamp(80px,10vw,140px) 0;position:relative}.section-head{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:end;margin-bottom:80px}.section-head .left{max-width:18ch}.section-head h2{margin-top:16px}.section-head .right{color:var(--muted);font-size:17px;max-width:46ch;line-height:1.65}.section-head h2 em{font-style:italic;font-family:var(--font-display);color:var(--accent);font-weight:400}.about{background:var(--paper)}.about:before{content:"01";position:absolute;right:var(--pad);top:clamp(48px,7vw,90px);font-family:var(--font-display);font-weight:300;font-style:italic;font-size:clamp(100px,15vw,190px);letter-spacing:-.05em;line-height:1;color:var(--ink);opacity:.04;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:80px;gap:80px;align-items:start}.about-copy p{color:var(--muted);font-size:16.5px;line-height:1.7;margin-bottom:20px}.about-copy p:first-child{font-size:20px;color:var(--ink);line-height:1.55;font-weight:400;margin-bottom:28px}.about-copy .signature{margin-top:36px;padding-top:28px;border-top:1px solid var(--rule);display:flex;align-items:center;gap:18px}.about-copy .signature .sig-mark{width:44px;height:44px;display:block;object-fit:contain}.about-copy .signature .sig-name{font-family:var(--font-display);font-weight:500;font-size:16px}.about-copy .signature .sig-role{font-size:10.5px;letter-spacing:.18em;margin-top:3px}.about-copy .signature .sig-license,.about-copy .signature .sig-role{font-family:var(--font-mono);text-transform:uppercase;color:var(--muted)}.about-copy .signature .sig-license{font-size:9.5px;letter-spacing:.12em;opacity:.7;margin-top:4px}.about-portrait{position:relative;aspect-ratio:4/5;background:var(--portrait-bg);overflow:hidden;transition:transform .4s cubic-bezier(.2,.7,.3,1),box-shadow .4s ease}.about-portrait:hover{will-change:transform}.about-portrait img{width:100%;height:100%;object-fit:cover;filter:grayscale(.15) contrast(1.02)}.about-portrait .caption{position:absolute;bottom:0;left:0;right:0;background:var(--navy);color:var(--white);padding:20px 24px;display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase}.about-portrait .caption .acc{color:var(--accent)}.portrait-frame{position:relative}.portrait-frame:before{content:"";position:absolute;top:-14px;right:-14px;bottom:14px;left:14px;border:1.5px solid rgba(184,137,92,.32);pointer-events:none;z-index:0}.portrait-frame .about-portrait{position:relative;z-index:1}.principles{background:var(--paper-2);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-left:1px solid var(--rule);perspective:1400px;align-items:start}.principle:nth-child(2){padding-top:88px}.principle:nth-child(3){padding-top:136px}.principle{padding:48px 40px;border-right:1px solid var(--rule);background:transparent;transition:background .25s,transform .4s cubic-bezier(.2,.7,.3,1),box-shadow .4s ease;transform-origin:center bottom;position:relative;z-index:0}.principle:hover{background:var(--paper);transform:translateY(-6px) rotateX(4deg) rotateY(-3deg);box-shadow:10px 22px 52px rgba(11,27,59,.1);z-index:1}.principle h3{margin-bottom:14px;font-size:22px;letter-spacing:-.015em}.principle h3:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-right:10px;vertical-align:middle}.principle p{color:var(--muted);font-size:15.5px;line-height:1.65}.services{background:var(--paper)}.services:before{content:"03";position:absolute;right:var(--pad);top:clamp(48px,7vw,90px);font-family:var(--font-display);font-weight:300;font-style:italic;font-size:clamp(100px,15vw,190px);letter-spacing:-.05em;line-height:1;color:var(--ink);opacity:.04;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.service-row{display:grid;grid-template-columns:80px 1.1fr 1fr 180px;grid-gap:32px;gap:32px;padding:42px 0;border-top:1px solid var(--rule);align-items:start;cursor:pointer;transition:background .3s,transform .35s cubic-bezier(.2,.7,.3,1),box-shadow .35s ease;position:relative}.service-row:last-of-type{border-bottom:1px solid var(--rule)}.service-row:hover{background:rgba(184,137,92,.04);transform:perspective(1200px) translateX(12px) rotateY(-1deg);box-shadow:-8px 4px 32px rgba(11,27,59,.06)}.service-row .idx{font-family:var(--font-mono);font-size:13px;color:var(--muted);padding-top:6px}.service-row .title{font-family:var(--font-display);font-size:28px;font-weight:500;letter-spacing:-.02em;color:var(--ink)}.service-row .title-es{display:block;font-family:var(--font-mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.service-row .desc{color:var(--muted);font-size:15.5px;line-height:1.65}.service-row .desc ul{margin:12px 0 0;padding:0;list-style:none}.service-row .desc ul li{padding:4px 0;font-size:14px;display:flex;align-items:center;gap:10px}.service-row .desc ul li:before{content:"";width:14px;height:1px;background:var(--accent);display:block}.service-row .go{align-self:center;justify-self:end;display:flex;align-items:center;gap:10px;font-size:13px;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink)}.service-row .go .arrow{transition:transform .25s}.service-row:hover .go .arrow{transform:translateX(6px);color:var(--accent)}.testimonials{background:var(--navy);color:var(--white);position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%,rgba(184,137,92,.12) 0,transparent 40%),radial-gradient(circle at 10% 90%,rgba(184,137,92,.08) 0,transparent 40%);pointer-events:none}.testimonials .section-head .right{color:rgba(255,255,255,.65)}.testimonials .section-head h2 em{color:var(--accent)}.quotes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);perspective:1600px}.quote,.quotes{position:relative}.quote{background:var(--navy);padding:44px 36px;display:flex;flex-direction:column;gap:22px;min-height:320px;transition:transform .35s cubic-bezier(.2,.7,.3,1),box-shadow .35s ease,background .2s;overflow:hidden}.quote:hover{transform:translateY(-8px) rotateX(4deg) scale(1.01);box-shadow:0 28px 72px rgba(0,0,0,.3);background:var(--navy-3)}.quote .mark{font-family:var(--font-display);font-style:italic;font-size:clamp(180px,16vw,260px);line-height:.75;color:var(--accent);font-weight:300;opacity:.1;position:absolute;top:-8px;right:12px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.quote p{font-size:16.5px;line-height:1.6;color:rgba(255,255,255,.9);flex:1 1;font-weight:300}.quote .author,.quote p{position:relative;z-index:1}.quote .author{display:flex;flex-direction:column;gap:4px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.quote .author .name{font-family:var(--font-display);font-weight:500;font-size:14.5px;color:var(--white)}.quote .author .role{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.5)}.testimonials:after{content:"04";position:absolute;right:var(--pad);top:clamp(48px,7vw,90px);font-family:var(--font-display);font-weight:300;font-style:italic;font-size:clamp(100px,15vw,190px);letter-spacing:-.05em;line-height:1;color:var(--white);opacity:.05;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.contact{background:var(--paper)}.contact-grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:80px;gap:80px;align-items:start}.contact h2{margin-bottom:24px;max-width:14ch}.contact h2 em{font-style:italic;color:var(--accent)}.contact-lede{font-size:18px;color:var(--muted);line-height:1.65;max-width:44ch;margin-bottom:48px}.contact-channels{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;border-top:1px solid var(--rule)}.channel{display:grid;grid-template-columns:minmax(90px,140px) 1fr auto;grid-gap:24px;gap:24px;padding:24px 0;border-bottom:1px solid var(--rule);align-items:center}.channel .label{font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.channel .value{font-family:var(--font-display);font-size:18px;color:var(--ink);font-weight:500}.channel .cta{font-family:var(--font-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);display:flex;align-items:center;gap:8px}.form-card{background:var(--white);border:1px solid var(--rule);padding:40px}.form-card .form-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--rule);margin-bottom:28px}.form-card .form-head .title{font-family:var(--font-display);font-size:18px;font-weight:500}.form-card .form-head .idx{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.2em;color:var(--muted);text-transform:uppercase}.field{position:relative;margin-bottom:28px;padding-top:22px}.field label{position:absolute;top:22px;left:0;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);transition:top .18s,color .18s,opacity .18s;pointer-events:none}.field:focus-within label,.field:has(input:not(:placeholder-shown)) label,.field:has(select) label,.field:has(textarea:not(:placeholder-shown)) label{top:2px;color:var(--muted)}.field:focus-within label{color:var(--accent)}.field input,.field select,.field textarea{border:none;border-bottom:1px solid var(--rule);padding:8px 0 10px;font-size:15px;font-family:inherit;color:var(--ink);background:transparent;transition:border-color .2s;width:100%}.field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235A5F6B' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center;padding-right:22px;cursor:pointer}.field input:focus,.field select:focus,.field textarea:focus{border-bottom-color:var(--accent)}.field textarea{resize:none;min-height:72px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.form-meta{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:22px;border-top:1px solid var(--rule);font-family:var(--font-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.form-meta .dot{margin-right:8px}.form-meta .dot,.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--status-open);vertical-align:middle}.status-dot{margin-right:6px}.form-card .btn{width:100%;justify-content:center;margin-top:14px}.form-card .btn:disabled{cursor:not-allowed;opacity:.65;transform:none}.turnstile-widget{min-height:65px;margin:4px 0 12px}.form-status{margin-top:14px;font-size:14px;line-height:1.5}.form-status.success{color:var(--form-success)}.form-status.error{color:var(--form-error)}footer{background:var(--navy-2);color:rgba(255,255,255,.75);padding:80px 0 28px;position:relative;overflow:hidden}footer:before{content:"PINTO";position:absolute;bottom:-14px;right:calc(var(--pad) - 8px);font-family:var(--font-display);font-weight:300;font-style:italic;font-size:clamp(72px,11vw,148px);letter-spacing:-.04em;line-height:1;color:var(--white);opacity:.045;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:60px;gap:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1)}.foot-brand .mark{width:56px;height:56px;display:block}.foot-brand .tagline{margin-top:24px;font-size:14px;color:rgba(255,255,255,.55);line-height:1.65;max-width:32ch}.foot-col h4{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.6);font-weight:500;margin-bottom:20px}.foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.foot-col ul a:hover{color:var(--accent)}.foot-col .contact-line{font-size:14px;color:rgba(255,255,255,.7);margin-bottom:8px}.foot-col .contact-line.acc{color:var(--accent)}.copy{margin-top:28px;display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.6)}.copy-license{opacity:.65}.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;z-index:var(--z-progress);pointer-events:none}@media (hover:hover) and (pointer:fine){*{cursor:none!important}.cursor-dot{top:-5px;left:-5px;width:10px;height:10px;background:var(--accent);z-index:var(--z-cursor-dot)}.cursor-dot,.cursor-ring{position:fixed;border-radius:50%;pointer-events:none;will-change:transform}.cursor-ring{top:-18px;left:-18px;width:36px;height:36px;border:1px solid rgba(184,137,92,.45);z-index:var(--z-cursor-ring);transition:width .22s,height .22s,top .22s,left .22s,border-color .22s}.cursor-ring.expanded{width:52px;height:52px;top:-26px;left:-26px;border-color:rgba(184,137,92,.7)}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius)}.nav-hamburger:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:4px}.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{outline:none;border-bottom-color:var(--accent);box-shadow:inset 0 -1px 0 var(--accent)}.drawer-link:focus-visible,.nav-links a:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:2px}.btn:focus-visible,.drawer-cta:focus-visible,.nav-cta:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.hero-meta{animation:fadeUp .7s cubic-bezier(.2,.7,.3,1) .06s both}.hero-sub{animation:fadeUp .8s cubic-bezier(.2,.7,.3,1) .5s both}.hero-actions{animation:fadeUp .8s cubic-bezier(.2,.7,.3,1) .64s both}.cert-strip{animation:fadeUp .8s cubic-bezier(.2,.7,.3,1) .78s both}.reveal{opacity:1;transform:none}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.3,1)}.reveal.in{opacity:1;transform:none}}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;background:none;border:none;padding:8px;margin:-8px -8px -8px 0;color:var(--white);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav.scrolled .nav-hamburger{color:var(--navy)}.nav-hamburger span{display:block;width:22px;height:1.5px;background:currentColor;transition:transform .28s cubic-bezier(.2,.7,.3,1),opacity .2s}.nav-hamburger.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-drawer);background:var(--navy);display:flex;flex-direction:column;padding:88px var(--pad) 48px;transform:translateY(-100%);transition:transform .4s cubic-bezier(.2,.7,.3,1);overflow-y:auto}.nav-drawer.open{transform:translateY(0)}.nav-drawer a.drawer-link{padding:18px 0;font-family:var(--font-display);font-size:clamp(26px,7vw,34px);font-weight:500;letter-spacing:-.025em;color:rgba(255,255,255,.85);border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s,transform .2s;display:block}.nav-drawer a.drawer-link:hover{color:var(--accent);transform:translateX(8px)}.drawer-footer{margin-top:auto;padding-top:36px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.drawer-cta{background:var(--accent);color:var(--accent-text);padding:14px 24px;font-size:14px;font-weight:500;letter-spacing:.005em;border-radius:var(--radius);display:inline-flex;align-items:center;gap:10px;touch-action:manipulation;transition:background .2s,transform .2s;font-family:inherit}.drawer-cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.drawer-lang{display:flex;align-items:center;gap:2px}.drawer-lang,.drawer-lang .lang-btn{font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;color:rgba(255,255,255,.45);cursor:pointer}.drawer-lang .lang-btn{background:none;border:none;padding:6px 8px;transition:color .15s}.drawer-lang .lang-btn.active{color:var(--white);font-weight:500}.drawer-lang em{font-style:normal;opacity:.4}@media (max-width:960px){.lang-switch,.nav-cta,.nav-links{display:none}.nav-hamburger{display:flex}.section-head{grid-template-columns:1fr;gap:24px}.about-grid,.contact-grid{grid-template-columns:1fr;gap:48px}.principles-grid{grid-template-columns:1fr;border-left:none;perspective:none}.principle{border-right:none;border-bottom:1px solid var(--rule)}.principle:nth-child(2),.principle:nth-child(3){padding-top:0}.principle:hover{transform:none;box-shadow:none}.service-row{grid-template-columns:40px 1fr;gap:18px}.service-row:hover{transform:none;box-shadow:none}.service-row .desc,.service-row .go{grid-column:2}.quotes{grid-template-columns:1fr;perspective:none}.quote:hover{transform:none;box-shadow:none}.cert-strip{grid-template-columns:repeat(2,1fr);gap:18px}.foot-grid{grid-template-columns:1fr 1fr;gap:40px}.form-grid-2{grid-template-columns:1fr}.about-portrait:hover{transform:none!important;box-shadow:none!important}}@media (max-width:640px){.hero-scroll{display:none}.foot-grid{gap:32px}.channel,.foot-grid{grid-template-columns:1fr}.channel{gap:4px}.channel .cta{justify-content:flex-start;padding-top:4px}.form-card{padding:24px 20px}.cert-strip{grid-template-columns:1fr 1fr;gap:20px 16px}.quote{padding:32px 24px}.principle{padding:36px 24px}.service-row .go{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cert-strip,.hero-actions,.hero-meta,.hero-scroll,.hero-sub{animation:none!important;opacity:1!important}.hero-meta .dot,.hero-scroll-line:after{animation:none!important}.about-portrait,.btn,.btn-primary,.nav-drawer,.principle,.quote,.service-row{transition:background .1s,color .1s}.principle:hover,.quote:hover,.service-row:hover{transform:none;box-shadow:none}.btn:active{transform:none!important}.hero-grid{transform:none;-webkit-mask-image:radial-gradient(ellipse at 50% 40%,black 30%,transparent 80%);mask-image:radial-gradient(ellipse at 50% 40%,black 30%,transparent 80%)}.nav-drawer{transition:none}}@font-face{font-family:Spectral;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/ccb4f1a2f58c2d81-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Spectral;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/671af85d510151df-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/6fca4e68a47b5cd6-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Spectral;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/911743d16370ad7d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Spectral;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e61574c42be438a1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/de32ab4287127d46-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/52c789a43a83edb4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/53a2694769c6fc4b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/109cd0be88080556-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/9f5251eb979d3d3e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/1392a8708768005c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/6a64cc3acf910f14-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/b42be14db559d7fe-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/84d7006d28fb721d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/a8803dd9fdd15a53-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Spectral;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/08de5a6c8e2756a6-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Spectral;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/042599cf3ef1ed12-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/07eb198cb290aa99-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Spectral;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba3ff6f2a6b16018-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Spectral;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e8d031e1cd02c4e9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a905a6179bab2b08-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/273b2e150de7c4a9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/692781be160fc9d0-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e9fc5e960416d85-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e244d3ca994d3054-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eba0a4e5bf800560-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6adccebe1b78ad4c-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1ee996a2e7c8d770-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/581701471b17b157-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1eedfae966de4e1c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Spectral Fallback;src:local("Times New Roman");ascent-override:96.46%;descent-override:42.17%;line-gap-override:0.00%;size-adjust:109.78%}.__className_279879{font-family:Spectral,Spectral Fallback}.__variable_279879{--font-display:"Spectral","Spectral Fallback"}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost Fallback;src:local("Arial");ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.00%;size-adjust:96.01%}.__className_744fae{font-family:Jost,Jost Fallback;font-style:normal}.__variable_744fae{--font-sans:"Jost","Jost Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2f186ab49059fbbb-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7be269dd6123b082-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/db5568a2cfd831e2-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6760c1b492207d80-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f424c9580f97313-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/427e4a37d3642943-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_ecea63{font-family:JetBrains Mono,JetBrains Mono Fallback;font-weight:400;font-style:normal}.__variable_ecea63{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}