:root{--brand:#4794cf;--brand-bright:#77bceb;--brand-pale:#dceffa;--brand-wash:#eef7fc;--gray:#949495;--ink:#0a1c28;--ink-soft:#19384c;--night:#071620;--night-light:#0c2535;--line-dark:#96cbeb2e;--line:#d6e0e6;--paper:#f6f8f8;--white:#fff;--muted:#657883;--max-width:1440px;--gutter:clamp(1.25rem, 4vw, 4.5rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-body), sans-serif;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.6}body,button,input,textarea,select{font-family:var(--font-body), sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,summary{cursor:pointer}em{color:var(--brand);font-style:normal}.skip-link{z-index:999;background:var(--white);color:var(--ink);padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f8f8e6;border-bottom:1px solid #0a1c281a;position:sticky;top:0}.site-header__inner{width:min(100%, var(--max-width));min-height:5.25rem;padding:0 var(--gutter);grid-template-columns:13rem 1fr auto;align-items:center;margin:0 auto;display:grid}.brand-logo{width:9.75rem;display:inline-flex}.brand-logo img{width:100%;height:auto}.desktop-nav{justify-content:center;align-items:center;gap:clamp(1.25rem,2.2vw,2.75rem);display:flex}.desktop-nav a{color:#244456;letter-spacing:-.02em;padding:1.9rem 0;font-size:.9rem;font-weight:600;position:relative}.desktop-nav a:after{background:var(--brand);content:"";transform-origin:100%;height:1px;transition:transform .22s;position:absolute;bottom:1.35rem;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.header-cta{background:var(--ink);min-width:10.25rem;color:var(--white);justify-content:space-between;align-items:center;gap:1.75rem;padding:.78rem 1rem;font-size:.82rem;font-weight:700;transition:background .18s,transform .18s;display:inline-flex}.header-cta:hover{background:var(--brand);transform:translateY(-2px)}.mobile-menu{display:none}.home-hero{min-height:calc(100svh - 5.25rem);color:var(--white);background:radial-gradient(circle at 78% 34%,#4794cf2b,#0000 30%),linear-gradient(145deg,#06141e 0%,#0b2130 62%,#071620 100%);grid-template-columns:minmax(0,1.03fr) minmax(25rem,.97fr);display:grid;position:relative;overflow:hidden}.hero-grid{opacity:.55;background-image:linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);background-size:5rem 5rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000000e6,#0000 90%);mask-image:linear-gradient(90deg,#000000e6,#0000 90%)}.hero-grid:after{content:"";background:linear-gradient(90deg,#0000 49.95%,#77bceb8c 50%,#0000 50.05%);position:absolute;inset:0}.hero-signal{pointer-events:none;border:1px solid #77bceb30;border-radius:50%;position:absolute}.hero-signal:after{background:var(--brand-bright);width:.45rem;height:.45rem;box-shadow:0 0 22px var(--brand);content:"";border-radius:50%;position:absolute;top:50%;left:50%}.hero-signal--one{width:48rem;height:48rem;animation:24s linear infinite orbit;top:-18rem;right:-12rem}.hero-signal--two{width:36rem;height:36rem;animation:18s linear infinite reverse orbit;bottom:-24rem;right:15%}@keyframes orbit{to{transform:rotate(360deg)}}.home-hero__content{z-index:2;padding:5.5rem 2rem 10rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));align-self:center;position:relative}.eyebrow{font-family:var(--font-mono), monospace;letter-spacing:.16em;align-items:center;gap:.75rem;font-size:.68rem;font-weight:500;display:flex}.eyebrow--light{color:#9dc4da}.eyebrow i{background:var(--brand-bright);width:.28rem;height:.28rem;box-shadow:0 0 12px var(--brand-bright);border-radius:50%}.home-hero h1{max-width:55rem;font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.075em;margin:2rem 0 1.65rem;font-size:clamp(3.1rem,5.6vw,6.9rem);font-weight:530;line-height:1.03}.home-hero h1 em{display:inline-block;position:relative}.home-hero h1 em:after{background:linear-gradient(90deg, var(--brand), transparent);content:"";height:1px;position:absolute;bottom:-.35rem;left:0;right:0}.home-hero__content>p{color:#aec2cf;margin:0;font-size:clamp(1rem,1.2vw,1.17rem);line-height:1.8}.hero-actions{flex-wrap:wrap;gap:.65rem;margin-top:2.3rem;display:flex}.button{border:1px solid #0000;justify-content:space-between;align-items:center;gap:2.5rem;min-width:13.5rem;padding:1rem 1.15rem;font-size:.86rem;font-weight:700;transition:background .18s,color .18s,border-color .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-3px)}.button--primary{background:var(--brand);color:var(--white)}.button--primary:hover{background:#5da7dc}.button--ghost{color:#d6e4ec;border-color:#ffffff40}.button--ghost:hover{border-color:var(--brand-bright);color:var(--white)}.button--outline-light{color:var(--white);border-color:#ffffff40}.button--white{background:var(--white);color:var(--ink)}.home-hero__console{z-index:2;padding:4rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter))) 10rem 2rem;align-self:center;position:relative}.architecture-console{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05131dd1;border:1px solid #7dbbe059;position:relative;overflow:hidden;box-shadow:0 3rem 8rem #00000057,inset 0 0 5rem #4794cf0d}.architecture-console__head{color:#7597aa;font-family:var(--font-mono), monospace;letter-spacing:.1em;border-bottom:1px solid #7dbbe033;justify-content:space-between;padding:.8rem 1rem;font-size:.62rem;display:flex}.console-live{color:var(--brand-bright)}.console-live i{background:var(--brand-bright);width:.35rem;height:.35rem;box-shadow:0 0 10px var(--brand);border-radius:50%;margin-right:.35rem;display:inline-block}.architecture-console__canvas{aspect-ratio:1.45;background-image:linear-gradient(#4794cf14 1px,#0000 1px),linear-gradient(90deg,#4794cf14 1px,#0000 1px);background-size:2rem 2rem;position:relative;overflow:hidden}.system-orbit{border:1px solid #77bceb33;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.system-orbit--outer{aspect-ratio:1;width:70%}.system-orbit--inner{aspect-ratio:1;border-style:dashed;width:41%}.system-core{aspect-ratio:1;border:1px solid var(--brand);width:24%;color:var(--white);text-align:center;background:#0c2a3cf0;place-content:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.system-core>*{transform:rotate(-45deg)}.system-core small{color:#7fa8be;font-family:var(--font-mono), monospace;letter-spacing:.1em;font-size:.5rem}.system-core strong{font-family:var(--font-display), sans-serif;letter-spacing:-.03em;font-size:clamp(.7rem,1.3vw,1rem)}.system-node{color:#b9d8e8;font-family:var(--font-mono), monospace;letter-spacing:.05em;background:#0a2332;border:1px solid #77bceb6b;align-items:center;gap:.45rem;padding:.45rem .55rem;font-size:clamp(.48rem,.62vw,.62rem);display:flex;position:absolute}.system-node i{background:var(--brand);width:.35rem;height:.35rem}.node--data{top:18%;left:8%}.node--model{top:16%;right:8%}.node--api{bottom:15%;left:9%}.node--operation{bottom:16%;right:7%}.architecture-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.architecture-lines path{fill:none;stroke:#77bceb75;stroke-dasharray:4 6;stroke-width:1px;animation:12s linear infinite dash}@keyframes dash{to{stroke-dashoffset:-120px}}.architecture-console__metrics{border-top:1px solid #7dbbe033;grid-template-columns:repeat(3,1fr);display:grid}.architecture-console__metrics div{border-right:1px solid #7dbbe029;padding:.85rem 1rem}.architecture-console__metrics div:last-child{border-right:0}.architecture-console__metrics span,.architecture-console__metrics strong{font-family:var(--font-mono), monospace;letter-spacing:.07em;font-size:.52rem;display:block}.architecture-console__metrics span{color:#6f91a4;margin-bottom:.25rem}.architecture-console__metrics strong{color:#b7def4}.hero-process{z-index:3;max-width:var(--max-width);padding:0 var(--gutter);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid;position:absolute;bottom:0;left:0;right:0}.hero-process>div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05111ac7;border-top:1px solid #ffffff38;border-right:1px solid #ffffff1f;grid-template-columns:2.2rem 1fr;gap:0 .5rem;padding:1.15rem 1.4rem;display:grid}.hero-process>div:first-child{border-left:1px solid #ffffff1f}.hero-process span{color:var(--brand-bright);font-family:var(--font-mono), monospace;grid-row:1/3;font-size:.65rem}.hero-process strong{font-family:var(--font-display), sans-serif;letter-spacing:.08em;font-size:1rem}.hero-process small{color:#7e9aab;font-size:.7rem}.proof-strip{width:min(100%, var(--max-width));padding:6rem var(--gutter) 5rem;grid-template-columns:.9fr 1.1fr;margin:0 auto;display:grid}.proof-strip__intro{padding-right:2rem}.section-index{color:var(--brand);font-family:var(--font-mono), monospace;letter-spacing:.14em;font-size:.67rem;font-weight:600;display:block}.section-index--light{color:var(--brand-bright)}.proof-strip__intro p{max-width:24rem;color:var(--ink-soft);letter-spacing:-.04em;margin:1rem 0 0;font-size:1.25rem;font-weight:600}.proof-metrics{grid-template-columns:repeat(3,1fr);display:grid}.proof-metrics>div{border-left:1px solid var(--line);padding:0 1.5rem}.proof-metrics strong{font-family:var(--font-display), sans-serif;letter-spacing:-.06em;font-size:clamp(2.4rem,4vw,4.25rem);font-weight:500;line-height:1;display:block}.proof-metrics span{color:var(--muted);font-size:.76rem}.customer-logos{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-column:1/-1;grid-template-columns:repeat(6,1fr);margin-top:4.5rem;display:grid}.customer-logos div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);filter:grayscale();opacity:.54;place-items:center;min-height:6.5rem;padding:1.25rem;transition:filter .2s,opacity .2s;display:grid}.customer-logos div:hover{filter:grayscale(0);opacity:1}.customer-logos img{max-width:7.5rem;max-height:2.5rem}.section{width:min(100%, var(--max-width));padding:8rem var(--gutter);margin:0 auto}.section-heading{grid-template-columns:1.3fr .7fr;align-items:end;gap:4rem;margin-bottom:4rem;display:grid}.section-heading--compact{grid-template-columns:1fr auto}.section-heading h2,.process-sticky h2,.operating-section h2,.final-cta h2{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.07em;margin:1.25rem 0 0;font-size:clamp(2.5rem,4.6vw,5rem);font-weight:520;line-height:1.08}.section-heading>p{color:var(--muted);margin:0;font-size:1rem;line-height:1.85}.capability-grid{border-top:1px solid var(--ink);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.capability-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff61;min-height:31rem;padding:1.35rem;transition:background .22s,transform .22s;position:relative;overflow:hidden}.capability-card:hover{z-index:2;background:var(--white);transform:translateY(-.6rem)}.capability-card__head{color:var(--muted);font-family:var(--font-mono), monospace;letter-spacing:.08em;justify-content:space-between;font-size:.58rem;display:flex}.capability-card__head i{color:var(--brand);font-style:normal}.capability-icon{border:1px solid var(--line);border-radius:50%;width:7rem;height:7rem;margin:4rem 0 3.2rem;position:relative}.capability-icon:before,.capability-icon:after{content:"";border-radius:50%;position:absolute}.capability-icon:before{border:1px dashed var(--brand);animation:14s linear infinite orbit;inset:1.35rem}.capability-icon:after{background:var(--brand);width:.7rem;height:.7rem;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 24px #4794cfb3}.capability-icon span{background:var(--ink-soft);border-radius:50%;width:.35rem;height:.35rem;position:absolute}.capability-icon span:first-child{top:9%;left:47%}.capability-icon span:nth-child(2){bottom:22%;right:13%}.capability-icon span:nth-child(3){bottom:17%;left:17%}.capability-card h3{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:0 0 1rem;font-size:1.45rem}.capability-card p{min-height:6rem;color:var(--muted);margin:0;font-size:.85rem;line-height:1.75}.capability-card ul,.process-item ul,.project-card ul{flex-wrap:wrap;gap:.4rem;padding:0;list-style:none;display:flex}.capability-card li,.process-item li,.project-card li{border:1px solid var(--line);color:var(--muted);font-family:var(--font-mono), monospace;padding:.25rem .48rem;font-size:.56rem}.text-link{border-bottom:1px solid var(--ink);align-items:center;gap:2.5rem;margin-top:2rem;padding-bottom:.2rem;font-size:.82rem;font-weight:700;display:inline-flex}.section--process{background:var(--night);width:100%;max-width:none;color:var(--white);grid-template-columns:.8fr 1.2fr;padding:0;display:grid}.process-sticky{min-height:calc(100vh - 5.25rem);padding:7rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));background:radial-gradient(circle at 0 100%,#4794cf2e,#0000 40%),linear-gradient(140deg,#091b28,#06141e);align-self:start;position:sticky;top:5.25rem}.process-sticky:after{opacity:.5;background-image:linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);content:"";pointer-events:none;background-size:4rem 4rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(135deg,#0000,#000);mask-image:linear-gradient(135deg,#0000,#000)}.process-sticky>*{z-index:1;position:relative}.process-sticky p{color:#8ca8b8;max-width:29rem;margin:1.7rem 0 2rem}.process-list{padding-right:max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));border-left:1px solid var(--line-dark)}.process-item{border-bottom:1px solid var(--line-dark);grid-template-columns:4rem 1fr;gap:2.5rem;min-height:24rem;padding:5rem 0 4rem 4rem;display:grid}.process-item>span{color:var(--brand);font-family:var(--font-mono), monospace;font-size:.7rem}.process-item strong{color:var(--brand-bright);font-family:var(--font-mono), monospace;letter-spacing:.15em;font-size:.72rem}.process-item h3{letter-spacing:-.05em;max-width:37rem;margin:1.4rem 0;font-size:clamp(1.5rem,2.3vw,2.35rem);font-weight:500}.process-item p{color:#88a1b0;max-width:38rem;font-size:.92rem;line-height:1.85}.process-item li{color:#8fb4c7;border-color:#234050}.section--projects{padding-bottom:9rem}.project-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.project-card{border:1px solid var(--line);background:var(--white);grid-template-columns:.76fr 1.24fr;min-height:26rem;transition:transform .22s,box-shadow .22s;display:grid}.project-card:hover{transform:translateY(-.5rem);box-shadow:0 1.5rem 4rem #123a521f}.project-card__visual{background:linear-gradient(#4794cf14 1px, transparent 1px), linear-gradient(90deg, #4794cf14 1px, transparent 1px), var(--night);background-size:2rem 2rem;position:relative;overflow:hidden}.project-card__visual>span{color:var(--brand-bright);font-family:var(--font-mono), monospace;font-size:.65rem;position:absolute;top:1rem;left:1rem}.project-card__visual small{color:#7399ad;font-family:var(--font-mono), monospace;letter-spacing:.08em;writing-mode:vertical-rl;font-size:.55rem;position:absolute;bottom:1rem;right:1rem}.project-scan{border:1px solid #77bceb59;border-radius:50%;width:8rem;height:8rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-scan:before,.project-scan:after{content:"";position:absolute}.project-scan:before{border:1px dashed var(--brand);border-radius:50%;animation:12s linear infinite orbit;inset:1.5rem}.project-scan:after{background:var(--brand);width:.65rem;height:.65rem;box-shadow:0 0 30px var(--brand);top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.project-node{background:var(--brand-bright);width:.4rem;height:.4rem;box-shadow:0 0 12px var(--brand);border-radius:50%;position:absolute}.project-node--one{top:25%;left:20%}.project-node--two{top:20%;right:17%}.project-node--three{bottom:18%;right:25%}.project-card__body{flex-direction:column;padding:2rem;display:flex}.project-card__body>span{color:var(--brand);font-family:var(--font-mono), monospace;letter-spacing:.1em;font-size:.62rem}.project-card h3{letter-spacing:-.055em;margin:1.2rem 0 1rem;font-size:clamp(1.35rem,2vw,1.85rem);font-weight:600;line-height:1.35}.project-card p{color:var(--muted);margin:0;font-size:.84rem}.project-card ul{margin-top:auto}.operating-section{min-height:49rem;color:var(--white);background:#071620;grid-template-columns:1.05fr .95fr;display:grid}.operating-section__visual{padding:5rem var(--gutter);border-right:1px solid var(--line-dark);background:radial-gradient(circle,#4794cf29,#0000 46%),linear-gradient(#4794cf0f 1px,#0000 1px) 0 0/4rem 4rem,linear-gradient(90deg,#4794cf0f 1px,#0000 1px) 0 0/4rem 4rem;place-items:center;display:grid}.operating-section__visual .architecture-console{width:min(100%,43rem)}.operating-section__copy{padding:6rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter))) 6rem 5rem;align-self:center}.operating-section__copy>p{color:#8ca5b4;max-width:35rem;margin:2rem 0 3rem;line-height:1.85}.operating-section dl{border-top:1px solid var(--line-dark);margin:0}.operating-section dl div{border-bottom:1px solid var(--line-dark);padding:1.3rem 0}.operating-section dt{color:var(--brand-bright);font-family:var(--font-mono), monospace;letter-spacing:.12em;font-size:.67rem}.operating-section dd{color:#bdd0db;margin:.4rem 0 0;font-size:.82rem}.section--insights{padding-top:8rem;padding-bottom:9rem}.insight-list{border-top:1px solid var(--ink)}.insight-list a{border-bottom:1px solid var(--line);grid-template-columns:3rem 8rem 1fr 7rem 2rem;align-items:center;gap:1rem;padding:1.8rem 0;transition:padding .18s,color .18s;display:grid}.insight-list a:hover{color:var(--brand);padding-left:.75rem;padding-right:.75rem}.insight-list>a>span,.insight-list small,.insight-list time{color:var(--muted);font-family:var(--font-mono), monospace;font-size:.61rem}.insight-list h3{letter-spacing:-.035em;margin:0;font-size:1.15rem;font-weight:600}.insight-list i{text-align:right;font-style:normal}.final-cta{min-height:37rem;padding:7rem var(--gutter);background:var(--brand);color:var(--white);text-align:center;position:relative;overflow:hidden}.final-cta>*{z-index:2;position:relative}.final-cta__signal{border:1px solid #ffffff38;border-radius:50%;width:42rem;height:42rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-cta__signal:before,.final-cta__signal:after{content:"";border:1px solid #ffffff2e;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-cta__signal:before{width:30rem;height:30rem}.final-cta__signal:after{width:18rem;height:18rem}.final-cta .section-index{color:#ffffffb8}.final-cta h2{max-width:64rem;margin:1.5rem auto 0}.final-cta h2 em{color:var(--white)}.final-cta p{color:#ffffffc7;margin:1.8rem 0 2.5rem}.site-footer{padding:5rem var(--gutter) 1.5rem;color:var(--white);background:#050f16}.site-footer__top,.site-footer__bottom{width:min(100%, calc(var(--max-width) - var(--gutter) * 2));margin:0 auto}.site-footer__top{grid-template-columns:1fr 1.25fr;gap:5rem;padding-bottom:5rem;display:grid}.site-footer__top>div:first-child p{color:#7d98a8;margin:1.8rem 0 0;font-size:.86rem}.footer-links{grid-template-columns:.8fr 1.3fr .7fr;gap:2rem;display:grid}.footer-links>div{flex-direction:column;align-items:flex-start;gap:.65rem;display:flex}.footer-links strong{color:var(--brand-bright);font-family:var(--font-mono), monospace;letter-spacing:.14em;margin-bottom:.65rem;font-size:.62rem}.footer-links a{color:#9cb1be;font-size:.78rem;transition:color .18s}.footer-links a:hover{color:var(--white)}.site-footer__bottom{color:#5e7785;font-family:var(--font-mono), monospace;letter-spacing:.05em;border-top:1px solid #ffffff1f;justify-content:space-between;padding-top:1.5rem;font-size:.58rem;display:flex}.site-footer__bottom div{gap:1.5rem;display:flex}.subpage-hero{min-height:36rem;padding:8rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter))) 5rem;background:radial-gradient(circle at 85% 28%, #4794cf3d, transparent 26%), var(--night);color:var(--white);position:relative;overflow:hidden}.subpage-hero__grid{opacity:.6;background-image:linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);background-size:5rem 5rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 88%);mask-image:linear-gradient(90deg,#000,#0000 88%)}.subpage-hero>:not(.subpage-hero__grid){z-index:1;position:relative}.subpage-hero h1{max-width:70rem;font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.075em;margin:1.65rem 0 1.5rem;font-size:clamp(3.2rem,6vw,6.5rem);font-weight:520;line-height:1.05}.subpage-hero>p{color:#9fb7c5;max-width:43rem;margin:0;font-size:1rem;line-height:1.85}.subpage-hero__meta{right:max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));bottom:2rem;left:max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));border-top:1px solid var(--line-dark);color:#6f91a4;font-family:var(--font-mono), monospace;letter-spacing:.11em;justify-content:space-between;padding-top:1rem;font-size:.6rem;display:flex;position:absolute!important}.page-cta{padding:7rem var(--gutter);background:linear-gradient(#ffffff14 1px, transparent 1px), linear-gradient(90deg, #ffffff14 1px, transparent 1px), var(--brand);color:var(--white);text-align:center;background-size:5rem 5rem}.page-cta h2{max-width:64rem;font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.065em;margin:1.5rem auto 2.5rem;font-size:clamp(2.3rem,4vw,4.2rem);font-weight:520;line-height:1.15}.statement-section{width:min(100%, var(--max-width));padding:7rem var(--gutter);border-bottom:1px solid var(--line);grid-template-columns:.35fr 1.65fr;margin:0 auto;display:grid}.statement-section p{letter-spacing:-.065em;max-width:65rem;margin:0;font-size:clamp(2rem,3.8vw,4.25rem);font-weight:450;line-height:1.25}.statement-section strong{color:var(--brand);font-weight:inherit}.ax-phases{width:min(100%, var(--max-width));padding:1rem var(--gutter) 8rem;margin:0 auto}.ax-phases article{border-bottom:1px solid var(--line);grid-template-columns:.3fr 1fr .55fr;gap:3rem;padding:4rem 0;display:grid}.ax-phases__index{flex-direction:column;gap:1.5rem;display:flex}.ax-phases__index span{color:var(--brand);font-family:var(--font-display), sans-serif;letter-spacing:-.06em;font-size:3.5rem}.ax-phases__index strong{font-family:var(--font-mono), monospace;letter-spacing:.12em;font-size:.67rem}.ax-phases h2{letter-spacing:-.06em;max-width:40rem;margin:0 0 1.3rem;font-size:clamp(1.8rem,2.8vw,3rem);font-weight:600;line-height:1.25}.ax-phases article>div:nth-child(2) p{max-width:40rem;color:var(--muted);margin:0;line-height:1.85}.ax-phases ul,.capability-rows ul,.project-index ul{margin:0;padding:0;list-style:none}.ax-phases li{border-bottom:1px solid var(--line);color:var(--muted);font-family:var(--font-mono), monospace;padding:.65rem 0;font-size:.65rem}.ax-architecture{padding:8rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));background:var(--night);color:var(--white);grid-template-columns:.7fr 1.3fr;align-items:center;gap:5rem;display:grid}.ax-architecture h2{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;margin:1.3rem 0;font-size:clamp(2.6rem,4.5vw,5rem);font-weight:520;line-height:1.08}.ax-architecture p{color:#89a3b2;max-width:31rem}.capability-rows{width:min(100%, var(--max-width));padding:3rem var(--gutter) 8rem;margin:0 auto}.capability-rows article{border-bottom:1px solid var(--line);grid-template-columns:4rem .7fr 1.3fr;align-items:center;gap:3rem;min-height:27rem;display:grid}.capability-rows article>span{color:var(--brand);font-family:var(--font-mono), monospace;align-self:start;padding-top:4rem;font-size:.7rem}.capability-rows__visual{aspect-ratio:1;border:1px solid var(--line);background-image:linear-gradient(#4794cf14 1px,#0000 1px),linear-gradient(90deg,#4794cf14 1px,#0000 1px);background-size:2rem 2rem;border-radius:50%;width:min(100%,18rem);position:relative}.capability-rows__visual:before,.capability-rows__visual:after{content:"";border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.capability-rows__visual:before{aspect-ratio:1;border:1px dashed var(--brand);width:52%;animation:15s linear infinite orbit}.capability-rows__visual:after{aspect-ratio:1;background:var(--brand);width:1rem;box-shadow:0 0 30px #4794cfb3}.capability-rows__visual i{background:var(--ink);border-radius:50%;width:.45rem;height:.45rem;position:absolute}.capability-rows__visual i:first-child{top:9%;left:49%}.capability-rows__visual i:nth-child(2){bottom:22%;right:14%}.capability-rows__visual i:nth-child(3){bottom:18%;left:16%}.capability-rows small{color:var(--brand);font-family:var(--font-mono), monospace;letter-spacing:.1em;font-size:.65rem}.capability-rows h2{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;margin:1rem 0;font-size:clamp(2.2rem,4vw,4.5rem);font-weight:520}.capability-rows p{max-width:40rem;color:var(--muted)}.capability-rows ul{flex-wrap:wrap;gap:.4rem;display:flex}.capability-rows li{border:1px solid var(--line);color:var(--muted);font-family:var(--font-mono), monospace;padding:.3rem .5rem;font-size:.58rem}.security-band{padding:8rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));background:var(--night);color:var(--white)}.security-band h2{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;margin:1.5rem 0 4rem;font-size:clamp(2.5rem,4.7vw,5rem);font-weight:520;line-height:1.1}.security-band>div{border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark);grid-template-columns:repeat(4,1fr);display:grid}.security-band p{border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);flex-direction:column;min-height:10rem;margin:0;padding:1.25rem;display:flex}.security-band strong{color:var(--brand-bright);font-family:var(--font-mono), monospace;letter-spacing:.1em;font-size:.65rem}.security-band p span{color:#91a9b7;margin-top:auto;font-size:.78rem}.project-index,.insights-index{width:min(100%, var(--max-width));padding:4rem var(--gutter) 8rem;margin:0 auto}.project-index>a{border-bottom:1px solid var(--line);grid-template-columns:3rem 9rem 1fr 18rem 2rem;align-items:center;gap:1.5rem;min-height:15rem;transition:padding .18s,background .18s;display:grid}.project-index>a:first-child{border-top:1px solid var(--ink)}.project-index>a:hover{background:var(--white);padding-left:1rem;padding-right:1rem}.project-index>a>span,.project-index>a>small{font-family:var(--font-mono), monospace;font-size:.62rem}.project-index>a>span{color:var(--brand)}.project-index>a>small{color:var(--muted)}.project-index h2{letter-spacing:-.05em;margin:0 0 .7rem;font-size:clamp(1.35rem,2.1vw,2.1rem);font-weight:600}.project-index p{color:var(--muted);margin:0;font-size:.82rem}.project-index li{border-bottom:1px solid var(--line);color:var(--muted);font-family:var(--font-mono), monospace;padding:.4rem 0;font-size:.58rem}.project-index>a>i{color:var(--brand);font-style:normal}.project-detail-summary{width:min(100%, var(--max-width));padding:7rem var(--gutter);grid-template-columns:.35fr 1.65fr;margin:0 auto;display:grid}.project-detail-summary p{letter-spacing:-.06em;max-width:65rem;margin:0;font-size:clamp(1.8rem,3.2vw,3.5rem);font-weight:500;line-height:1.35}.project-detail-approach{padding:8rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));background:var(--night);color:var(--white);grid-template-columns:.8fr 1.2fr;gap:5rem;display:grid}.project-detail-approach h2{letter-spacing:-.065em;margin:1.25rem 0;font-size:clamp(2.3rem,3.7vw,4rem);font-weight:520;line-height:1.2}.project-detail-approach ol{margin:0;padding:0;list-style:none}.project-detail-approach li{border-bottom:1px solid var(--line-dark);grid-template-columns:3rem 1fr;gap:1.5rem;padding:2rem 0;display:grid}.project-detail-approach li span{color:var(--brand-bright);font-family:var(--font-mono), monospace;font-size:.65rem}.project-detail-approach li p{color:#a8bdc9;margin:0}.project-outcomes,.architecture-stack{width:min(100%, var(--max-width));padding:7rem var(--gutter);margin:0 auto}.project-outcomes>div{border-top:1px solid var(--ink);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:2rem;display:grid}.project-outcomes article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:13rem;padding:1.5rem}.project-outcomes strong{color:var(--brand);font-family:var(--font-mono), monospace;font-size:.68rem}.project-outcomes p{letter-spacing:-.04em;margin-top:3rem;font-size:1.15rem;font-weight:600}.architecture-stack{padding-top:0}.architecture-stack>div{align-items:stretch;margin-top:2rem;display:flex}.architecture-stack>div>span{border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);font-family:var(--font-mono), monospace;text-align:center;flex:1;padding:2rem 1rem;font-size:.68rem;position:relative}.architecture-stack>div>span:last-child{border-right:1px solid var(--line)}.architecture-stack i{color:var(--brand);margin-bottom:.6rem;font-style:normal;display:block}.insights-index>a{border-bottom:1px solid var(--line);grid-template-columns:3rem 10rem 1fr 7rem 2rem;align-items:center;gap:1rem;min-height:10rem;transition:padding .18s;display:grid}.insights-index>a:first-child{border-top:1px solid var(--ink)}.insights-index>a:hover{padding:0 1rem}.insights-index>a>span,.insights-index small,.insights-index time{color:var(--muted);font-family:var(--font-mono), monospace;font-size:.62rem}.insights-index>a>span{color:var(--brand)}.insights-index h2{letter-spacing:-.045em;margin:0;font-size:clamp(1.2rem,1.9vw,1.8rem);font-weight:600}.insights-index i{color:var(--brand);font-style:normal}.article-header{padding:8rem max(var(--gutter), calc((100% - 64rem) / 2 + var(--gutter)));background:var(--night);color:var(--white)}.article-header>span{color:var(--brand-bright);font-family:var(--font-mono), monospace;letter-spacing:.12em;font-size:.67rem}.article-header h1{font-family:var(--font-display), sans-serif;letter-spacing:-.075em;margin:1.5rem 0;font-size:clamp(2.8rem,5vw,5.6rem);font-weight:520;line-height:1.08}.article-header p{color:#9ab3c1;max-width:48rem;font-size:1.1rem}.article-header time{color:#6f91a4;font-family:var(--font-mono), monospace;margin-top:3rem;font-size:.62rem;display:block}.article-body{width:min(100%,64rem);padding:6rem var(--gutter);margin:0 auto}.article-body section{border-bottom:1px solid var(--line);grid-template-columns:3rem 1fr;gap:2rem;padding:3rem 0;display:grid}.article-body section>span{color:var(--brand);font-family:var(--font-mono), monospace;font-size:.68rem}.article-body h2{letter-spacing:-.055em;margin:0 0 1.5rem;font-size:clamp(1.6rem,2.4vw,2.4rem)}.article-body p{color:var(--muted);margin:0;font-size:1.02rem;line-height:1.95}.structured-content{width:min(100%, var(--max-width));padding:7rem var(--gutter);gap:3rem;margin:0 auto;display:grid}.article-page .structured-content{width:min(100%,64rem)}.structured-content__text{width:min(100%,50rem);margin:0 auto}.structured-content__text p{color:var(--ink-soft);font-size:1.05rem;line-height:2}.structured-content__image{margin:0}.structured-content__image img{width:100%;height:auto}.structured-content__image figcaption{color:var(--muted);margin-top:.75rem;font-size:.7rem}.structured-content__callout,.structured-content__cta{background:var(--brand-wash);padding:clamp(2rem,5vw,4.5rem)}.structured-content__callout--dark{background:var(--night);color:var(--white)}.structured-content__callout--light{border:1px solid var(--line);background:var(--white)}.structured-content__callout>span,.structured-content__stack>span,.structured-content__architecture>span{color:var(--brand);font-family:var(--font-mono), monospace;letter-spacing:.1em;font-size:.62rem}.structured-content__callout h2,.structured-content__cta h2{font-family:var(--font-display), sans-serif;letter-spacing:-.065em;margin:1rem 0;font-size:clamp(2rem,4vw,3.6rem);font-weight:520;line-height:1.12}.structured-content__callout p,.structured-content__cta p{max-width:44rem;color:var(--muted);margin:0}.structured-content__callout--dark p{color:#87a3b3}.structured-content__metrics{border-top:1px solid var(--ink);grid-template-columns:repeat(4,1fr);display:grid}.structured-content__metrics>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:2rem 1.25rem}.structured-content__metrics>div:first-child{border-left:1px solid var(--line)}.structured-content__metrics strong,.structured-content__metrics span{display:block}.structured-content__metrics strong{font-family:var(--font-display), sans-serif;letter-spacing:-.06em;font-size:clamp(2rem,4vw,4rem);font-weight:500}.structured-content__metrics span{color:var(--muted);font-size:.72rem}.structured-content__stack,.structured-content__architecture{border:1px solid var(--line);background:var(--white);padding:2rem}.structured-content__stack ul{flex-wrap:wrap;gap:.5rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.structured-content__stack li,.structured-content__architecture i{color:var(--ink-soft);font-family:var(--font-mono), monospace;border:1px solid #c5d5dd;padding:.55rem .75rem;font-size:.62rem;font-style:normal}.structured-content__architecture>div{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.structured-content__architecture i{text-align:center;flex:1;position:relative}.structured-content__architecture i:not(:last-child):after{color:var(--brand);content:"→";position:absolute;top:50%;left:calc(100% + .3rem);transform:translateY(-50%)}.structured-content blockquote{border-left:3px solid var(--brand);margin:0;padding:2rem 0 2rem 2rem}.structured-content blockquote p{font-family:var(--font-display), sans-serif;letter-spacing:-.05em;margin:0;font-size:clamp(1.6rem,3vw,2.8rem);line-height:1.45}.structured-content blockquote cite{color:var(--muted);margin-top:1.5rem;font-size:.72rem;font-style:normal;display:block}.structured-content__cta{background:var(--night);color:var(--white);justify-content:space-between;align-items:end;gap:2rem;display:flex}.structured-content__cta a{background:var(--brand);flex:none;padding:.85rem 1rem;font-size:.78rem;font-weight:700}.company-statement{width:min(100%, var(--max-width));padding:8rem var(--gutter);grid-template-columns:.35fr 1.05fr .6fr;gap:3rem;margin:0 auto;display:grid}.company-statement h2{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;margin:0;font-size:clamp(2.7rem,4.7vw,5rem);font-weight:520;line-height:1.1}.company-statement p{color:var(--muted);align-self:end;margin:0}.company-principles{padding:0 max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter))) 8rem;grid-template-columns:repeat(3,1fr);display:grid}.company-principles article{border-top:1px solid var(--ink);border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:23rem;padding:1.5rem}.company-principles article:first-child{border-left:1px solid var(--line)}.company-principles span{color:var(--brand);font-family:var(--font-mono), monospace;font-size:.66rem}.company-principles h3{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:7rem 0 1rem;font-size:1.15rem}.company-principles p{color:var(--muted);font-size:.84rem}.company-facts{padding:6rem max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));background:var(--night);color:var(--white);grid-template-columns:repeat(4,1fr);display:grid}.company-facts div{border-left:1px solid var(--line-dark);padding:1rem 1.5rem}.company-facts div:last-child{border-right:1px solid var(--line-dark)}.company-facts strong,.company-facts span{display:block}.company-facts strong{font-family:var(--font-display), sans-serif;letter-spacing:-.06em;font-size:clamp(2.2rem,3.7vw,4rem);font-weight:520}.company-facts span{color:#7897a9;font-family:var(--font-mono), monospace;letter-spacing:.1em;font-size:.58rem}.contact-layout{width:min(100%, var(--max-width));padding:8rem var(--gutter);grid-template-columns:minmax(18rem,.68fr) minmax(0,1.32fr);gap:clamp(3rem,7vw,8rem);margin:0 auto;display:grid}.contact-layout>aside{align-self:start;position:sticky;top:8.5rem}.contact-layout h2{font-family:var(--font-display), sans-serif;letter-spacing:-.065em;margin:2rem 0 1.5rem;font-size:clamp(2.1rem,3.2vw,3.5rem);font-weight:520;line-height:1.15}.contact-layout>aside>p{max-width:28rem;color:var(--muted);margin:0}.contact-layout dl{border-top:1px solid var(--ink);margin:4rem 0 0}.contact-layout dl div{border-bottom:1px solid var(--line);grid-template-columns:5rem 1fr;gap:1rem;padding:1rem 0;display:grid}.contact-layout dt,.contact-layout dd{margin:0}.contact-layout dt{color:var(--brand);font-family:var(--font-mono), monospace;letter-spacing:.08em;font-size:.62rem}.contact-layout dd{color:var(--ink-soft);font-size:.82rem}.contact-form{border-top:2px solid var(--ink);background:linear-gradient(#4794cf0e 1px, transparent 1px), linear-gradient(90deg, #4794cf0e 1px, transparent 1px), var(--white);background-size:2.5rem 2.5rem;gap:2rem;padding:clamp(1.5rem,3.5vw,3.5rem);display:grid;box-shadow:0 1.5rem 4rem #0a1c280f}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-form label{gap:.65rem;display:grid}.contact-form label>span:first-child{color:var(--ink-soft);font-family:var(--font-mono), monospace;letter-spacing:.04em;font-size:.68rem;font-weight:600}.contact-form input,.contact-form textarea,.contact-form select{width:100%;color:var(--ink);background:#ffffffd1;border:0;border-bottom:1px solid #aebdc5;border-radius:0;outline:0;font-size:.92rem;transition:border-color .16s,box-shadow .16s,background .16s}.contact-form input,.contact-form select{min-height:3.25rem;padding:.7rem .8rem}.contact-form textarea{resize:vertical;padding:.9rem .8rem;line-height:1.75}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--brand);background:var(--white);box-shadow:0 2px 0 var(--brand)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#91a0a8}.contact-form .privacy-check{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;align-items:start;gap:.75rem;padding:1.1rem 0}.contact-form .privacy-check input{width:1rem;min-height:1rem;accent-color:var(--brand);margin-top:.2rem}.contact-form .privacy-check span{color:var(--muted);font-family:var(--font-body), sans-serif;letter-spacing:0;font-size:.76rem;font-weight:400;line-height:1.7}.honeypot{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.contact-form__submit{background:var(--ink);min-height:4.25rem;color:var(--white);border:0;justify-content:space-between;align-items:center;padding:0 1.5rem;font-weight:700;transition:background .18s,transform .18s;display:flex}.contact-form__submit:hover:not(:disabled){background:var(--brand);transform:translateY(-2px)}.contact-form__submit:disabled{cursor:wait;opacity:.65}.form-status{border-left:2px solid var(--brand);background:var(--brand-wash);color:var(--ink-soft);margin:-.75rem 0 0;padding:.8rem 1rem;font-size:.8rem}.form-status--error{color:#8d2727;background:#fff1f1;border-color:#b64040}.legal-page{width:min(100%,58rem);padding:8rem var(--gutter);margin:0 auto}.legal-page h1{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;margin:1.5rem 0 1rem;font-size:clamp(2.8rem,5vw,5rem)}.legal-page__lead{color:var(--muted);margin-bottom:5rem;font-size:1.1rem}.legal-page section{border-top:1px solid var(--line);padding:2rem 0}.legal-page section h2{font-size:1.1rem}.legal-page section p,.legal-page time{color:var(--muted)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:1180px){.site-header__inner{grid-template-columns:10rem 1fr auto}.desktop-nav{gap:1.1rem}.home-hero{grid-template-columns:1fr .95fr}.home-hero__content{padding-right:1rem}.home-hero__console{padding-left:1rem}.capability-grid{grid-template-columns:repeat(2,1fr)}.capability-card{min-height:28rem}.project-card{grid-template-columns:1fr}.project-card__visual{min-height:15rem}}@media (max-width:900px){.site-header__inner{grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{gap:.4rem;width:2.5rem;padding:.6rem;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--ink);height:1px;display:block}.mobile-menu nav{padding:1.5rem var(--gutter) 2rem;border-top:1px solid var(--line);background:#f6f8f8fa;flex-direction:column;display:flex;position:fixed;top:5.25rem;left:0;right:0;box-shadow:0 1rem 2rem #0a1c281a}.mobile-menu nav a{border-bottom:1px solid var(--line);padding:.9rem 0;font-weight:600}.home-hero{grid-template-columns:1fr;padding-bottom:10rem}.home-hero__content{padding:5rem var(--gutter) 2.5rem}.home-hero__console{padding:0 var(--gutter) 2rem}.hero-process{padding:0 var(--gutter)}.proof-strip,.section-heading,.operating-section,.site-footer__top{grid-template-columns:1fr}.proof-metrics{margin-top:3rem}.customer-logos{grid-template-columns:repeat(3,1fr)}.section-heading{gap:2rem}.section--process{grid-template-columns:1fr}.process-sticky{min-height:auto;padding:6rem var(--gutter);position:relative;top:auto}.process-list{padding:0 var(--gutter)}.process-item{padding-left:0}.project-grid{grid-template-columns:1fr}.operating-section__copy{padding:6rem var(--gutter)}.footer-links{grid-template-columns:repeat(3,1fr)}.ax-architecture,.project-detail-approach,.company-statement,.contact-layout{grid-template-columns:1fr}.contact-layout>aside{position:static}.ax-phases article{grid-template-columns:.25fr 1fr}.ax-phases article>ul{grid-column:2}.project-index>a{grid-template-columns:2rem 7rem 1fr 2rem}.project-index ul{display:none}}@media (max-width:620px){:root{--gutter:1.1rem}.site-header__inner{min-height:4.5rem}.brand-logo{width:8.5rem}.mobile-menu nav{top:4.5rem}.home-hero{min-height:auto;padding-bottom:0}.home-hero h1{font-size:clamp(2.65rem,13vw,4rem)}.desktop-break{display:none}.hero-actions,.button{width:100%}.home-hero__console{padding-bottom:2.5rem}.architecture-console__metrics{grid-template-columns:1fr}.architecture-console__metrics div{border-bottom:1px solid #7dbbe029;border-right:0}.hero-process{grid-template-columns:1fr;padding:0;position:relative}.hero-process>div{border-left:0;border-right:0}.proof-strip,.section{padding-top:5rem;padding-bottom:5rem}.proof-metrics{grid-template-columns:1fr}.proof-metrics>div{border-bottom:1px solid var(--line);border-left:0;padding:1.25rem 0}.customer-logos{grid-template-columns:repeat(2,1fr)}.section-heading{margin-bottom:2.5rem}.section-heading h2,.process-sticky h2,.operating-section h2,.final-cta h2{font-size:clamp(2.3rem,12vw,3.7rem)}.capability-grid{grid-template-columns:1fr}.capability-card,.capability-card p{min-height:auto}.process-sticky{padding:5rem var(--gutter)}.process-item{grid-template-columns:2rem 1fr;gap:1rem;min-height:auto;padding:3.5rem 0}.project-card__body{min-height:22rem;padding:1.5rem}.operating-section__visual,.operating-section__copy{padding:5rem var(--gutter)}.insight-list a{grid-template-columns:2rem 1fr 2rem;gap:.75rem}.insight-list small,.insight-list time{display:none}.final-cta{padding:6rem var(--gutter)}.site-footer{padding-top:4rem}.site-footer__top{gap:3rem}.footer-links{grid-template-columns:1fr 1fr}.site-footer__bottom{flex-direction:column;gap:1rem}.subpage-hero{min-height:31rem;padding-top:6rem}.subpage-hero h1{font-size:clamp(2.7rem,13vw,4rem)}.subpage-hero__meta{flex-direction:column;gap:.5rem}.statement-section,.project-detail-summary{grid-template-columns:1fr;gap:2rem;padding-top:5rem;padding-bottom:5rem}.ax-phases{padding-bottom:5rem}.ax-phases article{grid-template-columns:1fr;gap:1.5rem}.ax-phases article>ul{grid-column:auto}.ax-phases__index{flex-direction:row;align-items:center}.ax-phases__index span{font-size:2.4rem}.ax-architecture,.project-detail-approach{gap:3rem;padding-top:5rem;padding-bottom:5rem}.capability-rows article{grid-template-columns:2rem 1fr;gap:1rem;padding:3rem 0}.capability-rows__visual{grid-column:2;width:12rem}.capability-rows article>div:last-child{grid-column:2}.security-band>div{grid-template-columns:1fr 1fr}.project-index>a{grid-template-columns:2rem 1fr 2rem;gap:.75rem;padding:2.5rem 0}.project-index>a>small,.project-index ul{display:none}.project-outcomes>div{grid-template-columns:1fr}.architecture-stack>div{flex-direction:column}.architecture-stack>div>span{border-right:1px solid var(--line);border-bottom:0}.architecture-stack>div>span:last-child{border-bottom:1px solid var(--line)}.insights-index>a{grid-template-columns:2rem 1fr 2rem;padding:2rem 0}.insights-index small,.insights-index time{display:none}.article-header{padding-top:6rem;padding-bottom:5rem}.article-body section{grid-template-columns:2rem 1fr;gap:1rem}.company-principles,.company-facts{grid-template-columns:1fr}.company-principles article{border-left:1px solid var(--line);min-height:18rem}.company-principles h3{margin-top:4rem}.company-facts div{border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.structured-content{padding-top:5rem;padding-bottom:5rem}.structured-content__metrics{grid-template-columns:1fr 1fr}.structured-content__architecture>div,.structured-content__cta{flex-direction:column;align-items:stretch}.structured-content__architecture i:not(:last-child):after{display:none}.contact-layout{gap:4rem;padding-top:5rem;padding-bottom:5rem}.contact-form{gap:1.5rem;padding:1.25rem}.contact-form__row{grid-template-columns:1fr;gap:1.5rem}}
main{--muted:#566b76}#main-content,.site-footer{word-break:keep-all;overflow-wrap:break-word}#main-content :where(a[href^=mailto\:],a[href^=tel\:]),.site-footer :where(a[href^=mailto\:],a[href^=tel\:]){word-break:normal;overflow-wrap:anywhere}.kakao-chat-button{right:max(1.5rem, env(safe-area-inset-right));bottom:max(1.5rem, env(safe-area-inset-bottom));z-index:90;color:#191919;letter-spacing:-.03em;white-space:nowrap;background:#fee500;border:1px solid #1919191f;justify-content:space-between;align-items:center;gap:1.5rem;min-width:9.75rem;min-height:3.5rem;padding:.85rem 1rem;font-size:.9rem;font-weight:750;line-height:1;transition:box-shadow .18s,transform .18s;display:inline-flex;position:fixed;box-shadow:0 .75rem 1.75rem #0a1c282e}.kakao-chat-button:hover{transform:translateY(-2px);box-shadow:0 1rem 2.25rem #0a1c2838}.kakao-chat-button:active{transform:translateY(0)}.kakao-chat-button:focus-visible{outline:3px solid var(--brand);outline-offset:3px}.section-index:not(.section-index--light){color:#176f9d}.home-hero--editorial .button--primary{background:#176f9d}.home-hero--editorial .button--primary:hover{background:#125f87}.button--ghost-dark{color:var(--ink);border-color:#9db2bd}.button--ghost-dark:hover{border-color:var(--brand);color:#197fb8}.home-hero--editorial{background:var(--paper);min-height:min(50rem,100svh - 5.25rem);color:var(--ink);grid-template-columns:minmax(0,1.16fr) minmax(24rem,.84fr)}.home-hero--editorial .hero-grid{opacity:1;background-image:linear-gradient(#4794cf12 1px,#0000 1px),linear-gradient(90deg,#4794cf12 1px,#0000 1px);background-size:4rem 4rem;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000000c7 58%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#000000c7 58%,#0000 100%)}.home-hero--editorial .hero-grid:after{background:linear-gradient(90deg,#0000 49.95%,#4794cf2b 50%,#0000 50.05%)}.home-hero--editorial .home-hero__content{padding-top:clamp(5.5rem,9vw,9rem);padding-bottom:clamp(6rem,9vw,9rem)}.home-hero--editorial .eyebrow{color:#267eaa}.home-hero--editorial h1{max-width:54rem;font-size:clamp(3.5rem,5.8vw,6.6rem)}.home-hero--editorial h1 em:after{display:none}.hero-title__nowrap{white-space:nowrap}.hero-title__suffix{color:var(--ink);font-style:normal}.home-hero--editorial .home-hero__content>p{color:#536a76}.home-hero--editorial .home-hero__console{padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(5rem,8vw,8rem)}.home-hero--editorial .architecture-console{background:var(--night);border-color:#173b4f;border-radius:0;box-shadow:1.5rem 1.5rem #4794cf17}.proof-strip--editorial{grid-template-columns:minmax(17rem,.72fr) minmax(0,1.28fr);padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(5rem,8vw,8rem)}.proof-strip--editorial .proof-strip__intro h2{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.07em;margin:1.2rem 0 0;font-size:clamp(2.3rem,3.8vw,4.2rem);font-weight:520;line-height:1.05}.proof-strip--editorial .proof-strip__intro p{max-width:20rem;color:var(--muted);letter-spacing:-.02em;font-size:.92rem;font-weight:400;line-height:1.8}.proof-strip--editorial .proof-metrics{align-self:end}.proof-strip--editorial .proof-metrics>div{border:1px solid #9ac8df;border-right:0;padding:1.4rem 1.5rem}.proof-strip--editorial .proof-metrics>div:last-child{border-right:1px solid #9ac8df}.proof-strip--editorial .proof-metrics span{margin-top:.8rem;display:block}.proof-strip--editorial .customer-logos{background:var(--night);border:0;grid-template-columns:.72fr repeat(5,1fr)}.proof-strip--editorial .customer-logos>span{color:#668397;min-height:7rem;font-family:var(--font-mono), monospace;letter-spacing:.12em;place-items:center;font-size:.6rem;display:grid}.proof-strip--editorial .customer-logos div{filter:grayscale()brightness(0)invert();opacity:.64;border-color:#9dc4da21}.proof-strip--editorial .customer-logos img{width:auto;height:auto}.home-pathways,.delivery-section,.home-projects,.home-insights{width:min(100%, var(--max-width));padding:clamp(6rem, 9vw, 10rem) var(--gutter);margin:0 auto}.home-pathways{background:#ebf2f5}.pathway-grid{border-top:1px solid #9eb1bb;border-bottom:1px solid #9eb1bb;grid-template-columns:1fr 1fr;display:grid}.pathway-grid article{min-height:29rem;padding:2rem 2.4rem 2.4rem}.pathway-grid article+article{border-left:1px solid #9eb1bb}.pathway-grid article>span,.solution-directory__copy>span{color:#176b96;font-family:var(--font-mono), monospace;letter-spacing:.1em;font-size:.62rem}.pathway-grid h3{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.065em;margin:3rem 0 1rem;font-size:clamp(2rem,3.5vw,3.6rem);font-weight:520}.pathway-grid p{max-width:30rem;color:var(--muted);line-height:1.8}.pathway-grid ul{flex-wrap:wrap;gap:.5rem;margin:2rem 0 3.5rem;padding:0;list-style:none;display:flex}.pathway-grid li{border:1px solid #b8c8cf;padding:.4rem .7rem;font-size:.72rem}.pathway-grid a,.solution-directory__copy a{color:#176b96;align-items:center;gap:2rem;font-size:.82rem;font-weight:700;display:inline-flex}.delivery-section{background:#eef3f5}.delivery-section__heading{grid-template-columns:1.25fr .75fr;align-items:end;margin-bottom:4rem;display:grid}.delivery-section__heading .section-index{grid-column:1/-1}.delivery-section__heading h2,.home-projects__intro h2,.home-capabilities h2,.solution-problems h2,.solution-process h2{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.07em;margin:1.2rem 0 0;font-size:clamp(2.6rem,4.4vw,4.9rem);font-weight:520;line-height:1.06}.delivery-section__heading p{max-width:28rem;color:var(--muted);margin:0 0 0 auto;line-height:1.8}.delivery-steps{border-top:1px solid #a6b8c0;border-left:1px solid #a6b8c0;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}.delivery-steps li{border-bottom:1px solid #a6b8c0;border-right:1px solid #a6b8c0;min-height:19rem;padding:1.5rem}.delivery-steps li>span,.delivery-steps small{color:var(--brand);font-family:var(--font-mono), monospace;font-size:.6rem;display:block}.delivery-steps li>span{color:#176f9d}.delivery-steps small{color:var(--muted);margin-top:.35rem}.delivery-steps strong{margin-top:5rem;font-size:1.25rem;display:block}.delivery-steps p{color:var(--muted);margin-top:1rem;font-size:.86rem;line-height:1.75}.home-projects{background:#f8fafb;grid-template-columns:minmax(18rem,.72fr) minmax(0,1.28fr);gap:clamp(3rem,7vw,8rem);display:grid}.home-projects__intro p{max-width:29rem;color:var(--muted);margin:1.6rem 0 2rem;line-height:1.8}.home-projects__list{border-top:1px solid #90a7b2}.home-projects__list>a{border-bottom:1px solid #bdcbd1;grid-template-columns:2.5rem 8rem 1fr 1.5rem;gap:1rem;padding:1.8rem 0;transition:padding .18s,color .18s;display:grid}.home-projects__list figure,.insight-list figure,.project-index__image,.insights-index__image{background:#dbe4e8;margin:0;position:relative;overflow:hidden}.home-projects__list figure{aspect-ratio:4/3}.home-projects__list figure img,.insight-list figure img,.project-index__image img,.insights-index__image img,.editorial-cover img,.ax-editorial-visual img{object-fit:cover;filter:saturate(.72)contrast(1.03);transition:transform .5s cubic-bezier(.2,.7,.2,1)}.home-projects__list>a:hover figure img,.insight-list>a:hover figure img,.project-index>a:hover figure img,.insights-index>a:hover figure img{transform:scale(1.025)}.home-projects__list>a:hover{color:#177eaf;padding-left:.75rem;padding-right:.75rem}.home-projects__list>a>span,.home-projects__list small{color:#507080;font-family:var(--font-mono), monospace;font-size:.62rem}.home-projects__list h3{letter-spacing:-.04em;margin:.55rem 0;font-size:1.15rem}.home-projects__list p{color:var(--muted);margin:0;font-size:.82rem}.home-projects__list i{font-style:normal}.home-capabilities{width:min(100%, var(--max-width));padding:clamp(6rem, 9vw, 10rem) var(--gutter);background:var(--night);color:var(--white);grid-template-columns:.8fr 1.2fr;margin:0 auto;display:grid}.home-capabilities>div{padding-right:4rem}.home-capabilities .button{margin-top:2.5rem}.home-capabilities ol{border-top:1px solid #9dc4da40;margin:0;padding:0;list-style:none}.home-capabilities li{border-bottom:1px solid #9dc4da33;grid-template-columns:3rem 1fr;gap:1rem;padding:1.6rem 0;display:grid}.home-capabilities li>span{color:var(--brand-bright);font-family:var(--font-mono), monospace;font-size:.62rem}.home-capabilities strong{font-size:1.1rem}.home-capabilities li p{color:#99afbb;margin:.5rem 0 0;font-size:.82rem}.home-insights{background:var(--paper)}.home-pathways .section-heading em{color:#176f9d}.final-cta{background:#176f9d}.final-cta .section-index,.final-cta p{color:var(--white)}.site-footer__bottom{color:#668397}.home-insights .insight-list a{grid-template-columns:3rem 8rem 8rem 1fr 7rem 2rem}.home-insights .insight-list figure{aspect-ratio:4/3}.project-index>a{grid-template-columns:3rem 8rem 12rem minmax(0,1fr) 14rem 2rem}.project-index__image{aspect-ratio:4/3}.project-index h2,.project-index p,.insights-index h2,.solution-directory__copy h2,.solution-directory__copy p{word-break:keep-all;overflow-wrap:break-word}.insights-index>a{grid-template-columns:3rem 9rem 10rem minmax(0,1fr) 7rem 2rem}.insights-index__image{aspect-ratio:4/3}.editorial-cover,.ax-editorial-visual{width:min(100%, var(--max-width));background:#dbe4e8;margin:0 auto;position:relative;overflow:hidden}.editorial-cover--project,.ax-editorial-visual{aspect-ratio:16/7}.editorial-cover--insight{aspect-ratio:16/8.5;width:min(100%,64rem)}.ax-editorial-visual figcaption{z-index:2;color:#c4d8e2;font-family:var(--font-mono), monospace;letter-spacing:.09em;background:#071620e0;padding:1rem 1.25rem;font-size:.58rem;position:absolute;bottom:0;right:0}.solution-directory{width:min(100%, var(--max-width));padding:clamp(5rem, 8vw, 9rem) var(--gutter);margin:0 auto}.solution-directory__item{border-top:1px solid #a7bac3;grid-template-columns:4rem minmax(20rem,.9fr) minmax(22rem,1.1fr);min-height:31rem;display:grid}.solution-directory__item:last-child{border-bottom:1px solid #a7bac3}.solution-directory__number{color:var(--brand);font-family:var(--font-mono), monospace;padding-top:1.5rem;font-size:.66rem}.solution-directory__image,.solution-hero__image{background:#dae5e9;min-height:26rem;position:relative;overflow:hidden}.solution-directory__image img,.solution-hero__image img{object-fit:cover;filter:saturate(.72)contrast(1.03);transition:transform .55s cubic-bezier(.2,.7,.2,1)}.solution-directory__item:hover .solution-directory__image img{transform:scale(1.025)}.solution-directory__copy{align-self:center;padding:3rem clamp(2rem,5vw,5rem)}.solution-directory__copy h2{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;margin:1rem 0;font-size:clamp(3rem,5vw,5.8rem);font-weight:500}.solution-directory__promise{letter-spacing:-.04em;font-weight:650;color:var(--ink)!important;font-size:1.2rem!important}.solution-directory__copy p{color:var(--muted);font-size:.9rem;line-height:1.75}.solution-directory__copy a{margin-top:2rem}.solution-hero{background:var(--paper);grid-template-columns:1fr 1fr;min-height:calc(100svh - 5.25rem);display:grid}.solution-hero__copy{padding:clamp(5rem, 9vw, 9rem) clamp(2rem, 7vw, 7rem) clamp(5rem, 9vw, 9rem) max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));align-self:center}.solution-hero__copy h1{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.075em;word-break:keep-all;overflow-wrap:break-word;margin:1.5rem 0;font-size:clamp(3rem,5vw,6.2rem);font-weight:520;line-height:1.03}.solution-hero__copy>p{max-width:38rem;color:var(--muted);word-break:keep-all;overflow-wrap:break-word;line-height:1.85}.subpage-hero h1,.subpage-hero>p{word-break:keep-all;overflow-wrap:break-word}.solution-hero__copy .button{margin-top:2rem}.solution-hero__copy .button--primary{background:#176f9d}.solution-hero__copy .button--primary:hover{background:#125f87}.solution-hero__image{min-height:38rem}.solution-hero__image>span{z-index:2;color:#d6e6ee;background:#071620e0;padding:1.2rem 1.5rem;font-size:.75rem;position:absolute;bottom:0;left:0;right:0}.solution-problems,.solution-process{width:min(100%, var(--max-width));padding:clamp(6rem, 9vw, 10rem) var(--gutter);grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,9rem);margin:0 auto;display:grid}.solution-problems ol,.solution-process ol{border-top:1px solid #99adb7;margin:0;padding:0;list-style:none}.solution-problems li{border-bottom:1px solid #c1cdd2;grid-template-columns:3rem 1fr;padding:1.8rem 0;font-size:1.05rem;font-weight:600;display:grid}.solution-problems li span,.solution-process li>span{color:#176f9d;font-family:var(--font-mono), monospace;font-size:.62rem}.solution-features{width:min(100%, var(--max-width));padding:clamp(6rem, 8vw, 8rem) var(--gutter);background:var(--night);color:var(--white);grid-template-columns:.55fr repeat(3,1fr);margin:0 auto;display:grid}.solution-features article{border-left:1px solid #9dc4da3b;min-height:24rem;padding:1.6rem}.solution-features article>span{color:var(--brand-bright);font-family:var(--font-mono), monospace;font-size:.62rem}.solution-features h2{letter-spacing:-.04em;margin-top:7rem;font-size:1.4rem}.solution-features p{color:#9fb3be;font-size:.84rem;line-height:1.75}.solution-use-cases{width:min(100%, var(--max-width));padding:clamp(7rem, 10vw, 11rem) var(--gutter);grid-template-columns:minmax(0,1.14fr) minmax(22rem,.86fr);margin:0 auto;display:grid}.solution-use-cases__visual{background:#e5ecef;min-height:48rem;position:relative;overflow:hidden}.solution-use-cases__visual img{filter:saturate(.78)contrast(1.02)}.solution-use-cases__visual--editorial img{object-fit:cover}.solution-use-cases__visual--product img{object-fit:contain}.solution-use-cases__visual.solution-use-cases__visual--product{aspect-ratio:8/5;align-self:start;min-height:0}.solution-use-cases__content{align-self:center;padding-left:clamp(3.5rem,6vw,7rem)}.solution-use-cases__content h2{max-width:10em;font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.07em;word-break:keep-all;overflow-wrap:break-word;margin:0;font-size:clamp(2.75rem,4.2vw,4.8rem);font-weight:520;line-height:1.06}.solution-use-cases__scenarios{border-top:1px solid #99adb7;margin-top:clamp(3rem,5vw,5rem)}.solution-use-cases__scenarios article{padding:2.25rem 0}.solution-use-cases__scenarios article+article{border-top:1px solid #c1cdd2}.solution-use-cases__scenarios h3{letter-spacing:-.04em;word-break:keep-all;overflow-wrap:break-word;margin:0;font-size:1.35rem;font-weight:700;line-height:1.35}.solution-use-cases__scenarios dl{gap:.8rem;margin:1.5rem 0 0;display:grid}.solution-use-cases__scenarios dl>div{grid-template-columns:5rem minmax(0,1fr);gap:1rem;display:grid}.solution-use-cases__scenarios dt{color:#176f9d;font-family:var(--font-mono), monospace;font-size:.72rem;font-weight:700;line-height:1.7}.solution-use-cases__scenarios dd{color:var(--muted);word-break:keep-all;overflow-wrap:break-word;margin:0;font-size:.96rem;line-height:1.75}.solution-use-cases__note{color:var(--muted);word-break:keep-all;overflow-wrap:break-word;margin:.5rem 0 0;font-size:.76rem;line-height:1.65}.solution-process li{border-bottom:1px solid #c1cdd2;grid-template-columns:3rem 9rem 1fr;gap:1rem;padding:1.7rem 0;display:grid}.solution-process li p{color:var(--muted);margin:0;font-size:.86rem}.section-index,.project-index>a>span,.project-index>a>small,.solution-directory__number,.solution-directory__copy>span,.solution-problems li span,.solution-process li>span,.solution-features article>span,.contact-layout dt,.company-principles>article>span{font-size:.75rem;line-height:1.5}.project-index p,.solution-directory__copy p,.solution-features p,.solution-process li p,.company-principles p,.contact-layout dd,.home-capabilities li p{font-size:.95rem;line-height:1.75}.project-index li{font-size:.78rem;line-height:1.55}.architecture-stack>div>span{padding:2.25rem 1rem;font-size:.88rem;line-height:1.5}.architecture-stack i{font-size:.75rem}.company-principles h3{font-size:1.35rem}.company-facts strong{font-size:clamp(1.7rem,2.6vw,3rem);line-height:1.15}.company-facts .company-facts__business-number{letter-spacing:-.04em;white-space:nowrap;font-size:clamp(1.7rem,1.9vw,2.35rem)}.company-facts span{margin-top:.7rem;font-size:.75rem;line-height:1.5}.company-offices{width:min(100%, var(--max-width));padding:clamp(6rem, 9vw, 9rem) var(--gutter);grid-template-columns:minmax(18rem,.7fr) minmax(0,1.3fr);gap:clamp(3rem,7vw,8rem);margin:0 auto;display:grid}.company-offices__intro h2{max-width:34rem;font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.065em;margin:1.5rem 0 0;font-size:clamp(2.2rem,3.8vw,4rem);font-weight:520;line-height:1.18}.company-offices__list{border-top:1px solid var(--ink)}.company-offices article{border-bottom:1px solid var(--line);grid-template-columns:3rem 1fr;gap:1rem;padding:2rem 0;display:grid}.company-offices article>span{color:var(--brand);font-family:var(--font-mono), monospace;font-size:.75rem}.company-offices h3{margin:0 0 .65rem;font-size:1.15rem}.company-offices address,.company-offices a{width:fit-content;color:var(--muted);font-size:.95rem;font-style:normal;line-height:1.75;display:block}.contact-layout__stack{flex-wrap:wrap;gap:.25rem 1rem;display:flex}.footer-links{grid-template-columns:.7fr 1fr 1.8fr}.footer-links strong{font-size:.75rem}.footer-links a{font-size:.9rem;line-height:1.5}.footer-company span{color:#9cb1be;font-size:.82rem;line-height:1.65}.site-footer__top>div:first-child p{font-size:.95rem;line-height:1.75}.site-footer__bottom{font-size:.72rem;line-height:1.5}@media (max-width:1024px){.home-hero--editorial{grid-template-columns:1fr}.home-hero--editorial .home-hero__console{display:none}.proof-strip--editorial,.home-projects,.home-capabilities,.solution-problems,.solution-process{grid-template-columns:1fr}.proof-strip--editorial .proof-metrics{margin-top:3rem}.delivery-steps{grid-template-columns:1fr 1fr}.home-capabilities>div{margin-bottom:4rem;padding-right:0}.solution-directory__item{grid-template-columns:3rem .85fr 1.15fr}.solution-features{grid-template-columns:repeat(3,1fr)}.solution-features>.section-index{grid-column:1/-1;margin-bottom:2rem}.solution-use-cases{grid-template-columns:minmax(0,.95fr) minmax(22rem,1.05fr)}.solution-use-cases__visual{min-height:42rem}.solution-use-cases__content{padding-left:clamp(2.5rem,5vw,4rem)}.project-index>a{grid-template-columns:2rem 7rem 10rem minmax(0,1fr) 2rem}.project-index ul{display:none}.home-insights .insight-list a{grid-template-columns:2rem 7rem 7rem minmax(0,1fr) 6rem 2rem}.company-facts{grid-template-columns:repeat(2,1fr)}.company-offices{grid-template-columns:1fr}}@media (max-width:768px){.home-hero--editorial{min-height:auto}.home-hero--editorial .home-hero__content{padding-top:5rem;padding-bottom:5rem}.home-hero--editorial h1{font-size:clamp(3rem,15vw,4.6rem)}.home-hero--editorial .eyebrow{letter-spacing:.12em;grid-template-columns:minmax(0,1.45fr) auto minmax(0,.75fr);align-items:start;gap:.6rem;line-height:1.8;display:grid}.home-hero--editorial .eyebrow span{min-width:0}.home-hero--editorial .eyebrow span:last-child{text-align:right}.proof-strip--editorial .proof-metrics,.pathway-grid,.delivery-section__heading,.solution-hero,.solution-features{grid-template-columns:1fr}.proof-strip--editorial .proof-metrics>div{border-bottom:0;border-right:1px solid #9ac8df}.proof-strip--editorial .proof-metrics>div:last-child{border-bottom:1px solid #9ac8df}.proof-strip--editorial .customer-logos{grid-template-columns:1fr 1fr}.proof-strip--editorial .customer-logos>span{grid-column:1/-1;min-height:4rem}.pathway-grid article{min-height:auto;padding:2rem 0 3rem}.pathway-grid article+article{border-top:1px solid #9eb1bb;border-left:0}.delivery-section__heading p{margin:2rem 0 0}.delivery-steps{grid-template-columns:1fr}.delivery-steps li{min-height:15rem}.delivery-steps strong{margin-top:3rem}.home-projects__list>a{grid-template-columns:2rem 5rem 1fr 1rem}.home-projects__list p{display:none}.home-insights .insight-list a{grid-template-columns:2rem 5rem minmax(0,1fr) 2rem}.home-insights .insight-list small,.home-insights .insight-list time{display:none}.project-index>a{grid-template-columns:2rem 5.5rem minmax(0,1fr) 2rem}.project-index>a>small,.project-index ul{display:none}.insights-index>a{grid-template-columns:2rem 5.5rem minmax(0,1fr) 2rem}.insights-index small,.insights-index time{display:none}.editorial-cover--project,.ax-editorial-visual,.editorial-cover--insight{aspect-ratio:4/3}.solution-directory__item{grid-template-columns:2rem 1fr;padding:2.5rem 0}.solution-directory__image{grid-column:2;min-height:18rem}.solution-directory__copy{grid-column:2;padding:2rem 0 0}.solution-hero__image{min-height:28rem}.solution-hero__copy h1{font-size:clamp(2.7rem,12vw,3.5rem)}.solution-features article{border-top:1px solid #9dc4da3b;border-left:0;min-height:auto;padding:2.5rem 0}.solution-features h2{margin-top:3rem}.solution-use-cases{grid-template-columns:1fr;padding-top:5rem;padding-bottom:5rem}.solution-use-cases__visual{aspect-ratio:4/3;min-height:0}.solution-use-cases__content{padding:3rem 0 0}.solution-use-cases__content h2{max-width:12em;font-size:clamp(2.45rem,11vw,3.5rem)}.solution-use-cases__scenarios{margin-top:3rem}.solution-use-cases__scenarios dl>div{grid-template-columns:4.5rem minmax(0,1fr);gap:.75rem}.solution-process li{grid-template-columns:2rem 1fr}.solution-process li p{grid-column:2}.company-facts{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.footer-company{border-top:1px solid #ffffff1f;grid-column:1/-1;margin-top:1rem;padding-top:2rem}}@media (max-width:480px){.kakao-chat-button{right:max(1rem, env(safe-area-inset-right));bottom:max(1rem, env(safe-area-inset-bottom));min-width:0;min-height:3.25rem;padding:.75rem .9rem;font-size:.86rem}.footer-links{grid-template-columns:1fr;gap:3rem}.footer-company{grid-column:auto;margin-top:0}}@media (prefers-reduced-motion:reduce){.solution-directory__image img,.home-projects__list figure img,.insight-list figure img,.project-index__image img,.insights-index__image img,.home-projects__list>a,.pathway-grid a{transition:none}}
