:root {
  --ink: #0a0a0c;
  --paper: #f2f0e9;
  --muted: #9a9994;
  --line: rgba(10, 10, 12, .16);
  --acid: #d6ff3f;
  --violet: #8b5cf6;
  --orange: #ff5c35;
  --shell: min(1220px, calc(100vw - 64px));
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.noise { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .035; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; left: 50%; top: 18px; transform: translateX(-50%); width: var(--shell); min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 10px 20px; background: rgba(242, 240, 233, .84); border: 1px solid rgba(10,10,12,.12); backdrop-filter: blur(18px); transition: box-shadow .3s, background .3s; }
.site-header.is-scrolled { box-shadow: 0 10px 40px rgba(0,0,0,.08); background: rgba(242,240,233,.94); }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 14px/1 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand b { font-weight: 500; color: #777; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; position: relative; transform: rotate(-16deg); }
.brand-mark i { position: absolute; width: 19px; height: 6px; border: 2px solid currentColor; border-radius: 50%; }
.brand-mark i:nth-child(2) { transform: rotate(60deg); }
.brand-mark i:nth-child(3) { transform: rotate(120deg); }
.desktop-nav { display: flex; gap: 30px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; width: 0; left: 0; bottom: -5px; background: currentColor; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 24px; font: 600 13px/1 "Manrope", sans-serif; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--violet); }
.button-light { background: var(--paper); color: var(--ink); }

.hero { min-height: 860px; padding-top: 154px; padding-bottom: 86px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 6vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; font: 600 11px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.065em; }
h1 { margin-bottom: 34px; font-size: clamp(60px, 7.2vw, 110px); line-height: .89; font-weight: 700; }
h1 em, .contact h2 em { color: var(--violet); font-style: normal; }
.hero-intro { max-width: 600px; margin-bottom: 36px; color: #3e3e40; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { font-size: 14px; font-weight: 600; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero-visual { position: relative; min-height: 590px; overflow: hidden; background: #0b0b0e; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: -1; 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: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); mix-blend-mode: screen; }
.orb-one { width: 330px; height: 330px; left: 12%; top: 12%; background: radial-gradient(circle at 35% 30%, #fff 0, var(--violet) 10%, #32108e 42%, transparent 70%); animation: drift 8s ease-in-out infinite; }
.orb-two { width: 320px; height: 320px; right: 4%; top: 26%; background: radial-gradient(circle at 45% 35%, #fff 0, var(--orange) 8%, #7f142b 40%, transparent 72%); animation: drift 9s ease-in-out -4s infinite reverse; }
.frame-corners { position: absolute; inset: 46px; border: 1px solid rgba(255,255,255,.16); }
.frame-corners::before, .frame-corners::after { content: "+"; position: absolute; color: white; font-size: 18px; }
.frame-corners::before { left: -6px; top: -12px; }.frame-corners::after { right: -6px; bottom: -12px; }
.timeline { position: absolute; left: 7%; right: 7%; bottom: 7%; height: 104px; padding: 16px; background: rgba(8,8,10,.84); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.timecode { color: #a8a8ad; font: 500 10px/1 monospace; margin-bottom: 12px; }
.tracks { display: grid; gap: 7px; }
.tracks span { display: block; height: 10px; width: var(--w); margin-left: var(--x); background: linear-gradient(90deg, var(--violet), #af8cff); opacity: .9; }
.tracks span:nth-child(2) { background: linear-gradient(90deg, var(--acid), #8fac24); }
.tracks span:nth-child(3) { background: linear-gradient(90deg, var(--orange), #c12b61); }
.playhead { position: absolute; width: 1px; top: 9px; bottom: 9px; left: 48%; background: white; box-shadow: 0 0 8px white; animation: scrub 6s linear infinite; }
.visual-label { position: absolute; top: 65px; left: 65px; color: white; font: 600 10px/1 "Manrope"; letter-spacing: .2em; }
@keyframes drift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(30px,-18px) scale(1.08); } }
@keyframes scrub { 0% { left: 10%; } 100% { left: 90%; } }

.ticker { overflow: hidden; padding: 17px 0; color: var(--ink); background: var(--acid); transform: rotate(-1.4deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 22px; animation: marquee 24s linear infinite; font: 700 13px/1 "Manrope"; letter-spacing: .08em; }
.ticker-track i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.work, .products, .services, .process, .about { padding-top: 150px; padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; margin-bottom: 70px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(46px, 5vw, 74px); line-height: .98; }
.section-heading > p { max-width: 440px; margin-bottom: 4px; color: #555458; font-size: 17px; line-height: 1.6; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 20px; }
.work-card-wide { grid-column: span 2; }
.work-art { position: relative; min-height: 390px; overflow: hidden; background: #111; }
.work-card-wide .work-art { min-height: 520px; }
.work-meta { display: flex; justify-content: space-between; align-items: flex-start; padding-top: 17px; border-top: 1px solid var(--ink); }
.work-meta h3 { margin-bottom: 7px; font: 700 20px/1.2 "Manrope"; letter-spacing: -.035em; }
.work-meta p { margin-bottom: 0; color: #6a696c; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.round-arrow { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; transition: background .2s, color .2s, transform .2s; }
.work-card:hover .round-arrow { background: var(--ink); color: white; transform: rotate(45deg); }
.card-index { position: absolute; top: 18px; right: 18px; color: rgba(255,255,255,.7); font: 500 10px monospace; }
.art-edit { display: grid; place-items: center; background: radial-gradient(circle at 50% 10%, #49405f, #16141c 45%, #09090b); }
.edit-screen { width: 74%; height: 55%; padding: 14px; display: flex; align-items: flex-end; gap: 8px; border: 1px solid rgba(255,255,255,.24); background: linear-gradient(145deg, rgba(255,255,255,.08), transparent); transform: perspective(800px) rotateX(5deg) rotateY(-8deg); box-shadow: 30px 30px 80px rgba(0,0,0,.5); }
.edit-screen span { flex: 1; height: 18%; background: var(--violet); animation: bars 2.4s ease-in-out infinite alternate; }
.edit-screen span:nth-child(2) { height: 50%; animation-delay: -.7s; background: var(--acid); }.edit-screen span:nth-child(3) { height: 85%; animation-delay: -1.3s; background: var(--orange); }
@keyframes bars { to { height: 76%; } }
.art-motion { background: #d9ff50; }
.motion-shape { position: absolute; border: 4px solid var(--ink); }
.shape-a { width: 58%; aspect-ratio: 1; border-radius: 50%; left: -12%; top: 18%; }.shape-b { width: 55%; aspect-ratio: 1; right: -10%; bottom: -20%; transform: rotate(25deg); background: var(--violet); }.shape-c { width: 80px; height: 80px; right: 20%; top: 14%; transform: rotate(45deg); background: var(--orange); }
.art-game { display: grid; place-items: center; background: linear-gradient(150deg, #111b32, #061014); perspective: 700px; }
.game-world { position: relative; width: 190px; height: 190px; transform: rotateX(60deg) rotateZ(45deg); border: 1px solid #4df4cb; box-shadow: 0 0 80px rgba(77,244,203,.2); background-image: linear-gradient(rgba(77,244,203,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(77,244,203,.2) 1px, transparent 1px); background-size: 24px 24px; }
.game-world span { position: absolute; width: 42px; height: 42px; background: #4df4cb; box-shadow: 0 0 30px #4df4cb; transform: translateZ(40px); }.game-world span:nth-child(2){right:10px;bottom:20px;background:var(--violet);box-shadow:0 0 30px var(--violet)}.game-world span:nth-child(3){left:60px;top:80px;width:25px;height:25px;background:var(--orange);box-shadow:0 0 30px var(--orange)}
.art-animation { display: flex; align-items: center; padding: 8%; background: #171719; }
.type-stack span { display: block; color: white; font: 800 clamp(54px,7vw,112px)/.8 "Manrope"; letter-spacing: -.08em; mix-blend-mode: screen; }
.type-stack span:nth-child(2) { margin-left: 18%; color: var(--violet); }.type-stack span:nth-child(3) { margin-left: 7%; color: var(--orange); }
.portfolio-note { margin: 34px 0 0; color: #78777b; font-size: 12px; }
.realtime-feature { margin-top: 90px; padding: clamp(34px, 5vw, 70px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 6vw, 90px); color: white; background: var(--ink); }
.realtime-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.realtime-copy h3 { margin: 14px 0 24px; font: 700 clamp(40px, 4.3vw, 66px)/.96 "Manrope", sans-serif; letter-spacing: -.06em; }
.realtime-copy > p:not(.eyebrow) { margin: 0; color: #b5b4b9; font-size: 16px; line-height: 1.65; }
.realtime-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.realtime-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); color: #d0cfd4; font: 600 9px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.realtime-videos { display: grid; gap: 28px; }
.realtime-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #050506; }
.realtime-video p { display: flex; justify-content: space-between; gap: 18px; margin: 12px 0 0; color: white; font: 600 12px/1.35 "Manrope", sans-serif; }
.realtime-video p span { color: #8e8d93; font-weight: 500; text-align: right; }
.motion-feature { color: var(--ink); background: var(--orange); }
.motion-feature .realtime-copy > p:not(.eyebrow) { color: #3d1711; }
.motion-feature .realtime-tags span { border-color: rgba(10,10,12,.3); color: #2d100c; }
.motion-feature .realtime-video p { color: var(--ink); }
.motion-feature .realtime-video p span { color: #4a1a13; }
.animation-feature { grid-template-columns: 1fr; color: var(--ink); background: #ded5ff; }
.animation-feature .realtime-copy { max-width: 720px; }
.animation-feature .realtime-copy > p:not(.eyebrow) { color: #504b60; }
.animation-feature .realtime-tags span { border-color: rgba(10,10,12,.25); color: #393442; }
.animation-feature .realtime-videos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.animation-feature .realtime-video p { color: var(--ink); }
.animation-feature .realtime-video p span { color: #615b6d; }

.products { border-top: 1px solid var(--line); }
.product-feature { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 690px; margin-bottom: 22px; overflow: hidden; background: var(--ink); color: white; }
.product-feature-copy { padding: clamp(44px, 6vw, 84px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.product-feature-copy > img { width: 112px; height: 112px; margin-bottom: 28px; border-radius: 24%; box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.product-kicker, .app-category { color: var(--acid); font: 600 10px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .15em; }
.product-feature-copy h3 { margin: 12px 0 24px; font: 700 clamp(43px, 4.4vw, 68px)/.96 "Manrope", sans-serif; letter-spacing: -.06em; }
.product-feature-copy > p:not(.product-kicker) { max-width: 510px; color: #bbb9c0; font-size: 17px; line-height: 1.62; }
.product-actions { margin-top: 18px; }
.shorts-grid { min-width: 0; padding: 44px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: center; background: linear-gradient(145deg, #352477, #8b5cf6 52%, #ff5c35); }
.shorts-grid iframe { width: 100%; aspect-ratio: 9 / 16; border: 0; background: #050506; box-shadow: 0 24px 65px rgba(0,0,0,.34); }
.app-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.app-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); background: rgba(255,255,255,.24); transition: transform .25s, background .25s, border-color .25s; }
.app-card:hover { transform: translateY(-7px); background: white; border-color: var(--ink); }
.app-card img { width: 90px; height: 90px; margin-bottom: 30px; border-radius: 23%; box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.app-card .app-category { color: #6a696d; }
.app-card h3 { margin: 12px 0; font: 700 24px/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.app-card p { margin-bottom: 24px; color: #5c5b5f; line-height: 1.55; }
.app-link { margin-top: auto; padding-top: 14px; width: 100%; border-top: 1px solid var(--line); font-size: 12px; font-weight: 600; }

.services { border-top: 1px solid var(--line); }
.service-list { border-top: 1px solid var(--ink); }
.service-row { min-height: 132px; display: grid; grid-template-columns: 70px 1fr 1fr 40px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.service-row > span { color: #777; font: 500 11px monospace; }
.service-row h3 { margin: 0; font: 700 clamp(23px,2.4vw,34px)/1.1 "Manrope"; letter-spacing: -.045em; }
.service-row p { max-width: 420px; margin: 0; color: #5c5b5e; line-height: 1.55; }
.service-row i { font-style: normal; font-size: 22px; }

.agency-panel { width: 100%; max-width: none; padding: 0 32px; }
.agency-inner { width: min(1400px, 100%); margin: auto; padding: 110px max(32px, calc((100% - 1220px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: white; background: var(--ink); }
.eyebrow-light { color: var(--acid); }
.agency-copy h2 { margin-bottom: 30px; font-size: clamp(50px,5.2vw,80px); line-height: .95; }
.agency-copy > p:not(.eyebrow) { max-width: 550px; margin-bottom: 35px; color: #b5b4b9; font-size: 18px; line-height: 1.65; }
.agency-points { display: grid; align-content: center; }
.agency-points > div { display: grid; grid-template-columns: 45px 1fr; gap: 4px 15px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.2); }
.agency-points b { grid-row: span 2; color: var(--acid); font: 500 11px monospace; }
.agency-points h3 { margin-bottom: 8px; font: 700 22px/1.1 "Manrope"; }
.agency-points p { margin: 0; color: #9f9fa4; line-height: 1.5; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.process-step { min-height: 270px; padding: 26px 26px 26px 0; border-right: 1px solid var(--line); }
.process-step:not(:first-child) { padding-left: 26px; }
.process-step:last-child { border: 0; }
.process-step span { display: block; margin-bottom: 80px; color: #777; font: 500 11px monospace; }
.process-step h3 { font: 700 27px/1 "Manrope"; letter-spacing: -.04em; }
.process-step p { color: #5e5d61; line-height: 1.55; }

.about { display: grid; grid-template-columns: .88fr 1.12fr; gap: 9vw; align-items: center; border-top: 1px solid var(--line); }
.about-visual { min-height: 520px; display: grid; place-items: center; background: var(--violet); overflow: hidden; }
.about-monogram { color: var(--paper); font: 800 clamp(90px,12vw,180px)/1 "Manrope"; letter-spacing: -.14em; transform: rotate(-8deg); }.about-monogram span { color: var(--acid); }
.about-copy h2 { font-size: clamp(45px,5vw,72px); line-height: .98; }
.about-lead { font-size: 24px; line-height: 1.45; letter-spacing: -.02em; }
.about-copy > p:last-child { color: #5e5d61; font-size: 17px; line-height: 1.7; }

.contact { width: 100%; max-width: none; padding: 0 32px 32px; }
.contact-inner { width: min(1400px,100%); margin: auto; padding: 110px max(32px, calc((100% - 1220px)/2)) 45px; color: white; background: var(--violet); }
.contact .eyebrow-light { color: var(--acid); }
.contact h2 { margin-bottom: 65px; font-size: clamp(55px,7vw,108px); line-height: .92; }
.contact h2 em { color: var(--acid); }
.contact-email { display: flex; justify-content: space-between; padding: 25px 0; border-top: 1px solid white; border-bottom: 1px solid white; font: 600 clamp(19px,2vw,30px)/1 "Manrope"; }
.contact-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; font-size: 13px; }

.site-footer { min-height: 130px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 12px; }
.site-footer > p { margin: 0; text-align: center; }.site-footer > div { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--delay, 0) * 110ms); }
.reveal[data-delay="1"] { --delay: 1; }.reveal[data-delay="2"] { --delay: 2; }.reveal[data-delay="3"] { --delay: 3; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: calc(100vw - 36px); }
  .desktop-nav { display: none; }
  .site-header { top: 10px; }.site-header .button { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; gap: 70px; }
  .hero-visual { min-height: 500px; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading > p { max-width: 600px; }
  .work-grid { grid-template-columns: 1fr 1fr; }.work-card-wide { grid-column: span 2; }
  .realtime-feature { grid-template-columns: 1fr; }
  .animation-feature .realtime-videos { grid-template-columns: 1fr; }
  .product-feature { grid-template-columns: 1fr; }.shorts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 45px 1fr 30px; padding: 24px 0; }.service-row p { grid-column: 2; }.service-row i { grid-column: 3; grid-row: 1; }
  .agency-panel, .contact { padding-inline: 18px; }.agency-inner { grid-template-columns: 1fr; gap: 60px; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-step:nth-child(2) { border-right: 0; }.process-step { border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; }.about-visual { min-height: 430px; }
}

@media (max-width: 580px) {
  .hero { padding-top: 126px; }.hero-actions { align-items: flex-start; flex-direction: column; }
  h1 { font-size: 58px; }.hero-visual { min-height: 390px; }.frame-corners { inset: 25px; }.visual-label { top: 40px; left: 40px; }.timeline { left: 6%; right: 6%; }
  .work, .products, .services, .process, .about { padding-top: 100px; padding-bottom: 100px; }
  .work-grid { grid-template-columns: 1fr; }.work-card-wide { grid-column: auto; }.work-card-wide .work-art, .work-art { min-height: 370px; }
  .realtime-feature { margin-top: 60px; padding: 34px 20px; }.realtime-video p { flex-direction: column; gap: 5px; }.realtime-video p span { text-align: left; }
  .animation-feature .realtime-videos { grid-template-columns: 1fr; }
  .product-feature-copy { padding: 42px 28px; }.product-feature-copy h3 { font-size: 42px; }
  .shorts-grid { padding: 24px 14px; gap: 10px; }
  .app-grid { grid-template-columns: 1fr; }.app-card { min-height: 340px; }
  .service-row { grid-template-columns: 36px 1fr 24px; gap: 12px; }
  .process-grid { grid-template-columns: 1fr; }.process-step { border-right: 0; padding-left: 0 !important; }
  .contact h2 { font-size: 52px; }.contact-email { font-size: 15px; }.contact-foot { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; padding: 40px 0; }.site-footer > p, .site-footer > div { text-align: left; }
}

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