@font-face {
  font-family: Manrope;
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  font-weight: 200 800;
  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-weight: 200 800;
  font-display: swap;
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Plex Mono';
  src: url('assets/fonts/ibm-plex-mono-400-latin.woff2') format('woff2');
  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: 'Plex Mono';
  src: url('assets/fonts/ibm-plex-mono-400-cyrillic.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
:root {
  --paper: #efeee8;
  --ink: #20221f;
  --muted: #666962;
  --line: #cdcec4;
  --lime: #d3f568;
  --violet: #c0b5eb;
  --orange: #f06741;
  --blue: #2b43d8;
  --sans: Manrope, Arial, sans-serif;
  --mono: 'Plex Mono', monospace;
  --serif: Georgia, 'Times New Roman', serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, input, textarea, select { font: inherit; color: inherit; }
button { border: 0; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:disabled { cursor: wait; opacity: .6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p, figure { margin: 0; }
em { font-family: var(--serif); font-weight: 400; }
[hidden] { display: none!important; }
::selection { background: var(--violet); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.wrap { width: min(1376px, calc(100% - 96px)); margin-inline: auto; }
.mono { font: 10px/1.65 var(--mono); letter-spacing: .03em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--lime); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.header { min-height: 102px; display: flex; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.wordmark { font-size: 45px; font-weight: 800; line-height: 1; letter-spacing: -4px; flex: none; }
.wordmark span { display: inline-block; color: var(--blue); font-size: 56px; vertical-align: -6px; margin-left: 1px; }
.header-note { font-size: 8px; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; font-size: 12px; font-weight: 600; }
.desktop-nav a { padding: 14px 0; }
.desktop-nav a:hover { text-decoration: underline; text-underline-offset: 7px; }
.header-actions { display: flex; align-items: center; gap: 22px; margin-left: 18px; }
.quick-button { display: flex; align-items: center; gap: 16px; min-height: 42px; padding: 10px 16px; border: 1px solid var(--ink); background: transparent; border-radius: 30px; font-size: 8px; }
.quick-button:hover { background: var(--ink); color: var(--paper); }
.quick-button>span:last-child { font-size: 16px; }
.language-switch { display: flex; align-items: center; gap: 2px; font-size: 10px; color: var(--muted); }
.language-switch button { background: transparent; color: var(--muted); padding: 12px 5px; min-height: 44px; }
.language-switch button[aria-pressed=true] { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }

.hero { position: relative; min-height: 803px; padding-top: 24px; padding-bottom: 79px; isolation: isolate; }
.hero-kicker { display: flex; align-items: center; gap: 8px; font-size: 8px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex: none; }
.edition { margin-left: auto; }
.hero-copy { position: relative; width: 53%; margin-top: 54px; }
.hero h1 { font-size: clamp(100px, 10.5vw, 154px); font-weight: 800; letter-spacing: -.075em; line-height: .89; position: relative; }
.hero h1>span { display: block; width: fit-content; }
.hero h1 .hero-middle { margin-left: 80px; font-weight: 500; }
.hero h1 .play-word { display: inline-block; margin-top: 10px; margin-left: 30px; padding: 0 30px 18px 18px; font-family: var(--serif); font-weight: 400; font-style: italic; font-size: 1.38em; line-height: .8; letter-spacing: -.06em; background: var(--violet); transform: rotate(-5deg); }
.hero h1 .hero-asterisk { position: absolute; bottom: 14px; right: 3%; color: var(--blue); font-size: 110px; font-weight: 400; line-height: 1; animation: revolve 38s linear infinite; z-index: -1; }
.hero-description { margin-top: 37px; margin-left: 7px; font-size: 15px; line-height: 1.9; max-width: 350px; }
.hero-cta { display: inline-flex; align-items: center; gap: 16px; margin: 25px 0 0 7px; font-size: 12px; font-weight: 700; }
.circle-arrow { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--ink); border-radius: 50%; font-size: 23px; transition: color .2s, background .2s, transform .2s; }
.hero-cta:hover .circle-arrow { background: var(--ink); color: var(--paper); transform: translateY(3px); }
.hero-bottom { position: absolute; bottom: 23px; inset-inline: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 8px; color: var(--muted); }
.hero-bottom a { color: var(--ink); }
.desk { position: absolute; width: 49%; height: 604px; top: 100px; right: 0; background-image: radial-gradient(#8c938340 .8px, transparent .8px); background-size: 19px 19px; }
.desk-top { position: absolute; top: 0; right: 14px; display: flex; align-items: center; gap: 40px; font-size: 8px; color: var(--muted); }
.desk-top>span:last-child { font-size: 35px; line-height: 1; color: var(--ink); }
.desk-cross { position: absolute; color: #878d81; font-family: var(--mono); font-size: 20px; }
.cross-one { top: 45px; left: 11px; }
.cross-two { bottom: 87px; right: 5px; }
.desk-card { position: absolute; border: 1px solid #34372dc4; background: #fbfaf5; border-radius: 5px; overflow: hidden; box-shadow: 3px 5px 0 #20221f, 0 18px 26px #35392b10; transform: translate(var(--drag-x, 0px), var(--drag-y, 0px)) rotate(var(--rotation, 0deg)); transition: left .6s cubic-bezier(.2,.7,.15,1), top .6s cubic-bezier(.2,.7,.15,1), width .6s cubic-bezier(.2,.7,.15,1), transform .35s cubic-bezier(.2,.7,.15,1), box-shadow .2s; }
.desk-card:hover { box-shadow: 5px 8px 0 #20221f, 0 20px 35px #35392b25; }
.desk-card.is-dragging { transition: none; box-shadow: 7px 10px 0 #20221f, 0 25px 40px #35392b25; }
.drag-handle { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; padding: 10px 12px; min-height: 37px; border-bottom: 1px solid #34372d6b; background: transparent; cursor: grab; touch-action: none; font-size: 7px; user-select: none; }
.drag-handle:focus-visible { outline-offset: -4px; }
.is-dragging .drag-handle { cursor: grabbing; }
.window-dots { font-size: 6px; letter-spacing: 2px; }
.desk-product { width: 65%; left: 26%; top: 73px; --rotation: 7deg; z-index: 3; }
.desk-product .drag-handle { background: #ecebdf; }
.desk-link { display: block; }
.desk-link img { width: 100%; height: 195px; object-fit: cover; object-position: top; pointer-events: none; }
.desk-card-foot { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 13px 14px; font-size: 10px; }
.desk-card-foot>span:last-child { font-size: 20px; line-height: 1; }
.desk-karaoke { width: 47%; top: 246px; left: 5%; --rotation: -9deg; z-index: 4; background: #1e2025; color: #ffbd58; }
.desk-karaoke .drag-handle { border-color: #716147; font-size: 6px; }
.desk-karaoke .desk-link img { height: 182px; object-fit: cover; }
.desk-karaoke .desk-card-foot { font-size: 15px; font-weight: 800; letter-spacing: -.5px; }
.desk-note { width: 35%; bottom: 90px; left: 60%; --rotation: 8deg; z-index: 5; background: var(--lime); }
.desk-note .drag-handle { border-bottom: 0; }
.desk-note p { padding: 3px 17px 19px; font-size: clamp(24px, 2.5vw, 38px); font-weight: 600; line-height: .98; letter-spacing: -1px; }
.desk-note em { font-size: 1.23em; }
.note-scribble { position: absolute; right: 14px; bottom: 16px; font-size: 54px; transform: rotate(-20deg); }
.desk-stamp { position: absolute; top: 48px; left: 2%; width: 121px; height: 121px; border-radius: 50%; background: var(--blue); color: #f6f3ec; transform: rotate(-16deg); display: grid; place-content: center; text-align: center; font: 10px/1.1 var(--mono); letter-spacing: -.2px; }
.desk-stamp b { font-size: 29px; line-height: 1; font-weight: 400; }
.desk-tools { position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding-top: 20px; }
.desk-tools>.mono { margin-right: auto; max-width: 128px; font-size: 7px; }
.small-button { display: inline-flex; align-items: center; gap: 9px; background: transparent; border: 1px solid var(--ink); border-radius: 24px; padding: 10px 14px; min-height: 42px; font-size: 10px; }
.small-button>span:first-child { font-size: 19px; line-height: 1; }
.small-button:hover, .small-button[aria-pressed=true] { background: var(--ink); color: var(--paper); }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 25px; line-height: 1; }
.icon-button:hover { background: var(--violet); }
.desk.is-arranged .desk-card { top: 200px; width: 31%; --rotation: 0deg; }
.desk.is-arranged .desk-product { left: 0; }
.desk.is-arranged .desk-karaoke { left: 34%; }
.desk.is-arranged .desk-note { left: 68%; bottom: auto; }
.desk.is-arranged .desk-link img { height: 146px; }
.desk.is-arranged .desk-card-foot { min-height: 50px; font-size: 9px; }
.desk.is-arranged .window-dots { display: none; }
.desk.is-arranged .desk-note p { font-size: 30px; padding-bottom: 40px; }
.desk.is-arranged .drag-handle { font-size: 6px; gap: 4px; }
.ticker-frame { overflow: hidden; padding-block: 18px; margin-block: -18px; }
.ticker { background: var(--ink); color: var(--paper); overflow: hidden; padding: 22px 0; transform: rotate(-1.3deg); width: 100%; }
.ticker-track { display: flex; align-items: center; width: max-content; gap: 47px; animation: ticker 35s linear infinite; font-size: 26px; font-weight: 600; letter-spacing: -1px; }
.ticker i { font-size: 31px; color: var(--lime); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes revolve { to { transform: rotate(360deg); } }

.section { padding-block: 120px; }
.section-label { display: flex; gap: 22px; font-size: 9px; }
.section-label>span:first-child { color: var(--muted); }
.section-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; margin-top: 40px; }
.section-title-row h2, .approach h2 { font-size: clamp(55px,6.4vw,96px); line-height: .99; letter-spacing: -.07em; font-weight: 600; }
.section-title-row h2 em, .approach h2 em { letter-spacing: -.055em; font-size: 1.06em; }
.section-intro { font-size: 14px; line-height: 1.9; max-width: 290px; padding-bottom: 7px; color: var(--muted); }
.work-toolbar { margin: 46px 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.work-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.work-filters button { border: 1px solid var(--line); background: transparent; border-radius: 30px; padding: 12px 18px; min-height: 44px; font-size: 11px; display: flex; align-items: flex-start; gap: 10px; }
.work-filters button[aria-pressed=true] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.work-filters button:hover:not([aria-pressed=true]) { border-color: var(--ink); background: #e3e3d8; }
.work-filters sup { font: 7px var(--mono); margin-top: 1px; }
.work-caption { max-width: 135px; text-align: right; font-size: 7px; color: var(--muted); }
.nomdu-collection { background: var(--violet); padding: 30px 36px 0; border: 1px solid #8e83b077; position: relative; scroll-margin-top: 28px; }
.nomdu-heading { display: flex; justify-content: space-between; align-items: center; }
.nomdu-heading>.mono { font-size: 8px; }
.nomdu-symbol { font-size: 37px; font-weight: 800; letter-spacing: -3px; line-height: 1; }
.nomdu-gallery { display: grid; grid-template-columns: .8fr 1.65fr; gap: 46px; align-items: center; padding-block: 34px 45px; }
.nomdu-gallery-info h3 { font-size: clamp(42px,5vw,76px); font-weight: 600; line-height: .94; letter-spacing: -.07em; }
.nomdu-gallery-info h3 em { font-size: 1.18em; }
.nomdu-lead { margin-top: 22px; font-size: 15px; line-height: 1.6; font-weight: 600; letter-spacing: -.3px; }
.nomdu-detail { font-size: 11px; line-height: 1.9; margin-top: 13px; max-width: 275px; color: #484057; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid currentColor; padding-block: 10px; font-size: 11px; font-weight: 600; }
.nomdu-gallery-info .text-link { margin-top: 14px; }
.text-link:hover>span:last-child { transform: translate(3px,-3px); }
.text-link>span:last-child { transition: transform .2s; }
.nomdu-preview { position: relative; padding: 0; border: 1px solid var(--ink); border-radius: 6px; background: #fff; overflow: hidden; box-shadow: 8px 8px 0 #8174a8; transform: rotate(2deg); width: 100%; transition: transform .3s, box-shadow .3s; }
.nomdu-preview:hover { transform: rotate(0); box-shadow: 5px 5px 0 #8174a8; }
.preview-bar { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 7px; padding: 12px 14px; background: #f3f0f7; border-bottom: 1px solid #bcb6c7; }
#nomdu-image { width: 100%; aspect-ratio: 1.44; object-fit: contain; background: #f4f3f6; }
.preview-hint { position: absolute; bottom: 15px; right: 15px; padding: 8px 11px; background: var(--ink); color: var(--paper); font-size: 7px; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.nomdu-preview:hover .preview-hint, .nomdu-preview:focus-visible .preview-hint { opacity: 1; transform: none; }
.nomdu-thumbs { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid #84749b70; }
.nomdu-thumbs button { background: transparent; padding: 18px 10px; text-align: left; border-left: 1px solid #84749b50; display: flex; gap: 9px; align-items: center; font-size: 9px; transition: background .2s; }
.nomdu-thumbs button:first-child { border-left: 0; }
.nomdu-thumbs .mono { font-size: 7px; opacity: .6; }
.nomdu-thumbs button[aria-pressed=true] { background: #e5dcfa; box-shadow: inset 0 -3px var(--ink); }
.nomdu-thumbs button:hover { background: #d3c7f1; }
.nomdu-notes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 27px; padding-block: 27px 30px; border-top: 1px solid #84749b70; }
.nomdu-notes .mono { font-size: 7px; color: #514266; }
.nomdu-notes h4 { font-size: 15px; font-weight: 600; letter-spacing: -.3px; margin-top: 10px; }
.nomdu-notes p { color: #484057; font-size: 11px; line-height: 1.8; margin-top: 10px; }
.concept-divider { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 65px 0 30px; }
.concept-divider .mono { font-size: 8px; color: var(--muted); }
.concept-divider p { font-size: 15px; letter-spacing: -.3px; }
.concept-divider>span:last-child { font-size: 28px; }
.case-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px 58px; }
.case-card { display: block; min-width: 0; }
.case-card:nth-child(even) { padding-top: 110px; }
.case-preview { position: relative; padding: 34px; background: #dfE5d5; overflow: hidden; aspect-ratio: 1.25; display: flex; align-items: center; }
.case-index { position: absolute; top: 12px; left: 16px; z-index: 1; font-size: 7px; }
.case-preview img { width: 100%; height: auto; object-fit: contain; border: 1px solid #31342b55; box-shadow: 5px 7px 0 #1518121c; transform: rotate(-3deg); transition: transform .5s cubic-bezier(.2,.7,.15,1); }
.case-card:nth-child(even) .case-preview img { transform: rotate(3deg); }
.case-card:hover .case-preview img { transform: rotate(0deg) scale(1.04); }
.case-open { position: absolute; right: 17px; bottom: 17px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font-size: 25px; transition: color .2s, background .2s, transform .2s; }
.case-card:hover .case-open { background: var(--ink); color: var(--paper); transform: rotate(45deg); }
.case-sing-sing .case-preview { background: #ecb562; }
.case-shujo .case-preview { background: #d5e7df; }
.case-stoneware .case-preview { background: #e8bfae; }
.case-penstock .case-preview { background: #b7c78d; }
.case-dough-brew .case-preview { background: #eed291; }
.case-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 7px; color: var(--muted); margin-top: 20px; }
.case-title { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 13px; }
.case-title h3 { font-size: clamp(24px,3.2vw,45px); line-height: 1.1; font-weight: 500; letter-spacing: -.055em; }
.case-title>span { font-size: 31px; }
.case-card>p { font-size: 12px; line-height: 1.7; margin-top: 12px; color: var(--muted); }
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.case-tags span { border: 1px solid #cccdc1; border-radius: 14px; padding: 5px 10px; font-size: 8px; }
.static-grid { margin-top: 65px; }
.single-collection .static-grid { margin-top: 0; }
.work-disclosure { max-width: 690px; font-size: 10px; line-height: 1.9; color: var(--muted); margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); }

.lab { background: var(--ink); color: var(--paper); overflow: hidden; }
.lab-inner { padding-block: 85px 40px; }
.lab-heading { position: relative; }
.lab .section-label>span:first-child { color: #a1a99a; }
.lab-heading h2 { font-size: clamp(46px,5.8vw,85px); font-weight: 500; line-height: 1.05; letter-spacing: -.06em; margin-top: 30px; }
.lab-heading h2 em { color: var(--lime); }
.lab-star { position: absolute; right: 20px; top: 10px; color: var(--lime); font-size: 210px; line-height: 1; transform: rotate(-15deg); }
.lab-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; margin-top: 60px; }
.lab-grid>* { min-width: 0; }
.lab-tabs { border-top: 1px solid #565c50; }
.lab-tabs button { width: 100%; background: transparent; color: #9fa69a; border-bottom: 1px solid #565c50; display: flex; align-items: center; gap: 26px; text-align: left; padding: 29px 15px 29px 0; }
.lab-tabs button>span:nth-child(2) { font-size: clamp(25px,3.1vw,43px); font-weight: 500; letter-spacing: -.05em; }
.lab-tabs button b { margin-left: auto; font-size: 33px; font-weight: 400; }
.lab-tabs button[aria-selected=true] { color: var(--lime); }
.lab-tabs button[aria-selected=true] b { transform: rotate(45deg); }
.lab-tabs button:hover { color: var(--paper); }
.lab-tabs button:focus-visible, .lab-action:focus-visible { outline-color: var(--lime); }
.lab-screen { border: 1px solid #666e59; border-radius: 9px; background: #2a2d26; box-shadow: 10px 10px 0 #131510; }
.lab-screen-bar { border-bottom: 1px solid #666e59; display: flex; align-items: center; gap: 9px; font-size: 7px; padding: 13px 19px; color: #bac3ac; }
.lab-screen-bar .status-dot { background: var(--lime); }
.lab-screen-bar>span:last-child { margin-left: auto; }
.lab-panel { padding: 27px 30px 32px; min-height: 332px; }
.lab-panel h3 { font-size: clamp(24px,2.4vw,35px); letter-spacing: -.055em; font-weight: 500; margin-top: 22px; }
.lab-panel p { color: #b9c0af; font-size: 12px; line-height: 1.9; max-width: 470px; margin-top: 13px; }
.lab-action { display: inline-flex; justify-content: space-between; align-items: center; gap: 23px; font-size: 11px; border-bottom: 1px solid #84926a; color: var(--lime); background: transparent; padding: 12px 0 9px; margin-top: 15px; }
.agent-diagram { display: flex; align-items: center; justify-content: center; height: 80px; padding-inline: 23px; }
.agent-diagram>span:not(.diagram-line) { display: grid; place-items: center; width: 61px; height: 57px; border: 1px solid #86916f; border-radius: 9px; font-size: 26px; flex: none; }
.agent-diagram .agent-core { background: var(--lime); color: var(--ink); font-size: 51px; border-color: var(--lime); transform: rotate(-7deg); width: 76px; height: 76px; }
.diagram-line { width: 60px; height: 1px; background: #879572; position: relative; }
.diagram-line::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); position: absolute; top: -2.5px; left: 40%; }
.cms-diagram { display: flex; gap: 10px; height: 80px; align-items: center; }
.cms-diagram>span { border: 1px solid #748065; border-radius: 4px; padding: 10px; font: 7px var(--mono); width: 33.333%; height: 66px; display: flex; justify-content: space-between; flex-direction: column; }
.cms-diagram b { font-size: 24px; color: var(--lime); font-weight: 400; align-self: flex-end; }
.seo-diagram { display: flex; flex-direction: column; gap: 5px; justify-content: center; height: 80px; }
.seo-diagram>span { background: #394330; color: var(--lime); border-left: 2px solid var(--lime); padding: 5px 10px; font: 8px var(--mono); }
.seo-diagram>span:nth-child(2) { width: 87%; }
.seo-diagram>span:nth-child(3) { width: 73%; }
.toolkit { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; border-top: 1px solid #505747; padding-top: 30px; font-size: 9px; }
.toolkit>span:first-child { color: #a4ae97; font-size: 7px; }

.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.approach h2 { margin-top: 40px; font-size: clamp(48px,5vw,74px); }
.approach-copy>p:last-child { margin-top: 27px; font-size: 13px; line-height: 1.9; max-width: 350px; color: var(--muted); }
.process-list article { display: flex; gap: 24px; padding-block: 29px; border-top: 1px solid var(--line); }
.process-list article:last-child { border-bottom: 1px solid var(--line); }
.process-list article>.mono { padding-top: 7px; font-size: 8px; color: var(--muted); }
.process-list article>span:last-child { font-size: 24px; margin-left: auto; }
.process-list h3 { font-size: 22px; font-weight: 500; letter-spacing: -.045em; }
.process-list p { margin-top: 13px; font-size: 12px; line-height: 1.9; color: var(--muted); max-width: 365px; }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; border-block: 1px solid var(--line); padding-block: 45px; margin-bottom: 120px; }
.portrait { min-height: 510px; position: relative; display: grid; place-items: center; isolation: isolate; }
.portrait img { height: 485px; width: auto; object-fit: contain; position: relative; filter: drop-shadow(7px 12px 0 #20221f12); }
.portrait-orbit { position: absolute; inset: 15% 4% 8%; background: var(--violet); border-radius: 47% 53% 43% 57%; transform: rotate(-13deg); z-index: -1; }
.portrait-orbit::after { content: ''; position: absolute; inset: -12px 13px 12px -13px; border: 1px solid #9185b0; border-radius: inherit; }
.portrait-star { position: absolute; right: -2px; top: 45px; color: var(--blue); font-size: 84px; line-height: 1; transform: rotate(16deg); }
.portrait figcaption { position: absolute; bottom: 17px; left: 26px; display: flex; gap: 38px; align-items: center; padding: 11px 17px; background: var(--lime); border: 1px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; transform: rotate(-6deg); }
.portrait figcaption span { font-size: 25px; line-height: 1; }
.about-copy { min-width: 0; }
.about .mono { font-size: 8px; color: var(--muted); }
.about h2 { font-size: clamp(58px,6vw,87px); font-weight: 500; letter-spacing: -.065em; margin-top: 24px; line-height: 1.05; }
.about h2 em { font-size: 1.16em; }
.about p:not(.mono) { font-size: 15px; line-height: 1.85; color: var(--muted); max-width: 480px; margin-top: 24px; }
.about .about-role { font-size: 17px; color: var(--ink); font-weight: 600; margin-top: 20px; }
.about-role a { text-decoration: underline; text-underline-offset: 5px; }
.about-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.about .text-link { white-space: nowrap; }
.contact { background: var(--lime); padding-top: 34px; }
.contact-top { display: flex; justify-content: space-between; font-size: 8px; padding-bottom: 18px; border-bottom: 1px solid #708b3b55; }
.contact-top>span:last-child { font-size: 17px; line-height: 1; }
.contact-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; padding-block: 49px 70px; align-items: center; }
.contact h2 { font-size: clamp(110px,15vw,218px); font-weight: 600; line-height: .83; letter-spacing: -.075em; }
.contact h2 em { font-size: 1.12em; letter-spacing: -.07em; }
.contact-copy { position: relative; padding-left: 30px; padding-top: 35px; }
.contact-spark { font-size: 86px; line-height: 1; display: block; color: var(--ink); width: fit-content; transform: rotate(8deg); }
.contact-copy p { font-size: clamp(18px,2.2vw,30px); letter-spacing: -.045em; line-height: 1.4; margin-top: 25px; }
.contact-button { display: inline-flex; align-items: center; gap: 55px; background: var(--ink); color: var(--lime); border-radius: 60px; padding: 21px 26px; margin-top: 29px; font-size: 12px; }
.contact-button>span:last-child { font-size: 23px; line-height: 1; }
.contact-button:hover { background: var(--blue); color: #fff; }
.contact-manager { display: block; font-size: 10px; margin-top: 18px; padding: 8px 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; }
.footer { display: flex; align-items: center; gap: 24px; padding: 23px 0 31px; border-top: 1px solid #708b3b70; }
.footer .wordmark { font-size: 31px; letter-spacing: -2px; }
.footer .wordmark span { font-size: 38px; vertical-align: -4px; }
.footer p { font-size: 7px; }
.motion-button { margin-left: auto; display: flex; align-items: center; gap: 8px; background: transparent; padding: 12px 6px; font-size: 8px; min-height: 42px; }
.motion-button>span:first-child { font-size: 15px; }
.back-top { font-size: 8px; margin-left: 15px; }

dialog { color: var(--ink); }
dialog::backdrop { background: #16181599; backdrop-filter: blur(8px); }
.sheet { padding: 0; background: var(--paper); border: 1px solid var(--ink); border-radius: 6px; max-width: calc(100% - 32px); max-height: calc(100dvh - 40px); box-shadow: 12px 12px 0 #171c1133; overflow: auto; }
.sheet-head { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; background: var(--paper); padding: 10px 17px 10px 27px; border-bottom: 1px solid var(--line); font-size: 8px; }
.close-button { display: grid; place-items: center; width: 40px; height: 40px; background: transparent; font-size: 28px; }
.close-button:hover { background: var(--violet); border-radius: 50%; }
.quick-view { width: 640px; }
.quick-body { padding: 35px 42px 42px; }
.quick-body h2 { font-size: 69px; letter-spacing: -.06em; font-weight: 600; line-height: .96; }
.quick-lead { margin-top: 25px; font-size: 15px; line-height: 1.8; }
.quick-facts { margin: 28px 0; }
.quick-facts>div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; border-top: 1px solid var(--line); padding: 17px 0; }
.quick-facts dt { font-size: 10px; font-weight: 600; }
.quick-facts dd { margin: 0; font-size: 11px; line-height: 1.85; color: var(--muted); }
.quick-links { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid var(--ink); padding: 16px 22px; background: var(--ink); color: var(--paper); border-radius: 30px; font-size: 11px; }
.button:hover { color: var(--ink); background: var(--lime); }
.case-reader { width: 1160px; }
.case-reader-body { display: grid; grid-template-columns: 1fr 1fr; }
.case-reader-image { background: #dedfd5; padding: 35px; display: grid; align-content: start; padding-top: 50px; }
.case-reader-image img { border: 1px solid #9a9d8d; box-shadow: 6px 7px 0 #adb29c; width: 100%; }
.case-reader-copy { padding: 32px 35px 38px; }
.case-reader-copy>.mono { font-size: 8px; }
.case-reader h2 { font-size: 46px; letter-spacing: -.065em; font-weight: 500; margin-top: 15px; line-height: 1.1; }
.reader-lead { font-size: 15px; line-height: 1.6; margin-top: 15px; }
.case-story { margin: 25px 0 0; }
.case-story>div { border-top: 1px solid var(--line); padding: 17px 0; }
.case-story dt { font: 8px/1.5 var(--mono); }
.case-story dd { font-size: 11px; line-height: 1.9; margin: 9px 0 0; color: var(--muted); }
.reader-disclosure { font-size: 9px; line-height: 1.8; color: var(--muted); margin: 5px 0 24px; }
.case-reader-nav { border-top: 1px solid var(--line); padding: 12px 26px; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.case-reader-nav button { display: flex; gap: 15px; align-items: center; background: transparent; font-size: 10px; padding: 12px 0; min-height: 44px; }
.case-reader-nav button>span:first-child:not(:last-child) { line-height: 1.6; }
.nomdu-viewer { width: min(1300px,calc(100% - 36px)); max-height: calc(100dvh - 36px); border: 1px solid #666; background: #20211f; color: var(--paper); padding: 16px; border-radius: 7px; overflow: auto; }
.nomdu-viewer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.nomdu-viewer-head h2 { font-size: 17px; letter-spacing: -.5px; font-weight: 500; }
.nomdu-viewer button { display: grid; place-items: center; border: 1px solid #64665e; color: inherit; background: transparent; width: 44px; height: 44px; font-size: 23px; border-radius: 50%; }
.nomdu-viewer button:hover { background: #45493d; }
#nomdu-full-image { max-width: 100%; width: auto; max-height: calc(100dvh - 190px); object-fit: contain; margin: auto; }
.nomdu-viewer-controls { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 15px; }
#nomdu-caption { font: 10px var(--mono); min-width: 140px; text-align: center; }

.chat-launcher { position: fixed; right: 23px; bottom: 21px; z-index: 20; display: flex; align-items: center; gap: 13px; border: 1px solid var(--ink); border-radius: 50px; padding: 11px 18px 11px 12px; background: var(--paper); box-shadow: 3px 3px 0 var(--ink); font-size: 10px; transition: transform .2s; }
.chat-launcher:hover { transform: translateY(-3px); }
.chat-launcher-mark { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--blue); color: white; font-size: 23px; line-height: 1; }
.manager-chat { position: fixed; inset: auto 23px 22px auto; margin: 0; padding: 0; width: 430px; height: min(690px,calc(100dvh - 44px)); max-height: calc(100dvh - 44px); max-width: calc(100% - 30px); overflow: hidden; border: 1px solid var(--ink); background: var(--paper); border-radius: 10px; box-shadow: 7px 7px 0 #1419103a; }
.manager-chat[open] { display: grid; grid-template-rows: auto auto minmax(0,1fr) auto auto auto; }
.chat-header { display: flex; align-items: center; gap: 13px; padding: 15px 19px; background: var(--ink); color: var(--paper); }
.chat-avatar { display: grid; place-items: center; flex-shrink: 0; width: 39px; height: 39px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 32px; }
.chat-header h2 { font-size: 16px; font-weight: 500; }
.chat-header .mono { font-size: 7px; margin-top: 4px; color: #c2c9b9; }
.chat-close { margin-left: auto; width: 40px; height: 40px; background: transparent; color: inherit; font-size: 28px; flex-shrink: 0; }
.chat-close:focus-visible { outline-color: var(--lime); }
.chat-scope { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); padding: 12px 18px; font-size: 8px; line-height: 1.6; color: var(--muted); }
.chat-log { overflow-y: auto; overscroll-behavior: contain; padding: 19px 18px 10px; }
.chat-message { width: fit-content; max-width: 100%; font-size: 12px; line-height: 1.8; padding: 13px 15px; margin-bottom: 14px; overflow-wrap: anywhere; white-space: pre-wrap; border-radius: 8px; }
.chat-message-manager { background: #e1e2d7; margin-right: 20px; border-bottom-left-radius: 0; }
.chat-message-user { background: var(--ink); color: var(--paper); margin-left: auto; max-width: calc(100% - 25px); border-bottom-right-radius: 0; }
.chat-message-notice, .chat-message-pending { border-left: 2px solid var(--blue); padding: 5px 0 5px 12px; color: var(--muted); font-size: 11px; border-radius: 0; }
.chat-links { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 12px; }
.chat-links a { font-size: 10px; font-weight: 600; border-bottom: 1px solid #777e65; padding: 5px 0; white-space: normal; }
.chat-suggestions { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 18px 15px; }
.chat-suggestions button { border: 1px solid #bcc1ad; background: transparent; border-radius: 20px; padding: 10px 12px; font-size: 9px; min-height: 40px; }
.chat-suggestions button:hover { background: var(--lime); }
.chat-form { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); background: #f9f9f2; padding: 12px 15px; }
.chat-form textarea { flex: 1; min-width: 0; min-height: 50px; max-height: 110px; border: 0; background: transparent; resize: none; font-size: 12px; margin: 0; padding: 6px 0; line-height: 1.6; }
.chat-form textarea:focus-visible { outline-offset: 2px; }
.chat-send { width: 44px; height: 44px; background: var(--lime); border: 1px solid #acb980; border-radius: 50%; font-size: 26px; flex-shrink: 0; }
#chat-stop { font-size: 13px; }
.chat-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 17px; border-top: 1px solid var(--line); }
.chat-footer p { max-width: 265px; font-size: 8px; line-height: 1.7; color: var(--muted); }
.chat-footer button { flex-shrink: 0; padding: 10px 0; text-decoration: underline; text-underline-offset: 3px; background: transparent; font-size: 9px; }

body[data-motion=paused] *, body[data-motion=paused] *::before, body[data-motion=paused] *::after { animation-play-state: paused!important; }
.page-hidden *, .page-hidden *::before, .page-hidden *::after { animation-play-state: paused!important; }
body[data-motion=paused] .desk-card { transition: none; }
html[lang=ru] .hero h1 { font-size: clamp(88px,8.9vw,134px); }
html[lang=ru] .hero h1 .hero-middle { margin-left: 33px; }
html[lang=ru] .hero h1 .play-word { font-size: 1.23em; padding-bottom: 23px; margin-left: 15px; }
html[lang=ru] .hero h1 .hero-asterisk { left: auto; right: 15px; bottom: -10px; font-size: 102px; }
html[lang=ru] .hero-copy { margin-top: 73px; }
html[lang=ru] .hero-description { margin-top: 52px; }
html[lang=ru] .desk-note p { font-size: clamp(24px,2.2vw,32px); }
html[lang=ru] .lab-heading h2 { font-size: clamp(46px,5vw,74px); }
html[lang=ru] .contact h2 { font-size: clamp(90px,12vw,173px); }
html[lang=ru] .section-title-row h2 { font-size: clamp(55px,5.5vw,83px); }

@media (min-width: 1650px) { .hero { min-height: 865px; } .desk { top: 125px; } .hero-copy { margin-top: 75px; } }
@media (max-width: 1190px) {
  .wrap { width: calc(100% - 64px); }
  .header { gap: 21px; }
  .header-note { font-size: 7px; }
  .desktop-nav { gap: 19px; font-size: 11px; }
  .header-actions { gap: 14px; margin-left: 0; }
  .quick-button { font-size: 7px; padding-inline: 12px; gap: 9px; }
  .hero { min-height: 760px; }
  .hero-copy { margin-top: 65px; }
  .hero h1 { font-size: 10.8vw; }
  .hero h1 .hero-middle { margin-left: 48px; }
  .hero h1 .hero-asterisk { left: auto; right: 6px; font-size: 90px; }
  .desk { top: 95px; height: 547px; }
  .desk-product { left: 21%; width: 72%; top: 82px; }
  .desk-link img { height: 165px; }
  .desk-karaoke { top: 233px; left: 3%; width: 52%; }
  .desk-karaoke .desk-link img { height: 143px; }
  .desk-note { width: 36%; left: 60%; }
  .desk-stamp { width: 103px; height: 103px; top: 25px; font-size: 9px; left: 0; }
  .desk-note p { font-size: 29px; }
  .desk-note .drag-handle { font-size: 6px; padding-inline: 8px; }
  .note-scribble { font-size: 39px; right: 8px; bottom: 10px; }
  .nomdu-gallery { gap: 26px; }
  .nomdu-collection { padding-inline: 27px; }
  .nomdu-thumbs button { font-size: 8px; gap: 6px; padding-inline: 7px; }
  .case-grid { gap: 55px 39px; }
  .case-preview { padding: 27px; }
  .case-meta { font-size: 6px; }
  .lab-grid { gap: 45px; }
  .lab-star { font-size: 170px; }
  .approach { gap: 50px; }
  .about { gap: 45px; }
  .portrait { min-height: 470px; }
  .portrait img { height: 440px; }
}
@media (max-width: 960px) {
  .header-note { display: none; }
  .header { min-height: 85px; }
  .hero { min-height: 721px; }
  .hero-copy { margin-top: 74px; }
  .hero-description { font-size: 13px; max-width: 290px; }
  .hero h1 { font-size: 11.1vw; }
  .hero h1 .hero-asterisk { font-size: 68px; right: 1px; }
  .desk { top: 105px; height: 486px; }
  .desk-top { font-size: 6px; gap: 13px; }
  .desk-stamp { width: 90px; height: 90px; font-size: 8px; }
  .desk-product { top: 77px; }
  .drag-handle { font-size: 6px; gap: 4px; }
  .window-dots { display: none; }
  .desk-link img { height: 131px; }
  .desk-card-foot { font-size: 8px; padding: 10px; }
  .desk-karaoke { top: 211px; }
  .desk-karaoke .drag-handle { font-size: 5px; }
  .desk-karaoke .desk-link img { height: 125px; }
  .desk-karaoke .desk-card-foot { font-size: 12px; }
  .desk-note p { font-size: 22px; padding-inline: 12px; }
  .desk.is-arranged .desk-note p { font-size: 21px; padding-inline: 10px; }
  .desk-tools>.mono { max-width: 80px; font-size: 6px; }
  .small-button { padding-inline: 10px; font-size: 8px; gap: 6px; }
  .section { padding-block: 85px; }
  .section-title-row { gap: 40px; }
  .section-intro { font-size: 12px; max-width: 240px; }
  .nomdu-gallery { grid-template-columns: .8fr 1.2fr; gap: 20px; }
  .nomdu-lead { font-size: 13px; }
  .nomdu-detail { font-size: 10px; }
  .nomdu-thumbs { grid-template-columns: repeat(3,1fr); }
  .nomdu-thumbs button:nth-child(4) { border-left: 0; }
  .nomdu-thumbs button:nth-child(n+4) { border-top: 1px solid #84749b50; }
  .case-grid { gap: 47px 28px; }
  .case-card:nth-child(even) { padding-top: 75px; }
  .case-meta { flex-direction: column; gap: 4px; font-size: 7px; }
  .case-preview { aspect-ratio: 1.1; padding: 19px; }
  .lab-grid { gap: 28px; grid-template-columns: .8fr 1.2fr; }
  .lab-panel { padding: 23px; min-height: 357px; }
  .lab-panel p { font-size: 11px; }
  .lab-star { font-size: 130px; top: 40px; right: 0; }
  .lab-tabs button { gap: 16px; }
  .lab-tabs button>span:nth-child(2) { font-size: 28px; }
  .toolkit { gap: 17px; font-size: 8px; }
  .process-list article { gap: 15px; }
  .process-list h3 { font-size: 20px; }
  .process-list p { font-size: 11px; }
  .about { grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 85px; }
  .portrait { min-height: 420px; }
  .portrait img { height: 385px; }
  .portrait-star { font-size: 62px; right: -5px; }
  .portrait figcaption { left: 10px; bottom: 28px; gap: 20px; }
  .about h2 { font-size: 57px; }
  .about p:not(.mono) { font-size: 13px; }
  .contact-body { gap: 30px; }
  .contact-copy { padding-left: 0; }
  .contact-button { gap: 24px; font-size: 10px; padding: 19px; }
  .contact-manager { font-size: 9px; }
  .footer { gap: 17px; flex-wrap: wrap; padding-bottom: 85px; }
  .footer p { font-size: 6px; }
  .back-top { margin-left: 0; font-size: 7px; }
  .case-reader-body { grid-template-columns: .85fr 1.15fr; }
  .case-reader-image { padding: 24px; padding-top: 36px; }
  .case-reader-copy { padding: 27px; }
  .case-reader h2 { font-size: 37px; }
  html[lang=ru] .hero h1 { font-size: 9.2vw; }
  html[lang=ru] .hero h1 .hero-middle { margin-left: 18px; }
  html[lang=ru] .hero h1 .hero-asterisk { font-size: 70px; right: -3px; }
  html[lang=ru] .hero-description { margin-top: 40px; }
  html[lang=ru] .desk-note p { font-size: 21px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 38px); }
  .header { min-height: 80px; gap: 12px; }
  .wordmark { font-size: 37px; letter-spacing: -3px; }
  .wordmark span { font-size: 46px; }
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; gap: 13px; }
  .quick-button { font-size: 7px; padding: 8px 11px; min-height: 37px; }
  .language-switch { font-size: 9px; }
  .language-switch button { padding-inline: 3px; }
  .hero { min-height: 0; display: flex; flex-direction: column; padding-top: 20px; padding-bottom: 28px; }
  .hero-kicker { order: 0; font-size: 6px; }
  .edition { display: none; }
  .hero-copy { display: contents; }
  .hero h1 { order: 1; margin-top: 33px; font-size: clamp(93px,17.5vw,119px); line-height: .87; letter-spacing: -.08em; align-self: center; width: 100%; }
  .hero h1 .hero-middle { margin-left: 60px; }
  .hero h1 .play-word { margin-left: 22px; margin-top: 8px; padding-inline: 20px 30px; padding-bottom: 16px; font-size: 1.34em; }
  .hero h1 .hero-asterisk { right: 12%; bottom: 0; font-size: 77px; }
  .hero h1 .hero-asterisk { display: none; }
  .desk { order: 2; position: relative; width: 100%; height: 461px; inset: auto; margin-top: 35px; }
  .desk-top { top: 2px; font-size: 7px; right: 0; }
  .desk-product { top: 70px; width: 68%; left: 23%; }
  .desk-link img { height: 148px; }
  .desk-karaoke { top: 204px; width: 48%; left: 5%; }
  .desk-karaoke .desk-link img { height: 112px; }
  .desk-card-foot { font-size: 8px; }
  .desk-stamp { width: 93px; height: 93px; top: 19px; left: 1%; font-size: 8px; }
  .desk-note { width: 36%; left: 60%; }
  .desk-note p { font-size: clamp(20px,5.8vw,27px); padding-inline: 11px; }
  .desk-note .drag-handle { min-height: 33px; padding-block: 8px; }
  .desk.is-arranged .desk-note p { font-size: clamp(14px,3.7vw,24px); padding: 3px 8px 28px; letter-spacing: -.4px; }
  .desk.is-arranged .note-scribble { font-size: 27px; right: 8px; bottom: 8px; }
  .desk-tools>.mono { font-size: 6px; max-width: 113px; }
  .small-button { font-size: 9px; padding-inline: 12px; }
  .hero-description { order: 3; margin: 30px 0 0; max-width: 350px; font-size: 14px; }
  .hero-cta { order: 4; margin: 22px 0 0; align-self: flex-start; }
  .hero-bottom { order: 5; position: static; margin-top: 31px; padding-top: 19px; font-size: 6px; }
  .hero-bottom>span { max-width: 180px; }
  .hero-bottom>a { flex-shrink: 0; font-size: 6px; }
  .ticker { padding-block: 17px; }
  .ticker-track { font-size: 22px; gap: 28px; }
  .ticker i { font-size: 26px; }
  .section { padding-block: 65px; }
  .section-label { gap: 14px; font-size: 7px; }
  .section-title-row { display: block; margin-top: 28px; }
  .section-title-row h2 { font-size: 60px; }
  .section-intro { font-size: 12px; max-width: 325px; margin-top: 23px; }
  .work-toolbar { margin-top: 25px; margin-bottom: 24px; }
  .work-caption { display: none; }
  .work-filters { gap: 5px; }
  .work-filters button { font-size: 9px; padding: 11px 12px; gap: 7px; }
  .work-filters sup { font-size: 6px; }
  .nomdu-collection { padding: 21px 20px 0; }
  .nomdu-heading>.mono { font-size: 6px; }
  .nomdu-symbol { font-size: 29px; }
  .nomdu-gallery { grid-template-columns: 1fr; padding-top: 15px; padding-bottom: 26px; gap: 25px; }
  .nomdu-gallery-info h3 { font-size: 67px; }
  .nomdu-lead { margin-top: 18px; font-size: 16px; }
  .nomdu-detail { font-size: 11px; max-width: 380px; margin-top: 12px; }
  .nomdu-gallery-info .text-link { margin-top: 8px; font-size: 10px; }
  .nomdu-preview { box-shadow: 4px 5px 0 #8174a8; }
  .preview-bar { padding: 9px 10px; font-size: 6px; }
  .nomdu-thumbs button { padding: 15px 6px; gap: 5px; font-size: 8px; min-height: 50px; }
  .nomdu-thumbs .mono { font-size: 6px; }
  .nomdu-notes { grid-template-columns: 1fr; gap: 20px; }
  .nomdu-notes article { padding-left: 29px; position: relative; }
  .nomdu-notes .mono { position: absolute; left: 0; top: 2px; }
  .nomdu-notes h4 { margin-top: 0; }
  .nomdu-notes p { margin-top: 7px; }
  .concept-divider { flex-wrap: wrap; gap: 13px; padding-top: 42px; }
  .concept-divider p { font-size: 13px; flex: 1; min-width: 190px; }
  .concept-divider .mono { width: 100%; font-size: 7px; }
  .case-grid { grid-template-columns: 1fr; gap: 36px; }
  .case-card:nth-child(even) { padding-top: 0; }
  .case-preview { aspect-ratio: 1.3; padding: 29px; }
  .case-meta { flex-direction: row; font-size: 6px; margin-top: 18px; }
  .case-title h3 { font-size: 34px; }
  .case-title { margin-top: 12px; }
  .case-title>span { font-size: 25px; }
  .case-card>p { font-size: 11px; margin-top: 8px; }
  .case-tags { margin-top: 12px; }
  .case-tags span { font-size: 8px; }
  .static-grid { margin-top: 36px; }
  .work-disclosure { margin-top: 35px; font-size: 9px; }
  .lab-inner { padding-top: 55px; padding-bottom: 28px; }
  .lab-heading h2 { font-size: 44px; margin-top: 28px; }
  .lab-star { font-size: 74px; top: -2px; right: 2px; opacity: .8; }
  .lab-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 32px; }
  .lab-tabs { display: flex; }
  .lab-tabs button { justify-content: space-between; gap: 7px; padding: 17px 8px; border-right: 1px solid #565c50; flex: 1; width: auto; }
  .lab-tabs button:first-child { padding-left: 0; }
  .lab-tabs button:last-child { border-right: 0; }
  .lab-tabs button>span:nth-child(2) { font-size: 17px; }
  .lab-tabs button .mono { display: none; }
  .lab-tabs button b { display: none; }
  .lab-panel { padding: 24px; min-height: 335px; }
  .agent-diagram { padding-inline: 4px; }
  .agent-diagram>span:not(.diagram-line) { width: 48px; height: 48px; }
  .agent-diagram>span.agent-core { width: 60px; height: 60px; }
  .lab-panel h3 { font-size: 27px; }
  .lab-screen { box-shadow: 5px 5px 0 #131510; }
  .toolkit { gap: 16px; flex-wrap: wrap; justify-content: flex-start; margin-top: 30px; padding-top: 22px; font-size: 9px; }
  .toolkit>span:first-child { width: 100%; }
  .approach { grid-template-columns: 1fr; gap: 33px; }
  .approach h2 { font-size: 61px; margin-top: 28px; }
  .approach-copy>p:last-child { margin-top: 21px; font-size: 12px; }
  .process-list article { padding-block: 24px; }
  .process-list h3 { font-size: 22px; }
  .process-list p { font-size: 11px; }
  .about { grid-template-columns: 1fr; gap: 27px; margin-bottom: 65px; padding-block: 30px 40px; }
  .portrait { min-height: 410px; max-width: 410px; width: 100%; margin-inline: auto; }
  .portrait img { height: 390px; }
  .portrait figcaption { bottom: 20px; left: 15px; }
  .portrait-star { right: 15px; }
  .portrait-orbit { inset-inline: 8%; }
  .about .mono { font-size: 7px; }
  .about h2 { font-size: clamp(42px,13.6vw,65px); margin-top: 18px; }
  .about p:not(.mono) { font-size: 13px; margin-top: 18px; }
  .about .about-role { font-size: 15px; }
  .about-links { margin-top: 25px; gap: 17px; }
  .about-links .button { padding-inline: 18px; font-size: 10px; }
  .about .text-link { font-size: 10px; }
  .contact { padding-top: 25px; }
  .contact-top { font-size: 6px; }
  .contact-top>span:last-child { font-size: 13px; }
  .contact-body { grid-template-columns: 1fr; gap: 30px; padding-top: 39px; padding-bottom: 36px; }
  .contact h2 { font-size: 35vw; }
  .contact-copy { padding-top: 0; }
  .contact-spark { position: absolute; top: -185px; right: 8px; font-size: 83px; transform: rotate(20deg); }
  .contact-copy p { font-size: 23px; margin-top: 0; }
  .contact-button { margin-top: 24px; font-size: 12px; gap: 45px; }
  .contact-manager { margin-top: 13px; font-size: 10px; }
  .footer { padding-bottom: 91px; gap: 13px; }
  .footer p { max-width: 168px; line-height: 1.8; font-size: 6px; }
  .footer .wordmark { font-size: 28px; }
  .footer .wordmark span { font-size: 35px; }
  .motion-button { order: 4; margin-left: 0; padding-left: 0; font-size: 7px; }
  .back-top { margin-left: auto; font-size: 6px; }
  .quick-body { padding: 28px 25px; }
  .quick-body h2 { font-size: 57px; }
  .quick-lead { font-size: 13px; }
  .quick-facts>div { grid-template-columns: 1fr; gap: 8px; }
  .quick-links { gap: 12px; }
  .quick-links .button { font-size: 10px; padding-inline: 15px; }
  .case-reader-body { grid-template-columns: 1fr; }
  .case-reader-image { padding: 25px; }
  .case-reader-image img { max-height: 260px; object-fit: contain; }
  .case-reader-copy { padding: 26px; }
  .case-reader h2 { font-size: 38px; }
  .case-reader-nav { padding-inline: 16px; }
  .case-reader-nav button { font-size: 8px; gap: 8px; }
  .case-reader-nav>.mono { font-size: 8px; }
  .sheet-head { padding-left: 20px; font-size: 7px; }
  .nomdu-viewer { padding: 11px; }
  .nomdu-viewer-head h2 { font-size: 14px; }
  .nomdu-viewer-controls { gap: 11px; }
  #nomdu-caption { font-size: 8px; min-width: 105px; }
  .chat-launcher { right: 15px; bottom: 16px; font-size: 10px; padding: 10px 15px 10px 10px; }
  .manager-chat { inset: auto 15px 16px auto; width: calc(100% - 30px); height: min(690px,calc(100dvh - 32px)); max-height: calc(100dvh - 32px); }
  .chat-header { padding-inline: 14px; }
  .chat-scope { padding-inline: 14px; font-size: 7px; }
  .chat-log { padding-inline: 13px; }
  .chat-message { font-size: 12px; }
  .chat-suggestions { padding-inline: 13px; }
  .chat-form textarea { font-size: 16px; }
  .chat-footer { padding-inline: 13px; gap: 12px; }
  .chat-footer p { font-size: 7px; }
  .chat-footer button { font-size: 8px; }
  html[lang=ru] .hero h1 { font-size: clamp(58px,14vw,91px); margin-top: 37px; }
  html[lang=ru] .hero h1 .hero-middle { margin-left: 38px; }
  html[lang=ru] .hero h1 .play-word { font-size: 1.46em; margin-left: 10px; padding-inline: 16px 24px; padding-bottom: 19px; }
  html[lang=ru] .hero h1 .hero-asterisk { font-size: 63px; right: 3%; bottom: -2px; }
  html[lang=ru] .hero-description { margin-top: 30px; }
  html[lang=ru] .desk-note p { font-size: 22px; }
  html[lang=ru] .section-title-row h2 { font-size: 51px; }
  html[lang=ru] .lab-heading h2 { font-size: 41px; }
  html[lang=ru] .contact h2 { font-size: 25vw; }
  html[lang=ru] .contact-spark { top: -150px; right: 1px; font-size: 68px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .header-actions { gap: 8px; }
  .quick-button { padding-inline: 9px; font-size: 6px; gap: 6px; }
  .hero h1 { font-size: 84px; }
  .hero h1 .hero-middle { margin-left: 45px; }
  .hero h1 .hero-asterisk { right: 0; font-size: 60px; }
  .desk { height: 420px; }
  .desk-top { font-size: 6px; }
  .desk-stamp { width: 77px; height: 77px; font-size: 7px; top: 26px; }
  .desk-stamp b { font-size: 22px; }
  .desk-link img { height: 121px; }
  .desk-product { top: 72px; width: 70%; }
  .desk-karaoke { top: 193px; }
  .desk-karaoke .desk-link img { height: 90px; }
  .desk-note p { font-size: 20px; padding: 3px 10px 17px; }
  .desk-note .drag-handle { font-size: 5px; }
  .desk-tools>.mono { max-width: 80px; }
  .small-button { font-size: 8px; padding-inline: 9px; }
  .desk.is-arranged .desk-card { top: 145px; }
  .desk.is-arranged .drag-handle { font-size: 5px; padding-inline: 6px; }
  .desk.is-arranged .desk-card-foot { font-size: 7px; padding-inline: 7px; }
  .work-filters button { padding-inline: 10px; font-size: 8px; gap: 5px; }
  .section-title-row h2 { font-size: 53px; }
  .nomdu-collection { padding-inline: 16px; }
  .nomdu-thumbs button { font-size: 7px; gap: 4px; }
  .case-preview { padding: 24px; }
  .case-meta { font-size: 5.5px; }
  .case-title h3 { font-size: 30px; }
  .lab-panel { padding: 20px; }
  .lab-tabs button>span:nth-child(2) { font-size: 15px; }
  .lab-heading h2 { font-size: 39px; }
  .lab-star { font-size: 58px; }
  .approach h2 { font-size: 54px; }
  .portrait { min-height: 375px; }
  .portrait img { height: 355px; }
  .contact-manager { font-size: 9px; }
  .footer p { max-width: 128px; }
  html[lang=ru] .hero h1 { font-size: 51px; }
  html[lang=ru] .hero h1 .hero-middle { margin-left: 27px; }
  html[lang=ru] .hero h1 .hero-asterisk { font-size: 51px; right: 0; }
  html[lang=ru] .desk-note p { font-size: 19px; }
  html[lang=ru] .section-title-row h2 { font-size: 39px; }
  html[lang=ru] .lab-heading h2 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body:not([data-motion=playing]) *, body:not([data-motion=playing]) *::before, body:not([data-motion=playing]) *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: 0s!important; }
}
