@font-face {
  font-family: "Forum";
  src: url("assets/fonts/forum-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

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

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

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

:root {
  --forest-950: #020d07;
  --forest-900: #021109;
  --forest-850: #061c11;
  --forest-800: #0d281a;
  --forest-700: #153223;
  --leaf: #a8bf85;
  --leaf-strong: #b4d180;
  --paper: #f1f0e4;
  --paper-muted: #c7cbbd;
  --paper-subtle: #abb3a5;
  --paper-faint: #9ba697;
  --paper-note: #9aa493;
  --paper-limit: #aeb7aa;
  --line: rgba(168, 191, 133, 0.22);
  --danger: #f0a39b;
  --radius: 0px;
  --header-h: 76px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--forest-900);
  color: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--leaf); color: var(--forest-950); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--forest-950); }
::-webkit-scrollbar-thumb { background: var(--forest-700); border: 3px solid var(--forest-950); }
a { color: inherit; text-underline-offset: 0.28em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2, .format h3, .primary-study strong {
  font-family: "Forum", Georgia, serif;
  font-weight: 400;
}
h2 { font-size: clamp(3rem, 6.5vw, 6rem); line-height: 0.95; letter-spacing: -0.035em; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2.3rem); line-height: 1.08; }
p { max-width: 72ch; }
.shell { width: min(100% - 64px, 1376px); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 100;
  transform: translateY(-180%); background: var(--leaf); color: var(--forest-950);
  padding: 10px 14px; font-weight: 700;
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--leaf-strong); outline-offset: 4px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 30; height: var(--header-h);
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 32px;
  padding: 0 max(32px, calc((100vw - 1376px) / 2));
  border-bottom: 1px solid rgba(241, 240, 228, 0.09);
  background: rgba(2, 17, 9, 0.92);
  backdrop-filter: blur(16px);
  transition: background-color 180ms var(--ease-out), border-color 180ms var(--ease-out);
}
.brand { min-width: max-content; min-height: 44px; display: inline-flex; align-items: center; justify-self: start; gap: 10px; text-decoration: none; color: var(--paper); }
.brand__mark { width: 40px; height: 40px; color: var(--leaf); flex: none; }
.brand__text { display: grid; line-height: 1; }
.brand__text b { font-size: 0.78rem; letter-spacing: 0.13em; font-weight: 600; }
.brand__text small { margin-top: 5px; color: var(--paper-muted); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 40px); }
.desktop-nav a, .footer nav a { color: var(--paper-muted); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover, .footer nav a:hover { color: var(--leaf); }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--leaf); border-radius: var(--radius); padding: 0 24px;
  background: var(--leaf); color: var(--forest-950); font-weight: 700; line-height: 1;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color 140ms var(--ease-out), color 140ms var(--ease-out), transform 140ms var(--ease-out);
}
.button:hover { background: var(--leaf-strong); }
.button:active { transform: translateY(1px); }
.button:disabled { cursor: wait; opacity: 0.62; }
.button--small { min-height: 44px; padding-inline: 18px; font-size: 0.78rem; }
.menu-button, .menu-close {
  width: 80px; height: 44px; border: 1px solid var(--line); padding: 0 12px;
  background: transparent; color: var(--paper); font-size: 0.78rem; line-height: 1; cursor: pointer;
}
.menu-button { display: none; }

.hero { position: relative; min-height: 100dvh; overflow: hidden; display: grid; align-items: end; }
.hero__media, .hero__media img, .hero__scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center 46%; }
.hero__scrim { background: linear-gradient(90deg, rgba(2,13,7,0.94) 0%, rgba(2,13,7,0.62) 44%, rgba(2,13,7,0.08) 78%), linear-gradient(0deg, rgba(2,13,7,0.64), transparent 52%); }
.hero__content { position: relative; z-index: 1; padding-top: calc(var(--header-h) + 48px); padding-bottom: clamp(52px, 7vh, 88px); }
.hero__context { color: var(--leaf); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; line-height: 1.6; }
.hero h1 { max-width: 820px; margin-top: 24px; font-size: clamp(5.25rem, 10vw, 9.5rem); line-height: 0.76; letter-spacing: -0.04em; text-transform: uppercase; }
.hero__lead { max-width: 580px; margin-top: 28px; color: var(--paper-muted); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--paper); background: none; border: 0; padding: 8px 0; text-decoration: underline; text-decoration-color: var(--leaf); text-decoration-thickness: 1px; text-underline-offset: 0.45em; cursor: pointer; }
.text-link:hover { color: var(--leaf); }

.system { position: relative; overflow: clip; padding: clamp(96px, 11vw, 168px) 0; background: var(--forest-950); }
.system__intro { display: grid; grid-template-columns: 1.5fr 0.7fr; gap: 8vw; align-items: end; }
.system__intro h2 { max-width: 920px; }
.system__intro p, .section-heading p, .contact__header p { color: var(--paper-muted); font-size: 1.03rem; }
.system__stage { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.75fr); gap: clamp(32px, 5vw, 80px); margin-top: 88px; }
.system__visual {
  position: sticky; top: calc(var(--header-h) + 28px); align-self: start;
  width: calc(100% + (100vw - min(100vw - 64px, 1376px)) / 2);
  height: calc(100dvh - var(--header-h) - 56px); min-height: 540px;
  margin-left: calc((100vw - min(100vw - 64px, 1376px)) / -2);
  overflow: hidden; background: var(--forest-800);
}
.system__visual picture, .system__visual img { width: 100%; height: 100%; }
.system__visual picture { display: block; }
.system__visual img { object-fit: cover; object-position: center 47%; filter: brightness(0.88) saturate(0.92); }
.system__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,7,0.04) 56%, rgba(2,13,7,0.5) 100%), linear-gradient(180deg, rgba(2,13,7,0.04), rgba(2,13,7,0.52)); pointer-events: none; }
.annotation {
  position: absolute; z-index: 2; max-width: 210px; padding: 9px 12px;
  border: 1px solid rgba(241,240,228,0.52); background: rgba(2,13,7,0.8);
  color: var(--paper); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.03em;
  opacity: 0; transform: translateY(14px); transition: opacity 480ms var(--ease-out), transform 480ms var(--ease-out);
}
.annotation::after { content: ""; position: absolute; width: 58px; height: 1px; top: 50%; background: rgba(241,240,228,0.58); }
.annotation--one { top: 16%; left: 7%; }
.annotation--one::after { left: 100%; }
.annotation--two { top: 44%; right: 7%; }
.annotation--two::after { right: 100%; }
.annotation--three { bottom: 24%; left: 9%; }
.annotation--three::after { left: 100%; }
.annotation--four { bottom: 9%; right: 8%; }
.annotation--four::after { right: 100%; }
[data-active="1"] .annotation--one,
[data-active="2"] .annotation--one, [data-active="2"] .annotation--two,
[data-active="3"] .annotation--one, [data-active="3"] .annotation--two, [data-active="3"] .annotation--three,
[data-active="4"] .annotation { opacity: 1; transform: none; }
.system__steps { padding-bottom: 8vh; }
.system-step { min-height: 36vh; display: grid; align-content: center; border-top: 1px solid var(--line); opacity: 0.72; transition: opacity 320ms var(--ease-out); }
.system-step.is-active { opacity: 1; }
.system-step__index { color: var(--leaf); font-family: "Forum", Georgia, serif; font-size: 1.2rem; }
.system-step h3 { margin-top: 14px; font-family: "Manrope", Arial, sans-serif; font-size: clamp(1.45rem, 2vw, 2.1rem); }
.system-step p { margin-top: 14px; color: var(--paper-muted); }

.spaces, .formats, .research, .contact { padding: clamp(100px, 12vw, 176px) 0; }
.section-heading { display: grid; gap: 28px; }
.section-heading h2 { max-width: 1040px; }
.section-heading p { max-width: 620px; }
.section-heading--narrow { max-width: 1376px; }
.spaces { background: var(--forest-900); }
.spaces__grid { display: grid; grid-template-columns: 1.05fr 0.75fr 0.9fr; grid-template-rows: 380px 440px; gap: 16px; margin-top: 48px; }
.space { position: relative; min-height: 0; overflow: hidden; background: var(--forest-800); }
.space--office { grid-row: 1 / 3; }
.space--restaurant { grid-column: 2 / 4; }
.space picture, .space img { width: 100%; height: 100%; }
.space picture { display: block; }
.space img { object-fit: cover; filter: brightness(1.14) saturate(1.04); }
.space::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(2,13,7,0.84) 84%); pointer-events: none; }
.space figcaption { position: absolute; z-index: 2; inset: auto 28px 26px; display: grid; gap: 4px; }
.space strong { font-family: "Forum", Georgia, serif; font-size: clamp(1.65rem, 2.5vw, 2.6rem); font-weight: 400; line-height: 1; }
.space span { color: var(--paper-muted); font-size: 0.83rem; }

.chapter-media { position: absolute; inset: 0; z-index: -2; display: block; overflow: hidden; }
.chapter-media, .chapter-media img { width: 100%; height: 100%; }
.chapter-media img { object-fit: cover; }
.formats { position: relative; isolation: isolate; overflow: hidden; background: var(--forest-850); }
.formats::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, var(--forest-850) 0%, rgba(6,28,17,0.98) 24%, rgba(6,28,17,0.84) 42%, rgba(2,13,7,0.46) 72%, rgba(2,13,7,0.38) 100%), linear-gradient(180deg, rgba(2,13,7,0.14) 0%, rgba(2,13,7,0.38) 100%);
}
.formats__media {
  top: 0; right: 0; bottom: 0; left: auto; width: min(72vw, 1024px); height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.42) 20%, #000 48%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.42) 20%, #000 48%);
}
.formats__media img { object-position: center 46%; filter: brightness(1) saturate(0.98); }
.format-comparison { display: grid; grid-template-columns: 0.8fr 1fr 1.2fr; align-items: start; margin-top: 82px; border-top: 1px solid var(--line); }
.format { padding: 36px clamp(18px, 2.5vw, 42px) 12px 0; }
.format + .format { padding-left: clamp(18px, 2.5vw, 42px); border-left: 1px solid var(--line); }
.format h3 { color: var(--leaf); font-size: clamp(3rem, 5vw, 5rem); }
.format__promise { min-height: 86px; margin-top: 22px; font-size: 1.02rem; }
.format ul { min-height: 232px; margin: 24px 0 0; padding-left: 1.15em; color: var(--paper-muted); }
.format li + li { margin-top: 9px; }
.format__result { padding-top: 22px; border-top: 1px solid var(--line); color: var(--paper-muted); }
.format__result span { display: block; margin-bottom: 6px; color: var(--paper); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.formats__action { margin-top: 56px; }

.care { position: relative; isolation: isolate; overflow: hidden; background: var(--forest-900); }
.care::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(2,13,7,0.03) 0%, rgba(2,13,7,0.13) 36%, rgba(2,13,7,0.84) 63%, rgba(2,13,7,0.98) 100%);
}
.care__layout { display: block; min-height: 640px; }
.care__copy { width: min(49%, 650px); margin-left: auto; padding-block: clamp(24px, 5vw, 72px); }
.care__copy h2 { max-width: 600px; }
.care__lead { margin-top: 28px; color: var(--paper-muted); font-size: 1.08rem; }
.care__services { list-style: none; margin: 48px 0 0; padding: 0; }
.care__services li { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); }
.care__services span { font-weight: 600; }
.care__services small { color: var(--paper-muted); font-size: 0.8rem; }
.care__media { position: absolute; inset: 0; z-index: -2; display: block; overflow: hidden; }
.care__media, .care__media img { width: 100%; height: 100%; }
.care__media img { object-fit: cover; object-position: 20% center; filter: brightness(0.98) saturate(0.96); }

.research { background: var(--forest-950); }
.research__layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(64px, 10vw, 150px); }
.research__lead > p { max-width: 640px; margin-top: 28px; color: var(--paper-muted); }
.primary-study { margin-top: 70px; padding-top: 36px; border-top: 1px solid var(--line); }
.primary-study strong { display: block; color: var(--leaf); font-size: clamp(5rem, 9vw, 9rem); line-height: 0.75; }
.primary-study h3 { margin-top: 30px; }
.primary-study p { margin-top: 18px; color: var(--paper-muted); }
.primary-study .study-limit { color: var(--paper-limit); font-size: 0.84rem; }
.primary-study .text-link { margin-top: 24px; }
.secondary-studies { align-self: end; }
.secondary-studies article { padding: 30px 0 34px; border-top: 1px solid var(--line); }
.secondary-studies h3 { font-family: "Manrope", Arial, sans-serif; font-size: 1.2rem; }
.secondary-studies p { margin-top: 12px; color: var(--paper-muted); font-size: 0.9rem; }
.secondary-studies a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 10px; color: var(--leaf); font-size: 0.78rem; overflow-wrap: anywhere; }

.contact { background: var(--forest-850); }
.contact__header { display: grid; gap: 24px; }
.contact__layout { display: block; margin-top: 76px; }
.project-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 22px; }
.project-form > .form-summary, .project-form > .form-row, .project-form > .field--full, .project-form > .form-actions, .project-form > .form-success { grid-column: 1 / -1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: grid; gap: 9px; }
.field label { color: var(--paper); font-size: 0.82rem; font-weight: 600; }
.field label small { color: var(--paper-muted); font-weight: 400; }
.field input:not([type="checkbox"]), .field select, .field textarea {
  width: 100%; min-height: 52px; border: 1px solid rgba(241,240,228,0.28); border-radius: var(--radius);
  background: var(--forest-900); color: var(--paper); padding: 13px 15px;
}
.field input:not([type="checkbox"]), .field select { height: 52px; }
.field select {
  appearance: none; -webkit-appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23c7cbbd' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input::placeholder { color: var(--paper-faint); opacity: 1; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(168,191,133,0.64); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--danger); }
.field-error { min-height: 18px; color: var(--danger); font-size: 0.76rem; }
.consent { grid-template-columns: 22px 1fr; column-gap: 13px; align-items: start; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--leaf); }
.consent .field-error { grid-column: 2; }
.form-actions { display: flex; align-items: center; gap: 22px; }
.form-summary { border: 1px solid var(--danger); padding: 14px 16px; color: var(--paper); }
.form-success { position: absolute; inset: 0; z-index: 2; display: grid; align-content: center; justify-items: start; gap: 18px; background: var(--forest-850); }
.form-success[hidden] { display: none; }
.form-success h3 { color: var(--leaf); font-family: "Forum", Georgia, serif; font-size: clamp(2.8rem, 5vw, 5rem); }
.form-success p { max-width: 560px; color: var(--paper-muted); }

.footer { padding: 48px 0; border-top: 1px solid var(--line); background: var(--forest-950); }
.footer__layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 24px 40px; align-items: start; }
.brand--footer { align-self: start; }
.footer p { color: var(--paper-muted); font-size: 0.78rem; }
.footer nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 32px; }
.footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }

.mobile-menu { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; border: 0; padding: 0 24px 28px; background: var(--forest-950); color: var(--paper); }
.mobile-menu::backdrop { background: rgba(0,0,0,0.78); }
.mobile-menu[open] { display: grid; grid-template-rows: auto 1fr auto; }
.mobile-menu__top { min-height: var(--header-h); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.mobile-menu nav { display: grid; align-content: center; gap: 8px; }
.mobile-menu nav a { padding: 6px 0; font-family: "Forum", Georgia, serif; font-size: clamp(2.8rem, 12vw, 4.4rem); line-height: 1; text-decoration: none; }
.mobile-menu__foot { display: grid; gap: 16px; }
.mobile-menu__foot p { color: var(--paper-muted); font-size: 0.78rem; }

@media (min-width: 768px) {
  .system { padding-top: clamp(72px, 8.25vw, 126px); }
  .spaces, .formats, .research, .contact { padding-top: clamp(75px, 9vw, 132px); }
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-block; }
  .system__intro { grid-template-columns: 1fr; }
  .system__intro p { margin-top: 0; }
  .spaces__grid { grid-template-rows: 330px 390px; }
  .contact__layout { grid-template-columns: 0.8fr 1.2fr; gap: 54px; }
  .footer__layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  :root { --header-h: 68px; }
  .shell { width: min(100% - 32px, 720px); }
  .site-header { padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right)); gap: 12px; grid-template-columns: 1fr auto; }
  .mobile-menu { padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right)); }
  .brand__mark { width: 34px; height: 34px; }
  .brand__text small { display: none; }
  .desktop-cta { display: none; }
  .hero { min-height: 100dvh; align-items: end; }
  .hero__media img { object-position: center 52%; }
  .hero__scrim { background: linear-gradient(180deg, rgba(2,13,7,0.2) 6%, rgba(2,13,7,0.9) 69%, rgba(2,13,7,0.98) 100%); }
  .hero__content { padding-top: 104px; padding-bottom: max(28px, env(safe-area-inset-bottom)); }
  .hero__context { font-size: 0.75rem; }
  .hero h1 { margin-top: 14px; font-size: clamp(3.15rem, 14.8vw, 4.1rem); line-height: 0.8; }
  .hero__lead { max-width: 360px; margin-top: 18px; font-size: 0.9rem; line-height: 1.45; }
  .hero__actions { margin-top: 21px; gap: 16px; }
  .hero__actions .button { min-height: 48px; padding-inline: 18px; font-size: 0.85rem; }
  .hero__actions .text-link { font-size: 0.78rem; }
  h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .system, .spaces, .formats, .research, .contact { padding: 96px 0; }
  .system__intro { gap: 22px; }
  .system__stage { display: block; margin-top: 52px; }
  .system__visual { position: relative; top: auto; width: calc(100% + 32px); height: 62vh; min-height: 420px; margin-left: -16px; }
  .system__visual img { object-position: center 42%; }
  .annotation { display: none; }
  .system__steps { padding: 0; }
  .system-step { min-height: 0; padding: 30px 0; opacity: 1; }
  .system-step:first-child { border-top: 0; }
  .system-step h3 { margin-top: 8px; }
  .section-heading { gap: 22px; }
  .spaces__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; grid-template-rows: 330px 240px 330px; gap: 8px; margin-top: 48px; }
  .space--office { grid-row: 1 / 3; }
  .space--restaurant { grid-column: 2; grid-row: 1; }
  .space--commercial { grid-column: 2; grid-row: 2; }
  .space--private { grid-column: 1 / 3; grid-row: 3; }
  .space figcaption { inset: auto 14px 14px; }
  .space strong { font-size: 1.45rem; }
  .space span { font-size: 0.75rem; line-height: 1.35; }
  .format-comparison { display: block; margin-top: 52px; }
  .formats::after { height: 480px; background: linear-gradient(180deg, rgba(2,13,7,0.58) 0%, rgba(2,13,7,0.48) 40%, var(--forest-850) 100%); }
  .formats__media { width: 100%; height: 480px; -webkit-mask-image: none; mask-image: none; }
  .formats__media img { object-position: 64% center; filter: brightness(0.82) saturate(0.9); }
  .format { padding: 34px 0 40px; }
  .format + .format { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .format h3 { font-size: 3.7rem; }
  .format__promise, .format ul { min-height: 0; }
  .format ul { margin-bottom: 28px; }
  .formats__action { margin-top: 18px; }
  .care__layout, .research__layout, .contact__layout { grid-template-columns: 1fr; }
  .care::after { background: linear-gradient(180deg, rgba(2,13,7,0.68) 0%, rgba(2,13,7,0.78) 38%, rgba(2,13,7,0.96) 76%, var(--forest-900) 100%); }
  .care__layout { min-height: 0; padding-top: 0; }
  .care__copy { width: auto; margin-left: 0; padding: 0; }
  .care__services { margin-top: 34px; }
  .care__services li { grid-template-columns: 1fr; gap: 6px; }
  .care__media { height: 100%; max-height: none; }
  .care__media img { object-position: 44% center; filter: brightness(0.72) saturate(0.88); }
  .research__layout { gap: 72px; }
  .primary-study { margin-top: 48px; }
  .primary-study strong { font-size: 6rem; }
  .contact__layout { gap: 58px; margin-top: 54px; }
  .project-form { grid-template-columns: 1fr; margin-inline: 0; padding: 0; }
  .form-row { grid-template-columns: 1fr; gap: 24px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .form-success { position: relative; min-height: 420px; }
  .footer__layout { grid-template-columns: 1fr; gap: 30px; }
  .footer nav { gap: 8px 24px; }
}

@media (max-width: 359px) {
  .shell { width: min(100% - 24px, 336px); }
  .brand__text b { font-size: 0.72rem; }
  .hero h1 { font-size: 2.95rem; }
  .hero__lead { font-size: 0.84rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .spaces__grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .space--office, .space--restaurant, .space--commercial, .space--private { grid-column: 1; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-header, .button, .annotation, .system-step { transition: none; }
  .annotation { transform: none; }
  .system-step { opacity: 1; }
  .space img { transform: none !important; }
}

.no-js .menu-button { display: none; }
.no-js .desktop-nav { display: flex; }
.no-js-nav { display: none; }
@media (max-width: 767px) {
  .no-js .site-header { position: absolute; }
  .no-js .desktop-nav { display: none; }
  .no-js-nav {
    position: absolute; top: var(--header-h); right: 0; left: 0; z-index: 29;
    display: flex; gap: 2px; overflow-x: auto; padding-inline: 12px;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: var(--forest-950); scrollbar-width: none;
  }
  .no-js-nav::-webkit-scrollbar { display: none; }
  .no-js-nav a {
    display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 44px; padding-inline: 12px;
    color: var(--paper-muted); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em;
    text-decoration: none; text-transform: uppercase;
  }
}
