:root {
  --bg: #020708;
  --bg2: #061416;
  --panel: #081b1d;
  --teal: #1de2d2;
  --teal2: #74fff4;
  --white: #f5fbfa;
  --muted: #91a5a4;
  --line: rgba(116, 255, 244, .14);
  --purple: #8a2bff;
  --max: 1220px;
}

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

html {
  scroll-behavior: smooth
}

body {
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 72% 15%, rgba(29, 226, 210, .09), transparent 28%), radial-gradient(circle at 18% 70%, rgba(29, 226, 210, .04), transparent 25%);
  pointer-events: none;
  z-index: -2
}

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

.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 226, 210, .09), transparent 65%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1
}

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

.nav {
  height: 82px;
  max-width: var(--max);
  margin: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .08em
}

.brand i {
  color: var(--teal);
  font-style: normal
}

.brand-mark {
  width: 31px;
  height: 31px;
  border: 1px solid var(--teal);
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: "Space Grotesk";
  box-shadow: 0 0 18px rgba(29, 226, 210, .2)
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #b6c5c4
}

.nav-links a:not(.nav-cta):hover {
  color: var(--teal)
}

.nav-cta {
  border: 1px solid rgba(116, 255, 244, .35);
  padding: 12px 17px;
  border-radius: 2px;
  color: var(--white);
  transition: .25s
}

.nav-cta:hover {
  background: var(--teal);
  color: #00100f
}

.nav-toggle {
  display: none;
  background: none;
  border: 0
}

.hero {
  min-height: 720px;
  max-width: var(--max);
  margin: auto;
  padding: 70px 28px 110px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 40px;
  position: relative
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  opacity: .35;
  pointer-events: none
}

.eyebrow,
.kicker {
  font-size: 10px;
  letter-spacing: .2em;
  font-weight: 800;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 9px
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px var(--teal)
}

.hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(55px, 7vw, 100px);
  line-height: .88;
  letter-spacing: -.055em;
  margin: 22px 0 27px;
  font-weight: 700
}

.hero h1 em {
  font-style: normal;
  color: var(--teal);
  text-shadow: 0 0 35px rgba(29, 226, 210, .25)
}

.hero h1 strong {
  font-weight: 700;
  -webkit-text-stroke: 1px rgba(245, 251, 250, .7);
  color: transparent
}

.hero-sub {
  max-width: 590px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(116, 255, 244, .25);
  padding: 15px 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: .25s
}

.btn span {
  font-size: 17px
}

.btn-primary {
  background: var(--teal);
  color: #00100f;
  border-color: var(--teal)
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(29, 226, 210, .18)
}

.btn-ghost:hover {
  border-color: var(--teal);
  color: var(--teal)
}

.proof {
  display: flex;
  gap: 34px;
  margin-top: 58px
}

.proof div {
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.proof b {
  font-size: 17px;
  color: var(--white)
}

.proof span {
  font-size: 9px;
  line-height: 1.35;
  color: #758786;
  text-transform: uppercase;
  letter-spacing: .08em
}

.hero-visual {
  height: 510px;
  position: relative;
  display: grid;
  place-items: center
}

.hero-ring {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(29, 226, 210, .18);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(29, 226, 210, .07), inset 0 0 70px rgba(29, 226, 210, .03)
}

.hero-ring:after {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px dashed rgba(116, 255, 244, .12);
  border-radius: 50%;
  animation: spin 24s linear infinite
}

.hero-card {
  width: 330px;
  height: 410px;
  background: linear-gradient(145deg, #0a2224, #020809 70%);
  border: 1px solid rgba(116, 255, 244, .22);
  position: relative;
  overflow: hidden;
  box-shadow: 25px 30px 90px rgba(0, 0, 0, .65), 0 0 60px rgba(29, 226, 210, .08);
  transform: rotate(3deg)
}

.hero-card:before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(116, 255, 244, .08)
}

.scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--teal);
  box-shadow: 0 0 20px var(--teal);
  opacity: .5;
  animation: scan 4s linear infinite
}

.hero-card-top,
.hero-card-bottom {
  position: absolute;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: .17em;
  color: #708887
}

.hero-card-top {
  top: 28px
}

.hero-card-bottom {
  bottom: 28px
}

.hero-card-title {
  position: absolute;
  left: 28px;
  top: 105px;
  font-family: "Space Grotesk";
  font-size: 62px;
  line-height: .82;
  font-weight: 700;
  letter-spacing: -.06em
}

.hero-card-title span {
  color: var(--teal);
  font-size: 40px
}

.floating-tag {
  position: absolute;
  border: 1px solid rgba(116, 255, 244, .18);
  background: rgba(2, 7, 8, .75);
  backdrop-filter: blur(8px);
  padding: 11px 13px;
  font-size: 8px;
  letter-spacing: .16em;
  color: #a7bab9
}

.floating-tag b {
  color: var(--teal);
  margin-left: 8px
}

.tag-a {
  right: 0;
  top: 120px
}

.tag-b {
  left: 5px;
  bottom: 115px
}

.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  background: rgba(8, 27, 29, .45);
  white-space: nowrap
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  padding: 18px 0;
  animation: marquee 25s linear infinite;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em
}

.marquee i {
  font-style: normal;
  color: var(--teal)
}

.section {
  max-width: var(--max);
  margin: auto;
  padding: 140px 28px
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 58px
}

.section h2 {
  font-family: "Space Grotesk";
  font-size: clamp(45px, 5.5vw, 74px);
  line-height: .92;
  letter-spacing: -.05em;
  margin-top: 18px
}

.section h2 span {
  color: var(--teal)
}

.section-note {
  max-width: 360px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.project-large {
  grid-row: span 2
}

.project-wide {
  grid-column: span 2
}

.project-art {
  min-height: 390px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 25px;
  background-color: #061113
}

.project-large .project-art {
  min-height: 800px
}

.project-wide .project-art {
  min-height: 350px
}

.project-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(29, 226, 210, .13), transparent 70%);
  transform: translateX(-100%);
  transition: 1s
}

.project:hover .project-art:after {
  transform: translateX(100%)
}

.art-one {
  background: radial-gradient(circle at 70% 25%, rgba(29, 226, 210, .5), transparent 23%), linear-gradient(145deg, #0c2527, #020708)
}

.art-two {
  background: radial-gradient(circle at 30% 65%, rgba(138, 43, 255, .35), transparent 25%), linear-gradient(145deg, #101420, #020708)
}

.art-three {
  background: radial-gradient(circle at 65% 45%, rgba(29, 226, 210, .28), transparent 22%), linear-gradient(145deg, #182021, #020708)
}

.art-four {
  background: linear-gradient(120deg, #071719, #020708 50%, #092729)
}

.project-art span {
  font-size: 9px;
  letter-spacing: .18em;
  color: #9ab0ae;
  z-index: 2
}

.project-no {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 10px;
  color: var(--teal);
  letter-spacing: .2em
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid rgba(116, 255, 244, .5);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  opacity: .75;
  z-index: 2
}

.project-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 18px 2px 0
}

.project-info h3 {
  font-family: "Space Grotesk";
  font-size: 21px
}

.project-info p {
  font-size: 10px;
  color: #718482;
  margin-top: 4px
}

.project-info b {
  font-size: 9px;
  color: var(--teal);
  letter-spacing: .1em;
  text-transform: uppercase
}

.services {
  border-top: 1px solid var(--line)
}

.service-list {
  border-top: 1px solid var(--line)
}

.service {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  gap: 30px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition: .3s
}

.service:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(29, 226, 210, .04), transparent)
}

.service>span {
  font-size: 10px;
  color: var(--teal)
}

.service h3 {
  font-family: "Space Grotesk";
  font-size: 27px
}

.service p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  max-width: 680px;
  margin-top: 7px
}

.service>b {
  font-size: 22px;
  color: #718482
}

.process {
  background: radial-gradient(circle at 50% 55%, rgba(29, 226, 210, .05), transparent 35%)
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line)
}

.process-card {
  background: var(--bg);
  padding: 38px;
  min-height: 270px
}

.process-card span {
  font-size: 10px;
  color: var(--teal);
  letter-spacing: .15em
}

.process-card h3 {
  font-family: "Space Grotesk";
  font-size: 30px;
  margin: 70px 0 12px
}

.process-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8
}

.about-card {
  border: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(8, 27, 29, .75), rgba(2, 7, 8, .6));
  display: grid;
  grid-template-columns: 360px 1fr;
  min-height: 510px
}

.about-photo {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  background: radial-gradient(circle, rgba(29, 226, 210, .1), transparent 60%)
}

.about-photo img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(.8);
  box-shadow: 0 0 60px rgba(29, 226, 210, .14)
}

.about-copy {
  padding: 75px
}

.about-copy h2 {
  font-size: 58px
}

.about-copy>p:not(.kicker) {
  color: var(--muted);
  line-height: 1.9;
  max-width: 650px;
  font-size: 14px;
  margin-top: 28px
}

.tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px
}

.tool-row span {
  font-size: 8px;
  letter-spacing: .12em;
  border: 1px solid var(--line);
  padding: 9px 12px;
  color: #8ea5a3
}

.testimonial {
  padding-top: 70px;
  padding-bottom: 150px
}

.quote {
  text-align: center
}

.quote-mark {
  font-family: Georgia;
  font-size: 70px;
  color: var(--teal);
  opacity: .5
}

.quote blockquote {
  font-family: "Space Grotesk";
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.04em
}

.quote blockquote em {
  font-style: normal;
  color: var(--teal)
}

.quote-line {
  width: 60px;
  height: 1px;
  background: var(--teal);
  margin: 30px auto 15px
}

.quote p {
  font-size: 8px;
  color: #708483;
  letter-spacing: .2em
}

.contact {
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 50% 0, rgba(29, 226, 210, .1), transparent 42%)
}

.contact-inner {
  max-width: var(--max);
  margin: auto;
  padding: 150px 28px 120px;
  text-align: center
}

.contact h2 {
  font-family: "Space Grotesk";
  font-size: clamp(60px, 9vw, 120px);
  line-height: .83;
  letter-spacing: -.065em;
  margin: 25px 0
}

.contact h2 span {
  color: var(--teal)
}

.contact-inner>p:not(.kicker) {
  color: var(--muted);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 13px
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 35px
}

.big {
  padding: 17px 25px
}

.socials {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 70px;
  font-size: 8px;
  letter-spacing: .18em;
  color: #758886
}

.socials a:hover {
  color: var(--teal)
}

footer {
  max-width: var(--max);
  margin: auto;
  padding: 25px 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: .16em;
  color: #657b79
}

footer a:hover {
  color: var(--teal)
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 100
}

.modal.open {
  display: grid
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .88);
  backdrop-filter: blur(10px)
}

.modal-box {
  width: min(900px, 92vw);
  position: relative;
  z-index: 2
}

.video-wrap {
  aspect-ratio: 16/9;
  background: #000;
  border: 1px solid var(--line)
}

iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.modal-close {
  position: absolute;
  right: 0;
  top: -45px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .8s ease, transform .8s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes scan {
  0% {
    top: 0
  }

  100% {
    top: 100%
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

@media(max-width:800px) {
  .nav {
    height: 72px
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 15px;
    right: 15px;
    padding: 20px;
    background: #061314;
    border: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch
  }

  .nav-links.open {
    display: flex
  }

  .nav-toggle {
    display: grid;
    gap: 5px
  }

  .nav-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--teal)
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px;
    min-height: auto
  }

  .hero-visual {
    height: 430px
  }

  .hero-ring {
    width: 330px;
    height: 330px
  }

  .hero-card {
    width: 270px;
    height: 340px
  }

  .hero-card-title {
    font-size: 52px
  }

  .section {
    padding: 90px 20px
  }

  .section-head {
    display: block
  }

  .section-note {
    margin-top: 25px
  }

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

  .project-large,
  .project-wide {
    grid-row: auto;
    grid-column: auto
  }

  .project-large .project-art {
    min-height: 500px
  }

  .project-art,
  .project-wide .project-art {
    min-height: 320px
  }

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

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

  .about-photo {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 50px
  }

  .about-copy {
    padding: 45px 30px
  }

  .about-copy h2 {
    font-size: 45px
  }

  .proof {
    gap: 17px
  }

  .proof b {
    font-size: 14px
  }

  .proof span {
    font-size: 7px
  }

  .service {
    grid-template-columns: 35px 1fr 25px
  }

  .service h3 {
    font-size: 21px
  }

  .contact-inner {
    padding: 100px 20px
  }

  .socials {
    flex-wrap: wrap
  }

  footer {
    gap: 15px;
    flex-wrap: wrap
  }
}

/* ===== AUTOPLAY YOUTUBE PORTFOLIO PREVIEWS ===== */
.project-video {
  min-height: 390px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  background: #020708;
  isolation: isolate
}

.project-large .project-video {
  min-height: 800px
}

.project-wide .project-video {
  min-height: 350px
}

.project-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transform: scale(1.01);
  pointer-events: none;
  background: #020708
}

.project-video:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 7, 8, .12), transparent 35%, rgba(2, 7, 8, .62));
  z-index: 1
}

.video-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 22px
}

.video-badge {
  opacity: 0;
  transform: translateY(8px);
  transition: .25s;
  border: 1px solid rgba(116, 255, 244, .35);
  background: rgba(2, 7, 8, .78);
  backdrop-filter: blur(8px);
  color: var(--teal);
  padding: 10px 12px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em
}

.project:hover .video-badge {
  opacity: 1;
  transform: none
}

.project-no,
.project-type {
  position: absolute;
  z-index: 3
}

.project-type {
  left: 25px;
  bottom: 25px;
  font-size: 9px;
  letter-spacing: .18em;
  color: #9ab0ae
}

.project-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 18px 2px 0
}

.project-info b {
  color: var(--teal)
}

@media(max-width:800px) {

  .project-video,
  .project-large .project-video,
  .project-wide .project-video {
    min-height: 320px
  }

  .project-large .project-video {
    min-height: 500px
  }

  .video-badge {
    opacity: 1;
    transform: none
  }
}

.project-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  background: #020708;
}