@font-face{font-family:Raleway;src:url('/frontend/fonts/raleway-regular-2.woff2') format('woff2');font-weight:400;font-display:swap}@font-face{font-family:Raleway;src:url('/frontend/fonts/raleway-extrabold-2.woff2') format('woff2');font-weight:800;font-display:swap}
:root{--ink:#101418;--ink-2:#192027;--paper:#f4f0e8;--white:#fffdf8;--blue:#2ca8df;--mint:#62d6a6;--amber:#f1a84b;--violet:#aa7bf2;--line:rgba(16,20,24,.16);--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Raleway,Arial,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip-link{position:fixed;top:-100px;left:1rem;z-index:100;background:#fff;padding:.7rem 1rem}.skip-link:focus{top:1rem}.site-header{height:92px;max-width:var(--max);margin:auto;padding:0 2.2rem;display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:.8rem;line-height:1.05}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:var(--ink);color:var(--paper);font-weight:800;letter-spacing:-.08em}.brand strong,.brand small{display:block}.brand strong{font-size:1.05rem}.brand small{margin-top:.35rem;font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;color:#5f666b}.site-header>nav{display:flex;gap:1.8rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.site-header nav a,.site-footer nav a,.lang{transition:color .2s}.site-header nav a:hover,.site-footer nav a:hover,.lang:hover{color:#187fae}.header-actions{justify-self:end;display:flex;align-items:center;gap:1rem}.lang{font-size:.78rem;letter-spacing:.12em}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:.8rem 1.35rem;background:var(--ink);border:1px solid var(--ink);color:#fff;border-radius:2px;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#27313a}.button-small{min-height:42px;padding:.6rem 1rem;font-size:.68rem}.button-light{background:transparent;color:var(--ink)}.button-light:hover{color:#fff}.overline{margin:0 0 1rem;color:#647078;font-size:.71rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.hero{max-width:var(--max);min-height:740px;margin:auto;padding:7.5rem 4.8rem 5rem;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr);gap:5rem;align-items:center;border-bottom:1px solid var(--line)}.hero-copy{position:relative;z-index:2}.hero h1{max-width:900px;margin:0;font-size:clamp(3.3rem,6.25vw,6.8rem);line-height:.94;letter-spacing:-.065em}.hero-lead{max-width:720px;margin:2rem 0 0;font-size:1.18rem;color:#4a545a}.hero-actions{margin-top:2.2rem;display:flex;align-items:center;gap:1.8rem}.text-link{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid currentColor}.proof-row{display:flex;flex-wrap:wrap;gap:1.6rem;margin:3.2rem 0 0;padding:0;list-style:none;color:#657077;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.proof-row li:before{content:'●';margin-right:.55rem;color:var(--mint)}.hero-visual{position:relative;min-height:540px}.orbit{position:absolute;border:1px solid rgba(16,20,24,.2);border-radius:50%;transform:rotate(-17deg)}.orbit-one{inset:11% 2%}.orbit-two{inset:23% -7%;transform:rotate(22deg)}.system-node{position:absolute;display:grid;place-items:center;width:92px;height:92px;border:1px solid var(--ink);border-radius:50%;background:var(--paper);font-size:1.25rem;font-weight:800;box-shadow:0 10px 30px rgba(16,20,24,.08)}.system-node small{position:absolute;top:100%;margin-top:.45rem;width:130px;text-align:center;font-size:.58rem;font-weight:400;letter-spacing:.06em}.node-core{width:160px;height:160px;left:38%;top:35%;background:var(--ink);color:#fff;font-size:2.2rem}.node-hu{top:7%;left:16%;border-color:var(--blue)}.node-hf{top:13%;right:6%;border-color:var(--amber)}.node-eylc{left:2%;bottom:11%;border-color:var(--mint)}.node-cg{right:4%;bottom:8%;border-color:var(--violet)}.node-dispatch{right:0;top:43%;border-color:var(--blue)}.section{max-width:var(--max);margin:auto;padding:8rem 4.8rem}.section-heading{max-width:800px}.section h2,.work-section h2,.person-section h2{margin:.3rem 0 1.2rem;font-size:clamp(2.5rem,5vw,5rem);line-height:1.02;letter-spacing:-.055em}.section-heading>p:last-child,.work-section>div>p:last-child,.person-section>div>p{color:#536068}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:4rem}.product{grid-column:span 2;min-height:330px;padding:2rem;display:flex;flex-direction:column;border:1px solid var(--line);background:rgba(255,255,255,.3);transition:transform .2s,background .2s}.product:nth-child(4){grid-column:2/span 2}.product:hover{transform:translateY(-5px);background:var(--white)}.product-code{display:grid;place-items:center;width:50px;height:50px;border:1px solid currentColor;border-radius:50%;font-weight:800}.product h3{margin:2.6rem 0 .6rem;font-size:1.5rem}.product p{margin:0;color:#5d676d}.product strong{margin-top:auto;padding-top:2rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.product-hu .product-code{color:#168cc1}.product-dispatch .product-code{color:#d9781f}.product-hf .product-code{color:#9d6525}.product-eylc .product-code{color:#248a61}.product-cg .product-code{color:#8352cc}.work-section{max-width:var(--max);margin:auto;padding:8rem 4.8rem;background:var(--ink);color:var(--paper);display:grid;grid-template-columns:.45fr 1.2fr;gap:3rem}.work-number{font-size:clamp(3rem,7vw,7rem);font-weight:800;color:#303940;line-height:1}.work-section .overline,.work-section>div>p:last-child{color:#9da8ae}.work-steps{grid-column:2;margin:3rem 0 0;padding:0;list-style:none;border-top:1px solid #3c454d}.work-steps li{padding:1.6rem 0;display:grid;grid-template-columns:60px 150px 1fr;gap:1rem;border-bottom:1px solid #3c454d}.work-steps span{color:var(--mint);font-size:.72rem}.work-steps small{color:#a9b1b6}.person-section{max-width:var(--max);margin:auto;padding:8rem 4.8rem;display:grid;grid-template-columns:.85fr 1.15fr;gap:7rem;align-items:center;border-bottom:1px solid var(--line)}.portrait-wrap{position:relative}.portrait-wrap img{aspect-ratio:1;object-fit:cover;filter:saturate(.78) contrast(1.05)}.portrait-wrap span{position:absolute;right:-2rem;bottom:2rem;background:var(--mint);padding:.8rem 1rem;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.person-section .text-link{display:inline-block;margin-top:1.2rem}.audience-section{background:var(--white)}.audience-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:3.5rem}.audience-grid article{min-height:380px;padding:3rem;border:1px solid var(--line);display:flex;flex-direction:column}.audience-grid article+article{border-left:0}.audience-grid article>span{font-size:.72rem;color:#778086}.audience-grid h3{margin:2.5rem 0 1rem;font-size:2rem}.audience-grid p{max-width:520px;color:#566169}.audience-grid .button{align-self:flex-start;margin-top:auto}.closing{max-width:var(--max);margin:auto;padding:7rem 4.8rem;display:flex;justify-content:space-between;align-items:center;gap:3rem;background:var(--mint)}.closing p{max-width:950px;margin:0;font-size:clamp(2rem,4.2vw,4.5rem);line-height:1.05;font-weight:800;letter-spacing:-.04em}.site-footer{max-width:var(--max);min-height:180px;margin:auto;padding:3rem 4.8rem;display:flex;justify-content:space-between;align-items:center;background:var(--ink);color:#fff}.site-footer strong,.site-footer span{display:block}.site-footer span{margin-top:.3rem;color:#9ca7ad;font-size:.78rem}.site-footer nav{display:flex;gap:1.8rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.page-shell{max-width:1050px;min-height:65vh;margin:auto;padding:7rem 4.8rem}.page-shell h1{font-size:clamp(3rem,6vw,6rem);line-height:1;letter-spacing:-.06em}.page-shell h2{margin-top:3rem;font-size:1.7rem}.page-shell h3{margin-top:2rem}.page-shell p,.page-shell li{color:#4e5960}.page-shell a:not(.button){text-decoration:underline}.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:5rem;margin-top:4rem}.contact-card{padding:2rem;border:1px solid var(--line);background:var(--white)}.contact-card a{display:block;margin:.7rem 0;font-size:1.15rem}.legal{font-family:Arial,sans-serif;font-size:16px}.legal h1,.legal h2,.legal h3{font-family:Raleway,Arial,sans-serif}.legal ul{padding-left:1.2rem}
.brand-mark img{width:29px;height:29px;object-fit:contain}.node-core>img{width:78px;height:78px;object-fit:contain}
@media(max-width:1050px){.site-header{grid-template-columns:1fr auto}.site-header>nav{display:none}.hero{padding:5rem 2.5rem;grid-template-columns:1fr}.hero-visual{min-height:480px;max-width:600px;width:100%;margin:auto}.product-grid{grid-template-columns:1fr 1fr}.product,.product:nth-child(4){grid-column:auto}.product:last-child{grid-column:1/-1}.section,.work-section,.person-section,.closing,.site-footer{padding-left:2.5rem;padding-right:2.5rem}.person-section{gap:3rem}}
@media(max-width:680px){body{font-size:16px}.site-header{height:78px;padding:0 1.2rem}.brand small,.header-actions .button{display:none}.site-header{gap:.5rem}.hero{min-height:auto;padding:4.5rem 1.25rem 3rem}.hero h1{font-size:clamp(3rem,15vw,4.8rem)}.hero-actions{align-items:flex-start;flex-direction:column}.proof-row{gap:.8rem;margin-top:2.2rem;flex-direction:column}.hero-visual{min-height:350px}.system-node{width:65px;height:65px;font-size:.9rem}.system-node small{width:95px;font-size:.48rem}.node-core{width:110px;height:110px;font-size:1.5rem}.section,.work-section,.person-section,.closing,.site-footer,.page-shell{padding:5rem 1.25rem}.product-grid,.person-section,.audience-grid,.contact-grid{grid-template-columns:1fr}.product,.product:last-child{grid-column:auto;min-height:290px}.work-section{grid-template-columns:1fr}.work-steps{grid-column:1}.work-steps li{grid-template-columns:42px 1fr}.work-steps small{grid-column:2}.portrait-wrap span{right:-.5rem}.audience-grid article+article{border-left:1px solid var(--line);border-top:0}.closing,.site-footer{align-items:flex-start;flex-direction:column}.site-footer nav{flex-wrap:wrap}.page-shell h1{font-size:3.4rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
