@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 600;
  font-display: block;
  src: url("/assets/fonts/golos-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 600;
  font-display: block;
  src: url("/assets/fonts/golos-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: "Unbounded";
  font-style: normal;
  font-weight: 400 600;
  font-display: block;
  src: url("/assets/fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400 600;
  font-display: block;
  src: url("/assets/fonts/unbounded-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 {
  --ink: oklch(0.13 0.018 240);
  --ink-soft: oklch(0.2 0.025 240);
  --ink-raised: oklch(0.25 0.035 240);
  --ice: oklch(0.97 0.01 230);
  --paper: oklch(1 0 0);
  --blue: oklch(0.67 0.16 240);
  --blue-bright: oklch(0.82 0.13 220);
  --blue-deep: oklch(0.48 0.14 245);
  --muted-dark: oklch(0.77 0.025 235);
  --muted-light: oklch(0.39 0.025 235);
  --line-dark: oklch(1 0 0 / 0.14);
  --line-light: oklch(0.13 0.018 240 / 0.14);
  --focus: oklch(0.88 0.14 205);
  --success: oklch(0.77 0.16 155);
  --container: min(calc(100% - 40px), 1240px);
  --header-height: 86px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --z-header: 30;
  --z-menu: 40;
  --z-mobile-actions: 35;
  --z-intro: 70;
}

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

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--paper);
  background: var(--ink);
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-kerning: normal;
  font-synthesis: none;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.js.fonts-loading:not([data-intro="play"]) body {
  visibility: hidden;
  opacity: 0;
}

html.js.fonts-ready:not([data-intro="play"]) body {
  visibility: visible;
  animation: font-content-in 180ms var(--ease-out) both;
}

body.menu-open {
  overflow: hidden;
}

body.intro-playing {
  overflow: hidden;
}

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

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

button {
  border: 0;
}

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

img,
svg {
  display: block;
}

p,
h1,
h2,
h3,
dl,
dd {
  margin-block: 0;
}

dd {
  margin-inline: 0;
}

ul,
ol {
  margin-block: 0;
  padding: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

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

[hidden] {
  display: none !important;
}

.no-js .service-panel[hidden] {
  display: grid !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: calc(var(--z-menu) + 10);
  padding: 12px 16px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 180ms var(--ease-out);
}

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

.site-intro {
  position: fixed;
  inset: 0;
  z-index: var(--z-intro);
  display: none;
  overflow: hidden;
  color: var(--paper);
  background: oklch(0.075 0.018 240);
  isolation: isolate;
  touch-action: none;
}

html[data-intro="play"] .site-intro {
  display: block;
}

.site-intro__scene,
.site-intro__panel {
  position: absolute;
  inset-inline: 0;
}

.site-intro__scene {
  inset-block: 0;
}

.site-intro__scene::before,
.site-intro__scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-intro__scene::before {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(92vw, 1120px);
  aspect-ratio: 1.8;
  background: radial-gradient(ellipse, oklch(0.48 0.14 245 / 0.22), transparent 66%);
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(0.88);
  animation: intro-ambient-pulse 4.8s ease-in-out infinite alternate;
}

.site-intro__scene::after {
  inset: 0;
  z-index: 1;
  opacity: 0.22;
  background:
    linear-gradient(90deg, transparent 49.94%, oklch(0.82 0.13 220 / 0.16) 50%, transparent 50.06%),
    radial-gradient(circle at 50% 50%, transparent 0 16%, oklch(1 0 0 / 0.045) 16.2%, transparent 16.5%);
}

.site-intro__panel {
  z-index: 0;
  height: calc(50% + 1px);
  overflow: hidden;
  background-color: oklch(0.085 0.024 240);
  will-change: transform;
}

.site-intro__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(oklch(0.82 0.13 220 / 0.22) 1px, transparent 1px),
    linear-gradient(90deg, oklch(0.82 0.13 220 / 0.22) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 50% 100%, black, transparent 74%);
}

.site-intro__panel--top {
  top: 0;
  background-image:
    radial-gradient(circle at 50% 100%, oklch(0.52 0.15 242 / 0.28), transparent 38%),
    linear-gradient(122deg, oklch(0.105 0.032 240), oklch(0.075 0.023 250));
}

.site-intro__panel--bottom {
  bottom: 0;
  background-image:
    radial-gradient(circle at 50% 0%, oklch(0.52 0.15 242 / 0.24), transparent 38%),
    linear-gradient(58deg, oklch(0.105 0.032 240), oklch(0.075 0.023 250));
}

.site-intro__panel--bottom::before {
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 74%);
}

.site-intro__flow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: max(100%, 920px);
  height: min(56vh, 520px);
  overflow: visible;
  transform: translate(-50%, -50%);
}

.site-intro__flow path {
  opacity: 0;
  stroke: oklch(0.84 0.12 220 / 0.68);
  stroke-width: 1.5;
  stroke-dasharray: 1620;
  stroke-dashoffset: 1620;
}

.site-intro.is-running .site-intro__flow path {
  animation: intro-flow-draw 2300ms 120ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.site-intro.is-running .site-intro__flow path:nth-child(2) {
  animation-delay: 220ms;
}

.site-intro.is-running .site-intro__flow path:nth-child(3) {
  animation-delay: 320ms;
}

.site-intro.is-running .site-intro__flow path:nth-child(4) {
  animation-delay: 420ms;
}

.site-intro__aperture {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(126px, 15vw, 208px);
  aspect-ratio: 1;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
}

.site-intro.is-running.has-fonts .site-intro__aperture {
  animation: intro-aperture 1550ms 240ms var(--ease-out) forwards;
}

.site-intro__ring,
.site-intro__core {
  position: absolute;
  border-radius: 50%;
}

.site-intro__ring {
  border: 1px solid oklch(1 0 0 / 0.52);
}

.site-intro__ring--outer {
  inset: 0;
  border-style: dashed;
}

.site-intro.is-running.has-fonts .site-intro__ring--outer {
  animation: intro-ring-spin 13s linear infinite;
}

.site-intro__ring--inner {
  inset: 14%;
  border-color: oklch(0.92 0.12 215 / 0.9);
  box-shadow: 0 0 28px oklch(0.82 0.13 220 / 0.28);
}

.site-intro__core {
  inset: 27%;
  display: grid;
  place-items: center;
  color: var(--paper);
  background:
    radial-gradient(circle at 50% 36%, oklch(0.34 0.11 239 / 0.92), transparent 48%),
    oklch(0.1 0.03 240);
  border: 1px solid oklch(0.82 0.13 220 / 0.62);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.site-intro__core::after {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid oklch(0.82 0.13 220 / 0.2);
  border-radius: inherit;
}

.site-intro__wordmark {
  position: absolute;
  top: calc(50% + clamp(88px, 11vw, 144px));
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transform: translateX(-50%);
}

.site-intro.is-running.has-fonts .site-intro__wordmark {
  animation: intro-wordmark 1450ms 560ms var(--ease-out) forwards;
}

.site-intro__wordmark strong {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(0.82rem, 1.35vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-intro__wordmark span {
  color: oklch(0.96 0.035 220 / 0.72);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
}

.site-intro__place {
  position: absolute;
  right: clamp(22px, 4vw, 64px);
  bottom: clamp(22px, 4vw, 50px);
  z-index: 3;
  color: oklch(1 0 0 / 0.72);
  font-size: 0.74rem;
  font-weight: 500;
  clip-path: inset(0 0 0 100%);
  opacity: 0;
}

.site-intro.is-running.has-fonts .site-intro__place {
  animation: intro-place 1350ms 760ms var(--ease-out) forwards;
}

.site-intro__seam {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 4;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--paper) 18%, var(--blue-bright) 50%, var(--paper) 82%, transparent);
  box-shadow: 0 0 20px oklch(0.92 0.13 215 / 0.76);
  transform: scaleX(0);
}

.site-intro__status {
  position: absolute;
  bottom: clamp(24px, 4vw, 50px);
  left: clamp(22px, 4vw, 64px);
  z-index: 5;
  display: grid;
  gap: 9px;
  width: min(240px, calc(100vw - 44px));
  color: oklch(0.88 0.028 225);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(8px);
}

.site-intro.is-running.has-fonts .site-intro__status {
  animation: intro-status-in 900ms 720ms var(--ease-out) forwards;
}

.site-intro__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: oklch(1 0 0 / 0.14);
}

.site-intro__progress i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--blue), var(--blue-bright));
  box-shadow: 0 0 12px oklch(0.82 0.13 220 / 0.48);
  transform: scaleX(0.04);
  transform-origin: left;
}

.site-intro.is-running.has-fonts .site-intro__progress i {
  animation: intro-progress 2200ms 480ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.site-intro.is-assets-ready .site-intro__progress i {
  animation: none;
  transform: scaleX(1);
  transition: transform 320ms var(--ease-out);
}

.site-intro.is-assets-ready .site-intro__ring--inner {
  box-shadow: 0 0 44px oklch(0.82 0.13 220 / 0.4);
  transition: box-shadow 320ms ease;
}

.site-intro.is-leaving .site-intro__panel--top {
  animation: intro-panel-up 1100ms 0ms var(--ease-out) forwards;
}

.site-intro.is-leaving .site-intro__panel--bottom {
  animation: intro-panel-down 1100ms 0ms var(--ease-out) forwards;
}

.site-intro.is-leaving .site-intro__seam {
  animation: intro-seam 900ms 0ms cubic-bezier(0.65, 0, 0.35, 1) both;
}

.site-intro.is-leaving {
  background: transparent;
}

.site-intro.is-running.has-fonts.is-leaving .site-intro__aperture,
.site-intro.is-running.has-fonts.is-leaving .site-intro__wordmark,
.site-intro.is-running.has-fonts.is-leaving .site-intro__place,
.site-intro.is-running.has-fonts.is-leaving .site-intro__status,
.site-intro.is-leaving .site-intro__flow {
  animation: intro-scene-release 720ms 0ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.site-intro.is-leaving .site-intro__scene::before,
.site-intro.is-leaving .site-intro__scene::after {
  animation: intro-atmosphere-release 720ms 0ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  height: var(--header-height);
  color: var(--paper);
  background: oklch(0.13 0.018 240 / 0.82);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(16px) saturate(130%);
  transition:
    height 300ms var(--ease-out),
    background-color 300ms var(--ease-out);
}

.site-header.is-scrolled {
  height: 70px;
  background: oklch(0.11 0.018 240 / 0.94);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--container);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark path:nth-child(3),
.brand-mark path:nth-child(4) {
  fill: currentColor;
  stroke: none;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Unbounded", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-copy span {
  color: var(--blue-bright);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.site-nav {
  margin-left: auto;
  margin-right: clamp(24px, 4vw, 66px);
}

.site-nav__drawer {
  display: contents;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 38px);
}

.site-nav__top,
.menu-contact {
  display: none;
}

.site-nav a {
  position: relative;
  padding-block: 10px;
  color: var(--muted-dark);
  font-size: 0.92rem;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 3px;
  height: 1px;
  background: var(--blue-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease-out);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--paper);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 6px 0 14px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.header-phone:hover {
  color: var(--blue-bright);
  border-color: var(--blue-bright);
}

.header-phone svg {
  width: 32px;
  height: 32px;
  padding: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.menu-toggle {
  position: relative;
  z-index: 7;
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 220ms var(--ease-out);
}

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

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

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 100svh;
  padding-top: var(--header-height);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 48%, oklch(0.36 0.11 240 / 0.44), transparent 29%),
    radial-gradient(circle at 58% 12%, oklch(0.29 0.07 230 / 0.32), transparent 24%),
    linear-gradient(130deg, var(--ink) 0%, oklch(0.16 0.026 240) 55%, oklch(0.11 0.02 250) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(var(--line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 70% 45%, black 5%, transparent 70%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 2%, var(--blue-bright) 50%, transparent 98%);
  opacity: 0.55;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  align-items: center;
  min-height: calc(100svh - var(--header-height));
  padding-block: clamp(74px, 10vh, 120px) clamp(104px, 13vh, 154px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-place {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: clamp(24px, 4vh, 42px);
  color: var(--muted-dark);
  font-size: 0.86rem;
  font-weight: 500;
}

.pulse-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background: var(--blue-bright);
  border-radius: 50%;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--blue-bright);
  border-radius: inherit;
}

.hero h1 {
  max-width: 11ch;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(3.1rem, 6.45vw, 5.8rem);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.035em;
}

.hero-title-line {
  display: block;
  overflow: clip;
}

.hero-title-line > span {
  display: block;
}

.hero-title-accent {
  color: var(--blue-bright);
}

.hero-lead {
  max-width: 62ch;
  margin-top: clamp(28px, 4vh, 42px);
  color: var(--muted-dark);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(30px, 4.5vh, 48px);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 0 24px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 220ms var(--ease-out),
    border-color 220ms ease;
}

.button svg,
.text-link svg,
.service-panel__copy > a svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms var(--ease-out);
}

.button:hover svg,
.text-link:hover svg,
.service-panel__copy > a:hover svg {
  transform: translateX(4px);
}

.button-primary {
  color: var(--ink);
  background: var(--blue-bright);
}

.button-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper);
  transform: translateX(-102%);
  transition: transform 400ms var(--ease-out);
}

.button-primary:hover::before,
.button-primary:focus-visible::before {
  transform: translateX(0);
}

.button-primary > * {
  position: relative;
  z-index: 1;
}

.button-primary svg {
  position: relative;
  z-index: 1;
}

.button-ghost {
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-dark);
}

.button-ghost:hover {
  color: var(--blue-bright);
  border-color: var(--blue-bright);
}

.hero-facts {
  display: flex;
  gap: 0;
  margin-top: clamp(46px, 6.5vh, 72px);
}

.hero-facts div {
  min-width: 0;
  padding-right: clamp(16px, 2.8vw, 38px);
}

.hero-facts div + div {
  padding-left: clamp(16px, 2.8vw, 38px);
  border-left: 1px solid var(--line-dark);
}

.hero-facts dt {
  margin-bottom: 5px;
  color: var(--paper);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(0.82rem, 1.1vw, 1rem);
  font-weight: 500;
}

.hero-facts dd {
  max-width: 19ch;
  color: var(--muted-dark);
  font-size: 0.76rem;
  line-height: 1.35;
}

.air-stage {
  position: relative;
  z-index: 1;
  width: min(48vw, 690px);
  aspect-ratio: 1;
  margin-left: clamp(-100px, -5vw, -30px);
  transform-style: preserve-3d;
}

.air-stage::before {
  content: "";
  position: absolute;
  inset: 4%;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  clip-path: polygon(0 0, 57% 0, 57% 10%, 100% 10%, 100% 100%, 43% 100%, 43% 90%, 0 90%);
}

.air-stage__halo {
  position: absolute;
  inset: 13%;
  background: radial-gradient(circle, oklch(0.75 0.17 220 / 0.36), transparent 66%);
  border-radius: 50%;
  filter: blur(24px);
}

.air-stage__grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.grid-rings {
  fill: none;
  stroke: oklch(1 0 0 / 0.12);
  stroke-width: 1;
}

.grid-rings circle:nth-child(2) {
  stroke-dasharray: 3 8;
}

.grid-rings circle:nth-child(3) {
  stroke-dasharray: 120 26;
}

.grid-rings circle:nth-child(4) {
  stroke-dasharray: 2 16;
}

.grid-rings path {
  opacity: 0.45;
}

.core-glow {
  opacity: 0.8;
}

.flow-lines {
  stroke-width: 2;
  stroke-dasharray: 18 13;
}

.flow-lines--blur {
  opacity: 0.2;
  stroke-width: 11;
}

.air-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 33%;
  aspect-ratio: 1;
  transform: translate3d(-50%, -50%, 42px);
}

.air-core__ring {
  position: absolute;
  inset: 0;
  border: 1px solid oklch(0.9 0.11 220 / 0.68);
  border-radius: 50%;
}

.air-core__ring::before,
.air-core__ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.air-core__ring::before {
  inset: 8%;
  border: 1px dashed oklch(1 0 0 / 0.3);
}

.air-core__ring::after {
  top: -4px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: var(--blue-bright);
  box-shadow: 0 0 14px var(--blue-bright);
}

.air-core__face {
  position: relative;
  display: grid;
  place-items: center;
  width: 74%;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--ice);
  border-radius: 50%;
}

.air-core__face::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.air-core__brand {
  margin-top: 8%;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.air-core__caption {
  margin-top: -22%;
  color: var(--muted-light);
  font-size: clamp(0.42rem, 0.55vw, 0.58rem);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.stage-label {
  position: absolute;
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--muted-dark);
  font-size: clamp(0.55rem, 0.7vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  transform: translateZ(25px);
}

.stage-label span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--blue-bright);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  font-size: 0.58rem;
}

.stage-label--top {
  top: 8%;
  left: 18%;
}

.stage-label--right {
  top: 31%;
  right: -1%;
}

.stage-label--bottom {
  bottom: 10%;
  left: 17%;
}

.air-reading {
  position: absolute;
  right: 2%;
  bottom: 16%;
  display: grid;
  gap: 3px;
  min-width: 102px;
  padding: 12px 14px;
  background: oklch(0.16 0.025 240 / 0.78);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  transform: translateZ(36px);
}

.air-reading span {
  color: var(--muted-dark);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
}

.air-reading strong {
  color: var(--blue-bright);
  font-family: "Unbounded", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--muted-dark);
  font-size: 0.75rem;
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 26px;
  height: 26px;
  padding: 5px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}

[data-static-hero],
[data-static-hero] *,
[data-static-hero] *::before,
[data-static-hero] *::after {
  animation: none !important;
  transition-duration: 0s !important;
}

.manifesto {
  position: relative;
  padding-block: clamp(110px, 15vw, 220px);
  overflow: hidden;
  color: var(--ink);
  background: var(--ice);
}

.manifesto::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 1px;
  background: var(--blue-deep);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
}

.manifesto-mark {
  position: sticky;
  top: 110px;
  display: grid;
  place-items: center;
  width: min(100%, 250px);
  aspect-ratio: 1;
  color: var(--blue-deep);
}

.manifesto-mark > span {
  z-index: 1;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.manifesto-mark svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 0.8;
  opacity: 0.46;
  animation: spin 48s linear infinite;
}

.section-note {
  margin-bottom: clamp(22px, 3vw, 34px);
  color: var(--blue-deep);
  font-size: 0.86rem;
  font-weight: 600;
}

.section-note::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  background: currentColor;
}

.section-note--light {
  color: var(--blue-bright);
}

.manifesto h2 {
  max-width: 16ch;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2.5rem, 5.3vw, 5.35rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.manifesto-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 62px);
  max-width: 850px;
  margin-top: clamp(52px, 7vw, 92px);
  padding-top: 26px;
  border-top: 1px solid var(--line-light);
}

.manifesto-detail p {
  color: var(--muted-light);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.7;
}

.services {
  padding-block: clamp(100px, 12vw, 170px);
  background:
    radial-gradient(circle at 90% 10%, oklch(0.38 0.13 240 / 0.25), transparent 23%),
    var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(70px, 9vw, 116px);
}

.section-head h2,
.approach h2,
.proof h2,
.contact h2 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-head > p {
  max-width: 42ch;
  color: var(--muted-dark);
  font-size: 1.08rem;
  line-height: 1.7;
}

.service-rail {
  border-bottom: 1px solid var(--line-dark);
}

.service-item {
  border-top: 1px solid var(--line-dark);
}

.service-trigger {
  display: grid;
  grid-template-columns: 88px 1fr 48px;
  gap: 24px;
  align-items: center;
  width: 100%;
  min-height: 154px;
  padding: 18px 0;
  color: var(--paper);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.service-symbol {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  color: var(--muted-dark);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  transition:
    color 260ms ease,
    background-color 260ms ease,
    border-color 260ms ease,
    transform 400ms var(--ease-out);
}

.service-symbol svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-title {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.service-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  justify-self: end;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  transition:
    border-color 220ms ease,
    transform 360ms var(--ease-out);
}

.service-toggle::before,
.service-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.service-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 300ms var(--ease-out);
}

.service-trigger:hover .service-symbol,
.service-trigger:focus-visible .service-symbol,
.service-item.is-active .service-symbol {
  color: var(--ink);
  background: var(--blue-bright);
  border-color: var(--blue-bright);
  transform: rotate(-7deg);
}

.service-item.is-active .service-toggle {
  color: var(--blue-bright);
  border-color: var(--blue-bright);
  transform: rotate(180deg);
}

.service-item.is-active .service-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(42px, 7vw, 110px);
  padding: 8px 0 clamp(62px, 7vw, 98px) 112px;
  animation: panel-open 520ms var(--ease-out) both;
}

.service-panel__copy {
  align-self: center;
}

.service-panel__copy > p {
  max-width: 48ch;
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.72;
}

.service-panel__copy ul {
  display: grid;
  gap: 13px;
  margin-top: 28px;
  list-style: none;
}

.service-panel__copy li {
  position: relative;
  padding-left: 20px;
  font-size: 0.95rem;
}

.service-panel__copy li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--blue-bright);
  border-radius: 50%;
}

.service-panel__copy > a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-height: 44px;
  margin-top: 36px;
  padding-block: 8px;
  color: var(--blue-bright);
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

.service-visual {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: oklch(0.21 0.04 240);
  border: 1px solid var(--line-dark);
  border-radius: 14px;
}

.service-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(var(--line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 44px 44px;
}

.service-visual__word {
  position: absolute;
  bottom: -0.18em;
  left: -0.06em;
  color: oklch(1 0 0 / 0.05);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(5.4rem, 10vw, 9.5rem);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.04em;
}

.service-visual--air svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--blue-bright);
  stroke-width: 2;
  stroke-dasharray: 12 10;
  opacity: 0.78;
  animation: flow 3.4s linear infinite;
}

.service-radar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  aspect-ratio: 1;
  border: 1px solid var(--blue-bright);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.service-radar::before,
.service-radar::after,
.service-radar span {
  content: "";
  position: absolute;
  border: 1px solid oklch(0.82 0.13 220 / 0.4);
  border-radius: 50%;
}

.service-radar::before {
  inset: 18%;
}

.service-radar::after {
  inset: 37%;
  background: var(--blue-bright);
  box-shadow: 0 0 44px oklch(0.82 0.13 220 / 0.48);
}

.service-radar span:nth-child(1) {
  inset: -14%;
  animation: radar 2.8s ease-out infinite;
}

.service-radar span:nth-child(2) {
  inset: -32%;
  animation: radar 2.8s 0.9s ease-out infinite;
}

.service-radar span:nth-child(3) {
  inset: -50%;
  animation: radar 2.8s 1.8s ease-out infinite;
}

.blueprint {
  position: absolute;
  inset: 15% 12%;
  transform: rotate(-7deg);
}

.blueprint::before,
.blueprint::after,
.blueprint span {
  content: "";
  position: absolute;
  border: 1px solid var(--blue-bright);
}

.blueprint::before {
  inset: 8% 4% 12% 18%;
  clip-path: polygon(0 24%, 34% 24%, 34% 0, 100% 0, 100% 100%, 0 100%);
}

.blueprint::after {
  inset: 27% 24% 28% 34%;
}

.blueprint span:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 50%;
  border-color: oklch(0.82 0.13 220 / 0.26);
}

.blueprint span:nth-child(2) {
  right: 0;
  left: 0;
  top: 50%;
  border-color: oklch(0.82 0.13 220 / 0.26);
}

.blueprint span:nth-child(3) {
  width: 30%;
  height: 42%;
  right: 8%;
  bottom: 2%;
}

.blueprint span:nth-child(4) {
  width: 18px;
  height: 18px;
  top: 30%;
  left: 22%;
  background: var(--blue-bright);
  border-radius: 50%;
  box-shadow: 0 0 24px oklch(0.82 0.13 220 / 0.6);
}

.proof {
  padding-block: clamp(110px, 13vw, 180px) 0;
  color: var(--ink);
  background: var(--ice);
}

.proof-intro {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: clamp(36px, 8vw, 122px);
  align-items: start;
  margin-bottom: clamp(72px, 9vw, 124px);
}

.proof-intro .section-note {
  margin-top: 12px;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
}

.proof-list > div {
  min-height: 248px;
  padding: clamp(30px, 4vw, 52px) clamp(26px, 4vw, 58px) clamp(32px, 4vw, 54px) 0;
  border-bottom: 1px solid var(--line-light);
}

.proof-list > div:nth-child(even) {
  padding-left: clamp(26px, 4vw, 58px);
  border-left: 1px solid var(--line-light);
}

.proof-list dt {
  max-width: 18ch;
  margin-bottom: 24px;
  color: var(--blue-deep);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.proof-list dd {
  max-width: 47ch;
  color: var(--muted-light);
  line-height: 1.7;
}

.partner-line {
  position: relative;
  margin-top: clamp(88px, 11vw, 148px);
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
  border-block: 1px solid oklch(1 0 0 / 0.14);
}

.partner-line::before,
.partner-line::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
}

.partner-line::before {
  left: 0;
  background: linear-gradient(90deg, var(--blue-deep), transparent);
}

.partner-line::after {
  right: 0;
  background: linear-gradient(-90deg, var(--blue-deep), transparent);
}

.partner-line__track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 132px;
  animation: marquee 30s linear infinite;
}

.partner-line__track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding-inline: 28px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 500;
  white-space: nowrap;
}

.partner-line__track span::after {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--blue-bright);
  border-radius: 50%;
}

.approach {
  position: relative;
  padding-block: clamp(100px, 13vw, 180px);
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.approach::before {
  content: "";
  position: absolute;
  top: -24vw;
  left: -10vw;
  width: 62vw;
  aspect-ratio: 1;
  border: 1px solid oklch(1 0 0 / 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 8vw oklch(1 0 0 / 0.025),
    0 0 0 16vw oklch(1 0 0 / 0.025);
}

.approach-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(54px, 10vw, 150px);
  align-items: start;
}

.approach-copy {
  position: sticky;
  top: 120px;
}

.approach-copy .section-note {
  color: var(--paper);
}

.approach h2 {
  max-width: 12ch;
}

.approach-copy > p:not(.section-note) {
  max-width: 43ch;
  margin-top: 34px;
  color: var(--paper);
  font-size: 1.06rem;
  line-height: 1.72;
}

.approach .text-link {
  color: var(--paper);
}

.steps {
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: clamp(20px, 4vw, 52px);
  min-height: 190px;
  padding: 24px 0 42px;
  border-top: 1px solid oklch(1 0 0 / 0.25);
}

.steps li:last-child {
  border-bottom: 1px solid oklch(1 0 0 / 0.25);
}

.step-number {
  display: grid;
  place-items: center;
  align-self: start;
  width: 58px;
  height: 58px;
  color: var(--ink);
  background: var(--blue-bright);
  border: 1px solid var(--blue-bright);
  border-radius: 50%;
  font-family: "Unbounded", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
}

.steps h3 {
  margin-bottom: 16px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.steps p {
  max-width: 50ch;
  color: var(--paper);
  line-height: 1.7;
}

.contact {
  position: relative;
  padding-block: clamp(110px, 14vw, 190px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 2% 100%, oklch(0.39 0.15 242 / 0.35), transparent 34%),
    var(--ink);
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  gap: clamp(60px, 10vw, 154px);
  align-items: start;
}

.contact h2 {
  max-width: 10ch;
}

.contact-copy > p:not(.section-note) {
  max-width: 48ch;
  margin-top: 34px;
  color: var(--muted-dark);
  font-size: 1.06rem;
  line-height: 1.72;
}

.direct-contacts {
  display: grid;
  gap: 0;
  margin-top: clamp(58px, 7vw, 92px);
  border-top: 1px solid var(--line-dark);
}

.direct-contacts a {
  display: grid;
  gap: 5px;
  padding-block: 22px;
  border-bottom: 1px solid var(--line-dark);
  transition: color 180ms ease;
}

.direct-contacts a:hover {
  color: var(--blue-bright);
}

.direct-contacts span {
  color: var(--muted-dark);
  font-size: 0.74rem;
}

.direct-contacts strong {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.38rem);
  font-weight: 500;
}

.brief-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 18px;
  padding: clamp(28px, 4.5vw, 58px);
  background: var(--ice);
  border-radius: 14px;
  color-scheme: light;
  color: var(--ink);
}

.field {
  display: grid;
  gap: 9px;
}

.field--wide {
  grid-column: 1 / -1;
}

.field label {
  color: var(--muted-light);
  font-size: 0.8rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  transition: border-color 180ms ease;
}

.field input,
.field select {
  min-height: 54px;
}

.field textarea {
  min-height: 112px;
  padding: 14px 0;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: oklch(0.46 0.02 235);
  opacity: 1;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue-deep);
  box-shadow: 0 1px 0 var(--blue-deep);
}

.brief-form .button-primary {
  align-self: start;
  justify-content: space-between;
  min-height: 60px;
  margin-top: 10px;
  color: var(--paper);
  background: var(--blue-deep);
}

.brief-form .button-primary::before {
  background: var(--ink);
}

.form-note {
  align-self: center;
  max-width: 37ch;
  margin-top: 10px;
  color: var(--muted-light);
  font-size: 0.74rem;
  line-height: 1.45;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.4em;
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-orbit {
  position: absolute;
  top: -28vw;
  right: -28vw;
  z-index: -1;
  width: 68vw;
  min-width: 760px;
  aspect-ratio: 1;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}

.contact-orbit span {
  position: absolute;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}

.contact-orbit span:nth-child(1) {
  inset: 12%;
}

.contact-orbit span:nth-child(2) {
  inset: 25%;
}

.contact-orbit span:nth-child(3) {
  inset: 41%;
  background: oklch(0.67 0.16 240 / 0.07);
  box-shadow: 0 0 120px oklch(0.67 0.16 240 / 0.12);
}

.site-footer {
  padding-block: 54px;
  color: var(--muted-dark);
  background: oklch(0.1 0.014 240);
  border-top: 1px solid var(--line-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 0.8fr 1fr;
  gap: 40px;
  align-items: start;
}

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

.footer-grid > p {
  font-size: 0.85rem;
  line-height: 1.65;
}

.footer-links {
  display: grid;
  gap: 7px;
  font-size: 0.85rem;
}

.footer-links a {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--blue-bright);
}

.footer-meta {
  justify-self: end;
  text-align: right;
}

.mobile-actions {
  display: none;
}

.service-item {
  position: relative;
}

.reveal-in[data-reveal="title"] {
  animation: reveal-title 760ms var(--ease-out) both;
}

.reveal-in[data-reveal="aside"] {
  animation: reveal-aside 680ms var(--ease-soft) both;
}

.reveal-in[data-reveal="orbit"] {
  animation: reveal-orbit 820ms var(--ease-out) both;
}

.reveal-in[data-reveal="rail"] {
  animation: reveal-rail 680ms var(--ease-out) both;
}

.reveal-in[data-reveal="rail"]::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-bright) 42%, transparent 82%);
  transform-origin: left;
  animation: reveal-rule 760ms var(--ease-out) both;
}

.service-item:nth-child(2).reveal-in[data-reveal="rail"] {
  animation-delay: 70ms;
}

.service-item:nth-child(2).reveal-in[data-reveal="rail"]::before {
  animation-delay: 70ms;
}

.service-item:nth-child(3).reveal-in[data-reveal="rail"] {
  animation-delay: 140ms;
}

.service-item:nth-child(3).reveal-in[data-reveal="rail"]::before {
  animation-delay: 140ms;
}

.reveal-in[data-reveal="cell"] {
  animation: reveal-cell-left 660ms var(--ease-out) both;
}

.proof-list > div:nth-child(even).reveal-in[data-reveal="cell"] {
  animation-name: reveal-cell-right;
}

.proof-list > div:nth-child(2).reveal-in[data-reveal="cell"] {
  animation-delay: 65ms;
}

.proof-list > div:nth-child(3).reveal-in[data-reveal="cell"] {
  animation-delay: 130ms;
}

.proof-list > div:nth-child(4).reveal-in[data-reveal="cell"] {
  animation-delay: 195ms;
}

.reveal-in[data-reveal="step"] {
  animation: reveal-step 620ms var(--ease-out) both;
}

.steps li:nth-child(2).reveal-in[data-reveal="step"] {
  animation-delay: 70ms;
}

.steps li:nth-child(3).reveal-in[data-reveal="step"] {
  animation-delay: 140ms;
}

.steps li:nth-child(4).reveal-in[data-reveal="step"] {
  animation-delay: 210ms;
}

.reveal-in[data-reveal="step"] .step-number {
  animation: reveal-step-signal 560ms var(--ease-out) both;
}

.steps li:nth-child(2).reveal-in[data-reveal="step"] .step-number {
  animation-delay: 70ms;
}

.steps li:nth-child(3).reveal-in[data-reveal="step"] .step-number {
  animation-delay: 140ms;
}

.steps li:nth-child(4).reveal-in[data-reveal="step"] .step-number {
  animation-delay: 210ms;
}

.reveal-in[data-reveal="form"] {
  animation: reveal-form 780ms var(--ease-out) both;
}

.reveal-in[data-reveal="form"] .field {
  animation: reveal-field 520ms 180ms var(--ease-out) both;
}

.reveal-in[data-reveal="form"] .field:nth-child(2) {
  animation-delay: 230ms;
}

.reveal-in[data-reveal="form"] .field:nth-child(3) {
  animation-delay: 280ms;
}

.reveal-in[data-reveal="form"] .field:nth-child(4) {
  animation-delay: 330ms;
}

.reveal-in[data-reveal="footer"] {
  animation: reveal-footer 620ms var(--ease-out) both;
}

.partner-line.motion-paused .partner-line__track,
.contact.motion-paused .contact-orbit {
  animation-play-state: paused;
}

@keyframes intro-panel-up {
  to {
    transform: translate3d(0, -103%, 0);
  }
}

@keyframes intro-panel-down {
  to {
    transform: translate3d(0, 103%, 0);
  }
}

@keyframes intro-flow-draw {
  0% {
    opacity: 0;
    stroke-dashoffset: 1620;
  }
  24% {
    opacity: 0.78;
  }
  82% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0.34;
    stroke-dashoffset: 0;
  }
}

@keyframes intro-aperture {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.62);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes intro-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes intro-wordmark {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translateX(-50%);
  }
  54% {
    clip-path: inset(0);
    opacity: 1;
    transform: translateX(-50%);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    transform: translateX(-50%);
  }
}

@keyframes intro-place {
  0%,
  18% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  58% {
    clip-path: inset(0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes intro-seam {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  58% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes intro-ambient-pulse {
  to {
    opacity: 0.54;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes intro-status-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-progress {
  to {
    transform: scaleX(0.78);
  }
}

@keyframes intro-scene-release {
  from {
    opacity: 1;
    filter: blur(0);
  }
  to {
    opacity: 0;
    filter: blur(6px);
  }
}

@keyframes intro-atmosphere-release {
  to {
    opacity: 0;
  }
}

@keyframes font-content-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes reveal-title {
  from {
    clip-path: inset(0 18% 0 0);
    opacity: 0.18;
    transform: translate3d(-24px, 0, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-aside {
  from {
    clip-path: inset(0 0 0 16%);
    opacity: 0.18;
    transform: translate3d(26px, 0, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-orbit {
  from {
    clip-path: circle(22% at 50% 50%);
    opacity: 0.16;
    transform: rotate(-7deg) scale(0.88);
  }
  to {
    clip-path: circle(74% at 50% 50%);
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@keyframes reveal-rail {
  from {
    clip-path: inset(0 12% 0 0);
    opacity: 0.2;
    transform: translate3d(-18px, 0, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-rule {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  45% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes reveal-cell-left {
  from {
    clip-path: inset(10% 8% 0 0);
    opacity: 0.16;
    transform: translate3d(-18px, 0, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-cell-right {
  from {
    clip-path: inset(10% 0 0 8%);
    opacity: 0.16;
    transform: translate3d(18px, 0, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-step {
  from {
    clip-path: inset(0 0 0 12%);
    opacity: 0.18;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-step-signal {
  from {
    color: var(--paper);
    background: transparent;
    transform: scale(0.62);
  }
  to {
    color: var(--ink);
    background: var(--blue-bright);
    transform: scale(1);
  }
}

@keyframes reveal-form {
  from {
    clip-path: inset(0 0 0 16%);
    opacity: 0.2;
    transform: translate3d(28px, 0, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-field {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0.24;
  }
  to {
    clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes reveal-footer {
  from {
    clip-path: inset(0 0 18% 0);
    opacity: 0.2;
    transform: translate3d(0, 14px, 0);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes panel-open {
  from {
    clip-path: inset(0 14% 0 0);
    opacity: 0.2;
    transform: translate3d(-12px, 0, 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flow {
  to {
    stroke-dashoffset: -62;
  }
}

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

@keyframes radar {
  0% {
    opacity: 0.8;
    transform: scale(0.45);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}

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

@media (max-width: 1160px) {
  .site-nav__links {
    gap: 18px;
  }

  .site-nav {
    margin-right: 24px;
  }

  .header-phone span {
    display: none;
  }

  .header-phone {
    width: 44px;
    padding: 5px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  }

  .air-stage {
    width: min(52vw, 610px);
    margin-left: -90px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6.4vw, 4.85rem);
  }

  .service-panel {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(calc(100% - 32px), 760px);
    --header-height: 74px;
  }

  .site-header.is-scrolled {
    height: 66px;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 5;
    display: block;
    margin: 0;
    padding: 0;
    visibility: hidden;
    background: oklch(0.07 0.015 245 / 0.72);
    opacity: 0;
    transition:
      opacity 280ms ease,
      visibility 0s 560ms;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .site-nav__drawer {
    position: absolute;
    inset: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    width: min(90vw, 430px);
    height: 100dvh;
    padding: max(18px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      radial-gradient(circle at 14% 12%, oklch(0.42 0.15 240 / 0.3), transparent 31%),
      linear-gradient(145deg, oklch(0.14 0.025 242), oklch(0.1 0.018 248));
    border-right: 1px solid var(--line-dark);
    box-shadow: 18px 0 48px oklch(0.03 0.01 245 / 0.34);
    transform: translate3d(-104%, 0, 0);
    transition: transform 560ms var(--ease-out);
  }

  .site-nav.is-open .site-nav__drawer {
    transform: translate3d(0, 0, 0);
  }

  .site-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    color: var(--muted-dark);
    font-size: 0.875rem;
    font-weight: 600;
  }

  .drawer-close {
    position: relative;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--paper);
    background: transparent;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    cursor: pointer;
  }

  .drawer-close span {
    position: absolute;
    width: 17px;
    height: 1.5px;
    background: currentColor;
  }

  .drawer-close span:first-child {
    transform: rotate(45deg);
  }

  .drawer-close span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav__links {
    display: grid;
    gap: 0;
    margin-top: 30px;
    border-top: 1px solid var(--line-dark);
  }

  .site-nav__links > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 70px;
    margin: 0;
    padding: 14px 2px;
    color: var(--paper);
    border-bottom: 1px solid var(--line-dark);
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.18rem, 5vw, 1.65rem);
    font-weight: 500;
    opacity: 0;
    transform: translate3d(-22px, 0, 0);
    transition:
      color 180ms ease,
      opacity 420ms var(--ease-out),
      transform 520ms var(--ease-out);
  }

  .site-nav__links > a::after {
    position: static;
    width: 8px;
    height: 8px;
    background: var(--blue-bright);
    border-radius: 50%;
    transform: none;
  }

  .site-nav.is-open .site-nav__links > a {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .site-nav.is-open .site-nav__links > a:nth-child(1) {
    transition-delay: 90ms;
  }

  .site-nav.is-open .site-nav__links > a:nth-child(2) {
    transition-delay: 140ms;
  }

  .site-nav.is-open .site-nav__links > a:nth-child(3) {
    transition-delay: 190ms;
  }

  .site-nav.is-open .site-nav__links > a:nth-child(4) {
    transition-delay: 240ms;
  }

  .menu-contact {
    display: block;
    margin-top: 28px;
    padding: 22px;
    color: var(--paper);
    background: var(--blue-deep);
    border-radius: 14px;
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    transition:
      opacity 420ms 210ms var(--ease-out),
      transform 560ms 210ms var(--ease-out);
  }

  .site-nav.is-open .menu-contact {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .menu-contact__head p {
    font-family: "Unbounded", sans-serif;
    font-size: 1.08rem;
    font-weight: 500;
  }

  .menu-contact__head span {
    display: block;
    max-width: 34ch;
    margin-top: 9px;
    color: oklch(1 0 0 / 0.78);
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .menu-brief {
    display: grid;
    gap: 9px;
    margin-top: 22px;
  }

  .menu-brief label {
    margin-top: 7px;
    color: oklch(1 0 0 / 0.78);
    font-size: 0.875rem;
    font-weight: 600;
  }

  .menu-brief select,
  .menu-brief textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid oklch(1 0 0 / 0.34);
    border-radius: 0;
    outline: 0;
    color: var(--paper);
    background: transparent;
  }

  .menu-brief select {
    min-height: 48px;
    color-scheme: dark;
  }

  .menu-brief textarea {
    min-height: 78px;
    padding-block: 10px;
    resize: vertical;
  }

  .menu-brief textarea::placeholder {
    color: oklch(1 0 0 / 0.68);
    opacity: 1;
  }

  .menu-brief select:focus,
  .menu-brief textarea:focus {
    border-color: var(--blue-bright);
    box-shadow: 0 1px 0 var(--blue-bright);
  }

  .menu-brief__submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    margin-top: 12px;
    padding-inline: 17px;
    color: var(--ink);
    background: var(--paper);
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
  }

  .menu-brief__submit svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .menu-brief__status {
    min-height: 1.3em;
    color: var(--paper);
    font-size: 0.875rem;
  }

  .menu-contact__phone {
    display: grid;
    gap: 4px;
    width: 100%;
    min-height: 62px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid oklch(1 0 0 / 0.28);
  }

  .menu-contact__phone::after {
    display: none;
  }

  .menu-contact__phone span {
    color: oklch(1 0 0 / 0.74);
    font-size: 0.76rem;
  }

  .menu-contact__phone strong {
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .menu-toggle {
    display: block;
    transition:
      opacity 180ms ease,
      visibility 0s;
  }

  .menu-toggle[aria-expanded="true"] {
    visibility: hidden;
    opacity: 0;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: clamp(74px, 14vw, 114px);
    padding-bottom: 120px;
  }

  .hero-copy {
    z-index: 3;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(3.05rem, 10.8vw, 5.45rem);
  }

  .hero-lead {
    max-width: 53ch;
  }

  .air-stage {
    width: min(92vw, 680px);
    margin: -3vw auto -16vw;
    opacity: 0.78;
  }

  .stage-label--right {
    right: 2%;
  }

  .scroll-cue {
    display: none;
  }

  .manifesto-grid,
  .proof-intro,
  .approach-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy,
  .manifesto-copy,
  .proof-intro > *,
  .approach-grid > *,
  .contact-grid > * {
    min-width: 0;
  }

  .manifesto-mark {
    position: absolute;
    top: 8%;
    right: -70px;
    width: 220px;
    opacity: 0.18;
  }

  .manifesto-copy {
    position: relative;
  }

  .section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-head > p {
    max-width: 54ch;
  }

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

  .service-visual {
    min-height: 300px;
  }

  .proof-intro {
    gap: 8px;
  }

  .approach-copy {
    position: relative;
    top: auto;
  }

  .steps {
    margin-top: 16px;
  }

  .contact-grid {
    gap: 64px;
  }

  .contact-copy {
    display: grid;
    grid-template-columns: 1fr 0.65fr;
    gap: 0 36px;
    align-items: end;
  }

  .contact-copy .section-note,
  .contact-copy h2 {
    grid-column: 1 / -1;
  }

  .direct-contacts {
    margin-top: 30px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-meta {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 32px);
  }

  body {
    padding-bottom: 68px;
  }

  .site-intro__panel::before {
    background-size: 54px 54px;
  }

  .site-intro__flow {
    width: 880px;
    height: 43vh;
  }

  .site-intro__flow path {
    stroke-width: 1.25;
  }

  .site-intro__aperture {
    width: 148px;
  }

  .site-intro__wordmark {
    top: calc(50% + 100px);
    width: calc(100% - 52px);
  }

  .site-intro__place {
    display: none;
  }

  .site-intro__status {
    right: 16px;
    bottom: 22px;
    left: 16px;
    width: auto;
  }

  .reveal-in[data-reveal="title"],
  .reveal-in[data-reveal="aside"],
  .reveal-in[data-reveal="rail"],
  .reveal-in[data-reveal="cell"],
  .reveal-in[data-reveal="step"],
  .reveal-in[data-reveal="form"],
  .reveal-in[data-reveal="footer"] {
    animation-duration: 560ms;
  }

  .reveal-in[data-reveal="orbit"] {
    animation-duration: 640ms;
  }

  .service-item:nth-child(2).reveal-in[data-reveal="rail"],
  .proof-list > div:nth-child(2).reveal-in[data-reveal="cell"],
  .steps li:nth-child(2).reveal-in[data-reveal="step"] {
    animation-delay: 50ms;
  }

  .service-item:nth-child(3).reveal-in[data-reveal="rail"],
  .proof-list > div:nth-child(3).reveal-in[data-reveal="cell"],
  .steps li:nth-child(3).reveal-in[data-reveal="step"] {
    animation-delay: 100ms;
  }

  .proof-list > div:nth-child(4).reveal-in[data-reveal="cell"],
  .steps li:nth-child(4).reveal-in[data-reveal="step"] {
    animation-delay: 150ms;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 0.68rem;
  }

  .brand-copy span {
    font-size: 0.54rem;
  }

  .hero {
    background:
      radial-gradient(circle at 66% 48%, oklch(0.37 0.12 240 / 0.45), transparent 33%),
      linear-gradient(145deg, var(--ink), oklch(0.14 0.025 248));
  }

  .hero::before {
    background-size: 54px 54px;
  }

  .hero-grid {
    padding-top: 66px;
    padding-bottom: 92px;
  }

  .hero-place {
    margin-bottom: 25px;
    font-size: 0.875rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 11.2vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.034em;
  }

  .hero-lead {
    margin-top: 28px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 0.66fr;
    gap: 9px;
    margin-top: 30px;
  }

  .button {
    min-height: 52px;
    padding-inline: 18px;
    gap: 12px;
    font-size: 0.88rem;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 46px;
    border-top: 1px solid var(--line-dark);
  }

  .hero-facts div {
    padding: 17px 12px 17px 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .hero-facts div + div {
    padding-left: 16px;
  }

  .hero-facts div:nth-child(3) {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
  }

  .hero-facts dd {
    max-width: 17ch;
    font-size: 0.875rem;
  }

  .hero-facts dt,
  .field label,
  .form-status {
    font-size: 0.875rem;
  }

  .air-stage {
    width: 112vw;
    margin-top: -4vw;
    margin-left: -11vw;
    margin-bottom: -24vw;
  }

  .stage-label {
    font-size: 0.48rem;
  }

  .stage-label span {
    width: 24px;
    height: 24px;
  }

  .air-reading {
    right: 8%;
    min-width: 88px;
    padding: 9px 11px;
  }

  .manifesto,
  .services,
  .proof,
  .approach,
  .contact {
    padding-block: 96px;
  }

  .manifesto {
    padding-bottom: 112px;
  }

  .section-note {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }

  .section-note::before {
    width: 22px;
    margin-right: 8px;
  }

  .manifesto h2,
  .section-head h2,
  .approach h2,
  .proof h2,
  .contact h2 {
    font-size: clamp(1.95rem, 8.8vw, 3rem);
    line-height: 1.12;
  }

  .manifesto-detail {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 46px;
  }

  .section-head {
    gap: 28px;
    margin-bottom: 58px;
  }

  .service-trigger {
    grid-template-columns: 54px 1fr 38px;
    gap: 13px;
    min-height: 114px;
  }

  .service-symbol {
    width: 48px;
    height: 48px;
  }

  .service-symbol svg {
    width: 27px;
    height: 27px;
  }

  .service-title {
    font-size: clamp(1.1rem, 5.2vw, 1.42rem);
  }

  .service-toggle {
    width: 36px;
    height: 36px;
  }

  .service-panel {
    gap: 42px;
    padding-bottom: 64px;
  }

  .service-visual {
    min-height: 244px;
  }

  .proof {
    padding-bottom: 0;
  }

  .proof-intro {
    margin-bottom: 58px;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .proof-list > div,
  .proof-list > div:nth-child(even) {
    min-height: 0;
    padding: 32px 0;
    border-left: 0;
  }

  .proof-list dt {
    margin-bottom: 14px;
  }

  .partner-line {
    margin-top: 76px;
  }

  .partner-line__track {
    min-height: 102px;
  }

  .partner-line__track span {
    padding-inline: 22px;
  }

  .approach {
    padding-block: 96px;
  }

  .approach-grid {
    gap: 58px;
  }

  .steps li {
    grid-template-columns: 50px 1fr;
    gap: 16px;
    min-height: 0;
    padding-block: 26px 34px;
  }

  .step-number {
    width: 42px;
    height: 42px;
    font-size: 0.64rem;
  }

  .steps h3 {
    margin-bottom: 10px;
  }

  .contact-copy {
    display: block;
  }

  .contact h2 {
    max-width: 11ch;
  }

  .direct-contacts {
    margin-top: 48px;
  }

  .brief-form {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 20px;
  }

  .field--wide,
  .form-status {
    grid-column: auto;
  }

  .brief-form .button-primary {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-grid > p,
  .footer-links,
  .form-note,
  .direct-contacts span {
    font-size: 0.875rem;
  }

  .mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: var(--z-mobile-actions);
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: 68px;
    padding: 8px;
    background: oklch(0.1 0.018 240 / 0.94);
    border-top: 1px solid var(--line-dark);
    backdrop-filter: blur(16px);
    transition:
      opacity 220ms ease,
      transform 360ms var(--ease-out);
  }

  body.menu-open .mobile-actions {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 110%, 0);
  }

  .mobile-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    font-size: 0.86rem;
    font-weight: 600;
  }

  .mobile-actions a:first-child {
    color: var(--paper);
  }

  .mobile-actions a:last-child {
    color: var(--ink);
    background: var(--blue-bright);
    border-radius: 999px;
  }

  .mobile-actions svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (max-width: 390px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 2.95rem);
  }

  .manifesto h2,
  .section-head h2,
  .approach h2,
  .proof h2,
  .contact h2 {
    font-size: clamp(1.7rem, 8.4vw, 2.25rem);
  }

  .service-trigger {
    grid-template-columns: 46px 1fr 34px;
    gap: 10px;
  }

  .service-symbol {
    width: 42px;
    height: 42px;
  }
}

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

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

  .partner-line__track {
    transform: none !important;
  }

  .air-stage {
    transform: none !important;
  }

  .site-intro {
    display: none !important;
  }

  [data-reveal].reveal-in {
    animation: none !important;
  }
}

@media (prefers-reduced-data: reduce) {
  .site-intro {
    display: none !important;
  }

  [data-reveal].reveal-in,
  .partner-line__track {
    animation: none !important;
  }

  .flow-lines--blur,
  .air-stage__halo,
  .contact-orbit {
    display: none;
  }
}

@media (forced-colors: active) {
  .site-intro {
    display: none !important;
  }

  .button,
  .service-symbol,
  .service-toggle,
  .brief-form,
  .mobile-actions a:last-child {
    border: 1px solid ButtonText;
  }

  .pulse-dot,
  .service-panel__copy li::before {
    background: ButtonText;
  }
}
