@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --blue: #0867ff;
  --blue-dark: #0046b8;
  --ink: #05070a;
  --muted: #5f6876;
  --line: #dce2ea;
  --soft: #f3f6fa;
  --white: #ffffff;
  --max: 1180px;
  --display: 'Space Grotesk', Arial, sans-serif;
  --body: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--blue); color: white; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 200;
  background: var(--blue); color: white; padding: 10px 16px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(var(--max), calc(100% - 40px)); min-height: 78px; margin: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 190px; height: 55px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  position: relative; text-decoration: none; text-transform: uppercase;
  font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .09em;
}
.nav-links a:not(.nav-cta)::after {
  content: ''; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px;
  background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); background: var(--ink);
  color: white; font-family: var(--display); font-weight: 700; font-size: 13px;
  letter-spacing: .045em; text-decoration: none; text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover, .nav-cta:hover { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--blue); }
.btn-blue { background: var(--blue); border-color: var(--blue); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; }

.container { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 16px;
  color: var(--blue); font: 700 12px/1 var(--display); letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 28px; height: 3px; background: var(--blue); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-head h2, .display-title {
  margin: 0; font-family: var(--display); font-size: clamp(36px, 5vw, 64px);
  line-height: .98; letter-spacing: -.05em; text-transform: uppercase;
}
.section-head p { max-width: 510px; margin: 0; color: var(--muted); }
.section-number { color: transparent; -webkit-text-stroke: 1px #b6c0cc; font: 700 72px/1 var(--display); }

.hero {
  position: relative; min-height: 720px; background: var(--ink); color: white; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 72%);
}
.hero::after {
  content: ''; position: absolute; width: 560px; height: 560px; right: -250px; top: -230px;
  border: 100px solid var(--blue); transform: rotate(45deg); opacity: .75;
}
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; }
.hero-copy { padding: 80px 0; }
.hero h1 {
  max-width: 760px; margin: 0 0 28px; font-family: var(--display);
  font-size: clamp(58px, 8vw, 108px); line-height: .86; letter-spacing: -.065em; text-transform: uppercase;
}
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.5px white; }
.hero h1 .blue { color: var(--blue); }
.hero-lead { max-width: 620px; margin: 0 0 34px; color: #b9c1cd; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero .btn-outline { border-color: #7f8996; color: white; }
.hero .btn-outline:hover { background: white; color: var(--ink); }
.hero-visual { position: relative; align-self: end; height: 640px; }
.portrait-frame {
  position: absolute; inset: 36px 0 0; border-left: 8px solid var(--blue); overflow: hidden;
  clip-path: polygon(12% 0,100% 0,100% 100%,0 100%,0 12%);
}
.portrait-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,7,10,.92)); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: grayscale(.15) contrast(1.05); }
.hero-badge {
  position: absolute; z-index: 2; left: -36px; bottom: 46px; width: 210px; padding: 18px;
  background: white; color: var(--ink); border-top: 5px solid var(--blue); box-shadow: 14px 14px 0 rgba(8,103,255,.22);
}
.hero-badge strong { display: block; font: 700 22px/1.1 var(--display); text-transform: uppercase; }
.hero-badge span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.ticker { background: var(--blue); color: white; overflow: hidden; border-block: 1px solid #0056d8; }
.ticker-track { display: flex; width: max-content; padding: 15px 0; animation: ticker 24s linear infinite; }
.ticker span { padding: 0 28px; font: 700 13px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.ticker b { color: var(--ink); margin-left: 40px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.services { padding: 110px 0; background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfd7e2; border-left: 1px solid #cfd7e2; }
.service-card {
  position: relative; min-height: 340px; padding: 34px; background: white; text-decoration: none;
  border-right: 1px solid #cfd7e2; border-bottom: 1px solid #cfd7e2; overflow: hidden;
  transition: color .35s ease;
}
.service-card::before { content: ''; position: absolute; inset: 100% 0 0; background: var(--ink); transition: inset .35s ease; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { color: white; }
.service-card:hover::before { inset: 0; }
.service-card:hover .card-text { color: #aeb8c5; }
.card-index { color: var(--blue); font: 700 12px/1 var(--display); letter-spacing: .12em; }
.service-icon { width: 64px; height: 64px; margin: 58px 0 26px; object-fit: contain; filter: saturate(.4) contrast(1.4); }
.code-icon { display: grid; place-items: center; background: var(--blue); color: white; font: 700 24px/1 var(--display); }
.service-card h3 { margin: 0 0 12px; font: 700 24px/1.05 var(--display); text-transform: uppercase; }
.card-text { margin: 0; color: var(--muted); font-size: 14px; transition: color .35s ease; }
.card-arrow { position: absolute; right: 28px; top: 28px; font-size: 26px; transition: transform .25s ease; }
.service-card:hover .card-arrow { transform: translate(5px,-5px); color: var(--blue); }

.about-section { padding: 110px 0; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-media { position: relative; padding: 0 24px 24px 0; }
.about-media::after { content: ''; position: absolute; inset: 24px 0 0 24px; background: var(--blue); z-index: -1; }
.about-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 55% center; filter: grayscale(1) contrast(1.08); }
.about-copy h2 { margin: 0 0 26px; font: 700 clamp(40px,5vw,70px)/.96 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.about-copy p { color: var(--muted); margin: 0 0 18px; }
.about-copy strong { color: var(--ink); }
.stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 38px; border-block: 1px solid var(--line); }
.stat { padding: 24px 18px 24px 0; }
.stat strong { display: block; color: var(--blue); font: 700 36px/1 var(--display); }
.stat span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.process { padding: 105px 0; background: var(--ink); color: white; }
.process .section-head p { color: #9da6b3; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #303640; }
.process-step { position: relative; padding: 34px 28px 10px 0; border-right: 1px solid #303640; }
.process-step:last-child { border: 0; }
.process-step span { color: var(--blue); font: 700 13px/1 var(--display); }
.process-step h3 { margin: 44px 0 14px; font: 700 22px/1 var(--display); text-transform: uppercase; }
.process-step p { color: #9da6b3; font-size: 14px; }

.contact-band { padding: 100px 0; background: var(--blue); color: white; }
.contact-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.contact-band h2 { max-width: 780px; margin: 0; font: 700 clamp(48px,7vw,88px)/.9 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.contact-band p { margin: 18px 0 0; max-width: 640px; color: #d9e7ff; }
.contact-band .btn { background: white; border-color: white; color: var(--ink); }

.site-footer { background: var(--ink); color: white; padding: 62px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; padding-bottom: 46px; }
.footer-brand { font: 700 28px/1 var(--display); text-transform: uppercase; }
.footer-brand span { color: var(--blue); }
.footer-copy { max-width: 420px; margin-top: 16px; color: #8f99a6; font-size: 14px; }
.footer-title { margin: 0 0 18px; color: #6f7883; font: 700 11px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: white; text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid #252a32; color: #6f7883; font-size: 12px; }

/* Service pages */
.page-hero { position: relative; padding: 96px 0 84px; background: var(--ink); color: white; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,103,255,.2),transparent 45%), repeating-linear-gradient(90deg,transparent 0,transparent 79px,rgba(255,255,255,.05) 80px); }
.page-hero::after { content: attr(data-mark); position: absolute; right: -10px; bottom: -55px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); font: 700 220px/1 var(--display); text-transform: uppercase; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { margin-bottom: 46px; color: #8e98a5; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumbs a { color: white; text-decoration: none; }
.page-hero h1 { max-width: 920px; margin: 0; font: 700 clamp(56px,8vw,102px)/.88 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.page-hero h1 span { color: var(--blue); }
.page-hero .lead { max-width: 660px; margin: 28px 0 0; color: #aab3bf; font-size: 18px; }
.page-kicker { display: inline-block; margin-bottom: 20px; padding: 7px 11px; color: white; background: var(--blue); font: 700 11px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }

.service-content { padding: 100px 0; }
.content-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 80px; align-items: start; }
.sticky-intro { position: sticky; top: 120px; }
.sticky-intro h2 { margin: 0 0 24px; font: 700 clamp(38px,5vw,62px)/.97 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.sticky-intro p { color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-item .num { color: var(--blue); font: 700 13px/1 var(--display); }
.service-item h3 { margin: 0 0 9px; font: 700 22px/1.1 var(--display); text-transform: uppercase; }
.service-item p { margin: 0; color: var(--muted); font-size: 14px; }

.gallery-section { padding: 100px 0; background: var(--soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; }
.work-card { position: relative; grid-column: span 4; min-height: 420px; background: var(--ink); overflow: hidden; }
.work-card:first-child { grid-column: span 7; }
.work-card:nth-child(2) { grid-column: span 5; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.work-card:hover img { transform: scale(1.055); filter: saturate(.7); }
.work-label { position: absolute; left: 0; bottom: 0; padding: 15px 18px; background: var(--ink); color: white; font: 700 12px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }

.why-section { padding: 100px 0; }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-card { min-height: 245px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-card strong { display: block; margin-bottom: 48px; color: var(--blue); font: 700 32px/1 var(--display); }
.why-card h3 { margin: 0 0 12px; font: 700 18px/1.1 var(--display); text-transform: uppercase; }
.why-card p { margin: 0; color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; } .delay-2 { transition-delay: .16s; } .delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 78px 0 auto; padding: 24px 20px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 16px; transform: translateY(-140%); transition: transform .3s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 8px 0; }
  .hero-grid, .about-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 20px; }
  .hero-visual { height: 540px; width: min(520px,100%); justify-self: center; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { gap: 60px; }
  .about-media { max-width: 620px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .contact-band-inner { grid-template-columns: 1fr; align-items: start; }
  .sticky-intro { position: static; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container, .nav-shell { width: min(100% - 28px,var(--max)); }
  .nav-shell { min-height: 68px; }
  .brand img { width: 148px; height: 45px; }
  .nav-links { inset: 68px 0 auto; }
  .hero, .hero-grid { min-height: auto; }
  .hero h1 { font-size: clamp(50px,16vw,72px); }
  .hero-visual { height: 440px; }
  .portrait-frame { inset: 28px 0 0; }
  .hero-badge { left: -4px; bottom: 24px; }
  .section-head { align-items: start; flex-direction: column; gap: 18px; }
  .section-number { display: none; }
  .services, .about-section, .process, .contact-band, .service-content, .gallery-section, .why-section { padding: 76px 0; }
  .service-grid, .process-grid, .stats, .why-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .process-step { border-right: 0; border-bottom: 1px solid #303640; }
  .contact-band h2 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding: 70px 0 62px; }
  .page-hero h1 { font-size: clamp(50px,15vw,72px); }
  .page-hero::after { font-size: 120px; }
  .content-grid { gap: 48px; }
  .service-item { grid-template-columns: 42px 1fr; }
  .gallery-grid { display: block; }
  .work-card { min-height: 340px; margin-bottom: 16px; }
}

/* Blueprint edition — photo-free, light-first visual direction */
body { background: #f8fbff; }
.site-header { border-top: 5px solid var(--blue); box-shadow: 0 8px 24px rgba(5,7,10,.04); }
.nav-shell { min-height: 84px; }
.brand img { width: 176px; }
.nav-cta, .btn { clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); }
.hero { min-height: 760px; background: #f8fbff; color: var(--ink); border-bottom: 1px solid #b9c9e0; }
.hero::before {
  background-image: linear-gradient(rgba(8,103,255,.11) 1px, transparent 1px), linear-gradient(90deg,rgba(8,103,255,.11) 1px, transparent 1px);
  background-size: 40px 40px; mask-image: linear-gradient(to right,black,transparent 88%);
}
.hero::after { width: 310px; height: 310px; right: -175px; top: 100px; border-width: 44px; opacity: 1; }
.hero-grid { min-height: 760px; grid-template-columns: 1.08fr .92fr; }
.hero h1 { color: var(--ink); font-size: clamp(58px,7.6vw,104px); }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.8px var(--blue); }
.hero-lead { color: #4f5c6d; max-width: 590px; }
.hero .btn-outline { color: var(--ink); border-color: var(--ink); }
.hero .btn-outline:hover { color: white; background: var(--ink); }
.hero-copy { position: relative; }
.hero-copy::before { content: '001'; position: absolute; left: -52px; top: 95px; color: var(--blue); font: 700 10px/1 var(--display); writing-mode: vertical-rl; letter-spacing: .25em; }

.blueprint-visual { position: relative; height: 620px; align-self: center; border: 1px solid var(--blue); background: rgba(255,255,255,.78); overflow: hidden; clip-path: polygon(34px 0,100% 0,100% calc(100% - 34px),calc(100% - 34px) 100%,0 100%,0 34px); }
.blueprint-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(8,103,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(8,103,255,.13) 1px,transparent 1px); background-size: 32px 32px; }
.blueprint-grid::before, .blueprint-grid::after { content: ''; position: absolute; background: var(--blue); }
.blueprint-grid::before { width: 120px; height: 7px; top: 32px; right: 0; }
.blueprint-grid::after { width: 7px; height: 120px; left: 32px; bottom: 0; }
.blueprint-orbit { position: absolute; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; }
.blueprint-orbit::before, .blueprint-orbit::after { content: ''; position: absolute; inset: 12%; border: 1px solid var(--blue); border-radius: 50%; }
.blueprint-orbit::after { inset: 38%; background: var(--blue); border: 0; }
.blueprint-orbit span { position: absolute; right: -19px; top: 50%; padding: 4px 8px; background: var(--ink); color: white; font: 700 10px/1 var(--display); letter-spacing: .1em; }
.orbit-a { width: 280px; height: 280px; right: 42px; top: 84px; }
.orbit-b { width: 142px; height: 142px; left: 34px; bottom: 92px; border-color: var(--blue); }
.axis-x { position: absolute; left: 26px; right: 26px; top: 52%; height: 1px; background: var(--ink); }
.axis-x::before, .axis-y::before { content: ''; position: absolute; width: 9px; height: 9px; background: var(--blue); transform: rotate(45deg); }
.axis-x::before { left: 0; top: -4px; }
.axis-y { position: absolute; top: 26px; bottom: 26px; left: 54%; width: 1px; background: var(--ink); }
.axis-y::before { left: -4px; bottom: 0; }
.blueprint-code { position: absolute; top: 22px; left: 24px; padding: 8px 10px; background: var(--blue); color: white; font: 700 11px/1 var(--display); letter-spacing: .15em; }
.blueprint-word { position: absolute; left: 28px; bottom: 26px; font: 700 clamp(46px,5vw,74px)/.8 var(--display); letter-spacing: -.07em; }
.blueprint-word em { color: transparent; -webkit-text-stroke: 1px var(--blue); font-style: normal; }
.blueprint-visual .hero-badge { left: auto; right: 22px; bottom: 22px; border: 1px solid var(--ink); border-top: 5px solid var(--blue); box-shadow: 8px 8px 0 var(--ink); }

.ticker { background: var(--ink); border: 0; }
.ticker b { color: var(--blue); }
.services { background: white; }
.service-grid { border-color: #aac3e6; box-shadow: 18px 18px 0 #dceaff; }
.service-card { background: #f9fbff; border-color: #aac3e6; }
.service-card::before { background: var(--blue); }
.service-card:hover .card-index, .service-card:hover .card-arrow { color: white; }
.card-index, .card-arrow { color: var(--blue); }
.service-icon { filter: saturate(.3) contrast(1.55); }
.service-card:hover .service-icon:not(.code-icon) { filter: brightness(0) invert(1); }

.about-section { background: #eef5ff; border-block: 1px solid #c7d9f1; }
.expertise-panel { min-height: 600px; padding: 0; background: var(--blue); color: white; border: 1px solid var(--ink); clip-path: polygon(0 0,calc(100% - 36px) 0,100% 36px,100% 100%,36px 100%,0 calc(100% - 36px)); }
.expertise-panel::after { inset: auto 0 0 auto; width: 150px; height: 150px; background: var(--ink); clip-path: polygon(100% 0,100% 100%,0 100%); z-index: 0; }
.expertise-top { display: flex; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.5); font: 700 11px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.expertise-list { display: grid; }
.expertise-list span { display: flex; gap: 22px; padding: 19px 24px; border-bottom: 1px solid rgba(255,255,255,.28); font: 700 18px/1 var(--display); text-transform: uppercase; }
.expertise-list b { color: #b9d4ff; font-size: 10px; }
.expertise-mark { position: absolute; left: 20px; bottom: 18px; font: 700 110px/.8 var(--display); letter-spacing: -.1em; }
.expertise-mark span { color: var(--ink); }
.stats { border-color: #a9c0dd; }

.process { background: var(--blue); }
.process .eyebrow { color: white; }
.process .eyebrow::before { background: white; }
.process .section-head p, .process-step p { color: #dbe8ff; }
.process-grid { border-color: rgba(255,255,255,.45); }
.process-step { border-color: rgba(255,255,255,.35); }
.process-step span { display: inline-grid; place-items: center; width: 38px; height: 38px; background: var(--ink); color: white; }
.contact-band { background: var(--ink); }
.contact-band .eyebrow { color: #75aaff; }

.page-hero { background: #f8fbff; color: var(--ink); border-bottom: 1px solid #aec6e7; }
.page-hero::before { background: linear-gradient(90deg,rgba(8,103,255,.12),transparent 48%),repeating-linear-gradient(90deg,transparent 0,transparent 79px,rgba(8,103,255,.1) 80px); }
.page-hero::after { -webkit-text-stroke-color: rgba(8,103,255,.15); }
.breadcrumbs { color: #617087; }
.breadcrumbs a { color: var(--blue); }
.page-hero .lead { color: #546176; }
.service-content, .why-section { background: white; }
.gallery-section { background: #eef5ff; border-block: 1px solid #c7d9f1; }
.work-card { clip-path: polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,0 100%); }
.why-grid { box-shadow: 15px 15px 0 #dceaff; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .blueprint-visual { width: min(620px,100%); justify-self: center; }
}

@media (max-width: 640px) {
  .site-header { border-top-width: 4px; }
  .nav-shell { min-height: 70px; }
  .hero-grid { min-height: auto; }
  .hero-copy::before { display: none; }
  .blueprint-visual { height: 430px; }
  .orbit-a { width: 210px; height: 210px; right: 20px; }
  .orbit-b { width: 110px; height: 110px; }
  .blueprint-word { font-size: 46px; }
  .blueprint-visual .hero-badge { right: 16px; bottom: 16px; }
  .expertise-panel { min-height: 560px; }
}

/* Industrial night edition — high-contrast alternate look */
body { background: #07090d; }
.site-header { background: rgba(5,7,10,.96); border-top: 0; border-bottom: 1px solid #252b35; box-shadow: none; }
.brand img { filter: invert(1); }
.nav-links a { color: white; }
.nav-cta { background: var(--blue); border-color: var(--blue); color: white !important; }
.menu-toggle span { background: white; }
.hero { background: var(--ink); color: white; border-bottom-color: #252b35; }
.hero::before { background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right,black,transparent 92%); }
.hero::after { width: 520px; height: 520px; right: -330px; top: -290px; border-width: 86px; opacity: .9; }
.hero-grid { grid-template-columns: 1.17fr .83fr; }
.hero h1 { color: white; }
.hero h1 .outline { -webkit-text-stroke-color: #77818e; }
.hero-lead { color: #9da7b5; }
.hero .btn-outline { color: white; border-color: #697481; }
.hero .btn-outline:hover { background: white; color: var(--ink); }
.hero-copy::before { color: #6c7480; }
.blueprint-visual { height: 630px; border-color: #3d4653; background: #0b0e14; box-shadow: 22px 22px 0 var(--blue); }
.blueprint-grid { background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 28px 28px; }
.blueprint-grid::before { background: white; }
.blueprint-grid::after { background: var(--blue); }
.blueprint-orbit { border-color: white; }
.blueprint-orbit::before { border-color: var(--blue); }
.orbit-b { border-color: var(--blue); }
.axis-x, .axis-y { background: #627083; }
.blueprint-word { color: white; }
.blueprint-word em { -webkit-text-stroke-color: var(--blue); }
.blueprint-visual .hero-badge { background: var(--blue); color: white; border-color: white; border-top-color: white; box-shadow: 8px 8px 0 white; }
.blueprint-visual .hero-badge span { color: #d9e7ff; }

.ticker { background: var(--blue); }
.ticker b { color: var(--ink); }
.services { background: #080a0f; color: white; }
.services .section-head p { color: #8994a3; }
.services .section-number { -webkit-text-stroke-color: #343c48; }
.service-grid { grid-template-columns: repeat(2,1fr); border-color: #2b313b; box-shadow: 18px 18px 0 var(--blue); }
.service-card { min-height: 265px; padding: 32px 34px; background: #0d1017; color: white; border-color: #2b313b; }
.service-card::before { background: white; }
.service-card:hover { color: var(--ink); }
.service-card:hover .card-text { color: #556273; }
.service-card:hover .card-index, .service-card:hover .card-arrow { color: var(--blue); }
.service-icon { margin: 34px 0 18px; height: 52px; filter: brightness(0) invert(1); }
.service-card:hover .service-icon:not(.code-icon) { filter: none; }
.code-icon { filter: none; }

.about-section { background: white; border: 0; }
.about-copy { color: var(--ink); }
.expertise-panel { background: var(--ink); border-color: var(--blue); box-shadow: -18px 18px 0 var(--blue); }
.expertise-list span { border-color: #2d3540; }
.expertise-top { color: #8f9aa8; border-color: #2d3540; }
.expertise-mark span { color: var(--blue); }
.process { background: #f1f4f8; color: var(--ink); }
.process .eyebrow { color: var(--blue); }
.process .eyebrow::before { background: var(--blue); }
.process .section-head p, .process-step p { color: #5e6978; }
.process-grid { border-color: #bfc8d3; }
.process-step { border-color: #cbd3dd; }
.process-step span { background: var(--blue); }
.contact-band { background: var(--blue); }
.contact-band .eyebrow { color: white; }
.contact-band .eyebrow::before { background: white; }
.site-footer { border-top: 1px solid #242a33; }

.page-hero { background: var(--ink); color: white; border-bottom-color: #2a313b; }
.page-hero::before { background: linear-gradient(90deg,rgba(8,103,255,.25),transparent 48%),repeating-linear-gradient(90deg,transparent 0,transparent 79px,rgba(255,255,255,.055) 80px); }
.page-hero::after { -webkit-text-stroke-color: rgba(255,255,255,.09); }
.breadcrumbs { color: #7f8997; }
.breadcrumbs a { color: white; }
.page-hero .lead { color: #a3adba; }
.service-content, .why-section { background: white; color: var(--ink); }
.gallery-section { background: #0b0e14; color: white; border: 0; }
.gallery-section .section-head p { color: #8994a3; }
.why-grid { box-shadow: 15px 15px 0 var(--blue); }

@media (max-width: 980px) {
  .nav-links { background: var(--ink); }
  .hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .service-grid { grid-template-columns: 1fr; }
  .blueprint-visual { box-shadow: 10px 10px 0 var(--blue); }
}

/* Editorial studio edition — calm, minimal and type-led */
body { background: #f4f5f2; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--ink); }
.brand img { filter: none; }
.nav-links a { color: var(--ink); }
.nav-cta { background: var(--ink); border-color: var(--ink); color: white !important; }
.menu-toggle span { background: var(--ink); }
.hero { min-height: 690px; background: #f4f5f2; color: var(--ink); border-bottom: 1px solid var(--ink); }
.hero::before { background-image: linear-gradient(90deg,transparent calc(100% - 1px),rgba(5,7,10,.09) 1px); background-size: 25% 100%; mask-image: none; }
.hero::after { width: 170px; height: 170px; right: 5%; top: 45px; border: 24px solid var(--blue); opacity: 1; }
.hero-grid { min-height: 690px; grid-template-columns: 1.28fr .72fr; gap: 36px; }
.hero-copy { padding: 68px 0; }
.hero h1 { color: var(--ink); font-size: clamp(62px,8.5vw,118px); }
.hero h1 .outline { -webkit-text-stroke-color: var(--ink); }
.hero-lead { color: #4c5560; max-width: 680px; }
.hero .btn-outline { color: var(--ink); border-color: var(--ink); }
.hero .btn-outline:hover { background: var(--ink); color: white; }
.hero-copy::before { content: 'DESIGN / ENGINEERING / DIGITAL'; left: -30px; top: 92px; color: #838b95; }
.blueprint-visual { height: 520px; border: 0; background: var(--blue); box-shadow: none; clip-path: polygon(0 0,100% 0,100% calc(100% - 44px),calc(100% - 44px) 100%,0 100%); }
.blueprint-grid { background: none; }
.blueprint-grid::before { width: 52%; height: 1px; right: 24px; top: 26px; background: white; }
.blueprint-grid::after { width: 1px; height: 42%; left: 26px; bottom: 24px; background: white; }
.blueprint-orbit, .blueprint-axis { display: none; }
.blueprint-code { top: 22px; left: 22px; background: white; color: var(--blue); }
.blueprint-word { left: 24px; bottom: 32px; color: white; font-size: clamp(54px,6vw,86px); }
.blueprint-word em { -webkit-text-stroke-color: white; }
.blueprint-visual .hero-badge { right: -1px; bottom: 60px; width: 190px; background: var(--ink); color: white; border: 0; border-left: 6px solid white; box-shadow: none; }
.blueprint-visual .hero-badge span { color: #aeb6c1; }

.ticker { background: white; color: var(--ink); border-bottom: 1px solid var(--ink); }
.ticker b { color: var(--blue); }
.services { background: #f4f5f2; color: var(--ink); }
.services .section-head p { color: #5b6470; }
.services .section-number { -webkit-text-stroke-color: #aeb4ba; }
.service-grid { grid-template-columns: repeat(3,1fr); border-color: var(--ink); box-shadow: none; }
.service-card { min-height: 330px; padding: 30px; background: white; color: var(--ink); border-color: var(--ink); }
.service-card::before { background: var(--blue); }
.service-card:hover { color: white; }
.service-card:hover .card-text { color: #d9e6ff; }
.service-card:hover .card-index, .service-card:hover .card-arrow { color: white; }
.service-icon { margin: 56px 0 22px; height: 58px; filter: saturate(.25) contrast(1.6); }
.service-card:hover .service-icon:not(.code-icon) { filter: brightness(0) invert(1); }

.about-section { background: var(--ink); color: white; }
.about-copy { color: white; }
.about-copy p { color: #aeb6c1; }
.about-copy strong { color: white; }
.about-copy .stats { border-color: #343b46; }
.expertise-panel { background: white; color: var(--ink); border: 0; box-shadow: 18px 18px 0 var(--blue); }
.expertise-top { color: #5d6671; border-color: var(--ink); }
.expertise-list span { border-color: #cdd2d8; }
.expertise-list b { color: var(--blue); }
.expertise-mark { color: var(--ink); }
.expertise-mark span { color: var(--blue); }
.process { background: white; color: var(--ink); }
.process .eyebrow { color: var(--blue); }
.process .eyebrow::before { background: var(--blue); }
.process .section-head p, .process-step p { color: #5e6978; }
.process-grid { border-color: var(--ink); }
.process-step { border-color: var(--ink); }
.process-step span { background: var(--ink); color: white; }
.contact-band { background: var(--blue); }
.site-footer { background: #f4f5f2; color: var(--ink); border: 0; }
.footer-copy { color: #69727d; }
.footer-links a { color: var(--ink); }
.footer-bottom { border-color: #bfc5cc; color: #69727d; }

.page-hero { background: #f4f5f2; color: var(--ink); border-bottom: 1px solid var(--ink); }
.page-hero::before { background: linear-gradient(90deg,rgba(8,103,255,.13),transparent 45%),repeating-linear-gradient(90deg,transparent 0,transparent 119px,rgba(5,7,10,.08) 120px); }
.page-hero::after { -webkit-text-stroke-color: rgba(8,103,255,.17); }
.breadcrumbs { color: #68717c; }
.breadcrumbs a { color: var(--ink); }
.page-hero .lead { color: #58626e; }
.service-content, .why-section { background: white; }
.gallery-section { background: #f4f5f2; color: var(--ink); border-block: 1px solid var(--ink); }
.gallery-section .section-head p { color: #626c78; }
.work-label { background: white; color: var(--ink); border-top: 4px solid var(--blue); }
.why-grid { box-shadow: none; border-color: var(--ink); }
.why-card { border-color: var(--ink); }

@media (max-width: 980px) {
  .nav-links { background: white; }
  .nav-links a { color: var(--ink); }
  .hero-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .hero h1 { font-size: clamp(52px,16vw,74px); }
  .blueprint-visual { height: 390px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .expertise-panel { box-shadow: 10px 10px 0 var(--blue); }
}

/* Command center edition — immersive, angular and digital */
:root { --cyber-bg: #030712; --cyber-panel: #081225; --cyber-line: #173258; --cyber-glow: #1685ff; }
body { background: var(--cyber-bg); color: white; }
.site-header { top: 0; padding: 12px 0 0; background: linear-gradient(to bottom,rgba(3,7,18,.96),transparent); border: 0; }
.nav-shell { min-height: 68px; padding: 0 20px; background: rgba(8,18,37,.88); border: 1px solid #21436d; backdrop-filter: blur(18px); clip-path: polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px)); }
.brand img { width: 166px; filter: invert(1); }
.nav-links a { color: #dce9ff; }
.nav-cta { background: transparent; border-color: var(--cyber-glow); color: #7bb8ff !important; box-shadow: inset 0 0 22px rgba(22,133,255,.14); }
.nav-cta:hover { background: var(--blue); color: white !important; box-shadow: 0 0 28px rgba(22,133,255,.42); }
.menu-toggle span { background: white; }

.hero { min-height: 830px; background: radial-gradient(circle at 78% 40%,rgba(8,103,255,.18),transparent 28%),var(--cyber-bg); color: white; border: 0; }
.hero::before { background-image: linear-gradient(rgba(22,133,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(22,133,255,.11) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,black,rgba(0,0,0,.15)); }
.hero::after { width: 420px; height: 420px; right: -250px; top: 150px; border: 62px solid rgba(22,133,255,.5); filter: drop-shadow(0 0 26px rgba(22,133,255,.35)); }
.hero-grid { position: relative; min-height: 830px; display: block; }
.hero-copy { position: relative; z-index: 4; width: min(850px,76%); padding: 150px 0 110px; }
.hero h1 { color: white; font-size: clamp(66px,9.2vw,126px); text-shadow: 0 0 55px rgba(22,133,255,.12); }
.hero h1 .outline { -webkit-text-stroke-color: #50647f; }
.hero-lead { color: #8fa3bd; }
.hero .btn-outline { color: #cbd9ed; border-color: #3c5a7d; }
.hero .btn-outline:hover { background: #dce9ff; color: var(--cyber-bg); }
.hero-copy::before { content: 'SYS / DESIGNENGG / ONLINE'; left: -40px; top: 190px; color: #446386; }
.blueprint-visual { position: absolute; z-index: 2; right: 0; top: 110px; width: 47%; height: 610px; border: 1px solid rgba(70,148,245,.5); background: rgba(8,18,37,.72); box-shadow: 0 0 70px rgba(8,103,255,.18),inset 0 0 50px rgba(8,103,255,.08); backdrop-filter: blur(10px); clip-path: polygon(26px 0,100% 0,100% calc(100% - 26px),calc(100% - 26px) 100%,0 100%,0 26px); }
.blueprint-grid { background-image: linear-gradient(rgba(22,133,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(22,133,255,.12) 1px,transparent 1px); background-size: 24px 24px; }
.blueprint-grid::before { width: 42%; height: 2px; background: #57a5ff; box-shadow: 0 0 14px #1685ff; }
.blueprint-grid::after { width: 2px; background: #57a5ff; box-shadow: 0 0 14px #1685ff; }
.blueprint-orbit { display: grid; border-color: #7bb8ff; box-shadow: 0 0 24px rgba(22,133,255,.25); }
.blueprint-orbit::before { border-color: #315b8d; }
.blueprint-axis { display: block; background: #315b8d; }
.blueprint-code { background: rgba(22,133,255,.16); border: 1px solid #2c7edc; color: #7bb8ff; }
.blueprint-word { color: white; font-size: clamp(48px,5vw,76px); text-shadow: 0 0 22px rgba(22,133,255,.35); }
.blueprint-word em { -webkit-text-stroke-color: #1685ff; }
.blueprint-visual .hero-badge { right: 18px; bottom: 18px; background: rgba(3,7,18,.94); border: 1px solid #2c7edc; border-left: 5px solid #1685ff; box-shadow: 0 0 24px rgba(22,133,255,.25); }
.blueprint-visual .hero-badge span { color: #6f90b8; }

.ticker { background: #06101f; color: #7bb8ff; border-block: 1px solid #173b66; }
.ticker b { color: white; }
.services { position: relative; background: #050b16; color: white; }
.services::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%,rgba(8,103,255,.12),transparent 25%); pointer-events: none; }
.services .container { position: relative; }
.services .section-head p { color: #8296b0; }
.services .section-number { -webkit-text-stroke-color: #274268; }
.service-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; border: 0; box-shadow: none; }
.service-card { min-height: 300px; padding: 30px; grid-column: span 6; background: linear-gradient(135deg,rgba(13,29,55,.92),rgba(5,13,28,.92)); color: white; border: 1px solid #1f426c; clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px)); }
.service-card:nth-child(1), .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3), .service-card:nth-child(6) { grid-column: span 5; }
.service-card::before { inset: 0; background: linear-gradient(135deg,rgba(22,133,255,.24),transparent 60%); opacity: 0; transition: opacity .35s ease; }
.service-card:hover::before { inset: 0; opacity: 1; }
.service-card:hover { color: white; border-color: #4b9cff; box-shadow: 0 0 32px rgba(22,133,255,.18); }
.service-card:hover .card-text { color: #a8c8ef; }
.service-card:hover .card-index, .service-card:hover .card-arrow { color: #7bb8ff; }
.service-icon { margin: 44px 0 20px; filter: brightness(0) invert(1); opacity: .9; }
.service-card:hover .service-icon:not(.code-icon) { filter: brightness(0) invert(1); }
.code-icon { filter: none; background: rgba(22,133,255,.18); border: 1px solid #2687ee; }
.card-index, .card-arrow { color: #5ba6ff; }
.card-text { color: #7f93ad; }

.about-section { background: linear-gradient(135deg,#071124,#030712); color: white; border-block: 1px solid #173258; }
.about-copy { color: white; }
.about-copy p { color: #8ea1bb; }
.about-copy strong { color: white; }
.expertise-panel { background: rgba(9,25,49,.82); color: white; border: 1px solid #23558d; box-shadow: 18px 18px 0 rgba(8,103,255,.25); backdrop-filter: blur(12px); }
.expertise-top { color: #6f90b8; border-color: #21436d; }
.expertise-list span { border-color: #18395f; }
.expertise-list b { color: #5aa6ff; }
.expertise-mark { color: white; text-shadow: 0 0 35px rgba(22,133,255,.45); }
.expertise-mark span { color: #1685ff; }
.stats { border-color: #21436d; }
.process { background: #040914; color: white; }
.process .section-head p, .process-step p { color: #8296b0; }
.process-grid, .process-step { border-color: #1b3d64; }
.process-step span { background: rgba(22,133,255,.18); border: 1px solid #2f86e8; color: #80bdff; box-shadow: 0 0 18px rgba(22,133,255,.2); }
.contact-band { background: linear-gradient(110deg,#0867ff,#0c3e91); }
.site-footer { background: #02050b; color: white; border-top: 1px solid #173258; }
.footer-copy, .footer-bottom { color: #627b9b; }
.footer-links a { color: #d4e4f9; }
.footer-bottom { border-color: #152c49; }

.page-hero { background: radial-gradient(circle at 80% 35%,rgba(8,103,255,.2),transparent 30%),#030712; color: white; border-bottom: 1px solid #1f426c; }
.page-hero::before { background: repeating-linear-gradient(90deg,transparent 0,transparent 95px,rgba(22,133,255,.09) 96px),repeating-linear-gradient(0deg,transparent 0,transparent 95px,rgba(22,133,255,.07) 96px); }
.page-hero::after { -webkit-text-stroke-color: rgba(75,156,255,.16); }
.breadcrumbs { color: #607b9d; }
.breadcrumbs a { color: #9acaff; }
.page-hero .lead { color: #8da2bd; }
.service-content, .why-section { background: #050b16; color: white; }
.sticky-intro p, .service-item p, .why-card p { color: #7f93ad; }
.service-list, .service-item { border-color: #1b3d64; }
.gallery-section { background: #081225; color: white; border-block: 1px solid #173b66; }
.gallery-section .section-head p { color: #8296b0; }
.work-card { border: 1px solid #214b7b; }
.work-label { background: rgba(3,7,18,.94); color: #9acaff; border-top: 2px solid #1685ff; }
.why-grid { border-color: #1b3d64; box-shadow: 14px 14px 0 rgba(8,103,255,.2); }
.why-card { border-color: #1b3d64; background: #081225; }

@media (max-width: 980px) {
  .nav-links { background: #081225; }
  .nav-links a { color: white; }
  .hero-copy { width: 100%; padding-bottom: 40px; }
  .blueprint-visual { position: relative; top: auto; right: auto; width: min(620px,100%); height: 540px; margin: 0 auto 100px; }
  .hero-grid { min-height: auto; }
}

@media (max-width: 640px) {
  .site-header { padding-top: 8px; }
  .nav-shell { min-height: 62px; }
  .hero-copy { padding-top: 110px; }
  .hero h1 { font-size: clamp(52px,16vw,74px); }
  .blueprint-visual { height: 430px; margin-bottom: 70px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(n) { grid-column: auto; min-height: 285px; }
}

/* Kinetic capability divider */
.ticker { display: none !important; }
.kinetic-divider {
  position: relative; height: 122px; overflow: hidden;
  background: #040a15; border-block: 1px solid #173b66;
  isolation: isolate; display: grid; place-items: center;
}
.kinetic-divider::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at center,rgba(22,133,255,.17),transparent 38%),
    radial-gradient(circle,rgba(97,174,255,.28) 1px,transparent 1.5px);
  background-size: 100% 100%,18px 18px;
  mask-image: linear-gradient(90deg,transparent,#000 22%,#000 78%,transparent);
}
.kinetic-words {
  position: relative; width: min(760px,78vw); height: 64px; overflow: hidden;
  border-inline: 1px solid rgba(74,159,255,.35);
}
.kinetic-words > span {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #eaf5ff; font: 700 clamp(25px,4vw,48px)/1 var(--display);
  letter-spacing: .09em; text-transform: uppercase; white-space: nowrap;
  opacity: 0; transform: translateY(115%) skewX(-10deg);
  text-shadow: 0 0 24px rgba(22,133,255,.62);
  animation: kineticWord 10s cubic-bezier(.76,0,.24,1) infinite;
}
.kinetic-words > span:nth-child(2) { animation-delay: 2.5s; }
.kinetic-words > span:nth-child(3) { animation-delay: 5s; }
.kinetic-words > span:nth-child(4) { animation-delay: 7.5s; }
.kinetic-words::before,.kinetic-words::after {
  content: ''; position: absolute; z-index: 2; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg,transparent,#1685ff 22%,#bdddff 50%,#1685ff 78%,transparent);
  box-shadow: 0 0 12px rgba(22,133,255,.8); animation: kineticEdge 2.5s ease-in-out infinite;
}
.kinetic-words::before { top: 0; }.kinetic-words::after { bottom: 0; animation-direction: reverse; }
.kinetic-corner {
  position: absolute; top: 50%; width: 28px; height: 28px; margin-top: -14px;
  border-top: 2px solid #4ba0ff; border-left: 2px solid #4ba0ff;
  filter: drop-shadow(0 0 7px rgba(22,133,255,.9)); animation: cornerTick 2.5s ease-in-out infinite;
}
.corner-left { left: max(3%,calc(50% - 430px)); transform: rotate(-45deg); }
.corner-right { right: max(3%,calc(50% - 430px)); transform: rotate(135deg); }
.kinetic-code {
  position: absolute; right: 22px; bottom: 10px; color: rgba(111,177,255,.55);
  font: 700 8px/1 var(--display); letter-spacing: .18em;
}
@keyframes kineticWord {
  0% { opacity: 0; transform: translateY(115%) skewX(-10deg); filter: blur(8px); }
  7%,19% { opacity: 1; transform: translateY(0) skewX(0); filter: blur(0); }
  24%,100% { opacity: 0; transform: translateY(-115%) skewX(10deg); filter: blur(7px); }
}
@keyframes kineticEdge { 0%,100% { transform: scaleX(.18); opacity: .3; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes cornerTick { 0%,100% { scale: .72; opacity: .35; } 50% { scale: 1; opacity: 1; } }
@media (max-width: 640px) {
  .kinetic-divider { height: 94px; }
  .kinetic-words { width: 76vw; height: 52px; }
  .kinetic-words > span { font-size: clamp(16px,5vw,24px); letter-spacing: .04em; }
  .kinetic-corner { width: 18px; height: 18px; margin-top: -9px; }
  .kinetic-code { display: none; }
}

/* Motion system */
.hero::before { animation: gridDrift 18s linear infinite; }
.hero::after { animation: cornerOrbit 12s ease-in-out infinite; }
.blueprint-visual { animation: panelHover 5.5s ease-in-out infinite; }
.blueprint-grid { animation: microGridDrift 10s linear infinite; }
.blueprint-orbit { border-style: dashed; }
.orbit-a { animation: ringSpin 18s linear infinite; }
.orbit-a span { animation: ringCounterSpin 18s linear infinite; }
.orbit-b { animation: ringSpinReverse 13s linear infinite; }
.orbit-b span { animation: ringCounterSpinReverse 13s linear infinite; }
.blueprint-code { animation: dataBlink 2.6s steps(1,end) infinite; }
.blueprint-word em { animation: wordGlow 3.4s ease-in-out infinite; }
.axis-x::before { animation: axisTravelX 3.8s ease-in-out infinite; }
.axis-y::before { animation: axisTravelY 4.3s ease-in-out infinite; }

.service-card.visible { animation: cardSignal 4.8s ease-in-out infinite; }
.service-card.visible:nth-child(2) { animation-delay: .4s; }
.service-card.visible:nth-child(3) { animation-delay: .8s; }
.service-card.visible:nth-child(4) { animation-delay: 1.2s; }
.service-card.visible:nth-child(5) { animation-delay: 1.6s; }
.service-card.visible:nth-child(6) { animation-delay: 2s; }
.service-card::after {
  content: ''; position: absolute; z-index: 1; left: -50%; top: 0; width: 34%; height: 1px;
  background: linear-gradient(90deg,transparent,#8ac4ff,transparent);
  box-shadow: 0 0 10px #1685ff; opacity: 0;
}
.service-card.visible::after { animation: cardScan 5.2s ease-in-out infinite; }
.service-card.visible:nth-child(even)::after { animation-delay: 1.4s; }
.process-step.visible::after {
  content: ''; position: absolute; left: 0; top: -1px; height: 2px; width: 0;
  background: #1685ff; box-shadow: 0 0 12px #1685ff; animation: stepLine 1.2s .2s ease forwards;
}
.contact-band .btn span, .btn > span { animation: arrowBounce 1.5s ease-in-out infinite; }
.work-card img { will-change: transform; }
.work-card:hover img { transform: scale(1.065) translateY(-4px); }

@keyframes gridDrift { to { background-position: 48px 48px; } }
@keyframes microGridDrift { to { background-position: 24px 24px; } }
@keyframes cornerOrbit { 0%,100% { transform: rotate(45deg) scale(.96); opacity: .55; } 50% { transform: rotate(55deg) scale(1.06); opacity: .9; } }
@keyframes panelHover { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes ringSpin { to { transform: rotate(360deg); } }
@keyframes ringCounterSpin { to { transform: rotate(-360deg); } }
@keyframes ringSpinReverse { to { transform: rotate(-360deg); } }
@keyframes ringCounterSpinReverse { to { transform: rotate(360deg); } }
@keyframes dataBlink { 0%,45%,48%,100% { opacity: 1; } 46%,47% { opacity: .25; } }
@keyframes wordGlow { 0%,100% { filter: drop-shadow(0 0 0 rgba(22,133,255,0)); } 50% { filter: drop-shadow(0 0 9px rgba(22,133,255,.9)); } }
@keyframes axisTravelX { 0%,100% { left: 0; } 50% { left: calc(100% - 9px); } }
@keyframes axisTravelY { 0%,100% { bottom: 0; } 50% { bottom: calc(100% - 9px); } }
@keyframes cardSignal { 0%,100% { box-shadow: 0 0 0 rgba(22,133,255,0); } 50% { box-shadow: 0 0 24px rgba(22,133,255,.12); } }
@keyframes cardScan { 0%,58% { left: -50%; opacity: 0; } 62% { opacity: 1; } 84% { left: 115%; opacity: 1; } 86%,100% { left: 115%; opacity: 0; } }
@keyframes stepLine { to { width: 58%; } }
@keyframes arrowBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* Service-specific animated symbols */
.service-motion {
  position: relative; display: block; width: 82px; height: 72px; margin: 42px 0 22px;
  color: #66adff; perspective: 220px;
}
.service-motion i, .service-motion b, .service-motion em { position: absolute; display: block; font-style: normal; }

.motion-3d { transform-style: preserve-3d; animation: moduleFloat 3.2s ease-in-out infinite; }
.motion-3d i, .motion-3d b, .motion-3d em { width: 42px; height: 42px; left: 18px; top: 14px; border: 2px solid currentColor; background: rgba(22,133,255,.08); }
.motion-3d i { transform: rotate(30deg) skewY(-30deg) scaleY(.86); transform-origin: right center; }
.motion-3d b { transform: translateX(20px) rotate(-30deg) skewY(30deg) scaleY(.86); transform-origin: left center; border-color: #cfe5ff; }
.motion-3d em { transform: translate(10px,-19px) rotate(30deg) skewY(30deg) scaleY(.86); border-color: #2f8eff; animation: cubeTopGlow 2s ease-in-out infinite; }

.motion-cad { border: 1px solid #1f4f82; background-image: linear-gradient(rgba(60,145,240,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(60,145,240,.13) 1px,transparent 1px); background-size: 12px 12px; overflow: hidden; }
.motion-cad i { left: 50%; top: 0; width: 1px; height: 100%; background: #66adff; animation: cadX 3s ease-in-out infinite; }
.motion-cad b { left: 0; top: 50%; width: 100%; height: 1px; background: #66adff; animation: cadY 3.7s ease-in-out infinite; }
.motion-cad em { width: 26px; height: 26px; left: 28px; top: 23px; border: 2px solid #cfe5ff; transform: rotate(45deg); animation: cadTarget 2.4s ease-in-out infinite; }

.motion-graphic i, .motion-graphic b, .motion-graphic em { width: 46px; height: 46px; border: 2px solid currentColor; }
.motion-graphic i { left: 4px; top: 20px; background: rgba(22,133,255,.08); animation: layerOne 3.6s ease-in-out infinite; }
.motion-graphic b { left: 18px; top: 10px; border-color: #cfe5ff; background: rgba(255,255,255,.05); animation: layerTwo 3.6s .2s ease-in-out infinite; }
.motion-graphic em { left: 32px; top: 0; border-color: #2f8eff; background: rgba(22,133,255,.16); animation: layerThree 3.6s .4s ease-in-out infinite; }

.motion-vector { border: 1px solid #1f4f82; transform: rotate(45deg); animation: vectorTurn 8s linear infinite; }
.motion-vector::before, .motion-vector::after, .motion-vector i, .motion-vector b { content: ''; width: 9px; height: 9px; background: #66adff; border: 2px solid #081225; box-shadow: 0 0 12px #1685ff; }
.motion-vector::before { position: absolute; left: -5px; top: -5px; }
.motion-vector::after { position: absolute; right: -5px; bottom: -5px; }
.motion-vector i { left: -5px; bottom: -5px; }
.motion-vector b { right: -5px; top: -5px; }
.motion-vector em { inset: 18px; border: 1px solid #cfe5ff; animation: vectorCore 1.8s ease-in-out infinite; }

.motion-ads { border-bottom: 2px solid #2a5f99; }
.motion-ads i, .motion-ads b, .motion-ads em { bottom: 0; width: 16px; background: linear-gradient(#66adff,#0a55af); transform-origin: bottom; }
.motion-ads i { left: 5px; height: 28px; animation: barRise 2.2s ease-in-out infinite; }
.motion-ads b { left: 33px; height: 48px; animation: barRise 2.2s .25s ease-in-out infinite; }
.motion-ads em { left: 61px; height: 66px; animation: barRise 2.2s .5s ease-in-out infinite; }
.motion-ads::after { content: ''; position: absolute; right: 1px; top: -3px; width: 13px; height: 13px; border: 2px solid #cfe5ff; border-radius: 50%; box-shadow: 0 0 14px #1685ff; animation: targetPing 1.7s ease-out infinite; }

.motion-web { border: 1px solid #1f4f82; padding: 14px 12px; overflow: hidden; }
.motion-web::before, .motion-web::after { position: absolute; top: 17px; color: #cfe5ff; font: 700 30px/1 var(--display); }
.motion-web::before { content: '<'; left: 8px; animation: bracketLeft 2.6s ease-in-out infinite; }
.motion-web::after { content: '>'; right: 8px; animation: bracketRight 2.6s ease-in-out infinite; }
.motion-web i, .motion-web b, .motion-web em { left: 31px; height: 3px; background: #66adff; box-shadow: 0 0 8px rgba(22,133,255,.7); }
.motion-web i { top: 18px; width: 22px; animation: codeType 2.4s steps(5,end) infinite; }
.motion-web b { top: 31px; width: 14px; animation: codeType 2.4s .25s steps(5,end) infinite; }
.motion-web em { top: 44px; width: 26px; animation: codeType 2.4s .5s steps(5,end) infinite; }

@keyframes moduleFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes cubeTopGlow { 0%,100% { background: rgba(22,133,255,.08); } 50% { background: rgba(22,133,255,.35); box-shadow: 0 0 16px rgba(22,133,255,.55); } }
@keyframes cadX { 0%,100% { left: 20%; } 50% { left: 80%; } }
@keyframes cadY { 0%,100% { top: 25%; } 50% { top: 75%; } }
@keyframes cadTarget { 0%,100% { scale: .72; opacity: .45; } 50% { scale: 1; opacity: 1; box-shadow: 0 0 16px rgba(22,133,255,.7); } }
@keyframes layerOne { 0%,100% { transform: translate(0,0); } 50% { transform: translate(5px,-5px); } }
@keyframes layerTwo { 0%,100% { transform: translate(0,0); } 50% { transform: translate(0,-8px); } }
@keyframes layerThree { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-5px,-11px); box-shadow: 0 0 16px rgba(22,133,255,.55); } }
@keyframes vectorTurn { to { transform: rotate(405deg); } }
@keyframes vectorCore { 0%,100% { transform: scale(.65); opacity: .4; } 50% { transform: scale(1); opacity: 1; } }
@keyframes barRise { 0%,100% { transform: scaleY(.35); opacity: .55; } 50% { transform: scaleY(1); opacity: 1; box-shadow: 0 0 14px rgba(22,133,255,.55); } }
@keyframes targetPing { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }
@keyframes bracketLeft { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-5px); } }
@keyframes bracketRight { 0%,100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
@keyframes codeType { 0%,15% { transform: scaleX(0); transform-origin: left; } 60%,100% { transform: scaleX(1); transform-origin: left; } }

/* Dedicated home navigation control */
.nav-links .home-link {
  min-height: 38px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid #2d6eb5; color: #9acaff;
  clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));
  background: rgba(22,133,255,.08); transition: background .25s ease,color .25s ease,box-shadow .25s ease;
}
.nav-links .home-link::before { content: '⌂'; color: #66adff; font-size: 16px; line-height: 1; }
.nav-links .home-link::after { display: none; }
.nav-links .home-link:hover, .nav-links .home-link.active {
  background: #0867ff; border-color: #469fff; color: white; box-shadow: 0 0 18px rgba(22,133,255,.35);
}
.nav-links .home-link:hover::before, .nav-links .home-link.active::before { color: white; }

/* Standalone About page */
.about-hero .lead { max-width: 760px; }
.about-story { padding: 110px 0; background: #050b16; }
.about-story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.about-terminal { position: relative; min-height: 560px; background: linear-gradient(145deg,#0b1b34,#050b16); border: 1px solid #275b93; overflow: hidden; clip-path: polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px)); }
.about-terminal::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(22,133,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(22,133,255,.1) 1px,transparent 1px); background-size: 28px 28px; animation: microGridDrift 10s linear infinite; }
.terminal-head { position: relative; z-index: 1; display: flex; justify-content: space-between; padding: 18px 20px; color: #75b4ff; border-bottom: 1px solid #275b93; font: 700 10px/1 var(--display); letter-spacing: .14em; }
.terminal-mark { position: absolute; left: 24px; top: 105px; z-index: 1; color: white; font: 700 clamp(120px,15vw,210px)/1 var(--display); letter-spacing: -.13em; text-shadow: 0 0 35px rgba(22,133,255,.35); }
.terminal-mark span { color: #1685ff; animation: wordGlow 3.4s ease-in-out infinite; }
.terminal-lines { position: absolute; left: 25px; right: 25px; bottom: 116px; display: grid; gap: 10px; }
.terminal-lines i { height: 2px; background: linear-gradient(90deg,#1685ff,transparent); transform-origin: left; animation: terminalLoad 3.2s ease-in-out infinite; }
.terminal-lines i:nth-child(2) { width: 82%; animation-delay: .2s; }.terminal-lines i:nth-child(3) { width: 64%; animation-delay: .4s; }.terminal-lines i:nth-child(4) { width: 92%; animation-delay: .6s; }
.terminal-status { position: absolute; left: 20px; right: 20px; bottom: 22px; display: flex; justify-content: space-between; gap: 10px; }
.terminal-status span { padding: 8px 9px; border: 1px solid #26568c; color: #6faeff; font: 700 9px/1 var(--display); letter-spacing: .1em; }
.about-narrative h2 { margin: 0 0 30px; color: white; font: 700 clamp(42px,5.5vw,72px)/.95 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.about-narrative p { color: #8fa3bd; font-size: 16px; }
.about-narrative strong { color: white; }
.about-capabilities { padding: 105px 0; background: #081225; color: white; border-block: 1px solid #173b66; }
.about-capabilities .section-head p { color: #8296b0; }
.capability-matrix { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #214b7b; border-left: 1px solid #214b7b; }
.cap-cell { min-height: 270px; padding: 32px; background: rgba(7,17,35,.7); border-right: 1px solid #214b7b; border-bottom: 1px solid #214b7b; }
.cap-cell span { color: #66adff; font: 700 11px/1 var(--display); }
.cap-cell h3 { margin: 72px 0 14px; font: 700 23px/1 var(--display); text-transform: uppercase; }
.cap-cell p { margin: 0; color: #8296b0; max-width: 430px; }
.cap-cell:hover { background: rgba(22,133,255,.12); box-shadow: inset 0 0 30px rgba(22,133,255,.08); }
.about-values { padding: 105px 0; background: #030712; color: white; }
.values-track { border-top: 1px solid #234c7a; }
.value-row { display: grid; grid-template-columns: 80px 1fr 1.25fr; gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid #234c7a; }
.value-row > span { color: #5fa9ff; font: 700 12px/1 var(--display); }
.value-row h3 { margin: 0; font: 700 30px/1 var(--display); text-transform: uppercase; }
.value-row p { margin: 0; color: #8296b0; }
.value-row:hover h3 { color: #66adff; transform: translateX(8px); transition: .25s ease; }
@keyframes terminalLoad { 0%,100% { transform: scaleX(.2); opacity: .35; } 50% { transform: scaleX(1); opacity: 1; } }

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-terminal { max-width: 620px; width: 100%; }
}
@media (max-width: 640px) {
  .about-story, .about-capabilities, .about-values { padding: 76px 0; }
  .about-terminal { min-height: 470px; }
  .capability-matrix { grid-template-columns: 1fr; }
  .value-row { grid-template-columns: 44px 1fr; }
  .value-row p { grid-column: 2; }
}

/* Sequential process animation — replaces the previous static line draw */
.process-grid { overflow: hidden; }
.process-step.visible { animation: stepWake 8s ease-in-out infinite; }
.process-step.visible:nth-child(2) { animation-delay: 2s; }
.process-step.visible:nth-child(3) { animation-delay: 4s; }
.process-step.visible:nth-child(4) { animation-delay: 6s; }
.process-step.visible > span { animation: stepNumberPulse 8s ease-in-out infinite; }
.process-step.visible:nth-child(2) > span { animation-delay: 2s; }
.process-step.visible:nth-child(3) > span { animation-delay: 4s; }
.process-step.visible:nth-child(4) > span { animation-delay: 6s; }
.process-step.visible::before {
  content: ''; position: absolute; right: 18px; top: 30px; width: 8px; height: 8px;
  border: 1px solid #4ca0ff; transform: rotate(45deg); opacity: .2;
  animation: stepBeacon 8s ease-in-out infinite;
}
.process-step.visible:nth-child(2)::before { animation-delay: 2s; }
.process-step.visible:nth-child(3)::before { animation-delay: 4s; }
.process-step.visible:nth-child(4)::before { animation-delay: 6s; }
.process-step.visible::after {
  content: ''; position: absolute; left: -32%; top: auto; bottom: 0; width: 32%; height: 2px;
  background: linear-gradient(90deg,transparent,#1685ff 70%,white);
  box-shadow: 0 0 13px #1685ff; opacity: 0;
  animation: stepEnergy 8s linear infinite;
}
.process-step.visible:nth-child(2)::after { animation-delay: 2s; }
.process-step.visible:nth-child(3)::after { animation-delay: 4s; }
.process-step.visible:nth-child(4)::after { animation-delay: 6s; }
@keyframes stepWake {
  0%,18%,42%,100% { background: transparent; box-shadow: inset 0 0 0 rgba(22,133,255,0); }
  22%,36% { background: rgba(22,133,255,.075); box-shadow: inset 0 0 30px rgba(22,133,255,.08); }
}
@keyframes stepNumberPulse {
  0%,18%,42%,100% { transform: scale(1); background: rgba(22,133,255,.18); color: #80bdff; box-shadow: 0 0 18px rgba(22,133,255,.2); }
  25%,35% { transform: scale(1.16); background: #1685ff; color: white; box-shadow: 0 0 30px rgba(22,133,255,.85); }
}
@keyframes stepBeacon {
  0%,18%,42%,100% { transform: rotate(45deg) scale(.65); opacity: .2; }
  25%,35% { transform: rotate(225deg) scale(1.35); opacity: 1; background: #1685ff; box-shadow: 0 0 18px #1685ff; }
}
@keyframes stepEnergy {
  0%,18% { left: -32%; opacity: 0; }
  22% { opacity: 1; }
  38% { left: 105%; opacity: 1; }
  42%,100% { left: 105%; opacity: 0; }
}

/* Alternate process motion — card lift, number flip and vertical fill */
.process-step.visible { transform-origin: center bottom; animation: processCardLift 8s cubic-bezier(.2,.8,.2,1) infinite; }
.process-step.visible:nth-child(2) { animation-delay: 2s; }
.process-step.visible:nth-child(3) { animation-delay: 4s; }
.process-step.visible:nth-child(4) { animation-delay: 6s; }
.process-step.visible > span { transform-style: preserve-3d; animation: processNumberFlip 8s cubic-bezier(.2,.8,.2,1) infinite; }
.process-step.visible:nth-child(2) > span { animation-delay: 2s; }
.process-step.visible:nth-child(3) > span { animation-delay: 4s; }
.process-step.visible:nth-child(4) > span { animation-delay: 6s; }
.process-step.visible::before {
  content: ''; position: absolute; left: 0; top: auto; right: auto; bottom: 0;
  width: 3px; height: 0; border: 0; background: linear-gradient(to top,#1685ff,#8ac4ff);
  box-shadow: 0 0 14px #1685ff; opacity: 1; transform: none;
  animation: processSideFill 8s ease-in-out infinite;
}
.process-step.visible:nth-child(2)::before { animation-delay: 2s; }
.process-step.visible:nth-child(3)::before { animation-delay: 4s; }
.process-step.visible:nth-child(4)::before { animation-delay: 6s; }
.process-step.visible::after {
  content: ''; position: absolute; left: 19px; top: 23px; bottom: auto;
  width: 52px; height: 52px; border: 1px solid #4ca0ff; border-radius: 50%;
  background: transparent; box-shadow: none; opacity: 0;
  animation: processRingBurst 8s ease-out infinite;
}
.process-step.visible:nth-child(2)::after { animation-delay: 2s; }
.process-step.visible:nth-child(3)::after { animation-delay: 4s; }
.process-step.visible:nth-child(4)::after { animation-delay: 6s; }
@keyframes processCardLift {
  0%,18%,43%,100% { transform: translateY(0); background: transparent; box-shadow: none; }
  25%,35% { transform: translateY(-12px); background: rgba(22,133,255,.09); box-shadow: 0 16px 30px rgba(0,0,0,.22),inset 0 0 30px rgba(22,133,255,.08); }
}
@keyframes processNumberFlip {
  0%,18%,43%,100% { transform: rotateY(0) scale(1); background: rgba(22,133,255,.18); color: #80bdff; }
  27%,35% { transform: rotateY(360deg) scale(1.12); background: #1685ff; color: white; box-shadow: 0 0 28px rgba(22,133,255,.8); }
}
@keyframes processSideFill {
  0%,18%,43%,100% { height: 0; opacity: .2; }
  27%,35% { height: 100%; opacity: 1; }
}
@keyframes processRingBurst {
  0%,21% { transform: scale(.55); opacity: 0; }
  27% { opacity: .85; }
  40%,100% { transform: scale(1.75); opacity: 0; }
}

/* Unified soft-corner system — replaces the previous cut-edge geometry */
.nav-shell,
.nav-cta,
.btn,
.nav-links .home-link,
.blueprint-visual,
.blueprint-visual .hero-badge,
.service-card,
.expertise-panel,
.work-card,
.why-grid,
.about-terminal,
.cap-cell {
  clip-path: none;
}
.nav-shell { border-radius: 18px; }
.nav-cta,
.btn,
.nav-links .home-link { border-radius: 11px; }
.blueprint-visual,
.expertise-panel,
.about-terminal { border-radius: 24px; }
.blueprint-visual .hero-badge,
.service-card,
.work-card,
.why-grid,
.cap-cell { border-radius: 16px; }
.expertise-panel::after { display: none; }
.card-arrow,
.btn > span { display: none !important; }

/* Site-wide motion system for every page */
.page-hero::before { animation: pageGridFlow 16s linear infinite; }
.page-hero::after { animation: pageMarkDrift 6s ease-in-out infinite; }
.page-hero .breadcrumbs { animation: pageContentIn .65s .05s both; }
.page-hero .page-kicker { animation: pageContentIn .65s .16s both; }
.page-hero h1 { animation: pageTitleIn .85s .25s cubic-bezier(.16,1,.3,1) both; }
.page-hero .lead { animation: pageContentIn .7s .48s both; }

.service-item { transition: background .3s ease,padding-left .3s ease,border-color .3s ease; }
.service-item.visible:nth-child(1) { transition-delay: 0s; }
.service-item.visible:nth-child(2) { transition-delay: .10s; }
.service-item.visible:nth-child(3) { transition-delay: .20s; }
.service-item.visible:nth-child(4) { transition-delay: .30s; }
.service-item:hover { padding-left: 18px; background: rgba(22,133,255,.07); border-color: #3c8ee7; }
.service-item .num { display: inline-block; transition: transform .35s ease,color .35s ease,text-shadow .35s ease; }
.service-item:hover .num { transform: rotate(-8deg) scale(1.22); color: #8bc4ff; text-shadow: 0 0 14px #1685ff; }

.work-card.visible { transition: opacity .7s ease,transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,border-color .45s ease; }
.work-card.visible:hover { transform: translateY(-10px); border-color: #4b9cff; box-shadow: 0 18px 40px rgba(0,0,0,.28),0 0 28px rgba(22,133,255,.18); }
.work-label { transition: letter-spacing .35s ease,background .35s ease,color .35s ease; }
.work-card:hover .work-label { letter-spacing: .08em; background: #0867ff; color: white; }

.why-card { position: relative; overflow: hidden; transition: background .35s ease,transform .35s ease,box-shadow .35s ease; }
.why-card::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg,transparent 20%,rgba(93,173,255,.16) 50%,transparent 80%);
  transform: translateX(-120%); transition: transform .65s ease;
}
.why-card.visible:hover { transform: translateY(-8px); background: #0b1a32; box-shadow: 0 16px 30px rgba(0,0,0,.22); }
.why-card:hover::after { transform: translateX(120%); }
.why-card strong { transition: transform .35s ease,color .35s ease,text-shadow .35s ease; }
.why-card:hover strong { transform: translateY(-5px) scale(1.08); color: #83c0ff; text-shadow: 0 0 16px rgba(22,133,255,.7); }

.contact-band { background-size: 200% 200%; animation: contactGlowShift 8s ease-in-out infinite; }
.contact-band .btn { animation: contactButtonPulse 3s ease-in-out infinite; }
.cap-cell.visible:nth-child(2),.value-row.visible:nth-child(2) { transition-delay: .10s; }
.cap-cell.visible:nth-child(3),.value-row.visible:nth-child(3) { transition-delay: .20s; }
.cap-cell.visible:nth-child(4),.value-row.visible:nth-child(4) { transition-delay: .30s; }
.cap-cell { transition: transform .35s ease,background .35s ease,box-shadow .35s ease; }
.cap-cell.visible:hover { transform: translateY(-8px); box-shadow: 0 16px 30px rgba(0,0,0,.2),inset 0 0 26px rgba(22,133,255,.12); }
.value-row { transition: padding-left .35s ease,background .35s ease; }
.value-row.visible:hover { padding-left: 16px; background: rgba(22,133,255,.065); }

@keyframes pageGridFlow { to { background-position: 96px 96px; } }
@keyframes pageMarkDrift { 0%,100% { transform: translate3d(0,0,0); opacity: .65; } 50% { transform: translate3d(-18px,-8px,0); opacity: 1; } }
@keyframes pageContentIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes pageTitleIn { from { opacity: 0; transform: translateY(34px) skewY(2deg); filter: blur(7px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes contactGlowShift { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes contactButtonPulse { 0%,100% { box-shadow: 0 0 0 rgba(255,255,255,0); } 50% { box-shadow: 0 0 26px rgba(255,255,255,.25); } }

@media (prefers-reduced-motion: reduce) {
  .page-hero::before,.page-hero::after,.page-hero .breadcrumbs,.page-hero .page-kicker,
  .page-hero h1,.page-hero .lead,.contact-band,.contact-band .btn {
    animation: none !important;
  }
  .service-item,.work-card,.why-card,.cap-cell,.value-row { transition: none !important; }
}

/* Expressive portfolio motion layer */
.scroll-progress {
  position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg,#0867ff,#76b9ff,#fff); transform: scaleX(0); transform-origin: left;
  box-shadow: 0 0 14px rgba(22,133,255,.9); pointer-events: none;
}
.motion-cursor {
  position: fixed; z-index: 9998; left: 0; top: 0; width: 34px; height: 34px; border: 1px solid #62adff;
  border-radius: 50%; opacity: 0; pointer-events: none; mix-blend-mode: screen;
  box-shadow: 0 0 18px rgba(22,133,255,.5),inset 0 0 10px rgba(22,133,255,.18);
  transition: width .25s ease,height .25s ease,background .25s ease,opacity .2s ease,border-color .25s ease;
}
.motion-cursor::after { content: ''; position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; margin: -2px; background: #8ac6ff; border-radius: 50%; box-shadow: 0 0 9px #1685ff; }
.motion-cursor.is-visible { opacity: .85; }
.motion-cursor.is-active { width: 58px; height: 58px; background: rgba(22,133,255,.12); border-color: #d9edff; }

.brand img { animation: brandBreathe 4.5s ease-in-out infinite; }
.section-head h2 { position: relative; display: inline-block; }
.section-head h2::after {
  content: ''; position: absolute; left: 0; bottom: -14px; width: 72px; height: 3px;
  background: linear-gradient(90deg,#1685ff,#9bcfff,transparent); box-shadow: 0 0 12px rgba(22,133,255,.7);
  animation: headingAccent 3.6s ease-in-out infinite;
}
.page-hero h1 span { display: inline-block; animation: titleGlow 3.5s ease-in-out infinite; }

.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after {
  content: ''; position: absolute; z-index: -1; top: -40%; bottom: -40%; left: -35%; width: 24%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform: skewX(-22deg); transition: left .65s cubic-bezier(.2,.8,.2,1);
}
.btn:hover::after { left: 112%; }

.service-card::after {
  content: ''; position: absolute; z-index: 0; right: -48px; bottom: -48px; width: 120px; height: 120px;
  border: 1px solid rgba(80,166,255,.28); border-radius: 50%;
  box-shadow: inset 0 0 22px rgba(22,133,255,.08); transition: transform .6s ease,border-color .35s ease;
  animation: cardOrbit 7s linear infinite;
}
.service-card:hover::after { transform: scale(1.35); border-color: rgba(125,190,255,.7); }
.service-card:nth-child(even)::after { animation-direction: reverse; animation-duration: 9s; }

.work-card::after {
  content: ''; position: absolute; z-index: 2; inset: 0; pointer-events: none;
  background: linear-gradient(110deg,transparent 30%,rgba(104,179,255,.18) 49%,transparent 68%);
  transform: translateX(-120%); transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.work-card:hover::after { transform: translateX(120%); }
.terminal-mark { animation: terminalMarkFloat 4s ease-in-out infinite; }

@keyframes brandBreathe { 0%,100% { opacity: .86; transform: scale(1); } 50% { opacity: 1; transform: scale(1.025); filter: invert(1) drop-shadow(0 0 8px rgba(22,133,255,.35)); } }
@keyframes headingAccent { 0%,100% { transform: scaleX(.35); transform-origin: left; opacity: .45; } 50% { transform: scaleX(1.8); transform-origin: left; opacity: 1; } }
@keyframes titleGlow { 0%,100% { text-shadow: 0 0 0 rgba(22,133,255,0); } 50% { text-shadow: 0 0 24px rgba(22,133,255,.5); } }
@keyframes cardOrbit { to { rotate: 360deg; } }
@keyframes terminalMarkFloat { 0%,100% { transform: translateY(0); text-shadow: 0 0 25px rgba(22,133,255,.25); } 50% { transform: translateY(-10px); text-shadow: 0 0 42px rgba(22,133,255,.6); } }

@media (max-width: 760px), (pointer: coarse) { .motion-cursor { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .brand img,.section-head h2::after,.page-hero h1 span,.service-card::after,.terminal-mark { animation: none !important; }
  .scroll-progress,.motion-cursor { display: none !important; }
}

/* Business registration bar */
.top-registration {
  position: relative; z-index: 110; min-height: 34px; padding: 7px max(20px,calc((100vw - var(--max))/2));
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  color: #8fc7ff; background: linear-gradient(90deg,#06101f,#0a1c36 50%,#06101f);
  border-bottom: 1px solid #24558c; font: 700 10px/1.35 var(--display);
  letter-spacing: .09em; text-transform: uppercase;
}
.top-registration span { color: #6f8eaf; }
.top-registration strong { color: #cfe7ff; letter-spacing: .12em; text-shadow: 0 0 12px rgba(22,133,255,.45); }
.top-registration::before {
  content: ''; width: 7px; height: 7px; flex: 0 0 auto; order: -1;
  background: #1685ff; border-radius: 50%; box-shadow: 0 0 12px #1685ff;
  animation: registrationPulse 2.2s ease-in-out infinite;
}
@keyframes registrationPulse { 0%,100% { opacity: .4; transform: scale(.72); } 50% { opacity: 1; transform: scale(1.15); } }
@media (max-width: 640px) {
  .top-registration { min-height: 42px; padding-inline: 14px; gap: 8px; font-size: 8px; letter-spacing: .055em; }
  .top-registration span { display: none; }
  .top-registration strong { flex: 1; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { .top-registration::before { animation: none; } }

/* Premium midnight theme refinement */
:root {
  --blue: #168cff;
  --cyber-bg: #01040a;
  --cyber-panel: #07111f;
  --cyber-line: #1d3f68;
  --cyber-glow: #2698ff;
}
body {
  background:
    radial-gradient(circle at 12% 18%,rgba(18,104,255,.10),transparent 28%),
    radial-gradient(circle at 88% 72%,rgba(0,180,255,.06),transparent 24%),
    #01040a;
}
.site-header { background: linear-gradient(to bottom,rgba(1,4,10,.98),rgba(1,4,10,.72),transparent); }
.nav-shell {
  background: linear-gradient(120deg,rgba(9,19,35,.94),rgba(3,9,19,.92));
  border-color: #294f7c; box-shadow: 0 16px 45px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.035);
}
.top-registration {
  background: linear-gradient(90deg,#030914,#0b1c32 48%,#06101e);
  border-bottom-color: #2868aa;
}
.hero {
  background:
    radial-gradient(circle at 76% 35%,rgba(24,129,255,.24),transparent 26%),
    radial-gradient(circle at 18% 75%,rgba(0,174,255,.07),transparent 25%),
    #01040a;
}
.hero::after { border-color: rgba(31,140,255,.42); }
.blueprint-visual {
  background: linear-gradient(145deg,rgba(12,29,52,.88),rgba(2,8,17,.76));
  border-color: rgba(91,173,255,.58); box-shadow: 0 25px 80px rgba(0,0,0,.42),0 0 55px rgba(15,111,255,.14),inset 0 0 50px rgba(19,119,255,.07);
}
.kinetic-divider { background: linear-gradient(90deg,#01040a,#071326 50%,#01040a); }

.services,.service-content,.about-story {
  background: linear-gradient(145deg,#040914,#07111f 55%,#02060d);
}
.gallery-section,.about-capabilities {
  background: linear-gradient(135deg,#071323,#09192c 50%,#06101d);
}
.why-section,.about-values { background: linear-gradient(145deg,#01040a,#050b15); }
.service-card,.why-card,.cap-cell {
  background: linear-gradient(145deg,rgba(13,29,51,.94),rgba(4,10,20,.96));
  border-color: #244b77; box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.service-card:hover,.why-card.visible:hover,.cap-cell.visible:hover {
  background: linear-gradient(145deg,rgba(14,49,88,.96),rgba(5,17,34,.98));
  border-color: #45a5ff;
}
.service-item:hover { background: linear-gradient(90deg,rgba(28,139,255,.11),transparent); }
.process { background: linear-gradient(125deg,#0a4fb9,#087dff 52%,#082a68); }
.contact-band { background: linear-gradient(120deg,#0867ff,#0648ae 48%,#08265c); }
.btn-blue,.nav-cta:hover {
  background: linear-gradient(120deg,#087cff,#164ee8); border-color: #48a8ff;
  box-shadow: 0 10px 28px rgba(8,103,255,.2);
}
.btn-outline { background: rgba(255,255,255,.025); backdrop-filter: blur(8px); }
.section-head h2,.about-narrative h2,.value-row h3 { color: #f5f9ff; }
.eyebrow,.card-index,.service-item .num { color: #6bb8ff; }
.page-hero {
  background:
    radial-gradient(circle at 82% 28%,rgba(28,130,255,.22),transparent 28%),
    linear-gradient(140deg,#01040a,#071120);
  border-bottom-color: #21466f;
}
.about-terminal { background: linear-gradient(145deg,#0b203d,#020812); border-color: #3473b7; }
.site-footer { background: #010308; border-top: 1px solid #183455; }

/* Softer creative-studio direction */
.nav-shell { border-radius: 24px; }
.nav-links a { text-transform: none; letter-spacing: .025em; font-size: 13px; }
.nav-cta,.btn,.nav-links .home-link { border-radius: 999px; text-transform: none; letter-spacing: .015em; }
.eyebrow,.page-kicker,.breadcrumbs { letter-spacing: .075em; }

.hero h1,.page-hero h1,.section-head h2,.sticky-intro h2,
.about-narrative h2,.contact-band h2 {
  text-transform: none; letter-spacing: -.045em; line-height: .96;
}
.service-card h3,.service-item h3,.why-card h3,.process-step h3,
.cap-cell h3,.value-row h3,.hero-badge strong {
  text-transform: none; letter-spacing: -.018em; line-height: 1.12;
}
.hero-copy::before,.blueprint-code,.kinetic-code,.section-number,.blueprint-axis { display: none; }
.hero::before,.page-hero::before { opacity: .42; }
.blueprint-grid { opacity: .32; }
.blueprint-grid::before,.blueprint-grid::after { opacity: .3; }
.blueprint-orbit { opacity: .68; border-style: solid; }
.blueprint-visual .hero-badge { border-left-width: 1px; border-top-width: 1px; }

.service-card,.why-card,.cap-cell,.work-card,.about-terminal { border-radius: 22px; }
.service-card::after { display: none; }
.service-card::before { background: radial-gradient(circle at 88% 12%,rgba(77,167,255,.18),transparent 34%); }
.service-card:hover { transform: translateY(-6px); }
.service-card { transition: transform .4s cubic-bezier(.2,.8,.2,1),border-color .35s ease,box-shadow .35s ease; }

.kinetic-words > span { text-transform: none; letter-spacing: -.02em; font-weight: 600; }
.kinetic-words { border-inline: 0; }
.kinetic-corner { display: none; }

.process-step.visible { animation: studioStepFloat 8s ease-in-out infinite; }
.process-step.visible:nth-child(2) { animation-delay: 2s; }
.process-step.visible:nth-child(3) { animation-delay: 4s; }
.process-step.visible:nth-child(4) { animation-delay: 6s; }
.process-step.visible > span { animation: studioNumberGlow 8s ease-in-out infinite; border-radius: 12px; }
.process-step.visible:nth-child(2) > span { animation-delay: 2s; }
.process-step.visible:nth-child(3) > span { animation-delay: 4s; }
.process-step.visible:nth-child(4) > span { animation-delay: 6s; }
.process-step.visible::before,.process-step.visible::after { display: none; }
@keyframes studioStepFloat {
  0%,18%,43%,100% { transform: translateY(0); background: transparent; box-shadow: none; }
  26%,35% { transform: translateY(-6px); background: rgba(255,255,255,.055); box-shadow: 0 14px 28px rgba(0,0,0,.12); }
}
@keyframes studioNumberGlow {
  0%,18%,43%,100% { transform: scale(1); background: rgba(3,10,24,.72); color: #dcecff; box-shadow: none; }
  26%,35% { transform: scale(1.06); background: white; color: #0867ff; box-shadow: 0 10px 24px rgba(0,33,90,.22); }
}

.top-registration { letter-spacing: .045em; text-transform: none; }
.top-registration strong { letter-spacing: .06em; }
.motion-cursor { border-color: rgba(113,185,255,.65); box-shadow: 0 0 16px rgba(22,133,255,.28); }

/* Keep the UDYAM registration bar locked directly below the sticky header */
.top-registration { position: sticky; top: 80px; z-index: 99; }
@media (max-width: 980px) {
  .top-registration { top: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  .process-step.visible,.process-step.visible > span { animation: none !important; }
}

/* Original abstract hero graphic */
.hero-artwork {
  position: absolute; z-index: 0; inset: -3%; width: 106%; height: 106%;
  object-fit: cover; object-position: center; filter: saturate(.96) contrast(1.04);
  animation: heroArtworkDrift 10s ease-in-out infinite alternate;
}
.blueprint-visual::after {
  content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none;
  background: linear-gradient(180deg,rgba(1,4,10,.04) 45%,rgba(1,4,10,.78) 100%),
              radial-gradient(circle at 50% 45%,transparent 30%,rgba(1,4,10,.28) 100%);
}
.blueprint-visual .blueprint-grid { z-index: 2; opacity: .12; mix-blend-mode: screen; }
.blueprint-visual .blueprint-orbit,.blueprint-visual .blueprint-word { display: none; }
.blueprint-visual .hero-badge { z-index: 3; background: rgba(3,9,18,.76); backdrop-filter: blur(14px); }
@keyframes heroArtworkDrift {
  0% { transform: scale(1.01) translate3d(-1%,0,0); }
  100% { transform: scale(1.075) translate3d(1.5%,-1%,0); }
}
@media (prefers-reduced-motion: reduce) { .hero-artwork { animation: none; } }

/* Floating 3D capability graphics inside the hero artwork */
.blueprint-visual .hero-badge { display: none; }
.hero-skill {
  position: absolute; z-index: 4; width: 142px; min-height: 92px; padding: 13px 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: linear-gradient(145deg,rgba(7,18,34,.84),rgba(2,7,15,.68));
  border: 1px solid rgba(104,181,255,.48); border-radius: 17px;
  box-shadow: 0 14px 28px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.08),0 0 24px rgba(22,133,255,.08);
  backdrop-filter: blur(13px); transform-style: preserve-3d;
  animation: heroSkillFloat 5.4s ease-in-out infinite;
}
.hero-skill > span { max-width: 66px; color: #dcecff; font: 600 10px/1.25 var(--display); letter-spacing: .015em; }
.skill-3d { left: 18px; top: 24px; }
.skill-2d { right: 18px; top: 112px; animation-delay: -1.3s; }
.skill-web { left: 20px; bottom: 118px; width: 166px; animation-delay: -2.6s; }
.skill-ads { right: 18px; bottom: 24px; animation-delay: -3.9s; }

.mini-cube { position: relative; width: 38px; height: 38px; transform-style: preserve-3d; animation: miniCubeTurn 5s linear infinite; }
.mini-cube i,.mini-cube b,.mini-cube em { position: absolute; inset: 4px; border: 1px solid #8bc7ff; background: rgba(22,133,255,.2); box-shadow: inset 0 0 9px rgba(22,133,255,.25); }
.mini-cube i { transform: rotate(45deg); }.mini-cube b { transform: rotateX(65deg) rotateZ(45deg); }.mini-cube em { transform: rotateY(65deg) rotateZ(45deg); }

.mini-draft { position: relative; width: 42px; height: 42px; border: 1px solid #63adff; border-radius: 8px; overflow: hidden; background-image: linear-gradient(rgba(90,169,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(90,169,255,.22) 1px,transparent 1px); background-size: 8px 8px; animation: draftTilt 4s ease-in-out infinite; }
.mini-draft i,.mini-draft b { position: absolute; background: #b9ddff; box-shadow: 0 0 7px #1685ff; }
.mini-draft i { left: 7px; right: 7px; top: 20px; height: 1px; animation: draftLineX 2.6s ease-in-out infinite; }
.mini-draft b { top: 7px; bottom: 7px; left: 20px; width: 1px; animation: draftLineY 2.6s ease-in-out infinite; }

.mini-browser { position: relative; width: 48px; height: 38px; border: 1px solid #69b2ff; border-radius: 7px; background: rgba(4,13,26,.72); overflow: hidden; }
.mini-browser::before { content: '•••'; position: absolute; left: 5px; top: -3px; color: #7fbcff; font-size: 9px; letter-spacing: 1px; }
.mini-browser i,.mini-browser b,.mini-browser em { position: absolute; left: 7px; height: 3px; border-radius: 3px; background: linear-gradient(90deg,#1685ff,#b8ddff); transform-origin: left; animation: browserBuild 2.8s ease-in-out infinite; }
.mini-browser i { top: 15px; width: 32px; }.mini-browser b { top: 22px; width: 24px; animation-delay: -.35s; }.mini-browser em { top: 29px; width: 28px; animation-delay: -.7s; }

.mini-growth { position: relative; width: 45px; height: 42px; border-bottom: 1px solid #559ee9; display: flex; align-items: end; justify-content: center; gap: 5px; }
.mini-growth i,.mini-growth b,.mini-growth em { display: block; width: 7px; border-radius: 3px 3px 0 0; background: linear-gradient(#a9d7ff,#1685ff); transform-origin: bottom; animation: growthBar 2.4s ease-in-out infinite; }
.mini-growth i { height: 16px; }.mini-growth b { height: 27px; animation-delay: -.4s; }.mini-growth em { height: 38px; animation-delay: -.8s; }

@keyframes heroSkillFloat { 0%,100% { transform: translate3d(0,0,12px) rotateX(0) rotateY(0); } 50% { transform: translate3d(0,-9px,28px) rotateX(2deg) rotateY(-3deg); } }
@keyframes miniCubeTurn { to { transform: rotateX(360deg) rotateY(360deg); } }
@keyframes draftTilt { 0%,100% { transform: rotateZ(-3deg); } 50% { transform: rotateZ(3deg) scale(1.05); } }
@keyframes draftLineX { 0%,100% { transform: translateX(-7px); } 50% { transform: translateX(7px); } }
@keyframes draftLineY { 0%,100% { transform: translateY(-7px); } 50% { transform: translateY(7px); } }
@keyframes browserBuild { 0%,100% { transform: scaleX(.25); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes growthBar { 0%,100% { transform: scaleY(.35); opacity: .5; } 50% { transform: scaleY(1); opacity: 1; box-shadow: 0 0 10px rgba(22,133,255,.65); } }

@media (max-width: 640px) {
  .hero-skill { width: 118px; min-height: 74px; padding: 10px; }
  .hero-skill > span { font-size: 8px; max-width: 50px; }
  .skill-3d { left: 10px; top: 14px; }.skill-2d { right: 10px; top: 82px; }
  .skill-web { left: 10px; bottom: 84px; width: 142px; }.skill-ads { right: 10px; bottom: 14px; }
  .mini-cube,.mini-draft,.mini-growth { transform: scale(.84); }.mini-browser { transform: scale(.86); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-skill,.mini-cube,.mini-draft,.mini-draft i,.mini-draft b,.mini-browser i,.mini-browser b,.mini-browser em,.mini-growth i,.mini-growth b,.mini-growth em { animation: none !important; }
}

/* Animated background energy inside the hero graphic */
.hero-energy { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; mix-blend-mode: screen; }
.hero-energy span { position: absolute; border-radius: 50%; filter: blur(22px); opacity: .34; }
.hero-energy span:nth-child(1) {
  width: 220px; height: 220px; left: -50px; top: 18%;
  background: radial-gradient(circle,#1685ff,rgba(22,133,255,.12) 48%,transparent 72%);
  animation: energyBlobOne 7s ease-in-out infinite alternate;
}
.hero-energy span:nth-child(2) {
  width: 260px; height: 260px; right: -90px; top: -50px;
  background: radial-gradient(circle,#77c3ff,rgba(26,111,255,.12) 50%,transparent 72%);
  animation: energyBlobTwo 9s ease-in-out infinite alternate;
}
.hero-energy span:nth-child(3) {
  width: 190px; height: 190px; left: 34%; bottom: -70px;
  background: radial-gradient(circle,#075eff,rgba(12,88,255,.13) 52%,transparent 74%);
  animation: energyBlobThree 8s ease-in-out infinite alternate;
}
.hero-energy i {
  position: absolute; left: 50%; top: 47%; width: 270px; height: 270px; margin: -135px;
  border-radius: 50%; border: 1px solid rgba(137,204,255,.38);
  box-shadow: 0 0 32px rgba(22,133,255,.14),inset 0 0 34px rgba(22,133,255,.08);
  animation: energyHalo 8s linear infinite;
}
.hero-energy i::before,.hero-energy i::after { content: ''; position: absolute; border-radius: 50%; }
.hero-energy i::before { inset: 21px; border: 1px dashed rgba(110,187,255,.28); }
.hero-energy i::after { width: 8px; height: 8px; left: 50%; top: -4px; background: #b9e1ff; box-shadow: 0 0 15px #1685ff; }
.hero-energy::after {
  content: ''; position: absolute; top: -25%; bottom: -25%; left: -45%; width: 28%;
  background: linear-gradient(90deg,transparent,rgba(121,198,255,.2),transparent);
  transform: skewX(-18deg); animation: energySweep 5.8s ease-in-out infinite;
}
@keyframes energyBlobOne { to { transform: translate(115px,-38px) scale(1.28); opacity: .52; } }
@keyframes energyBlobTwo { to { transform: translate(-92px,105px) scale(.82); opacity: .5; } }
@keyframes energyBlobThree { to { transform: translate(-72px,-92px) scale(1.22); opacity: .48; } }
@keyframes energyHalo { to { transform: rotate(360deg) scale(1.08); } }
@keyframes energySweep { 0%,12% { left: -45%; opacity: 0; } 25% { opacity: 1; } 70% { opacity: 1; } 88%,100% { left: 125%; opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .hero-energy span,.hero-energy i,.hero-energy::after { animation: none !important; }
}

/* Live website coding + 3D design scene */
.creative-build {
  position: absolute; z-index: 4; inset: 72px 28px 48px;
  display: grid; grid-template-columns: 1fr 42px 1fr; align-items: stretch;
  perspective: 900px;
}
.build-panel {
  position: relative; overflow: hidden; padding: 18px;
  background: linear-gradient(145deg,rgba(5,16,31,.9),rgba(3,8,17,.72));
  border: 1px solid rgba(91,170,255,.42); border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
}
.code-work { transform: rotateY(5deg); transform-origin: right center; }
.model-work { transform: rotateY(-5deg); transform-origin: left center; }
.build-title { display: flex; align-items: center; justify-content: space-between; color: #dcecff; font: 600 10px/1 var(--display); letter-spacing: .035em; }
.build-title b { color: #72b9ff; font-size: 8px; font-weight: 600; }
.build-title b::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #2f9aff; box-shadow: 0 0 9px #1685ff; animation: liveDot 1.4s ease-in-out infinite; }

.code-screen {
  position: absolute; left: 18px; right: 18px; top: 56px; bottom: 24px; padding: 18px 15px;
  display: grid; align-content: start; gap: 17px; border-radius: 13px;
  background: rgba(1,5,12,.78); border: 1px solid rgba(66,137,214,.28);
  box-shadow: inset 0 0 24px rgba(0,0,0,.35);
}
.code-screen i { display: block; height: 5px; border-radius: 4px; transform: scaleX(0); transform-origin: left; animation: codeWriting 5.6s steps(7,end) infinite; }
.code-screen i:nth-child(1) { width: 48%; background: #8bc9ff; }
.code-screen i:nth-child(2) { width: 82%; margin-left: 10px; background: linear-gradient(90deg,#7c8dff,#35b8ff); animation-delay: .25s; }
.code-screen i:nth-child(3) { width: 66%; margin-left: 20px; background: #d5eaff; animation-delay: .5s; }
.code-screen i:nth-child(4) { width: 90%; margin-left: 10px; background: linear-gradient(90deg,#2496ff,#76d0ff); animation-delay: .75s; }
.code-screen i:nth-child(5) { width: 58%; margin-left: 20px; background: #7f9fff; animation-delay: 1s; }
.code-screen i:nth-child(6) { width: 76%; margin-left: 10px; background: #b9dcff; animation-delay: 1.25s; }
.code-screen i:nth-child(7) { width: 38%; background: #4ba6ff; animation-delay: 1.5s; }
.code-screen em { position: absolute; left: 15px; bottom: 16px; width: 8px; height: 14px; background: #bfe2ff; box-shadow: 0 0 10px #1685ff; animation: codeCursor .8s steps(2,end) infinite; }

.build-status { display: grid; place-items: center; align-content: center; gap: 11px; }
.build-status i { width: 13px; height: 13px; border: 2px solid #6bb8ff; border-radius: 50%; border-top-color: transparent; box-shadow: 0 0 10px rgba(22,133,255,.5); animation: statusSpin 1.2s linear infinite; }
.build-status span { color: #6faeff; font: 600 7px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

.model-stage {
  position: absolute; left: 18px; right: 18px; top: 54px; bottom: 22px; overflow: hidden;
  display: grid; place-items: center; border-radius: 13px;
  background-image: linear-gradient(rgba(62,143,230,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(62,143,230,.13) 1px,transparent 1px);
  background-size: 24px 24px; border: 1px solid rgba(66,137,214,.28); transform-style: preserve-3d;
}
.model-stage::after { content: ''; position: absolute; left: 8%; right: 8%; bottom: 15%; height: 1px; background: linear-gradient(90deg,transparent,#5baeff,transparent); box-shadow: 0 0 12px #1685ff; }
.model-orbit { position: absolute; width: 150px; height: 150px; border: 1px dashed rgba(103,180,255,.52); border-radius: 50%; transform: rotateX(66deg); animation: modelOrbit 5s linear infinite; }
.model-core { position: relative; z-index: 2; width: 72px; height: 72px; transform-style: preserve-3d; animation: modelTurn 6s linear infinite; }
.model-core i,.model-core b,.model-core em { position: absolute; inset: 8px; border: 1px solid #8bcbff; background: rgba(28,132,255,.13); box-shadow: inset 0 0 20px rgba(22,133,255,.13),0 0 10px rgba(22,133,255,.18); }
.model-core i { transform: rotate(45deg); }.model-core b { transform: rotateX(65deg) rotateZ(45deg); }.model-core em { transform: rotateY(65deg) rotateZ(45deg); }
.model-part { position: absolute; width: 16px; height: 16px; border: 1px solid #6bb8ff; background: rgba(22,133,255,.2); box-shadow: 0 0 10px rgba(22,133,255,.45); animation: partAssemble 4.8s ease-in-out infinite; }
.model-part.p1 { left: 12%; top: 19%; }.model-part.p2 { right: 12%; top: 27%; animation-delay: -.8s; }.model-part.p3 { right: 18%; bottom: 18%; animation-delay: -1.6s; }

@keyframes liveDot { 0%,100% { opacity: .35; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes codeWriting { 0%,8% { transform: scaleX(0); opacity: .25; } 35%,72% { transform: scaleX(1); opacity: 1; } 88%,100% { transform: scaleX(.15); opacity: .25; } }
@keyframes codeCursor { 50% { opacity: 0; } }
@keyframes statusSpin { to { transform: rotate(360deg); } }
@keyframes modelOrbit { to { transform: rotateX(66deg) rotateZ(360deg); } }
@keyframes modelTurn { to { transform: rotateX(360deg) rotateY(360deg); } }
@keyframes partAssemble { 0%,100% { transform: translate3d(0,0,0) rotate(0); opacity: .35; } 50% { transform: translate3d(28px,38px,30px) rotate(180deg); opacity: 1; } }

@media (max-width: 640px) {
  .creative-build { inset: 52px 14px 30px; grid-template-columns: 1fr 24px 1fr; }
  .build-panel { padding: 12px; border-radius: 15px; }
  .build-title { font-size: 8px; }.build-title b { font-size: 6px; }
  .code-screen { left: 10px; right: 10px; top: 43px; bottom: 14px; padding: 12px 10px; gap: 12px; }
  .model-stage { left: 10px; right: 10px; top: 42px; bottom: 14px; }
  .model-core { scale: .72; }.model-orbit { width: 108px; height: 108px; }
}
@media (prefers-reduced-motion: reduce) {
  .build-title b::before,.code-screen i,.code-screen em,.build-status i,.model-orbit,.model-core,.model-part { animation: none !important; }
}

/* Compact hero build box */
@media (min-width: 981px) {
  .hero-copy { width: min(760px,62%); }
  .blueprint-visual { width: 40%; height: 500px; top: 155px; }
  .creative-build { inset: 54px 18px 34px; grid-template-columns: 1fr 34px 1fr; }
  .build-panel { padding: 14px; border-radius: 17px; }
  .code-screen { left: 13px; right: 13px; top: 50px; bottom: 18px; gap: 13px; }
  .model-stage { left: 13px; right: 13px; top: 49px; bottom: 18px; }
}
@media (max-width: 980px) {
  .blueprint-visual { width: min(540px,100%); height: 460px; }
}
@media (max-width: 640px) {
  .blueprint-visual { height: 360px; }
  .creative-build { inset: 38px 10px 22px; }
}

/* Animated software tools dock */
.creative-build { bottom: 66px; }
.tool-dock {
  position: absolute; z-index: 6; left: 14px; right: 14px; bottom: 13px; min-height: 38px;
  display: flex; align-items: center; justify-content: center; gap: 5px; padding: 5px;
  background: rgba(2,8,17,.78); border: 1px solid rgba(69,147,230,.35); border-radius: 13px;
  box-shadow: 0 10px 24px rgba(0,0,0,.28); backdrop-filter: blur(12px);
}
.tool-dock span {
  min-width: 0; padding: 6px 7px; display: inline-flex; align-items: center; gap: 5px;
  color: #7190b5; border: 1px solid transparent; border-radius: 8px;
  font: 600 7px/1 var(--display); white-space: nowrap;
  animation: toolDockActive 7.5s ease-in-out infinite;
}
.tool-dock span:nth-child(2) { animation-delay: 1.5s; }
.tool-dock span:nth-child(3) { animation-delay: 3s; }
.tool-dock span:nth-child(4) { animation-delay: 4.5s; }
.tool-dock span:nth-child(5) { animation-delay: 6s; }
.tool-dock b {
  display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 20px;
  color: #bfe1ff; background: rgba(22,133,255,.14); border: 1px solid rgba(87,166,250,.4);
  border-radius: 6px; font-size: 7px;
}
@keyframes toolDockActive {
  0%,16%,38%,100% { color: #7190b5; background: transparent; border-color: transparent; transform: translateY(0); }
  20%,33% { color: white; background: rgba(22,133,255,.16); border-color: rgba(85,169,255,.48); transform: translateY(-3px); box-shadow: 0 0 14px rgba(22,133,255,.15); }
}
@media (max-width: 640px) {
  .creative-build { bottom: 56px; }
  .tool-dock { left: 8px; right: 8px; bottom: 8px; min-height: 34px; gap: 3px; }
  .tool-dock span { padding: 4px; font-size: 0; }
  .tool-dock b { width: 19px; height: 19px; flex-basis: 19px; font-size: 6px; }
}
@media (prefers-reduced-motion: reduce) { .tool-dock span { animation: none !important; } }

/* Holographic 3D logo stars behind the hero */
.hero { isolation: isolate; overflow: hidden; }
.hero-grid { z-index: 2; }
.hero-logo-stars {
  position: absolute; z-index: 0; inset: 0; overflow: hidden;
  pointer-events: none; perspective: 1200px;
}
.logo-star {
  --size: 78px; --depth: 45px; --tilt: 18deg;
  position: absolute; width: var(--size); aspect-ratio: 1;
  opacity: .3; transform-style: preserve-3d; will-change: transform,opacity;
  filter: drop-shadow(0 0 8px rgba(71,166,255,.85)) drop-shadow(0 0 22px rgba(22,133,255,.45));
  animation: logoStarDrift 9s ease-in-out infinite;
}
.logo-star::before,.logo-star::after {
  content: ''; position: absolute; z-index: -1; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%,-50%);
}
.logo-star::before { width: 7px; height: 7px; background: #bce2ff; box-shadow: 0 0 8px #1685ff,0 0 22px #1685ff; }
.logo-star::after { width: 145%; height: 1px; background: linear-gradient(90deg,transparent,#1685ff,transparent); opacity: .45; }
.logo-star img {
  display: block; width: 100%; height: 100%; object-fit: contain;
  mix-blend-mode: screen;
  filter: grayscale(1) invert(1) brightness(1.25) sepia(1) saturate(7) hue-rotate(165deg);
  transform: translateZ(var(--depth));
}
.star-1 { --size: 102px; left: 2%; top: 13%; animation-delay: -1.7s; }
.star-2 { --size: 78px; left: 26%; top: 7%; --tilt: -22deg; animation-delay: -6.2s; }
.star-3 { --size: 86px; right: 35%; top: 12%; animation-delay: -3.8s; }
.star-4 { --size: 104px; right: 3%; top: 24%; --tilt: -17deg; animation-delay: -7.4s; }
.star-5 { --size: 60px; left: 7%; bottom: 11%; --tilt: -25deg; animation-delay: -4.5s; }
.star-6 { --size: 66px; left: 42%; bottom: 6%; animation-delay: -8.1s; }
.star-7 { --size: 58px; right: 25%; bottom: 13%; --tilt: -15deg; animation-delay: -2.6s; }
.star-8 { --size: 72px; right: 5%; bottom: 5%; animation-delay: -5.3s; }
@keyframes logoStarDrift {
  0%,100% { opacity: .16; transform: translate3d(0,0,-30px) rotateX(12deg) rotateY(var(--tilt)) rotateZ(-4deg) scale(.82); }
  28% { opacity: .34; transform: translate3d(18px,-25px,35px) rotateX(-18deg) rotateY(calc(var(--tilt) * -1)) rotateZ(7deg) scale(1); }
  58% { opacity: .24; transform: translate3d(-12px,12px,70px) rotateX(24deg) rotateY(160deg) rotateZ(-7deg) scale(.9); }
  78% { opacity: .38; transform: translate3d(7px,-8px,15px) rotateX(-8deg) rotateY(260deg) rotateZ(3deg) scale(1.05); }
}
@media (max-width: 980px) {
  .logo-star { opacity: .2; }
  .star-2,.star-3,.star-6,.star-7 { display: none; }
  .star-1 { left: -20px; top: 10%; }
  .star-4 { right: -25px; top: 32%; }
  .star-5 { left: -14px; bottom: 25%; }
  .star-8 { right: -16px; bottom: 8%; }
}
@media (max-width: 640px) {
  .logo-star { --size: 62px; filter: drop-shadow(0 0 7px rgba(71,166,255,.75)); }
  .star-1,.star-4 { --size: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  .logo-star { animation: none !important; opacity: .18; }
}

/* Visible original blueprint motion inside the hero box */
.blueprint-visual .blueprint-orbit { display: grid; z-index: 5; }
.blueprint-visual .blueprint-word { display: block; z-index: 5; animation: oldBlueprintWord 4.2s ease-in-out infinite; }
.blueprint-visual .blueprint-axis { display: block; z-index: 4; opacity: .7; }
.blueprint-visual .blueprint-code { display: block; z-index: 5; }
.blueprint-visual::after {
  z-index: 3;
  background:
    linear-gradient(100deg,transparent 0,rgba(73,164,255,.04) 38%,rgba(140,207,255,.22) 50%,rgba(73,164,255,.04) 62%,transparent 100%) -140% 0 / 48% 100% no-repeat,
    radial-gradient(circle at 50% 45%,transparent 30%,rgba(1,4,10,.28) 100%);
  animation: oldBlueprintScan 5.5s ease-in-out infinite;
}
@keyframes oldBlueprintScan {
  0%,15% { background-position: -140% 0,center; }
  70%,100% { background-position: 240% 0,center; }
}
@keyframes oldBlueprintWord {
  0%,100% { transform: translate3d(0,0,0); text-shadow: 0 0 12px rgba(22,133,255,.2); }
  50% { transform: translate3d(0,-8px,28px); text-shadow: 0 0 28px rgba(22,133,255,.65); }
}
@media (prefers-reduced-motion: reduce) {
  .blueprint-visual::after,.blueprint-visual .blueprint-word { animation: none !important; }
}
