/* ==================================================================
   VELMORA Studio — QUIET EMBER (desktop, 2026-09-03)
   Одна оригинальная система: почти чёрный нейтральный графит, ivory,
   один приглушённый тёмно-янтарный акцент. Четыре материала меняют
   только токены; структура, содержание и motion едины.
   Законы движения: состояние (цвет/фон/рамка) отвечает за ~130 ms,
   геометрия едет 400–600 ms; уход не короче входа; ни один reveal
   не размывает body-текст; отмены reduced-motion стоят В КОНЦЕ файла.
   ================================================================== */

/* Self-hosted, unmodified OFL fonts. Hero only; the approved interface stays intact. */
@font-face {
  font-family: 'MQ Manrope'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MQ Manrope'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../assets/fonts/Manrope-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'MQ Plex Mono'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/IBMPlexMono-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MQ Prata'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/Prata-Regular.ttf') format('truetype');
}
:root {
  /* ---- Quiet Ember (default material) ---- */
  --bg0: #0b0b0c;
  --bg1: #0c0c0d;
  --bg2: #171718;
  --bg1-rgb: 12, 12, 13;
  --ink: #efefef;
  --ink2: #a5a6a8;
  --ink3: #909195;
  --acc: #c6c8ca;
  --acc-text: #dedfe0;
  --acc-rgb: 198, 200, 202;
  --acc-soft: rgba(198, 200, 202, 0.08);
  --line: rgba(239, 239, 239, 0.14);
  --line2: rgba(239, 239, 239, 0.28);
  --card: #efefef;
  --card-ink: #0f1012;
  --card-ink2: #606164;
  --card-line: rgba(15, 16, 18, 0.14);
  --btn-bg: #efefef;
  --btn-fg: #0f1012;
  --btn-bg-h: #e2e2e2;
  --plate-op: 0.88;
  --plate-filter: saturate(.3) brightness(.86);
  --grain-op: 0;
  --grain-blend: soft-light;
  --scrim: rgba(15, 16, 18, 0.66);

  /* ---- типографика: три роли, системный стек, без сетевых шрифтов ---- */
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  /* семантическая пара статусов: глубокий зелёный / глубокий красный; смысл никогда не только цветом */
  --ok: #2fcb70;
  --ok-bg: #14271e;
  --ok-line: #345c47;
  --warn: #f5cc27;
  --warn-bg: #30291a;
  --favorite: var(--ok);
  --err: #ed9386;
  --err-bg: #321e1c;
  --err-line: #af655b;
  --fs-h1: clamp(52px, 4.25vw, 72px);
  --fs-h2: clamp(30px, 2.55vw, 40px);
  --fs-h3: 17px;
  --fs-body: 17px;
  --fs-lead: 18px;
  --fs-meta: 11.5px;

  /* ---- геометрия ---- */
  --top-h: 100px;
  --top-x: 42px;
  --gutter: clamp(80px, 5vw, 96px);   /* отдельное desktop-поле для неподвижного индекса глав */
  --wrap: 1180px;
  --read: 760px;
  --r-ui: 10px;
  --r-stage: 18px;
  --ch-pad: clamp(112px, 18vh, 200px);

  /* ---- motion ---- */
  --ease-geo: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-state: cubic-bezier(0.22, 0.61, 0.36, 1);
  --t-state: 130ms;
  --t-geo: 480ms;
  --t-geo-out: 520ms;
  --t-reveal: 900ms;
}

/* ---- Mineral Ivory ---- */
html[data-vl="ivory"] {
  --bg0: #e5e0d5;
  --bg1: #efeae0;
  --bg2: #f7f3eb;
  --bg1-rgb: 239, 234, 224;
  --ink: #16140f;
  --ink2: #5c574e;
  --ink3: #66615a;
  --acc: #8f4d26;
  --acc-text: #8f4d26;
  --acc-rgb: 143, 77, 38;
  --acc-soft: rgba(143, 77, 38, 0.14);
  --line: rgba(22, 20, 15, 0.14);
  --line2: rgba(22, 20, 15, 0.32);
  --card: #17150f;
  --card-ink: #eee9df;
  --card-ink2: #a29c92;
  --card-line: rgba(238, 233, 223, 0.16);
  --btn-bg: #16140f;
  --btn-fg: #f3efe6;
  --btn-bg-h: #2a261e;
  --ok: #08763f;
  --ok-bg: #e0ebdf;
  --ok-line: #9db4a3;
  --warn: #f5cc27;
  --warn-bg: #eee2c3;
  --favorite: var(--ok);
  --err: #9e4138;
  --err-bg: #f3ded8;
  --err-line: #9e4138;
  --light: rgba(168, 95, 50, 0.22);
  --light2: rgba(168, 95, 50, 0.12);
  --plate-op: .28;
  --plate-filter: grayscale(.72) contrast(.92) brightness(1.22);
  --grain-op: 0.05;
  --grain-blend: multiply;
  --scrim: rgba(22, 20, 15, 0.42);
}
/* ---- Viridian Archive ---- */
html[data-vl="viridian"] {
  --bg0: #070b09;
  --bg1: #0e1512;
  --bg2: #152019;
  --bg1-rgb: 14, 21, 18;
  --ink: #e6e9e2;
  --ink2: #8f9a92;
  --ink3: #8a958e;
  --acc: #4a9a80;
  --acc-text: #5fae93;
  --acc-rgb: 74, 154, 128;
  --acc-soft: rgba(74, 154, 128, 0.18);
  --line: rgba(230, 233, 226, 0.14);
  --line2: rgba(230, 233, 226, 0.3);
  --card: #e6e9e2;
  --card-ink: #0e1512;
  --card-ink2: #5b655f;
  --card-line: rgba(14, 21, 18, 0.14);
  --btn-bg: #e6e9e2;
  --btn-fg: #0e1512;
  --btn-bg-h: #ffffff;
  --light: rgba(74, 154, 128, 0.3);
  --light2: rgba(74, 154, 128, 0.16);
  --plate-op: 0.42;
  --plate-filter: saturate(0.25) brightness(0.7);
}
/* ---- Graphite Mono ---- */
html[data-vl="mono"] {
  --bg0: #0a0a0a;
  --bg1: #131313;
  --bg2: #1c1c1c;
  --bg1-rgb: 19, 19, 19;
  --ink: #ececec;
  --ink2: #979797;
  --ink3: #8c8c8c;
  --acc: #cfcfcf;
  --acc-text: #d6d6d6;
  --acc-rgb: 207, 207, 207;
  --acc-soft: rgba(207, 207, 207, 0.14);
  --line: rgba(236, 236, 236, 0.14);
  --line2: rgba(236, 236, 236, 0.3);
  --card: #ececec;
  --card-ink: #131313;
  --card-ink2: #5e5e5e;
  --card-line: rgba(19, 19, 19, 0.14);
  --btn-bg: #ececec;
  --btn-fg: #131313;
  --btn-bg-h: #ffffff;
  --light: rgba(200, 200, 200, 0.16);
  --light2: rgba(200, 200, 200, 0.08);
  --plate-op: 0.46;
  --plate-filter: grayscale(1) brightness(0.72);
}

/* ================================================================
   БАЗА
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: auto; scrollbar-gutter: stable; color-scheme: dark; scroll-padding-top: calc(var(--top-h) + 16px); scroll-padding-bottom: 92px; }
/* Native fragment arrival must join the contact surface to the fixed header;
   the extra reading inset remains useful for the other section anchors. */
#s-contact { scroll-margin-top: -16px; }
button, a, textarea, input, select { scroll-margin-top: 8px; scroll-margin-bottom: 8px; }
body {
  margin: 0; min-height: 100vh;
  background: var(--bg1); color: var(--ink);
  font-family: var(--sans); font-size: var(--fs-body); line-height: 1.5;
  font-weight: 400; letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  transition: background-color 420ms var(--ease-geo), color 420ms var(--ease-geo);
}
body.is-modal { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; letter-spacing: inherit; }
h1, h2, h3, p, dl, dd, dt, ol, ul, figure { margin: 0; }
ol, ul { padding: 0; list-style: none; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip {
  position: fixed; left: var(--gutter); top: 8px; z-index: 100;
  padding: 8px 12px; border-radius: 8px;
  background: var(--btn-bg); color: var(--btn-fg); font-size: 13px; text-decoration: none;
  transform: translateY(-160%); opacity: 0;
  transition: transform var(--t-state) var(--ease-state), opacity var(--t-state) var(--ease-state);
}
.skip:focus-visible { transform: none; opacity: 1; outline: 2px solid var(--acc); outline-offset: 2px; }

.bootfail { display: none; }
html.js-failed .bootfail {
  display: block; margin: 0; padding: 14px var(--gutter); font-size: 14px; line-height: 1.55;
  color: var(--ink2); background: var(--bg0); border-bottom: 1px solid var(--line);
}
.bootfail a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* видимый фокус — один закон для всего сайта; свойства перечислены явно */
:focus { outline: 0; }
:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; border-radius: 4px; }
/* выбираемые строки: фокус — тонкая hairline-рамка, выбранность — ember; два разных сигнала */
.wrow:focus-visible, .svc__item:focus-visible, .stages button:focus-visible, .works__filters button:focus-visible { outline: 1px solid var(--line2); outline-offset: -1px; border-radius: 6px; }
/* программный фокус на контейнерах и заголовках страниц — без кольца: это не контрол */
[tabindex="-1"]:focus-visible { outline: 0; }

.wrap { width: min(var(--wrap), 100% - var(--gutter) * 2); margin-inline: auto; }

/* ---- зерно: статичное, монохромное, едва заметное ---- */
.grain {
  position: fixed; inset: -20px; z-index: 70; pointer-events: none;
  opacity: var(--grain-op); mix-blend-mode: var(--grain-blend);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch' seed='7'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 260px 260px;
}

/* ================================================================
   ТИПОГРАФИКА
   ================================================================ */
.eyebrow {
  font-size: var(--fs-meta); font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink2);
}
.h2 {
  font-size: var(--fs-h2); font-weight: 400; line-height: 1.15; letter-spacing: -0.025em;
  max-width: 24ch; margin-top: 22px; text-wrap: balance;
}
.h3 { font-size: var(--fs-h3); font-weight: 500; letter-spacing: -0.005em; line-height: 1.35; }
.h-page { font-size: clamp(38px, 3.2vw, 50px); font-weight: 450; line-height: 1.06; letter-spacing: -0.028em; margin-top: 18px; text-wrap: balance; }
.lead { font-size: var(--fs-lead); line-height: 1.55; color: var(--ink2); max-width: 62ch; margin-top: 20px; }
.p { font-size: 15.5px; line-height: 1.58; color: var(--ink2); }
.note { font-size: 13.5px; line-height: 1.55; color: var(--ink3); max-width: 64ch; margin-top: 28px; }
.link {
  color: var(--ink); font-size: 15px; text-decoration: none;
  border-bottom: 1px solid var(--line2); padding-bottom: 2px;
  transition: border-color var(--t-state) var(--ease-state), color var(--t-state) var(--ease-state);
}
.link::after { content: " →"; display: inline-block; margin-inline-start: 5px; translate: 0 0; transition: translate var(--t-geo) var(--ease-geo); }
.link:has(> [aria-hidden="true"])::after { content: none; margin: 0; }
.link:hover { border-color: var(--ink); }
.link:hover::after { translate: 2px 0; }

/* ---- кнопки: две формы, один радиус ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 0 22px; border-radius: var(--r-ui);
  font-size: 14.5px; font-weight: 500; letter-spacing: 0.01em; text-decoration: none;
  cursor: pointer; white-space: nowrap; border: 1px solid transparent;
  transition: background-color var(--t-state) var(--ease-state), color var(--t-state) var(--ease-state),
              border-color var(--t-state) var(--ease-state);
}
.btn--fill { background: var(--btn-bg); color: var(--btn-fg); border-color: var(--btn-bg); }
.btn--fill:hover { background: var(--btn-bg-h); border-color: var(--btn-bg-h); }
.btn--line { background: transparent; color: var(--ink); border-color: var(--line2); }
.btn--line:hover { border-color: var(--ink); }
.btn:active { translate: 0 1px; }
.btn:focus-visible { outline-offset: 3px; border-radius: var(--r-ui); }
/* Quiet tactile feedback for interior actions; hero/chat keep their own motion. */
:where(.product-page,.product-teaser,.work__side,.works__empty) .btn {
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease,
              translate 280ms var(--ease-geo), box-shadow 280ms var(--ease-geo);
}
:where(.product-page,.product-teaser,.work__side,.works__empty) .btn--line {
  background-image: linear-gradient(180deg, color-mix(in srgb,var(--ink) 3%,transparent), transparent 75%);
  box-shadow: inset 0 1px 0 color-mix(in srgb,var(--ink) 4%,transparent);
}
:where(.product-page,.product-teaser,.work__side,.works__empty) .btn:is(:hover,:focus-visible) { translate: 0 -1px; }
:where(.product-page,.product-teaser,.work__side,.works__empty) .btn--line:is(:hover,:focus-visible) {
  background-color: var(--acc-soft); border-color: color-mix(in srgb,var(--ink) 55%,var(--line2));
}
:where(.product-page,.product-teaser,.work__side,.works__empty) .btn:active { translate: 0 1px; transition-duration: 100ms; }
html[data-motion="reduced"] :where(.product-page,.product-teaser,.work__side,.works__empty) .btn { translate: none; transition: none; }
@media(prefers-reduced-motion:reduce) {
  :where(.product-page,.product-teaser,.work__side,.works__empty) .btn { translate: none; transition: none; }
}
.btn--under {
  min-height: 0; padding: 0; border: 0; border-radius: 0; background: none; color: var(--ink);
  border-bottom: 1px solid var(--line2); padding-bottom: 2px;
}
.btn--under:hover { border-color: var(--ink); }

/* ---- типографический CTA: узкая mono-строка, hairline, спокойная стрелка ---- */
.cta-t {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 190px; height: 46px;
  font-family: var(--mono); font-size: 12.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line2); padding: 0 2px;
  transition: border-color var(--t-state) var(--ease-state), color var(--t-state) var(--ease-state);
}
.cta-t i { font-style: normal; translate: 0 0; transition: translate var(--t-geo) var(--ease-geo); }
.cta-t:hover { border-color: var(--ink); }
.cta-t:hover i { translate: 2px 0; }
.cta-t:focus-visible { border-radius: 4px; }

/* ---- статусный бейдж: маленький тёмный, mono, точка семантического цвета ---- */
.badge {
  display: inline-flex; align-items: center; gap: 8px; height: 26px; padding: 0 10px 0 9px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--bg2); color: var(--ink);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap;
}
.badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink2); box-shadow: 0 0 0 3px rgba(var(--acc-rgb), 0); }
.badge--ok { border-color: var(--ok-line); background: var(--ok-bg); }
.badge--ok i { background: var(--ok); box-shadow: 0 0 0 3px rgba(53, 208, 122, 0.16); }
.badge--err { border-color: var(--err-line); background: var(--err-bg); }
.badge--err i { background: var(--err); box-shadow: 0 0 0 3px rgba(224, 112, 92, 0.16); }
.badge--s { height: 22px; font-size: 10px; padding: 0 8px 0 7px; margin-right: 10px; }

/* ================================================================
   ШАПКА
   ================================================================ */
.top {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--top-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 var(--top-x);
  background: rgba(var(--bg1-rgb), 0); border-bottom: 1px solid transparent;
  transition: background-color 320ms var(--ease-geo), border-color 320ms var(--ease-geo);
}
.top.is-solid { background: var(--bg1); border-bottom-color: var(--line); }
.top__mark {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none; justify-self: start;
  color: var(--ink);
}
.top__v { width: 18px; height: 18px; }
.top__word { font-size: 12px; font-weight: 500; letter-spacing: 0.34em; }
.top__nav { display: flex; gap: clamp(26px, 2.6vw, 44px); }
.top__nav a, .top__cta {
  font-size: 12px; font-weight: 400; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--ink2); text-decoration: none; padding: 6px 0; position: relative;
  transition: color var(--t-state) var(--ease-state);
}
.top__nav a::after, .top__cta::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--acc); transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-geo) var(--ease-geo);
}
.top__nav a:hover, .top__cta:hover { color: var(--ink); }
.top__nav a[aria-current] { color: var(--ink); }
.top__nav a[aria-current]::after { transform: scaleX(1); }
/* Focus hierarchy from the director's Augen reference. Keep the existing
   target-only scale and readable secondary ink; never dim the whole header. */
#top-nav a[data-nav] { transition: color 320ms var(--ease-geo); }
#top-nav:has(a[data-nav]:hover, a[data-nav]:focus-visible, .top__work:hover) a[data-nav] { color: var(--ink3); }
#top-nav:has(a[data-nav]:hover, a[data-nav]:focus-visible, .top__work:hover) a[data-nav]:is(:hover,:focus-visible),
#top-nav:has(.top__work:hover) .top__work > a[data-nav] { color: var(--ink); }
.top__right { display: flex; align-items: center; gap: 18px; justify-self: end; }
/* компактный кластер справа: звук · обсудить · меню — с воздухом, у каждого своя hit area */
.snd {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line2); background: transparent; color: var(--ink2);
  display: grid; place-items: center; cursor: pointer; padding: 0;
  transition: color var(--t-state) var(--ease-state), border-color var(--t-state) var(--ease-state), background-color var(--t-state) var(--ease-state);
}
.snd svg { width: 18px; height: 18px; }
.snd:hover { color: var(--ink); border-color: var(--ink); }
.snd[aria-pressed="true"] { color: var(--ink); border-color: var(--ink); }
.snd__wave { opacity: 0; transition: opacity var(--t-state) var(--ease-state); }
.snd__slash { opacity: 1; transition: opacity var(--t-state) var(--ease-state); }
.snd[aria-pressed="true"] .snd__wave { opacity: 1; }
.snd[aria-pressed="true"] .snd__slash { opacity: 0; }
.snd[disabled] { opacity: 0.45; cursor: not-allowed; }
.top__cta {
  display: inline-flex; align-items: center; height: 36px; padding: 0 0 0 2px; border-radius: 0;
  background: transparent; color: var(--ink); border: 0;
}
.top__cta:hover { color: var(--ink); }
.top__cta:hover::after, .top__cta:focus-visible::after { transform: scaleX(1); }
.top__menu {
  display: inline-flex; align-items: center; gap: 10px; height: 36px; padding: 0; border-radius: 0;
  border: 0; color: var(--ink2); text-decoration: none;
  font-size: 12px; font-weight: 400; letter-spacing: 0.07em; text-transform: uppercase;
  transition: border-color var(--t-state) var(--ease-state), background-color var(--t-state) var(--ease-state);
}
.top__menu svg { width: 16px; height: 16px; }
.top__menu:hover { color: var(--ink); }
.top__menu[aria-current] { background: rgba(var(--acc-rgb), 0.1); border-color: var(--acc); }
.lang { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.12em; }
.lang button {
  background: none; border: 0; padding: 6px 2px; cursor: pointer; color: var(--ink2); font-weight: 500;
  transition: color var(--t-state) var(--ease-state);
}
.lang button:hover { color: var(--ink); }
.lang button[aria-pressed="true"] { color: var(--ink); }
.lang__sep { color: var(--ink3); }

/* ---- уведомление маршрута ---- */
.notice {
  position: fixed; top: calc(var(--top-h) + 12px); right: var(--gutter); z-index: 55;
  display: flex; align-items: center; gap: 14px; max-width: 420px;
  padding: 10px 12px 10px 16px; border-radius: var(--r-ui);
  background: var(--bg2); border: 1px solid var(--line); font-size: 13.5px; color: var(--ink);
}
.notice__x { background: none; border: 0; cursor: pointer; color: var(--ink2); font-size: 18px; line-height: 1; padding: 2px 6px; }
.notice__x:hover { color: var(--ink); }

/* ================================================================
   HERO — тихий центр
   ================================================================ */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center; overflow: hidden;
  padding: calc(var(--top-h) + 40px) var(--gutter) 120px;
  isolation: isolate;
}
.hero__plate { position: absolute; inset: 0; z-index: 0; }
.hero__plate img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;
  opacity: var(--plate-op); filter: var(--plate-filter);
  transition: opacity 600ms var(--ease-geo), filter 600ms var(--ease-geo);
}
.hero__plate::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(56% 52% at 50% 46%, rgba(var(--bg1-rgb), 0.26), rgba(var(--bg1-rgb), 0) 72%),
    linear-gradient(180deg, rgba(var(--bg1-rgb), 0.25) 0%, rgba(var(--bg1-rgb), 0.05) 42%, rgba(var(--bg1-rgb), 0.48) 86%, var(--bg1) 100%);
}
/* очень медленное собственное световое поле: два мягких пятна, без курсора, без WebGL */
.hero__light { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero__light i { position: absolute; border-radius: 50%; will-change: transform; }
.hero__l1 {
  width: 72vw; height: 72vw; left: -18vw; bottom: -38vw;
  background: radial-gradient(closest-side, var(--light), rgba(var(--acc-rgb), 0) 72%);
  animation: drift1 17s ease-in-out infinite alternate;
}
.hero__l2 {
  width: 46vw; height: 46vw; right: -14vw; top: -16vw;
  background: radial-gradient(closest-side, var(--light2), rgba(var(--acc-rgb), 0) 70%);
  animation: drift2 21s ease-in-out infinite alternate;
}
@keyframes drift1 { from { transform: translate(0, 0) scale(1); } to { transform: translate(5vw, -3vw) scale(1.08); } }
@keyframes drift2 { from { transform: translate(0, 0) scale(1); } to { transform: translate(-3vw, 4vw) scale(1.06); } }

.hero__center { position: relative; z-index: 2; text-align: center; max-width: 860px; }
.hero__eyebrow { color: var(--ink2); }
.hero__t {
  font-size: var(--fs-h1); font-weight: 400; line-height: 1.06; letter-spacing: -0.045em;
  margin-top: 26px; text-wrap: balance; max-width: 22ch; margin-inline: auto;
}
/* Посимвольная калибровка hero не участвует в layout: невидимый source
   сохраняет точную ширину слова, а каждый альтернативный glyph живёт поверх. */
@media (min-width: 961px) {
  .hero__t { font-family: 'MQ Manrope', var(--sans); font-weight: 600; letter-spacing: -.035em; }
  html[lang="ru"] .hero__cta .btn { font-family: 'MQ Plex Mono', var(--mono); font-weight: 400; letter-spacing: .055em; }
  .hero-type__word { position: relative; display: inline-block; white-space: nowrap; vertical-align: baseline; }
  .hero-type__source { visibility: hidden; }
  .hero-type__glyph {
    position: absolute; top: 0; left: var(--hero-x); width: var(--hero-w); height: 100%;
    color: var(--ink); font: inherit; line-height: inherit; letter-spacing: inherit;
    white-space: pre; pointer-events: none; isolation: isolate;
  }
  .hero-type__base { position: relative; z-index: 1; display: block; }
  .hero-type__glyph::before, .hero-type__glyph::after {
    content: attr(data-glyph); position: absolute; z-index: 2; inset: 0 auto auto 0;
    color: var(--ink); line-height: inherit; white-space: pre; opacity: 0;
    transform-origin: left 58%;
  }
  .hero-type__glyph::before {
    font-family: var(--hero-font-a); font-size: 1em; font-weight: var(--hero-weight-a); letter-spacing: 0;
  }
  .hero-type__glyph::after {
    font-family: var(--hero-font-b); font-size: 1em; font-weight: var(--hero-weight-b); font-style: normal;
    letter-spacing: 0;
  }
  .hero-type--run .is-calibrating .hero-type__base {
    animation: hero-glyph-base 2100ms ease both;
    animation-delay: calc(var(--hero-step) * var(--hero-stagger));
  }
  .hero-type--run .hero-type__glyph.is-calibrating::before {
    animation: hero-glyph-search 2100ms ease both;
    animation-delay: calc(var(--hero-step) * var(--hero-stagger));
  }
  .hero-type--run .hero-type__glyph.is-calibrating::after {
    animation: hero-glyph-resolve 2100ms ease both;
    animation-delay: calc(var(--hero-step) * var(--hero-stagger));
  }
}
@keyframes hero-glyph-base {
  0%, 5% { opacity: 1; }
  15%, 80% { opacity: 0; }
  92%, 100% { opacity: 1; }
}
@keyframes hero-glyph-search {
  0%, 5% { opacity: 0; transform: scaleX(var(--hero-fit-a)); }
  15%, 39% { opacity: 1; transform: scaleX(var(--hero-fit-a)); }
  49%, 100% { opacity: 0; transform: scaleX(var(--hero-fit-a)); }
}
@keyframes hero-glyph-resolve {
  0%, 39% { opacity: 0; transform: scaleX(var(--hero-fit-b)); }
  49%, 80% { opacity: 1; transform: scaleX(var(--hero-fit-b)); }
  92%, 100% { opacity: 0; transform: scaleX(var(--hero-fit-b)); }
}
.hero__sub { font-size: 18px; line-height: 1.5; color: var(--ink2); margin-top: 22px; max-width: 46ch; margin-inline: auto; }
.hero__cta { display: flex; justify-content: center; align-items: center; gap: 26px; margin-top: 38px; }
.hero__cta .btn--fill { position: relative; min-width: 188px; border-radius: 6px; font-weight: 400; transition: background-color 180ms ease, transform 480ms var(--ease-geo); }
.hero__cta .btn__label { display: inline-block; transition: transform 480ms var(--ease-geo); }
.hero__cta .btn--fill::after { content: '↗'; position: absolute; right: 15px; opacity: 0; transform: translate(-8px, 8px); transition: opacity 240ms ease, transform 480ms var(--ease-geo); }
.hero__cta .btn--fill:is(:hover,:focus-visible) { transform: translateY(-3px); }
.hero__cta .btn--fill:is(:hover,:focus-visible) .btn__label { transform: translateX(-9px); }
.hero__cta .btn--fill:is(:hover,:focus-visible)::after { opacity: 1; transform: none; }
.hero__cta .cta-t { position: relative; border-bottom: 0; font-family: var(--sans); font-weight: 400; letter-spacing: 0.07em; }
.hero__cta .cta-t::after { content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--ink); opacity: 0.35; transform: scaleX(0.82); transform-origin: left; transition: transform 480ms var(--ease-geo), opacity 240ms ease; }
.hero__cta .cta-t:is(:hover,:focus-visible)::after { opacity: 1; transform: scaleX(1); }
.hero__cta .cta-t:is(:hover,:focus-visible) i { translate: 8px -2px; }

/* The router owns the finite entrance. Static / failed-JS content stays clear.
   No transforms on the fixed header itself, no persistent layer promotion. */
html[data-home-entry="pending"] #top > *,
html[data-home-entry="pending"] .he { opacity: 0; }
html[data-home-entry] .hero__cta:focus-within { opacity: 1; filter: none; transform: none; }

@property --seam-gap { syntax: "<length>"; inherits: true; initial-value: 14px; }
/* ---- Ember seam: два встречных штриха; зазор — свободная прокрутка, смыкание — магнит/активность ---- */
.seam { position: relative; display: block; height: 1px; --seam-gap: 14px; }
.seam::before, .seam::after {
  content: ""; position: absolute; top: 0; height: 1px;
  width: calc(50% - var(--seam-gap)); max-width: 50%;
  transition: width var(--t-geo-out) var(--ease-geo), opacity var(--t-geo) var(--ease-geo);
}
.seam::before { left: 0; background: linear-gradient(90deg, rgba(var(--acc-rgb), 0) 0%, rgba(var(--acc-rgb), 0.6) 60%, var(--acc) 100%); }
.seam::after { right: 0; background: linear-gradient(270deg, rgba(var(--acc-rgb), 0) 0%, rgba(var(--acc-rgb), 0.6) 60%, var(--acc) 100%); }
html[data-magnet="on"] .seam--hero, html[data-magnet="on"] .seam--mag { --seam-gap: 0px; }
.seam--hero { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0; z-index: 2; opacity: 1; }
.seam--hero::before, .seam--hero::after { transition-duration: 760ms; }

/* ================================================================
   ГЛАВЫ
   ================================================================ */
.ch { position: relative; padding: var(--ch-pad) 0; }
.ch--contact { padding-bottom: calc(var(--ch-pad) * 0.7); }
@media (min-width: 961px) {
  .ch--contact { min-height: calc(100svh - var(--top-h)); padding-top: clamp(72px,9vh,110px); padding-bottom: clamp(60px,7vh,90px); }
}
.ch__no { color: var(--ink2); }
.ch__no b { color: var(--acc-text); font-weight: 500; }
.ch__link { margin-top: 44px; }
.cols3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; margin-top: 56px; }
.cols3 .h3 { margin-bottom: 10px; }
.cols3 .p { max-width: 34ch; }

/* ---- Reveals: one-time optical resolve, utility UI is excluded in JS. ---- */
.rv { opacity: 0; transform: translateY(18px); transition: opacity var(--t-reveal) var(--ease-geo), transform 1000ms var(--ease-geo); }
.rv--d { transform: none; transition: opacity 600ms var(--ease-geo); }
.rv-word { display: inline-block; opacity: 0; filter: blur(6px); transition: filter 1100ms var(--ease-geo), opacity 900ms var(--ease-geo); transition-delay: var(--word-delay, 0ms); }
.is-in .rv-word { opacity: 1; filter: blur(0); }
.rv.is-in { opacity: 1; transform: none; filter: none; }
.rv[style*="--i"] { transition-delay: calc(var(--i) * 70ms); }
.rv.rv--copy {
  opacity: .08; filter: blur(3px); transform: translateY(10px);
  transition: opacity 850ms var(--ease-geo), filter 1050ms var(--ease-geo), transform 1100ms var(--ease-geo);
}
.rv.rv--copy.is-in { opacity: 1; filter: none; transform: none; }
/* Neither keyboard interaction nor a search jump can leave text blurred. */
.rv.rv--copy:focus-within { opacity: 1; filter: none; transform: none; transition-duration: 160ms; }
.step.is-open .step__body, .acc.is-open .acc__body { animation: studio-copy-resolve 700ms var(--ease-geo) both; }
@keyframes studio-copy-resolve {
 from { opacity: .2; filter: blur(3px); transform: translateY(5px); }
 to { opacity: 1; filter: none; transform: none; }
}

/* ================================================================
   ИЗБРАННЫЕ РАБОТЫ — редакционные главы, не витрина
   ================================================================ */
.featured { width: min(var(--wrap), 100% - var(--gutter) * 2); margin: 40px auto 48px; }
/* Optional reading layer: an unboxed action in the existing gallery rhythm. */
.work-more { display: flex; justify-content: center; padding-top: 14px; }
#s-work { scroll-margin-top: calc(8px - var(--ch-pad)); }
.work-more[hidden], .work-details[hidden] { display: none; }
.work-more__button {
  position: relative; display: inline-grid; align-items: center; justify-content: center;
  min-height: 52px; min-width: 264px; padding: 12px 38px; border: 0; border-radius: 0;
  background: transparent; box-shadow: none; color: var(--ink);
  font: 450 15px/1.4 var(--sans); letter-spacing: .01em; cursor: pointer;
}
.work-more__label { position: relative; grid-area: 1 / 1; transition: transform 720ms cubic-bezier(.45,0,.25,1); }
.work-more__label::after {
  content: ''; position: absolute; inset: auto 0 -5px; height: 1px;
  background: currentColor; opacity: .65; transform: scaleX(.2); transform-origin: center;
  transition: transform 720ms cubic-bezier(.45,0,.25,1), opacity 520ms ease;
}
.work-more__motion { grid-area: 1 / 1; justify-self: end; width: 16px; display: flex; opacity: 0; clip-path: inset(0 100% 0 0); transform: translateX(6px); transition: transform 720ms cubic-bezier(.45,0,.25,1), clip-path 720ms cubic-bezier(.45,0,.25,1), opacity 720ms cubic-bezier(.45,0,.25,1); pointer-events: none; }
.work-more__arrow { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; transition: transform 640ms var(--ease-geo); }
.work-more__button[aria-expanded="true"] .work-more__arrow { transform: rotate(180deg); }
.work-more__button:is(:hover,:focus-visible) .work-more__label::after { transform: scaleX(1); opacity: 1; }
.work-more__button:is(:hover,:focus-visible) .work-more__label { transform: translateX(-6px); }
.work-more__button:is(:hover,:focus-visible) .work-more__motion { opacity: 1; clip-path: inset(0); transform: translateX(16px); }
.work-more__button:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; }
.work-details__inner { display: flow-root; }
.work-details__all { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.work-details[data-animating] { overflow: hidden; overflow-anchor: none; }
html[data-featured-motion] { overflow-anchor: none; }
.fw {
  display: grid; grid-template-columns: 1.08fr 0.92fr; grid-template-areas: "plate body";
  gap: clamp(36px, 4.5vw, 64px); align-items: center;
  padding: clamp(40px, 5vh, 64px) 0; border-top: 1px solid var(--line);
}
.fw:first-child { border-top: 0; }
.fw--alt { grid-template-areas: "body plate"; grid-template-columns: 0.92fr 1.08fr; }
.fw__plate {
  grid-area: plate; display: block; aspect-ratio: 16 / 10; border-radius: var(--r-stage); overflow: hidden;
  border: 1px solid var(--line); background: var(--bg2); position: relative;
  text-decoration: none;
}
.fw__plate img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1000ms var(--ease-geo), filter 1000ms var(--ease-state); }
.fw__plate:is(:hover,:focus-visible) img { transform: scale(1.03); filter: contrast(1.025) brightness(1.015); }
.fw__plate:focus-visible { outline-offset: 4px; border-radius: var(--r-stage); }
.fw__body { grid-area: body; min-width: 0; }
.fw__no { display: flex; align-items: baseline; gap: 14px; }
.fw__no b { color: var(--acc-text); font-weight: 500; }
.fw__seam { width: 140px; margin-top: 14px; --seam-gap: 10px; opacity: 0.5; }
.fw.is-live .fw__seam { --seam-gap: 0px; opacity: 1; }
.fw__name { font-size: clamp(28px, 2.5vw, 38px); font-weight: 450; letter-spacing: -0.024em; line-height: 1.08; margin-top: 22px; }
.fw__thesis { font-size: 16.5px; line-height: 1.55; color: var(--ink2); margin-top: 16px; max-width: 42ch; }
.meta { display: flex; flex-wrap: wrap; gap: 22px 32px; margin-top: 24px; }
.meta div { display: grid; gap: 4px; }
.meta dt { font-size: var(--fs-meta); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.meta dd { font-size: 14px; color: var(--ink); }
.fw__acts { display: flex; gap: 26px; align-items: center; margin-top: 30px; }
.fw__acts .link::after { font-family: var(--sans); font-weight: 300; opacity: .9; }
.fw__acts .link:is(:hover,:focus-visible)::after { translate: 6px -1px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px; border-radius: 999px;
  border: 1px solid var(--line2); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink2); font-weight: 500; white-space: nowrap;
}
.chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--acc); }

/* ================================================================
   КАДР — один кинематографический interstitial между главами 02 и 03
   ================================================================ */
.film { position: relative; padding: 44px 0; margin: 0; overflow: hidden; background: var(--bg2); }
.film__frame { position: relative; height: clamp(360px, 56vh, 620px); overflow: hidden; background: var(--bg0); isolation: isolate; }
.film__img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; transform: translateY(var(--px, 0px)) scale(1.06); will-change: transform; transition: opacity 900ms var(--ease-state); }
.film__frame::before, .film__frame::after { content: ""; position: absolute; left: 0; right: 0; height: 120px; z-index: 1; pointer-events: none; }
.film__frame::before { top: 0; background: linear-gradient(180deg, var(--bg1), rgba(var(--bg1-rgb), 0)); }
.film__frame::after { bottom: 0; background: linear-gradient(0deg, var(--bg1), rgba(var(--bg1-rgb), 0)); }
.film__cap { display: flex; gap: 18px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink2); }
.film__cap span:last-child { color: var(--ink3); }
.film__marquee { overflow: hidden; color: var(--ink2); outline: 0; }
.film__marquee:focus-visible { outline: 1px solid var(--line2); outline-offset: -6px; }
.film__track { display: flex; width: max-content; will-change: transform; animation: film-loop 44s linear infinite; }
.film__list { display: flex; flex: none; align-items: center; gap: 0; margin: 0; padding: 0 48px 0 0; list-style: none; }
.film__list li { display: inline-flex; align-items: center; white-space: nowrap; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.film__list li i { margin: 0 28px; color: var(--ink3); font-style: normal; font-weight: 300; }
.film__marquee:is(:hover,:focus-within) .film__track { animation-play-state: paused; }
@keyframes film-loop { to { transform: translateX(-50%); } }
html[data-vl="ivory"] .film__frame { background: #17150f; }
.film__frame.rv { opacity: 0; transform: none; transition: opacity 900ms var(--ease-state); }
.film__frame.rv.is-in { opacity: 1; }

/* ================================================================
   УСЛУГИ — вертикальный селектор: слева тонкий ритм и список, справа выбранное
   ================================================================ */
.svc { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); column-gap: 76px; margin-top: 48px; align-items: start; padding-left: 32px; }
.svc__rail { display: grid; align-content: start; gap: 0; padding-top: 14px; }
.svc__rail i { display: block; height: 1px; width: 10px; margin: 0 0 11px; background: var(--line2); transition: width var(--t-geo) var(--ease-geo), background-color var(--t-state) var(--ease-state); }
.svc__rail i.is-on { width: 22px; background: var(--acc); }
.svc__list { display: grid; align-content: start; border-top: 1px solid var(--line); }
.svc__item {
  position: relative;
  width: 100%; display: grid; grid-template-columns: 40px 1fr 20px; column-gap: 14px; align-items: baseline;
  padding: 18px 0; margin: 0; background: none; border: 0; border-bottom: 1px solid var(--line);
  text-align: left; cursor: pointer; color: var(--ink2);
  transition: color var(--t-state) var(--ease-state);
}
.svc__item::before {
  content: ''; position: absolute; width: 22px; height: 1px; left: -32px; top: 50%;
  background: var(--ink); transform-origin: left center;
  transform: scaleX(var(--service-wave, .455)); opacity: var(--service-wave-alpha, .42);
  transition: transform 680ms cubic-bezier(.45,0,.25,1), opacity 560ms ease;
}
.svc__item[aria-current] { --service-wave: 1; --service-wave-alpha: 1; }
.svc__item[data-wave-neighbor] { --service-wave: .65; --service-wave-alpha: .64; }
html[data-motion="reduced"] .svc__item::before { transition: none; }
.svc__n { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.1em; color: var(--ink3); transition: color var(--t-state) var(--ease-state); }
.svc__t { display: block; font-size: 19px; font-weight: 450; letter-spacing: -0.012em; line-height: 1.3; }
.svc__arrow { font-size: 14px; color: var(--ink3); opacity: 0; translate: -4px 0; transition: opacity var(--t-state) var(--ease-state), translate var(--t-geo) var(--ease-geo); }
.svc__item:hover, .svc__item[aria-current] { color: var(--ink); }
.svc__item[aria-current] .svc__n { color: var(--acc-text); }
.svc__item[aria-current] .svc__arrow { opacity: 1; translate: 0 0; color: var(--ink); }
.svc__arrow { display: inline-grid; }
.svc__arrow-symbol, .svc__lock { grid-area: 1 / 1; }
.svc__lock { width: 14px; height: 14px; align-self: center; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; opacity: 0; }
.svc__item[aria-pressed="true"] .svc__arrow-symbol { opacity: 0; }
.svc__item[aria-pressed="true"] .svc__lock { opacity: 1; }
.svc[data-pinned] .svc__item:not([aria-current]):hover { color: var(--ink2); cursor: default; }
.svc__panel { position: relative; top: auto; min-height: 380px; padding: 6px 0 0 8px; }
.svc__panel > div { transition: opacity 240ms var(--ease-state), translate 320ms var(--ease-geo); }
.svc__panel.is-swap > div { opacity: 0; translate: 0 6px; transition-duration: 140ms, 140ms; }
.svc__kick { display: flex; align-items: baseline; gap: 12px; }
.svc__kick b { font-family: var(--mono); color: var(--acc-text); font-weight: 500; }
.svc__h { font-size: 24px; font-weight: 450; letter-spacing: -0.02em; line-height: 1.2; margin-top: 14px; }
.svc__s { font-size: 16px; line-height: 1.5; color: var(--ink2); margin-top: 14px; max-width: 46ch; }
.svc__line { font-size: 13.5px; line-height: 1.55; color: var(--ink2); margin-top: 12px; max-width: 46ch; }
.svc__body { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 28px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.svc__body h4 { margin: 0 0 12px; font-size: var(--fs-meta); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.svc__body li { font-size: 14.5px; line-height: 1.55; color: var(--ink2); padding-left: 14px; position: relative; }
.svc__body li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 5px; height: 1px; background: var(--acc); }
.svc__body p { font-size: 14.5px; line-height: 1.55; color: var(--ink2); max-width: 36ch; }
.svc__boundary { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); }
.svc__boundary p { max-width: 64ch; }
.svc__tiers { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 54px; margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.svc__tier dl { margin-top: 14px; }
.svc__tier dl > div { display: grid; grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr); gap: 18px; padding: 12px 0; border-top: 1px solid var(--line); }
.svc__tier dt { color: var(--ink); font-size: 13.5px; line-height: 1.4; }
.svc__tier dd { color: var(--ink3); font-size: 12px; line-height: 1.5; }
.svc__audience { grid-column: 1 / -1; color: var(--ink3); font-family: var(--mono); font-size: 10.5px; letter-spacing: .07em; line-height: 1.55; text-transform: uppercase; }

/* ================================================================
   ПРОЦЕСС
   ================================================================ */
.process-story { margin-top: 72px; margin-bottom: 104px; }
.process-story__intro {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 18px 56px;
  align-items: end; padding-bottom: 26px; border-bottom: 1px solid var(--line);
}
.process-story__intro .eyebrow { grid-column: 1 / -1; }
.process-story__title { max-width: 36ch; font-size: clamp(22px, 2vw, 30px); line-height: 1.16; letter-spacing: -.025em; }
.process-story__note { justify-self: end; max-width: 31ch; font-size: 12px; line-height: 1.55; color: var(--ink3); text-align: right; }
.process-story__layout {
  display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(252px, .58fr); gap: clamp(34px, 4vw, 64px);
  position: relative; isolation: isolate; align-items: start; margin-top: 32px;
}
.process-story__layout::before {
  content: ""; position: absolute; z-index: -1; inset: -18px -18px -22px;
  border-radius: calc(var(--r-stage) + 10px); pointer-events: none;
  background: linear-gradient(110deg, color-mix(in srgb, var(--acc-soft) 38%, transparent), transparent 48%);
  opacity: .34;
}
.process-story__visual { position: relative; min-width: 0; height: 100%; }
.process-stage {
  position: sticky; top: calc(var(--top-h) + 22px); height: min(76vh, 760px); min-height: 580px;
  overflow: hidden; border-radius: var(--r-stage); background: var(--ink); color: var(--bg1);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bg1) 12%, transparent);
}
/* A deliberate return to the top passes the story as one moving composition. */
html[data-home-return="true"] .process-stage {
  position: relative; top: auto; transform: translateY(var(--return-offset, 0px));
}
.process-stage::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .4;
  background: radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--bg1) 13%, transparent), transparent 30%),
              linear-gradient(115deg, transparent 0 46%, color-mix(in srgb, var(--bg1) 5%, transparent) 46.1% 46.25%, transparent 46.35%);
}
.process-stage__chrome {
  position: absolute; z-index: 4; top: 22px; left: 24px; right: 24px; display: flex; justify-content: space-between;
  font: 9px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; opacity: .62;
}
.process-board { position: absolute; z-index: 1; inset: 56px 24px 78px; }
.process-brief {
  position: absolute; z-index: 3; inset: 13% 12% auto; display: grid; gap: 18px; padding: 8px 0 24px;
  color: var(--bg1); transition: opacity 500ms var(--ease-geo), transform 700ms var(--ease-geo);
}
.process-brief__label { font: 9px/1 var(--mono); letter-spacing: .13em; opacity: .58; }
.process-brief__quote { max-width: 18ch; font-size: clamp(28px, 3vw, 46px); line-height: 1.02; letter-spacing: -.045em; }
.process-brief__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--bg1) 20%, transparent); }
.process-brief__facts span { max-width: 25ch; font-size: 10px; line-height: 1.45; opacity: .68; }
.process-screen {
  position: absolute; z-index: 1; inset: 5% 4%; display: grid; grid-template-columns: 1.03fr .97fr; grid-template-rows: 48px 1fr .34fr;
  overflow: hidden; border-radius: 10px; border: 1px solid color-mix(in srgb, var(--bg1) 28%, transparent);
  background: transparent; color: var(--bg1); opacity: .12; transform: scale(.91) translateY(20px); transform-origin: 50% 60%;
  transition: opacity 560ms var(--ease-geo), transform 760ms var(--ease-geo), background-color 520ms var(--ease-geo), color 520ms var(--ease-geo), inset 720ms var(--ease-geo);
}
.process-screen__top {
  grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; padding: 0 18px;
  border-bottom: 1px solid currentColor; font: 8px/1 var(--mono); letter-spacing: .15em; opacity: .68;
}
.process-screen__top i { width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 50%; }
.process-screen__top b { display: block; width: 36px; height: 1px; margin-left: auto; background: currentColor; opacity: .45; }
.process-screen__top b + b { margin-left: 0; width: 28px; }
.process-screen__top b + b + b { width: 20px; }
.process-screen__hero { display: grid; align-content: center; gap: 12px; padding: 9%; border-right: 1px solid currentColor; transition: opacity 420ms ease; }
.process-screen__kick { font: 8px/1.2 var(--mono); letter-spacing: .12em; opacity: .56; }
.process-screen__hero strong { max-width: 12ch; font-size: clamp(25px, 2.5vw, 40px); font-weight: 450; line-height: 1.02; letter-spacing: -.045em; }
.process-screen__hero p { font-size: 11px; opacity: .62; }
.process-screen__hero #process-screen-cta { display: block; width: max-content; margin-top: 8px; padding: 9px 14px; border: 0; border-radius: 999px; background: currentColor; color: var(--bg1); font-size: 9px; }
.process-screen__media {
  --media-position: 3%; --media-scale: 1.08; position: relative; overflow: hidden; isolation: isolate;
  background: color-mix(in srgb, var(--ink) 88%, var(--bg1));
}
.process-screen__media::before {
  content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, color-mix(in srgb, #000 28%, transparent), transparent 32% 68%, color-mix(in srgb, #000 38%, transparent));
}
.process-screen__media::after {
  content: ""; position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 18px; height: 1px;
  background: color-mix(in srgb, #fff 54%, transparent); transform: scaleX(var(--process-progress, .2));
  transform-origin: 0 50%; transition: transform 820ms var(--ease-geo);
}
.process-screen__media img {
  position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover;
  object-position: var(--media-position) 50%; transform: scale(var(--media-scale)); transform-origin: var(--media-position) 50%;
  filter: saturate(.74) contrast(1.04) brightness(.92);
  transition: object-position 980ms var(--ease-geo), transform 980ms var(--ease-geo), filter 720ms ease;
}
.process-screen__media-index {
  position: absolute; z-index: 4; top: 17px; left: 18px; padding: 6px 8px; border: 1px solid color-mix(in srgb, #fff 30%, transparent);
  border-radius: 999px; color: #fff; background: color-mix(in srgb, #090909 44%, transparent); backdrop-filter: blur(8px);
  font: 8px/1 var(--mono); letter-spacing: .11em;
}
.process-screen__media-mark {
  position: absolute; z-index: 4; right: 18px; bottom: 13px; width: 5px; height: 5px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 0 4px color-mix(in srgb, #fff 16%, transparent);
}
.process-screen__grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid currentColor; }
.process-screen__grid i { border-right: 1px solid currentColor; opacity: .34; }.process-screen__grid i:last-child { border-right: 0; }
.process-states {
  position: absolute; z-index: 4; right: 1%; bottom: 4%; display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  width: 174px; opacity: 0; transform: translateY(14px); transition: opacity 360ms ease, transform 580ms var(--ease-geo);
}
.process-states span {
  padding: 9px 10px; border-radius: 5px; background: var(--ink); color: var(--bg1); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bg1) 24%, transparent);
  font: 8px/1 var(--mono); letter-spacing: .08em;
}
.process-states span:first-child { box-shadow: inset 0 0 0 2px var(--bg1); }
.process-handover {
  position: absolute; z-index: 5; right: 3%; top: 16%; width: 40%; padding: 22px; border-radius: 9px;
  background: var(--ink); color: var(--bg1); box-shadow: 0 20px 60px color-mix(in srgb, #000 25%, transparent), inset 0 0 0 1px color-mix(in srgb, var(--bg1) 20%, transparent);
  opacity: 0; transform: translateX(20px); transition: opacity 380ms ease, transform 680ms var(--ease-geo);
}
.process-handover p { padding-bottom: 14px; border-bottom: 1px solid color-mix(in srgb, var(--bg1) 20%, transparent); font-size: 16px; }
.process-handover ul { display: grid; gap: 12px; margin-top: 16px; }
.process-handover li { display: flex; align-items: center; gap: 9px; font-size: 10px; opacity: .74; }
.process-handover li::before { content: "✓"; font: 9px/1 var(--mono); }
.process-stage__caption {
  position: absolute; z-index: 5; left: 24px; right: 24px; bottom: 21px; display: flex; justify-content: space-between; gap: 24px;
  align-items: baseline; padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--bg1) 18%, transparent);
}
.process-stage__caption b { font-size: 15px; font-weight: 450; }.process-stage__caption span { font: 9px/1.3 var(--mono); letter-spacing: .06em; text-align: right; opacity: .62; }
.process-stage[data-step="1"] .process-brief, .process-stage[data-step="2"] .process-brief, .process-stage[data-step="3"] .process-brief, .process-stage[data-step="4"] .process-brief { opacity: 0; transform: translateY(-22px) scale(.96); }
.process-stage[data-step="0"] .process-screen { opacity: .22; transform: scale(.94) translateY(12px); }
.process-stage[data-step="0"] .process-screen__hero { opacity: 0; }
.process-stage[data-step="1"] .process-screen { opacity: .76; transform: none; }
.process-stage[data-step="2"] .process-screen, .process-stage[data-step="3"] .process-screen { opacity: 1; transform: none; background: var(--bg1); color: var(--ink); }
.process-stage[data-step="3"] .process-screen { inset: 3% 2%; }
.process-stage[data-step="3"] .process-screen__hero #process-screen-cta { outline: 2px solid currentColor; outline-offset: 4px; }
.process-stage[data-step="3"] .process-states { opacity: 1; transform: none; }
.process-stage[data-step="4"] .process-screen { inset: 8% 28% 8% 2%; opacity: .9; transform: none; background: var(--bg1); color: var(--ink); }
.process-stage[data-step="4"] .process-handover { opacity: 1; transform: none; }
.process-stage[data-step="0"] { --process-progress: .2; }.process-stage[data-step="0"] .process-screen__media { --media-position: 2%; --media-scale: 1.12; }
.process-stage[data-step="1"] { --process-progress: .4; }.process-stage[data-step="1"] .process-screen__media { --media-position: 26%; --media-scale: 1.08; }
.process-stage[data-step="2"] { --process-progress: .6; }.process-stage[data-step="2"] .process-screen__media { --media-position: 52%; --media-scale: 1.06; }
.process-stage[data-step="3"] { --process-progress: .8; }.process-stage[data-step="3"] .process-screen__media { --media-position: 76%; --media-scale: 1.08; }
.process-stage[data-step="4"] { --process-progress: 1; }.process-stage[data-step="4"] .process-screen__media { --media-position: 100%; --media-scale: 1.04; }
.process-stage[data-step="2"] .process-screen__media img, .process-stage[data-step="3"] .process-screen__media img, .process-stage[data-step="4"] .process-screen__media img { filter: saturate(.86) contrast(1.04) brightness(.98); }
.process-story__steps { min-width: 0; }
.process-story__step button {
  width: 100%; min-height: clamp(330px, 42vh, 430px); display: grid; grid-template-columns: 30px minmax(0,1fr); grid-template-rows: auto auto auto;
  column-gap: 16px; align-content: center; padding: 30px 0; border: 0; border-top: 1px solid var(--line); background: none; color: var(--ink);
  text-align: left; cursor: pointer; opacity: .38; transition: opacity 360ms ease;
}
.process-story__step:last-child button { border-bottom: 1px solid var(--line); }
.process-story__step button:is(:hover,:focus-visible,[aria-current="true"]) { opacity: 1; }
.process-story__step button:focus-visible { outline-offset: 6px; }
.process-story__number { grid-row: 1 / 4; font: 10px/1 var(--mono); letter-spacing: .08em; color: var(--acc-text); }
.process-story__copy { display: grid; gap: 4px; }.process-story__copy b { font-size: 19px; font-weight: 450; letter-spacing: -.02em; }.process-story__copy i { font-size: 11px; font-style: normal; color: var(--ink2); }
.process-story__result { grid-column: 2; margin-top: 18px; font: 9px/1.45 var(--mono); letter-spacing: .055em; color: var(--ink3); }
.process-story__detail {
  grid-column: 2; max-width: 30ch; margin-top: 22px; padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  color: var(--ink2); font-size: 12.5px; line-height: 1.58; letter-spacing: -.005em;
  opacity: .44; transform: translateY(7px); transition: opacity 420ms ease, transform 620ms var(--ease-geo), border-color 420ms ease;
}
.process-story__step button:is(:hover,:focus-visible,[aria-current="true"]) .process-story__detail { opacity: 1; transform: none; border-color: var(--line2); }
.process-detail-label { margin-top: 0; }
.steps { margin-top: 52px; border-top: 1px solid var(--line); }
.step { border-bottom: 1px solid var(--line); }
.step__head {
  width: 100%; display: grid; grid-template-columns: 64px 1fr 24px; column-gap: 20px; align-items: start;
  padding: 22px 0; background: none; border: 0; text-align: left; cursor: pointer; color: var(--ink);
}
.step__head:focus-visible { outline-offset: -2px; border-radius: 6px; }
.step__chev { width: 24px; height: 24px; margin-top: 6px; color: var(--ink2); transition: transform var(--t-geo) var(--ease-geo), color var(--t-state); }
.step__chev svg { width: 100%; height: 100%; }
.step.is-open .step__chev { transform: rotate(180deg); color: var(--ink); }
.step__n { font-size: 26px; font-weight: 400; letter-spacing: -0.02em; color: var(--ink3); line-height: 1; padding-top: 2px; transition: color var(--t-state) var(--ease-state); }
.step:hover .step__n, .step.is-open .step__n { color: var(--acc-text); }
.step__t { display: block; font-size: 19px; font-weight: 450; letter-spacing: -0.01em; }
.step__s { display: block; font-size: 14.5px; color: var(--ink2); margin-top: 6px; line-height: 1.5; max-width: 60ch; }
.step__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 600ms var(--ease-geo); }
.step.is-open .step__panel { grid-template-rows: 1fr; }
.step__panel > div { min-height: 0; overflow: hidden; }
.step__body { padding: 0 0 26px 84px; font-size: 15px; line-height: 1.6; color: var(--ink2); max-width: 66ch; opacity: 0; transition: opacity 320ms var(--ease-state); }
.step.is-open .step__body { opacity: 1; transition-delay: 120ms; }
.pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 72px; }
.dl { margin-top: 20px; display: grid; gap: 18px; }
.dl dt { font-size: 15px; font-weight: 500; color: var(--ink); }
.dl dd { font-size: 14.5px; line-height: 1.55; color: var(--ink2); margin-top: 4px; max-width: 52ch; }
.price-route { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.price-route > p { max-width: 48ch; font-size: 12.5px; line-height: 1.55; color: var(--ink3); }
.price-route__actions { display: grid; gap: 0; margin-top: 18px; }
.price-route__actions a {
  display: flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 42px;
  border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: 13px;
  transition: color var(--t-state) var(--ease-state);
}
.price-route__actions a:first-child { border-top: 1px solid var(--line); }
.price-route__actions a:hover, .price-route__actions a:focus-visible { color: var(--acc-text); }
.price-route__actions i { font-style: normal; color: var(--ink3); }
.faq { margin-top: 72px; }
.faq > div { margin-top: 16px; border-top: 1px solid var(--line); }
.acc { border-bottom: 1px solid var(--line); }
.acc__head {
  width: 100%; display: grid; grid-template-columns: 1fr 24px; column-gap: 16px; align-items: center;
  padding: 18px 0; background: none; border: 0; text-align: left; cursor: pointer; color: var(--ink);
  font-size: 16.5px; font-weight: 450;
}
.acc__head:focus-visible { outline-offset: -2px; border-radius: 6px; }
.acc__chev { width: 22px; height: 22px; color: var(--ink2); transition: transform var(--t-geo) var(--ease-geo); }
.acc.is-open .acc__chev { transform: rotate(180deg); }
.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--t-geo-out) var(--ease-geo); }
.acc.is-open .acc__panel { grid-template-rows: 1fr; }
.acc__panel > div { min-height: 0; overflow: hidden; }
.acc__body { padding: 0 0 20px; font-size: 15px; line-height: 1.6; color: var(--ink2); max-width: 66ch; opacity: 0; transition: opacity 320ms var(--ease-state); }
.acc.is-open .acc__body { opacity: 1; transition-delay: 100ms; }
.disclosure-panel { display: block; height: 0; overflow: hidden; transition: height var(--disclosure-duration, 500ms) var(--ease-geo); }
.disclosure-inner { display: flow-root; min-height: 0; }
details[data-disclosure-wired]::details-content { block-size: auto !important; opacity: 1 !important; overflow: visible !important; transition: none !important; }
details[data-disclosure-wired][data-disclosure-open="false"] summary :is(i,span:last-child) { transform: none; }
details[data-disclosure-wired] .disclosure-panel > .disclosure-inner { opacity: 0; filter: blur(3px); transition: opacity 400ms ease, filter 600ms var(--ease-geo); }
details[data-disclosure-open="true"] .disclosure-panel > .disclosure-inner { opacity: 1; filter: blur(0); }
.chev { display: block; width: 100%; height: 100%; }

/* ================================================================
   КОНТАКТ + FOOTER
   ================================================================ */
.contact { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; margin-top: 56px; }
.contact__col .h3 { margin-bottom: 8px; }
.contact__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.contact__head .h3 { margin-bottom: 0; }
.contact__col .p { margin-top: 10px; max-width: 44ch; }
.contact__col .btn { margin-top: 26px; }
.chan {
  display: grid; grid-template-columns: 96px 1fr auto; column-gap: 20px; align-items: baseline;
  padding: 18px 0; border-top: 1px solid var(--line); text-decoration: none; color: var(--ink);
}
.chan:last-child { border-bottom: 1px solid var(--line); }
.chan__k { font-size: var(--fs-meta); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.chan__v { font-size: 20px; letter-spacing: -0.012em; font-weight: 450; transition: color var(--t-state) var(--ease-state); }
.chan__d { font-size: 13px; color: var(--ink2); white-space: nowrap; }
.chan--tg .chan__d { color: var(--acc-text); }
.chan:hover .chan__v { color: var(--acc-text); }
.foot { border-top: 1px solid var(--line); padding: 72px 0 128px; }
.foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; }
.foot__col { display: grid; align-content: start; gap: 10px; }
.foot__col .eyebrow { margin-bottom: 6px; }
.foot__mail { font-size: clamp(20px, 1.8vw, 26px); letter-spacing: -0.02em; color: var(--ink); text-decoration: none; font-weight: 450; }
.foot__mail:hover { color: var(--acc-text); }
.foot__a { font-size: 14px; color: var(--ink2); text-decoration: none; width: max-content; transition: color var(--t-state) var(--ease-state); }
.foot__a:hover { color: var(--ink); }
.foot__p { font-size: 13px; line-height: 1.55; color: var(--ink3); max-width: 34ch; }
.foot__rights { margin-top: 12px; color: var(--ink2); }

/* ================================================================
   СТРАНИЦА «ВСЕ РАБОТЫ»
   ================================================================ */
.page { min-height: 100vh; }
.works { width: min(1500px, calc(100% - var(--gutter) * 2)); padding: calc(var(--top-h) + 72px) 0 140px; }
.works__head { max-width: 860px; }
.works__toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  margin-top: 52px; padding-bottom: 18px; border-bottom: 1px solid var(--line);
}
.works__count { font-family: var(--mono); font-size: 10.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--ink3); }
.works__layout {
  display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 0;
  border: 0; background: none; color: var(--ink2); cursor: pointer;
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  transition: color var(--t-state) var(--ease-state);
}
.works__layout svg { width: 17px; height: 17px; }
.works__layout:hover, .works__layout:focus-visible { color: var(--ink); }
.works__shell { display: grid; gap: 28px; margin-top: 24px; align-items: start; }
.works__shell[data-layout="left"] { grid-template-columns: 148px minmax(0, 1fr); gap: 34px; }
.works__filters { display: flex; flex-wrap: wrap; gap: 4px 28px; align-content: start; }
.works__shell[data-layout="left"] .works__filters {
  position: sticky; top: calc(var(--top-h) + 28px); display: grid; gap: 2px;
}
.works__filters button {
  display: inline-flex; align-items: baseline; gap: 7px; min-height: 34px;
  padding: 0; background: none; border: 0; text-align: left; cursor: pointer;
  font-size: 13px; letter-spacing: .01em; color: var(--ink2);
  transition: color var(--t-state) var(--ease-state);
}
.works__filters button::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); opacity: 0; transform: scale(.6); transition: opacity var(--t-state), transform var(--t-state); }
.works__filters button i { font: 9.5px/1 var(--mono); color: var(--ink3); opacity: .74; }
.works__filters button:hover, .works__filters button[aria-pressed="true"] { color: var(--ink); }
.works__filters button[aria-pressed="true"]::before { opacity: 1; transform: scale(1); }
.works__gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; min-width: 0; }
.work-card-wrap { min-width: 0; }
.work-card {
  position: relative; isolation: isolate; display: block; aspect-ratio: 1; overflow: hidden;
  border-radius: 15px; background: var(--bg2); color: #fff; text-decoration: none;
  contain: layout paint; transform: translateZ(0);
}
.work-card__media { position: absolute; inset: 0; overflow: hidden; }
.work-card__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(.82) contrast(.98);
  transform: scale(1.025); transition: transform 760ms var(--ease-geo), filter 360ms var(--ease-state);
}
.work-card__veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(4,5,6,.16) 8%, rgba(4,5,6,.02) 45%, rgba(4,5,6,.82) 100%);
  transition: background 420ms var(--ease-geo);
}
.work-card__top {
  position: absolute; top: 18px; left: 18px; right: 64px; display: flex; justify-content: space-between; gap: 16px;
  font-family: var(--mono); font-size: 9px; line-height: 1.2; letter-spacing: .09em; text-transform: uppercase;
}
.work-card__top i { font-style: normal; opacity: .92; }
.work-card__top b { overflow: hidden; max-width: 60%; font-weight: 450; opacity: 0; transform: translateY(-5px); text-align: right; transition: opacity 260ms ease, transform 480ms var(--ease-geo); }
.work-card__copy { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 0; }
.work-card__copy strong {
  font-size: clamp(20px, 1.6vw, 27px); font-weight: 430; line-height: 1.04; letter-spacing: -.035em;
  text-wrap: balance; transform: translateY(0); transition: transform 560ms var(--ease-geo);
}
.work-card__detail {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; align-items: end;
  max-height: 0; padding-top: 0; overflow: hidden; opacity: 0; transform: translateY(10px);
  font-size: 10.5px; line-height: 1.35; color: rgba(255,255,255,.76);
  transition: max-height 560ms var(--ease-geo), padding-top 560ms var(--ease-geo), opacity 300ms ease, transform 560ms var(--ease-geo);
}
.work-card__detail > span:nth-child(2) { text-align: right; }
.work-card__open { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 18px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.24); color: #fff; }
.work-card__open i { font-style: normal; }
.work-card:is(:hover,:focus-visible) .work-card__media img { transform: scale(1.09); filter: saturate(.98) contrast(1.02); }
.work-card .work-card__media img[data-cover-original] { filter: none; }
.work-card:is(:hover,:focus-visible) .work-card__veil { background: linear-gradient(180deg, rgba(4,5,6,.28) 0%, rgba(4,5,6,.08) 34%, rgba(4,5,6,.94) 100%); }
.work-card:is(:hover,:focus-visible) .work-card__top b { opacity: .82; transform: none; }
.work-card:is(:hover,:focus-visible) .work-card__detail { max-height: 92px; padding-top: 11px; opacity: 1; transform: none; }
.work-card:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; border-radius: 15px; }
.works__empty { grid-column: 1 / -1; padding: 44px 0; font-size: 15px; line-height: 1.6; color: var(--ink2); max-width: 52ch; }
.works__empty a { color: var(--ink); }
@media (min-width: 1600px) {
  .works__gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .works__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ================================================================
   СТРАНИЦА РАБОТЫ — крупный носитель и рядом компактные сведения/превью
   ================================================================ */
.work { padding: calc(var(--top-h) + 48px) 0 120px; }
.work__back { display: inline-block; font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); text-decoration: none; font-weight: 500; transition: color var(--t-state); }
.work__back:hover { color: var(--ink); }
.work__head { margin-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: end; }
.work__thesis { font-size: 19px; line-height: 1.5; color: var(--ink2); margin-top: 18px; max-width: 54ch; }
.work__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr); gap: 28px; margin-top: 40px; align-items: start; }
.work__stage { min-width: 0; }
.work__plate { aspect-ratio: 16 / 10; border-radius: var(--r-stage); overflow: hidden; border: 1px solid var(--line); background: var(--bg2); }
.work__plate img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: opacity 320ms var(--ease-state); }
.work__plate.is-portrait img { object-fit: contain; }
.work__plate.is-swap img { opacity: 0; transition-duration: 150ms; }
.work__cap { font-size: 13.5px; color: var(--ink2); margin-top: 14px; display: flex; justify-content: space-between; gap: 20px; }
.work__cap span:last-child { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.08em; color: var(--ink3); white-space: nowrap; }
.work__side { display: grid; gap: 10px; position: sticky; top: calc(var(--top-h) + 24px); }
.tile { border: 1px solid var(--line); border-radius: 12px; background: var(--bg2); padding: 14px 16px; }
.tile--row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 16px; }
.tile__k { font-size: var(--fs-meta); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.tile__v { font-size: 14px; color: var(--ink); text-align: right; }
.tile--acts { display: grid; gap: 10px; padding: 16px; }
.tile--acts .btn { width: 100%; }
.tile__note { font-size: 12.5px; color: var(--ink3); line-height: 1.5; }
/* экраны работы: список-селектор, тот же selected-state для pointer/keyboard/click */
.stages { display: grid; gap: 4px; }
.stages__lab { margin: 4px 0 8px; }
.stages button {
  display: grid; grid-template-columns: 30px 1fr 60px; align-items: center; column-gap: 12px; width: 100%; padding: 6px 8px 6px 10px; border: 1px solid transparent; background: none; border-radius: 8px;
  cursor: pointer; text-align: left; color: var(--ink2); font-size: 13.5px;
  transition: color var(--t-state) var(--ease-state), border-color var(--t-state) var(--ease-state), background-color var(--t-state) var(--ease-state);
}
.stages button b { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; font-weight: 500; color: var(--ink3); transition: color var(--t-state) var(--ease-state); }
.stages button img { width: 60px; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; border-radius: 4px; border: 1px solid var(--line); opacity: 0.75; transition: opacity var(--t-state) var(--ease-state); }
.stages button:hover { color: var(--ink); }
.stages button:hover img { opacity: 1; }
.stages button[aria-selected="true"] { color: var(--ink); border-color: var(--line); background: rgba(var(--acc-rgb), 0.07); }
.stages button[aria-selected="true"] b { color: var(--acc-text); }
.stages button[aria-selected="true"] img { opacity: 1; border-color: var(--acc); }
/* тёплая минеральная карточка — единственная светлая поверхность страницы: экспертная глубина */
.card {
  margin-top: 56px; padding: 34px 36px; border-radius: var(--r-stage);
  background: var(--card); color: var(--card-ink);
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px 56px;
}
.card h3 { color: var(--card-ink); margin-bottom: 12px; }
.card li { font-size: 15px; line-height: 1.6; color: var(--card-ink2); padding-left: 16px; position: relative; }
.card li::before { content: ""; position: absolute; left: 0; top: 0.75em; width: 6px; height: 1px; background: var(--acc); }
.work__nav { display: flex; justify-content: space-between; gap: 24px; margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--line); }
.work__nav a { text-decoration: none; color: var(--ink2); font-size: 14px; display: grid; gap: 4px; transition: color var(--t-state); }
.work__nav a:hover { color: var(--ink); }
.work__nav a b { font-size: 18px; font-weight: 450; color: var(--ink); letter-spacing: -0.012em; }
.work__nav a:last-child { text-align: right; }

/* ================================================================
   СЛУЖЕБНЫЕ КОНТРОЛЫ
   ================================================================ */
/* ---- Визуальный язык: в hero — панель; вне hero, на узком экране и после «Скрыть» — 36-px контрол в поле ---- */
.vl { position: fixed; left: 10px; bottom: 26px; z-index: 40; display: grid; }
.vl__mini {
  display: grid; grid-template-columns: 36px 0fr; align-items: center; height: 36px; padding: 0; border-radius: 999px;
  border: 1px solid var(--line); background: var(--bg2); color: var(--ink2); cursor: pointer;
  transition: grid-template-columns var(--t-geo) var(--ease-geo), color var(--t-state) var(--ease-state), border-color var(--t-state) var(--ease-state);
}
.vl__mini .vl__dot { justify-self: center; }
.vl__mini:hover, .vl__mini:focus-visible { grid-template-columns: 36px 1fr; color: var(--ink); border-color: var(--line2); }
.vl__w { min-width: 0; overflow: hidden; }
.vl__mt { display: block; padding-right: 16px; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; font-weight: 500; }
.vl.is-open .vl__mini { display: none; }
.vl__tray {
  display: none; grid-template-columns: auto auto; grid-template-areas: "lab hide" "row row" "now now";
  column-gap: 18px; row-gap: 0;
  padding: 12px 14px 12px; border-radius: 14px;
  background: var(--bg2); border: 1px solid var(--line);
}
.vl.is-open .vl__tray { display: grid; }
.vl__lab { grid-area: lab; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink2); font-weight: 500; align-self: center; }
.vl__hide {
  grid-area: hide; justify-self: end; background: none; border: 0; cursor: pointer; padding: 0;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); font-weight: 500;
  transition: color var(--t-state) var(--ease-state);
}
.vl__hide:hover { color: var(--ink); }
.vl__row { grid-area: row; display: flex; gap: 8px; margin-top: 10px; }
.vl__s {
  position: relative; width: 54px; height: 40px; border-radius: 9px; padding: 0; border: 1px solid var(--line);
  cursor: pointer; overflow: hidden;
  transition: border-color var(--t-state) var(--ease-state), box-shadow var(--t-state) var(--ease-state);
}
.vl__s .vl__name { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.vl__s:hover { border-color: var(--line2); }
.vl__s[aria-checked="true"] { box-shadow: 0 0 0 1px var(--bg1), 0 0 0 2.5px var(--acc); border-color: transparent; }
.vl__s--ember { background: radial-gradient(90% 80% at 85% 95%, rgba(168, 95, 50, 0.7), rgba(168, 95, 50, 0) 70%), linear-gradient(150deg, #1c1a18, #0b0a09); }
.vl__s--ivory { background: radial-gradient(90% 80% at 20% 15%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 70%), linear-gradient(150deg, #efe9de, #d5cdbd); }
.vl__s--viridian { background: radial-gradient(90% 80% at 85% 95%, rgba(74, 154, 128, 0.6), rgba(74, 154, 128, 0) 70%), linear-gradient(150deg, #17302a, #07120e); }
.vl__s--mono { background: radial-gradient(90% 80% at 25% 20%, rgba(220, 220, 220, 0.35), rgba(220, 220, 220, 0) 70%), linear-gradient(150deg, #2b2b2b, #0d0d0d); }
.vl__now { grid-area: now; margin-top: 10px; font-size: 12.5px; color: var(--ink); }
.vl__dot { width: 14px; height: 14px; border-radius: 5px; border: 1px solid var(--line2); background: var(--bg2); }
html[data-vl="ember"] .vl__dot { background: radial-gradient(90% 80% at 85% 95%, rgba(168, 95, 50, 0.7), rgba(168, 95, 50, 0) 70%), #141210; }
html[data-vl="ivory"] .vl__dot { background: #e9e2d5; }
html[data-vl="viridian"] .vl__dot { background: #14302a; }
html[data-vl="mono"] .vl__dot { background: #2a2a2a; }

/* ---- низ-центр: подсказка ↓ / возврат ↑ с раскрывающейся подписью ---- */
.rtt {
  position: fixed; left: 50%; bottom: 26px; z-index: 40; translate: -50% 0;
  display: grid; grid-template-columns: 36px 0fr; align-items: center; direction: rtl;
  height: 36px; padding: 0; border-radius: 999px; border: 1px solid var(--line);
  background: var(--bg2); color: var(--ink2); cursor: pointer;
  transition: grid-template-columns var(--t-geo) var(--ease-geo), color var(--t-state) var(--ease-state),
              border-color var(--t-state) var(--ease-state), opacity 320ms var(--ease-state), visibility 0s;
}
.rtt:hover, .rtt:focus-visible { grid-template-columns: 36px 1fr; color: var(--ink); border-color: var(--line2); }
.rtt[data-state="top"] { left: auto; right: 10px; translate: 0 0; bottom: 74px; }
html.not-home .rtt[data-state="top"] { bottom: 26px; }
.rtt[data-state="cue"] { direction: ltr; }
.rtt[data-state="off"] { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 320ms var(--ease-state), visibility 0s 320ms; }
.rtt__ico { display: grid; place-items: center; width: 36px; height: 36px; direction: ltr; }
.rtt__ico svg { width: 18px; height: 18px; transition: transform var(--t-geo-out) var(--ease-geo); }
.rtt[data-state="top"] .rtt__ico svg { transform: rotate(180deg); }
.rtt__w { min-width: 0; overflow: hidden; }
.rtt__t { display: block; padding: 0 16px 0 18px; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; font-weight: 500; direction: ltr; }
.rtt[data-state="cue"] .rtt__t { padding: 0 16px 0 0; }
.rtt[data-state="cue"] .rtt__ico svg { animation: cue 2.6s var(--ease-geo) infinite; }
@keyframes cue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(2px); } }

/* ---- Магнит: 36-px контрол в правом поле; подпись раскрывается на hover/focus и всегда открыта в hero ---- */
.mag {
  position: fixed; right: 10px; bottom: 26px; z-index: 40;
  display: grid; grid-template-columns: 36px 0fr; align-items: center; direction: rtl;   /* rtl: первая колонка (иконка) у правого края, подпись раскрывается влево */
  height: 36px; padding: 0; border-radius: 999px; border: 1px solid var(--line);
  background: var(--bg2); color: var(--ink2); cursor: pointer; text-align: left;
  transition: grid-template-columns var(--t-geo) var(--ease-geo), color var(--t-state) var(--ease-state), border-color var(--t-state) var(--ease-state), opacity 320ms var(--ease-state);
}
.mag > * { direction: ltr; }
.mag:hover, .mag:focus-visible, html.at-top .mag { grid-template-columns: 36px 1fr; }
.mag:hover { color: var(--ink); border-color: var(--line2); }
.mag[aria-pressed="true"] { color: var(--ink); }
.mag[aria-pressed="true"] .mag__st { color: var(--acc-text); }
.mag__ico { display: grid; place-items: center; width: 36px; height: 36px; }
.seam--mag { width: 18px; --seam-gap: 3px; opacity: 0.9; }
html[data-magnet="on"] .seam--mag { --seam-gap: 0px; opacity: 1; }
.mag__w { min-width: 0; overflow: hidden; }
.mag__lab { display: block; padding-left: 16px; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
.mag[disabled] { cursor: not-allowed; opacity: 0.55; }
.mag[hidden] { display: none; }

/* ---- индекс глав справа: виден после первого экрана ---- */
.cidx {
  position: fixed; right: 14px; top: 50%; z-index: 40; translate: 0 -50%;
  display: grid; gap: 6px; opacity: 1; transition: opacity 420ms var(--ease-state), visibility 0s;
}
html.in-hero .cidx, html.not-home .cidx { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 420ms var(--ease-state), visibility 0s 420ms; }
.cidx a {
  display: grid; grid-template-columns: 0fr 26px; align-items: center; justify-items: end; column-gap: 0;
  text-decoration: none; color: var(--ink3); padding: 4px 0;
  transition: grid-template-columns var(--t-geo) var(--ease-geo), column-gap var(--t-geo) var(--ease-geo), color var(--t-state) var(--ease-state);
}
.cidx a span { grid-column: 1; min-width: 0; overflow: hidden; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; font-weight: 500; opacity: 0; transition: opacity 240ms var(--ease-state); }
.cidx a b { grid-column: 2; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; display: inline-block; transition: transform var(--t-geo) var(--ease-geo), color var(--t-state) var(--ease-state); transform-origin: right center; }
.cidx a:hover { color: var(--ink); grid-template-columns: 1fr 26px; column-gap: 10px; }
.cidx a:hover span { opacity: 1; }
.cidx a[aria-current] { color: var(--ink); }
.cidx a[aria-current] b { color: var(--acc-text); transform: scale(1.3); }
.cidx a:focus-visible { grid-template-columns: 1fr 26px; column-gap: 10px; }
.cidx a:focus-visible span { opacity: 1; }

/* ================================================================
   ОВЕРЛЕИ
   ================================================================ */
.ov { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; }
.ov__scrim { position: absolute; inset: 0; background: var(--scrim); opacity: 0; transition: opacity 320ms var(--ease-state); }
.ov.is-on .ov__scrim { opacity: 1; }
.talk, .sheet {
  position: relative; width: min(560px, 100%); border-radius: var(--r-stage);
  background: var(--bg2); border: 1px solid var(--line); color: var(--ink);
  opacity: 0; transform: translateY(10px) scale(0.985);
  transition: opacity 360ms var(--ease-state), transform 440ms var(--ease-geo);
}
.ov.is-on .talk, .ov.is-on .sheet { opacity: 1; transform: none; }
.ov.is-off .talk, .ov.is-off .sheet { opacity: 0; transform: translateY(6px) scale(0.99); transition-duration: 260ms, 300ms; }
.talk { padding: 22px 26px 22px; }
.talk__head { display: grid; grid-template-columns: 22px 1fr auto; column-gap: 14px; align-items: center; }
.talk__v { width: 22px; height: 22px; }
.talk__t { font-size: 20px; font-weight: 450; letter-spacing: -0.015em; }
.talk__who { font-size: 12.5px; color: var(--ink2); margin-top: 4px; display: flex; align-items: center; flex-wrap: wrap; }
.talk__ctl { display: flex; gap: 6px; }
.ictl {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; border: 1px solid transparent;
  background: none; cursor: pointer; color: var(--ink2);
  transition: color var(--t-state) var(--ease-state), border-color var(--t-state) var(--ease-state);
}
.ictl svg { width: 18px; height: 18px; }
.ictl:hover { color: var(--ink); border-color: var(--line); }
.talk__chan { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 20px; }
.talk__chan button {
  display: grid; gap: 3px; padding: 10px 12px; text-align: left; background: none; border: 1px solid var(--line); border-radius: 10px;
  cursor: pointer; color: var(--ink2); transition: color var(--t-state) var(--ease-state), border-color var(--t-state) var(--ease-state), background-color var(--t-state);
}
.talk__chan button b { font-size: 14px; font-weight: 500; color: var(--ink); }
.talk__chan button span { font-size: 11.5px; letter-spacing: 0.02em; }
.talk__chan button:hover { border-color: var(--line2); }
.talk__chan button[aria-pressed="true"] { border-color: var(--acc); background: rgba(var(--acc-rgb), 0.08); color: var(--ink); }
.talk__chan button[data-ch="tg"] span { color: var(--acc-text); }
.talk__note { font-size: 13px; line-height: 1.55; color: var(--ink2); margin-top: 16px; min-height: 40px; }
.talk__form { margin-top: 12px; }
.talk__text, .input {
  width: 100%; display: block; padding: 12px 14px; border-radius: var(--r-ui); resize: vertical;
  background: var(--bg1); border: 1px solid var(--line); color: var(--ink); font: inherit; font-size: 15px; line-height: 1.5;
  transition: border-color var(--t-state) var(--ease-state);
}
.talk__text:focus-visible, .input:focus-visible { outline: 0; border-color: var(--acc); }
.talk__text::placeholder, .input::placeholder { color: var(--ink3); }
.talk__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; }
.talk__status { font-size: 12.5px; color: var(--ink2); }
.talk__status { display: inline-flex; align-items: center; gap: 8px; }
.talk__status.is-ok::before, .talk__status.is-err::before { content: ""; width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; }
.talk__status.is-ok::before { background: var(--ok); box-shadow: 0 0 0 3px rgba(53, 208, 122, 0.16); }
.talk__status.is-err { color: var(--err); }
.talk__status.is-err::before { background: var(--err); box-shadow: 0 0 0 3px rgba(224, 112, 92, 0.16); }
.send {
  position: relative; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line2); background: var(--btn-bg); color: var(--btn-fg);
  cursor: pointer; display: grid; place-items: center; flex: 0 0 auto;
  transition: border-color var(--t-state) var(--ease-state), background-color var(--t-state) var(--ease-state);
}
.send:hover { background: var(--btn-bg-h); }
.send:active { translate: 0 1px; }
.send svg { position: absolute; width: 20px; height: 20px; }
.send__arrow { opacity: 1; transform: none; transition: opacity 200ms var(--ease-state), transform 320ms var(--ease-geo); }
.send__mark ellipse { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 620ms var(--ease-geo); }
.send__mark ellipse:nth-child(2) { transition-delay: 70ms; }
.send__mark ellipse:nth-child(3) { transition-delay: 140ms; }
.send .send__mark { width: 29px; height: 29px; opacity: 0; transition: opacity 200ms var(--ease-state); }
.send:hover .send__arrow, .send:focus-visible .send__arrow { opacity: 0; transform: translateX(6px); }
.send:hover .send__mark, .send:focus-visible .send__mark { opacity: 1; }
.send:hover .send__mark ellipse, .send:focus-visible .send__mark ellipse { stroke-dashoffset: 0; }
.talk__foot { font-size: 12px; line-height: 1.5; color: var(--ink3); margin-top: 14px; }
.field-err { font-size: 13px; color: var(--err); margin-top: 8px; }
/* докованный режим: окно справа снизу, сайт доступен, скрим выключен и не ловит клики */
.ov--dock { pointer-events: none; place-items: end end; }
.ov--dock .ov__scrim { display: none; }
.ov--dock .talk { pointer-events: auto; }
.ov--dock .talk__chan button span { display: none; }
.ov--dock .talk__note { min-height: 0; }

/* ---- лист брифа ---- */
.sheet { width: min(900px, 100%); max-height: min(88vh, 100%); overflow: auto; padding: 36px 40px 40px; }
.sheet--s { width: min(560px, 100%); padding: 26px 28px; display: grid; gap: 14px; justify-items: start; }
.sheet__x { position: absolute; top: 14px; right: 14px; }
.ov__title { font-size: 28px; font-weight: 450; letter-spacing: -0.02em; padding-right: 48px; }
.ov__sub { font-size: 14.5px; line-height: 1.55; color: var(--ink2); margin-top: 10px; max-width: 64ch; }
.ov__note { font-size: 12.5px; line-height: 1.5; color: var(--ink3); margin-top: 14px; max-width: 64ch; }
.brief__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; margin-top: 26px; }
.field { display: grid; gap: 6px; }
.field--wide { grid-column: 1 / -1; }
.field label { font-size: 12.5px; color: var(--ink2); letter-spacing: 0.02em; }
.field.is-invalid .input { border-color: var(--err-line); }
.field .field-err { margin-top: 0; }
select.input { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink2) 50%), linear-gradient(135deg, var(--ink2) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 36px; }
.brief__acts { display: flex; align-items: center; gap: 24px; margin-top: 26px; flex-wrap: wrap; }
.notice--err { margin-top: 22px; padding: 14px 16px; border: 1px solid var(--err-line); background: var(--err-bg); color: var(--ink); border-radius: var(--r-ui); font-size: 14px; line-height: 1.55; }
.notice--err b { display: inline-flex; align-items: center; gap: 8px; }
.notice--err b::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--err); flex: 0 0 auto; }
.notice--err ul { margin-top: 8px; display: grid; gap: 4px; }
.notice--err a { color: var(--ink); }
.review dl { display: grid; gap: 14px; margin-top: 20px; }
.review dt { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink3); font-weight: 500; }
.review dd { font-size: 15px; line-height: 1.5; margin-top: 3px; white-space: pre-wrap; }
.review__acts { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; align-items: center; }
.review__done p { font-size: 15px; line-height: 1.55; color: var(--ink2); margin-top: 10px; max-width: 62ch; }
.handoff { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; align-items: center; }
.handoff .btn span + span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; }

/* c87: the brief is one quiet sheet, not ten nested cards.
   Local selectors deliberately leave search, chat and approved page motion alone. */
#brief-win {
  width: min(820px, 100%);
  padding: 30px 36px 32px;
  background: color-mix(in srgb, var(--bg2) 72%, var(--bg1));
  border-color: color-mix(in srgb, var(--ink) 12%, transparent);
  box-shadow: 0 24px 80px #0002;
  scrollbar-width: thin;
  scrollbar-color: var(--line2) transparent;
}
#brief-win .ov__title { font-size: 24px; font-weight: 400; letter-spacing: -.025em; line-height: 1.3; }
#brief-win .ov__sub { font-size: 13px; line-height: 1.65; margin-top: 9px; max-width: 66ch; }
#brief-win .brief__grid { gap: 24px 32px; margin-top: 30px; }
#brief-win .field { min-width: 0; gap: 5px; }
#brief-win .field label { font-size: 12px; letter-spacing: .005em; }
#brief-win .field .input {
  min-width: 0;
  min-height: 42px;
  padding: 9px 0 10px;
  border: 0;
  border-bottom: 1px solid var(--line2);
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: none;
}
#brief-win .field textarea.input { min-height: 84px; }
#brief-win .field select.input { padding-right: 28px; background-position: calc(100% - 13px) 50%, calc(100% - 7px) 50%; }
#brief-win .field .input:hover { border-bottom-color: var(--ink3); }
#brief-win .field .input:focus-visible {
  outline: none;
  border-bottom-color: var(--ink);
  box-shadow: 0 1px 0 var(--ink);
}
#brief-win .field.is-invalid .input { border-bottom-color: var(--err); }
#brief-win .field-err { font-size: 12px; }
#brief-win .brief__acts { gap: 16px 24px; margin-top: 30px; align-items: center; }
#brief-win .brief__acts .ov__note { flex: 1 1 260px; font-size: 12px; line-height: 1.6; }
#brief-win :is(.brief__acts,.review__acts,.handoff) .btn { min-height: 40px; padding: 10px 17px; font-size: 13px; }
#brief-win .review dl { gap: 20px; margin-top: 28px; }
#brief-win .review dt { font-size: 12px; font-weight: 400; letter-spacing: .005em; text-transform: none; }
#brief-win .review dd { margin-top: 6px; font-size: 14px; overflow-wrap: anywhere; }
#brief-win .review__done p { font-size: 14px; line-height: 1.65; }

/* ---- меню ---- */
.ov--menu { place-items: start end; padding: 0; }
.menu {
  position: relative; width: min(760px, 100%); min-height: 100vh; padding: 28px 40px 40px; border-radius: 0;
  background: var(--bg1); border-left: 1px solid var(--line); color: var(--ink);
  opacity: 0; transform: translateX(24px);
  transition: opacity 360ms var(--ease-state), transform 480ms var(--ease-geo);
}
.ov.is-on .menu { opacity: 1; transform: none; }
.ov.is-off .menu { opacity: 0; transform: translateX(16px); transition-duration: 240ms, 300ms; }
.menu__head { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.menu__t { font-size: var(--fs-meta); }
.menu__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 40px; margin-top: 40px; }
.menu__col { display: grid; align-content: start; gap: 4px; }
.menu__col .eyebrow { margin-bottom: 12px; color: var(--ink3); }
.menu__ch { display: grid; grid-template-columns: 30px 1fr; align-items: baseline; column-gap: 10px; padding: 8px 0; text-decoration: none; color: var(--ink); font-size: 26px; font-weight: 450; letter-spacing: -0.018em; transition: color var(--t-state) var(--ease-state); }
.menu__ch b { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; font-weight: 500; color: var(--ink3); }
.menu__ch:hover { color: var(--acc-text); }
.menu__ch[aria-current] b { color: var(--acc-text); }
.menu__a { display: block; padding: 6px 0; text-decoration: none; color: var(--ink2); font-size: 15px; transition: color var(--t-state) var(--ease-state); }
.menu__a:hover { color: var(--ink); }
.menu__a--all { margin-top: 8px; color: var(--ink); border-top: 1px solid var(--line); padding-top: 12px; }
.menu__note { margin-top: 14px; }
.menu__w { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; text-decoration: none; color: var(--ink2); font-size: 15px; transition: color var(--t-state) var(--ease-state); }
.menu__w span:first-child { min-width: 0; }
.menu__w span:last-child { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink3); align-self: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 46%; flex: 0 1 auto; }
.menu__w:hover { color: var(--ink); }

/* ---- заставка ---- */
.intro { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; background: var(--bg1); opacity: 1; transition: opacity 520ms var(--ease-state), visibility 0s 520ms; }
.intro.is-out { opacity: 0; visibility: hidden; pointer-events: none; }
.intro__mark { display: grid; justify-items: center; gap: 14px; color: var(--ink); }
.intro__mark svg { width: 34px; height: 34px; }
.intro__mark svg path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: intro-draw 640ms var(--ease-geo) 80ms forwards; }
.intro__word { font-size: 12px; letter-spacing: 0.42em; padding-left: 0.42em; opacity: 0; animation: intro-fade 520ms var(--ease-state) 380ms forwards; }
.intro__seam { width: 140px; --seam-gap: 70px; opacity: 0.9; animation: intro-seam 620ms var(--ease-geo) 300ms forwards; }
@keyframes intro-draw { to { stroke-dashoffset: 0; } }
@keyframes intro-fade { to { opacity: 1; } }
@keyframes intro-seam { to { --seam-gap: 0px; } }
.intro__seam::before, .intro__seam::after { transition: none; }
html.intro-live .he { animation-play-state: paused; }

/* ---- тост ---- */
.toast.is-ok::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); margin-right: 9px; vertical-align: 2px; }
.toast.is-err::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--err); margin-right: 9px; vertical-align: 2px; }
.toast {
  position: fixed; left: 50%; bottom: 84px; z-index: 90; translate: -50% 6px;
  padding: 10px 16px; border-radius: var(--r-ui); background: var(--bg2); border: 1px solid var(--line);
  font-size: 13.5px; color: var(--ink); max-width: min(520px, 90vw); text-align: center;
  opacity: 0; visibility: hidden; transition: opacity 260ms var(--ease-state), translate 320ms var(--ease-geo), visibility 0s 260ms;
}
.toast.is-on { opacity: 1; visibility: visible; translate: -50% 0; transition: opacity 260ms var(--ease-state), translate 320ms var(--ease-geo), visibility 0s; }

/* узкий desktop: навигация и правый кластер не должны касаться друг друга */
@media (max-width: 1400px) {
  .top__nav { gap: 20px; }
  .top__nav a { letter-spacing: 0.11em; }
  .top__right { gap: 14px; }
  .top__cta { padding: 0 13px; }
  .top__menu { padding: 0 12px 0 14px; gap: 8px; }
}

/* ================================================================
   ЗАЩИТА ПЕРЕТЕКАНИЯ (200 % zoom / узкий desktop). Не mobile-дизайн.
   ================================================================ */
@media (max-width: 960px) {
  :root { --fs-h1: clamp(40px, 6.6vw, 56px); --ch-pad: clamp(88px, 14vh, 150px); }
  .hero { min-height: 0; padding: calc(var(--top-h) + 72px) var(--gutter) 150px; }
  .hero__t { max-width: 18ch; }
  :root { --top-x: 20px; }
  .top { grid-template-columns: auto 1fr auto; }
  .top__nav { gap: 18px; justify-self: center; }
  .top__nav a { font-size: 11px; letter-spacing: 0.1em; }
  .top__cta { display: none; }
  .cols3, .pgrid, .contact, .card, .work__grid, .svc__body, .menu__grid { grid-template-columns: 1fr; }
  .svc { grid-template-columns: 26px 1fr; }
  .svc__panel { grid-column: 2; position: static; min-height: 0; }
  .work__side { position: static; }
  .top__cta, .top__menu span { display: none; }
  .top__menu { padding: 0 10px; }
  .fw, .fw--alt { grid-template-columns: 1fr; grid-template-areas: "body" "plate"; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .process-story { margin-top: 54px; margin-bottom: 76px; }
  .process-story__intro { grid-template-columns: 1fr; }
  .process-story__note { justify-self: start; text-align: left; }
  .process-story__layout { grid-template-columns: 1fr; gap: 22px; }
  .process-stage { position: relative; top: auto; height: min(70vh, 660px); min-height: 520px; }
  .process-story__steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); }
  .process-story__step button { min-height: 156px; padding: 20px 12px; border-bottom: 1px solid var(--line); }
  .process-story__copy b { font-size: 16px; }
  .process-story__result, .process-story__detail { display: none; }
  .works { width: calc(100% - var(--gutter) * 2); }
  .works__shell[data-layout="left"] { grid-template-columns: 1fr; gap: 18px; }
  .works__shell[data-layout="left"] .works__filters { position: static; display: flex; gap: 4px 18px; }
  .works__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .works__filters { position: static; }
  .works__filters { display: flex; flex-wrap: wrap; gap: 4px 18px; }
  .brief__grid { grid-template-columns: 1fr; }
  .cidx { display: none; }
  .card__acts { justify-items: start; }
  .card__note { text-align: left; }
  .hero__t { max-width: 14ch; }
}
@media (max-width: 720px) {
  .top__nav { display: none; }
  .foot__grid { grid-template-columns: 1fr; }
  .hero__cta { flex-wrap: wrap; }
}

/* ================================================================
   REDUCED MOTION — стоит после всего, что отменяет
   ================================================================ */
/* Neutral chapter rhythm, from measured Augen surfaces. No borrowed blue. */
[data-surface="light"], .on-light {
  --bg0: #efefef; --bg1: #efefef; --bg2: #e4e4e4; --bg1-rgb: 239, 239, 239;
  --ink: #0f1012; --ink2: #5c5e62; --ink3: #626469;
  --acc: #333639; --acc-text: #333639; --acc-rgb: 51, 54, 57;
  --acc-soft: rgba(15,16,18,.06); --line: rgba(15,16,18,.16); --line2: rgba(15,16,18,.3);
  --btn-bg: #1d1e20; --btn-fg: #efefef; --btn-bg-h: #333639;
  --ok: #08763f; --ok-bg: #e0ebdf; --ok-line: #9db4a3;
  --warn: #f5cc27; --warn-bg: #eee2c3; --favorite: var(--ok);
  --err: #9e4138; --err-bg: #f3ded8; --err-line: #9e4138;
  color: var(--ink); color-scheme: light;
}
[data-surface="light"] { background: var(--bg1); }
#s-studio { padding-block: clamp(130px, 19vh, 200px); }
#s-services { background: var(--bg2); }
/* Stationary controls: each label has its own space, no rail-wide reflow. */
.vl, .mag { bottom: 28px; }
.vl { left: 24px; }
.mag { right: 24px; grid-template-columns: 38px 1fr; height: 38px; }
.mag:hover, .mag:focus-visible, html.at-top .mag { grid-template-columns: 38px 1fr; }
.mag[aria-pressed="true"], .mag[aria-pressed="true"]:is(:hover,:focus-visible), html.at-top .mag[aria-pressed="true"] { grid-template-columns: 38px 0fr; }
.mag__ico { width: 38px; height: 38px; }
.mag__ico svg { width: 18px; height: 18px; }
.mag__lab { padding-left: 14px; font-weight: 400; letter-spacing: .1em; }
.mag[aria-pressed="true"] .mag__w { opacity: 0; }
.mag__w { transition: opacity 220ms ease; }
.rtt, .rtt[data-state="top"], html.not-home .rtt[data-state="top"] { left: 50%; right: auto; bottom: 28px; translate: -50% 0; }
.rtt[data-state="cue"] .rtt__ico svg { animation: none; }
.vl__mini { grid-template-columns: 36px 1fr; height: 38px; background: rgba(var(--bg1-rgb), .88); border-color: var(--line); }
.vl__tray { border: 0; border-radius: 12px; padding: 18px; background: var(--bg2); box-shadow: 0 12px 45px rgba(0,0,0,.13); }
.vl__s { border-radius: 50%; width: 32px; height: 32px; border-color: transparent; }
.vl__row { gap: 15px; margin-block: 8px; }
.vl__s--ember, html[data-vl="ember"] .vl__dot { background: #1d1e20; }
.vl__s--ivory { background: #efefef; }
.vl__s--viridian { background: #19372b; }
.vl__s--mono { background: #67686a; }
.vl__s[aria-checked="true"] { box-shadow: 0 0 0 3px var(--bg2), 0 0 0 4px var(--ink2); }
.vl__now { font-size: 12px; font-weight: 400; }
.cidx { right: 22px; width: 34px; gap: 8px; }
.cidx a, .cidx a:hover, .cidx a:focus-visible { position: relative; display: flex; align-items: center; justify-content: center; width: 34px; height: 40px; padding: 0; }
.cidx a b { transform-origin: center; transform: scale(var(--dock-scale, 1)); transition: color 180ms ease; font-weight: 400; }
.cidx a[aria-current] b { transform: scale(var(--dock-scale, 1.2)); }
.cidx a span { position: absolute; right: 43px; overflow: visible; pointer-events: none; font-weight: 400; font-size: 10px; letter-spacing: .12em; padding: 6px 9px; border-radius: 4px; background: rgba(var(--bg1-rgb), .96); transform: translateX(5px); transition: transform 420ms var(--ease-geo), opacity 260ms ease; }
.cidx a:is(:hover,:focus-visible) span { opacity: 1; transform: none; }
.top__nav .dock__label { display: block; transform: translateY(var(--dock-lift, 0px)) scale(var(--dock-scale, 1)); transform-origin: center; }
@media (min-width: 961px) {
  .top__right { gap: 25px; }
  .top__cta, .top__menu { padding: 0; }
  .top__nav a { letter-spacing: .07em; }
}
/* One message composer: inline by default, expanded only on request. */
/* A shared case shell, borrowing Hanssen's continuity, not its identity. */
.work__grid { gap: 10px; padding: 10px; border-radius: 18px; align-items: stretch; }
.work__stage { display: flex; flex-direction: column; min-width: 0; }
.work__plate { border: 0; border-radius: 10px; background: #e4e4e4; }
.work__cap { padding: 0 10px; margin: 16px 0 10px; font-size: 12px; }
.work__cap span:last-child { font-size: 10px; }
.work__side { position: static; gap: 18px; padding: 4px 12px 8px; align-content: start; }
.work__facts { padding: 0; background: none; }
.work__side .tile { border: 0; border-radius: 0; background: none; padding: 0; }
.work__facts .tile--row { border-radius: 0; padding: 8px 0; border-bottom: 1px solid var(--line); background: none; }
.work__facts .tile--row:last-child { border: 0; }
.work__side .tile__k { font-size: 9.5px; letter-spacing: .12em; }
.work__side .tile__v { font-size: 12.5px; }
.work__side .tile--acts { padding: 18px 0; gap: 8px; border-block: 1px solid var(--line); }
.work__side .btn { min-height: 38px; padding: 9px 14px; font-size: 13px; border-radius: 8px; }
.work__side .tile__note { font-size: 11.5px; line-height: 1.6; padding-top: 3px; }
.work__side .stages button { grid-template-columns: 22px 1fr 52px; padding: 5px 7px; font-size: 12px; border: 0; }
.work__side .stages button img { width: 52px; border: 0; border-radius: 3px; }
.work__side .stages button[aria-selected="true"] { background: var(--bg2); box-shadow: inset 0 0 0 1px var(--line); }
.work__side .stages__lab { font-size: 9.5px; margin-top: 0; }

/* One message composer: inline by default, expanded only on request. */
::selection { background: rgba(130, 133, 138, .26); color: inherit; }
.top__v { width: 26px; height: 26px; }
.contact { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: start; }
.contact__head { margin-bottom: 24px; }
.contact__head .h3 { font-size: 16px; font-weight: 400; }
.chan { grid-template-columns: 76px minmax(0, 1fr) 20px; column-gap: 18px; padding: 24px 0; }
.chan__k { font-weight: 400; font-size: 10px; letter-spacing: .12em; }
.chan__v { font-size: clamp(18px, 1.3vw, 20px); font-weight: 400; letter-spacing: -.018em; overflow-wrap: anywhere; }
.chan__d { grid-column: 2; margin-top: 6px; font-size: 12px; font-weight: 400; }
.chan__arrow { grid-column: 3; grid-row: 1; font: 17px/1 var(--sans); color: var(--ink3); transition: transform 300ms var(--ease-geo), color 180ms ease; }
.chan:is(:hover,:focus-visible) .chan__arrow { color: var(--ink); transform: translate(2px,-2px); }
.chan[data-compose]:is(:hover,:focus-visible) .chan__arrow { transform: translateX(3px); }
.chan--tg .chan__v { color: var(--ok); }
.chan--tg .chan__d { color: var(--ink2); }
.chan--tg:hover .chan__v { color: #b9d2c2; }
.badge--ok { background: var(--ok-bg); border-color: var(--ok-line); color: #b7cfbf; }
.badge--ok i { box-shadow: none; background: var(--ok); }
.contact__brief { margin-top: 40px; }
.contact__brief .link { display: inline-block; margin-top: 18px; }
.contact__brief .p { font-size: 14px; }
.talk { width: min(640px, 100%); border: 0; border-radius: 18px; padding: 34px; background: var(--bg2); box-shadow: 0 24px 100px rgba(0,0,0,.3); }
.talk--inline { opacity: 1; transform: none; width: 100%; box-shadow: none; border-radius: 14px; }
.talk--inline [data-close] { display: none; }
.talk__head { grid-template-columns: 34px 1fr auto; gap: 14px; }
.talk__v { width: 34px; height: 34px; }
.talk__t { font-size: 21px; font-weight: 400; }
.talk__who { font-size: 12px; margin-top: 6px; }
.talk__chan { gap: 22px; margin-top: 30px; border-bottom: 1px solid var(--line); }
.talk__chan button { border: 0; border-radius: 0; padding: 0 0 14px; background: none; text-align: left; position: relative; }
.talk__chan button span { display: none; }
.talk__chan button[aria-pressed="true"] { background: none; }
.talk__chan button::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 350ms var(--ease-geo); }
.talk__chan button[aria-pressed="true"]::after { transform: scaleX(1); }
.talk__chan button[data-ch="tg"][aria-pressed="true"] { color: var(--ok); }
.talk__chan button[data-ch="tg"][aria-pressed="true"] b { color: inherit; }
.talk__note { font-size: 12.5px; margin-top: 20px; min-height: 58px; }
.talk__text { background: var(--bg1); border: 1px solid transparent; border-radius: 9px; padding: 18px; min-height: 154px; font-size: 15px; }
.talk__text:focus-visible { border-color: var(--line2); box-shadow: 0 0 0 1px var(--line2); }
.talk__foot { font-size: 11.5px; }
.send { width: 46px; height: 46px; border: 0; }
.foot { background: var(--bg2); padding-top: 76px; }
.foot__grid { grid-template-columns: 1.7fr .8fr .8fr 1.4fr; gap: 42px; }
.foot__mail { font-size: clamp(17px, 1.55vw, 22px); overflow-wrap: anywhere; font-weight: 400; }
/* Offset the MQ glyph's inner SVG whitespace to align with the contact text. */
.foot__signature { display: flex; align-items: center; gap: 12px; width: max-content; margin-left: -4px; margin-bottom: 16px; text-decoration: none; font-size: 10px; letter-spacing: .25em; }
.foot__signature svg { width: 30px; height: 30px; }
/* MQ is the contact column's heading, sharing the neighbours' first row.
   Retain the established footer height and SVG/type sizes; align the ink. */
@media (min-width: 961px) {
  .foot__col { padding-top: 56px; }
  .foot__col--contact { grid-template-rows: 23.25px; }
  .foot__signature { align-self: center; margin-bottom: 6px; }
  .foot__col--contact > .eyebrow {
    position: absolute; width: 1px; height: 1px; padding: 0;
    margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap;
  }
}
.top__nav, .cidx, button { -webkit-user-select: none; user-select: none; }

/* Review2: calm chrome with stationary hit targets. */
@media (min-width: 961px) {
  .top { transition: height 480ms var(--ease-geo), background-color 320ms var(--ease-geo), border-color 320ms var(--ease-geo); }
  html.at-top .top { height: 128px; }
}
.vl__mini, .mag { background: rgba(var(--bg1-rgb), .94); border-color: var(--line2); color: var(--ink2); }
.vl__mini { grid-template-columns: 38px 1fr; min-height: 38px; }
.vl.is-compact .vl__mini { grid-template-columns: 38px 0fr; }
.vl.is-compact .vl__mini:hover, .vl.is-compact .vl__mini:focus-visible { grid-template-columns: 38px 1fr; }
.vl.is-open .vl__mini { display: grid; color: var(--ink); }
.vl__tray, .vl.is-open .vl__tray {
  display: grid; position: absolute; left: 0; bottom: calc(100% + 12px); width: 270px;
  grid-template-areas: "lab hide" "row row" "now now" "motion motion";
  opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px);
  border: 1px solid var(--line); background: var(--bg2);
  transition: opacity 220ms ease, transform 380ms var(--ease-geo), visibility 0s 220ms;
}
.vl.is-open .vl__tray { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
.vl__tray::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.vl__motion { grid-area: motion; }
.mag[aria-pressed="true"]:is(:hover, :focus-visible) { grid-template-columns: 38px 1fr; }
.mag[aria-pressed="true"]:is(:hover, :focus-visible) .mag__w { opacity: 1; }
.mag__ico { pointer-events: none; }

/* Review2: one composer, editable introduction + untouched personal draft. */
.talk { width: min(620px, 100%); max-height: calc(100dvh - 48px); overflow: auto; overscroll-behavior: contain; padding: 30px; box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.talk--inline { max-height: none; overflow: visible; }
.talk__head { align-items: center; }
.talk:not(.talk--inline) .talk__head { position: sticky; top: 0; z-index: 2; background: var(--bg2); box-shadow: 0 -44px 0 var(--bg2), 0 8px 0 var(--bg2); }
.talk__chan { margin-top: 24px; gap: 28px; }
.talk__chan button { padding-bottom: 12px; }
.talk__note { min-height: 0; margin: 15px 0 22px; line-height: 1.5; max-width: 49ch; }
.talk__text { min-height: 128px; background: transparent; border: 1px solid var(--line2); border-radius: 8px; padding: 15px; }
.talk__text:focus-visible { border-color: var(--ink2); box-shadow: none; outline: 1px solid var(--line2); outline-offset: 3px; }
.talk__status.is-ok { color: var(--ok); }
.talk__status.is-ok::before { background: #87c9a5; box-shadow: 0 0 0 3px rgba(135,201,165,.16); }
.talk-context { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.talk-context__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.talk-context__head a { display: flex; align-items: center; gap: 12px; min-width: 0; color: var(--ink); text-decoration: none; font-size: 14px; }
.talk-context__head img { width: 64px; height: 40px; object-fit: cover; border-radius: 4px; }
.talk-context__head span { overflow-wrap: anywhere; }
.talk-context__head i { font-style: normal; color: var(--ink2); }
.talk-context label { display: block; font-size: 11px; color: var(--ink2); margin-bottom: 8px; }
.talk-context__intro { display: block; width: 100%; min-height: 94px; padding: 8px 0; border: 0; border-radius: 2px; background: transparent; color: var(--ink); font: 13px/1.5 var(--sans); resize: vertical; }
.talk-context__intro:focus-visible { outline: 1px solid var(--line2); outline-offset: 5px; }
.talk-context__local { color: var(--ink3); font-size: 11px; margin-top: 6px; }
.talk-context__conflict { margin-bottom: 18px; padding: 14px; border: 1px solid var(--line2); border-radius: 8px; font-size: 12px; }
.talk-context__conflict p { margin-block: 8px 12px; color: var(--ink2); }
.talk-context__conflict button { padding: 8px 10px; background: transparent; color: var(--ink); border: 1px solid var(--line2); border-radius: 4px; margin: 0 6px 4px 0; cursor: pointer; }
.talk-context[hidden], .talk-context__conflict[hidden] { display: none; }
.talk-feedback[hidden] { display: none; }
.talk-feedback { padding: 0 0 12px; }
.talk-feedback > p { font: 11px/1.6 var(--sans); color: var(--ink2); margin-bottom: 10px; }
.talk-feedback__topics { display: flex; flex-wrap: wrap; gap: 6px; }
.talk-feedback__topics button { padding: 6px 10px; color: var(--ink2); background: none; border: 1px solid transparent; border-radius: 6px; font: 12px var(--sans); cursor: pointer; }
.talk-feedback__topics button[aria-pressed="true"] { color: var(--ink); border-color: var(--line2); background: var(--glass); }
.talk-feedback__topics button:focus-visible { outline: 1px solid var(--ink); outline-offset: 3px; }
.ov--dock { padding: 24px; }
.ov--dock .talk { width: min(420px, 100%); max-height: min(680px, calc(100dvh - 48px)); padding: 22px; border: 1px solid var(--line2); border-radius: 18px; scrollbar-width: thin; }
.ov--dock .talk__head { grid-template-columns: 26px 1fr auto; gap: 10px; }
.ov--dock .talk__v { width: 26px; height: 26px; }
.ov--dock .talk__t { font-size: 16px; }
.ov--dock .talk__who { font-size: 11px; }

/* Review2: visible archive access and a two-zone navigation sheet. */
.work-heading-row { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.work-heading-row__all { display: inline-flex; gap: 12px; flex-shrink: 0; font-size: 13px; }
.work-heading-row__all::after { content: none; }
.work-heading-row__all i { font-style: normal; }
.top__work { display: flex; align-items: center; position: relative; gap: 6px; }
.top__work > button { display: grid; place-items: center; padding: 0; width: 24px; height: 28px; border: 0; background: none; color: var(--ink2); cursor: pointer; }
.top__work > button svg { width: 12px; height: 12px; transition: transform 240ms ease; }
.top__work > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.top__sub { position: absolute; left: -18px; top: calc(100% + 14px); min-width: 170px; padding: 10px; display: grid; gap: 2px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg1); box-shadow: 0 12px 35px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transform: translateY(5px); transition: opacity 160ms ease, transform 260ms var(--ease-geo), visibility 0s 160ms; }
.top__sub::before { content: ''; position: absolute; height: 16px; bottom: 100%; left: 0; right: 0; }
.top__work.is-open .top__sub { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.top__nav .top__sub a { padding: 10px 12px; font-size: 12px; letter-spacing: 0; text-transform: none; color: var(--ink2); white-space: nowrap; }
.top__nav .top__sub a::after { content: none; }
.top__nav .top__sub a:hover { color: var(--ink); background: var(--acc-soft); border-radius: 4px; }
.wrow, .pv__name a { text-decoration: none; }
.pv__fig { display: block; }
.pv__name a { color: var(--ink); }
.pv__name a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.ov--menu { padding: 16px; place-items: stretch end; }
.menu { width: min(420px, 100%); height: calc(100dvh - 32px); min-height: 0; max-height: calc(100dvh - 32px); overflow: auto; overscroll-behavior: contain; padding: 22px 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg1); transform: translateX(38px); }
.ov.is-off .menu { transform: translateX(38px); }
.menu__grid { grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 36px; }
.menu__col { min-width: 0; }
.menu__ch { grid-template-columns: 24px 1fr; font-size: 13px; min-height: 42px; align-items: center; line-height: 1.2; padding: 8px 0; color: var(--ink2); font-weight: 400; letter-spacing: .015em; text-transform: uppercase; }
.menu__ch:hover, .menu__ch[aria-current] { color: var(--ink); }
.menu__col:has(> .menu__ch:hover, > .menu__ch:focus-visible) > .menu__ch { color: var(--ink3); }
.menu__col:has(> .menu__ch:hover, > .menu__ch:focus-visible) > .menu__ch:is(:hover,:focus-visible) { color: var(--ink); }
.menu__ch:focus-visible { outline: 1px solid var(--line2); outline-offset: 3px; border-radius: 2px; }
.menu__project { display: block; color: var(--ink); text-decoration: none; }
.menu__project img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; border-radius: 8px; }
.menu__project > span { display: grid; gap: 6px; margin-top: 15px; }
.menu__project b { font-size: 18px; font-weight: 400; letter-spacing: -.02em; }
.menu__project i { font-style: normal; color: var(--ink3); font-size: 11px; }
.menu__a--all { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 17px; font-size: 13px; }
.menu__a--all i { font-style: normal; }
.menu__footer { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 16px 28px; }
.menu__footer a { color: var(--ink2); font-size: 12px; text-decoration: none; overflow-wrap: anywhere; }
.menu__footer a:first-child { color: var(--ink); }
.menu__footer a:hover { color: var(--ink); }
.menu__grid { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
.menu__head { margin-bottom: 0; position: sticky; top: 0; z-index: 2; background: var(--bg1); box-shadow: 0 -24px 0 var(--bg1), 0 8px 0 var(--bg1); }
.menu__account-primary {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-top: 18px;
  padding: 11px 0 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}
.menu__account-primary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.1; color: var(--ink2); }
.menu__account-primary i { color: var(--ink3); font-size: 15px; font-style: normal; transition: color 180ms ease, transform 360ms var(--ease-geo); }
.menu__account-primary:is(:hover,:focus-visible) i { color: var(--ink); transform: translateX(3px); }
.menu__account-primary:focus-visible { outline: 1px solid var(--line2); outline-offset: 3px; border-radius: 2px; }
.menu__col > .eyebrow { font-size: 9px; margin-bottom: 10px; }
.menu__ch b { font-size: 9px; font-weight: 400; }
.menu__ch span { position: relative; justify-self: start; }
.menu__ch span > i {
  display: inline-block;
  position: relative;
  padding-inline: 9px;
  font-style: normal;
  transform: scale(1);
  transform-origin: center;
  transition: transform 520ms var(--ease-geo);
}
.menu__ch span > i::before, .menu__ch span > i::after { position: absolute; top: 0; opacity: 0; transition: opacity 160ms ease; }
.menu__ch span > i::before { content: '['; left: 0; }
.menu__ch span > i::after { content: ']'; right: 0; }
.menu__ch:is(:hover,:focus-visible,[aria-current]) span > i::before, .menu__ch:is(:hover,:focus-visible,[aria-current]) span > i::after { opacity: 1; }
.menu__ch[aria-current] span > i { animation: menu-selected-approach 520ms var(--ease-geo) both; }
.menu__ch:is(:hover,:focus-visible) span > i { transform: scale(1.05); }
@keyframes menu-selected-approach {
  0% { transform: scale(.985); }
  72% { transform: scale(1.062); }
  100% { transform: scale(1.05); }
}
.menu__project { display: grid; grid-template-columns: 88px 1fr; gap: 14px; align-items: center; }
.menu__project img { width: 88px; height: 55px; aspect-ratio: 16/10; object-fit: cover; }
.menu__project > span { margin-top: 0; }
.menu__project b { font-size: 13px; }
.menu__project i { font-size: 10px; }
.menu__a--all { margin-top: 14px; padding-top: 12px; font-size: 12px; }
.menu__footer { margin-top: 24px; padding-top: 18px; gap: 12px 20px; }

/* One chat-like message surface; no fake conversation or second backend. */
.talk { width: min(560px, 100%); padding: 26px; }
.talk__t { font-size: 20px; }
.talk__form { padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--bg1); transition: border-color 160ms ease; }
.talk__form:focus-within { border-color: var(--line2); }
.talk__form .talk__text { border: 0; border-radius: 4px; padding: 4px 0; min-height: 100px; resize: vertical; }
.talk__form .talk__text:focus-visible { outline: 1px solid var(--line); outline-offset: 5px; box-shadow: none; }
.talk__row { margin-top: 12px; }
.talk__form .send { width: 40px; height: 40px; flex-shrink: 0; }
.talk__form .send__arrow { rotate: -90deg; }
.talk-context { padding-bottom: 12px; margin-bottom: 12px; }
.talk-context__intro { min-height: 86px; }

.svc__item::before { left: -44px; }
.svc { padding-left: 44px; }
.fw__name a { text-decoration: none; color: inherit; }
.fw__name a:hover { color: var(--acc-text); }
.grain--hero { display: block; position: absolute; inset: 0; z-index: 1; opacity: .22; mix-blend-mode: soft-light; }
html[data-vl="ivory"] .grain--hero { opacity: .09; }
html[data-study="clean"] .grain { display: none; }
.work-study { display: flex; gap: 12px; padding-top: 52px; padding-bottom: 16px; }
.work-study[hidden] { display: none; }
/* Keep the selected work legible without turning its reveal into a camera zoom.
   1.3 / 3.3 gives ~18% extra width; both directions share the disclosure cadence. */
.study-card { position: relative; flex: 1 1 0; min-width: 0; height: var(--study-height, clamp(320px, 30vw, 390px)); border-radius: 10px; overflow: hidden; text-decoration: none; background: var(--bg2); transition: flex-grow 760ms cubic-bezier(.45,0,.25,1); }
.study-card:hover, .study-card:focus-visible { flex-grow: 1.3; }
.study-card img { height: 100%; width: 100%; object-fit: cover; object-position: center top; transition: filter 760ms cubic-bezier(.45,0,.25,1); }
.study-card:is(:hover,:focus-visible) img { filter: contrast(1.025) brightness(1.015); }
.study-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,.16), transparent 25%, rgba(5,6,7,.9)); pointer-events: none; }
.study-card__number { position: absolute; z-index: 1; top: 20px; left: 24px; color: #fff; font: 10px var(--mono); letter-spacing: .08em; text-shadow: 0 1px 8px #000; }
.study-card__copy { position: absolute; z-index: 1; inset: auto 24px 24px; display: grid; gap: 8px; color: #efefef; }
.study-card__copy b { font-size: clamp(19px, 1.7vw, 23px); line-height: 1.15; font-weight: 400; }
.study-card__copy span { font-size: 11px; }
.study-card__copy i { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-style: normal; font-size: 12px; margin-top: 10px; }
.study-card__copy em { font-style: normal; font-size: 17px; }
.study-card:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
@media (hover: none), (pointer: coarse) {
  .study-card:hover { flex-grow: 1; }
}

/* Latest director refinement: lighter scale at compact desktop, no grey veil. */
@media (min-width: 961px) {
  :root { --fs-h1: clamp(44px, 3.5vw, 64px); }
  .top__nav { gap: clamp(22px, 2.1vw, 36px); }
  .top__nav a { font-size: 11px; letter-spacing: .065em; }
  .top__cta { font-size: 11px; letter-spacing: .065em; }
  .top__word { font-size: 10px; letter-spacing: .32em; }
  .top__right { gap: 18px; }
  .top__right .lang button, .top__right .top__menu { font-size: 11px; }
  .hero__eyebrow { font-size: 10px; letter-spacing: .17em; }
  .hero__sub { font-size: 16px; max-width: 44ch; margin-top: 20px; }
  .hero__cta { margin-top: 32px; }
}
.hero__cta .btn--fill { min-width: 166px; min-height: 44px; border-radius: 10px; font-size: 13px; padding-inline: 22px; }
.hero__cta .btn--fill:is(:hover,:focus-visible) { transform: translateY(-2px); }
.hero__cta .cta-t { font-size: 11px; letter-spacing: .055em; }
.vl__mini, .mag { border-color: var(--line); }

.wrow__thumb { display: none; }
/* Director-authorized mobile adaptation, 04.09.2026. Desktop stays intact. */
@media (max-width: 960px) {
  :root {
    --gutter: 24px; --top-x: 24px; --top-h: 76px;
    --fs-h1: clamp(34px, 5.3vw, 48px); --fs-h2: clamp(28px, 4.5vw, 36px);
    --fs-body: 16px; --fs-lead: 16px; --fs-meta: 10px; --ch-pad: 80px;
  }
  .top { grid-template-columns: 1fr auto; height: var(--top-h); }
  .top__nav { display: none; }
  .top__right { gap: 12px; }
  .top__v { width: 25px; height: 25px; }
  .top__word { font-size: 10px; letter-spacing: .26em; }
  .top__menu { width: 44px; height: 44px; padding: 0; justify-content: center; }
  .lang button { min-width: 32px; min-height: 44px; font-size: 11px; }
  .hero { min-height: 100svh; padding: calc(var(--top-h) + 44px) var(--gutter) 120px; }
  .hero__center { max-width: 620px; }
  .hero__t { max-width: 19ch; margin-top: 22px; line-height: 1.09; }
  .hero__eyebrow { font-size: 9px; letter-spacing: .14em; }
  .hero__sub { font-size: 16px; margin-top: 20px; max-width: 34ch; }
  .hero__cta { margin-top: 30px; gap: 18px 24px; }
  .hero__cta .btn--fill, .hero__cta .cta-t { min-height: 44px; }
  #s-studio { padding-block: 80px; }
  .cols3 { grid-template-columns: 1fr; gap: 32px; margin-top: 36px; }
  .cols3 .p { max-width: 58ch; }
  .work-heading-row { align-items: center; gap: 12px; }
  .work-heading-row__all { min-height: 44px; align-items: center; font-size: 12px; }
  .work-heading-row .eyebrow { max-width: 65%; }
  .work-study { padding-top: 30px; padding-bottom: 20px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .study-card, .study-card:hover, .study-card:focus-visible { flex: 0 0 78%; height: 360px; scroll-snap-align: start; transition: none; }
  .study-card__copy { inset: auto 20px 22px; }
  .study-card__copy b { font-size: 22px; }
  .study-card__number { left: 20px; }
  .featured { margin-top: 30px; margin-bottom: 32px; }
  .fw, .fw--alt { grid-template-columns: 1fr; grid-template-areas: 'plate' 'body'; gap: 26px; padding-block: 36px; }
  .fw__body { min-width: 0; }
  .fw__name { font-size: 32px; }
  .fw__thesis { font-size: 16px; }
  .fw .meta { gap: 18px 24px; }
  .fw .meta dd { font-size: 13px; }
  .svc { grid-template-columns: minmax(0, 1fr); padding-left: 24px; gap: 28px; margin-top: 32px; }
  .svc__item { min-height: 52px; grid-template-columns: 26px minmax(0,1fr) 20px; gap: 12px; font-size: 15px; }
  .svc__item::before { left: -24px; }
  .svc__panel { grid-column: auto; position: static; min-height: 0; padding: 0; }
  .svc__h { font-size: 22px; }
  .svc__body { grid-template-columns: 1fr; gap: 22px; }
  .svc__tiers { grid-template-columns: 1fr; gap: 24px; }
  .svc__tier dl > div { grid-template-columns: 1fr; gap: 6px; }
  .steps { margin-top: 36px; }
  .step__head { grid-template-columns: 32px minmax(0,1fr) 20px; gap: 12px; padding-block: 20px; }
  .step__n { font-size: 20px; }
  .step__t { font-size: 17px; }
  .step__body { padding-left: 44px; }
  .pgrid { grid-template-columns: 1fr; gap: 36px; margin-top: 48px; }
  .faq { margin-top: 48px; }
  .contact { grid-template-columns: minmax(0,1fr); gap: 36px; margin-top: 36px; }
  .contact__head { flex-wrap: wrap; }
  .contact__brief { margin-top: 28px; }
  .chan { grid-template-columns: 70px minmax(0,1fr); gap: 3px 14px; }
  .chan__d { white-space: normal; }
  .talk--inline { width: 100%; }
  .foot { padding-top: 50px; padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
  .foot__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot__a { min-height: 36px; display: inline-flex; align-items: center; max-width: 100%; }
  .foot__mail { font-size: 19px; }
  .works, .work { padding-top: calc(var(--top-h) + 36px); padding-bottom: 80px; }
  .works__shell { gap: 20px; margin-top: 20px; }
  .works__gallery { gap: 10px; }
  .works__filters { position: static; display: flex; flex-wrap: wrap; gap: 4px 20px; }
  .works__filters button { min-height: 44px; font-size: 13px; }
  .work__head { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
  .work__head .badge { justify-self: start; }
  .work__thesis { font-size: 16px; }
  .work__grid { grid-template-columns: minmax(0,1fr); gap: 8px; padding: 8px; margin-top: 28px; border-radius: 14px; }
  .work__cap { padding: 0 4px; gap: 12px; font-size: 11px; }
  .work__cap span:last-child { font-size: 9px; }
  .work__side .btn { min-height: 44px; }
  .work__side .stages button { min-height: 52px; grid-template-columns: 24px minmax(0,1fr) 58px; }
  .work__side .stages button img { width: 58px; height: 36px; }
  .work__facts { padding-inline: 12px; }
  .tile__v { overflow-wrap: anywhere; }
  .card { grid-template-columns: 1fr; margin-top: 32px; padding: 24px; gap: 28px; }
  .work__nav { margin-top: 36px; gap: 20px; }
  .work__nav a { width: 48%; min-height: 48px; font-size: 12px; }
  .work__nav a b { font-size: 16px; overflow-wrap: anywhere; }
  .ov { padding: 12px; }
  .ov--menu { padding: 12px; }
  .menu { height: calc(100dvh - 24px); max-height: calc(100dvh - 24px); padding: 20px 24px; }
  .menu__ch { min-height: 44px; }
  .menu__footer a { min-height: 36px; display: inline-flex; align-items: center; }
  .talk { max-height: calc(100dvh - 24px); padding: 22px; }
  .talk--inline { max-height: none; }
  .talk__head { grid-template-columns: 26px minmax(0,1fr) auto; gap: 10px; }
  .talk:not(.talk--inline) .talk__head { position: sticky; top: 0; z-index: 2; background: var(--bg2); box-shadow: 0 -24px 0 var(--bg2), 0 8px 0 var(--bg2); }
  .talk__v { width: 26px; height: 26px; }
  .talk__t { font-size: 18px; }
  .talk__who { font-size: 11px; }
  .ictl { width: 44px; height: 44px; }
  .talk__ctl { gap: 0; }
  .talk__chan { gap: 14px; margin-top: 20px; }
  .talk__chan button { min-height: 44px; }
  .talk__note { font-size: 12px; margin-block: 14px 18px; }
  .talk__form { padding: 14px; }
  .talk__form .talk__text, .talk-context__intro, .input { font-size: 16px; }
  .talk__form .send { width: 44px; height: 44px; }
  .talk-context__conflict button { min-height: 44px; }
  .talk__status { font-size: 11px; }
  .talk__foot { font-size: 11px; }
  .ov--dock { padding: 12px; }
  .ov--dock .talk { width: min(360px, calc(100vw - 24px)); padding: 12px; }
  .sheet { width: 100%; max-height: calc(100dvh - 24px); padding: 28px 22px; }
  .brief__grid { grid-template-columns: 1fr; gap: 24px; }
  .vl { left: 16px; bottom: calc(18px + env(safe-area-inset-bottom)); }
  .vl__mini, .vl.is-compact .vl__mini, .vl.is-compact .vl__mini:hover { height: 44px; grid-template-columns: 44px 0fr; }
  .vl__tray, .vl.is-open .vl__tray { width: min(270px, calc(100vw - 32px)); }
  .vl .vl__motion, .vl__hide { min-height: 44px; }
  .vl__s { width: 44px; height: 44px; }
  .rtt, .rtt[data-state="top"], html.not-home .rtt[data-state="top"] { left: auto; right: 16px; bottom: calc(18px + env(safe-area-inset-bottom)); translate: none; width: 44px; height: 44px; }
  .mag { display: none; }
  html.talk-docked .vl, html.talk-docked .rtt { visibility: hidden; pointer-events: none; }
  .toast { bottom: calc(78px + env(safe-area-inset-bottom)); font-size: 12px; }
}
@media (max-width: 600px) {
  :root { --gutter: 20px; --top-x: 16px; --top-h: 72px; --ch-pad: 64px; }
  #s-studio { padding-block: 64px; }
  .hero__t { max-width: 17ch; }
  .hero__cta { flex-direction: column; gap: 10px; }
  .hero__cta .btn--fill { min-width: 174px; }
  .hero__cta .cta-t { padding-block: 12px; }
  .study-card, .study-card:hover, .study-card:focus-visible { flex-basis: 86%; height: 330px; }
  .study-card__copy b { font-size: 21px; }
  .foot__grid { grid-template-columns: 1fr; gap: 28px; }
  .works__toolbar { margin-top: 38px; gap: 18px; }
  .works__layout span { display: none; }
  .works__gallery { grid-template-columns: 1fr; }
  .talk { padding: 18px; }
  .talk__head { grid-template-columns: minmax(0,1fr) auto; gap: 6px; }
  .talk__v { display: none; }
  .talk__t { font-size: 17px; }
  .talk__chan { gap: 10px; }
  .talk__chan button b { font-size: 13px; }
  .talk__form { padding: 12px; }
  .ov--dock .talk__head { grid-template-columns: minmax(0,1fr) auto; }
  .menu { padding-inline: 20px; }
  .card { padding: 22px; }
}

/* A quiet closing line; footer typography and information remain unchanged. */
.foot { position: relative; isolation: isolate; }
.foot::before { content: ''; position: absolute; top: -1px; left: var(--gutter); right: var(--gutter); height: 1px; pointer-events: none; background: linear-gradient(90deg, transparent, var(--line2) 30%, var(--ink3) 50%, var(--line2) 70%, transparent); opacity: .5; }

/* Review4: a lighter message material, retaining the approved message anatomy. */
.talk {
  background: var(--glass); border: 1px solid var(--line); border-radius: 22px;
  box-shadow: inset 0 1px 0 var(--glass-edge), 0 30px 90px rgba(0,0,0,.22);
  -webkit-backdrop-filter: blur(24px) saturate(1.12); backdrop-filter: blur(24px) saturate(1.12);
  transform: translateY(14px) scale(.965);
  transition: opacity 260ms ease, transform 620ms cubic-bezier(.16,1,.3,1);
}
.talk--inline { transform: none; opacity: 1; box-shadow: inset 0 1px 0 var(--glass-edge), var(--glass-shadow); }
.talk__form { background: color-mix(in srgb, var(--bg2) 44%, transparent); border-color: var(--line); }
.talk:not(.talk--inline) .talk__head { background: transparent; box-shadow: none; border-radius: 8px; }
.talk.is-scrolled:not(.talk--inline) .talk__head { background: var(--glass); box-shadow: 0 -44px 0 var(--glass), 0 8px 0 var(--glass); }
.talk__form .talk__text { background: transparent; }
.talk-context__intro { background: transparent; }
.talk__status.is-ok::before { background: var(--ok); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ok) 16%, transparent); }
.ov.is-off .talk { transform: translateY(8px) scale(.98); }
html[data-vl="ivory"] .talk { box-shadow: inset 0 1px 0 var(--glass-edge), 0 24px 70px rgba(45,39,29,.16); }
@supports not (backdrop-filter: blur(1px)) { .talk, .talk:not(.talk--inline) .talk__head { background: var(--bg2); } }

/* Review4: the same compositions, light/dark semantic counterparts. */
:root {
  --glass: rgba(23,24,26,.74);
  --glass-edge: rgba(255,255,255,.16);
  --glass-glint: rgba(255,255,255,.075);
  --glass-shadow: 0 28px 86px rgba(0,0,0,.34), 0 5px 18px rgba(0,0,0,.16);
}
html[data-vl="ivory"], [data-surface="light"], .on-light {
  --glass: rgba(247,244,237,.76); --glass-edge: rgba(255,255,255,.78); --glass-glint: rgba(255,255,255,.48);
  --glass-shadow: 0 28px 78px rgba(45,39,29,.16), 0 4px 14px rgba(45,39,29,.07);
}
html[data-vl="ivory"] { color-scheme: light; --acc: #5d625b; --acc-text: #4d5d51; --acc-rgb: 77,93,81; --acc-soft: rgba(77,93,81,.08); }
html[data-vl="ivory"] :is([data-surface="light"], .on-light) {
  --bg0: #151617; --bg1: #1c1d1e; --bg2: #252628; --bg1-rgb: 28,29,30;
  --ink: #eeeae3; --ink2: #b2afa9; --ink3: #aaa7a1;
  --acc: #c7c7bf; --acc-text: #d7d7cd; --acc-rgb: 199,199,191; --acc-soft: rgba(199,199,191,.08);
  --line: rgba(238,234,227,.16); --line2: rgba(238,234,227,.3);
  --btn-bg: #eeeae3; --btn-fg: #1c1d1e; --btn-bg-h: #fffaf2;
  --glass: rgba(31,32,34,.76); --glass-edge: rgba(255,255,255,.14); --glass-glint: rgba(255,255,255,.07);
  --glass-shadow: 0 28px 78px rgba(0,0,0,.28), 0 4px 14px rgba(0,0,0,.12);
  --ok: #2fcb70; --ok-bg: #14271e; --ok-line: #345c47;
  --warn: #f5cc27; --warn-bg: #30291a; --favorite: var(--ok);
  --err: #ed9386; --err-bg: #321e1c; --err-line: #af655b;
  color: var(--ink); color-scheme: dark;
}
html[data-vl="ivory"] .hero__plate { mix-blend-mode: multiply; }
.vl__tray, .vl.is-open .vl__tray, .top__sub {
  background: var(--glass); border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 var(--glass-edge), var(--glass-shadow);
  -webkit-backdrop-filter: blur(22px) saturate(1.12); backdrop-filter: blur(22px) saturate(1.12);
}
.vl__tray, .vl.is-open .vl__tray {
  width: 284px; padding: 18px; border-radius: 14px;
  grid-template-columns: 1fr auto;
  grid-template-areas: "lab hide" "row row" "now now" "language language" "motion motion";
  transform-origin: 24px bottom;
}
.vl__tray { transform: translateY(6px) scale(.98); }
.vl__lab { font-size: 12px; letter-spacing: .015em; text-transform: none; }
.vl__hide { font-size: 11px; letter-spacing: 0; text-transform: none; }
.vl__row { gap: 4px; margin: 14px 0 0; padding: 4px; border-radius: 12px; background: color-mix(in srgb, var(--ink) 2%, var(--settings-surface)); }
.appearance-mode { flex: 1; min-width: 0; display: grid; justify-items: center; gap: 7px; padding: 11px 4px 8px; color: var(--ink2); border: 1px solid transparent; background: transparent; border-radius: 9px; font-size: 11px; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.appearance-mode svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.appearance-mode[aria-checked="true"] { color: var(--ink); background: var(--settings-control); border-color: var(--settings-line); box-shadow: none; }
html[data-theme-preview] .appearance-mode[aria-checked="true"] { background: transparent; box-shadow: none; border-color: transparent; }
.appearance-mode[data-preview] { color: var(--ink); background: var(--settings-control); border-color: var(--settings-line); }
.appearance-mode:hover { color: var(--ink); }
.vl__now { font-size: 10px; color: var(--ink2); margin: 9px 0 15px; }
.appearance-language { grid-area: language; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--settings-divider); padding-top: 12px; font-size: 12px; color: var(--ink2); }
.appearance-language .lang { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--settings-line); border-radius: 8px; }
.appearance-language .lang::before, .appearance-language .lang::after { content: none; }
.appearance-language .lang button { padding: 5px 9px; border-radius: 5px; font-size: 10px; }
.appearance-language .lang button[aria-pressed="true"] { background: var(--settings-divider); color: var(--ink); }
.vl__icon { width: 18px; height: 18px; justify-self: center; }
.vl .vl__motion { padding: 14px 0 0; font-size: 12px; }
.vl__mini, .mag, .rtt {
  background: color-mix(in srgb, var(--glass) 74%, transparent); border-color: var(--line);
  box-shadow: inset 0 1px 0 var(--glass-edge), 0 4px 18px rgba(0,0,0,.06);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.vl__mini, .mag { border-radius: 12px; }
.rtt { border-radius: 12px; min-width: 48px; height: 38px; grid-template-columns: 46px 0fr; }
.rtt:hover, .rtt:focus-visible { grid-template-columns: 46px 1fr; }
.rtt__ico { width: 46px; height: 38px; }
.rtt__t, .vl__mt { font-size: 11px; letter-spacing: .035em; text-transform: none; }
.rtt__t { padding-left: 0; }
.top__sub { border-radius: 12px; }
@supports not (backdrop-filter: blur(1px)) { .vl__tray, .vl.is-open .vl__tray, .top__sub { background: var(--bg2); } }

@media (min-width: 961px) {
/* Review5: the lower utilities are cues, not floating widgets.  Their hit
   targets stay generous, while the visible carrier is only translucent type
   and linework. */
.rtt, .mag {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: .58;
}
.rtt {
  min-width: 0;
  height: 38px;
  grid-template-columns: 30px 0fr;
}
.rtt:hover, .rtt:focus-visible {
  grid-template-columns: 30px 1fr;
  opacity: 1;
}
.rtt__ico { width: 30px; height: 38px; }
.rtt__ico svg { width: 14px; height: 14px; }
.rtt__t {
  padding-inline: 7px 0;
  color: var(--ink);
  font-size: 10.5px;
  letter-spacing: .055em;
  text-shadow: 0 1px 16px rgba(0,0,0,.16);
}
.rtt[data-state="cue"] .rtt__t { padding-inline: 7px 0; }
.mag {
  height: 38px;
  grid-template-columns: 30px 0fr;
}
.mag:hover, .mag:focus-visible, html.at-top .mag, .mag[aria-pressed="true"],
.mag[aria-pressed="true"]:is(:hover,:focus-visible), html.at-top .mag[aria-pressed="true"] {
  grid-template-columns: 30px 1fr;
  opacity: 1;
}
.mag__ico { width: 30px; height: 38px; }
.mag__lab {
  padding-left: 8px;
  color: var(--ink);
  font-size: 10.5px;
  letter-spacing: .055em;
  text-shadow: 0 1px 16px rgba(0,0,0,.16);
}
.mag[aria-pressed="true"] .mag__w { opacity: 1; }
.mag:focus-visible, .rtt:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
  border-radius: 2px;
}

/* Review5: one quiet macOS-like material system for Settings and Composer.
   The inner mode buttons and their wording remain unchanged. */
.vl__mini {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: .62;
}
.vl__mini:is(:hover,:focus-visible) { opacity: 1; }
.vl__mini:focus-visible { outline: 1px solid currentColor; outline-offset: 5px; border-radius: 2px; }
.vl.is-open .vl__mini { opacity: 1; visibility: visible; pointer-events: auto; grid-template-columns: 38px 1fr; }
.vl__tray, .vl.is-open .vl__tray {
  --settings-surface: color-mix(in srgb, var(--bg1) 35%, var(--bg2));
  --settings-line: color-mix(in srgb, var(--ink) 10%, transparent);
  --settings-divider: color-mix(in srgb, var(--ink) 6%, transparent);
  --settings-control: color-mix(in srgb, var(--ink) 4%, var(--settings-surface));
  overflow: hidden;
  background: var(--settings-surface);
  border-color: var(--settings-line);
  box-shadow: 0 18px 55px #0002;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
/* Neutral graphite for the dark settings panel only. Keep the chat's quiet
   surface hierarchy; light mode and theme-preview mechanics are unchanged. */
@media (min-width: 961px) {
  html[data-vl="ember"] .vl__tray,
  html[data-vl="ember"] .vl.is-open .vl__tray {
    --settings-surface: #141414;
    --settings-control: #1d1d1d;
    --ink: #efefef;
    --ink2: #a8a8a8;
    --ink3: #929292;
    --line: rgba(239,239,239,.14);
    --line2: rgba(239,239,239,.28);
    color: var(--ink);
    color-scheme: dark;
  }
}
.vl__tray {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(15px) scale(.935);
  filter: blur(7px);
  transition: opacity 220ms ease, transform 460ms cubic-bezier(.18,.88,.24,1.12), filter 360ms ease, visibility 0s 460ms;
}
.vl.is-open .vl__tray {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  filter: none;
  transition-delay: 0s;
  animation: review5-pop 480ms cubic-bezier(.18,.88,.24,1.05) both;
}
.vl.is-closing .vl__tray {
  visibility: visible;
  pointer-events: none;
  animation: review5-close 420ms cubic-bezier(.4,0,.2,1) both;
}
@keyframes review5-pop {
  0% { opacity: 0; transform: translateY(15px) scale(.935); filter: blur(7px); }
  68% { opacity: 1; transform: translateY(-1px) scale(1.008); filter: blur(0); }
  100% { opacity: 1; transform: none; filter: none; }
}
@keyframes review5-close {
  0% { opacity: 1; transform: none; filter: none; }
  100% { opacity: 0; transform: translateY(10px) scale(.965); filter: blur(3px); }
}

.talk {
  isolation: isolate;
  background:
    linear-gradient(145deg, var(--glass-glint), transparent 38%),
    var(--glass);
  border-color: color-mix(in srgb, var(--line) 76%, transparent);
  box-shadow: inset 0 1px 0 var(--glass-edge), inset 0 0 0 1px rgba(255,255,255,.018), var(--glass-shadow);
  -webkit-backdrop-filter: blur(32px) saturate(1.22);
  backdrop-filter: blur(32px) saturate(1.22);
  transform-origin: 50% 42%;
}
.talk--inline {
  box-shadow: inset 0 1px 0 var(--glass-edge), inset 0 0 0 1px rgba(255,255,255,.018), 0 22px 68px rgba(0,0,0,.14);
}
.talk__form {
  background: rgba(var(--bg1-rgb), .42);
  border-color: color-mix(in srgb, var(--line) 78%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.talk:not(.talk--inline) {
  transform: translateY(20px) scale(.94);
  transition: opacity 230ms ease, transform 560ms cubic-bezier(.16,1,.3,1);
}
.ov.is-on .talk:not(.talk--inline) { transform: none; }
.ov.is-off .talk:not(.talk--inline) { transform: translateY(10px) scale(.975); }
.talk__status.is-ok { color: var(--ok); }
.chan--tg:hover .chan__v { color: color-mix(in srgb, var(--ok) 82%, var(--ink) 18%); }
.talk__form .send { width: 36px; height: 36px; }
.talk__form .send__arrow { width: 18px; height: 18px; }
.talk__form .send__mark { width: 26px; height: 26px; }
html[data-vl="ivory"] .talk--inline {
  box-shadow: inset 0 1px 0 var(--glass-edge), inset 0 0 0 1px rgba(255,255,255,.02), 0 24px 66px rgba(45,39,29,.13);
}

/* c23: one quiet request trace, factual local states and a smaller visible
   send disc inside the unchanged desktop interaction target. */
.talk-context__head a {
  flex: 1 1 auto;
  padding: 8px 10px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--ok-bg) 26%, transparent);
}
.talk-context__trace {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.talk-context__trace > i { color: var(--warn); }
.talk-context__trace > b { color: var(--ink2); font-weight: 520; }
.talk-context__trace > em { color: var(--ink3); font-style: normal; }
.talk-context__trace > span { overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; }
.talk-context label,
.talk-context__local {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}
.talk__states { min-width: 0; display: grid; gap: 6px; }
.talk__status {
  min-height: 12px;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.talk__status[hidden] { display: none; }
.talk__status--draft { color: var(--warn); }
.talk__status--draft::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--warn);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--warn) 14%, transparent);
}
.talk__form .send {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  isolation: isolate;
}
.talk__form .send::before {
  content: '';
  position: absolute;
  inset: 6px;
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--line2) 72%, transparent);
  border-radius: 50%;
  background: var(--btn-bg);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  transition: background-color var(--t-state) var(--ease-state), transform 320ms var(--ease-geo);
}
.talk__form .send:hover { background: transparent; }
.talk__form .send:is(:hover,:focus-visible)::before { background: var(--btn-bg-h); transform: scale(1.04); }
.talk__form .send:focus-visible { outline: 1px solid var(--line2); outline-offset: 0; }
.talk__form .send svg { z-index: 1; }
.talk__form .send__arrow { width: 14px; height: 14px; }
.talk__form .send__mark { width: 22px; height: 22px; }
html[data-motion="reduced"] .talk__form .send:is(:hover,:focus-visible)::before { transform: none; }

/* Review5: every real work is available in the drawer.  The compact strip
   borrows the approved expanding-card gesture without pretending seven tiny
   cards are seven full-size posters. */
.menu-workstrip {
  display: flex;
  gap: 6px;
  height: 112px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-workstrip > li { flex: 1 1 0; min-width: 0; transition: flex 560ms var(--ease-geo); }
.menu-workstrip > li:has(.menu-work:is(:hover,:focus-visible)) { flex-grow: 2.6; }
.menu-work {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  background: #171819;
  isolation: isolate;
}
.menu-work::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 36%, rgba(0,0,0,.82));
}
.menu-work img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(.84);
  transform: scale(1.025);
  transition: transform 680ms var(--ease-geo), filter 260ms ease;
}
.menu-work:is(:hover,:focus-visible) img { transform: scale(1); filter: saturate(1); }
.menu-work__num {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  opacity: .8;
}
.menu-work__copy {
  position: absolute;
  left: 9px;
  right: 8px;
  bottom: 9px;
  display: grid;
  gap: 3px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 420ms var(--ease-geo);
}
.menu-work:is(:hover,:focus-visible) .menu-work__copy { opacity: 1; transform: none; transition-delay: 90ms; }
.menu-work__copy b {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-work__copy i { overflow: hidden; font-size: 8px; line-height: 1.2; font-style: normal; opacity: .72; text-overflow: ellipsis; white-space: nowrap; }
.menu-work:focus-visible { outline: 1px solid currentColor; outline-offset: -3px; }

/* Augen-inspired principle, independently implemented: a short resolved
   blur/vertical phase with a tighter word cascade. Final text is untouched. */
.rv-word {
  display: inline-block;
  transform: translateY(11px);
  filter: blur(4px);
  opacity: .12;
  transition: filter 1050ms var(--ease-geo), opacity 900ms var(--ease-geo), transform 1150ms var(--ease-geo);
  transition-delay: var(--word-delay, 0ms);
}
.is-in .rv-word { transform: none; filter: blur(0); opacity: 1; }
}

/* Director review, 06 September: physical imagery inside the retained film rail. */
.process-screen__media img:not(.is-active) { opacity: 0; }
@media (min-width: 961px) {
  .process-stage { background: transparent; color: var(--ink); border-radius: 0; box-shadow: none; }
  .process-stage::before, .process-story__layout::before { display: none; }
  .process-stage__chrome { left: 0; right: 0; }
  .process-board { inset: 56px 0 78px; }
  .process-brief {
    color: var(--ink); inset: 2% 0; padding: 30px 26px;
    grid-template-rows: auto 1fr auto; gap: 30px;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  }
  .process-brief__label {
    display: flex; align-items: center; gap: 10px; opacity: 1;
    color: var(--ink2); font-size: 10px; letter-spacing: .075em;
  }
  .process-brief__label::before { content: ''; width: 2px; height: 14px; background: #e3be2c; }
  .process-brief__quote {
    align-self: center; max-width: 23ch; font-family: 'MQ Manrope', var(--sans);
    font-size: clamp(28px, 2.9vw, 44px); line-height: 1.16; letter-spacing: -.035em;
    text-wrap: balance;
  }
  .process-brief__facts { border-color: var(--line); padding-top: 20px; gap: 32px; }
  .process-brief__facts span { max-width: 28ch; color: var(--ink2); font: 11px/1.65 var(--mono); opacity: 1; }
  .process-screen { inset: 2% 0; grid-template-columns: 1fr; grid-template-rows: 0 1fr 83px; border: 0; border-radius: 12px; color: #eee; background: #131416; }
  .process-screen__top { display: none; }
  .process-screen__media { position: absolute; z-index: 0; inset: 0 0 83px; }
  .process-screen__media img { object-position: 66% center; transform: scale(1.055); opacity: 0; filter: none !important; transition: opacity 950ms ease, transform 1500ms var(--ease-geo); }
  .process-screen__media img.is-active { opacity: 1; transform: scale(1); }
  .process-screen__media::before { background: linear-gradient(90deg,#111214f2 0%,#111214ba 31%,#11121418 66%),linear-gradient(0deg,#11121466,transparent 60%); }
  .process-screen__media::after { left: 26px; right: 26px; bottom: 16px; opacity: .6; }
  .process-screen__media-index { left: auto; right: 20px; font-size: 9px; }
  .process-screen__media-mark { display: none; }
  .process-screen__hero { position: relative; z-index: 2; grid-row: 2; grid-column: 1; padding: 34px 26px; width: 62%; border: 0; color: #f1f1ee; gap: 18px; }
  .process-screen__kick { font-size: 8px; opacity: .65; }
  .process-screen__hero strong { max-width: 13ch; font-family: 'MQ Manrope', var(--sans); font-size: clamp(28px,2.65vw,40px); font-weight: 400; line-height: 1.13; letter-spacing: -.035em; text-wrap: balance; }
  .process-screen__hero p { max-width: 22ch; font-size: 12px; line-height: 1.55; opacity: .72; }
  .process-screen__hero #process-screen-cta { background: none; color: #eee; padding: 8px 0; border-bottom: 1px solid #ffffff60; border-radius: 0; font-size: 10px; }
  .process-screen__grid { position: relative; z-index: 3; grid-row: 3; background: #171717; border-color: #ffffff25; color: #eee; }
  .process-screen__grid > div { position: relative; padding: 16px 18px 12px; border-right: 1px solid #ffffff1c; }
  .process-screen__grid > div:last-child { border: 0; }
  .process-screen__grid span { font: 8px var(--mono); color: #888c90; margin-right: 8px; }
  .process-screen__grid b { font-size: 11px; font-weight: 450; }
  .process-screen__grid p { font-size: 9px; line-height: 1.5; color: #a4a6a8; margin-top: 7px; max-width: 22ch; }
  .process-stage[data-step="0"] .process-screen { opacity: 0; }
  /* At the brief stage these are not yet assembled. Do not expose ghost
     text over the light surface; the real five-step copy stays readable. */
  .process-stage[data-step="0"] :is(.process-screen__grid,.process-screen__media-index) { visibility: hidden; }
  .process-stage[data-step="1"] .process-screen,
  .process-stage[data-step="2"] .process-screen,
  .process-stage[data-step="3"] .process-screen,
  .process-stage[data-step="4"] .process-screen { inset: 2% 0; background: #141414; color: #eee; opacity: 1; }
  .process-stage[data-step="3"] .process-screen__hero #process-screen-cta { outline: 1px solid #eeeeee75; outline-offset: 6px; }
  .process-stage[data-step="4"] .process-screen { transform: scale(.94); opacity: 1; }
  .process-stage[data-step="4"] .process-screen__media { opacity: .65; }
  .process-handover { background: #191b1d; color: #eee; width: 44%; right: 2%; top: 23%; border: 1px solid #ffffff30; box-shadow: 0 24px 60px #0008; backdrop-filter: blur(20px); }
  .process-handover p { border-color: #ffffff25; }
  .process-handover li { font-size: 11px; }
  .process-handover li::before { color: #94b5a1; }
  .process-states { bottom: 105px; right: 18px; width: auto; grid-template-columns: repeat(4,auto); }
  .process-states span { background: #202225; color: #eee; }
  .process-stage__caption { left: 0; right: 0; border-color: var(--line); }

}

/* A quiet contact directory beside the approved messenger; its fields and
   destinations stay intact. Surface rhythm, not another accent colour. */
@media (min-width: 961px) {
  .contact__direct {
    padding: 22px; border: 1px solid var(--line); border-radius: 14px;
    background: color-mix(in srgb, var(--bg1) 35%, var(--bg2) 65%);
  }
  html[data-vl="ember"] .contact__direct {
    background: color-mix(in srgb, var(--bg1) 35%, var(--bg2));
    border-color: color-mix(in srgb, var(--ink) 10%, transparent);
  }
  .contact__direct .contact__head { margin-bottom: 20px; gap: 12px; }
  .contact__direct .contact__head .h3 { color: var(--ink2); font: 11px/1.5 var(--mono); letter-spacing: .035em; }
  .contact__direct .badge--ok { padding: 0; border: 0; background: transparent; font-size: 9px; letter-spacing: .065em; }
  .contact__direct .chan {
    margin-inline: -10px; padding: 20px 10px; column-gap: 16px;
    grid-template-columns: 64px minmax(0,1fr) 16px;
    transition: background-color 440ms var(--ease-geo);
  }
  .contact__direct .chan:is(:hover,:focus-visible) { background: color-mix(in srgb, var(--ink) 3%, transparent); }
  .contact__direct .chan__k { font: 9px/1.5 var(--mono); letter-spacing: .075em; }
  .contact__direct .chan__v { color: var(--ink); font: 400 17px/1.4 'MQ Manrope', var(--sans); letter-spacing: -.015em; }
  .contact__direct .chan__d { white-space: normal; line-height: 1.5; font-size: 11px; margin-top: 5px; }
  .contact__direct .chan__arrow { font-size: 14px; transition-duration: 560ms,320ms; }
  .contact__direct .contact__brief { margin-top: 18px; padding-top: 22px; border-top: 1px solid var(--line); }
  .contact__direct .contact__brief .h3 { font: 400 15px/1.4 'MQ Manrope', var(--sans); letter-spacing: -.015em; }
  .contact__direct .contact__brief .p { font-size: 12px; line-height: 1.7; max-width: 48ch; }
  .contact__direct .contact__brief .link { font-size: 12px; margin-top: 16px; }
}

/* Chat refinement: one quiet writing surface, not nested terminal chrome.
   Existing VELMORA tokens; no imported typefaces, artwork or fake dialogue. */
.talk {
  width: min(640px, 100%);
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg2);
  box-shadow: 0 18px 70px #0003;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.talk--inline { width: 100%; }
.talk .talk__head { grid-template-columns: 22px minmax(0,1fr) auto; gap: 10px; padding: 0 2px; }
.talk .talk__v { width: 22px; height: 22px; }
.talk .talk__t { font-size: 18px; font-weight: 400; letter-spacing: -.018em; }
.talk .talk__who { font-size: 12px; margin-top: 5px; }
.talk .talk__ctl { gap: 0; }
.talk .talk__ctl .ictl { width: 30px; height: 34px; }
.talk .talk__ctl svg { width: 16px; height: 16px; }
.talk.is-scrolled:not(.talk--inline) .talk__head {
  background: var(--bg2); box-shadow: 0 -20px 0 var(--bg2), 0 8px 0 var(--bg2);
}
.talk__note { font: 12px/1.6 var(--sans); margin: 22px 4px 18px; min-height: 38px; max-width: none; color: var(--ink2); }
.talk .talk__form { margin: 0; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.talk__composer {
  padding: 12px 12px 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: color-mix(in srgb, var(--ink) 3%, var(--bg2));
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.talk__composer:focus-within { border-color: var(--line2); box-shadow: none; }
.talk .talk__form .talk__text {
  padding: 4px 4px 10px; min-height: 142px;
  border: 0; border-radius: 0; background: none;
  color: var(--ink); font: 14px/1.65 var(--sans); resize: vertical;
}
/* The containing writing surface supplies the visible focus boundary. */
.talk .talk__form .talk__text:focus-visible { outline: none; box-shadow: none; }
.talk .talk__row { margin-top: 4px; padding: 0; border: 0; gap: 10px; }
.talk .talk__chan { display: flex; align-items: center; gap: 3px; margin: 0; border: 0; min-width: 0; }
.talk .talk__chan button { padding: 7px 9px; min-height: 32px; border: 1px solid transparent; border-radius: 6px; color: var(--ink2); }
.talk .talk__chan button b { font: 12px/1.25 var(--sans); color: inherit; }
.talk .talk__chan button::after { content: none; }
.talk .talk__chan button[aria-pressed="true"] { color: var(--ink); border-color: var(--line); background: color-mix(in srgb, var(--ink) 4%, transparent); }
.talk .talk__chan button:hover { color: var(--ink); background: color-mix(in srgb, var(--ink) 6%, transparent); }
.talk .talk__form .send { flex: 0 0 40px; width: 40px; height: 40px; color: var(--ink); }
.talk .talk__form .send::before { inset: 5px; border-color: var(--line); background: color-mix(in srgb, var(--ink) 8%, var(--bg2)); box-shadow: none; }
.talk .talk__form .send:is(:hover,:focus-visible)::before { background: color-mix(in srgb, var(--ink) 16%, var(--bg2)); }
.talk .talk__states { display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 12px 4px 0; }
.talk .talk__states:not(:has(.talk__status:not(:empty):not([hidden]))) { display: none; }
.talk .talk__status { font: 10px/1.5 var(--mono); letter-spacing: 0; text-transform: none; gap: 6px; }
.talk .talk__status::before { width: 5px; height: 5px; box-shadow: none; }
.talk .talk__foot { font: 11px/1.6 var(--sans); margin: 14px 4px 0; }
.talk .talk-context { padding: 0 4px; margin: 0 0 20px; border: 0; border-radius: 0; background: none; }
.talk .talk-context__head { gap: 8px; margin-bottom: 6px; }
.talk .talk-context__head a { padding: 0; gap: 9px; background: none; }
.talk .talk-context__head img { width: 44px; height: 30px; border-radius: 3px; }
.talk .talk-context__head .ictl { width: 28px; height: 28px; }
.talk .talk-context__trace { gap: 6px; font-size: 10px; letter-spacing: .025em; }
.talk .talk-context__trace > i { display: none; }
.talk .talk-context label { font: 11px/1.5 var(--sans); letter-spacing: 0; text-transform: none; margin-bottom: 5px; }
.talk .talk-context__intro { font: 13px/1.6 var(--sans); min-height: 80px; padding: 0; }
.talk-context__edit > summary { display: flex; align-items: center; gap: 10px; width: fit-content; padding: 7px 0; list-style: none; font: 11px/1.6 var(--sans); color: var(--ink2); cursor: pointer; }
.talk-context__edit > summary::-webkit-details-marker { display: none; }
.talk-context__edit > summary i { font: 14px/1 var(--sans); transition: transform 240ms var(--ease-geo); }
.talk-context__edit[open] > summary i { transform: rotate(45deg); }
.talk-context__edit > summary:is(:hover,:focus-visible) { color: var(--ink); }
.talk-context__edit > summary:focus-visible { outline: 1px solid var(--line2); outline-offset: 3px; }
.talk-context__edit[open] { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.talk-context__edit[open] .talk-context__intro { margin-top: 10px; }
.talk .talk-context__local { font: 10px/1.5 var(--sans); letter-spacing: 0; text-transform: none; margin-top: 8px; }
.talk .talk-context__conflict { font: 12px/1.6 var(--sans); }
.talk .talk__composer .field-err { margin: 6px 4px; }
.ov--dock .talk .talk__text { max-height: min(240px, 32dvh); }
.ov--dock .talk .talk-context__intro { max-height: 180px; }
.ov--dock .talk__note { margin: 20px 2px 18px; }
.ov--dock .talk__foot { font-size: 10.5px; line-height: 1.6; }
html[data-motion="reduced"] .talk .send:is(:hover,:focus-visible) .send__arrow { transform: none; }

@media (min-width: 961px) {
 .talk { background: color-mix(in srgb, var(--bg1) 60%, var(--bg2)); box-shadow: 0 16px 48px #0002; }
 .talk.is-scrolled:not(.talk--inline) .talk__head { background: color-mix(in srgb, var(--bg1) 60%, var(--bg2)); box-shadow: 0 -20px 0 color-mix(in srgb, var(--bg1) 60%, var(--bg2)), 0 8px 0 color-mix(in srgb, var(--bg1) 60%, var(--bg2)); }
 .talk__composer { padding: 16px 0 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
 .talk__composer:focus-within { border-top-color: var(--ink2); }
 .talk .talk__form .talk__text { min-height: 124px; padding: 0 4px 12px; }
 .talk .talk__row { padding-top: 12px; border-top: 1px solid var(--line); }
 .talk .talk__note { min-height: 0; margin-bottom: 22px; }
 .talk .talk__foot { margin-top: 18px; }
 .svc__tiers { margin-top: 52px; padding-top: 38px; row-gap: 36px; }
 .svc__tier dl { margin-top: 22px; }
 .svc__tier dl > div { padding-block: 20px; gap: 24px; }
 .svc__tier dd { line-height: 1.65; }
 .svc__audience { margin-top: 8px; line-height: 1.8; max-width: 96ch; }
 #s-services .svc__next { margin-top: 28px; }
 #s-services .note { margin-top: 36px; max-width: 65ch; }
}

/* Desktop refinement: semantic accents stay small; text remains neutral.
   Approved hero, work-card, chapter and header motion is untouched. */
:is(.cidx,.step__n,.svc__n,.work__cap,.work-card__top,.works__filters,.menu-work__num,.tile,.stages,.product-status,.talk__status) { font-variant-numeric: tabular-nums; }
.badge--ok { color: var(--ok); }
.badge--ok i { width: 8px; height: 8px; border: 1.25px solid var(--ok); background: radial-gradient(circle,var(--ok) 0 1.5px,transparent 2px); }
.talk .talk__status { color: var(--ink2); font-size: 11px; gap: 7px; }
.talk .talk__status::before { box-sizing: border-box; width: 9px; height: 9px; border: 1.25px solid var(--warn); background: none; box-shadow: none; }
.talk .talk__status--draft::before { border-radius: 3px; }
.talk .talk__status.is-ok::before { border-color: var(--ok); background: radial-gradient(circle,var(--ok) 0 1.5px,transparent 2px); }
.talk .talk__status.is-err { color: var(--err); }
.talk .talk__status.is-err::before { border-color: var(--err); border-radius: 2px; transform: rotate(45deg); }
.talk .talk__chan button { transition: color 180ms ease,background-color 180ms ease,border-color 180ms ease; }
.talk .talk__chan button:focus-visible { outline: 1px solid var(--ink2); outline-offset: 2px; }
.talk .talk__note { margin-top: 18px; margin-bottom: 14px; }
.talk .talk__foot { color: var(--ink2); }
.field .input { background-color: color-mix(in srgb,var(--bg2) 76%,var(--bg0)); transition: border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease; }
.field .input:hover { border-color: var(--line2); }
.field .input:focus { border-color: var(--ink2); box-shadow: 0 0 0 2px var(--acc-soft); }
.field.is-invalid .input { border-color: var(--err-line); }
.works__filters button i { font-size: 10px; font-style: normal; opacity: 1; }
.menu-work__num { font-size: 9px; text-shadow: 0 1px 6px #000a; }
.menu-work__copy i { font-size: 9px; opacity: .85; }
html[data-motion="reduced"] .talk .send:is(:hover,:focus-visible) .send__arrow { opacity: 1; }
html[data-motion="reduced"] .talk .send__mark { display: none; }

@media (prefers-reduced-motion: reduce) {
  .talk .send:is(:hover,:focus-visible) .send__arrow { opacity: 1; transform: none; }
  .talk .send__mark { display: none; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; scroll-behavior: auto !important;
  }
  html.js-ok .he { opacity: 1; transform: none; filter: none; animation: none; }
  .rv, .rv--d, .rv.rv--copy { opacity: 1; transform: none; filter: none; }
  .step.is-open .step__body, .acc.is-open .acc__body { animation: none; }
  .rv-word { opacity: 1; filter: none; transition: none; }
  .dock__label, .cidx a b { transform: none !important; }
  .menu__ch span > i { transform: none !important; animation: none !important; }
  .hero__l1, .hero__l2 { animation: none; }
  .hero-type__base { opacity: 1 !important; animation: none !important; }
  .hero-type__glyph::before, .hero-type__glyph::after { display: none !important; animation: none !important; }
  .rtt[data-state="cue"] .rtt__ico svg { animation: none; }
  .intro { display: none !important; }
  .film__img { transform: none; }
  .film__track { animation: none !important; transform: none !important; }
  .film__marquee { overflow-x: auto; }
  .film__list[aria-hidden="true"] { display: none; }
  .hero__cta .btn--fill:is(:hover,:focus-visible) { transform: none; }
  .work-card:is(:hover,:focus-visible) .work-card__media img { transform: scale(1.025); }
  .process-brief, .process-screen, .process-states, .process-handover, .process-screen__media img, .process-story__detail { transform: none !important; }
}
.vl__motion { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 20px; background: none; color: var(--ink2); border: 0; padding: 10px 0; font-size: 11px; cursor: pointer; }
.vl__motion i { width: 22px; height: 12px; border: 1px solid var(--line2); border-radius: 8px; position: relative; }
.vl__motion i::after { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 50%; left: 2px; top: 2px; background: var(--ink2); }
.vl__motion[aria-pressed="true"] i::after { left: 12px; background: var(--ink); }
.vl__motion:disabled { cursor: default; }
html[data-motion="reduced"] *, html[data-motion="reduced"] *::before, html[data-motion="reduced"] *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0ms !important; scroll-behavior: auto !important; }
html[data-motion="reduced"].js-ok .he, html[data-motion="reduced"] .rv, html[data-motion="reduced"] .rv--d, html[data-motion="reduced"] .rv-word { opacity: 1; transform: none; filter: none; animation: none; }
html[data-motion="reduced"] .hero-type__base { opacity: 1 !important; animation: none !important; }
html[data-motion="reduced"] .hero-type__glyph::before, html[data-motion="reduced"] .hero-type__glyph::after { display: none !important; animation: none !important; }
html[data-motion="reduced"] .dock__label, html[data-motion="reduced"] .cidx a b { transform: none !important; }
html[data-motion="reduced"] .intro { display: none !important; }
html[data-motion="reduced"] .hero__cta .btn--fill:is(:hover,:focus-visible) { transform: none; }
html[data-motion="reduced"] .work-card:is(:hover,:focus-visible) .work-card__media img { transform: scale(1.025); }
html[data-motion="reduced"] .study-card:is(:hover,:focus-visible) { flex-grow: 1; }
html[data-motion="reduced"] .film__track { animation: none !important; transform: none !important; }
html[data-motion="reduced"] .film__marquee { overflow-x: auto; }
html[data-motion="reduced"] .film__list[aria-hidden="true"] { display: none; }
html[data-motion="reduced"] :is(.process-brief, .process-screen, .process-states, .process-handover, .process-screen__media img, .process-story__detail) { transform: none !important; }
html[data-motion="reduced"] .menu__ch[aria-current] span > i { animation: none; transform: none; }
html[data-motion="reduced"] .menu__ch span > i { transform: none !important; animation: none !important; }
html[data-motion="reduced"] :is(.step.is-open .step__body,.acc.is-open .acc__body) { animation: none; }

/* c73: one quiet navigation surface, shared by all three disciplines.
   Opening follows the director's Augen cadence without copying its visual;
   page switches are exclusive, so rapid hover can never stack text layers. */
#top-nav { position: relative; align-items: center; }
#top-nav > :is(a,.top__work) { position: relative; z-index: 1; }
.nav-active { position: absolute; left: 0; height: 32px; border-radius: 8px; background: var(--acc-soft); pointer-events: none; opacity: 0; transition: translate 340ms var(--ease-geo), width 340ms var(--ease-geo), opacity 180ms ease; }
.nav-active.is-on { opacity: 1; }
#top .nav-panel { --panel-surface: color-mix(in srgb, var(--bg1) 35%, var(--bg2)); --panel-line: color-mix(in srgb, var(--ink) 10%, transparent); --panel-divider: color-mix(in srgb, var(--ink) 6%, transparent); --nav-reveal-ease: cubic-bezier(.16,1,.3,1); --nav-close-ease: cubic-bezier(.7,0,.84,0); position: fixed; top: calc(var(--top-h) - 4px); padding: 0; border: 0; border-radius: 14px; background: none; box-shadow: 0 18px 55px #0002; opacity: 0; visibility: hidden; transform: translateY(-2px); transition: opacity 180ms ease 540ms, transform 760ms var(--nav-close-ease), visibility 0s 800ms; }
#top .nav-panel.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity 280ms ease 70ms, transform 960ms var(--nav-reveal-ease), visibility 0s; }
.nav-panel::before { content: ''; position: absolute; bottom: 100%; height: 40px; left: 0; right: 0; }
.nav-panel__stage { position: relative; overflow: hidden; border: 1px solid var(--panel-line); border-radius: 14px; background: var(--panel-surface); clip-path: inset(0 0 100% 0 round 14px); transition: height 560ms var(--nav-reveal-ease), clip-path 760ms var(--nav-close-ease); }
.nav-panel.is-open .nav-panel__stage { clip-path: inset(0 0 0 0 round 14px); transition-duration: 620ms, 960ms; transition-timing-function: var(--nav-reveal-ease); }
.nav-panel__page { position: absolute; top: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 22px; gap: 20px; }
.nav-panel__column { min-width: 0; }
.nav-panel__column + .nav-panel__column { border-left: 1px solid var(--panel-divider); padding-left: 20px; }
.nav-panel__column > p { font: 9px/1.6 var(--mono); letter-spacing: .07em; text-transform: uppercase; color: var(--ink3); margin: 0 0 12px; }
:is(.nav-panel,.menu-routes) a { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; padding: 8px 7px; margin-inline: -7px; border-radius: 7px; color: var(--ink2); text-decoration: none; transition: color 180ms ease, background 180ms ease; }
.nav-panel a { min-height: 36px; font-size: 13px; line-height: 1.5; }
:is(.nav-panel,.menu-routes) a b { font-weight: 400; }
.nav-panel a small { display: block; font-size: 11px; line-height: 1.55; color: var(--ink3); margin-top: 4px; }
:is(.nav-panel,.menu-routes) a i { font-style: normal; opacity: .45; flex-shrink: 0; transition: transform 240ms var(--ease-geo), opacity 180ms ease; }
:is(.nav-panel,.menu-routes) a:is(:hover,:focus-visible,[aria-current]) { color: var(--ink); background: var(--acc-soft); }
:is(.nav-panel,.menu-routes) a:is(:hover,:focus-visible) i { opacity: 1; transform: translate(1px,-1px); }
.nav-panel a:is(:hover,:focus-visible) i { transform: translateX(3px); }
.nav-panel a:is(:hover,:focus-visible,[aria-current]) { background: var(--panel-divider); }
:is(.nav-panel,.menu-routes) :is(a,summary):focus-visible { outline: 1px solid var(--ink2); outline-offset: 3px; }
.menu-routes > .eyebrow { margin-bottom: 14px; }
.menu-route-group { border-top: 1px solid var(--line); }
.menu-route-group:last-child { border-bottom: 1px solid var(--line); }
.menu-route-group > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 13px 0; color: var(--ink2); font-size: 13px; line-height: 1.5; }
.menu-route-group > summary::-webkit-details-marker { display: none; }
.menu-route-group > summary i { font: 17px/1 var(--sans); transition: transform 240ms var(--ease-geo); }
.menu-route-group[open] > summary { color: var(--ink); }
.menu-route-group[open] > summary i { transform: rotate(45deg); }
.menu-route-group > div { padding: 0 8px 20px; }
.menu-route-group section + section { margin-top: 14px; }
.menu-route-group h3 { font: 9px/1.6 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--ink3); margin: 8px 0; }
.menu-routes a { font-size: 12px; line-height: 1.5; }
@media (prefers-reduced-motion: reduce) {
  :is(.nav-active,.nav-panel,.nav-panel__stage,.menu-route-group > summary i) { transition: none !important; }
  :is(.nav-panel,.menu-routes) a i { transform: none !important; }
}
html[data-motion="reduced"] :is(.nav-active,.nav-panel,.nav-panel__stage,.menu-route-group > summary i) { transition: none !important; }
