@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 {
--ink: #0e2a30;
--ink-2: #1b3d44;
--text: #2c3d42;
--muted: #5a6b70;
--faint: #879599;
--line: #e2e7e5;
--line-2: #d1d9d7;
--paper: #f7f5f0;
--paper-2: #efebe3;
--white: #ffffff;
--brand: #1e6a6f;
--brand-2: #155459;
--brand-50: #eaf3f2;
--brand-100: #d3e6e3;
--gold: #a9844d;
--gold-2: #c9a66b;
--gold-50: #f6efe4;
--warn: #93452a;
--warn-50: #fbf1ea;
--warn-100: #f0d8c8;
--danger: #a13a2b;
--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 rgba(14, 42, 48, .05);
--shadow-2: 0 1px 2px rgba(14, 42, 48, .04), 0 14px 34px -16px rgba(14, 42, 48, .2);
--shadow-3: 0 2px 6px rgba(14, 42, 48, .05), 0 34px 70px -30px rgba(14, 42, 48, .34);
--ease: cubic-bezier(.22, .7, .18, 1);
}
*, *::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(--ink);
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(--ink); color: #fff; box-shadow: 0 14px 28px -14px rgba(14, 42, 48, .6); }
.btn--primary:hover { background: var(--brand); box-shadow: 0 18px 32px -16px rgba(30, 106, 111, .65); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--gold-50); }
.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(--gold-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(--gold); }
.kicker--light { color: var(--gold-2); }
.kicker--light::before { background: var(--gold-2); }
.hdr {
position: sticky;
top: 0;
z-index: 60;
height: var(--hdr);
background: rgba(247, 245, 240, .78);
-webkit-backdrop-filter: saturate(160%) blur(16px);
backdrop-filter: saturate(160%) blur(16px);
border-bottom: 1px solid transparent;
transition: background-color .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.hdr.is-scrolled {
background: rgba(255, 255, 255, .9);
border-color: var(--line);
box-shadow: 0 10px 30px -24px rgba(14, 42, 48, .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;
}
.mark { width: 42px; height: 42px; flex: none; }
.mark__bg { fill: var(--ink); }
.mark__v rect { fill: var(--gold-2); }
.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(--gold);
}
.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: #fff;
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: #fff; }
.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: #fff; }
.sub__aside .sub__ico { background: #fff; }
.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: rgba(255, 255, 255, .55);
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: #fff; }
.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: #fff;
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: rgba(255, 255, 255, .55);
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: rgba(9, 30, 34, .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__top .mark { width: 36px; height: 36px; }
.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: #fff;
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(--gold); 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(--ink); border-color: var(--ink); 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%, rgba(211, 230, 227, .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(--gold); }
.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, #fff, 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: #fff; }
.sec--tint { background: var(--brand-50); }
.sec--dark { background: var(--ink); 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: #fff;
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(--ink); color: var(--gold-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), #fff);
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(--gold-2); opacity: .28; transform-box: fill-box; transform-origin: center; }
.fig__dot { fill: var(--gold); }
.fig__trace { fill: none; stroke: var(--gold-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(--gold); }
.post {
display: flex;
flex-direction: column;
gap: 12px;
padding: 28px;
background: #fff;
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(--gold-50); color: var(--gold); }
.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(--gold); }
.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: #fff; 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: #fff; border-color: var(--line); box-shadow: var(--shadow-2); }
.callout--science .callout__title .ico { color: var(--gold); }
blockquote.pull {
margin: 1.8em 0;
padding: 4px 0 4px 26px;
border-left: 2px solid var(--gold);
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: #fff; 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__doc .mark { width: 48px; height: 48px; }
.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: #fff; border: 1px solid var(--line); border-radius: 20px; }
.step__n { display: block; font: 600 .78rem/1 var(--sans); letter-spacing: .14em; color: var(--gold); }
.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: #fff; 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: #fff; 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: #fff; 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%, rgba(201, 166, 107, .2), transparent 70%),
radial-gradient(700px 420px at 0% 100%, rgba(30, 106, 111, .45), transparent 70%),
var(--ink);
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(--gold-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, rgba(211, 230, 227, .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(--gold); }
.hero__art { position: relative; justify-self: end; width: 100%; max-width: 500px; aspect-ratio: 5 / 6; }
.hero__panel {
position: absolute;
inset: 0;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 40px;
background: linear-gradient(165deg, #ffffff 0%, #f1f7f6 48%, var(--gold-50) 100%);
box-shadow: var(--shadow-3);
}
.spine { position: absolute; left: 12%; top: 3%; width: 76%; height: 94%; }
.sp-ring { fill: none; stroke: var(--brand); stroke-opacity: .1; stroke-width: 1; }
.sp-ring--dash { stroke-dasharray: 2 8; stroke-opacity: .22; }
.sp-dot { fill: var(--gold-2); opacity: .7; }
.sp-body, .sp-sacrum { fill: url(#sp-g); stroke: var(--brand); stroke-width: 1.5; }
.sp-wing { fill: none; stroke: var(--brand); stroke-opacity: .5; stroke-width: 3; stroke-linecap: round; }
.sp-disc { fill: var(--gold-2); opacity: .7; }
.chip {
position: absolute;
z-index: 2;
display: flex;
align-items: center;
gap: 12px;
max-width: 250px;
padding: 12px 16px 12px 12px;
border: 1px solid rgba(226, 231, 229, .9);
border-radius: 18px;
background: rgba(255, 255, 255, .92);
-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(--ink); color: var(--gold-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: #fff; }
.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(--gold-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(--gold-50); color: var(--gold); }
.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: #fff; 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: #fff; 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 .mark { width: 60px; height: 60px; }
.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: #fff; 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: #fff; 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: #fff;
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(--gold-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(--ink); font-size: .78rem; font-weight: 600; letter-spacing: .02em; color: #fff; }
.pubcard__badge .ico { width: 16px; height: 16px; color: var(--gold-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(--gold); }
.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: #fff; 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(--gold); }
.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: #fff; 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(--ink); color: var(--gold-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(--gold); }
.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: #fff; 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(--ink); }
.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: var(--ink); 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: rgba(9, 30, 34, .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(--gold); }
.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(--ink); color: var(--gold-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: #fff; 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(--gold-2); box-shadow: 0 0 0 4px var(--gold-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: #fff; 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: #fff; 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: #fff;
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: #bcc8c5; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(30, 106, 111, .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(--ink); 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__brand .mark { width: 48px; height: 48px; margin-bottom: 18px; }
.ftr__brand .mark__bg { fill: rgba(255, 255, 255, .08); }
.ftr__name { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; color: #fff; }
.ftr__role { margin-top: 4px; color: var(--gold-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(--gold-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(--gold-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(--gold-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; }
.mark { width: 38px; 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: #fff; }
.js .reveal { opacity: 1; transform: none; }
}
