:root{--text:#34414f;--text-muted:#667383;--text-h:#102333;--bg:#f6f8fa;--bg-raised:#fff;--border:#dbe2e8;--code-bg:#edf1f3;--accent:#0f766e;--accent-strong:#0b5d57;--accent-bg:#0f766e12;--accent-border:#0f766e4d;--accent-soft:#dff3ef;--blue:#2563eb;--cyan:#0891b2;--shadow:#1023330f 0 8px 22px -12px;--status-live-bg:#22c55e1f;--status-live-fg:#15803d;--status-wip-bg:#eab30826;--status-wip-fg:#a16207;--status-concept-bg:#6366f11f;--status-concept-fg:#4338ca;--sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, "SF Mono", Consolas, "Liberation Mono", monospace;font:17px/1.6 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#c7c4d1;--text-muted:#9793a6;--text-h:#f3f2f7;--bg:#0e171f;--bg-raised:#14212b;--border:#2b3c48;--code-bg:#182731;--accent:#54b9ad;--accent-strong:#7dd3c7;--accent-bg:#54b9ad1c;--accent-border:#54b9ad57;--shadow:#00000080 0 10px 25px -8px, #0000004d 0 4px 8px -4px;--status-live-bg:#22c55e29;--status-live-fg:#4ade80;--status-wip-bg:#eab3082e;--status-wip-fg:#fbbf24;--status-concept-bg:#818cf82e;--status-concept-fg:#a5b4fc}}:root[data-theme=dark]{--text:#c7c4d1;--text-muted:#9793a6;--text-h:#f3f2f7;--bg:#0e171f;--bg-raised:#14212b;--border:#2b3c48;--code-bg:#182731;--accent:#54b9ad;--accent-strong:#7dd3c7;--accent-bg:#54b9ad1c;--accent-border:#54b9ad57;--shadow:#00000080 0 10px 25px -8px, #0000004d 0 4px 8px -4px}:root[data-theme=light]{--text:#4b4757;--text-muted:#6b6375;--text-h:#14121b;--bg:#fdfcff;--bg-raised:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#0f766e;--accent-strong:#0b5d57;--accent-bg:#0f766e12;--accent-border:#0f766e4d}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}h1,h2,h3{font-family:var(--sans);color:var(--text-h);font-weight:650;line-height:1.15}h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3.2rem)}h2{letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.3rem,2.4vw,1.75rem)}h3{margin:0 0 .5rem;font-size:1.15rem}p{margin:0 0 1rem}ul,ol{margin:0 0 1rem;padding-left:1.25rem}li{margin-bottom:.4rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--mono);background:var(--code-bg);color:var(--text-h);border-radius:4px;padding:.15em .4em;font-size:.9em}.app-shell{flex-direction:column;min-height:100svh;display:flex}#main-content{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:2rem 1.5rem 4rem}.page__header{max-width:720px;margin-bottom:2rem}.page__subtitle{color:var(--text-muted)}.page--prose section{margin-bottom:2rem}.note{color:var(--text-muted);background:var(--code-bg);border-radius:5px;padding:.75rem 1rem;font-size:.9rem}.empty-state{color:var(--text-muted)}.site-header{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;position:sticky;top:0}.site-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;max-width:1080px;margin:0 auto;padding:1rem 1.5rem;display:flex}.site-header__controls{justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.brand{color:var(--text-h);font-size:1.15rem;font-weight:700}.brand:hover{text-decoration:none}.brand__dot{color:var(--accent)}.nav-list{flex-wrap:wrap;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--text);border-radius:6px;padding:.4rem .7rem;font-size:.92rem;display:inline-block}.nav-link:hover{background:var(--accent-bg);text-decoration:none}.nav-link--active{color:var(--accent-strong);font-weight:600}.language-switch{border:1px solid var(--border);background:var(--bg-raised);border-radius:999px;flex:none;padding:.18rem;display:inline-flex}.language-switch__button{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.28rem .58rem;font-size:.72rem;font-weight:700}.language-switch__button.is-active{color:#fff;background:var(--accent)}.site-footer{border-top:1px solid var(--border);margin-top:auto}.site-footer__inner{max-width:1080px;color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.5rem;font-size:.9rem;display:flex}.footer-links{gap:1rem;margin:0;padding:0;list-style:none;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.65rem 1.2rem;font-size:.95rem;font-weight:600;display:inline-flex}.button:hover{text-decoration:none}.button--primary{background:var(--accent);color:#fff}.button--primary:hover{background:var(--accent-strong)}.button--secondary{color:var(--accent-strong);border-color:var(--accent-border);background:0 0}.button--secondary:hover{background:var(--accent-bg)}.hero{max-width:760px;padding:2.5rem 0 3rem}.hero--split{grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);align-items:center;gap:clamp(2rem,6vw,5rem);max-width:none;padding:clamp(3.2rem,8vw,6.5rem) 0 4rem;display:grid}.hero--split>*{min-width:0}.hero--split .hero__title{letter-spacing:-.035em;word-break:keep-all;overflow-wrap:normal;max-width:17ch;font-size:clamp(2.35rem,5vw,4.55rem);line-height:1.04}.hero--split .hero__title span{white-space:nowrap;display:block}.hero-proof{border:1px solid var(--accent-border);background:linear-gradient(145deg, var(--bg-raised), var(--accent-bg));box-shadow:var(--shadow);border-radius:10px;padding:1.4rem}.hero-proof__label,.section__kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .55rem;font-size:.75rem;font-weight:800}.hero-proof dl{gap:0;margin:0;display:grid}.hero-proof dl div{border-top:1px solid var(--border);grid-template-columns:70px 1fr;align-items:center;gap:.75rem;padding:1rem 0;display:grid}.hero-proof dt{color:var(--text-h);font-size:1.8rem;font-weight:750;line-height:1}.hero-proof dd{color:var(--text-muted);margin:0;font-size:.83rem;line-height:1.4}.hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.hero__lede{color:var(--text-muted);max-width:60ch;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.section{margin-top:3rem}.section__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1.25rem;display:flex}.section__link{font-size:.9rem;font-weight:600}.service-grid,.offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.service-card,.offer-card{border:1px solid var(--border);background:var(--bg-raised);border-radius:8px;min-height:190px;padding:1.35rem;position:relative}.service-card__number{color:var(--accent);font-family:var(--mono);margin-bottom:2rem;font-size:.8rem;font-weight:800;display:block}.service-card p,.offer-card p{color:var(--text-muted);margin:0;font-size:.9rem}.offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:2.5rem}.offer-card{min-height:150px}.process-section{background:var(--code-bg);border-radius:10px;padding:2.5rem}.process-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.process-list li{align-items:flex-start;gap:.7rem;display:flex}.process-list>li>span{color:#fff;background:var(--accent);border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:.75rem;font-weight:800;display:grid}.process-list h3{font-size:.92rem}.process-list p{color:var(--text-muted);font-size:.8rem;line-height:1.45}.studio-teaser{background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;display:flex}.studio-teaser h2{margin-top:.25rem}.studio-teaser p{max-width:52ch;color:var(--text-muted);margin-bottom:0}.style-lanes{border-top:1px solid var(--border);display:grid}.style-lane{color:inherit;border-bottom:1px solid var(--border);grid-template-columns:46px minmax(0,1fr) auto;align-items:start;gap:1rem;padding:1.2rem 0;display:grid}.style-lane:hover{color:inherit;text-decoration:none}.style-lane:hover h3{color:var(--accent-strong)}.style-lane__index{font-family:var(--mono);color:var(--accent);padding-top:.22rem;font-size:.75rem}.style-lane h3{margin:0 0 .25rem;font-size:1rem}.style-lane p{color:var(--text-muted);margin:0;font-size:.86rem}.style-lane strong{color:var(--text-h);font-family:var(--mono);font-size:.86rem}.portfolio-filter{border:1px solid var(--border);background:var(--bg-raised);gap:1.25rem;margin:0 0 1rem;padding:1.4rem;display:grid}.portfolio-filter h2{margin:0}.portfolio-filter__controls{flex-wrap:wrap;gap:.5rem;display:flex}.portfolio-filter__controls button{border:1px solid var(--border);color:var(--text);font:inherit;cursor:pointer;background:0 0;border-radius:4px;padding:.48rem .7rem;font-size:.78rem;font-weight:650}.portfolio-filter__controls button:hover{border-color:var(--accent-border)}.portfolio-filter__controls button[aria-pressed=true]{color:#fff;border-color:var(--accent);background:var(--accent)}.portfolio-filter__controls span{opacity:.65;margin-left:.3rem}.portfolio-filter__result{color:var(--text-muted);margin:0 0 1rem;font-size:.82rem}.project-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.project-card{border:1px solid var(--border);background:var(--bg-raised);box-shadow:var(--shadow);border-radius:8px;flex-direction:column;padding:0;display:flex;overflow:hidden}.project-card__visual{background:radial-gradient(circle at 75% 30%,#fff6,#0000 25%),linear-gradient(135deg,#102333,#0f766e);align-items:flex-end;min-height:132px;padding:1.1rem 1.25rem;display:flex}.project-card__visual--image{aspect-ratio:3/2;background:#080b16;justify-content:center;align-items:stretch;min-height:0;padding:0}.project-card__visual--image img{object-fit:contain;width:100%;height:100%;display:block}.project-card__visual--mindhub{background:linear-gradient(135deg,#0f766e,#38bdf8)}.project-card__visual--opsflow{background:linear-gradient(135deg,#07172f,#1768e5 65%,#20b8dc)}.project-card__visual--forblune-webcare{background:linear-gradient(135deg,#e11d48,#f59e0b)}.project-card__visual--migration-governance{background:linear-gradient(135deg,#4338ca,#7c3aed)}.project-card__visual--forblune-dev-cockpit{background:linear-gradient(135deg,#0f172a,#475569)}.project-card__visual--personal-os{background:linear-gradient(135deg,#581c87,#c026d3)}.project-card__visual--tradebot{background:linear-gradient(135deg,#064e3b,#16a34a)}.project-card__visual--repet-vision{background:linear-gradient(135deg,#166534,#84cc16)}.project-card__visual span{color:#ffffffeb;letter-spacing:-.06em;font-size:2.1rem;font-weight:850}.project-card__body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.project-card__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.project-card__category{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.75rem;font-weight:700}.project-card__title{margin:0 0 .5rem;font-size:1.1rem}.project-card__summary{color:var(--text-muted);flex:1;font-size:.92rem}.project-card__outcome{border-left:3px solid var(--accent);color:var(--text-muted);margin:0 0 1rem;padding-left:.75rem;font-size:.82rem;line-height:1.45}.project-card__outcome strong{color:var(--text-h);font-size:.72rem;display:block}.project-card__stack{flex-wrap:wrap;gap:.35rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.project-card__stack li{background:var(--code-bg);color:var(--text);border-radius:999px;margin:0;padding:.2rem .5rem;font-size:.75rem}.project-card__links{flex-wrap:wrap;gap:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.status-badge{letter-spacing:.03em;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.status-badge--live{background:var(--status-live-bg);color:var(--status-live-fg)}.status-badge--wip{background:var(--status-wip-bg);color:var(--status-wip-fg)}.status-badge--concept{background:var(--status-concept-bg);color:var(--status-concept-fg)}.case-study-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.case-study-list__item a{border:1px solid var(--border);color:inherit;border-radius:12px;padding:1.25rem 1.5rem;display:block}.case-study-list__item a:hover{border-color:var(--accent-border);background:var(--accent-bg);text-decoration:none}.case-study-list__heading{align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.case-study-list__heading h2{margin:0;font-size:1.15rem}.case-study{max-width:980px}.case-study__back{margin-bottom:1.5rem;font-size:.9rem;display:inline-block}.case-study__title{margin-bottom:.5rem}.case-study__summary{color:var(--text-muted);max-width:65ch;font-size:1.05rem}.case-study__metrics{border:1px solid var(--border);background:var(--bg-raised);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin:1.75rem 0;padding:1.25rem;display:grid}.case-study__metric dt{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.case-study__metric dd{color:var(--text-h);margin:0;font-size:1.05rem;font-weight:700}.case-study__stack{flex-wrap:wrap;gap:.4rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.case-study__stack li{background:var(--code-bg);border-radius:999px;padding:.25rem .6rem;font-size:.78rem}.case-study__body section{margin-bottom:3.5rem}.case-study__body section>h2,.case-study__body section>p:not(.case-study__eyebrow),.case-study__body section>ul:not(.case-study__checklist){max-width:760px}.case-study__actions{flex-wrap:wrap;gap:.75rem;margin:0 0 2rem;display:flex}.case-study__eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .55rem;font-size:.75rem;font-weight:800}.case-study__figure{border:1px solid var(--border);background:var(--bg-raised);box-shadow:var(--shadow);border-radius:16px;margin:1.25rem 0 3.5rem;overflow:hidden}.case-study__figure img{object-fit:contain;width:100%;height:auto;display:block}.case-study__figure figcaption{color:var(--text-muted);border-top:1px solid var(--border);padding:.8rem 1rem;font-size:.78rem;line-height:1.45}.case-study__steps{counter-reset:case-step;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.case-study__steps li{counter-increment:case-step;border:1px solid var(--border);background:var(--bg-raised);border-radius:12px;flex-direction:column;min-height:150px;margin:0;padding:1rem;display:flex}.case-study__steps li:before{content:"0" counter(case-step);color:var(--accent);letter-spacing:.08em;margin-bottom:1.25rem;font-size:.72rem;font-weight:800}.case-study__steps strong{color:var(--text-h);margin-bottom:.35rem}.case-study__steps span{color:var(--text-muted);font-size:.83rem;line-height:1.45}.case-study__principle{border:1px solid var(--accent-border);background:var(--accent-bg);border-radius:16px;margin:0 0 3.5rem;padding:1.5rem}.case-study__principle p{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .4rem;font-size:.75rem;font-weight:800}.case-study__principle blockquote{max-width:760px;color:var(--text-h);margin:0;font-size:clamp(1.1rem,2.2vw,1.5rem);font-weight:650;line-height:1.45}.case-study__feature-grid,.case-study__benchmark-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1.5rem;display:grid}.case-study__feature-grid article,.case-study__benchmark-grid article{border:1px solid var(--border);background:var(--bg-raised);border-radius:12px;padding:1.15rem}.case-study__feature-grid h3,.case-study__benchmark-grid a{margin:0 0 .45rem;font-size:.98rem;font-weight:750;display:inline-block}.case-study__feature-grid p,.case-study__benchmark-grid p{color:var(--text-muted);margin:0;font-size:.84rem;line-height:1.55}.case-study__checklist{border:1px solid var(--border);background:var(--bg-raised);border-radius:14px;max-width:820px;padding:1.25rem 1.25rem 1.25rem 2.5rem}.case-study__checklist li{margin-bottom:.65rem}.case-study__checklist li:last-child{margin-bottom:0}.case-study__note{border-left:3px solid var(--accent);color:var(--text-muted);margin-top:1rem;padding-left:.9rem;font-size:.88rem}.case-study__visual-pair{grid-template-columns:minmax(0,2fr) minmax(220px,.72fr);align-items:start;gap:1rem;display:grid;max-width:none!important}.case-study__visual-pair .case-study__figure{margin:0}.case-study__figure--mobile img{background:#f5f7fb;max-height:640px}.stack-groups{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.stack-group ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.stack-group li{color:var(--text-muted);font-size:.9rem}.definition-list dt{color:var(--text-h);margin-top:1rem;font-weight:700}.definition-list dd{color:var(--text-muted);margin:.25rem 0 0}.callout{border:1px solid var(--accent-border);background:var(--accent-bg);border-radius:16px;padding:1.5rem}.contact-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.contact-links a{border:1px solid var(--border);background:var(--bg-raised);color:var(--text);border-radius:14px;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.contact-links a:hover{border-color:var(--accent-border);text-decoration:none}.contact-links strong{color:var(--text-h)}.contact-links span{color:var(--text-muted);font-size:.88rem}.contact-form{flex-direction:column;gap:1rem;max-width:480px;display:flex}.contact-form label{color:var(--text-h);flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}.contact-form input,.contact-form textarea{font:inherit;border:1px solid var(--border);background:var(--bg-raised);color:var(--text-h);border-radius:8px;padding:.6rem .75rem}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--accent-border);outline-offset:1px}.form-success{color:var(--status-live-fg);font-weight:600}@media (width<=640px){.site-header__inner{align-items:center}.site-header__controls{flex-direction:column-reverse;align-items:stretch;width:100%}.nav-list{flex-wrap:wrap;padding-bottom:.25rem;overflow-x:visible}.nav-link{white-space:nowrap;padding-inline:.5rem}.language-switch{align-self:flex-end}.hero--split{grid-template-columns:1fr;padding-top:2.2rem}.hero--split .hero__title{font-size:clamp(2.15rem,11vw,3rem)}:root[lang=en] .hero--split .hero__title{font-size:clamp(2rem,9.8vw,2.6rem)}.service-grid,.offer-grid,.process-list,.contact-links{grid-template-columns:1fr}.process-section{padding:1.5rem}.studio-teaser{flex-direction:column;align-items:flex-start}.case-study__metrics,.case-study__steps,.case-study__feature-grid,.case-study__benchmark-grid,.case-study__visual-pair{grid-template-columns:1fr}.case-study__steps li{min-height:0}.case-study__steps li:before{margin-bottom:.6rem}.case-study__figure,.case-study__body section,.case-study__principle{margin-bottom:2.5rem}.case-study__figure--mobile img{max-height:none}}
