:root{--bg:#101114;--bg-soft:#171a20;--surface:#1d222b;--surface-strong:#242b36;--border:hsla(0,0%,100%,.12);--text:#f6f7f9;--muted:#b7beca;--accent-1:#38bdf8;--accent-2:#a78bfa;--accent-3:#fb7185;--shadow:0 24px 70px rgba(0,0,0,.32)}*{letter-spacing:0}html{scroll-behavior:smooth}section[id]{scroll-margin-top:5rem}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.site-shell{background:linear-gradient(hsla(0,0%,100%,.035) 1px,transparent 1px),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,transparent 1px),var(--bg);background-size:48px 48px}.site-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#101114e0;border-bottom:1px solid var(--border)}.navbar-toggler{border-color:var(--border)}.brand-mark{color:var(--text);font-weight:750}.brand-icon{background:linear-gradient(135deg,#38bdf82e,#a78bfa24);border:1px solid rgba(56,189,248,.46);border-radius:.65rem;color:var(--text);display:inline-grid;font-size:.85rem;font-weight:800;height:2.15rem;place-items:center;width:2.15rem}.nav-link{color:var(--muted)}.nav-link:focus,.nav-link:hover,.navbar-brand:hover{color:var(--text)}.btn{border-radius:.75rem;font-weight:700}.btn-accent{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));border:0;box-shadow:0 12px 28px #38bdf82e;color:#101114}.btn-accent:focus,.btn-accent:hover{color:#101114;filter:brightness(.96)}.btn-outline-light{border-color:#ffffff38;color:var(--text)}.btn-outline-light:hover{background:#ffffff14;border-color:#ffffff57}.hero-section{overflow:hidden;padding:6.5rem 0 5rem;position:relative}.hero-section:before{background:linear-gradient(120deg,rgba(56,189,248,.16),transparent 34%),linear-gradient(270deg,rgba(167,139,250,.13),transparent 36%),linear-gradient(0deg,rgba(251,113,133,.08),transparent 44%);content:"";inset:0;pointer-events:none;position:absolute}.hero-section>.container{position:relative}.eyebrow{color:var(--accent-1);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-title{font-size:clamp(3rem,7vw,5.9rem);font-weight:850;line-height:.95;max-width:13ch}.hero-copy{color:var(--muted);font-size:1.16rem;line-height:1.72;max-width:44rem}.trust-strip{color:var(--muted);display:flex;flex-wrap:wrap;gap:.75rem}.trust-strip span{background:#ffffff0b;border:1px solid var(--border);border-radius:999px;font-size:.9rem;padding:.55rem .85rem}.contact-form,.hero-panel{background:#1d222bd1;border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}.hero-panel{padding:1.5rem}.panel-label{color:var(--muted);font-size:.86rem;font-weight:800;text-transform:uppercase}.panel-row{align-items:center;border-top:1px solid var(--border);display:flex;gap:1rem;justify-content:space-between;padding:1rem 0}.panel-row span{color:var(--muted)}.panel-callout{background:#38bdf81f;border-radius:.8rem;color:var(--text);line-height:1.6;margin-top:.75rem;padding:1rem}.metric-band{background:var(--bg-soft);border-bottom:1px solid var(--border);border-top:1px solid var(--border);padding:1rem 0}.metric-item{border-left:3px solid var(--accent-2);height:100%;padding:.75rem 0 .75rem 1rem}.metric-item span,.metric-item strong{display:block}.metric-item span,.text-muted-readable{color:var(--muted)}.section-space{padding:5rem 0}.soft-section{background:var(--bg-soft);border-bottom:1px solid var(--border);border-top:1px solid var(--border)}.section-heading{max-width:48rem}.section-heading h2,.section-title{font-size:clamp(2.1rem,4vw,3.6rem);font-weight:830;line-height:1.05}.section-heading p:last-child,.text-muted-readable{font-size:1.04rem;line-height:1.75}.reference-card,.service-card,.value-grid>div{background:#1d222bbd;border:1px solid var(--border);border-radius:1rem}.service-card{padding:1.45rem}.service-number{color:var(--accent-2);font-weight:850}.process-step h3,.reference-card h3,.service-card h3{font-size:1.15rem;font-weight:780;margin-top:.8rem}.process-step p,.reference-card p,.service-card p,.value-grid span{color:var(--muted);line-height:1.68}.process-list,.process-step{display:grid;gap:1rem}.process-step{border-top:1px solid var(--border);grid-template-columns:auto 1fr;padding-top:1.25rem}.process-step span{background:#fb718524;border-radius:999px;color:var(--accent-3);display:inline-grid;font-weight:850;height:2.25rem;place-items:center;width:2.25rem}.reference-card{color:var(--text);display:flex;flex-direction:column;min-height:15rem;padding:1.35rem;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.reference-card:focus,.reference-card:hover{background:var(--surface);border-color:#38bdf87a;transform:translateY(-4px)}.reference-card span{align-self:flex-start;background:#a78bfa24;border-radius:999px;color:var(--accent-2);font-size:.78rem;font-weight:800;padding:.34rem .65rem}.reference-card small{color:var(--accent-1);font-weight:800;margin-top:auto}.value-grid{display:grid;gap:1rem}.collaboration-intro{margin-inline:auto;max-width:1120px}.collaboration-values{grid-template-columns:repeat(3,minmax(0,1fr))}.portrait-card{aspect-ratio:1/1;background:var(--surface);border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow);margin:0 0 0 auto;max-width:390px;overflow:hidden;position:relative;width:min(100%,390px)}.portrait-card img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.portrait-card figcaption{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#101114bd;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;bottom:1rem;color:var(--text);font-size:.85rem;font-weight:750;left:1rem;padding:.45rem .75rem;position:absolute}.value-grid>div{padding:1.2rem}.value-grid span,.value-grid strong{display:block}.contact-section{background:linear-gradient(180deg,var(--bg),#151820)}.contact-form{padding:1.35rem}.form-label{color:var(--text);font-weight:720}.form-control{background-color:#ffffff0f;border-color:#ffffff29;border-radius:.75rem;color:var(--text);min-height:3rem}.form-control:focus{background-color:#ffffff14;border-color:#38bdf8d1;box-shadow:0 0 0 .25rem #38bdf82e;color:var(--text)}.form-control::-moz-placeholder{color:#f6f7f975}.form-control::placeholder{color:#f6f7f975}.form-notice{background:#38bdf81a;border-left:3px solid var(--accent-1);border-radius:.65rem;color:var(--text);padding:.8rem 1rem}.form-notice-error{background:#fb71851a;border-left-color:var(--accent-3)}.contact-form .btn:disabled{cursor:wait;opacity:.68}.site-footer{background:#0d0e11;border-top:1px solid var(--border)}.site-footer,.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--text)}.legal-page{margin:0 auto;max-width:880px;padding:4rem 1rem}.legal-page h1,.legal-page h2,.legal-page h3,.legal-page h4{color:var(--text)}.legal-page li,.legal-page p{color:var(--muted);line-height:1.75}.legal-page a{color:var(--accent-1)}.legal-top{background:#101114e0;border-bottom:1px solid var(--border)}.cursor-glow{display:none}@media(max-width:991.98px){.hero-section{padding:4.5rem 0 4rem}.hero-title{max-width:11ch}.portrait-card{margin-inline:0}.collaboration-values{grid-template-columns:1fr}}@media(max-width:575.98px){.section-space{padding:3.5rem 0}.hero-title{font-size:3.2rem}.btn-lg{width:100%}.panel-row{align-items:flex-start;flex-direction:column;gap:.25rem}}
