:root {
    --ink: #11110f;
    --paper: #f5f3eb;
    --paper-deep: #e8e4d7;
    --blue: #0a36a8;
    --blue-deep: #061d60;
    --lime: #d8f000;
    --violet: #7a42ef;
    --line: rgba(17, 17, 15, .22);
    --paper-line: rgba(245, 243, 235, .34);
    --shell: min(1440px, calc(100% - 48px));
    --display: "Unbounded", sans-serif;
    --body: "Golos Text", sans-serif;
    --data: "Roboto Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -80px; padding: 12px 16px; background: var(--lime); color: var(--ink); font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: var(--paper); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(245, 243, 235, .95); box-shadow: 0 1px 0 rgba(17, 17, 15, .16); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; justify-self: start; font: 600 12px/1.02 var(--display); letter-spacing: -.05em; }
.wordmark-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-size: 14px; letter-spacing: -.1em; }
.main-nav { display: flex; gap: clamp(18px, 3vw, 46px); font-size: 15px; font-weight: 600; }
.main-nav a { position: relative; padding: 7px 0; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 2px; background: currentColor; transition: right .24s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-tools { justify-self: end; display: inline-flex; align-items: center; gap: 18px; min-width: 0; }
.language-switcher { display: inline-flex; overflow: hidden; border: 1px solid currentColor; font: 500 10px/1 var(--data); letter-spacing: .05em; }
.language-switcher button { min-width: 37px; min-height: 32px; padding: 8px 9px; border: 0; border-left: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; transition: background .2s ease, color .2s ease; }
.language-switcher button:first-child { border-left: 0; }
.language-switcher button:hover { background: rgba(245, 243, 235, .16); }
.language-switcher button[aria-pressed="true"] { background: var(--lime); color: var(--ink); }
.language-switcher button[aria-pressed="true"]:hover { background: var(--lime); }
.header-contact { justify-self: end; display: inline-flex; gap: 8px; align-items: center; font: 500 11px/1 var(--data); letter-spacing: .04em; }
.header-contact span { font-size: 16px; line-height: 0; }
.menu-toggle, .mobile-nav { display: none; }

.atlas-hero { position: relative; overflow: clip; min-height: max(760px, 100svh); padding: 124px 0 34px; color: var(--paper); background-color: var(--blue); background-image: linear-gradient(rgba(245, 243, 235, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 243, 235, .11) 1px, transparent 1px); background-size: 56px 56px; }
.atlas-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 35%, rgba(216, 240, 0, .18), transparent 24%), linear-gradient(102deg, rgba(2, 11, 51, .38), transparent 48%); }
.hero-grid { position: relative; z-index: 1; min-height: calc(100svh - 176px); display: grid; grid-template-columns: minmax(270px, .76fr) minmax(520px, 1.24fr); align-items: center; gap: clamp(28px, 5vw, 92px); }
.hero-copy { padding: 34px 0; }
.coordinate-label { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font: 500 11px/1.2 var(--data); letter-spacing: .08em; text-transform: uppercase; }
.coordinate-label--dark { color: var(--ink); }
.signal-dot { width: 9px; height: 9px; display: inline-block; background: var(--lime); box-shadow: 0 0 0 5px rgba(216, 240, 0, .16); }
.hero-copy h1, h2, h3, p { margin-top: 0; }
.hero-copy h1 { max-width: 700px; margin-bottom: 26px; font: 600 clamp(38px, 4.5vw, 74px)/1.02 var(--display); letter-spacing: -.075em; }
.hero-copy h1 em { color: var(--lime); font-style: normal; }
.hero-summary { max-width: 470px; margin-bottom: 30px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45; color: rgba(245, 243, 235, .84); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 26px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 19px; border: 1px solid transparent; border-radius: 0; font-weight: 700; font-size: 15px; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translate(-3px, -3px); }
.button:focus-visible, .text-action:focus-visible, .header-contact:focus-visible, .main-nav a:focus-visible, .wordmark:focus-visible, .footer-links a:focus-visible, .board-project:focus-visible, .board-intro:focus-visible, .mail-link:focus-visible, .language-switcher button:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.button--ink { background: var(--ink); color: var(--paper); box-shadow: 5px 5px 0 var(--lime); }
.text-action { display: inline-flex; gap: 10px; align-items: center; padding: 8px 0; font-weight: 700; border-bottom: 1px solid currentColor; }
.text-action span { transition: transform .2s ease; }
.text-action:hover span { transform: translateX(5px); }
.hero-note { margin: 40px 0 0; color: rgba(245, 243, 235, .64); font-size: 14px; }
.hero-note a { color: var(--paper); border-bottom: 1px solid rgba(245, 243, 235, .56); }

.atlas-board { position: relative; min-height: 570px; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 77px 1fr 1.18fr; overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid rgba(245, 243, 235, .7); box-shadow: 22px 24px 0 rgba(3, 17, 66, .33); }
.atlas-board > * { min-width: 0; }
.board-topline { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); font: 500 9px/1.1 var(--data); letter-spacing: .08em; }
.board-intro { grid-column: 1 / -1; position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 20px; background: var(--blue); color: var(--paper); border-bottom: 1px solid var(--ink); }
.board-intro::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(245, 243, 235, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 243, 235, .2) 1px, transparent 1px); background-size: 20px 20px; }
.board-intro > * { position: relative; }
.board-intro-number { grid-row: 1 / 3; align-self: center; font: 600 clamp(96px, 10vw, 152px)/.8 var(--display); letter-spacing: -.1em; }
.board-intro span:nth-child(2) { font: 500 12px/1.25 var(--data); text-transform: uppercase; }
.board-intro span:last-child { font-size: 30px; }
.board-project { position: relative; min-height: 0; padding: 15px; overflow: hidden; border-right: 1px solid var(--line); background: var(--paper); transition: background .25s ease, color .25s ease; }
.board-project:hover { background: var(--lime); }
.board-project.is-current { background: var(--lime); box-shadow: inset 0 -4px 0 var(--ink); }
.board-project--three { border-right: 0; }
.board-number { position: absolute; z-index: 2; top: 12px; left: 12px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font: 500 10px var(--data); }
.board-name { position: absolute; z-index: 2; right: 13px; top: 19px; font: 600 12px var(--body); }
.board-frame { position: absolute; inset: 50px 14px 15px; overflow: hidden; border: 1px solid var(--ink); background: #0a0a0a; }
.board-frame::after { content: ""; position: absolute; inset: 0; border: 7px solid rgba(245, 243, 235, .12); pointer-events: none; }
.board-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s cubic-bezier(.2, .8, .2, 1); }
.board-project:hover img { transform: scale(1.06); }
.board-project--one img { object-position: 60% 50%; }
.board-project--two img { object-position: 47% 30%; }
.board-route { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.board-route path { fill: none; stroke: var(--lime); stroke-width: 3; stroke-dasharray: 1; stroke-dashoffset: 0; }
.board-route circle { fill: var(--lime); stroke: var(--ink); stroke-width: 3; }
.hero-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; padding-top: 22px; font: 500 9px/1 var(--data); letter-spacing: .08em; color: rgba(245, 243, 235, .66); }
.hero-measure { position: absolute; z-index: 1; width: 16px; height: 280px; top: 24%; border-left: 1px solid rgba(245, 243, 235, .55); background: repeating-linear-gradient(to bottom, transparent 0 16px, rgba(245, 243, 235, .65) 16px 18px, transparent 18px 34px); }
.hero-measure--left { left: 24px; }.hero-measure--right { right: 24px; transform: rotate(180deg); }

.projects-section { padding: clamp(96px, 12vw, 172px) 0 0; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .52fr); column-gap: clamp(36px, 9vw, 160px); padding-bottom: clamp(66px, 9vw, 132px); }
.section-heading .coordinate-label { grid-column: 1 / -1; }.section-heading h2, .practice-heading h2, .contact-section h2 { margin-bottom: 0; font: 600 clamp(29px, 4vw, 58px)/1.13 var(--display); letter-spacing: -.07em; }
.section-heading > p:last-child { align-self: end; max-width: 410px; margin: 0; color: #4b4a44; font-size: 17px; line-height: 1.5; }
.project-index { list-style: none; padding: 0; margin: 0 auto; }
.project-entry { display: grid; grid-template-columns: 122px minmax(235px, .77fr) minmax(380px, 1.23fr); gap: clamp(24px, 4vw, 74px); padding: clamp(56px, 8vw, 115px) 0; border-top: 1px solid var(--line); }
.entry-index { display: flex; flex-direction: column; align-items: flex-start; padding-top: 4px; color: #3e3d37; }
.entry-index span { font: 500 45px/.8 var(--display); letter-spacing: -.1em; }
.entry-index i { width: 1px; height: 75px; margin: 20px 0 10px 12px; background: currentColor; }
.entry-index small { writing-mode: vertical-rl; transform: rotate(180deg); margin-left: 8px; font: 500 9px/1 var(--data); letter-spacing: .09em; }
.entry-info { max-width: 430px; }
.entry-kind { margin-bottom: 18px; font: 500 10px/1.25 var(--data); letter-spacing: .06em; text-transform: uppercase; color: #4b4a44; }
.entry-info h3 { margin-bottom: 12px; font: 600 clamp(32px, 3.5vw, 54px)/1 var(--display); letter-spacing: -.08em; }
.entry-lede { margin-bottom: 18px; font-size: 21px; font-weight: 600; line-height: 1.22; }
.entry-info > p:not(.entry-kind):not(.entry-lede) { margin-bottom: 30px; color: #4b4a44; font-size: 16px; line-height: 1.55; }
.entry-points { padding: 0; margin: 0 0 28px; list-style: none; border-top: 1px solid var(--line); }
.entry-points li { display: grid; grid-template-columns: 104px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.35; }
.entry-points strong { font-weight: 700; }.entry-points span { color: #4b4a44; }
.status-chip { display: inline-flex; padding: 7px 10px; background: var(--lime); font: 500 10px/1 var(--data); letter-spacing: .04em; text-transform: uppercase; }
.status-chip--violet { background: var(--violet); color: white; }
.button--outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--paper); }
.entry-visual { min-width: 0; position: relative; align-self: center; margin: 0; padding: 32px 22px 20px; background: var(--paper-deep); box-shadow: 16px 18px 0 #d1ccbd; }
.entry-visual::before, .entry-visual::after { content: ""; position: absolute; width: 12px; height: 12px; border: 1px solid var(--ink); }
.entry-visual::before { left: 9px; top: 9px; }.entry-visual::after { right: 9px; bottom: 9px; }
.entry-visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--ink); background: #161616; }
.entry-visual--ogelingo img { object-position: center top; }.entry-visual--kzmods img { object-position: center top; }
.visual-measure { display: flex; justify-content: space-between; margin-bottom: 10px; font: 500 9px/1.15 var(--data); letter-spacing: .06em; }
.entry-visual figcaption { max-width: 54ch; margin-top: 14px; color: #4b4a44; font-size: 12px; line-height: 1.4; }
.project-entry--ogelingo { grid-template-columns: 122px minmax(380px, 1.23fr) minmax(235px, .77fr); }.project-entry--ogelingo .entry-info { grid-column: 3; grid-row: 1; }.project-entry--ogelingo .entry-visual { grid-column: 2; grid-row: 1; background: #1a1527; color: var(--paper); box-shadow: 16px 18px 0 #cbc4dd; }.project-entry--ogelingo .entry-visual::before, .project-entry--ogelingo .entry-visual::after { border-color: var(--paper); }.project-entry--ogelingo .entry-visual figcaption { color: rgba(245,243,235,.72); }
.project-entry--kzmods { padding-bottom: clamp(96px, 12vw, 175px); }

.practice-section { padding: clamp(92px, 11vw, 164px) 0; color: var(--paper); background: var(--ink); }
.practice-grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(330px, 1.1fr); gap: clamp(45px, 10vw, 165px); }
.practice-heading { max-width: 620px; }.practice-heading h2 { color: var(--paper); }
.practice-content { max-width: 650px; }.practice-lead { margin: 0 0 44px; font-size: clamp(20px, 2vw, 28px); line-height: 1.35; color: rgba(245,243,235,.86); }
.capability-table { margin: 0; border-top: 1px solid var(--paper-line); }.capability-table div { display: grid; grid-template-columns: 135px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--paper-line); }.capability-table dt { color: var(--lime); font: 500 10px/1.3 var(--data); letter-spacing: .04em; }.capability-table dd { margin: 0; font-size: 16px; line-height: 1.35; }

.contact-section { padding: clamp(70px, 9vw, 130px) 0; background: var(--lime); }
.contact-grid { display: grid; grid-template-columns: 1fr minmax(300px, 2fr) auto; align-items: end; gap: 36px; }.contact-section h2 { max-width: 780px; font-size: clamp(29px, 4.4vw, 65px); }.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }.button--large { min-height: 58px; padding-inline: 24px; font-size: 16px; box-shadow: 6px 6px 0 var(--blue); }.mail-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.site-footer { padding: 47px 0 52px; color: var(--paper); background: var(--blue-deep); }.footer-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 40px; align-items: end; }.footer-brand { font: 600 22px/.9 var(--display); letter-spacing: -.08em; }.footer-brand span { color: var(--lime); }.footer-grid p { max-width: 440px; margin: 0; color: rgba(245,243,235,.72); font-size: 14px; line-height: 1.45; }.footer-grid p a { color: var(--paper); border-bottom: 1px solid currentColor; }.footer-links { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font: 500 10px/1.25 var(--data); color: rgba(245,243,235,.72); }.footer-links a:hover { color: var(--lime); }

@media (max-width: 1120px) {
    .hero-grid { grid-template-columns: minmax(255px, .75fr) minmax(420px, 1.25fr); gap: 36px; }.atlas-board { min-height: 490px; }.project-entry, .project-entry--ogelingo { grid-template-columns: 70px minmax(235px, .76fr) minmax(310px, 1.24fr); gap: 30px; }.project-entry--ogelingo .entry-info { grid-column: 3; }.project-entry--ogelingo .entry-visual { grid-column: 2; }.entry-index span { font-size: 36px; }.entry-index i { height: 55px; }
}
@media (max-width: 820px) {
    :root { --shell: min(100% - 36px, 680px); }.site-header { background: rgba(6, 29, 96, .9); backdrop-filter: blur(11px); }.site-header.is-scrolled { background: rgba(245, 243, 235, .96); }.header-inner { min-height: 70px; grid-template-columns: 1fr auto auto; gap: 10px; }.main-nav, .header-contact { display: none; }.header-tools { gap: 0; }.menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid currentColor; background: transparent; color: currentColor; }.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }.mobile-nav { position: absolute; inset: 70px 0 auto; display: grid; padding: 8px 18px 18px; background: inherit; box-shadow: 0 6px 14px rgba(3,17,66,.22); }.mobile-nav[hidden] { display: none; }.mobile-nav a { padding: 14px 0; border-bottom: 1px solid currentColor; font-size: 18px; font-weight: 600; }.mobile-nav a:last-child { border-bottom: 0; }.atlas-hero { min-height: auto; padding: 105px 0 24px; }.hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 26px; }.hero-copy { padding: 18px 0 0; }.hero-copy h1 { font-size: clamp(37px, 10vw, 58px); }.hero-note { margin-top: 30px; }.atlas-board { min-height: 510px; }.hero-footer { padding-top: 24px; }.hero-footer span:nth-child(2) { display: none; }.hero-measure { display: none; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading h2 { max-width: 620px; }.project-entry, .project-entry--ogelingo { grid-template-columns: 56px 1fr; gap: 18px; padding: 66px 0; }.entry-index { grid-column: 1; grid-row: 1; }.entry-index i, .entry-index small { display: none; }.entry-info, .project-entry--ogelingo .entry-info { grid-column: 2; grid-row: 1; }.entry-visual, .project-entry--ogelingo .entry-visual { grid-column: 2; grid-row: 2; }.project-entry--ogelingo .entry-visual { background: #1a1527; }.entry-visual { max-width: 650px; }.practice-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }.practice-grid { gap: 44px; }.contact-grid { align-items: start; gap: 26px; }.footer-links { justify-self: start; align-items: flex-start; }.footer-grid { gap: 24px; }
}
@media (max-width: 540px) {
    :root { --shell: min(100% - 28px, 680px); }.wordmark { font-size: 11px; }.wordmark-mark { width: 30px; height: 30px; }.coordinate-label { margin-bottom: 17px; font-size: 10px; }.hero-summary { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.atlas-board { min-height: 472px; grid-template-rows: 57px 1fr 1.15fr; }.board-topline { padding: 0 12px; font-size: 9px; }.board-intro { padding: 14px; }.board-intro-number { font-size: 86px; }.board-intro span:nth-child(2) { font-size: 10px; }.board-project { padding: 8px; }.board-number { top: 8px; left: 8px; width: 24px; height: 24px; font-size: 9px; }.board-name { top: 12px; right: 8px; font-size: 10px; }.board-frame { inset: 39px 8px 8px; }.section-heading > p:last-child { font-size: 16px; }.section-heading h2, .practice-heading h2, .contact-section h2 { font-size: 28px; }.entry-kind { font-size: 9px; }.entry-info h3 { font-size: 34px; }.entry-lede { font-size: 18px; }.entry-points li { grid-template-columns: 1fr; gap: 3px; }.entry-points { font-size: 12px; }.entry-visual { padding: 25px 12px 12px; box-shadow: 9px 10px 0 #d1ccbd; }.visual-measure { font-size: 9px; }.entry-visual figcaption { font-size: 11px; }.practice-lead { font-size: 19px; }.capability-table div { grid-template-columns: 105px 1fr; gap: 11px; }.capability-table dd { font-size: 14px; }.hero-footer { font-size: 9px; }.button { font-size: 14px; }.footer-grid p { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
