:root {
  --bg: #080610;
  --bg2: #0e0b1a;
  --bg3: #141020;
  --bg4: #1c1730;
  --v: #9333ea;
  --vb: #b57bee;
  --vd: rgba(147, 51, 234, 0.09);
  --vg: rgba(147, 51, 234, 0.25);
  --vbr: rgba(147, 51, 234, 0.16);
  --white: #ede8ff;
  --muted: #6b6085;
  --desc: #b7afca;
  --dim: #3d3460;
  --border: rgba(147, 51, 234, 0.1);
  --font-h: 'Space Grotesk', sans-serif;
  --font-m: 'DM Mono', monospace;
  --container-pad: clamp(1rem, 4vw, 6vw);
  --r: 14px;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-h);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none
}

a {
  text-decoration: none;
  color: inherit
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.022;
  pointer-events: none;
  z-index: 9000;
}

/* Cursor */
.c-dot {
  width: 8px;
  height: 8px;
  background: var(--vb);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen
}

.c-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(147, 51, 234, 0.4);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all .18s var(--ease)
}

.c-ring.on {
  width: 54px;
  height: 54px;
  background: rgba(147, 51, 234, 0.06);
  border-color: var(--v)
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  padding: 24px var(--container-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s var(--ease)
}

nav.scrolled {
  padding: 14px var(--container-pad);
  background: rgba(8, 6, 16, 0.92);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border)
}

.nav-logo img {
  height: 28px;
  width: auto;
  filter: none;
  opacity: 0.9;
  transition: opacity .2s
}

.nav-logo img:hover {
  opacity: 1
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none
}

.nav-links a {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .2s;
  position: relative
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--vb);
  transition: width .3s var(--ease)
}

.nav-links a:hover {
  color: var(--white)
}

.nav-links a:hover::after {
  width: 100%
}

.nav-btn {
  border: 1px solid var(--vbr);
  color: var(--vb);
  padding: 8px 20px;
  border-radius: 7px;
  font-family: var(--font-h);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: none;
  transition: all .25s var(--ease);
  position: relative;
  overflow: hidden
}

.nav-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--v);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
  z-index: -1
}

.nav-btn:hover {
  color: #fff;
  border-color: transparent
}

.nav-btn:hover::before {
  transform: scaleX(1)
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: none
}

.hamburger span {
  width: 22px;
  height: 1.5px;
  background: var(--white);
  border-radius: 2px;
  transition: transform .28s var(--ease), opacity .2s var(--ease)
}

.hamburger.active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg)
}

.hamburger.active span:nth-child(2) {
  opacity: 0
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg)
}

/* HERO */
#hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px var(--container-pad) 80px;
  position: relative;
  overflow: hidden
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(147, 51, 234, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 51, 234, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridDrift 28s linear infinite;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 10%, transparent 100%)
}

@keyframes gridDrift {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(60px, 60px)
  }
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none
}

.orb1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(109, 40, 217, 0.15), transparent 70%);
  top: -220px;
  left: -180px;
  animation: orbf 12s ease-in-out infinite
}

.orb2 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(147, 51, 234, 0.1), transparent 70%);
  bottom: -120px;
  right: -100px;
  animation: orbf 14s ease-in-out infinite reverse
}

@keyframes orbf {

  0%,
  100% {
    transform: translate(0, 0)scale(1)
  }

  50% {
    transform: translate(25px, -30px)scale(1.06)
  }
}

.stars {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.star {
  position: absolute;
  width: 1.5px;
  height: 1.5px;
  background: rgba(180, 160, 255, 0.5);
  border-radius: 50%;
  animation: twinkle var(--dur, 3s) ease-in-out var(--del, 0s) infinite
}

@keyframes twinkle {

  0%,
  100% {
    opacity: .08;
    transform: scale(1)
  }

  50% {
    opacity: .65;
    transform: scale(1.6)
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(147, 51, 234, 0.07);
  border: 1px solid rgba(147, 51, 234, 0.2);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: .72rem;
  font-weight: 500;
  color: var(--vb);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: var(--font-m);
  opacity: 0;
  animation: fadeUp .6s var(--ease) .3s forwards
}

.pdot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0
}

.pdot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(34, 197, 94, .25);
  animation: pulse 2s ease-in-out infinite
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(2.4);
    opacity: 0
  }
}

.hero-h1 {
  font-size: clamp(3.2rem, 9vw, 8rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.04em;
  margin-bottom: 10px
}

.hero-h1 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(70px);
  animation: wReveal .75s var(--ease) forwards;
  margin-right: .2em
}

.hero-h1 .vw {
  background: linear-gradient(135deg, #c084fc, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.w1 {
  animation-delay: .4s
}

.w2 {
  animation-delay: .5s
}

.w3 {
  animation-delay: .6s
}

.w4 {
  animation-delay: .7s
}

.w5 {
  animation-delay: .8s
}

@keyframes wReveal {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  font-weight: 300;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
  opacity: 0;
  animation: wReveal .75s var(--ease) .95s forwards;
  font-family: var(--font-m)
}

.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  color: var(--desc);
  max-width: 500px;
  margin: 0 auto 48px;
  line-height: 1.85;
  font-weight: 400;
  opacity: 0;
  animation: fadeUp .7s var(--ease) 1.1s forwards
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .7s var(--ease) 1.25s forwards
}

.btn-p {
  background: var(--v);
  color: #fff;
  padding: 13px 32px;
  border-radius: 8px;
  font-family: var(--font-h);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: none;
  transition: all .25s var(--ease);
  box-shadow: 0 0 32px rgba(147, 51, 234, 0.32);
  animation: btnPulse 3.5s ease-in-out 2s infinite;
  position: relative;
  overflow: hidden
}

@keyframes btnPulse {

  0%,
  100% {
    box-shadow: 0 0 32px rgba(147, 51, 234, 0.32)
  }

  50% {
    box-shadow: 0 0 60px rgba(147, 51, 234, 0.56)
  }
}

.btn-p:hover {
  transform: translateY(-2px);
  background: #7c22c4
}

.btn-g {
  border: 1px solid var(--border);
  color: var(--white);
  padding: 13px 32px;
  border-radius: 8px;
  font-family: var(--font-h);
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: none;
  transition: all .25s var(--ease)
}

.btn-g:hover {
  border-color: var(--v);
  color: var(--vb)
}

.scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  animation: fadeUp .6s var(--ease) 1.7s forwards
}

.scroll-hint span {
  font-size: .65rem;
  color: var(--dim);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: var(--font-m)
}

.sarr {
  width: 20px;
  height: 20px;
  border-right: 1px solid var(--dim);
  border-bottom: 1px solid var(--dim);
  transform: rotate(45deg);
  animation: sBounce 2s ease-in-out infinite;
  margin-top: -2px
}

@keyframes sBounce {

  0%,
  100% {
    transform: rotate(45deg)translateY(0);
    opacity: .6
  }

  50% {
    transform: rotate(45deg)translateY(7px);
    opacity: .2
  }
}

/* STATS */
#stats {
  padding: 56px var(--container-pad);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg2)
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  text-align: center
}

.stat-item {
  padding: 0 20px;
  position: relative
}

.stat-item+.stat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: var(--border)
}

.stat-n {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  background: linear-gradient(135deg, #c084fc, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -.03em;
  line-height: 1;
  display: block
}

.stat-l {
  font-size: .7rem;
  color: var(--muted);
  margin-top: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: var(--font-m)
}

/* SHARED */
section {
  padding: 100px var(--container-pad)
}

.s-label {
  display: inline-block;
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--vb);
  font-weight: 500;
  margin-bottom: 16px;
  font-family: var(--font-m)
}

.s-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.06;
  margin-bottom: 16px
}

.s-sub {
  color: var(--desc);
  font-size: 1.02rem;
  max-width: 460px;
  line-height: 1.82
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: all .85s var(--ease)
}

.reveal.vis {
  opacity: 1;
  transform: translateY(0)
}

/* SERVICES */
#services {
  background: var(--bg);
  padding-inline: var(--container-pad)
}

.srv-hd {
  margin-bottom: 56px
}

.srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden
}

.srv-card {
  background: var(--bg);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: background .3s var(--ease);
  cursor: none
}

.srv-card:hover {
  background: var(--bg3)
}

.srv-card:hover .srv-icon {
  background: var(--v);
  border-color: var(--v);
  color: #fff
}

.srv-card:hover .glow {
  opacity: 1
}

.glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, var(--vg), transparent 70%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  border-radius: 50%
}

.srv-icon {
  width: 44px;
  height: 44px;
  background: var(--vd);
  border: 1px solid var(--vbr);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
  transition: all .3s
}

.srv-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -.01em
}

.srv-desc {
  color: var(--desc);
  font-size: .92rem;
  line-height: 1.76
}

/* TECH */
#tech {
  background: var(--bg2);
  overflow: hidden;
  padding-inline: var(--container-pad)
}

.tech-hd {
  margin-bottom: 48px
}

.mq-wrap {
  overflow: hidden;
  margin: 0 calc(-1 * var(--container-pad));
  padding: 4px 0
}

.mq-track {
  display: flex;
  gap: 10px;
  animation: mq 32s linear infinite;
  width: max-content
}

.mq-track.rev {
  animation-direction: reverse;
  margin-top: 10px
}

@keyframes mq {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.t-tag {
  background: var(--bg4);
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all .2s;
  font-family: var(--font-m);
  letter-spacing: .04em;
  cursor: default
}

.t-tag:hover {
  border-color: var(--v);
  color: var(--vb);
  background: var(--vd)
}

/* PROJECTS */
#work {
  background: var(--bg);
  padding-inline: var(--container-pad)
}

.work-hd {
  margin-bottom: 56px
}

.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.proj-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  transition: all .4s var(--ease);
  cursor: none
}

.proj-card:hover {
  transform: translateY(-6px);
  border-color: rgba(147, 51, 234, 0.28)
}

.proj-thumb {
  height: 170px;
  position: relative;
  overflow: hidden
}

.t1 {
  background: linear-gradient(140deg, #0d0520, #3b0764, #5b21b6)
}

.t2 {
  background: linear-gradient(140deg, #080b1a, #1e1b4b, #3730a3)
}

.t3 {
  background: linear-gradient(140deg, #12051a, #2d1b69, #6d28d9)
}

.t-glyph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  opacity: .12
}

.t-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg2), transparent 55%)
}

.proj-body {
  padding: 24px
}

.proj-name {
  font-size: 1.06rem;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -.01em
}

.proj-desc {
  color: var(--desc);
  font-size: .91rem;
  line-height: 1.76;
  margin-bottom: 18px
}

.proj-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap
}

.p-tag {
  background: var(--vd);
  color: var(--vb);
  border: 1px solid rgba(147, 51, 234, 0.16);
  padding: 3px 11px;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .04em;
  font-family: var(--font-m)
}

/* ABOUT */
#about {
  background: var(--bg2);
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(420px, 1.08fr);
  gap: 80px;
  align-items: start;
  padding-inline: var(--container-pad)
}

.about-visual {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(247, 176, 52, .16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 30px;
  overflow: hidden;
  min-height: 100%
}

.about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .25;
  pointer-events: none
}

.about-panel,
.founders-visual,
.about-highlights {
  position: relative;
  z-index: 1
}

.about-panel {
  padding: 4px 2px 0
}

.about-panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: var(--font-m)
}

.about-panel-title {
  margin-top: 18px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
  max-width: 11ch
}

.about-panel-copy {
  margin-top: 16px;
  color: var(--desc);
  line-height: 1.85;
  max-width: 48ch
}

.about-text {
  padding: 18px 10px 18px 8px
}

.founders-visual {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: none;
  container-type: inline-size;
  position: relative
}

.founder-card {
  background: rgba(8, 6, 16, .75);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--r);
  min-height: 228px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .4s var(--ease);
  position: relative;
  overflow: hidden
}

.founder-card:hover {
  transform: translateY(-5px);
  border-color: var(--vbr);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .18)
}

.f-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid var(--vbr);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.2rem;
  font-weight: 700;
  background: var(--bg3);
  color: var(--vb);
  letter-spacing: .02em
}

.f-name {
  font-size: .95rem;
  font-weight: 600;
  margin-bottom: 5px
}

.f-role {
  font-size: .7rem;
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: var(--font-m)
}

.f-amp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: rgba(8, 6, 16, .95);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  color: var(--muted);
  z-index: 2;
  font-family: var(--font-m)
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px
}

.about-highlight {
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .035)
}

.about-highlight-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: var(--font-m)
}

.about-highlight strong {
  color: var(--white);
  font-size: .9rem;
  line-height: 1.5
}

@container (max-width: 499px) {
  .f-amp {
    display: none
  }
}

.about-bio {
  color: var(--desc);
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 36px
}

.about-points {
  display: grid;
  gap: 22px
}

.about-point {
  padding: 18px 20px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px
}

.about-point-title {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600
}

.about-point-text {
  color: var(--desc);
  line-height: 1.85;
  font-size: .96rem
}

.vals {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.val {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--white)
}

.v-ico {
  width: 34px;
  height: 34px;
  background: var(--vd);
  border: 1px solid var(--vbr);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  flex-shrink: 0
}

/* CONTACT */
#contact {
  background: var(--bg);
  padding-inline: var(--container-pad)
}

.ct-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start
}

.ct-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 36px
}

.ct-link {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--muted);
  font-size: .86rem;
  transition: color .2s;
  font-family: var(--font-m)
}

.ct-link:hover {
  color: var(--vb)
}

.ct-ico {
  width: 38px;
  height: 38px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  transition: all .2s;
  flex-shrink: 0
}

.ct-link:hover .ct-ico {
  border-color: var(--v);
  background: var(--vd);
  color: var(--vb)
}

.resp-note {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .74rem;
  color: var(--dim);
  font-family: var(--font-m)
}

.rdot {
  width: 5px;
  height: 5px;
  background: #22c55e;
  border-radius: 50%
}

.ct-form {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.f-grp {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.f-grp label {
  font-size: .66rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: var(--font-m)
}

.f-grp input,
.f-grp select,
.f-grp textarea {
  background: var(--bg2);
  border: 1px solid rgba(147, 51, 234, 0.1);
  border-radius: 8px;
  color: var(--white);
  font-family: var(--font-h);
  font-size: .9rem;
  padding: 12px 14px;
  outline: none;
  transition: border-color .25s, box-shadow .25s;
  -webkit-appearance: none
}

.f-grp input:focus,
.f-grp select:focus,
.f-grp textarea:focus {
  border-color: var(--v);
  box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.08)
}

.f-grp select option {
  background: #0e0b1a
}

.f-grp textarea {
  resize: vertical;
  min-height: 120px
}

.f-submit {
  background: var(--v);
  color: #fff;
  border: none;
  padding: 14px 26px;
  border-radius: 8px;
  font-family: var(--font-h);
  font-size: .88rem;
  font-weight: 600;
  cursor: none;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: all .25s var(--ease);
  box-shadow: 0 0 28px rgba(147, 51, 234, 0.25);
  position: relative;
  overflow: hidden
}

.f-submit:hover {
  transform: translateY(-2px);
  background: #7c22c4;
  box-shadow: 0 6px 40px rgba(147, 51, 234, 0.4)
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transform: scale(0);
  animation: rpl .6s linear;
  pointer-events: none
}

@keyframes rpl {
  to {
    transform: scale(4);
    opacity: 0
  }
}

/* FOOTER */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 36px var(--container-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

footer>div:first-child {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-logo img {
  height: 20px;
  width: auto;
  filter: none;
  opacity: 0.9
}

.foot-copy {
  font-size: .8rem;
  color: var(--muted);
  line-height: 1.55;
  letter-spacing: .02em;
  max-width: 40ch;
  font-family: var(--font-m)
}

.foot-socials {
  display: flex;
  align-items: center;
  gap: 10px
}

.soc-btn {
  width: 36px;
  height: 36px;
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: var(--muted);
  cursor: none;
  transition: all .2s;
  font-family: var(--font-m);
  font-weight: 500
}

.soc-btn:hover {
  border-color: var(--v);
  color: var(--vb);
  background: var(--vd)
}

@media(min-width:1280px) {
  .hero-sub {
    font-size: 1.18rem;
    max-width: 620px
  }

  .s-sub {
    font-size: 1.08rem;
    max-width: 560px
  }

  .srv-desc {
    font-size: .98rem
  }

  .proj-desc {
    font-size: .97rem
  }

  .about-bio {
    font-size: 1.04rem
  }
}

/* RESPONSIVE */
@media(max-width:1024px) {
  :root {
    --container-pad: clamp(1rem, 4.5vw, 3rem);
  }

  #hero {
    padding: 108px var(--container-pad) 70px
  }

  section {
    padding: 84px var(--container-pad)
  }

  #stats {
    padding: 48px var(--container-pad)
  }

  .srv-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .proj-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srv-hd,
  .work-hd {
    margin-bottom: 46px
  }

  #about {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 80px var(--container-pad)
  }

  .about-visual {
    padding: 24px
  }

  .about-text {
    padding: 10px 14px
  }

  .about-highlights {
    grid-template-columns: 1fr
  }

  .founders-visual {
    max-width: min(100%, 520px)
  }

  .ct-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat-item+.stat-item::before {
    display: none
  }

  footer {
    padding: 30px var(--container-pad);
    justify-content: center;
    text-align: center;
    gap: 18px
  }

  footer>div:first-child {
    align-items: center
  }

  .foot-copy {
    max-width: 34ch
  }
}

@media(max-width:768px) {
  :root {
    --container-pad: clamp(1rem, 5vw, 2rem);
  }

  #hero {
    padding: 96px var(--container-pad) 64px
  }

  .hero-sub {
    font-size: 1rem;
    margin: 0 auto 38px;
    max-width: 560px;
    line-height: 1.8
  }

  section {
    padding: 72px var(--container-pad)
  }

  #stats {
    padding: 40px var(--container-pad)
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 4px);
    left: var(--container-pad);
    right: var(--container-pad);
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0 14px;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    border: 1px solid transparent;
    border-radius: 10px;
    background: rgba(8, 6, 16, 0.94);
    backdrop-filter: blur(18px);
    transition: max-height .34s var(--ease), opacity .24s var(--ease), transform .24s var(--ease), padding .24s var(--ease), border-color .24s var(--ease)
  }

  .nav-links.active {
    max-height: 320px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 10px 14px;
    border-color: var(--border)
  }

  .nav-links li {
    width: 100%
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 10px 4px;
    font-size: .8rem
  }

  .nav-links a::after {
    display: none
  }

  .nav-btn {
    display: none
  }

  .hamburger {
    display: flex;
    width: 28px;
    height: 22px;
    justify-content: center;
    position: relative;
    z-index: 2
  }

  .srv-grid {
    grid-template-columns: 1fr
  }

  .proj-grid {
    grid-template-columns: 1fr
  }

  .srv-hd,
  .work-hd {
    margin-bottom: 36px
  }

  .srv-card {
    padding: 30px 24px
  }

  .proj-body {
    padding: 20px
  }

  .ct-grid {
    gap: 30px
  }

  .ct-links {
    margin-top: 24px
  }

  .resp-note {
    margin-top: 20px
  }

  .f-row {
    grid-template-columns: 1fr
  }

  .hero-ctas {
    width: 100%;
    gap: 10px;
    flex-direction: column;
    align-items: center
  }

  .foot-copy {
    font-size: .78rem;
    max-width: 30ch
  }

  .foot-socials {
    width: 100%;
    justify-content: center
  }

  .soc-btn {
    width: 38px;
    height: 38px
  }
}

@media(max-width:480px) {
  :root {
    --container-pad: 1rem;
  }

  #hero {
    padding: 86px var(--container-pad) 56px
  }

  .hero-sub {
    font-size: .98rem;
    margin-bottom: 30px
  }

  section {
    padding: 62px var(--container-pad)
  }

  #stats {
    padding: 34px var(--container-pad)
  }

  .about-text {
    padding: 6px 8px
  }

  .about-visual {
    padding: 20px 18px
  }

  .about-panel-title {
    max-width: 100%
  }

  .stat-item {
    padding: 0 10px
  }

  .srv-card {
    padding: 24px 18px
  }

  .proj-body {
    padding: 17px
  }

  .ct-links {
    gap: 10px;
    margin-top: 18px
  }

  .ct-ico {
    width: 34px;
    height: 34px
  }

  footer {
    padding: 24px var(--container-pad);
    gap: 14px;
    flex-direction: column;
    text-align: center
  }

  .foot-logo img {
    height: 22px
  }

  .foot-copy {
    font-size: .77rem;
    max-width: 28ch;
    margin: 0 auto
  }

  .foot-socials {
    gap: 12px
  }

  .soc-btn {
    width: 40px;
    height: 40px
  }

  .founders-visual {
    max-width: 100%;
    margin: 0 auto
  }

  .about-highlights {
    gap: 10px
  }

  .f-amp {
    display: none
  }
}

z-index: -3;
pointer-events: none;
background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 96px 96px;
mask-image: radial-gradient(circle at center, black 56%, transparent 100%);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.03;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page-glow {
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.18;
  pointer-events: none;
}

.page-glow--one {
  top: 3rem;
  right: -3rem;
  width: 14rem;
  height: 14rem;
  background: rgba(255, 255, 255, 0.1);
}

.page-glow--two {
  left: -3rem;
  bottom: 8rem;
  width: 12rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.08);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

section[id] {
  scroll-margin-top: calc(var(--header-h) + 16px);
}

.container {
  width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1rem, 2vw, 1.5rem);
}

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  background: rgba(5, 5, 5, 0.78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
  transition:
    background var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.header.scrolled {
  background: rgba(5, 5, 5, 0.94);
  border-bottom-color: var(--line);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 100%;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.nav__logo img {
  height: 32px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(2.4);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__list a {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-weight: 600;
  transition: color var(--transition);
}

.nav__list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ink);
  transition: transform var(--transition);
}

.nav__list a:hover,
.nav__list a:focus-visible {
  color: var(--ink);
}

.nav__list a:hover::after,
.nav__list a:focus-visible::after {
  transform: scaleX(1);
}

.nav__cta {
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  color: #050505 !important;
  background: var(--ink);
}

.nav__cta::after {
  display: none;
}

.nav__cta:hover,
.nav__cta:focus-visible {
  background: #ffffff;
}

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
  cursor: pointer;
}

.nav__toggle span {
  width: 20px;
  height: 2px;
  margin-inline: auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-heading);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    color var(--transition),
    border-color var(--transition);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn--primary {
  color: #050505;
  background: var(--ink);
  box-shadow: 0 16px 30px rgba(255, 255, 255, 0.08);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: #ffffff;
}

.btn--ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--line-strong);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.btn--full {
  width: 100%;
}

main {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  padding: 6rem 0;
}

.section__title {
  max-width: 12ch;
  margin: 0 0 0.65rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.section__subtitle {
  max-width: 40rem;
  margin: 0 0 2.5rem;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.hero {
  min-height: 100vh;
  padding-top: calc(var(--header-h) + 2.75rem);
  overflow: clip;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__eyebrow-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--ink);
}

.hero__title {
  max-width: 10ch;
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 5.6vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.hero__tagline {
  max-width: 30rem;
  margin: 0 0 0.8rem;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
}

.hero__support {
  max-width: 35rem;
  margin: 0 0 1.8rem;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
}

.hero__proof li {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.hero__proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  color: #050505;
  background: var(--ink);
}

.hero__proof-icon svg {
  width: 1rem;
  height: 1rem;
}

.hero__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero__stack span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.76rem;
}

.hero__visual {
  position: relative;
  padding: 2rem 0 2rem 1.8rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-panel-strong);
  box-shadow: var(--shadow-lg);
}

.hero-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.hero-card__chip,
.hero-card__status,
.project-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-card__chip {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
}

.hero-card__status {
  color: #050505;
  background: var(--ink);
}

.hero-card__image,
.project-card__media img {
  width: 100%;
  filter: grayscale(1) saturate(0) contrast(1.05);
}

.hero-card__image {
  border-radius: 16px;
  border: 1px solid var(--line);
}

.hero-card__footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.hero-card__footer div {
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.hero-card__footer strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--font-heading);
  font-size: 0.93rem;
}

.hero-card__footer span {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.hero-float {
  position: absolute;
  max-width: 14rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  animation: floatCard 8s ease-in-out infinite;
}

.hero-float strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1;
}

.hero-float span {
  color: inherit;
  font-size: 0.85rem;
}

.hero-float--top {
  top: -0.2rem;
  right: -0.5rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.hero-float--bottom {
  left: 0;
  bottom: 0;
  color: #050505;
  background: var(--ink);
  animation-delay: -4s;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-faint);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__scroll-line {
  width: 2px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ink), transparent);
  animation: scrollPulse 2.4s ease-in-out infinite;
}

.services,
.projects,
.contact {
  background: rgba(255, 255, 255, 0.015);
}

.process,
.standards {
  background: rgba(255, 255, 255, 0.025);
}

.services__grid,
.projects__grid {
  display: grid;
  gap: 1.2rem;
}

.services__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.projects__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.project-card,
.why-card,
.who__list li,
.engagement__list li,
.stat,
.contact__form,
.contact__info,
.process__step,
.standards__list li,
.why__list li {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-panel);
  box-shadow: var(--shadow-md);
}

.service-card,
.project-card,
.why-card,
.contact__form,
.contact__info,
.stat {
  padding: 1.4rem;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.service-card:hover,
.project-card:hover,
.why-card:hover,
.who__list li:hover,
.engagement__list li:hover,
.stat:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.42);
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  color: #050505;
  background: var(--ink);
}

.service-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.service-card__title,
.why-card h3,
.project-card__title,
.process__step-title,
.contact__form-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-heading);
  line-height: 1;
}

.service-card__title,
.why-card h3 {
  font-size: 1.3rem;
}

.service-card__desc,
.project-card__desc,
.why-card p,
.about__text,
.contact__text,
.process__step-desc,
.stat__label {
  color: var(--ink-soft);
}

.service-card__meta,
.project-card__tech {
  margin: 1rem 0 0;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.why-card {
  min-height: 14rem;
}

.why__list,
.standards__list,
.who__list,
.engagement__list,
.project-card__bullets,
.contact__points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.why__list li,
.who__list li,
.engagement__list li,
.standards__list li {
  padding: 1rem 1.05rem;
  color: var(--ink);
}

.standards__list,
.who__list,
.engagement__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.standards__list li,
.contact__points li {
  position: relative;
}

.standards__list li::before,
.contact__points li::before {
  content: '';
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--ink);
}

.standards__list li {
  padding-left: 2.2rem;
}

.contact__points li::before {
  position: relative;
  left: auto;
  top: 0.52rem;
  flex: 0 0 0.65rem;
}

.process__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.process__step {
  display: block;
  min-height: 100%;
  padding: 1.4rem;
}

.process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  color: #050505;
  background: var(--ink);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.project-card {
  display: flex;
  flex-direction: column;
}

.project-card--featured {
  grid-column: span 2;
}

.project-card__media {
  overflow: hidden;
  margin-bottom: 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #0a0a0a;
}

.project-card__badge {
  width: fit-content;
  margin-bottom: 0.75rem;
  color: #050505;
  background: var(--ink);
}

.project-card__title {
  font-size: 1.5rem;
}

.project-card__bullets {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0;
}

.project-card__bullets li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.project-card__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.64rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--ink);
}

.project-card__tech {
  margin-top: auto;
}

.about {
  background: #000000;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.about__text+.about__text {
  margin-top: 1rem;
}

.about__stats {
  display: grid;
  gap: 1rem;
}

.stat__value {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1;
}

.contact__cta-block {
  max-width: 44rem;
  margin: 0 0 3rem;
  text-align: left;
}

.contact__lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.contact__form-title {
  font-size: 1.6rem;
}

.contact__points {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.contact__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-left: 0;
  color: var(--ink-soft);
}

.contact__form {
  display: grid;
  gap: 0.8rem;
}

.contact__form label {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: var(--ink-faint);
}

.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: var(--line-strong);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.contact__form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact__form.success .btn {
  background: #d9d9d9;
}

.contact__form.error .btn {
  background: #bcbcbc;
}

.footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
  background: #030303;
  text-align: center;
}

.footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.footer__meta {
  margin-top: 0.35rem;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

[data-reveal='left'] {
  transform: translate3d(-36px, 24px, 0);
}

[data-reveal='right'] {
  transform: translate3d(36px, 24px, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: 0.35;
    transform: scaleY(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (max-width: 1080px) {

  .hero__inner,
  .about__grid,
  .contact__grid,
  .why__grid,
  .services__grid,
  .standards__list,
  .why__list,
  .process__list {
    grid-template-columns: 1fr 1fr;
  }

  .hero__proof {
    grid-template-columns: 1fr;
  }

  .projects__grid {
    grid-template-columns: 1fr;
  }

  .project-card--featured {
    grid-column: span 1;
  }
}

@media (max-width: 820px) {
  :root {
    --header-h: 76px;
  }

  section {
    padding: 4.75rem 0;
  }

  .nav__toggle {
    display: flex;
  }

  .nav__list {
    position: fixed;
    top: calc(var(--header-h) + 0.6rem);
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(10, 10, 10, 0.96);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition:
      opacity var(--transition),
      transform var(--transition),
      visibility var(--transition);
  }

  .nav__list a::after {
    display: none;
  }

  .nav__list.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav__toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav__toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .nav__toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .hero__inner,
  .about__grid,
  .contact__grid,
  .why__grid,
  .services__grid,
  .standards__list,
  .why__list,
  .who__list,
  .engagement__list,
  .process__list {
    grid-template-columns: 1fr;
  }

  .hero__title,
  .section__title {
    max-width: 100%;
  }

  .hero__actions,
  .hero__stack {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__visual {
    display: grid;
    gap: 1rem;
    padding: 0;
  }

  .hero-card__footer {
    grid-template-columns: 1fr;
  }

  .hero-float {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
}

@media (max-width: 540px) {
  .hero {
    min-height: auto;
    padding-bottom: 5.5rem;
  }

  .hero__title {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .btn,
  .hero__actions .btn {
    width: 100%;
  }

  .hero__scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  /* Keep tech marquee moving even when reduced-motion is enabled */
  .mq-track,
  .mq-track.rev {
    animation: mq 32s linear infinite !important;
  }

  /* Ensure hero content remains visible when animations are disabled */
  .hero-badge,
  .hero-h1 .word,
  .hero-h2,
  .hero-sub,
  .hero-ctas,
  .scroll-hint {
    opacity: 1 !important;
    transform: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
