@font-face {
  font-family: Manrope;
  src: url('/assets/manrope.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
:root {
  --bg: #090a10;
  --surface: #111219;
  --text: #f5f3fb;
  --muted: #aaa9b8;
  --accent: #b69aff;
  --mint: #b8f1d6;
  --line: #ffffff17;
  --font: Manrope, Arial, sans-serif;
  color-scheme: dark;
  font-family: var(--font);
  font-synthesis: none;
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  line-height: 1.85;
  color: var(--muted);
}
::selection {
  background: #b69aff;
  color: #090a10;
}
:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.7;
  color: var(--accent);
  margin-bottom: 23px;
}
h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.2;
  letter-spacing: -2px;
  font-weight: 500;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.6px;
  font-weight: 600;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  z-index: 100;
  background: var(--accent);
  color: var(--bg);
  padding: 14px 20px;
  border-radius: 4px;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 94px;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: #090a10e8;
}
.home-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(#090a10bb, #090a1033);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.4px;
  white-space: nowrap;
}
.brand-light {
  font-weight: 500;
}
.brand-period {
  color: var(--accent);
}
.brand-mark {
  width: 37px;
  height: 37px;
}
.desktop-nav {
  display: flex;
  gap: 36px;
  margin-left: 60px;
  font-size: 12px;
  font-weight: 500;
}
.desktop-nav a {
  padding: 12px 0;
  position: relative;
  color: #c2c0ce;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: #fff;
}
.desktop-nav a[aria-current]:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  bottom: 1px;
  left: 50%;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 23px;
  border: 1px solid #ffffff35;
  border-radius: 5px;
  padding: 12px 17px;
  font-size: 11px;
  font-weight: 600;
  background: #ffffff05;
  transition: background 0.2s;
}
.header-cta svg {
  width: 17px;
  height: 17px;
}
.header-cta:hover {
  background: #ffffff14;
}
.menu-toggle {
  background: none;
  border: 1px solid var(--line);
  width: 44px;
  height: 44px;
  padding: 12px;
  border-radius: 4px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: white;
  margin: 5px 0;
}
.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 15px 28px 25px;
  background: #11121bf5;
  border-bottom: 1px solid #ffffff25;
  backdrop-filter: blur(20px);
}
.mobile-nav a {
  display: block;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}
.hero {
  height: min(870px, 100svh);
  min-height: 730px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #090a10;
}
.hero-art,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-art {
  will-change: transform;
}
.hero-art picture,
.hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #070910c7 0%, #08091065 38%, transparent 69%),
    linear-gradient(0deg, #090a10 1%, transparent 28%, #090a1010 80%);
}
.hero-content {
  padding-top: 221px;
  position: relative;
}
.hero-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: #d2c9e8;
}
.tiny-orbit {
  height: 9px;
  width: 9px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 12px #b69aff77;
}
.hero h1 {
  font-size: clamp(60px, 6.3vw, 91px);
  line-height: 1.09;
  font-weight: 500;
  letter-spacing: -5px;
  max-width: 920px;
}
.hero h1 span {
  color: #d0bbff;
}
.hero-content > p {
  margin-top: 26px;
  font-size: 15px;
  color: #c8c3d4;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  padding: 17px 22px;
  min-height: 52px;
  background: #b69aff;
  color: #100d1a;
  border: 1px solid transparent;
  border-radius: 4px;
  transition:
    background 0.2s,
    transform 0.2s;
  white-space: nowrap;
}
.button svg {
  width: 20px;
  height: 20px;
}
.button:hover {
  background: #cdbaff;
  transform: translateY(-2px);
}
.button-secondary {
  background: transparent;
  border-color: #ffffff33;
  color: white;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  padding-block: 10px;
}
.text-link svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s;
}
.text-link:hover svg {
  transform: translateX(5px);
}
.text-link:hover {
  color: var(--accent);
}
.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #bbb7c7;
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.scroll-icon {
  width: 25px;
  height: 33px;
  border: 1px solid #ffffff35;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}
.hero-bottom > span {
  display: flex;
  gap: 15px;
  align-items: center;
}
.hero-bottom i {
  font-size: 20px;
  font-style: normal;
  color: var(--accent);
}
.discipline-strip {
  border-block: 1px solid var(--line);
  background: #0d0e14;
}
.discipline-strip > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 25px;
}
.discipline-strip > .wrap > span {
  font-size: 9px;
  letter-spacing: 1.6px;
  color: #9c9aaa;
}
.discipline-strip .wrap > div {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.discipline-strip i {
  font-style: normal;
  font-size: 18px;
  color: var(--accent);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 46px;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.9;
  max-width: 360px;
  margin-bottom: 5px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.project-card {
  position: relative;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.project-visual {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff0c;
  border-radius: 7px;
}
.project-art {
  height: 285px;
  overflow: hidden;
  position: relative;
  background: #171625;
  transition: transform 0.6s;
}
.project-visual:hover .project-art {
  transform: scale(1.035);
}
.visual-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff30;
  background: #090a1066;
  backdrop-filter: blur(10px);
  border-radius: 50%;
}
.visual-arrow svg {
  width: 17px;
  height: 17px;
}
.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 22px;
  font-size: 9px;
  color: var(--muted);
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff06;
  border: 1px solid #ffffff18;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 8px;
  color: #d5cce7;
  white-space: nowrap;
}
.status:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}
.project-card h3 {
  margin-top: 13px;
  font-size: 22px;
}
.project-card h3 a:hover {
  color: var(--accent);
}
.project-card p {
  font-size: 12px;
  margin-top: 11px;
  max-width: 94%;
  line-height: 1.85;
}
.card-index {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #9894a6;
  font-size: 9px;
}
.art-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-size: 7px;
  letter-spacing: 1.9px;
  color: #d2cde4;
  z-index: 4;
}
.game-art img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 75%;
  transform: scale(1.08);
}
.game-art:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #090a1070, transparent 40%);
}
.art-cross {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #cec1ef;
  font-size: 23px;
  font-weight: 400;
}
.app-art {
  background: radial-gradient(ellipse at 50% 60%, #676199 0%, #29283e 50%, #1a1a2b 100%);
}
.art-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff05 1px, transparent 1px),
    linear-gradient(90deg, #ffffff05 1px, transparent 1px);
  background-size: 35px 35px;
  transform: perspective(500px) rotateX(25deg) scale(1.2);
}
.phone {
  position: absolute;
  border-radius: 23px;
  width: 136px;
  height: 245px;
  border: 3px solid #69657b;
  background: #14141f;
  box-shadow: 15px 25px 32px #05060e88;
  overflow: hidden;
}
.phone-front {
  left: 43%;
  top: 29px;
  transform: rotate(13deg);
  background: linear-gradient(140deg, #eeeaf6, #dad3ef);
}
.phone-back {
  left: 21%;
  top: 64px;
  transform: rotate(-16deg);
  background: linear-gradient(155deg, #202036, #45416b);
  border-color: #4f4a65;
}
.phone-camera {
  position: absolute;
  top: 8px;
  left: 38%;
  height: 9px;
  width: 31px;
  border-radius: 10px;
  background: #111019;
}
.phone-top {
  padding: 35px 12px 0;
  display: flex;
  justify-content: space-between;
  color: #29243d;
  font-size: 9px;
  font-weight: 700;
}
.phone-top b {
  font-size: 15px;
  font-weight: 400;
  color: #635283;
}
.phone-orb {
  margin: 12px auto 7px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 34% 24%,
    #eae0ff 1%,
    #c2a9f6 18%,
    #8561bc 39%,
    #352049 67%,
    #b4a0e1 86%,
    #302042
  );
  box-shadow: 0 7px 14px #66508055;
  position: relative;
}
.phone-orb:after {
  content: '';
  position: absolute;
  inset: 16px -9px;
  border: 8px solid #ceb8ed80;
  border-top-color: #eee9fd;
  border-bottom-color: #8a62c5;
  border-radius: 50%;
  transform: rotate(-35deg);
}
.phone-lines {
  padding: 8px 15px;
}
.phone-lines i {
  display: block;
  height: 5px;
  background: #9a92ad5e;
  border-radius: 3px;
  margin: 5px 0;
  width: 90%;
}
.phone-lines i + i {
  width: 60%;
}
.phone-nav {
  margin: 10px 13px 0;
  padding: 8px 2px;
  border-top: 1px solid #34234620;
  display: flex;
  justify-content: space-around;
}
.phone-nav i {
  width: 7px;
  height: 7px;
  border: 1px solid #827199;
  border-radius: 2px;
}
.mini-orbit {
  margin: 51px auto 12px;
  width: 85px;
  height: 85px;
  border: 15px solid #807393;
  border-top-color: #c6b6ec;
  border-right-color: #bbb2d5;
  border-radius: 25px;
  transform: rotate(35deg);
  box-shadow: 3px 6px 14px #030410aa;
}
.web-art {
  background: radial-gradient(ellipse at 50% 80%, #33554e, #182c29 55%, #142321);
}
.browser-art {
  position: absolute;
  width: 83%;
  height: 205px;
  top: 38px;
  left: 12%;
  border-radius: 6px;
  border: 1px solid #739489;
  box-shadow: 0 20px 50px #071815cc;
  background: #162321;
  transform: perspective(800px) rotateY(-15deg) rotateZ(-7deg);
  overflow: hidden;
}
.browser-bar {
  height: 22px;
  border-bottom: 1px solid #ffffff1c;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 0 9px;
  background: #24403a;
}
.browser-bar > i {
  width: 4px;
  height: 4px;
  background: #95b4a4;
  border-radius: 50%;
}
.browser-bar > span {
  font-size: 4px;
  letter-spacing: 1px;
  margin-left: 12px;
  color: #bad4c4;
}
.browser-body {
  padding: 24px 17px;
  position: relative;
}
.browser-body > span {
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: #e5f0e7;
  position: relative;
  z-index: 1;
}
.mint-dot {
  color: #b8f1d6;
}
.web-sculpture {
  position: absolute;
  top: 20px;
  right: 0;
  width: 110px;
  height: 135px;
  transform: rotate(-25deg);
}
.web-sculpture i {
  display: block;
  position: absolute;
  width: 70px;
  height: 90px;
  border: 13px solid #7bae9e;
  border-top-color: #d9f6df;
  border-left-color: #bae5cf;
  border-radius: 10px;
  transform: skewY(-18deg);
  box-shadow: 8px 5px 15px #031b19;
}
.web-sculpture i:nth-child(2) {
  left: 10px;
  top: 13px;
}
.web-sculpture i:nth-child(3) {
  left: 20px;
  top: 26px;
}
.web-sculpture i:nth-child(4) {
  left: 30px;
  top: 39px;
}
.browser-line {
  width: 40%;
  height: 7px;
  background: #adcbb526;
  border-radius: 10px;
  margin-top: 20px;
}
.work-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  gap: 24px;
}
.work-note > span {
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #aaa5b8;
  display: flex;
  align-items: center;
  gap: 9px;
}
.live-dot {
  height: 5px;
  width: 5px;
  background: var(--mint);
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 8px #b8f1d633;
}
.studio-section {
  border-block: 1px solid var(--line);
  background: radial-gradient(ellipse at 20% 50%, #171222 0%, #0d0d15 50%);
  padding: 100px 0;
}
.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.studio-symbol {
  position: relative;
  aspect-ratio: 1;
  max-height: 440px;
  display: grid;
  place-items: center;
  background-image:
    linear-gradient(#ffffff03 1px, transparent 1px),
    linear-gradient(90deg, #ffffff03 1px, transparent 1px);
  background-size: 55px 55px;
}
.orbital {
  position: absolute;
  width: 64%;
  height: 64%;
  border: 1px solid #ac7ff449;
  border-radius: 50%;
  box-shadow:
    inset 0 0 30px #8450b20c,
    0 0 30px #8450b20c;
}
.orbital-one {
  transform: rotateX(45deg) rotateY(30deg) rotateZ(-20deg);
  border-bottom-color: #d2aeff;
}
.orbital-two {
  transform: rotateX(-40deg) rotateY(-45deg) rotateZ(50deg);
  border-right-color: #d2aeff;
}
.orbital-three {
  width: 89%;
  height: 89%;
  border-style: dashed;
  border-color: #ffffff12;
  animation: orbit 100s linear infinite;
}
.orbital-three:after {
  content: '';
  position: absolute;
  top: 11%;
  left: 12%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 15px var(--accent);
}
.symbol-core {
  width: 130px;
  height: 130px;
  background: radial-gradient(#7b48ab33, transparent 65%);
  display: grid;
  place-items: center;
}
.symbol-core .brand-mark {
  width: 78px;
  height: 78px;
  filter: drop-shadow(0 0 30px #9261cf66);
}
.symbol-caption {
  position: absolute;
  bottom: 0;
  font-size: 7px;
  letter-spacing: 2px;
  color: #9d92b3;
}
.symbol-coordinate {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  letter-spacing: 2px;
  color: #9d92b3;
}
.studio-copy h2 {
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 1.1;
}
.studio-copy h2 span {
  color: var(--accent);
}
.studio-copy p {
  font-size: 13px;
  margin-top: 22px;
  max-width: 430px;
}
.studio-copy .text-link {
  margin-top: 22px;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.principle-grid article {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.principle-icon {
  display: block;
  color: var(--accent);
  font-size: 32px;
  margin-bottom: 30px;
  height: 40px;
}
.principle-grid h3 {
  font-size: 19px;
}
.principle-grid p {
  font-size: 12px;
  margin-top: 13px;
}
.contact-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: 82px 95px;
}
.contact-cta:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 75% 50%, #30204144, transparent 60%);
}
.contact-cta h2 {
  font-size: 72px;
  letter-spacing: -3.6px;
  line-height: 1.08;
}
.contact-cta h2 span {
  color: var(--accent);
}
.circle-link {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid #b69aff66;
  display: grid;
  place-items: center;
  transition:
    background 0.3s,
    transform 0.3s;
  margin-right: 50px;
}
.circle-link svg {
  width: 42px;
  height: 42px;
  color: var(--accent);
}
.circle-link:hover {
  background: #b69aff20;
  transform: rotate(5deg);
}
.contact-cta > p {
  font-size: 12px;
  margin-top: 3px;
}
.site-footer {
  background: #0c0d13;
  border-top: 1px solid var(--line);
}
.footer-main {
  padding-block: 57px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.footer-main p {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 18px;
}
.footer-links {
  display: flex;
  gap: 115px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer-links .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #a5a0b2;
  margin: 0 0 10px;
}
.footer-links a {
  font-size: 11px;
  color: #d3cfdc;
}
.footer-links a:hover {
  color: var(--accent);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  color: #aaa5b8;
  line-height: 1.8;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.motion-toggle {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.motion-toggle:hover,
.footer-bottom a:hover {
  color: white;
}
.toast {
  position: fixed;
  z-index: 100;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #e6dcff;
  color: #20172f;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  box-shadow: 0 6px 30px #0008;
}
.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.page-intro {
  padding-block: 85px 65px;
}
.page-intro h1 {
  font-size: clamp(50px, 6.1vw, 84px);
  line-height: 1.13;
  letter-spacing: -4px;
  font-weight: 500;
}
.page-intro h1 span {
  color: var(--accent);
}
.page-intro > .eyebrow {
  margin-bottom: 25px;
}
.page-intro > p {
  font-size: 15px;
  max-width: 650px;
  margin-top: 25px;
}
.intro-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-top: 30px;
}
.intro-bottom > p {
  font-size: 15px;
  max-width: 600px;
}
.small-note {
  font-size: 9px;
  letter-spacing: 1.4px;
  line-height: 1.9;
  color: #aaa3b8;
}
.explore-section {
  padding-bottom: 15px;
}
.filter-bar {
  padding: 20px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-bar > div {
  display: flex;
  gap: 8px;
}
.filter-button {
  border: 1px solid transparent;
  background: none;
  border-radius: 4px;
  padding: 9px 18px;
  font-size: 12px;
  color: #beb7ca;
  min-height: 42px;
}
.filter-button.is-active {
  background: #b69aff18;
  border-color: #b69aff50;
  color: #dfd0ff;
}
.filter-button span {
  font-size: 8px;
  padding-left: 8px;
}
.filter-button:hover {
  background: #ffffff0c;
}
#filter-status {
  font-size: 10px;
  color: var(--muted);
}
.development-note {
  margin-top: 64px;
  padding: 35px;
  border: 1px solid #b69aff30;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #b69aff0a, transparent);
}
.note-number {
  font-size: 82px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: -6px;
  line-height: 1;
}
.development-note .eyebrow {
  margin-bottom: 9px;
  font-size: 8px;
}
.development-note h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
}
.development-note p {
  font-size: 12px;
  max-width: 660px;
  margin-top: 12px;
}
.development-note .text-link {
  white-space: nowrap;
  margin-left: auto;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 24px;
  color: var(--accent);
  font-weight: 400;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 13px;
  padding: 0 25px 25px 0;
}
.faq details a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.back-link {
  display: inline-block;
  font-size: 11px;
  color: #c8bfd6;
  margin-bottom: 42px;
  padding-block: 7px;
}
.back-link:hover {
  color: white;
}
.detail-title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 22px;
}
.detail-title .eyebrow {
  margin: 0;
}
.detail-intro h1 {
  font-size: clamp(48px, 5vw, 70px);
}
.detail-intro > p {
  max-width: 850px;
}
.detail-art .large-art {
  height: 450px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.large-art .phone {
  scale: 1.7;
  transform-origin: top center;
}
.large-art .phone-front {
  left: 50%;
  top: 30px;
}
.large-art .phone-back {
  left: 34%;
  top: 76px;
}
.large-art .browser-art {
  width: 440px;
  height: 300px;
  left: calc(50% - 220px);
  top: 60px;
}
.large-art .browser-body {
  padding: 35px;
}
.large-art .browser-body > span {
  font-size: 50px;
}
.large-art .web-sculpture {
  scale: 1.5;
  top: 65px;
  right: 30px;
}
.large-art .browser-line {
  margin-top: 30px;
}
.large-art.game-art img {
  object-position: center 52%;
}
.art-disclaimer {
  font-size: 9px;
  margin-top: 12px;
}
.detail-body {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 100px;
}
.detail-body dl {
  margin: 0 0 25px;
}
.detail-body dl > div {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
dt {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 7px;
}
dd {
  font-size: 13px;
  margin: 0;
}
.detail-body > div > p {
  font-size: 14px;
  margin-top: 23px;
}
.detail-body h2 {
  font-size: 40px;
}
.detail-callout {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 32px;
}
.detail-callout .eyebrow {
  margin-bottom: 12px;
}
.detail-callout p {
  font-size: 13px;
}
.detail-callout .text-link {
  margin-top: 13px;
}
.studio-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-block: 20px 40px;
}
.story-art {
  height: 640px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--line);
}
.story-art img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 69%;
}
.story-art:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #090a10cc, transparent 70%);
}
.story-art > span {
  position: absolute;
  z-index: 1;
  bottom: 36px;
  left: 30px;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: 500;
}
.story-text h2 {
  font-size: 42px;
}
.story-text > p {
  font-size: 13px;
  margin-top: 22px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.process-grid article {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.process-grid article > span {
  font-size: 12px;
  color: var(--accent);
  display: block;
  margin-bottom: 24px;
}
.process-grid p {
  font-size: 13px;
  margin-top: 18px;
}
.company-panel {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff03;
  padding: 45px;
  margin-bottom: 90px;
}
.company-panel h2 {
  font-size: 32px;
  letter-spacing: -1.3px;
}
.company-panel p {
  font-size: 13px;
  margin-top: 18px;
  max-width: 550px;
}
.company-panel dl {
  margin: 0;
}
.company-panel dl > div {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.company-panel dd a {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 15px;
  overflow-wrap: anywhere;
}
.company-panel dd svg {
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 20px 0 80px;
}
.contact-info h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.email-link {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--accent);
  font-size: clamp(18px, 2.1vw, 28px);
  letter-spacing: -0.6px;
  overflow-wrap: anywhere;
}
.copy-button {
  background: none;
  border: 0;
  color: #aaa2ba;
  font-size: 10px;
  padding: 12px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.copy-button:hover {
  color: white;
}
.contact-topics {
  margin-block: 30px;
}
.contact-topics article {
  padding: 21px 0;
  border-top: 1px solid var(--line);
}
.contact-topics h3 {
  font-size: 15px;
  letter-spacing: 0;
}
.contact-topics p {
  font-size: 12px;
  margin-top: 8px;
  max-width: 380px;
}
.contact-form-panel {
  padding: 35px;
  background: #111119;
  border: 1px solid var(--line);
  border-radius: 6px;
  align-self: start;
}
.contact-form-panel h2 {
  font-size: 28px;
  letter-spacing: -1px;
}
.contact-form-panel p {
  font-size: 12px;
  margin-top: 12px;
}
.contact-form-panel .eyebrow {
  font-size: 8px;
  margin-bottom: 18px;
}
form {
  margin-top: 25px;
}
form label {
  display: block;
  font-size: 11px;
  margin: 21px 0 10px;
  font-weight: 600;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #ffffff23;
  border-radius: 4px;
  padding: 13px;
  background: #0b0c13;
  color: #e7e2ef;
  font-size: 12px;
  line-height: 1.7;
}
input::placeholder,
textarea::placeholder {
  color: #95909f;
}
textarea {
  resize: vertical;
  min-height: 135px;
}
form .button {
  width: 100%;
  margin-top: 22px;
}
form p.form-note {
  font-size: 10px;
  line-height: 1.7;
  color: #aaa3b8;
  margin-top: 13px;
}
#draft-status {
  color: var(--mint);
  font-size: 11px;
}
#draft-status:empty {
  display: none;
}
.contact-company {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 30px 65px;
  font-size: 10px;
  color: #b6aec6;
}
.contact-company a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-company svg {
  height: 16px;
  width: 16px;
}
.narrow {
  max-width: 820px;
}
.legal-copy {
  padding-bottom: 100px;
}
.legal-copy > p {
  font-size: 14px;
  margin-top: 18px;
}
.legal-copy h2 {
  font-size: 27px;
  letter-spacing: -0.7px;
  margin-top: 45px;
}
.legal-copy a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--accent);
}
.legal-signature {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 25px;
  font-size: 13px;
  line-height: 2;
}
.not-found {
  text-align: center;
  padding-block: 85px 110px;
}
.not-found h1 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -3px;
}
.not-found p {
  font-size: 14px;
  margin-top: 25px;
}
.not-found .hero-actions {
  justify-content: center;
}
.error-orbit {
  font-size: 150px;
  color: var(--accent);
  line-height: 1.2;
  margin-bottom: 20px;
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1600px) {
  .hero {
    height: 870px;
  }
  .hero-art img {
    object-position: center 58%;
  }
  .hero-content {
    padding-top: 230px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 730px;
    height: 800px;
  }
  .hero-content {
    padding-top: 210px;
  }
  .hero h1 {
    font-size: 72px;
    letter-spacing: -4px;
  }
  .desktop-nav {
    margin-left: 0;
    gap: 24px;
  }
  .project-grid {
    gap: 18px;
  }
  .project-art {
    height: 250px;
  }
  .card-meta {
    flex-wrap: wrap;
  }
  .project-card h3 {
    font-size: 19px;
  }
  .studio-grid {
    gap: 50px;
  }
  .studio-copy h2 {
    font-size: 52px;
  }
  .footer-links {
    gap: 60px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .development-note {
    flex-wrap: wrap;
  }
  .development-note > div {
    flex: 1;
  }
  .development-note .text-link {
    margin-left: 0;
  }
  .studio-story {
    gap: 45px;
  }
  .story-art {
    height: 620px;
  }
  .detail-body {
    gap: 50px;
    grid-template-columns: 240px 1fr;
  }
  .contact-layout {
    gap: 45px;
  }
  .contact-form-panel {
    padding: 28px;
  }
  .contact-company {
    flex-wrap: wrap;
  }
  .discipline-strip .wrap > div {
    gap: 18px;
  }
  .company-panel {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  :root {
    scroll-padding-top: 25px;
  }
  .wrap {
    width: calc(100% - 44px);
  }
  .site-header {
    height: 78px;
  }
  .brand {
    font-size: 25px;
    gap: 5px;
  }
  .brand-mark {
    width: 33px;
    height: 33px;
  }
  .desktop-nav {
    gap: 16px;
    font-size: 11px;
    margin-left: auto;
  }
  .header-cta {
    display: none;
  }
  .has-js .desktop-nav {
    display: none;
  }
  .menu-toggle:not([hidden]) {
    display: block;
  }
  .header-inner {
    gap: 15px;
  }
  .hero {
    height: 870px;
    min-height: 0;
    max-height: 1050px;
  }
  .hero-art {
    inset: 260px -80px 0 -160px;
  }
  .hero-art img {
    object-position: 69% center;
  }
  .hero-shade {
    background: linear-gradient(0deg, #090a10 0%, transparent 35%, #090a100d 45%, #090a10 77%);
  }
  .hero-content {
    padding-top: 139px;
  }
  .hero-label {
    font-size: 8px;
    letter-spacing: 1.3px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(44px, 8.9vw, 68px);
    line-height: 1.12;
    letter-spacing: -2.8px;
  }
  .hero-content > p {
    font-size: 13px;
    margin-top: 22px;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 24px;
    margin-top: 26px;
  }
  .button {
    font-size: 11px;
    padding: 15px 18px;
    gap: 15px;
    min-height: 50px;
  }
  .text-link {
    font-size: 11px;
    gap: 10px;
  }
  .hero-bottom {
    bottom: 22px;
  }
  .hero-bottom > span {
    display: none;
  }
  .hero-bottom a {
    font-size: 7px;
  }
  .discipline-strip > .wrap {
    padding-block: 22px;
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    align-items: flex-start;
  }
  .discipline-strip > .wrap > span {
    font-size: 7px;
    letter-spacing: 1.4px;
  }
  .discipline-strip .wrap > div {
    font-size: 9px;
    gap: 23px;
    letter-spacing: 1px;
  }
  .discipline-strip i {
    font-size: 13px;
  }
  .section {
    padding-block: 70px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.7px;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 12px;
  }
  .section-heading > p br {
    display: none;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .project-art {
    height: 340px;
  }
  .project-card h3 {
    font-size: 25px;
    margin-top: 15px;
  }
  .card-meta {
    font-size: 10px;
    flex-wrap: nowrap;
  }
  .status {
    font-size: 9px;
  }
  .project-card p {
    font-size: 13px;
    max-width: 96%;
  }
  .project-card {
    padding-bottom: 27px;
  }
  .phone {
    scale: 1.25;
    transform-origin: top center;
  }
  .phone-front {
    left: 47%;
    top: 35px;
  }
  .phone-back {
    left: 25%;
    top: 69px;
  }
  .browser-art {
    height: 245px;
    top: 49px;
  }
  .browser-body {
    padding: 30px 25px;
  }
  .browser-body > span {
    font-size: 36px;
  }
  .web-sculpture {
    scale: 1.15;
    right: 15px;
    top: 35px;
  }
  .work-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .work-note > span {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .studio-section {
    padding: 60px 0;
  }
  .studio-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .studio-symbol {
    width: 90%;
    margin: auto;
    max-height: 330px;
  }
  .studio-copy h2 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .studio-copy p {
    max-width: none;
  }
  .principle-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .principle-grid article {
    padding-top: 22px;
  }
  .principle-icon {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .principle-grid h3 {
    font-size: 21px;
  }
  .principle-grid p {
    font-size: 13px;
    max-width: 440px;
  }
  .contact-cta {
    padding-block: 60px;
    gap: 25px;
    grid-template-columns: 1fr auto;
  }
  .contact-cta h2 {
    font-size: 47px;
    letter-spacing: -2.3px;
  }
  .contact-cta .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .circle-link {
    width: 62px;
    height: 62px;
    margin-right: 0;
  }
  .circle-link svg {
    width: 27px;
    height: 27px;
  }
  .contact-cta > p {
    font-size: 11px;
    grid-column: 1/-1;
  }
  .footer-main {
    flex-direction: column;
    padding-block: 40px;
    gap: 40px;
  }
  .footer-links {
    gap: 40px;
    justify-content: space-between;
  }
  .footer-links a {
    font-size: 10px;
  }
  .footer-main p {
    font-size: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 9px;
  }
  .footer-bottom > div {
    gap: 25px;
  }
  .page-intro {
    padding-block: 55px 40px;
  }
  .page-intro h1 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
  .intro-bottom {
    display: block;
    margin-top: 24px;
  }
  .intro-bottom > p,
  .page-intro > p {
    font-size: 13px;
  }
  .intro-bottom > .small-note {
    display: block;
    margin-top: 24px;
    font-size: 8px;
  }
  .filter-bar {
    gap: 15px;
    flex-wrap: wrap;
    padding-block: 15px;
  }
  .filter-button {
    padding: 9px 14px;
  }
  .filter-bar > div {
    gap: 3px;
  }
  #filter-status {
    font-size: 9px;
  }
  .development-note {
    margin-top: 45px;
    padding: 24px;
    gap: 18px;
  }
  .note-number {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .development-note > div {
    min-width: 170px;
  }
  .development-note h2 {
    font-size: 22px;
  }
  .development-note .text-link {
    margin-left: 0;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq summary {
    font-size: 13px;
  }
  .detail-intro h1 {
    font-size: 45px;
  }
  .detail-title {
    flex-wrap: wrap;
    gap: 14px;
  }
  .back-link {
    margin-bottom: 30px;
  }
  .detail-art .large-art {
    height: 370px;
  }
  .large-art .phone {
    scale: 1.35;
  }
  .large-art .phone-front {
    left: 48%;
    top: 35px;
  }
  .large-art .phone-back {
    left: 22%;
    top: 65px;
  }
  .large-art .browser-art {
    width: 85%;
    height: 250px;
    left: 10%;
    top: 60px;
  }
  .large-art .browser-body {
    padding: 25px;
  }
  .large-art .browser-body > span {
    font-size: 35px;
  }
  .large-art .web-sculpture {
    scale: 1.05;
    right: 4px;
    top: 40px;
  }
  .detail-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .detail-body aside {
    order: 2;
  }
  .detail-body h2 {
    font-size: 33px;
  }
  .detail-body > div > p {
    font-size: 13px;
  }
  .studio-story {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 0 20px;
  }
  .story-art {
    height: 410px;
  }
  .story-text h2 {
    font-size: 36px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .company-panel {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 25px;
    margin-bottom: 60px;
  }
  .company-panel h2 {
    font-size: 28px;
  }
  .company-panel dd a {
    font-size: 13px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 0 0 50px;
  }
  .contact-info h2 {
    font-size: 36px;
  }
  .email-link {
    font-size: 23px;
  }
  .contact-form-panel {
    padding: 25px;
  }
  .contact-company {
    flex-direction: column;
    padding-bottom: 40px;
    gap: 16px;
  }
  .legal-copy > p {
    font-size: 13px;
  }
  .legal-copy h2 {
    font-size: 24px;
  }
  .not-found {
    padding-block: 60px 80px;
  }
  .not-found h1 {
    font-size: 44px;
    letter-spacing: -2px;
  }
  .not-found p {
    font-size: 12px;
  }
  .not-found p br {
    display: none;
  }
  .error-orbit {
    font-size: 120px;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 42px;
    letter-spacing: -2.6px;
  }
  .hero-label {
    font-size: 7px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-actions .button {
    padding-inline: 14px;
    font-size: 10px;
  }
  .discipline-strip .wrap > div {
    gap: 15px;
  }
  .project-art {
    height: 300px;
  }
  .card-meta {
    font-size: 9px;
  }
  .status {
    font-size: 8px;
  }
  .contact-cta h2 {
    font-size: 40px;
  }
  .contact-cta .eyebrow {
    font-size: 6px;
  }
  .circle-link {
    width: 52px;
    height: 52px;
  }
  .footer-links {
    gap: 24px;
  }
  .page-intro h1 {
    font-size: 42px;
  }
  .email-link {
    font-size: 20px;
  }
  .filter-button {
    padding-inline: 11px;
  }
  .phone-front {
    left: 45%;
  }
  .phone-back {
    left: 22%;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-art {
    transform: none !important;
  }
}
html[data-motion='reduced'] {
  scroll-behavior: auto;
}
html[data-motion='reduced'] *,
html[data-motion='reduced'] *:before,
html[data-motion='reduced'] *:after {
  animation: none !important;
  transition: none !important;
}
html[data-motion='reduced'] .hero-art {
  transform: none !important;
}
