:root { --ink:#070713; --panel:#101027; --violet:#7346ff; --pink:#ed35d5; --cyan:#27e4ff; --amber:#ffb13b; --paper:#f4efff; --muted:#aaa5c2; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:var(--ink); }
body { margin:0; color:var(--paper); background:radial-gradient(circle at 78% 5%,rgba(115,70,255,.17),transparent 29rem),linear-gradient(180deg,#080816 0%,#09091a 55%,#060611 100%); font-family:"Arial Narrow","Roboto Condensed",Inter,Arial,sans-serif; overflow-x:hidden; }
body:before { content:""; position:fixed; inset:0; pointer-events:none; background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(to bottom,#000,transparent 85%); z-index:0; }
::selection { background:var(--pink); color:#fff; }
a { color:inherit; text-decoration:none; }
.noise { position:fixed; inset:0; opacity:.045; pointer-events:none; z-index:20; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E"); }
.section-shell,.site-header { width:min(1380px,calc(100% - 64px)); margin-inline:auto; position:relative; z-index:1; }
.site-header { height:96px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.1); }
.brand { display:flex; align-items:center; gap:13px; font:700 12px/1 monospace; letter-spacing:.17em; }
.brand img { width:58px; height:34px; object-fit:contain; }
.nav { display:flex; gap:42px; }
.nav a { color:var(--muted); font:700 12px/1 monospace; letter-spacing:.14em; text-transform:uppercase; transition:.25s; }
.nav a:hover { color:var(--cyan); text-shadow:0 0 14px rgba(39,228,255,.5); }
.language { display:flex; align-items:center; gap:18px; }
.language select { color:var(--paper); background:#121129; border:1px solid rgba(255,255,255,.17); border-radius:2px; padding:9px 11px; font:700 11px monospace; cursor:pointer; }
.menu { display:none; width:36px; height:36px; border:0; background:transparent; padding:8px; }
.menu i { display:block; width:20px; height:1px; margin:6px 0; background:#fff; }
.hero { min-height:740px; display:grid; grid-template-columns:1.03fr .97fr; gap:64px; align-items:center; padding:70px 0 88px; }
.hero:before { content:""; position:absolute; width:640px; height:640px; left:-360px; top:120px; border:1px solid rgba(237,53,213,.16); border-radius:50%; box-shadow:0 0 80px rgba(237,53,213,.08); }
.system-line,.index { color:var(--cyan); font:700 10px/1.2 monospace; letter-spacing:.18em; text-transform:uppercase; }
.system-line { display:flex; align-items:center; gap:10px; margin:0 0 42px; }
.system-line span { width:7px; height:7px; border-radius:50%; background:#5bff9a; box-shadow:0 0 12px #5bff9a; }
.eyebrow { margin:0 0 17px; color:var(--amber); text-transform:uppercase; font:700 12px/1.2 monospace; letter-spacing:.23em; }
h1,h2,h3,p { margin-top:0; }
h1 { margin-bottom:26px; max-width:750px; font-size:clamp(58px,6.2vw,106px); line-height:.86; letter-spacing:-.065em; text-transform:uppercase; font-weight:900; }
h1 em { color:transparent; -webkit-text-stroke:1.5px var(--paper); font-style:normal; text-shadow:5px 5px 0 rgba(115,70,255,.6); }
.hero-intro { max-width:640px; color:#c4bfd3; font-size:18px; line-height:1.65; }
.hero-actions { display:flex; gap:14px; margin-top:40px; }
.button { min-height:54px; padding:0 23px; display:inline-flex; align-items:center; justify-content:center; gap:30px; border:1px solid rgba(255,255,255,.2); font:700 11px monospace; letter-spacing:.13em; text-transform:uppercase; transition:.25s; }
.button.primary { color:#080812; background:var(--amber); border-color:var(--amber); box-shadow:7px 7px 0 var(--violet); }
.button.primary:hover { transform:translate(3px,3px); box-shadow:4px 4px 0 var(--pink); }
.button.ghost:hover { border-color:var(--cyan); color:var(--cyan); }
.hero-visual { position:relative; height:530px; padding:13px; background:linear-gradient(135deg,rgba(39,228,255,.55),rgba(237,53,213,.55)); clip-path:polygon(0 0,94% 0,100% 8%,100% 100%,6% 100%,0 92%); }
.hero-visual:after { content:""; position:absolute; inset:13px; background:linear-gradient(110deg,transparent 20%,rgba(39,228,255,.14),transparent 52%); pointer-events:none; }
.hero-visual img { width:100%; height:100%; display:block; object-fit:cover; object-position:62% center; clip-path:inherit; filter:saturate(.88) contrast(1.04); }
.hero-caption { position:absolute; left:25px; right:25px; bottom:24px; display:flex; justify-content:space-between; color:#fff; font:700 10px monospace; letter-spacing:.16em; text-shadow:0 2px 6px #000; }
.frame-corner { position:absolute; z-index:2; width:48px; height:48px; border-color:var(--amber); }
.corner-a { left:3px; top:3px; border-left:3px solid; border-top:3px solid; }.corner-b { right:3px; bottom:3px; border-right:3px solid;border-bottom:3px solid; }
.availability { position:absolute; right:2px; bottom:28px; display:flex; align-items:center; gap:10px; color:var(--muted); font:700 9px monospace; letter-spacing:.17em; }
.pulse { width:6px;height:6px;border-radius:50%;background:var(--pink);box-shadow:0 0 14px var(--pink);animation:pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity:.35; transform:scale(.75); } }
.expertise,.crew,.method { padding:120px 0; border-top:1px solid rgba(255,255,255,.09); }
.section-heading { display:grid; grid-template-columns:170px 1fr minmax(280px,430px); align-items:end; gap:34px; margin-bottom:54px; }
.section-heading .index,.method .index { align-self:start; margin-top:14px; }
.section-heading h2,.method h2 { margin:0; font-size:clamp(46px,5vw,78px); line-height:.92; letter-spacing:-.05em; text-transform:uppercase; }
.section-heading>p:last-child,.method-copy>p:last-child { color:var(--muted); font-size:16px; line-height:1.6; margin-bottom:0; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(255,255,255,.11); }
.service-card { min-height:350px; padding:27px; position:relative; border-right:1px solid rgba(255,255,255,.11); background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 75%); transition:.3s; }
.service-card:last-child { border-right:0; }.service-card:hover { background:linear-gradient(145deg,rgba(115,70,255,.18),rgba(237,53,213,.06)); transform:translateY(-5px); }
.card-no { color:#77728d; font:700 10px monospace; }.service-icon { float:right; color:var(--cyan); font-size:25px; text-shadow:0 0 16px rgba(39,228,255,.5); }
.service-card h3 { clear:both; padding-top:74px; margin-bottom:20px; font-size:25px; line-height:1.05; text-transform:uppercase; }
.service-card p { color:var(--muted); font-size:14px; line-height:1.7; }
.card-line { position:absolute; bottom:26px; left:27px; width:34px; height:3px; background:var(--amber); box-shadow:11px 0 0 var(--pink); }
.crew { background:linear-gradient(90deg,transparent,rgba(115,70,255,.045),transparent); }
.crew-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.person { min-width:0; }.portrait-wrap { height:335px; position:relative; overflow:hidden; background:#12122d; border:1px solid rgba(255,255,255,.12); }
.portrait-wrap:before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,transparent 55%,rgba(7,7,19,.95)); pointer-events:none; }
.portrait-wrap img { width:100%; height:100%; object-fit:cover; transition:.45s; }.person:hover img { transform:scale(1.035); filter:saturate(1.16); }
.person-1 img { object-position:38% 50%; }.person-3 img { object-position:90% 72%; }
.portrait-code { position:absolute; z-index:2; right:12px; bottom:12px; font:700 9px monospace; letter-spacing:.15em; color:var(--cyan); }
.person-copy { padding:22px 3px 0; }.person-copy p { margin-bottom:9px; color:var(--amber); font:700 10px monospace; letter-spacing:.15em; text-transform:uppercase; }
.person-copy h3 { margin-bottom:12px; font-size:26px; text-transform:uppercase; }.person-copy span { display:block; color:var(--muted); font-size:14px; line-height:1.65; }
.method { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.method-copy h2 { margin:30px 0 24px; max-width:600px; }.method-copy>p:last-child { max-width:580px; }
.steps { list-style:none; margin:0; padding:0; border-top:1px solid rgba(255,255,255,.14); }
.steps li { min-height:93px; display:grid; grid-template-columns:62px 1fr 30px; align-items:center; gap:18px; border-bottom:1px solid rgba(255,255,255,.14); transition:.25s; }
.steps li:hover { padding-left:12px; color:var(--cyan); }.steps span { color:var(--pink); font:700 11px monospace; }.steps b { font-size:18px; text-transform:uppercase; letter-spacing:.03em; }.steps i { font-style:normal; color:var(--amber); }
.footer { min-height:180px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid rgba(255,255,255,.1); color:var(--muted); }
.footer-mark { display:flex; align-items:center; gap:14px; }.footer-mark img { width:72px; }.footer-mark div { display:flex; flex-direction:column; gap:7px; }.footer-mark strong { color:#fff; font-size:12px; letter-spacing:.13em; }.footer-mark span,.footer p,.footer a { font:700 10px monospace; letter-spacing:.12em; }
.footer a:hover { color:var(--cyan); }
@media (max-width:1100px) { .hero { grid-template-columns:1fr; }.hero-visual { height:570px; }.availability { bottom:37px; }.service-grid,.crew-grid { grid-template-columns:repeat(2,1fr); }.service-card:nth-child(2){border-right:0}.service-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}.section-heading { grid-template-columns:110px 1fr; }.section-heading>p:last-child{grid-column:2}.method{grid-template-columns:1fr;gap:55px} }
@media (max-width:720px) { .section-shell,.site-header{width:min(100% - 34px,620px)}.site-header{height:78px}.brand span{display:none}.nav{display:none;position:absolute;top:78px;left:0;right:0;padding:28px;background:#0e0e22;border:1px solid rgba(255,255,255,.13);z-index:8;flex-direction:column;gap:25px}.nav.open{display:flex}.menu{display:block}.hero{min-height:auto;padding:58px 0 75px;gap:47px}.system-line{margin-bottom:30px}h1{font-size:clamp(48px,15vw,72px)}.hero-intro{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-visual{height:410px}.availability{position:static;margin-top:-22px}.expertise,.crew,.method{padding:82px 0}.section-heading{display:block}.section-heading .index{margin-bottom:26px}.section-heading h2{margin-bottom:22px}.service-grid,.crew-grid{grid-template-columns:1fr}.service-card{min-height:300px;border-right:0;border-bottom:1px solid rgba(255,255,255,.11)!important}.crew-grid{gap:42px}.portrait-wrap{height:420px}.method{display:block}.method-copy{margin-bottom:48px}.footer{padding:50px 0;display:grid;gap:28px}.footer p{margin:0}.language select{padding:8px 7px} }
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
