@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/jetbrains-mono-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --font-sans:
    "Manrope", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono:
    "JetBrains Mono", "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  --cyan: #7de7ff;
  --cyan-hover: #a6f0ff;
  --cyan-soft: rgba(125, 231, 255, 0.14);
  --platinum: #e8ecef;
  --platinum-soft: #cad3da;
  --ink: #090b0f;
  --ink-soft: #0f141a;
  --panel: #131a22;
  --panel-raised: #18222c;
  --paper: var(--platinum);
  --paper-soft: var(--platinum-soft);
  --muted: #8d99a4;
  --line: rgba(232, 236, 239, 0.12);
  --line-strong: rgba(232, 236, 239, 0.22);
  --signal: var(--cyan);
  --signal-soft: var(--cyan-soft);
  --zaigraj-indigo: #7a8cff;
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --shell: min(1180px, calc(100vw - 2rem));
  --header-height: 5rem;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
  background: var(--ink);
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background:
    radial-gradient(circle at 52% -8%, rgba(125, 231, 255, 0.07), transparent 25rem),
    var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--signal);
  color: var(--ink);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

img,
svg {
  display: block;
}

h1,
h2,
h3,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: var(--signal);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

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

.ambient {
  position: absolute;
  z-index: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  opacity: 0.08;
}

.ambient-one {
  top: 24rem;
  left: -14rem;
  background: var(--signal);
}

.ambient-two {
  top: 76rem;
  right: 0;
  background: var(--cyan);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    backdrop-filter 240ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--line);
  background: rgba(9, 11, 15, 0.84);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.brand-mark {
  width: auto;
  height: 2.15rem;
  aspect-ratio: 1571 / 270;
  flex: 0 0 auto;
  object-fit: contain;
  filter: none;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.desktop-nav a,
.footer-links a {
  position: relative;
  transition: color 180ms ease;
}

.desktop-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: var(--signal);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--paper);
}

.desktop-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
}

.language-switcher button {
  min-width: 1.7rem;
  padding: 0.25rem 0.1rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: color 180ms ease;
}

.language-switcher button[aria-pressed="true"] {
  color: var(--signal);
}

.menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 0.78rem;
  width: 1.05rem;
  height: 1px;
  background: var(--paper);
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-0.2rem);
}

.menu-toggle span:last-child {
  transform: translateY(0.2rem);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.mobile-nav {
  display: none;
  width: var(--shell);
  margin: 0 auto;
  padding: 0.75rem 0 1.25rem;
}

.mobile-nav a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.25rem;
  font-weight: 650;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(27rem, 0.88fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  min-height: min(900px, 100svh);
  padding-top: calc(var(--header-height) + 4rem);
  padding-bottom: 4rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.mono-label {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.eyebrow::before {
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 12ch;
  margin-top: 1.75rem;
  font-size: clamp(3.4rem, 6.5vw, 6.65rem);
  font-weight: 690;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.hero h1 span {
  display: block;
}

.silver-text {
  margin-top: 0.12em;
  background: linear-gradient(108deg, #fff 0%, #aeb9c2 48%, var(--signal) 100%);
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 37rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2.15rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 720;
  transition:
    transform 180ms var(--ease),
    background 180ms ease,
    border-color 180ms ease;
}

.button svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--signal);
  color: #081116;
}

.button-primary:hover {
  background: #a6f0ff;
}

.button-quiet,
.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--paper-soft);
}

.button-quiet:hover,
.button-secondary:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.055);
}

.button-light {
  background: var(--ink);
  color: var(--paper);
}

.button-light:hover {
  background: #1c252e;
}

.availability {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
}

.pulse {
  position: relative;
  width: 0.47rem;
  height: 0.47rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 0 rgba(125, 231, 255, 0.5);
  animation: status-pulse 2.2s infinite;
}

@keyframes status-pulse {
  70% {
    box-shadow: 0 0 0 0.45rem rgba(125, 231, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(125, 231, 255, 0);
  }
}

.hero-stage {
  position: relative;
  perspective: 1200px;
}

.stage-glow {
  position: absolute;
  inset: 15% 10%;
  border-radius: 50%;
  background: rgba(125, 231, 255, 0.16);
  filter: blur(90px);
}

.build-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.35rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    #10151b;
  box-shadow:
    0 2rem 6rem rgba(0, 0, 0, 0.46),
    inset 0 1px rgba(255, 255, 255, 0.08);
  transform: rotateY(-4deg) rotateX(2deg);
  transition: transform 350ms var(--ease);
}

.hero-stage:hover .build-window {
  transform: rotateY(-1deg) rotateX(0deg) translateY(-4px);
}

.window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 3.25rem;
  padding-inline: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.window-dots {
  display: flex;
  gap: 0.34rem;
}

.window-dots span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #3b3f39;
}

.secure-mark {
  justify-self: end;
  color: var(--signal);
  font-size: 0.55rem;
}

.window-content {
  padding: clamp(1.15rem, 3vw, 1.75rem);
}

.build-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.build-heading h2 {
  margin-top: 0.4rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 660;
  letter-spacing: -0.045em;
}

.build-status {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-top: 0.1rem;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.6rem;
}

.build-status > span:first-child {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--signal);
}

.signal-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.7rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.025);
}

.signal-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 0.65rem;
  background: var(--signal-soft);
  color: var(--signal);
}

.signal-icon svg {
  width: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.signal-card p {
  font-size: 0.77rem;
  font-weight: 700;
}

.signal-card div:nth-child(2) > span {
  display: block;
  margin-top: 0.13rem;
  color: var(--muted);
  font-size: 0.65rem;
}

.signal-check {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: #081116;
  font-size: 0.68rem;
  font-weight: 900;
}

.pipeline {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: start;
  margin: 1.5rem 0;
}

.pipeline-step {
  display: grid;
  min-width: 2.7rem;
  justify-items: center;
  gap: 0.4rem;
  color: var(--muted);
}

.pipeline-step > span {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid #393d37;
  border-radius: 50%;
  background: #161916;
  font-family: var(--font-mono);
  font-size: 0.48rem;
}

.pipeline-step p {
  font-size: 0.55rem;
  font-weight: 650;
}

.pipeline-step.complete,
.pipeline-step.active {
  color: var(--paper-soft);
}

.pipeline-step.complete > span {
  border-color: rgba(125, 231, 255, 0.4);
  background: var(--signal-soft);
  color: var(--signal);
}

.pipeline-step.active > span {
  border-color: var(--signal);
  color: var(--signal);
  box-shadow: 0 0 0 0.25rem rgba(125, 231, 255, 0.08);
}

.pipeline-line {
  height: 1px;
  margin-top: 0.82rem;
  background: #29343e;
}

.pipeline-line.complete {
  background: rgba(125, 231, 255, 0.45);
}

.pipeline-line.active {
  background: linear-gradient(90deg, rgba(125, 231, 255, 0.5), #29343e);
}

.release-card {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: #0b0f14;
}

.release-meta,
.release-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.code-tag {
  margin-right: 0.4rem;
  padding: 0.15rem 0.35rem;
  border-radius: 0.25rem;
  background: rgba(129, 140, 248, 0.15);
  color: #a5b4fc;
}

.code-lines {
  display: grid;
  gap: 0.45rem;
  margin-block: 1rem;
}

.code-lines span {
  width: var(--bar-width);
  height: 0.28rem;
  border-radius: 99px;
  background: linear-gradient(90deg, #394651, #202932);
}

.release-footer {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.release-footer strong {
  color: var(--signal);
}

.floating-chip {
  position: absolute;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 0.75rem;
  background: rgba(23, 26, 22, 0.9);
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.chip-one {
  top: 28%;
  left: -1.5rem;
  transform: rotate(-8deg);
}

.chip-two {
  right: -1.3rem;
  bottom: 15%;
  color: var(--paper-soft);
  transform: rotate(7deg);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, 0.36fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-heading h2,
.process-intro h2,
.legal-copy h2,
.contact-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.section-heading > div > p,
.process-intro > p:last-child,
.legal-copy > p,
.contact-copy > p {
  max-width: 36rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.project-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 41rem;
  grid-template-columns: minmax(0, 0.82fr) minmax(26rem, 1.18fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.project-card + .project-card {
  margin-top: 1.25rem;
}

.project-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.project-topline {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--paper-soft);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status-pill > span:first-child {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
}

.status-live > span:first-child {
  background: var(--signal);
  box-shadow: 0 0 0.8rem rgba(125, 231, 255, 0.5);
}

.project-index {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.65rem;
}

.project-wordmark {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 1.7rem;
}

.zaigraj-wordmark {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.zaigraj-wordmark strong {
  color: var(--zaigraj-indigo);
}

.project-copy h3 {
  max-width: 12ch;
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  font-weight: 640;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.project-copy > p {
  max-width: 34rem;
  margin-top: 1.35rem;
  color: var(--paper-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.tag-list li {
  padding: 0.42rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.57rem;
  text-transform: uppercase;
}

.tag-list li.tag-verbatim {
  text-transform: none;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2.15rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--paper);
  font-size: 0.82rem;
  font-weight: 750;
  transition:
    gap 180ms ease,
    color 180ms ease;
}

a.project-link:hover {
  gap: 0.9rem;
  color: var(--signal);
}

.project-link-muted {
  border-bottom-color: var(--line-strong);
  color: var(--muted);
}

.store-badge {
  display: inline-flex;
  margin-top: 2.15rem;
  padding: 0.26rem;
  border-radius: 0.75rem;
  transition: transform 180ms ease;
}

.store-badge img {
  display: block;
  width: auto;
  height: 2.6rem;
}

.store-badge img[hidden] {
  display: none;
}

.store-badge:hover {
  transform: translateY(-2px);
}

.project-zaigraj {
  background:
    radial-gradient(circle at 78% 42%, rgba(99, 102, 241, 0.21), transparent 34%),
    #10131c;
}

.zaigraj-art,
.mojdom-art {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.zaigraj-art {
  background:
    radial-gradient(circle at 52% 45%, rgba(129, 140, 248, 0.24), transparent 16rem),
    linear-gradient(145deg, #181635, #0d111c 65%);
}

.zaigraj-art::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 3rem 3rem;
  content: "";
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.game-orbit {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(129, 140, 248, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 28rem;
  height: 28rem;
}

.orbit-two {
  width: 39rem;
  height: 39rem;
}

.game-card,
.game-tile {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(17, 24, 39, 0.92);
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.game-card-main {
  top: 50%;
  left: 50%;
  width: min(19rem, 58%);
  padding: 1.3rem;
  border-radius: 1.3rem;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.mini-brand {
  font-size: 0.62rem;
  font-weight: 900;
}

.mini-brand strong {
  color: var(--zaigraj-indigo);
}

.game-card-main > p {
  margin-top: 2.25rem;
  color: #8c91a5;
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.game-grid span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.035);
  color: #aeb2c3;
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 1.3vw, 0.9rem);
}

.game-grid span.active {
  border-color: rgba(129, 140, 248, 0.65);
  background: rgba(129, 140, 248, 0.2);
  color: #dfe1ff;
  box-shadow: 0 0 1.4rem rgba(129, 140, 248, 0.18);
}

.game-card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  color: #696e82;
  font-family: var(--font-mono);
  font-size: 0.52rem;
}

.game-tile {
  display: grid;
  width: 7rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 1rem;
  color: #fff;
}

.game-tile > span {
  align-self: end;
  font-size: 2rem;
  font-weight: 850;
}

.game-tile p {
  align-self: start;
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--font-mono);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tile-uljez {
  top: 11%;
  right: 10%;
  background: linear-gradient(145deg, rgba(244, 114, 182, 0.36), rgba(17, 24, 39, 0.95));
  transform: rotate(8deg);
}

.tile-sudoku {
  right: 5%;
  bottom: 10%;
  background: linear-gradient(145deg, rgba(56, 189, 248, 0.32), rgba(17, 24, 39, 0.95));
  transform: rotate(-6deg);
}

.tile-kviz {
  bottom: 13%;
  left: 4%;
  background: linear-gradient(145deg, rgba(250, 204, 21, 0.3), rgba(17, 24, 39, 0.95));
  transform: rotate(9deg);
}

.project-mojdom {
  background:
    radial-gradient(circle at 82% 38%, rgba(125, 231, 255, 0.1), transparent 35%),
    #121820;
}

.mojdom-wordmark {
  gap: 0.65rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.mojdom-wordmark svg {
  width: 1.8rem;
  fill: none;
  stroke: var(--signal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.mojdom-art {
  background: #e5e6dc;
}

.blueprint-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 24, 20, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 24, 20, 0.07) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem;
}

.blueprint-grid::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(17, 20, 14, 0.12);
  content: "";
}

.phone-shell {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(18.5rem, 56%);
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.7rem;
  background: #111820;
  box-shadow:
    0 3rem 5rem rgba(18, 22, 14, 0.3),
    inset 0 0 0 2px #2a2e27;
  transform: translate(-50%, -50%) rotate(4deg);
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 50%;
  width: 4rem;
  height: 1.2rem;
  border-radius: 99px;
  background: #0d0f0c;
  transform: translateX(-50%);
}

.phone-ui {
  position: relative;
  aspect-ratio: 299 / 650;
  overflow: hidden;
  border-radius: 2.2rem;
  background: #f4f3eb;
  color: #171a15;
}

.phone-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 700ms ease;
}

.phone-shot.is-active {
  opacity: 1;
}

.draft-note {
  position: absolute;
  z-index: 3;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(23, 26, 22, 0.25);
  background: var(--signal);
  color: #081116;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 800;
  box-shadow: 0 0.8rem 2rem rgba(24, 27, 20, 0.16);
}

.note-one {
  top: 18%;
  left: 10%;
  transform: rotate(-7deg);
}

.note-two {
  right: 9%;
  bottom: 17%;
  background: #121820;
  color: var(--paper);
  transform: rotate(6deg);
}

.section-heading.compact h2 {
  max-width: 14ch;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.capability-card {
  position: relative;
  min-height: 25rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 48%),
    var(--ink-soft);
  transition:
    border-color 220ms ease,
    transform 220ms var(--ease);
}

.capability-card:hover {
  border-color: rgba(125, 231, 255, 0.34);
  transform: translateY(-5px);
}

.capability-icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.025);
  color: var(--signal);
}

.capability-icon svg {
  width: 1.65rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.capability-number {
  position: absolute;
  top: 1.75rem;
  right: 1.5rem;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.capability-card h3 {
  margin-top: 7rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.capability-card p {
  max-width: 26rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.process-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.018), transparent),
    #0b0f14;
}

.process-section .shell {
  display: grid;
  grid-template-columns: minmax(17rem, 0.55fr) minmax(0, 1fr);
  gap: clamp(3rem, 10vw, 9rem);
}

.process-intro h2 {
  margin-top: 1.25rem;
}

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

.process-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: start;
  padding-block: 1.8rem;
  border-bottom: 1px solid var(--line);
}

.process-number {
  padding-top: 0.35rem;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.process-list h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 640;
  letter-spacing: -0.04em;
}

.process-list p {
  max-width: 34rem;
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.process-symbol {
  color: var(--muted);
  font-size: 1.35rem;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.process-list li:hover .process-symbol {
  color: var(--signal);
  transform: rotate(12deg);
}

.legal-panel {
  display: grid;
  min-height: 35rem;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
  border-radius: var(--radius-lg);
  background: var(--paper);
  color: var(--ink);
}

.legal-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.legal-copy .eyebrow {
  color: #44505a;
}

.legal-copy h2 {
  max-width: 11ch;
  margin-top: 1.5rem;
}

.legal-copy > p {
  color: #52606b;
}

.legal-copy .button {
  margin-top: 2rem;
}

.legal-stack {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 45%, rgba(125, 231, 255, 0.22), transparent 35%),
    #dce4e9;
}

.legal-stack::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 20, 16, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 20, 16, 0.055) 1px, transparent 1px);
  background-size: 2rem 2rem;
  content: "";
}

.document-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(19rem, 58%);
  aspect-ratio: 0.72;
  border: 1px solid rgba(17, 20, 14, 0.14);
  border-radius: 0.4rem;
  box-shadow: 0 2.5rem 4rem rgba(31, 34, 25, 0.18);
}

.document-back {
  padding: 1.2rem;
  background: var(--ink-soft);
  color: var(--paper);
  transform: translate(-30%, -55%) rotate(11deg);
}

.document-back span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.document-back p {
  margin-top: 7rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.document-front {
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: #f7fafb;
  transform: translate(-70%, -43%) rotate(-6deg);
}

.document-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2f3a43;
}

.document-header svg {
  width: 1.8rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.document-header span {
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.document-front > p {
  margin-top: 3.5rem;
  font-size: 1.35rem;
  font-weight: 740;
  letter-spacing: -0.05em;
}

.document-lines {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.document-lines span {
  height: 0.35rem;
  border-radius: 99px;
  background: #d7e0e5;
}

.document-lines span:nth-child(2) {
  width: 82%;
}

.document-lines span:nth-child(3) {
  width: 91%;
}

.document-lines span:nth-child(4) {
  width: 64%;
}

.document-front strong {
  margin-top: auto;
  color: #61707b;
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.contact-section {
  padding-top: 0;
}

.contact-card {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(32rem, 1.12fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 24%, rgba(125, 231, 255, 0.13), transparent 27rem),
    linear-gradient(135deg, #101820, #090d12 64%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 2rem 6rem rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.contact-card::after {
  position: absolute;
  bottom: -4rem;
  left: -3rem;
  width: clamp(16rem, 34vw, 30rem);
  aspect-ratio: 1;
  background: url("/assets/logo-mark-upright-mono.svg?v=44fa85a05a") center / contain no-repeat;
  content: "";
  opacity: 0.045;
  pointer-events: none;
  transform: none;
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 2;
}

.contact-copy {
  align-self: center;
  padding: clamp(2.4rem, 5vw, 5rem);
  border-right: 1px solid var(--line);
}

.contact-copy h2 {
  max-width: 10ch;
  margin-top: 1.2rem;
}

.contact-assurances {
  display: grid;
  gap: 0.8rem;
  margin-top: 2.5rem;
  color: var(--paper-soft);
  font-size: 0.82rem;
}

.contact-assurances li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact-assurances li > span:first-child {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 0.3rem var(--signal-soft);
}

.contact-form {
  display: grid;
  align-self: stretch;
  gap: 1.25rem;
  margin: clamp(0.75rem, 1.5vw, 1.15rem);
  padding: clamp(1.4rem, 2.7vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) - 0.75rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%),
    rgba(6, 8, 6, 0.76);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.contact-form-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--line);
}

.contact-form-kicker {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-head h3 {
  margin-top: 0.45rem;
  color: var(--paper);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 640;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.contact-form-state {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(125, 231, 255, 0.22);
  border-radius: 999px;
  color: var(--paper-soft);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form-state > span:first-child {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 0.25rem rgba(125, 231, 255, 0.1);
}

.contact-field-row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.5rem;
}

.contact-field label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  color: var(--paper-soft);
  font-size: 0.82rem;
  font-weight: 680;
}

.field-optional {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
}

.field-required {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  outline: 0;
  background: rgba(255, 255, 255, 0.028);
  color: var(--paper);
  caret-color: var(--signal);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.contact-field textarea {
  min-height: 10.5rem;
  resize: vertical;
  line-height: 1.55;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: var(--line-strong);
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(125, 231, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 0 3px rgba(125, 231, 255, 0.1);
}

.contact-field input[aria-invalid="true"],
.contact-field textarea[aria-invalid="true"] {
  border-color: #ff8b7d;
}

.field-hint,
.field-error {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.field-error {
  color: #ffaaa1;
}

.contact-honeypot {
  display: none !important;
}

.contact-submit {
  width: fit-content;
  cursor: pointer;
}

.contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
}

.contact-form[aria-busy="true"] .contact-submit {
  cursor: wait;
}

.contact-form-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem 1.25rem;
  padding-top: 0.15rem;
}

.contact-privacy {
  max-width: 31rem;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.contact-privacy a {
  margin-left: 0.25rem;
  color: var(--paper-soft);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.32);
  text-underline-offset: 0.2rem;
}

.contact-status {
  margin-top: -0.25rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.035);
  color: var(--paper-soft);
  font-size: 0.76rem;
  line-height: 1.5;
}

.contact-status[data-tone="success"] {
  border-color: rgba(125, 231, 255, 0.3);
  background: rgba(125, 231, 255, 0.08);
  color: #b9f4ff;
}

.contact-status[data-tone="error"] {
  border-color: rgba(255, 139, 125, 0.3);
  background: rgba(255, 139, 125, 0.07);
  color: #ffc1ba;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 8rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.footer-brand {
  color: var(--paper);
}

.footer-brand .brand-mark {
  height: 1.6rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-inner > p {
  justify-self: end;
}

.noscript-note {
  position: fixed;
  z-index: 300;
  right: 1rem;
  bottom: 1rem;
  max-width: 27rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #141b22;
  color: var(--paper-soft);
  font-size: 0.75rem;
}

.noscript-note p + p {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition:
    opacity 650ms var(--ease),
    transform 650ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-one {
  transition-delay: 80ms;
}

.reveal-delay-two {
  transition-delay: 160ms;
}

.reveal-delay-three {
  transition-delay: 240ms;
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: calc(var(--header-height) + 6rem);
    padding-bottom: 6rem;
  }

  .hero-copy {
    max-width: 48rem;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-stage {
    width: min(42rem, 94%);
    margin-inline: auto;
  }

  .project-card {
    min-height: 64rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(31rem, 1fr);
  }

  .project-wordmark {
    margin-top: 6rem;
  }

  .zaigraj-art,
  .mojdom-art {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-section .shell {
    grid-template-columns: 1fr;
  }

  .process-intro {
    max-width: 42rem;
  }

  .legal-panel {
    grid-template-columns: 1fr;
  }

  .legal-stack {
    min-height: 32rem;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    max-width: 48rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-card::after {
    top: -3rem;
    right: -6rem;
    bottom: auto;
    left: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-inner > p {
    grid-column: 1 / -1;
    justify-self: start;
    padding-bottom: 1.5rem;
  }

  .eyebrow,
  .mono-label {
    font-size: 0.78rem;
  }

  .window-bar p,
  .build-status,
  .code-tag,
  .release-meta p,
  .release-footer {
    font-size: 0.72rem;
  }

  .signal-card div:nth-child(2) > span {
    font-size: 0.75rem;
  }

  .pipeline-step > span {
    font-size: 0.7rem;
  }

  .pipeline-step p {
    font-size: 0.72rem;
  }

  .status-pill,
  .project-index,
  .tag-list li,
  .contact-form-state,
  .field-optional,
  .field-required {
    font-size: 0.72rem;
  }

  .capability-number,
  .process-number,
  .contact-form-kicker {
    font-size: 0.75rem;
  }

  .field-hint,
  .contact-privacy,
  .footer-links,
  .footer-inner > p {
    font-size: 0.82rem;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 1.25rem, 1180px);
    --header-height: 4.5rem;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: block;
  }

  .mobile-nav:not([hidden]) {
    display: block;
  }

  .hero {
    gap: 4rem;
    padding-top: calc(var(--header-height) + 4rem);
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.75rem);
    letter-spacing: -0.04em;
    word-spacing: 0.03em;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-stage {
    width: 100%;
  }

  .build-window {
    transform: none;
  }

  .hero-stage:hover .build-window {
    transform: translateY(-3px);
  }

  .window-bar {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }

  .window-bar p {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .floating-chip {
    display: none;
  }

  .pipeline-step p {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .process-intro h2,
  .legal-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .project-card {
    min-height: 57rem;
    grid-template-rows: auto minmax(27rem, 1fr);
    border-radius: 1.35rem;
  }

  .project-copy {
    padding: 1.35rem;
  }

  .project-wordmark {
    margin-top: 4.5rem;
  }

  .project-copy h3 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .game-card-main {
    width: min(17rem, 62%);
  }

  .game-tile {
    width: 5.2rem;
  }

  .tile-uljez {
    top: 8%;
    right: 4%;
  }

  .tile-kviz {
    bottom: 8%;
    left: 3%;
  }

  .tile-sudoku {
    right: 2%;
    bottom: 6%;
  }

  .phone-shell {
    width: min(15rem, 56%);
  }

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

  .capability-card {
    min-height: 21rem;
  }

  .capability-card h3 {
    margin-top: 5rem;
  }

  .legal-panel {
    min-height: auto;
    border-radius: 1.35rem;
  }

  .legal-stack {
    min-height: 29rem;
  }

  .contact-card {
    border-radius: 1.35rem;
  }

  .contact-card::after {
    top: auto;
    right: -5rem;
    bottom: -3rem;
    left: auto;
    transform: none;
  }

  .contact-copy {
    padding: 2rem 1.35rem;
  }

  .contact-form {
    margin: 0.65rem;
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .contact-field-row,
  .contact-form-actions {
    grid-template-columns: 1fr;
  }

  .contact-form-actions {
    align-items: stretch;
  }

  .contact-privacy {
    max-width: none;
  }

  .footer-inner {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 2.5rem;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-inner > p {
    padding-bottom: 0;
  }

  .section {
    padding-block: clamp(3.75rem, 9vw, 6rem);
  }

  .footer-links {
    gap: 0.35rem 1.5rem;
  }

  .phone-shell {
    width: min(12.5rem, 48%);
  }
}

@media (max-width: 760px), (pointer: coarse) {
  .brand,
  .footer-links a,
  .desktop-nav a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
  }

  .language-switcher button {
    min-width: 2.4rem;
    min-height: 2.75rem;
    padding: 0.5rem 0.3rem;
    font-size: 0.82rem;
  }

  .footer-links a::after,
  .desktop-nav a::after {
    bottom: 0.7rem;
  }

  .project-link {
    padding-top: 0.9rem;
    padding-bottom: 0.45rem;
  }

  .back-link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
  }
}

@media (max-width: 430px) {
  .brand-mark {
    height: 1.7rem;
  }

  .header-actions {
    gap: 0.7rem;
  }

  .language-switcher {
    gap: 0.2rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .contact-submit {
    width: 100%;
  }

  .build-heading {
    flex-direction: column;
  }

  .build-status {
    align-self: flex-end;
  }

  .release-meta > span {
    display: none;
  }

  .game-card-main {
    width: 68%;
    padding: 1rem;
  }

  .game-tile {
    width: 4.5rem;
  }

  .game-tile > span {
    font-size: 1.35rem;
  }

  .project-card {
    grid-template-rows: auto minmax(24rem, 1fr);
  }

  .phone-shell {
    width: 52%;
    border-radius: 2rem;
  }

  .phone-ui {
    border-radius: 1.6rem;
  }

  .process-list li {
    grid-template-columns: auto 1fr;
  }

  .process-symbol {
    display: none;
  }

  .legal-stack {
    min-height: 24rem;
  }

  .document-card {
    width: 57%;
  }

  .document-front {
    padding: 1rem;
  }

  .document-front > p {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 359px) {
  .brand-mark {
    height: 1.45rem;
  }

  .language-switcher button {
    min-width: 2.3rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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