:root {
  --black: #0b0d0c;
  --white: #f2f0e9;
  --orange: #ff5a36;
  --lime: #d7ff3f;
  --gray: #8c918d;
  --panel: #171a18;
  --line: rgba(242, 240, 233, .16);
  --page: min(1440px, 100%);
  --pad: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); color: var(--white); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(242,240,233,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,240,233,.025) 1px, transparent 1px),
    var(--black);
  background-size: 80px 80px;
  font-family: Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.case-title-link { text-decoration: none; transition: color .2s ease; }
.case-title-link:hover { color: var(--orange); }
.case-link { display: inline-flex; align-items: center; justify-content: space-between; width: min(220px, 100%); margin-top: 28px; padding: 14px 0; border-bottom: 1px solid var(--orange); color: inherit; text-decoration: none; font-weight: 800; }
.case-link span { color: var(--orange); }
button, input, textarea { font: inherit; }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-150%); background: var(--lime); color: var(--black); padding: 10px 14px; }
.skip-link:focus { transform: none; }
.section { width: var(--page); margin: 0 auto; padding: clamp(88px, 10vw, 156px) var(--pad); border-bottom: 1px solid var(--line); }
.kicker, .archive-tag, .media-label, .service-number, .service-signal, .fact-list, .contact-note {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 11px;
}
.kicker { color: var(--orange); margin: 0 0 24px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.05em; }
h1 { font-size: clamp(52px, 7.7vw, 124px); line-height: .9; margin-bottom: 36px; }
h1 span { display: block; margin-left: 12%; color: var(--orange); }
h2 { max-width: 1100px; font-size: clamp(42px, 6.2vw, 92px); line-height: .96; margin-bottom: 72px; }
h3 { font-size: clamp(26px, 3vw, 48px); line-height: 1.02; }
p { color: #c5c9c5; line-height: 1.65; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  width: var(--page);
  height: 80px;
  padding: 0 var(--pad);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease;
}
.site-header.scrolled { background: rgba(11,13,12,.9); border-color: var(--line); backdrop-filter: blur(16px); }
.brand img { width: 142px; }
.site-nav { display: flex; justify-content: center; gap: 30px; }
.site-nav a, .header-contact, .language { font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav a { color: #c5c9c5; }
.site-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-contact { padding-bottom: 4px; border-bottom: 1px solid var(--orange); }
.language { color: var(--gray); border: 0; background: none; padding: 6px; cursor: pointer; }
.menu-toggle { display: none; }

.hero { padding-top: 150px; min-height: 940px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 110px); align-items: center; position: relative; background:radial-gradient(circle at 78% 28%,rgba(215,255,63,.09),transparent 23%),radial-gradient(circle at 14% 68%,rgba(255,90,54,.09),transparent 27%); }
.hero-copy { z-index: 1; }
.hero h1 { font-size: clamp(52px, 6.5vw, 105px); }
.hero-lead { max-width: 700px; font-size: clamp(17px, 1.5vw, 22px); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; text-decoration: none; font-weight: 800; }
.button-primary { min-width: 220px; background: var(--orange); color: var(--black); padding: 0 20px; }
.button-primary:hover { background: var(--lime); }
.button-text { color: var(--white); }
.button-text:hover { color: var(--orange); }
.hero-media { position: relative; min-height: 610px; overflow: hidden; background: var(--panel); }
.hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.hero-slideshow { position: absolute; inset: 0; overflow: hidden; background: #171a18; }
.hero-slideshow::before { content: ""; position: absolute; inset: -32px; background: url("assets/media/photo_2019-10-19_14-47-20.jpg") center / cover; filter: blur(26px) brightness(.42) saturate(.75); transform: scale(1.15); }
.hero-slideshow img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; animation: heroFrames 12s infinite; }
.hero-slideshow img:nth-child(2) { animation-delay: 4s; }
.hero-slideshow img:nth-child(3) { animation-delay: 8s; }
@keyframes heroFrames { 0%, 28% { opacity: 1; } 36%, 92% { opacity: 0; } 100% { opacity: 1; } }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,13,12,.04) 45%, rgba(11,13,12,.88)); pointer-events: none; }
.media-label { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; justify-content: space-between; }
.media-signal { position: absolute; z-index: 2; right: 24px; top: 24px; width: 72px; height: 72px; border: 2px solid var(--lime); border-radius: 50%; }
.media-signal i { position: absolute; width: 10px; height: 10px; background: var(--orange); border-radius: 50%; left: -6px; top: 29px; }
.media-signal b { position: absolute; inset: 9px; border: 1px solid var(--lime); border-radius: 50%; animation: ring 2s ease-out infinite; }
@keyframes ring { 0% { transform: scale(.7); opacity: 1; } 80%,100% { transform: scale(1.3); opacity: 0; } }
.hero-system { position: absolute; left: var(--pad); right: var(--pad); bottom: 36px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 16px; font: 11px "IBM Plex Mono", monospace; color: var(--gray); }
.hero-system i { height: 1px; background: var(--line); }
.hero-system .response { color: var(--lime); }

.trust-strip { width: var(--page); margin: 0 auto; padding: 32px var(--pad); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.trust-strip p, .trust-strip small { margin: 0; font-size: 11px; font-family: "IBM Plex Mono", monospace; color: var(--gray); }
.trust-strip div { display: flex; justify-content: center; gap: clamp(16px, 3vw, 42px); flex-wrap: wrap; }
.trust-strip strong { position: relative; display: inline-block; padding: 8px 2px; font-size: 13px; color: var(--white); cursor: default; transition: color .25s ease, transform .25s cubic-bezier(.16,1,.3,1), text-shadow .25s ease; }
.trust-strip strong::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: linear-gradient(90deg, var(--orange), var(--lime)); transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.trust-strip strong:hover { color: var(--lime); transform: translateY(-3px); text-shadow: 0 0 24px rgba(215,255,63,.45); }
.trust-strip strong:hover::after { transform: scaleX(1); }

.section-head { display: grid; grid-template-columns: .3fr 1fr; gap: 24px; }
.section-head h2 { grid-column: 2; }
.featured { background: var(--white); color: var(--black); }
.featured p { color: #464b47; }
.feature-case { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; margin-bottom: 18px; background: var(--black); color: var(--white); }
.case-media { position: relative; overflow: hidden; min-height: 600px; }
.case-media video { width: 100%; height: 100%; object-fit: cover; }
.robot-media { display: grid; place-items: center; background: #f2f0e9; }
.robot-media img { width: 100%; height: 100%; object-fit: contain; }
.archive-tag { position: absolute; left: 18px; bottom: 18px; color: var(--white); background: rgba(11,13,12,.8); padding: 8px 10px; }
.case-copy { padding: clamp(32px, 5vw, 72px); display: flex; flex-direction: column; justify-content: space-between; }
.case-copy p { color: #c5c9c5; }
.case-stats { margin: 42px 0; }
.case-stats div { display: flex; justify-content: space-between; padding: 15px 0; border-top: 1px solid var(--line); }
.case-stats dt { color: var(--gray); font: 11px "IBM Plex Mono", monospace; text-transform: uppercase; }
.case-stats dd { margin: 0; font-weight: 800; }
.system-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.system-flow span { font-size: 11px; }
.system-flow b { display: block; color: var(--orange); font: 9px "IBM Plex Mono", monospace; margin-bottom: 7px; }
.system-flow i { color: var(--orange); font-style: normal; }
.project-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.project-card { background: #e6e4dc; display: flex; flex-direction: column; }
.project-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--panel); }
.project-image img, .project-image video { width: 100%; height: 100%; object-fit: cover; }
.project-card-copy { padding: clamp(26px, 3vw, 46px); flex: 1; }
.project-card-copy h3 { font-size: clamp(28px, 3.1vw, 48px); }
.project-card-copy .kicker { color: #bc351d; }
.fact-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 30px 0 0; }
.fact-list li { border: 1px solid rgba(11,13,12,.28); padding: 8px 10px; }

.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 70px 1fr auto; gap: 34px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service h3 { font-size: clamp(28px, 3.4vw, 52px); margin-bottom: 12px; }
.service p { max-width: 760px; margin: 0; }
.service-number { color: var(--orange); }
.service-signal { color: var(--gray); border: 1px solid var(--line); padding: 8px 10px; }
.service:hover .service-signal { color: var(--black); background: var(--lime); border-color: var(--lime); }

.archive { background: var(--panel); }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.archive-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 330px; border: 1px solid var(--line); background: var(--black); }
.archive-media { min-height: 330px; overflow: hidden; }
.archive-media img, .archive-media video { width: 100%; height: 100%; object-fit: cover; }
.archive-card > div:last-child { padding: 26px; display: flex; flex-direction: column; }
.archive-card h3 { font-size: clamp(24px, 2.3vw, 36px); }
.archive-card span { color: var(--gray); margin-top: auto; font: 10px "IBM Plex Mono", monospace; text-transform: uppercase; }

.agencies { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); background: var(--orange); color: var(--black); }
.agencies .kicker { color: var(--black); }
.agencies h2 { font-size: clamp(48px, 6vw, 88px); margin-bottom: 36px; }
.agencies p { color: #3d1d15; }
.agencies .button-primary { background: var(--black); color: var(--white); margin-top: 28px; }
.agency-grid { display: grid; grid-template-columns: 1fr 1fr; }
.agency-grid div { padding: 26px; border: 1px solid rgba(11,13,12,.28); margin: 0 -1px -1px 0; }
.agency-grid span { font: 11px "IBM Plex Mono", monospace; }
.agency-grid strong { display: block; font-size: 19px; margin: 48px 0 12px; }
.agency-grid p { font-size: 13px; margin: 0; }

.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 80px .7fr 1fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.process-list span { color: var(--orange); font: 11px "IBM Plex Mono", monospace; }
.process-list strong { font-size: clamp(22px, 2.4vw, 36px); }
.process-list p { margin: 0; }

.games { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); background: var(--white); color: var(--black); }
.games h2 { font-size: clamp(48px, 6vw, 86px); margin-bottom: 32px; }
.games p { color: #464b47; }
.game-list { border-top: 1px solid rgba(11,13,12,.24); }
.game-list a { display: grid; grid-template-columns: 42px 1fr auto 24px; gap: 16px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(11,13,12,.24); text-decoration: none; }
.game-list span, .game-list em { font: 10px "IBM Plex Mono", monospace; color: #656a66; font-style: normal; text-transform: uppercase; }
.game-list strong { font-size: clamp(20px, 2vw, 30px); }
.game-list a:hover strong, .game-list a:hover b { color: #d63d23; }

.contact { min-height: 730px; display: flex; flex-direction: column; justify-content: space-between; background: var(--orange); color: var(--black); }
.contact .kicker { color: var(--black); }
.contact h2 { font-size: clamp(54px, 8vw, 124px); margin: 30px 0 80px; }
.contact-bottom { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.contact-bottom p { max-width: 560px; color: #3d1d15; margin: 0; }
.contact-link { font-size: clamp(24px, 3.4vw, 52px); font-weight: 800; text-decoration: none; border-bottom: 3px solid var(--black); }
.contact-note { color: #642719; margin: 28px 0 0; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.contact-intro > p { max-width: 520px; margin-top: 0; color: #3d1d15; }
.contact-options { display: grid; margin-top: 42px; border-top: 1px solid rgba(11,13,12,.35); }
.contact-channel { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(11,13,12,.35); color: var(--black); text-decoration: none; font-weight: 750; transition: padding .25s ease, color .25s ease; }
.contact-channel:hover { padding-left: 10px; color: #fff; }
.lead-form { padding: clamp(24px, 4vw, 52px); background: var(--black); color: var(--white); box-shadow: 0 32px 80px rgba(67,20,8,.2); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 9px; margin-bottom: 20px; }
.form-field > span, .form-consent { font: 10px "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .05em; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #454a46; border-radius: 0; background: #111412; color: var(--white); padding: 15px 16px; font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(215,255,63,.1); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #777d78; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--gray); text-transform: none; line-height: 1.45; }
.form-consent input { accent-color: var(--lime); margin-top: 2px; }
.form-submit { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-top: 28px; }
.button-form { border: 0; min-width: 220px; padding: 0 20px; background: var(--lime); color: var(--black); cursor: pointer; }
.button-form:hover { background: var(--orange); }
.button-form:disabled { opacity: .55; cursor: wait; }
.button-form.is-loading span { animation: formArrow .7s ease-in-out infinite alternate; }
@keyframes formArrow { to { transform: translateX(7px); } }
.form-status { margin: 0; min-height: 42px; color: var(--gray); font: 11px/1.55 "IBM Plex Mono", monospace; }
.form-status.is-success { color: var(--lime); }
.form-status.is-error { color: #ff836b; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.brief-page { background: var(--black); }
.brief-hero { padding-top: 170px; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(46px, 7vw, 120px); align-items: start; }
.brief-heading { position: sticky; top: 150px; }
.brief-heading h1 { margin: 24px 0 36px; font-size: clamp(54px, 6.2vw, 100px); }
.brief-heading h1 span { margin-left: 0; color: var(--orange); }
.brief-heading > p:last-child { max-width: 600px; color: var(--gray); }
.brief-form { background: #121513; border-top: 3px solid var(--lime); }
.brief-form-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 46px; color: var(--lime); font: 10px "IBM Plex Mono", monospace; }
.brief-form fieldset { min-width: 0; margin: 0 0 48px; padding: 0; border: 0; }
.brief-form legend { width: 100%; margin-bottom: 26px; padding-bottom: 13px; border-bottom: 1px solid #3c413d; font-size: 22px; font-weight: 750; }
.brief-form legend b { margin-right: 14px; color: var(--orange); font: 11px "IBM Plex Mono", monospace; }
.brief-alternative { background: var(--white); color: var(--black); }
.brief-alternative h2 { margin: 22px 0 60px; }
.brief-alternative > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brief-alternative p { max-width: 520px; color: #4b504c; }
.brief-alternative .contact-link { color: var(--black); font-size: clamp(20px, 2.4vw, 36px); }
.site-footer { width: var(--page); margin: 0 auto; min-height: 150px; padding: 40px var(--pad); display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; }
.site-footer p { margin: 0; font: 10px "IBM Plex Mono", monospace; text-transform: uppercase; color: var(--gray); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }

/* Motion system */
body::after { content: ""; position: fixed; z-index: 90; inset: 0; pointer-events: none; opacity: .025; 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.motion-ready body { animation:gridTravel 18s linear infinite; }
@keyframes gridTravel { to { background-position:80px 80px,80px 80px; } }
.motion-ambient { position:fixed; z-index:0; inset:0; overflow:hidden; pointer-events:none; }
.motion-ready body > main, .motion-ready body > footer { position:relative; z-index:1; }
.motion-ready body > header { z-index:100; }
.motion-ambient i { position:absolute; width:42vw; height:42vw; border-radius:50%; filter:blur(75px); opacity:.14; background:var(--orange); animation:ambientDrift 14s ease-in-out infinite alternate; }
.motion-ambient i:first-child { left:-14vw; top:12vh; }
.motion-ambient i:last-child { right:-18vw; top:48vh; background:var(--lime); animation-delay:-7s; animation-direction:alternate-reverse; }
@keyframes ambientDrift { to { transform:translate3d(12vw,18vh,0) scale(1.2); opacity:.22; } }
.motion-ready .reveal { filter: blur(8px); clip-path: inset(0 0 12% 0); }
.motion-ready .reveal.visible { filter: blur(0); clip-path: inset(0); transition: opacity .8s ease, transform .9s cubic-bezier(.16,1,.3,1), filter .8s ease, clip-path .9s cubic-bezier(.16,1,.3,1); }
.motion-ready .hero-copy h1, .motion-ready .projects-hero h1, .motion-ready .case-hero h1, .motion-ready .game-hero h1 { animation:headlineIn 1.05s .12s cubic-bezier(.16,1,.3,1) both; }
@keyframes headlineIn { from { opacity:0; transform:translateY(46px); clip-path:inset(0 0 100% 0); } to { opacity:1; transform:none; clip-path:inset(0); } }
.hero-media { transform: perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); transition: transform .3s ease, box-shadow .3s ease; }
.hero-media:hover { box-shadow: 0 40px 90px rgba(0,0,0,.34); }
.hero-media::before { content:""; position:absolute; z-index:2; inset:-2px; border:1px solid transparent; background:linear-gradient(115deg,transparent 25%,rgba(215,255,63,.75),transparent 58%) border-box; mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0); mask-composite:exclude; background-size:260% 100%; animation:frameScan 4.8s linear infinite; pointer-events:none; }
@keyframes frameScan { to { background-position:-260% 0; } }
.hero-media:hover .hero-slideshow img { transform: scale(1.025) translate(var(--px,0),var(--py,0)); transition: transform .8s cubic-bezier(.16,1,.3,1); }
.media-signal { animation:signalFloat 2.8s ease-in-out infinite; box-shadow:0 0 34px rgba(215,255,63,.18); }
@keyframes signalFloat { 50% { transform:translateY(-8px) scale(1.04); box-shadow:0 0 48px rgba(215,255,63,.32); } }
.motion-ready .hero-system i { position: relative; overflow: hidden; }
.motion-ready .hero-system i::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent,var(--orange),var(--lime)); transform:translateX(-105%); }
.motion-ready .hero-system.sequence-active i::after { animation: signalLine 1.2s cubic-bezier(.16,1,.3,1) forwards; }
.motion-ready .hero-system.sequence-active i:nth-of-type(2)::after { animation-delay: .55s; }
@keyframes signalLine { to { transform:translateX(0); } }
.project-image img, .project-image video, .archive-media img, .archive-media video { transition: transform .7s cubic-bezier(.16,1,.3,1), filter .5s ease; }
.project-card:hover .project-image img, .project-card:hover .project-image video, .archive-card:hover .archive-media img, .archive-card:hover .archive-media video { transform: scale(1.045); filter:saturate(1.08) contrast(1.03); }
.project-card, .archive-card { position:relative; }
.project-card::before, .archive-card::before { content:""; position:absolute; z-index:5; left:0; right:100%; top:0; height:3px; background:linear-gradient(90deg,var(--orange),var(--lime)); transition:right .55s cubic-bezier(.16,1,.3,1); pointer-events:none; }
.project-card:hover::before, .archive-card:hover::before { right:0; }
.magnetic { transform:translate(var(--mx,0),var(--my,0)); transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .2s ease,color .2s ease; will-change:transform; }
.scroll-progress { position:fixed; z-index:210; top:0; left:0; right:0; height:4px; pointer-events:none; transform-origin:left; transform:scaleX(var(--progress,0)); background:linear-gradient(90deg,var(--orange),var(--lime)); box-shadow:0 0 14px rgba(215,255,63,.42); }
.motion-cursor { position:fixed; z-index:220; left:-22px; top:-22px; width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(215,255,63,.7); border-radius:50%; pointer-events:none; opacity:0; transition:width .2s ease,height .2s ease,left .2s ease,top .2s ease,background-color .2s ease,opacity .2s ease; mix-blend-mode:difference; }
.has-pointer .motion-cursor { opacity:1; }
.motion-cursor.active { left:-34px; top:-34px; width:68px; height:68px; background:rgba(215,255,63,.16); }
.motion-cursor span { color:#fff; font:600 8px "IBM Plex Mono",monospace; letter-spacing:.08em; }
.pointer-depth { transform:perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease; transform-style:preserve-3d; }
.pointer-depth:hover { box-shadow:0 30px 65px rgba(0,0,0,.18); }
.page-curtain { position:fixed; z-index:300; inset:0; display:grid; place-items:center; background:var(--orange); transform:translateY(101%); pointer-events:none; transition:transform .42s cubic-bezier(.76,0,.24,1); }
.page-curtain span { color:var(--black); font-size:clamp(64px,14vw,190px); font-weight:800; letter-spacing:.12em; }
.page-curtain.leaving { transform:translateY(0); }
.sequence-active.system-flow i { animation:flowPulse .7s ease both; }
.sequence-active.system-flow i:nth-of-type(2) { animation-delay:.25s; }
@keyframes flowPulse { 0%{opacity:.2;transform:translateX(-8px)} 60%{color:var(--lime)} 100%{opacity:1;transform:none} }
.sequence-active.fact-wall > div { animation:factRise .65s cubic-bezier(.16,1,.3,1) both; }
.sequence-active.fact-wall > div:nth-child(2){animation-delay:.08s}.sequence-active.fact-wall > div:nth-child(3){animation-delay:.16s}.sequence-active.fact-wall > div:nth-child(4){animation-delay:.24s}
@keyframes factRise { from{opacity:0;transform:translateY(24px)} }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; border: 0; background: none; color: var(--white); align-items: center; gap: 10px; cursor: pointer; }
  .menu-toggle i { width: 16px; height: 1px; background: var(--orange); box-shadow: 0 5px var(--orange); }
  .site-nav { display: none; position: absolute; top: 80px; left: 0; right: 0; padding: 30px var(--pad); background: var(--black); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-nav.open { display: flex; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(50px, 11vw, 86px); }
  .hero h1 span { margin-left: 0; }
  .hero-media { min-height: 520px; }
  .hero-system { bottom: 26px; }
  .trust-strip { grid-template-columns: 1fr; text-align: center; }
  .feature-case, .project-grid, .agencies, .games { grid-template-columns: 1fr; }
  .archive-card { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 700px) {
  .section { padding-top: 78px; padding-bottom: 78px; }
  h1 { font-size: clamp(46px, 16vw, 72px); }
  h1 span { margin-left: 0; }
  h2 { margin-bottom: 46px; }
  .section-head { display: block; }
  .hero { min-height: auto; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-media { min-height: 420px; }
  .hero-system { position: static; grid-column: 1; margin-top: 16px; }
  .trust-strip div { gap: 16px 24px; }
  .feature-case { grid-template-columns: 1fr; }
  .case-media { min-height: 440px; }
  .system-flow { grid-template-columns: 1fr; }
  .system-flow i { transform: rotate(90deg); justify-self: center; }
  .project-grid, .archive-grid { grid-template-columns: 1fr; }
  .service { grid-template-columns: 44px 1fr; gap: 16px; }
  .service-signal { grid-column: 2; justify-self: start; }
  .archive-card { grid-template-columns: 1fr; }
  .archive-media { min-height: 300px; }
  .agency-grid { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 44px 1fr; }
  .process-list p { grid-column: 2; }
  .game-list a { grid-template-columns: 32px 1fr 20px; }
  .game-list em { grid-column: 2; }
  .contact-bottom { align-items: flex-start; flex-direction: column; }
  .contact-link { overflow-wrap: anywhere; }
  .contact-layout, .form-grid { grid-template-columns: 1fr; }
  .contact h2 { margin-bottom: 52px; }
  .form-submit { grid-template-columns: 1fr; }
  .brief-hero { grid-template-columns: 1fr; padding-top: 135px; }
  .brief-heading { position: static; }
  .brief-alternative > div { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.force-motion) { scroll-behavior: auto; }
  html:not(.force-motion) *, html:not(.force-motion) *::before, html:not(.force-motion) *::after { animation: none !important; transition-duration: .01ms !important; }
  html:not(.force-motion) .reveal { opacity: 1; transform: none; }
  html:not(.force-motion) .hero-slideshow img { animation: none; }
  html:not(.force-motion) .hero-slideshow img:first-child { opacity: 1; }
  html:not(.force-motion) .motion-cursor, html:not(.force-motion) .page-curtain, html:not(.force-motion) .scroll-progress { display:none; }
  html:not(.force-motion) .motion-ambient { display:none; }
  html:not(.force-motion) .motion-ready .reveal { filter:none; clip-path:none; }
  html:not(.force-motion) .hero-media::before { display:none; }
}

.motion-toggle { position:fixed; z-index:230; right:16px; bottom:16px; padding:9px 11px; border:1px solid rgba(215,255,63,.62); background:rgba(11,13,12,.84); color:var(--lime); backdrop-filter:blur(10px); font:600 9px "IBM Plex Mono",monospace; letter-spacing:.08em; cursor:pointer; }
.motion-toggle::before { content:""; display:inline-block; width:6px; height:6px; margin-right:7px; border-radius:50%; background:currentColor; box-shadow:0 0 12px currentColor; animation:motionLed 1.2s ease-in-out infinite; }
.motion-off .motion-toggle { color:var(--gray); border-color:#4b504c; }
.motion-off .motion-toggle::before { animation:none; box-shadow:none; }
@keyframes motionLed { 50%{opacity:.35;transform:scale(.7)} }
