@font-face {
font-family: "Inter Fallback";
src: local("Arial");
ascent-override: 90.44%;
descent-override: 22.52%;
line-gap-override: 0%;
size-adjust: 107.12%;
}
:root {
color-scheme: light;
--bg: #f4f7fa;
--bg-rgb: 244 247 250;
--paper: var(--bg);
--paper-2: #e9eff5;
--surface: #ffffff;
--surface-rgb: 255 255 255;
--surface-2: #f7fafc;
--ink: #0c2238;
--ink-2: #1c3650;
--text: #293d51;
--muted: #53667a;
--faint: #5f7185;
--line: #dfe6ee;
--line-2: #cdd8e3;
--line-3: #b1c0cf;
--brand: #0b6ba8;
--brand-2: #08568a;
--brand-rgb: 11 107 168;
--brand-50: #eaf3fa;
--brand-100: #d0e4f3;
--accent: #147a5f;
--accent-2: #25ad47;
--accent-rgb: 37 173 71;
--accent-50: #e7f5ef;
--deep: #0c2238;
--deep-2: #12304d;
--cta: #0c2238;
--cta-hover: #0b6ba8;
--tint: 208 228 243;
--shade: 12 34 56;
--grad: linear-gradient(135deg, #19426e 0%, #0b6ba8 42%, #1e947a 74%, #25ad47 100%);
--warn: #93452a;
--warn-50: #fbf1ea;
--warn-100: #f0d8c8;
--danger: #b03a2e;
--serif: "Source Serif 4", Georgia, "Times New Roman", serif;
--sans: "Inter", "Inter Fallback", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
--hdr: 76px;
--r-sm: 12px;
--r: 18px;
--r-lg: 28px;
--shadow-1: 0 1px 2px rgb(var(--shade) / .05);
--shadow-2: 0 1px 2px rgb(var(--shade) / .04), 0 14px 34px -16px rgb(var(--shade) / .2);
--shadow-3: 0 2px 6px rgb(var(--shade) / .05), 0 34px 70px -30px rgb(var(--shade) / .34);
--ease: cubic-bezier(.22, .7, .18, 1);
}
html[data-theme="dark"] {
color-scheme: dark;
--bg: #0b1623;
--bg-rgb: 11 22 35;
--paper-2: #0f1e2e;
--surface: #112133;
--surface-rgb: 17 33 51;
--surface-2: #0e1c2b;
--ink: #edf3f9;
--ink-2: #d2dde8;
--text: #c0cedb;
--muted: #9db0c2;
--faint: #8fa2b5;
--line: #203549;
--line-2: #2b4258;
--line-3: #3a536b;
--brand: #6db2ea;
--brand-2: #97c9f1;
--brand-rgb: 109 178 234;
--brand-50: #132a40;
--brand-100: #1e3d5c;
--accent: #4fca8b;
--accent-2: #5fd394;
--accent-rgb: 79 202 139;
--accent-50: #10301f;
--deep: #071019;
--deep-2: #0c1a28;
--cta: #2f74b5;
--cta-hover: #3c86ca;
--tint: 30 70 110;
--shade: 0 0 0;
--warn: #f0a37f;
--warn-50: #2b1a13;
--warn-100: #4a2d20;
--danger: #ff8f80;
}
@media (prefers-color-scheme: dark) {
html[data-theme="auto"] {
color-scheme: dark;
--bg: #0b1623;
--bg-rgb: 11 22 35;
--paper-2: #0f1e2e;
--surface: #112133;
--surface-rgb: 17 33 51;
--surface-2: #0e1c2b;
--ink: #edf3f9;
--ink-2: #d2dde8;
--text: #c0cedb;
--muted: #9db0c2;
--faint: #8fa2b5;
--line: #203549;
--line-2: #2b4258;
--line-3: #3a536b;
--brand: #6db2ea;
--brand-2: #97c9f1;
--brand-rgb: 109 178 234;
--brand-50: #132a40;
--brand-100: #1e3d5c;
--accent: #4fca8b;
--accent-2: #5fd394;
--accent-rgb: 79 202 139;
--accent-50: #10301f;
--deep: #071019;
--deep-2: #0c1a28;
--cta: #2f74b5;
--cta-hover: #3c86ca;
--tint: 30 70 110;
--shade: 0 0 0;
--warn: #f0a37f;
--warn-50: #2b1a13;
--warn-100: #4a2d20;
--danger: #ff8f80;
}
}
html[data-fs="1"] { font-size: 112.5%; }
html[data-fs="2"] { font-size: 125%; }
html[data-fs="3"] { font-size: 137.5%; }
html[data-fs="4"] { font-size: 150%; }
html[data-contrast="1"] {
--text: #0c2238;
--muted: #213649;
--faint: #2b4156;
--line: #9aadbf;
--line-2: #7f93a7;
--line-3: #677c91;
--brand: #05497a;
--brand-2: #033a61;
--accent: #0a5541;
}
html[data-contrast="1"][data-theme="dark"] {
--bg: #03080e;
--bg-rgb: 3 8 14;
--surface: #08121d;
--surface-rgb: 8 18 29;
--text: #f5f9fc;
--muted: #dde7f0;
--faint: #c9d6e2;
--line: #4d6680;
--line-2: #5d7791;
--line-3: #6f89a3;
--brand: #a6d4f8;
--brand-2: #c9e5fb;
--accent: #86e3b3;
}
@media (prefers-color-scheme: dark) {
html[data-contrast="1"][data-theme="auto"] {
--bg: #03080e;
--bg-rgb: 3 8 14;
--surface: #08121d;
--surface-rgb: 8 18 29;
--text: #f5f9fc;
--muted: #dde7f0;
--faint: #c9d6e2;
--line: #4d6680;
--line-2: #5d7791;
--line-3: #6f89a3;
--brand: #a6d4f8;
--brand-2: #c9e5fb;
--accent: #86e3b3;
}
}
html[data-contrast="1"] :focus-visible { outline-width: 3px; outline-offset: 3px; }
html[data-font="1"] {
--serif: Tahoma, Verdana, "Segoe UI", Arial, sans-serif;
--sans: Tahoma, Verdana, "Segoe UI", Arial, sans-serif;
}
html[data-font="1"] :is(h1, h2, h3, h4) { letter-spacing: 0 !important; }
html[data-spacing="1"] body { line-height: 1.95; letter-spacing: .02em; word-spacing: .08em; }
html[data-spacing="1"] :is(p, li, dd, dt, blockquote) { line-height: 1.95 !important; }
html[data-spacing="1"] :is(h1, h2, h3, h4) { line-height: 1.3 !important; letter-spacing: .01em !important; }
html[data-links="1"] a:not(.btn):not(.brand) { text-decoration: underline !important; text-decoration-thickness: 2px !important; text-underline-offset: 3px !important; }
html[data-links="1"] :is(.card, .post, .sub__link, .vc__row, .drawer__lang, .skip) { text-decoration: none !important; }
html[data-links="1"] :is(.card__title, .post__title, .sub__txt, .vc__v) { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
html[data-motion="1"] *, html[data-motion="1"] *::before, html[data-motion="1"] *::after {
animation: none !important;
transition: none !important;
scroll-behavior: auto !important;
}
html[data-motion="1"] .reveal { opacity: 1 !important; transform: none !important; }
*, *::before, *::after { box-sizing: border-box; }
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
scroll-padding-top: calc(var(--hdr) + 24px);
}
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
margin: 0;
min-height: 100vh;
background: var(--paper);
color: var(--text);
font-family: var(--sans);
font-size: 1.0625rem;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
html.is-locked, html.is-locked body { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
.ico { display: inline-block; width: 1.15em; height: 1.15em; flex: none; vertical-align: middle; }
p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
h1, h2, h3, h4 {
margin: 0;
color: var(--ink);
font-family: var(--serif);
font-weight: 600;
line-height: 1.15;
letter-spacing: -.012em;
}
a { color: var(--brand); text-underline-offset: 3px; }
button { font: inherit; color: inherit; }
address { font-style: normal; }
strong { font-weight: 600; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--brand-100); color: var(--ink); }
[hidden] { display: none !important; }
.sr-only {
position: absolute !important;
width: 1px; height: 1px;
margin: -1px; padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
border: 0;
}
.skip {
position: fixed;
left: 16px; top: -100px;
z-index: 200;
padding: 12px 18px;
border-radius: 12px;
background: var(--deep);
color: #fff;
font-weight: 600;
text-decoration: none;
transition: top .2s var(--ease);
}
.skip:focus { top: 16px; }
.wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4.2vw, 48px); }
.narrow { max-width: 900px; }
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
min-height: 54px;
padding: 0 28px;
border: 1px solid transparent;
border-radius: 999px;
font: 600 .98rem/1.2 var(--sans);
letter-spacing: .005em;
text-decoration: none;
cursor: pointer;
transition: background-color .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease);
}
.btn .ico { width: 20px; height: 20px; }
.btn__arrow { transition: transform .3s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--cta); color: #fff; box-shadow: 0 14px 28px -14px rgb(var(--shade) / .6); }
.btn--primary:hover { background: var(--cta-hover); box-shadow: 0 18px 32px -16px rgb(var(--brand-rgb) / .6); }
.btn--light { background: #ffffff; color: #0c2238; }
.btn--light:hover { background: #e3f1fa; }
.btn--block { width: 100%; }
.link {
display: inline-flex;
align-items: center;
gap: 8px;
font-weight: 600;
font-size: .95rem;
color: var(--brand);
text-decoration: none;
}
.link .ico { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.link:hover { color: var(--brand-2); }
.link:hover .ico { transform: translate(3px, 0); }
.link--light { color: var(--accent-2); }
.link--light:hover { color: #fff; }
.kicker {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 18px;
font: 600 .74rem/1.2 var(--sans);
letter-spacing: .16em;
text-transform: uppercase;
color: var(--brand);
}
.kicker::before { content: ""; width: 28px; height: 1px; background: var(--accent); }
.kicker--light { color: var(--accent-2); }
.kicker--light::before { background: var(--accent-2); }
.hdr {
position: sticky;
top: 0;
z-index: 60;
height: var(--hdr);
border-bottom: 1px solid transparent;
transition: border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.hdr::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background: rgb(var(--bg-rgb) / .8);
-webkit-backdrop-filter: saturate(160%) blur(16px);
backdrop-filter: saturate(160%) blur(16px);
transition: background-color .35s var(--ease);
}
.hdr.is-scrolled::before { background: rgb(var(--surface-rgb) / .92); }
.hdr.is-scrolled {
border-color: var(--line);
box-shadow: 0 10px 30px -24px rgb(var(--shade) /.45);
}
.hdr__bar { position: relative; display: flex; align-items: center; gap: 20px; height: 100%; }
.brand {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
margin-right: auto;
color: var(--ink);
text-decoration: none;
}
.brand__logo { height: 44px; flex: none; }
.brand__txt { display: flex; flex-direction: column; min-width: 0; line-height: 1.2; }
.brand__name { font-family: var(--serif); font-weight: 600; font-size: 1.08rem; letter-spacing: -.005em; white-space: nowrap; }
.brand__role { margin-top: 2px; font-size: .74rem; color: var(--muted); letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav__list { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.nav__item { position: relative; display: flex; align-items: center; }
.nav__item--mega { position: static; }
.nav__link {
position: relative;
display: inline-flex;
align-items: center;
min-height: 44px;
padding: 0 10px 0 12px;
border-radius: 10px;
font-size: .94rem;
font-weight: 500;
color: var(--ink-2);
text-decoration: none;
white-space: nowrap;
transition: color .2s;
}
.nav__item:not(.has-sub) .nav__link { padding-right: 12px; }
.nav__link:hover, .nav__item.is-open > .nav__link { color: var(--brand); }
.nav__item.is-current > .nav__link { color: var(--ink); }
.nav__item.is-current > .nav__link::after {
content: "";
position: absolute;
left: 12px; right: 10px; bottom: 5px;
height: 2px;
border-radius: 2px;
background: var(--accent);
}
.nav__caret {
display: grid;
place-items: center;
width: 26px; height: 32px;
margin-left: -6px;
padding: 0;
border: 0;
border-radius: 8px;
background: none;
color: var(--muted);
cursor: pointer;
}
.nav__caret .ico { width: 13px; height: 13px; transition: transform .3s var(--ease); }
.nav__item.is-open .nav__caret { color: var(--brand); }
.nav__item.is-open .nav__caret .ico { transform: rotate(180deg); }
.sub {
position: absolute;
top: calc(100% + 6px);
left: 50%;
z-index: 10;
min-width: 270px;
padding: 10px;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 20px;
box-shadow: var(--shadow-3);
opacity: 0;
visibility: hidden;
transform: translate(-50%, 8px);
transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s linear .22s;
}
.sub::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.sub--mega { top: calc(100% - 8px); width: min(880px, calc(100vw - 40px)); padding: 14px; }
.nav__item.is-open > .sub,
html:not(.js) .nav__item:hover > .sub,
html:not(.js) .nav__item:focus-within > .sub {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s;
}
.sub__list { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.sub__list--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 6px; }
.sub__link {
display: flex;
align-items: center;
gap: 12px;
padding: 9px 12px;
border-radius: 12px;
font-size: .92rem;
font-weight: 500;
line-height: 1.3;
color: var(--ink-2);
text-decoration: none;
transition: background-color .2s, color .2s;
}
.sub__link:hover, .sub__link[aria-current="page"] { background: var(--brand-50); color: var(--brand); }
.sub__ico {
display: grid;
place-items: center;
flex: none;
width: 34px; height: 34px;
border-radius: 10px;
background: var(--paper);
color: var(--brand);
transition: background-color .2s;
}
.sub__ico .ico { width: 18px; height: 18px; }
.sub__link:hover .sub__ico { background: var(--surface); }
.sub__grid--svc { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 12px; }
.sub__aside { display: flex; flex-direction: column; padding: 14px 8px 8px; border-radius: 16px; background: var(--paper); }
.sub__aside .sub__link:hover { background: var(--surface); }
.sub__aside .sub__ico { background: var(--surface); }
.sub__grid--cond { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.sub__group { padding-top: 6px; }
.sub__label {
margin: 0 0 6px;
padding: 0 12px;
font-size: .7rem;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--faint);
}
.sub__label a { color: inherit; text-decoration: none; }
.sub__label a:hover { color: var(--brand); }
.sub__all {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: auto;
padding: 12px;
border-radius: 12px;
font-size: .9rem;
font-weight: 600;
color: var(--brand);
text-decoration: none;
}
.sub__all .ico { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.sub__all:hover .ico { transform: translateX(3px); }
.sub__all--foot { display: flex; margin: 8px 0 0; padding: 14px 12px 4px; border-top: 1px solid var(--line); border-radius: 0; }
.hdr__tools { display: flex; align-items: center; gap: 10px; }
.lang { position: relative; }
.lang__btn {
display: inline-flex;
align-items: center;
gap: 6px;
height: 40px;
padding: 0 12px;
border: 1px solid var(--line-2);
border-radius: 999px;
background: rgb(var(--surface-rgb) / .6);
font-size: .84rem;
font-weight: 600;
color: var(--ink);
cursor: pointer;
transition: border-color .2s, background-color .2s;
}
.lang__btn:hover, .lang.is-open .lang__btn { border-color: var(--brand-100); background: var(--surface); }
.lang__btn .ico { width: 16px; height: 16px; }
.lang__btn .lang__chev { width: 11px; height: 11px; transition: transform .3s var(--ease); }
.lang.is-open .lang__chev { transform: rotate(180deg); }
.lang__menu {
position: absolute;
right: 0;
top: calc(100% + 10px);
z-index: 10;
min-width: 210px;
margin: 0;
padding: 8px;
list-style: none;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 16px;
box-shadow: var(--shadow-3);
opacity: 0;
visibility: hidden;
transform: translateY(6px);
transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s linear .2s;
}
.lang.is-open .lang__menu,
html:not(.js) .lang:hover .lang__menu,
html:not(.js) .lang:focus-within .lang__menu {
opacity: 1;
visibility: visible;
transform: none;
transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s;
}
.lang__link {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 12px;
border-radius: 10px;
font-size: .92rem;
color: var(--ink-2);
text-decoration: none;
}
.lang__link:hover { background: var(--brand-50); color: var(--brand); }
.lang__link[aria-current="true"] { font-weight: 600; color: var(--brand); }
.lang__code {
display: inline-grid;
place-items: center;
min-width: 32px; height: 22px;
border-radius: 6px;
background: var(--paper);
font-size: .7rem;
font-weight: 700;
letter-spacing: .05em;
color: var(--ink);
}
.burger {
display: none;
place-items: center;
width: 44px; height: 44px;
padding: 0;
border: 1px solid var(--line-2);
border-radius: 12px;
background: rgb(var(--surface-rgb) / .6);
color: var(--ink);
cursor: pointer;
}
.burger .ico { width: 22px; height: 22px; }
.drawer { position: fixed; inset: 0; z-index: 120; }
.drawer__scrim { position: absolute; inset: 0; background: rgb(var(--shade) /.45); opacity: 0; transition: opacity .35s var(--ease); }
.drawer__panel {
position: absolute;
top: 0; right: 0; bottom: 0;
display: flex;
flex-direction: column;
width: min(420px, 100%);
overflow-y: auto;
overscroll-behavior: contain;
background: var(--paper);
box-shadow: var(--shadow-3);
transform: translateX(100%);
transition: transform .4s var(--ease);
}
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__top {
position: sticky;
top: 0;
z-index: 2;
display: flex;
align-items: center;
gap: 12px;
min-height: 72px;
padding: 0 20px;
background: var(--paper);
border-bottom: 1px solid var(--line);
}
.drawer__logo { height: 36px; flex: none; }
.drawer__name { font-family: var(--serif); font-weight: 600; color: var(--ink); line-height: 1.2; }
.drawer__close {
display: grid;
place-items: center;
width: 44px; height: 44px;
margin-left: auto;
padding: 0;
border: 1px solid var(--line-2);
border-radius: 12px;
background: var(--surface);
cursor: pointer;
}
.drawer__close .ico { width: 20px; height: 20px; }
.drawer__nav { display: grid; padding: 10px 20px; }
.drawer__link, .drawer__sum {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 56px;
padding: 0 4px;
border-bottom: 1px solid var(--line);
font-family: var(--serif);
font-size: 1.2rem;
font-weight: 600;
color: var(--ink);
text-decoration: none;
cursor: pointer;
list-style: none;
}
.drawer__sum::-webkit-details-marker { display: none; }
.drawer__link[aria-current="page"], .drawer__link.is-current { color: var(--brand); }
.drawer__sum .ico { width: 16px; height: 16px; color: var(--muted); transition: transform .3s var(--ease); }
.drawer__group[open] > .drawer__sum .ico { transform: rotate(180deg); }
.drawer__subs { display: grid; padding: 8px 0 14px; border-bottom: 1px solid var(--line); }
.drawer__group[open] > .drawer__sum { border-bottom-color: transparent; }
.drawer__sub {
display: block;
padding: 9px 4px 9px 14px;
border-left: 1px solid var(--line-2);
font-size: .98rem;
color: var(--text);
text-decoration: none;
}
.drawer__sub[aria-current="page"] { color: var(--brand); border-left-color: var(--accent); font-weight: 600; }
.drawer__sub--all { font-weight: 600; color: var(--brand); }
.drawer__langs { display: flex; gap: 8px; padding: 18px 20px 6px; }
.drawer__lang {
display: grid;
place-items: center;
min-width: 52px; height: 40px;
border: 1px solid var(--line-2);
border-radius: 10px;
font-size: .85rem;
font-weight: 700;
color: var(--ink);
text-decoration: none;
}
.drawer__lang[aria-current="true"] { background: var(--cta); border-color: var(--cta); color: #fff; }
.drawer__contact { display: grid; gap: 10px; margin-top: auto; padding: 18px 20px 28px; font-size: .92rem; color: var(--muted); }
.drawer__contact a, .drawer__contact p { display: flex; align-items: center; gap: 10px; }
.drawer__contact a { font-size: 1.05rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.drawer__contact .ico { width: 18px; height: 18px; color: var(--brand); }
.phero {
position: relative;
padding: clamp(24px, 3.4vw, 40px) 0 clamp(44px, 6vw, 76px);
background:
radial-gradient(900px 420px at 100% 0%, rgb(var(--tint) /.55), transparent 70%),
linear-gradient(180deg, var(--paper), var(--paper));
border-bottom: 1px solid var(--line);
overflow: hidden;
}
.crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 8px; margin: 0 0 clamp(26px, 4vw, 44px); padding: 0; list-style: none; font-size: .84rem; color: var(--muted); }
.crumbs li { display: flex; align-items: center; gap: 8px; }
.crumbs li + li::before { content: ""; width: 5px; height: 5px; border-top: 1.5px solid var(--faint); border-right: 1.5px solid var(--faint); transform: rotate(45deg); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--brand); }
.crumbs [aria-current] { color: var(--ink-2); }
.phero__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.phero__copy { max-width: 860px; }
.phero__title { font-size: clamp(2.15rem, 4.3vw, 3.55rem); line-height: 1.07; letter-spacing: -.022em; }
.phero__lead { max-width: 64ch; margin-top: 22px; font-size: 1.17rem; line-height: 1.65; color: var(--muted); }
.phero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 26px; font-size: .88rem; color: var(--muted); }
.phero__meta .ico { width: 18px; height: 18px; color: var(--accent); }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line-2); }
.phero__art {
display: grid;
place-items: center;
flex: none;
width: 132px; height: 132px;
border: 1px solid var(--line);
border-radius: 32px;
background: linear-gradient(160deg, var(--surface), var(--brand-50));
color: var(--brand);
box-shadow: var(--shadow-2);
}
.phero__art > .ico { width: 56px; height: 56px; }
.phero__art--fig { width: 132px; height: 196px; color: var(--ink); }
.phero__art--fig .fig { width: 84px; height: 148px; }
.sec { padding: clamp(64px, 9vw, 118px) 0; }
.sec--white { background: var(--surface); }
.sec--tint { background: var(--brand-50); }
.sec--dark { background: var(--deep); color: rgba(255, 255, 255, .74); }
.sec--dark h2, .sec--dark h3 { color: #fff; }
.sec__head { max-width: 760px; margin-bottom: clamp(34px, 4.5vw, 58px); }
.sec__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: none; }
.sec__title { font-size: clamp(1.9rem, 3.3vw, 2.8rem); line-height: 1.1; letter-spacing: -.02em; }
.sec__lead { margin-top: 18px; font-size: 1.12rem; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.split .sec__head { margin-bottom: 0; position: sticky; top: calc(var(--hdr) + 40px); }
.cards { display: grid; gap: 20px; }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
position: relative;
display: flex;
flex-direction: column;
gap: 14px;
padding: 30px 28px 28px;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 22px;
color: inherit;
text-decoration: none;
transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.card:hover { transform: translateY(-4px); border-color: var(--brand-100); box-shadow: var(--shadow-3); }
.card__ico {
display: grid;
place-items: center;
width: 54px; height: 54px;
border-radius: 16px;
background: var(--brand-50);
color: var(--brand);
transition: background-color .45s var(--ease), color .45s var(--ease);
}
.card__ico .ico { width: 26px; height: 26px; }
.card:hover .card__ico { background: var(--deep); color: var(--accent-2); }
.card__title { display: block; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; line-height: 1.2; color: var(--ink); overflow-wrap: break-word; }
.card__text { display: block; font-size: .96rem; line-height: 1.6; color: var(--muted); }
.card__more { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 6px; font-size: .9rem; font-weight: 600; color: var(--brand); }
.card__more .ico { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.card:hover .card__more .ico { transform: translateX(4px); }
.card--cond { flex-direction: row; align-items: stretch; gap: 20px; padding: 22px; }
.card__fig {
display: grid;
place-items: center;
flex: none;
width: 76px;
border-radius: 16px;
background: linear-gradient(170deg, var(--brand-50), var(--surface));
color: var(--ink);
}
.card__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.card--cond .card__title { font-size: 1.16rem; }
.card--cond .card__text { font-size: .92rem; }
:lang(ru) .card--cond .card__title { -webkit-hyphens: auto; hyphens: auto; }
@media (max-width: 1239.98px) { .cards--3:has(> .card--cond) { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 759.98px) { .cards--3:has(> .card--cond) { grid-template-columns: 1fr; } }
.fig { width: 52px; height: 92px; overflow: visible; }
.fig__body { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; opacity: .42; }
.fig__halo { fill: var(--accent-2); opacity: .28; transform-box: fill-box; transform-origin: center; }
.fig__dot { fill: var(--accent); }
.fig__trace { fill: none; stroke: var(--accent-2); stroke-width: 3; stroke-linecap: round; opacity: .85; }
.cgroup + .cgroup { margin-top: clamp(48px, 6vw, 80px); }
.cgroup__title { margin-bottom: 24px; font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
.cgroup__title::after { content: ""; display: block; width: 44px; height: 2px; margin-top: 14px; background: var(--accent); }
.post {
display: flex;
flex-direction: column;
gap: 12px;
padding: 28px;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 22px;
color: inherit;
text-decoration: none;
transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.post:hover { transform: translateY(-4px); border-color: var(--brand-100); box-shadow: var(--shadow-3); }
.post__ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--accent-50); color: var(--accent); }
.post__ico .ico { width: 22px; height: 22px; }
.post__title { font-size: 1.24rem; line-height: 1.25; }
.post__text { font-size: .95rem; line-height: 1.6; color: var(--muted); }
.post__meta { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 8px; font-size: .84rem; font-weight: 500; color: var(--faint); }
.post__meta .ico { width: 16px; height: 16px; }
.layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 340px;
gap: clamp(40px, 6vw, 96px);
align-items: start;
padding-top: clamp(44px, 6vw, 80px);
padding-bottom: clamp(72px, 9vw, 120px);
}
.prose { max-width: 730px; min-width: 0; }
.prose > * + * { margin-top: 1.05em; }
.prose h2 {
margin-top: 2.1em;
font-size: clamp(1.5rem, 2.3vw, 1.95rem);
line-height: 1.2;
scroll-margin-top: calc(var(--hdr) + 24px);
}
.prose > h2:first-child { margin-top: 0; }
.prose h2 + p { font-size: 1.13rem; line-height: 1.7; color: var(--ink-2); }
.prose h3 { margin-top: 1.7em; font-size: 1.24rem; }
.prose ul, .prose ol { padding: 0; }
.prose ul { list-style: none; }
.prose ul > li { position: relative; padding-left: 28px; }
.prose ul > li::before { content: ""; position: absolute; left: 2px; top: .8em; width: 14px; height: 1.5px; background: var(--accent); }
.prose ol { padding-left: 1.3em; }
.prose ol > li { padding-left: 6px; }
.prose ol > li::marker { color: var(--brand); font-weight: 600; }
.prose li + li { margin-top: .5em; }
.prose strong { color: var(--ink); }
.prose a { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--brand-100); }
.prose a:hover { text-decoration-color: var(--brand); }
.table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.table-wrap th, .table-wrap td { padding: 14px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.table-wrap th { background: var(--paper); font-weight: 600; color: var(--ink); }
.table-wrap tr:last-child td { border-bottom: 0; }
.callout { padding: 22px 24px; border: 1px solid var(--brand-100); border-radius: 18px; background: var(--brand-50); }
.prose .callout { margin-top: 1.8em; margin-bottom: .4em; }
.callout__title { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-weight: 600; color: var(--ink); }
.callout__title .ico { width: 22px; height: 22px; color: var(--brand); }
.callout__body > * + * { margin-top: .7em; }
.callout--warning { background: var(--warn-50); border-color: var(--warn-100); }
.callout--warning .callout__title, .callout--warning .callout__title .ico { color: var(--warn); }
.callout--science { background: var(--surface); border-color: var(--line); box-shadow: var(--shadow-2); }
.callout--science .callout__title .ico { color: var(--accent); }
blockquote.pull {
margin: 1.8em 0;
padding: 4px 0 4px 26px;
border-left: 2px solid var(--accent);
font-family: var(--serif);
font-size: 1.42rem;
line-height: 1.45;
color: var(--ink);
}
.checks { display: grid; gap: 10px; padding: 0; list-style: none; }
.prose .checks > li { display: flex; gap: 12px; padding-left: 0; }
.prose .checks > li::before { display: none; }
.checks .ico { width: 20px; height: 20px; margin-top: .22em; color: var(--brand); }
.side { position: relative; min-width: 0; }
.side__sticky { position: sticky; top: calc(var(--hdr) + 28px); display: grid; gap: 22px; }
.side__card { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-2); }
.side__doc { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.side__avatar { width: 54px; height: 54px; }
.side__name { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; line-height: 1.25; color: var(--ink); }
.side__role { margin-top: 3px; font-size: .84rem; line-height: 1.45; color: var(--muted); }
.side__facts { display: grid; gap: 12px; margin: 0 0 22px; padding: 0; list-style: none; font-size: .92rem; line-height: 1.5; }
.side__facts li { display: flex; gap: 12px; }
.side__facts .ico { width: 18px; height: 18px; margin-top: .15em; color: var(--brand); }
.side__facts a { font-weight: 600; color: var(--ink); text-decoration: none; }
.side__facts a:hover { color: var(--brand); }
.side__label { margin-bottom: 8px; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.side__rel { padding: 0 4px; }
.side__rel ul { margin: 0; padding: 0; list-style: none; }
.side__rel a {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 13px 0;
border-bottom: 1px solid var(--line);
font-size: .95rem;
font-weight: 500;
line-height: 1.35;
color: var(--ink-2);
text-decoration: none;
}
.side__rel a .ico { width: 16px; height: 16px; color: var(--faint); transition: transform .3s var(--ease), color .3s; }
.side__rel a:hover { color: var(--brand); }
.side__rel a:hover .ico { color: var(--brand); transform: translateX(3px); }
.steps { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.step { position: relative; padding: 26px 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.step__n { display: block; font: 600 .78rem/1 var(--sans); letter-spacing: .14em; color: var(--accent); }
.step__t { margin: 12px 0 8px; font-size: 1.24rem; }
.step p { font-size: .98rem; color: var(--muted); }
.minis { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mini { display: flex; gap: 14px; padding: 18px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.mini__ico { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border-radius: 12px; background: var(--brand-50); color: var(--brand); }
.mini__ico .ico { width: 20px; height: 20px; }
.mini__t { font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1.35; }
.mini p { margin-top: 4px; font-size: .92rem; line-height: 1.55; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.chips li { padding: 6px 12px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--surface); font-size: .86rem; font-weight: 500; line-height: 1.3; color: var(--ink-2); }
.hours { display: grid; gap: 6px; }
.hours div { display: flex; justify-content: space-between; gap: 16px; max-width: 280px; }
.hours dt { color: var(--muted); }
.hours dd { font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.faq { display: grid; gap: 12px; }
.faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.faq__item[open] { border-color: var(--brand-100); box-shadow: var(--shadow-2); }
.faq__q {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 22px 26px;
font-family: var(--serif);
font-size: 1.18rem;
font-weight: 600;
line-height: 1.35;
color: var(--ink);
cursor: pointer;
list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--brand); }
.faq__ico { width: 22px; height: 22px; color: var(--brand); transition: transform .35s var(--ease); }
.faq__item[open] .faq__ico { transform: rotate(45deg); }
.faq__a { padding: 0 26px 24px; }
.faq__a > * + * { margin-top: .8em; }
.faq__item[open] .faq__a { animation: rise .45s var(--ease); }
.band { padding: clamp(24px, 3vw, 40px) 0 clamp(72px, 9vw, 120px); }
.band__inner {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
gap: clamp(28px, 5vw, 72px);
align-items: center;
padding: clamp(34px, 5.4vw, 68px);
overflow: hidden;
border-radius: 32px;
background:
radial-gradient(640px 360px at 100% 0%, rgb(37 173 71 / .22), transparent 70%),
radial-gradient(700px 420px at 0% 100%, rgb(11 107 168 / .5), transparent 70%),
var(--deep);
color: rgba(255, 255, 255, .76);
}
.band__title { font-size: clamp(1.8rem, 3vw, 2.5rem); color: #fff; }
.band__text { max-width: 58ch; margin-top: 16px; font-size: 1.04rem; }
.band__side { display: grid; gap: 22px; justify-items: start; }
.band__facts { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: .92rem; }
.band__facts li { display: flex; align-items: center; gap: 10px; }
.band__facts .ico { width: 18px; height: 18px; color: var(--accent-2); }
.band__facts a { font-weight: 600; color: #fff; text-decoration: none; }
.band__facts a:hover { text-decoration: underline; }
.hero { position: relative; padding: clamp(40px, 6.4vw, 92px) 0 clamp(52px, 7vw, 100px); overflow: hidden; }
.hero::before {
content: "";
position: absolute;
inset: -20% -10% auto auto;
width: 70vw; height: 70vw;
max-width: 900px; max-height: 900px;
border-radius: 50%;
background: radial-gradient(closest-side, rgb(var(--tint) /.7), transparent);
pointer-events: none;
}
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(36px, 5vw, 80px); align-items: center; }
.hero__title { font-size: clamp(2.6rem, 5.6vw, 4.7rem); line-height: 1.02; letter-spacing: -.028em; }
.hero__name { display: block; }
.hero__role {
display: block;
max-width: 30ch;
margin-top: .45em;
font-size: clamp(1.28rem, 2.1vw, 1.72rem);
font-weight: 500;
line-height: 1.25;
letter-spacing: -.01em;
color: var(--brand);
}
.hero__lead { max-width: 56ch; margin-top: 26px; font-size: 1.14rem; line-height: 1.7; color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 36px; }
.hero__hours { display: flex; align-items: center; gap: 10px; font-size: .92rem; color: var(--muted); }
.hero__hours .ico { width: 18px; height: 18px; color: var(--accent); }
.hero__art { position: relative; justify-self: end; width: 100%; max-width: 480px; aspect-ratio: 5 / 6; }
.hero__panel {
position: absolute;
inset: 0;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 40px;
background: linear-gradient(172deg, #ffffff 0%, #eef5fb 56%, #e2f1ea 100%);
box-shadow: var(--shadow-3);
isolation: isolate;
}
.hero__panel::before {
content: "";
position: absolute;
left: 50%; bottom: -34%;
width: 118%;
aspect-ratio: 1;
border-radius: 50%;
background: radial-gradient(closest-side, rgb(11 107 168 / .16), rgb(37 173 71 / .06) 60%, transparent);
transform: translateX(-50%);
}
.portrait__img { position: absolute; left: 50%; bottom: 0; width: 90%; height: auto; max-width: none; transform: translateX(-50%); mix-blend-mode: multiply; }
.chip {
position: absolute;
z-index: 2;
display: flex;
align-items: center;
gap: 12px;
max-width: 250px;
padding: 12px 16px 12px 12px;
border: 1px solid var(--line);
border-radius: 18px;
background: rgb(var(--surface-rgb) / .94);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: var(--shadow-2);
font-size: .8rem;
line-height: 1.35;
color: var(--muted);
}
.chip strong { display: block; font-size: .9rem; color: var(--ink); }
.chip__ico { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border-radius: 12px; background: var(--deep); color: var(--accent-2); }
.chip__ico .ico { width: 19px; height: 19px; }
.chip--a { top: 11%; left: -9%; }
.chip--b { top: 47%; right: -8%; }
.chip--c { bottom: 8%; left: -5%; }
.trust { border-block: 1px solid var(--line); background: var(--surface); }
.trust__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.trust__list li { display: grid; gap: 6px; padding: 30px 28px; border-left: 1px solid var(--line); }
.trust__list li:first-child { border-left: 0; padding-left: 0; }
.trust__list strong { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; line-height: 1; letter-spacing: -.02em; color: var(--ink); }
.trust__list span { font-size: .9rem; line-height: 1.5; color: var(--muted); }
.why { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(40px, 6vw, 100px); align-items: start; }
.why__intro { position: sticky; top: calc(var(--hdr) + 40px); }
.why__intro .sec__title { color: #fff; }
.why__lead { margin: 18px 0 26px; font-size: 1.08rem; }
.why__list { margin: 0; padding: 0; list-style: none; }
.why__list li { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 16px; padding: 26px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.why__list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .12); }
.why__n { font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; color: var(--accent-2); }
.why__list h3 { font-size: 1.24rem; line-height: 1.3; }
.why__list p { margin-top: 8px; font-size: .98rem; line-height: 1.65; }
.quote__fig { position: relative; max-width: 940px; margin-inline: auto; text-align: center; }
.quote__mark { display: inline-grid; place-items: center; width: 60px; height: 60px; margin-bottom: 26px; border-radius: 50%; background: var(--accent-50); color: var(--accent); }
.quote__mark .ico { width: 26px; height: 26px; }
.quote__fig blockquote p { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.45rem); font-weight: 500; line-height: 1.3; letter-spacing: -.015em; color: var(--ink); }
.quote__fig figcaption { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; text-align: left; font-size: .9rem; color: var(--muted); }
.quote__fig figcaption strong { display: block; font-family: var(--serif); font-size: 1.05rem; color: var(--ink); }
.visit__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.visit__item { display: flex; flex-direction: column; gap: 10px; padding: 30px 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; }
.visit__item h3 { font-size: 1.2rem; }
.visit__item p { color: var(--muted); }
.visit__item .link { margin-top: auto; padding-top: 6px; }
.visit__ico { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 6px; border-radius: 14px; background: var(--brand-50); color: var(--brand); }
.visit__ico .ico { width: 24px; height: 24px; }
.visit__tel { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.visit__tel:hover { color: var(--brand); }
.about { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.profile { position: sticky; top: calc(var(--hdr) + 28px); padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-2); }
.profile__top { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.profile__top .avatar { width: 64px; height: 64px; }
.profile__name { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; line-height: 1.2; color: var(--ink); }
.profile__role { margin-top: 4px; font-size: .88rem; line-height: 1.45; color: var(--muted); }
.profile__facts { display: grid; gap: 16px; margin-top: 22px; }
.profile__facts dt { margin-bottom: 4px; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--faint); }
.profile__facts dd { font-size: .95rem; line-height: 1.5; color: var(--ink-2); }
.about__text > * + * { margin-top: 1.05em; }
.about__text h2 { margin-top: 1.9em; font-size: clamp(1.5rem, 2.3vw, 1.9rem); }
.about__text > h2:first-child { margin-top: 0; }
.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.tl { position: relative; display: grid; grid-template-columns: 150px 48px minmax(0, 1fr); column-gap: 22px; padding-bottom: 34px; }
.tl::before { content: ""; position: absolute; left: calc(150px + 22px + 24px); top: 52px; bottom: 4px; width: 1px; background: var(--line-2); }
.tl:last-child { padding-bottom: 0; }
.tl:last-child::before { display: none; }
.tl__year { grid-column: 1; padding-top: 12px; text-align: right; font-size: .9rem; font-weight: 600; color: var(--brand); font-variant-numeric: tabular-nums; }
.tl__ico { grid-column: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--brand); box-shadow: var(--shadow-1); }
.tl__ico .ico { width: 22px; height: 22px; }
.tl__body { grid-column: 3; padding-top: 10px; }
.tl__title { font-size: 1.2rem; line-height: 1.3; }
.tl__text { margin-top: 6px; color: var(--muted); }
.members { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.member { display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.member__ico { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--brand-50); color: var(--brand); }
.member__ico .ico { width: 20px; height: 20px; }
.member__name { display: block; font-weight: 600; line-height: 1.35; color: var(--ink); }
.member__gloss { display: block; margin-top: 3px; font-size: .88rem; line-height: 1.45; color: var(--muted); }
.pubcard {
position: relative;
padding: clamp(28px, 4.4vw, 52px);
overflow: hidden;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 30px;
box-shadow: var(--shadow-2);
}
.pubcard::after { content: ""; position: absolute; right: -120px; top: -120px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(closest-side, var(--accent-50), transparent); pointer-events: none; }
.pubcard__head { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 22px; }
.pubcard__badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: var(--deep); font-size: .78rem; font-weight: 600; letter-spacing: .02em; color: #fff; }
.pubcard__badge .ico { width: 16px; height: 16px; color: var(--accent-2); }
.pubcard__journal { font-size: .88rem; font-weight: 600; color: var(--brand); }
.pubcard__title { position: relative; max-width: 30ch; font-size: clamp(1.45rem, 2.6vw, 2.1rem); line-height: 1.22; }
.pubcard__authors { margin-top: 14px; color: var(--muted); }
.pubcard__authors strong { color: var(--ink); }
.pubcard__grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.pubcard__grid > div { padding: 20px 22px; border-radius: 18px; background: var(--paper); }
.pubcard__grid h3 { margin-bottom: 8px; font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.pubcard__grid p { font-size: .95rem; line-height: 1.6; }
.pubcard__foot { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .95rem; color: var(--muted); }
.pubcard--compact .pubcard__title { font-size: clamp(1.25rem, 2vw, 1.55rem); }
.plist { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.plist li { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 20px; padding: 22px 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.plist__year { padding-top: 2px; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: var(--accent); }
.plist__title { font-weight: 600; line-height: 1.45; color: var(--ink); }
.plist__meta { margin-top: 6px; font-size: .9rem; line-height: 1.55; color: var(--muted); }
.plist__meta strong { color: var(--ink-2); }
.panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.panel { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; }
.panel__ico { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 18px; border-radius: 14px; background: var(--deep); color: var(--accent-2); }
.panel__ico .ico { width: 24px; height: 24px; }
.panel h3 { margin-bottom: 14px; font-size: 1.28rem; }
.panel ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.panel li { position: relative; padding-left: 22px; font-size: .96rem; line-height: 1.6; }
.panel li::before { content: ""; position: absolute; left: 0; top: .75em; width: 10px; height: 1.5px; background: var(--accent); }
.panel li span { display: block; font-size: .86rem; color: var(--muted); }
.videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.video { display: flex; flex-direction: column; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; transition: box-shadow .45s var(--ease), transform .45s var(--ease); }
.video:hover { box-shadow: var(--shadow-3); transform: translateY(-3px); }
.video__thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--deep); }
.video__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.video:hover .video__thumb img { transform: scale(1.04); }
.video__play { position: absolute; inset: 0; display: grid; place-items: center; width: 68px; height: 68px; margin: auto; border-radius: 50%; background: rgba(255, 255, 255, .94); color: #0c2238; box-shadow: var(--shadow-3); transition: transform .35s var(--ease); }
.video__play .ico { width: 24px; height: 24px; margin-left: 3px; }
.video:hover .video__play { transform: scale(1.07); }
.video__dur { position: absolute; right: 14px; bottom: 14px; padding: 4px 9px; border-radius: 8px; background: rgb(var(--shade) /.82); font-size: .76rem; font-weight: 600; color: #fff; }
.video__body { display: flex; flex-direction: column; gap: 8px; flex: 1; padding: 24px 26px 26px; }
.video__show { font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); }
.video__title { font-size: 1.3rem; line-height: 1.25; }
.video__note { font-size: .95rem; color: var(--muted); }
.video__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 18px; margin-top: auto; padding-top: 14px; font-size: .88rem; color: var(--faint); }
.media-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.topics__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 26px; margin-top: 26px; padding: 0; list-style: none; }
.topics__list li { position: relative; padding: 12px 0 12px 24px; border-bottom: 1px solid var(--line); font-size: .96rem; line-height: 1.5; color: var(--ink-2); }
.topics__list li::before { content: ""; position: absolute; left: 0; top: 1.3em; width: 12px; height: 1.5px; background: var(--accent); }
.press { display: flex; flex-direction: column; gap: 10px; padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; }
.press .kicker { margin-bottom: 6px; }
.press__ico { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 8px; border-radius: 14px; background: var(--deep); color: var(--accent-2); }
.press__ico .ico { width: 24px; height: 24px; }
.press__title { font-size: 1.45rem; }
.press__meta { font-size: .88rem; font-weight: 600; color: var(--brand); }
.press p { color: var(--muted); }
.press .link { margin-top: 8px; }
.stack { display: grid; gap: 18px; }
.method { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 22px; padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; scroll-margin-top: calc(var(--hdr) + 24px); }
.method__ico { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: var(--brand-50); color: var(--brand); }
.method__ico .ico { width: 30px; height: 30px; }
.method__title { margin-bottom: 10px; font-size: 1.36rem; }
.method__body > * + * { margin-top: .75em; }
.method__body > p { color: var(--text); }
.method .minis { margin-top: 18px; }
.method:target { border-color: var(--accent-2); box-shadow: 0 0 0 4px var(--accent-50); }
.contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.contact__info { display: grid; gap: 14px; }
.info { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; }
.info__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--brand-50); color: var(--brand); }
.info__ico .ico { width: 23px; height: 23px; }
.info__title { margin-bottom: 6px; font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.info p { color: var(--ink-2); }
.info .link { margin-top: 10px; }
.info .chips { margin-top: 4px; }
.info__big { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; line-height: 1.2; color: var(--ink); text-decoration: none; }
.info__big:hover { color: var(--brand); }
.info__note { margin-top: 4px; font-size: .9rem; color: var(--muted) !important; }
.info--soft { background: var(--paper); }
.contact__form { position: sticky; top: calc(var(--hdr) + 24px); padding: clamp(26px, 4vw, 44px); background: var(--surface); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow-3); }
.contact__title { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.contact__intro { margin: 10px 0 28px; color: var(--muted); }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 18px; }
.field { display: grid; gap: 8px; align-content: start; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink); }
.req { margin-left: 3px; color: var(--danger); }
.field input, .field select, .field textarea {
width: 100%;
min-height: 52px;
padding: 13px 16px;
border: 1px solid var(--line-2);
border-radius: 14px;
background: var(--surface);
font: inherit;
font-size: 1rem;
line-height: 1.4;
color: var(--ink);
-webkit-appearance: none;
appearance: none;
transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--line-3); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgb(var(--brand-rgb) /.14); }
.field[data-invalid="true"] input { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(161, 58, 43, .1); }
.field__err { font-size: .84rem; color: var(--danger); }
.select { position: relative; display: block; }
.select select { padding-right: 44px; cursor: pointer; }
.select .ico { position: absolute; right: 16px; top: 50%; width: 14px; height: 14px; color: var(--muted); transform: translateY(-50%); pointer-events: none; }
.form__foot { grid-column: 1 / -1; display: grid; gap: 12px; margin-top: 6px; }
.form__note { font-size: .84rem; line-height: 1.55; color: var(--muted); }
.form__status { min-height: 1.5em; font-size: .92rem; font-weight: 500; color: var(--brand); }
.form__status[data-state="error"] { color: var(--danger); }
.map { position: relative; overflow: hidden; aspect-ratio: 16 / 6.5; background: var(--brand-50); border: 1px solid var(--line); border-radius: 28px; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.nf { padding: clamp(72px, 12vw, 160px) 0; text-align: center; }
.nf__inner { display: grid; justify-items: center; max-width: 720px; }
.nf__code { font-family: var(--serif); font-size: clamp(5rem, 14vw, 9rem); font-weight: 600; line-height: .9; letter-spacing: -.04em; color: var(--brand-100); }
.nf__title { margin-top: 18px; font-size: clamp(2rem, 4vw, 3rem); }
.nf__text { max-width: 52ch; margin: 18px 0 34px; color: var(--muted); }
.nf__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin-top: 34px; padding: 0; list-style: none; }
.nf__links a { font-weight: 600; color: var(--brand); text-decoration: none; }
.nf__links a:hover { text-decoration: underline; }
.ftr { padding: clamp(64px, 8vw, 96px) 0 0; background: var(--deep); color: rgba(255, 255, 255, .66); font-size: .94rem; }
.ftr__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); padding-bottom: clamp(44px, 6vw, 72px); }
.ftr__logo { height: 56px; margin-bottom: 20px; padding: 9px 12px; box-sizing: content-box; border-radius: 16px; background: #ffffff; }
.ftr__name { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; color: #fff; }
.ftr__role { margin-top: 4px; color: var(--accent-2); }
.ftr__text { max-width: 36ch; margin-top: 14px; line-height: 1.6; }
.ftr__social { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: #fff; text-decoration: none; }
.ftr__social .ico { width: 20px; height: 20px; color: var(--accent-2); }
.ftr__social:hover span { text-decoration: underline; }
.ftr__h { margin-bottom: 16px; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #fff; }
.ftr__col ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ftr__col a { color: rgba(255, 255, 255, .7); text-decoration: none; transition: color .2s; }
.ftr__col a:hover { color: #fff; }
.ftr__addr { line-height: 1.6; }
.ftr__contact { margin-top: 16px !important; }
.ftr__contact li { display: flex; gap: 10px; line-height: 1.55; }
.ftr__contact .ico { width: 18px; height: 18px; margin-top: .15em; color: var(--accent-2); }
.ftr__base { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px 32px; align-items: center; padding-top: 24px; padding-bottom: 28px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .82rem; color: rgba(255, 255, 255, .5); }
.ftr__disc { max-width: 70ch; }
.ftr__credit a { color: #fff; font-weight: 600; text-decoration: none; }
.ftr__credit a:hover { color: var(--accent-2); }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes float { from { transform: translateY(0); } to { transform: translateY(-8px); } }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: .28; } 50% { transform: scale(1.18); opacity: .12; } }
.js .reveal {
opacity: 0;
transform: translateY(20px);
transition: opacity .8s var(--ease), transform .8s var(--ease);
transition-delay: calc(var(--i, 0) * 70ms);
}
.js .reveal.is-in { opacity: 1; transform: none; }
.no-reveal .reveal { opacity: 1 !important; transform: none !important; }
.js .card.reveal.is-in:hover, .js .post.reveal.is-in:hover { transform: translateY(-4px); transition-delay: 0s; }
.js .video.reveal.is-in:hover { transform: translateY(-3px); transition-delay: 0s; }
.chip { animation: float 5.5s ease-in-out infinite alternate; }
.chip--b { animation-delay: -1.8s; }
.chip--c { animation-delay: -3.6s; }
.hero__copy { animation: rise .9s var(--ease) both; }
.hero__art { animation: rise 1.1s var(--ease) .12s both; }
.fig__halo { animation: pulse 3.2s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
.js .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1239.98px) {
.chip--a { left: -4%; }
.chip--b { right: -3%; }
.chip--c { left: -2%; }
}
@media (max-width: 1179.98px) {
.nav { display: none; }
.burger { display: grid; }
.lang { display: none; }
}
@media (max-width: 1023.98px) {
:root { --hdr: 68px; }
.hero__grid { grid-template-columns: 1fr; }
.hero__art { justify-self: center; max-width: 440px; aspect-ratio: 1 / 1.08; margin-top: 12px; }
.chip--a { left: 0; }
.chip--b { right: 0; }
.chip--c { left: 4%; }
.cards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust__list li { padding: 24px 24px 24px 0; border-left: 0; border-top: 1px solid var(--line); }
.trust__list li:nth-child(-n+2) { border-top: 0; }
.trust__list li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.split, .why, .about, .contact, .media-split { grid-template-columns: 1fr; }
.split .sec__head, .why__intro, .profile, .contact__form { position: static; }
.layout { grid-template-columns: 1fr; }
.side__sticky { position: static; }
.prose { max-width: none; }
.band__inner { grid-template-columns: 1fr; }
.visit__grid { grid-template-columns: 1fr; }
.pubcard__grid { grid-template-columns: 1fr; }
.ftr__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ftr__brand { grid-column: 1 / -1; }
.ftr__base { grid-template-columns: 1fr; }
.phero__art { width: 104px; height: 104px; border-radius: 26px; }
.phero__art > .ico { width: 44px; height: 44px; }
.phero__art--fig { width: 104px; height: 160px; }
.phero__art--fig .fig { width: 66px; height: 118px; }
}
@media (max-width: 759.98px) {
body { font-size: 1rem; }
.brand__role { display: none; }
.brand__name { font-size: 1rem; }
.brand__logo { height: 38px; }
.cards--3, .members, .panels, .videos, .minis, .topics__list { grid-template-columns: 1fr; }
.sec__head--row { flex-direction: column; align-items: flex-start; }
.phero__row { flex-direction: column-reverse; align-items: flex-start; gap: 22px; }
.phero__art { width: 72px; height: 72px; border-radius: 20px; }
.phero__art > .ico { width: 32px; height: 32px; }
.phero__art--fig { width: 72px; height: 112px; }
.phero__art--fig .fig { width: 46px; height: 82px; }
.phero__lead { font-size: 1.06rem; }
.form { grid-template-columns: 1fr; }
.plist li { grid-template-columns: 1fr; gap: 4px; }
.tl { grid-template-columns: 44px minmax(0, 1fr); column-gap: 16px; padding-bottom: 28px; }
.tl::before { left: 22px; top: 48px; }
.tl__year { grid-column: 2; grid-row: 1; padding-top: 0; text-align: left; font-size: .82rem; }
.tl__ico { grid-column: 1; grid-row: 1 / span 2; width: 44px; height: 44px; }
.tl__body { grid-column: 2; grid-row: 2; padding-top: 2px; }
.method { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
.method__ico { width: 52px; height: 52px; }
.card--cond { padding: 18px; gap: 16px; }
.card__fig { width: 64px; }
.chip { max-width: 210px; padding: 10px 12px 10px 10px; font-size: .74rem; }
.chip strong { font-size: .82rem; }
.chip__ico { width: 32px; height: 32px; border-radius: 10px; }
.hero__actions .btn { width: 100%; }
.map { aspect-ratio: 4 / 3.4; }
.ftr__grid { grid-template-columns: 1fr; }
.band__side { justify-items: stretch; }
.band__side .btn { width: 100%; }
.quote__fig figcaption { flex-direction: column; text-align: center; }
.faq__q { padding: 18px 20px; font-size: 1.08rem; }
.faq__a { padding: 0 20px 20px; }
}
@media (max-width: 419.98px) {
.brand__name { font-size: .94rem; }
.trust__list { grid-template-columns: 1fr; }
.trust__list li, .trust__list li:nth-child(even) { padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
.trust__list li:first-child { border-top: 0; }
.chip--b { display: none; }
}
@media print {
.hdr, .drawer, .band, .side__rel, .ftr__grid, .skip { display: none !important; }
body { background: #ffffff; }
.js .reveal { opacity: 1; transform: none; }
}
.logo { display: block; width: auto; max-width: none; }
.avatar { display: block; flex: none; border-radius: 50%; object-fit: cover; background: #eef4f9; }
.side__avatar { box-shadow: 0 0 0 3px var(--surface), 0 0 0 4px var(--line-2); }
.quote__fig figcaption .avatar { width: 58px; height: 58px; box-shadow: 0 0 0 3px var(--surface), 0 0 0 4px var(--line-2); }
html[data-theme="dark"] :is(.brand__logo, .drawer__logo, .vc__logo) { padding: 4px 6px; box-sizing: content-box; border-radius: 12px; background: #ffffff; }
@media (prefers-color-scheme: dark) {
html[data-theme="auto"] :is(.brand__logo, .drawer__logo, .vc__logo) { padding: 4px 6px; box-sizing: content-box; border-radius: 12px; background: #ffffff; }
}
.kicker::before { height: 2px; border-radius: 2px; background: var(--grad); }
.kicker--light::before { background: linear-gradient(90deg, #25ad47, #6db2ea); }
.chip--a { top: auto; bottom: 36%; left: -9%; }
.chip--b { top: auto; bottom: 20%; right: -8%; }
.chip--c { top: auto; bottom: 5%; left: -5%; }
.profile__media {
position: relative;
margin: -30px -30px 22px;
aspect-ratio: 1 / 1.08;
overflow: hidden;
border-radius: 27px 27px 0 0;
background: linear-gradient(172deg, #ffffff 0%, #eef5fb 56%, #e2f1ea 100%);
isolation: isolate;
}
.photo__img { position: absolute; left: 50%; bottom: 0; width: 84%; height: auto; max-width: none; transform: translateX(-50%); mix-blend-mode: multiply; }
.profile__top { padding-top: 0; }
.mails { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.mails a { font-weight: 600; color: var(--ink); text-decoration: none; overflow-wrap: anywhere; }
.mails a:hover { color: var(--brand); text-decoration: underline; }
.drawer__contact .drawer__mail { font-size: .95rem; font-weight: 500; }
.drawer__mail span { overflow-wrap: anywhere; }
body { overflow-wrap: break-word; }
:is(.cards, .creds, .panels, .minis, .stack, .members, .visit__grid, .videos, .steps, .plist, .tgroups, .trust__list) > * { min-width: 0; }
:lang(ru) :is(h1, h2, h3) { -webkit-hyphens: auto; hyphens: auto; }
.mini > div, .plist li > *, .tlist li > *, :is(.ftr__contact, .side__facts, .band__facts) li > :not(.ico) { min-width: 0; }
a[href^="mailto:"] { overflow-wrap: anywhere; }
@media (max-width: 1439.98px) {
html[data-fs] :is(.nav, .lang) { display: none; }
html[data-fs] .burger { display: grid; }
}
html:is([data-fs="3"], [data-fs="4"]) :is(.nav, .lang, .chip) { display: none; }
html:is([data-fs="3"], [data-fs="4"]) .burger { display: grid; }
html[data-fs] .vc__label { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
html[data-fs] .vc__btn { justify-content: center; width: 44px; height: 44px; padding: 0; border-radius: 12px; }
.vc { position: relative; }
html:not(.js) .vc { display: none; }
.vc__btn {
display: inline-flex;
align-items: center;
gap: 8px;
height: 40px;
padding: 0 14px 0 12px;
border: 1px solid var(--line-2);
border-radius: 999px;
background: rgb(var(--surface-rgb) / .6);
font-size: .84rem;
font-weight: 600;
color: var(--ink);
cursor: pointer;
transition: border-color .2s, background-color .2s;
}
.vc__btn .ico { width: 19px; height: 19px; color: var(--brand); }
.vc__btn:hover, .vc__btn[aria-expanded="true"] { border-color: var(--brand-100); background: var(--surface); }
.vc__panel { position: absolute; right: 0; top: calc(100% + 12px); z-index: 70; width: 384px; }
.vc__scrim { display: none; }
.vc__card {
position: relative;
max-height: calc(100vh - var(--hdr) - 28px);
padding: 22px;
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 24px;
box-shadow: var(--shadow-3);
animation: vc-pop .22s var(--ease);
}
.vc__card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--grad); }
.vc__head { display: flex; align-items: center; gap: 14px; }
.vc__photo { width: 66px; height: 66px; box-shadow: 0 0 0 3px var(--surface), 0 0 0 5px var(--brand-100); }
.vc__id { flex: 1; min-width: 0; }
.vc__kicker { font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.vc__name { margin-top: 3px; font-family: var(--serif); font-size: 1.16rem; font-weight: 600; line-height: 1.2; color: var(--ink); }
.vc__role { margin-top: 3px; font-size: .8rem; line-height: 1.4; color: var(--muted); }
.vc__close {
display: grid;
place-items: center;
align-self: flex-start;
flex: none;
width: 36px; height: 36px;
margin: -6px -8px 0 0;
padding: 0;
border: 0;
border-radius: 10px;
background: none;
color: var(--muted);
cursor: pointer;
}
.vc__close:hover { background: var(--brand-50); color: var(--ink); }
.vc__close .ico { width: 18px; height: 18px; }
.vc__org { display: flex; align-items: center; gap: 12px; margin: 16px 0 8px; padding: 12px 14px; border-radius: 14px; background: var(--paper); font-size: .82rem; line-height: 1.45; color: var(--ink-2); }
.vc__logo { height: 30px; }
.vc__list { display: grid; margin: 0; padding: 0; list-style: none; }
.vc__row { display: flex; align-items: flex-start; gap: 12px; padding: 9px 8px; border-radius: 12px; color: inherit; text-decoration: none; transition: background-color .2s; }
a.vc__row:hover { background: var(--brand-50); }
.vc__ico { display: grid; place-items: center; flex: none; width: 34px; height: 34px; border-radius: 10px; background: var(--brand-50); color: var(--brand); }
.vc__ico .ico { width: 18px; height: 18px; }
.vc__txt { display: grid; min-width: 0; padding-top: 1px; }
.vc__k { font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.vc__v { font-size: .9rem; font-weight: 500; line-height: 1.45; color: var(--ink); overflow-wrap: anywhere; }
.vc__actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: 14px; }
.vc__save, .vc__share {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 48px;
padding: 0 18px;
border-radius: 999px;
font: 600 .9rem/1.2 var(--sans);
text-decoration: none;
cursor: pointer;
transition: background-color .25s var(--ease), border-color .25s, color .25s;
}
.vc__save { border: 1px solid transparent; background: var(--cta); color: #fff; }
.vc__save:hover { background: var(--cta-hover); }
.vc__share { border: 1px solid var(--line-2); background: var(--surface); color: var(--ink); }
.vc__share:hover { border-color: var(--brand); color: var(--brand); }
.vc__save .ico, .vc__share .ico { width: 19px; height: 19px; }
.vc__hint { margin-top: 10px; font-size: .76rem; line-height: 1.45; text-align: center; color: var(--muted); }
.vc__status { margin-top: 4px; font-size: .8rem; font-weight: 600; text-align: center; color: var(--accent); }
.vc__status:empty { display: none; }
@keyframes vc-pop { from { opacity: 0; transform: translateY(-6px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes vc-sheet { from { transform: translateY(100%); } to { transform: none; } }
@keyframes vc-fade { from { opacity: 0; } to { opacity: 1; } }
.a11y { position: fixed; right: 18px; bottom: 18px; z-index: 55; }
html:not(.js) .a11y { display: none; }
.a11y__btn {
display: grid;
place-items: center;
width: 54px; height: 54px;
padding: 0;
border: 0;
border-radius: 50%;
background: var(--cta);
color: #fff;
box-shadow: 0 0 0 3px rgb(var(--surface-rgb) / .92), 0 14px 30px -10px rgb(var(--shade) / .55);
cursor: pointer;
transition: background-color .25s var(--ease), transform .25s var(--ease);
}
.a11y__btn:hover { background: var(--cta-hover); transform: translateY(-2px); }
.a11y__btn[aria-expanded="true"] { background: var(--cta-hover); }
.a11y__btn .ico { width: 30px; height: 30px; }
.a11y__panel {
position: absolute;
right: 0;
bottom: calc(100% + 12px);
width: min(344px, calc(100vw - 36px));
max-height: calc(100vh - 110px);
max-height: calc(100dvh - 110px);
overflow-y: auto;
overscroll-behavior: contain;
padding: 18px;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 22px;
box-shadow: var(--shadow-3);
animation: a11y-pop .22s var(--ease);
}
.a11y__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.a11y__title { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; color: var(--ink); }
.a11y__title .ico { width: 22px; height: 22px; color: var(--brand); }
.a11y__close { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 10px; background: none; color: var(--muted); cursor: pointer; }
.a11y__close:hover { background: var(--brand-50); color: var(--ink); }
.a11y__close .ico { width: 18px; height: 18px; }
.a11y__group + .a11y__group { margin-top: 14px; }
.a11y__label { margin-bottom: 8px; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.a11y__seg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 4px; border-radius: 14px; background: var(--paper); }
.a11y__opt {
display: grid;
justify-items: center;
gap: 4px;
min-width: 0;
padding: 9px 4px 8px;
border: 1px solid transparent;
border-radius: 10px;
background: none;
font-size: .76rem;
font-weight: 600;
line-height: 1.2;
color: var(--muted);
cursor: pointer;
}
.a11y__opt span { max-width: 100%; overflow-wrap: anywhere; }
.a11y__opt .ico { width: 20px; height: 20px; }
.a11y__opt:hover { color: var(--ink); }
.a11y__opt[aria-pressed="true"] { border-color: var(--line); background: var(--surface); color: var(--brand); box-shadow: var(--shadow-1); }
.a11y__size { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 8px; padding: 4px; border-radius: 14px; background: var(--paper); }
.a11y__step { display: grid; place-items: center; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--ink); cursor: pointer; }
.a11y__step .ico { width: 18px; height: 18px; }
.a11y__step:hover { border-color: var(--brand); color: var(--brand); }
.a11y__step[aria-disabled="true"] { opacity: .4; cursor: default; }
.a11y__step[aria-disabled="true"]:hover { border-color: var(--line); color: var(--ink); }
.a11y__value { text-align: center; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--ink); }
.a11y__toggles { display: grid; gap: 6px; margin-top: 14px; }
.a11y__toggle {
display: grid;
grid-template-columns: 22px minmax(0, 1fr) 38px;
align-items: center;
gap: 12px;
width: 100%;
padding: 10px 12px;
border: 1px solid var(--line);
border-radius: 12px;
background: var(--surface);
text-align: left;
font-size: .9rem;
font-weight: 500;
line-height: 1.3;
color: var(--ink);
cursor: pointer;
}
.a11y__toggle .ico { width: 20px; height: 20px; color: var(--brand); }
.a11y__toggle:hover { border-color: var(--brand-100); background: var(--brand-50); }
.a11y__switch { position: relative; width: 38px; height: 22px; border-radius: 999px; background: var(--line-2); transition: background-color .2s; }
.a11y__switch::after { content: ""; position: absolute; left: 3px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgb(0 0 0 / .3); transition: transform .2s var(--ease); }
.a11y__toggle[aria-pressed="true"] { border-color: var(--brand-100); }
.a11y__toggle[aria-pressed="true"] .a11y__switch { background: var(--brand); }
.a11y__toggle[aria-pressed="true"] .a11y__switch::after { transform: translateX(16px); }
.a11y__reset {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
min-height: 42px;
margin-top: 12px;
border: 1px dashed var(--line-3);
border-radius: 12px;
background: none;
font-size: .86rem;
font-weight: 600;
color: var(--muted);
cursor: pointer;
}
.a11y__reset:hover { border-color: var(--brand); color: var(--brand); }
.a11y__reset .ico { width: 16px; height: 16px; }
.a11y__note { margin-top: 10px; font-size: .74rem; line-height: 1.45; text-align: center; color: var(--faint); }
@keyframes a11y-pop { from { opacity: 0; transform: translateY(6px) scale(.985); } to { opacity: 1; transform: none; } }
.ftr__base { padding-bottom: 92px; }
.creds { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.cred { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 24px 24px 22px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.cred::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad); }
.cred__year { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--accent); }
.cred__title { font-weight: 600; line-height: 1.45; color: var(--ink); }
.cred__by { font-size: .88rem; line-height: 1.5; color: var(--muted); }
.cred__tag { align-self: flex-start; margin-top: auto; padding: 4px 10px; border-radius: 999px; background: var(--brand-50); font-size: .74rem; font-weight: 600; line-height: 1.3; color: var(--brand); }
.tgroups { display: grid; gap: 12px; }
.tgroup { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.tgroup[open] { border-color: var(--brand-100); box-shadow: var(--shadow-2); }
.tgroup__sum { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto 20px; align-items: center; gap: 16px; padding: 18px 22px; cursor: pointer; list-style: none; }
.tgroup__sum::-webkit-details-marker { display: none; }
.tgroup__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--brand-50); color: var(--brand); }
.tgroup__ico .ico { width: 22px; height: 22px; }
.tgroup__title { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; line-height: 1.3; color: var(--ink); }
.tgroup__count { padding: 4px 10px; border-radius: 999px; background: var(--paper); font-size: .78rem; font-weight: 600; white-space: nowrap; color: var(--muted); }
.tgroup__chev { width: 18px; height: 18px; color: var(--muted); transition: transform .3s var(--ease); }
.tgroup[open] .tgroup__chev { transform: rotate(180deg); }
.tlist { margin: 0; padding: 0 22px 14px; list-style: none; }
.tlist li { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.tlist__date { font-size: .86rem; font-weight: 600; line-height: 1.5; color: var(--accent); font-variant-numeric: tabular-nums; }
.tlist__title { line-height: 1.5; color: var(--ink); }
.tlist__by { display: block; margin-top: 2px; font-size: .86rem; color: var(--muted); }
.tlist__role { display: inline-block; margin-left: 4px; padding: 1px 8px; border-radius: 999px; background: var(--accent-50); font-size: .72rem; font-weight: 600; color: var(--accent); vertical-align: 1px; }
.plist--wide li { grid-template-columns: 124px minmax(0, 1fr); }
.plist--wide .plist__year { font-size: 1.08rem; line-height: 1.5; }
.panel > .link { margin-top: 18px; }
html[data-theme="dark"] :is(.hero__panel, .profile__media) { border-color: var(--line-2); }
html[data-theme="dark"] .avatar { background: #dfe8f0; }
@media (max-width: 1399.98px) {
.vc__label { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.vc__btn { justify-content: center; width: 40px; padding: 0; }
}
@media (max-width: 1239.98px) {
.chip--a { left: -4%; }
.chip--b { right: -3%; }
.chip--c { left: -2%; }
}
@media (max-width: 1179.98px) {
.vc__btn { width: 44px; height: 44px; border-radius: 12px; }
.vc__btn .ico { width: 21px; height: 21px; }
}
@media (max-width: 1023.98px) {
.chip--a { left: 0; }
.chip--b { right: 0; }
.chip--c { left: 4%; }
.creds { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.profile__media { aspect-ratio: 16 / 11; }
.photo__img { width: 52%; }
}
@media (max-width: 759.98px) {
.vc__panel { position: fixed; inset: 0; z-index: 130; display: flex; align-items: flex-end; width: auto; }
.vc__scrim { position: absolute; inset: 0; display: block; background: rgb(var(--shade) / .5); animation: vc-fade .2s ease; }
.vc__card {
width: 100%;
max-height: calc(100vh - 20px);
max-height: calc(100dvh - 20px);
overflow-y: auto;
overscroll-behavior: contain;
padding: 24px 20px calc(20px + env(safe-area-inset-bottom));
border-radius: 26px 26px 0 0;
animation: vc-sheet .32s var(--ease);
}
.a11y { right: 14px; bottom: 14px; }
.a11y__btn { width: 50px; height: 50px; }
.a11y__btn .ico { width: 28px; height: 28px; }
.creds { grid-template-columns: 1fr; }
.tgroup__sum { grid-template-columns: 40px minmax(0, 1fr) 20px; gap: 12px; padding: 16px 18px; }
.tgroup__ico { width: 40px; height: 40px; border-radius: 12px; }
.tgroup__count { display: none; }
.tlist { padding: 0 18px 12px; }
.tlist li { grid-template-columns: 1fr; gap: 2px; }
.profile__media { margin: -30px -30px 20px; aspect-ratio: 1 / 1; }
.photo__img { width: 78%; }
.ftr__base { padding-bottom: 88px; }
.plist--wide li { grid-template-columns: 1fr; gap: 4px; }
.plist--wide .plist__year { font-size: .98rem; }
}
@media (max-width: 419.98px) {
.hdr__bar { gap: 10px; }
.hdr__tools { gap: 6px; }
.brand { gap: 8px; }
.brand__logo { height: 34px; }
.brand__name { font-size: .9rem; white-space: normal; line-height: 1.15; }
.vc__btn, .burger { width: 42px; height: 42px; }
}
@media print {
.a11y, .vc { display: none !important; }
html { color-scheme: light; --bg: #ffffff; --surface: #ffffff; --ink: #0c2238; --text: #293d51; --muted: #53667a; }
}
