:root {
	--sj-paper: #f5f6f2;
	--sj-white: #ffffff;
	--sj-ink: #11131a;
	--sj-muted: #666b75;
	--sj-line: #d9dce0;
	--sj-blue: #1c46f2;
	--sj-blue-dark: #1334bf;
	--sj-lime: #c8fa42;
	--sj-dark: #141820;
	--sj-radius: 1.25rem;
	--sj-shadow: 0 1.2rem 3rem rgba(17, 19, 26, .09);
	--sj-container: 1280px;
	--sj-font: "Segoe UI", Inter, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sj-paper);
	color: var(--sj-ink);
	font-family: var(--sj-font);
	font-size: 17px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .sj-header {
	top: 32px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

.sj-container {
	width: min(calc(100% - 48px), var(--sj-container));
	margin-inline: auto;
}

.sj-skip-link {
	position: fixed;
	z-index: 99999;
	top: -100px;
	left: 1rem;
	padding: .75rem 1rem;
	background: var(--sj-white);
	color: var(--sj-ink);
	box-shadow: var(--sj-shadow);
}

.sj-skip-link:focus {
	top: 1rem;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.sj-header {
	position: sticky;
	z-index: 50;
	top: 0;
	border-bottom: 1px solid rgba(17, 19, 26, .08);
	background: rgba(245, 246, 242, .9);
	backdrop-filter: blur(18px);
}

.sj-header__inner {
	display: flex;
	align-items: center;
	min-height: 86px;
	gap: 2rem;
}

.sj-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: .75rem;
	letter-spacing: -.02em;
}

.sj-brand .custom-logo {
	width: auto;
	max-width: 230px;
	max-height: 60px;
}

.sj-brand__mark {
	width: 43px;
	height: 43px;
	fill: none;
	stroke: var(--sj-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sj-brand__mark circle {
	fill: var(--sj-lime);
	stroke: var(--sj-ink);
	stroke-width: 1.3;
}

.sj-brand__mark circle:last-child {
	fill: var(--sj-blue);
	stroke: var(--sj-white);
}

.sj-brand span {
	display: grid;
	line-height: 1.05;
}

.sj-brand strong {
	font-size: 1rem;
	font-weight: 800;
}

.sj-brand small {
	margin-top: .2rem;
	color: var(--sj-muted);
	font-size: .7rem;
	font-weight: 600;
}

.sj-nav {
	margin-left: auto;
}

.sj-nav__list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 1.35rem;
	list-style: none;
}

.sj-nav__list li {
	position: relative;
}

.sj-nav__list a {
	display: block;
	padding-block: 1.85rem;
	font-size: .79rem;
	font-weight: 700;
	white-space: nowrap;
}

.sj-nav__list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 1.3rem;
	left: 0;
	height: 2px;
	background: var(--sj-blue);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
}

.sj-nav__list > li:hover > a::after,
.sj-nav__list .current-menu-item > a::after,
.sj-nav__list .current_page_item > a::after {
	transform: scaleX(1);
}

.sj-nav__list .sub-menu {
	position: absolute;
	top: calc(100% - 1rem);
	left: -.8rem;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: .6rem;
	border: 1px solid var(--sj-line);
	border-radius: .8rem;
	background: var(--sj-white);
	box-shadow: var(--sj-shadow);
	list-style: none;
}

.sj-nav__list li:hover > .sub-menu,
.sj-nav__list li:focus-within > .sub-menu {
	display: block;
}

.sj-nav__list .sub-menu a {
	padding: .6rem .7rem;
	border-radius: .5rem;
}

.sj-nav__list .sub-menu a:hover {
	background: var(--sj-paper);
}

.sj-header__join {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: .65rem 1.05rem;
	border: 1px solid var(--sj-ink);
	border-radius: 999px;
	font-size: .8rem;
	font-weight: 800;
	transition: .2s ease;
}

.sj-header__join:hover {
	border-color: var(--sj-blue);
	background: var(--sj-blue);
	color: var(--sj-white);
}

.sj-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	margin-left: auto;
	padding: 11px;
	border: 1px solid var(--sj-line);
	border-radius: 50%;
	background: transparent;
}

.sj-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 4px 0;
	background: var(--sj-ink);
}

.sj-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(5rem, 8vw, 8.5rem);
}

.sj-hero::before {
	position: absolute;
	top: -13rem;
	left: 52%;
	width: 42rem;
	height: 42rem;
	border: 1px solid rgba(28, 70, 242, .11);
	border-radius: 50%;
	content: "";
}

.sj-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(430px, .78fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.sj-eyebrow,
.sj-heading > div > span,
.sj-join-banner > div > div > span {
	display: flex;
	align-items: center;
	margin: 0 0 1.4rem;
	color: var(--sj-blue);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sj-eyebrow span {
	width: 28px;
	height: 2px;
	margin-right: .7rem;
	background: var(--sj-blue);
}

.sj-hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(3.1rem, 5.45vw, 6rem);
	font-weight: 760;
	letter-spacing: -.067em;
	line-height: .96;
}

.sj-hero__lead {
	max-width: 675px;
	margin: 2rem 0 0;
	color: #525862;
	font-size: clamp(1rem, 1.4vw, 1.22rem);
	line-height: 1.65;
}

.sj-actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.1rem;
	gap: .75rem;
}

.sj-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: .8rem 1.35rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: .85rem;
	font-weight: 800;
	line-height: 1;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.sj-button:hover {
	transform: translateY(-2px);
}

.sj-button--primary {
	background: var(--sj-blue);
	color: var(--sj-white);
}

.sj-button--primary:hover {
	background: var(--sj-blue-dark);
}

.sj-button--primary i {
	width: 7px;
	height: 7px;
	margin-left: .9rem;
	border-radius: 50%;
	background: var(--sj-lime);
	box-shadow: 0 0 0 5px rgba(200, 250, 66, .17);
}

.sj-button--secondary {
	border-color: var(--sj-line);
	background: rgba(255, 255, 255, .5);
	color: var(--sj-ink);
}

.sj-button--secondary span {
	margin-left: .8rem;
	color: var(--sj-blue);
}

.sj-button--secondary:hover {
	border-color: var(--sj-blue);
}

.sj-button--dark {
	background: var(--sj-ink);
	color: var(--sj-white);
}

.sj-stats {
	display: flex;
	margin-top: 3rem;
	padding-top: 1.6rem;
	border-top: 1px solid var(--sj-line);
}

.sj-stats > div {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	padding-right: 1rem;
}

.sj-stats > div + div {
	padding-left: 1.5rem;
	border-left: 1px solid var(--sj-line);
}

.sj-stats strong {
	font-size: 1.6rem;
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1;
}

.sj-stats span {
	margin-top: .45rem;
	color: var(--sj-muted);
	font-size: .72rem;
}

.sj-hero__network {
	position: relative;
	min-height: 590px;
}

.sj-hero__photo {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 2rem;
	width: min(73%, 390px);
	height: 500px;
	overflow: hidden;
	border-radius: 11rem 11rem 1.3rem 1.3rem;
	box-shadow: var(--sj-shadow);
}

.sj-hero__photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(13, 17, 25, .63));
	content: "";
}

.sj-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sj-hero__photo > span {
	position: absolute;
	z-index: 1;
	right: 1.25rem;
	bottom: 1.15rem;
	left: 1.25rem;
	color: var(--sj-white);
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sj-network-line {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(28, 70, 242, .27);
	border-radius: 50%;
}

.sj-network-line--one {
	top: 2.5rem;
	right: -2rem;
	width: 420px;
	height: 420px;
}

.sj-network-line--two {
	top: 8rem;
	right: -5rem;
	width: 490px;
	height: 490px;
}

.sj-network-node {
	position: absolute;
	z-index: 3;
	width: 13px;
	height: 13px;
	border: 3px solid var(--sj-paper);
	border-radius: 50%;
	background: var(--sj-blue);
	box-shadow: 0 0 0 1px rgba(28, 70, 242, .24);
}

.sj-network-node--one {
	top: 5rem;
	right: 2rem;
}

.sj-network-node--two {
	right: -1rem;
	bottom: 5.5rem;
	background: var(--sj-lime);
}

.sj-network-node--active {
	top: 16rem;
	left: 0;
	width: 19px;
	height: 19px;
	background: var(--sj-lime);
}

.sj-float-card {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	padding: .9rem;
	border: 1px solid rgba(17, 19, 26, .08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, .93);
	box-shadow: 0 1.3rem 3.2rem rgba(17, 19, 26, .14);
	backdrop-filter: blur(10px);
}

.sj-float-card--profile {
	top: 5.7rem;
	left: -2rem;
	width: 242px;
}

.sj-float-card--profile i {
	width: 8px;
	height: 8px;
	margin-left: auto;
	border-radius: 50%;
	background: var(--sj-lime);
}

.sj-float-card--material {
	right: -1rem;
	bottom: 2rem;
	width: 270px;
}

.sj-mini-avatar,
.sj-float-card--material b {
	display: grid;
	flex: 0 0 43px;
	height: 43px;
	margin-right: .7rem;
	border-radius: 50%;
	background: var(--sj-blue);
	color: var(--sj-white);
	font-size: .75rem;
	font-style: normal;
	font-weight: 800;
	place-items: center;
}

.sj-float-card--material b {
	border-radius: .6rem;
	background: var(--sj-lime);
	color: var(--sj-ink);
	font-size: 1rem;
}

.sj-float-card div {
	display: grid;
	line-height: 1.3;
}

.sj-float-card strong {
	font-size: .78rem;
}

.sj-float-card span {
	margin-top: .2rem;
	color: var(--sj-muted);
	font-size: .63rem;
}

.sj-section {
	padding: clamp(5rem, 8vw, 8rem) 0;
}

.sj-heading {
	margin-bottom: 2.8rem;
}

.sj-heading > div > span {
	margin-bottom: .9rem;
}

.sj-heading h2 {
	max-width: 830px;
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 4.25rem);
	font-weight: 750;
	letter-spacing: -.057em;
	line-height: 1;
}

.sj-heading--split {
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	align-items: end;
	gap: 3rem;
}

.sj-heading--split > p {
	margin: 0 0 .4rem;
	color: var(--sj-muted);
	font-size: 1rem;
}

.sj-heading--row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
}

.sj-heading--row > a {
	flex: 0 0 auto;
	padding-bottom: .4rem;
	border-bottom: 1px solid var(--sj-ink);
	font-size: .78rem;
	font-weight: 800;
}

.sj-support {
	background: var(--sj-white);
}

.sj-support__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--sj-line);
}

.sj-support__grid article {
	display: flex;
	min-height: 360px;
	flex-direction: column;
	padding: 2rem;
	transition: background .25s ease;
}

.sj-support__grid article + article {
	border-left: 1px solid var(--sj-line);
}

.sj-support__grid article:hover {
	background: #f5f7ff;
}

.sj-support__grid article > span {
	margin-bottom: auto;
	color: var(--sj-blue);
	font-size: .75rem;
	font-weight: 800;
}

.sj-support__grid h3 {
	max-width: 300px;
	margin: 2rem 0 1rem;
	font-size: 1.5rem;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.sj-support__grid p {
	margin: 0;
	color: var(--sj-muted);
	font-size: .9rem;
}

.sj-support__grid a {
	margin-top: 2rem;
	color: var(--sj-blue);
	font-size: .78rem;
	font-weight: 800;
}

.sj-news__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.sj-news-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
	background: var(--sj-white);
	transition: transform .25s ease, box-shadow .25s ease;
}

.sj-news-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--sj-shadow);
}

.sj-news-card__image {
	display: block;
	aspect-ratio: 1.5;
	overflow: hidden;
	background: #e7e9ec;
}

.sj-news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.sj-news-card:hover img {
	transform: scale(1.035);
}

.sj-news-card__placeholder {
	display: grid;
	height: 100%;
	background: linear-gradient(135deg, #e7ebff, #d4dcff);
	color: var(--sj-blue);
	font-size: 2.2rem;
	font-weight: 850;
	place-items: center;
}

.sj-news-card__body {
	padding: 1.5rem;
}

.sj-news-card__meta,
.sj-editorial-row__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	color: var(--sj-muted);
	font-size: .67rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.sj-news-card__meta span:first-child {
	color: var(--sj-blue);
}

.sj-news-card h3 {
	margin: 0;
	font-size: 1.22rem;
	letter-spacing: -.03em;
	line-height: 1.22;
}

.sj-news-card h3 a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.sj-news-card p {
	margin: .8rem 0 0;
	color: var(--sj-muted);
	font-size: .85rem;
}

.sj-council {
	background: var(--sj-white);
}

.sj-members-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.sj-member-card {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	border-radius: var(--sj-radius);
	background: #e8ebef;
}

.sj-member-card__portrait,
.sj-member-card__portrait img {
	width: 100%;
	height: 100%;
}

.sj-member-card__portrait img {
	object-fit: cover;
	filter: saturate(.82);
	transition: transform .4s ease;
}

.sj-member-card:hover img {
	transform: scale(1.035);
}

.sj-member-card__initials {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 390px;
	background: linear-gradient(150deg, #e5eaff, #cdd6ff);
	color: var(--sj-blue);
	font-size: 4.5rem;
	font-weight: 800;
	letter-spacing: -.07em;
	place-items: center;
}

.sj-member-card__overlay {
	position: absolute;
	inset: auto 0 0;
	padding: 5.5rem 1.3rem 1.3rem;
	background: linear-gradient(transparent, rgba(13, 16, 22, .91));
	color: var(--sj-white);
}

.sj-member-card__overlay h3 {
	margin: 0;
	font-size: 1.25rem;
	letter-spacing: -.03em;
	line-height: 1.1;
}

.sj-member-card__overlay h3 a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.sj-member-card__overlay p {
	margin: .45rem 0 0;
	color: rgba(255, 255, 255, .7);
	font-size: .73rem;
}

.sj-member-card__verified {
	position: absolute;
	z-index: 2;
	top: 1rem;
	right: 1rem;
	display: grid;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: var(--sj-lime);
	color: var(--sj-ink);
	font-size: .73rem;
	font-weight: 900;
	place-items: center;
}

.sj-congresses {
	background: var(--sj-dark);
	color: var(--sj-white);
}

.sj-heading--light > div > span {
	color: var(--sj-lime);
}

.sj-heading--light > p {
	color: rgba(255, 255, 255, .6);
}

.sj-congress-list {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.sj-congress-row {
	display: grid;
	grid-template-columns: 120px 1fr 240px 52px;
	align-items: center;
	padding: 1.8rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	gap: 1.5rem;
}

.sj-congress-row__number {
	color: var(--sj-lime);
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -.06em;
}

.sj-congress-row h3 {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.2;
}

.sj-congress-row p {
	margin: .35rem 0 0;
	color: rgba(255, 255, 255, .56);
	font-size: .8rem;
}

.sj-congress-row__place {
	color: rgba(255, 255, 255, .65);
	font-size: .78rem;
}

.sj-congress-row__arrow {
	display: grid;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	place-items: center;
	transition: .2s ease;
}

.sj-congress-row:hover .sj-congress-row__arrow {
	border-color: var(--sj-lime);
	background: var(--sj-lime);
	color: var(--sj-ink);
}

.sj-join-banner {
	padding: 5.5rem 0;
	background: var(--sj-lime);
}

.sj-join-banner > .sj-container {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: center;
	gap: 5rem;
}

.sj-join-banner > div > div > span {
	color: var(--sj-ink);
}

.sj-join-banner h2 {
	max-width: 730px;
	margin: 0;
	font-size: clamp(2.3rem, 4.2vw, 4.6rem);
	letter-spacing: -.06em;
	line-height: .98;
}

.sj-join-banner p {
	margin: 0 0 1.5rem;
	font-size: 1rem;
}

.sj-inner-hero {
	padding: clamp(4rem, 7vw, 7rem) 0 clamp(3.7rem, 6vw, 6rem);
	border-bottom: 1px solid var(--sj-line);
	background:
		radial-gradient(circle at 82% 22%, rgba(28, 70, 242, .1), transparent 26rem),
		var(--sj-paper);
}

.sj-inner-hero__kicker {
	margin: 0 0 1rem;
	color: var(--sj-blue);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sj-inner-hero h1 {
	max-width: 1000px;
	margin: 0;
	font-size: clamp(3rem, 6vw, 6.5rem);
	letter-spacing: -.067em;
	line-height: .94;
}

.sj-inner-hero__description {
	max-width: 720px;
	margin: 1.7rem 0 0;
	color: var(--sj-muted);
	font-size: 1.1rem;
}

.sj-content-section {
	padding: clamp(3.5rem, 7vw, 7rem) 0;
	background: var(--sj-white);
}

.sj-content-narrow {
	width: min(100% - 48px, 850px);
}

.sj-prose {
	font-size: 1.05rem;
}

.sj-prose > *:first-child {
	margin-top: 0;
}

.sj-prose h2 {
	margin: 2.5rem 0 1rem;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	letter-spacing: -.04em;
	line-height: 1.1;
}

.sj-prose h3 {
	margin: 2rem 0 .8rem;
	font-size: 1.4rem;
	line-height: 1.2;
}

.sj-prose p,
.sj-prose li {
	color: #3f444d;
}

.sj-prose a {
	color: var(--sj-blue);
	text-decoration: underline;
	text-underline-offset: .15em;
}

.sj-prose blockquote {
	margin: 2rem 0;
	padding: 1.4rem 1.6rem;
	border-left: 4px solid var(--sj-blue);
	background: var(--sj-paper);
	font-size: 1.2rem;
}

.sj-editorial-list {
	border-top: 1px solid var(--sj-line);
}

.sj-editorial-row {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) 260px;
	align-items: center;
	padding: 1.8rem 0;
	border-bottom: 1px solid var(--sj-line);
	gap: 2rem;
}

.sj-editorial-row__image {
	aspect-ratio: 1.4;
	overflow: hidden;
	border-radius: .8rem;
	background: #e8ebef;
}

.sj-editorial-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sj-editorial-row h2 {
	margin: 0;
	font-size: 1.45rem;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.sj-editorial-row p {
	margin: .7rem 0 0;
	color: var(--sj-muted);
	font-size: .85rem;
}

.sj-editorial-row__meta {
	display: grid;
	justify-content: start;
	margin: 0;
	gap: .4rem;
}

.sj-generic-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
}

.sj-exchange-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	padding: 1.4rem;
	border-radius: 1rem;
	background: var(--sj-lime);
	gap: 2rem;
}

.sj-exchange-intro p {
	max-width: 760px;
	margin: 0;
	font-size: .9rem;
}

.sj-exchange-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.sj-exchange-card {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: 1.7rem;
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
	background: var(--sj-paper);
}

.sj-exchange-card__top,
.sj-exchange-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--sj-muted);
	font-size: .7rem;
	gap: 1rem;
}

.sj-exchange-card__top span {
	color: var(--sj-blue);
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sj-exchange-card h2 {
	margin: 2rem 0 .8rem;
	font-size: 1.8rem;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.sj-exchange-card > p {
	margin: 0;
	color: var(--sj-muted);
	font-size: .85rem;
}

.sj-exchange-card__bottom {
	margin-top: auto;
	padding-top: 1.3rem;
	border-top: 1px solid var(--sj-line);
}

.sj-exchange-card__bottom strong {
	color: var(--sj-ink);
}

.sj-document-list {
	border-top: 1px solid var(--sj-line);
}

.sj-document-row {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) 52px;
	align-items: center;
	padding: 1.6rem 0;
	border-bottom: 1px solid var(--sj-line);
	gap: 1.5rem;
}

.sj-document-row__icon {
	display: grid;
	width: 58px;
	height: 70px;
	border: 1px solid var(--sj-line);
	border-radius: .5rem;
	background: var(--sj-paper);
	color: var(--sj-blue);
	font-size: .7rem;
	font-weight: 900;
	place-items: center;
}

.sj-document-row > div > span {
	color: var(--sj-blue);
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sj-document-row h2 {
	margin: .25rem 0;
	font-size: 1.35rem;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.sj-document-row p {
	margin: .3rem 0 0;
	color: var(--sj-muted);
	font-size: .82rem;
}

.sj-document-row .sj-congress-row__arrow {
	border-color: var(--sj-line);
}

.sj-facts {
	display: grid;
	margin: 0 0 2.5rem;
	padding: 1.3rem;
	border: 1px solid var(--sj-line);
	border-radius: 1rem;
	background: var(--sj-paper);
	gap: .9rem;
}

.sj-facts > div {
	display: grid;
	gap: .2rem;
}

.sj-facts span {
	color: var(--sj-blue);
	font-size: .65rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sj-facts strong {
	font-size: .9rem;
}

.sj-generic-card {
	display: grid;
	grid-template-columns: minmax(150px, .7fr) 1.3fr;
	overflow: hidden;
	min-height: 260px;
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
	background: var(--sj-paper);
}

.sj-generic-card > a {
	min-height: 100%;
}

.sj-generic-card > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sj-generic-card > div {
	padding: 1.6rem;
}

.sj-generic-card > div:only-child {
	grid-column: 1 / -1;
}

.sj-card-type {
	color: var(--sj-blue);
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sj-generic-card h2 {
	margin: .7rem 0;
	font-size: 1.35rem;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.sj-generic-card p {
	color: var(--sj-muted);
	font-size: .84rem;
}

.sj-card-link {
	color: var(--sj-blue);
	font-size: .76rem;
	font-weight: 800;
}

.sj-directory__filter {
	display: grid;
	grid-template-columns: 1.4fr .8fr .9fr auto;
	margin-bottom: 3rem;
	padding: 1rem;
	border: 1px solid var(--sj-line);
	border-radius: 1rem;
	background: var(--sj-paper);
	gap: .65rem;
}

.sj-directory__filter input,
.sj-directory__filter select {
	width: 100%;
	height: 52px;
	padding: 0 .9rem;
	border: 1px solid var(--sj-line);
	border-radius: .65rem;
	background: var(--sj-white);
	color: var(--sj-ink);
	font-size: .82rem;
}

.sj-members-grid--directory {
	grid-template-columns: repeat(3, 1fr);
}

.sj-members-grid--directory .sj-member-card {
	min-height: 470px;
}

.sj-profile__hero {
	padding: clamp(3rem, 7vw, 7rem) 0;
	background:
		linear-gradient(120deg, transparent 0 68%, rgba(28, 70, 242, .08) 68% 100%),
		var(--sj-paper);
}

.sj-profile__grid {
	display: grid;
	grid-template-columns: minmax(300px, 420px) 1fr;
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.sj-profile__portrait {
	display: grid;
	overflow: hidden;
	aspect-ratio: .83;
	border-radius: 12rem 12rem 1rem 1rem;
	background: #dfe5ff;
	color: var(--sj-blue);
	font-size: 5rem;
	font-weight: 800;
	place-items: center;
}

.sj-profile__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sj-profile__status {
	display: flex;
	align-items: center;
	margin-bottom: 1.2rem;
	gap: 1rem;
}

.sj-profile__status span {
	padding: .35rem .6rem;
	border-radius: 999px;
	background: var(--sj-lime);
	font-size: .7rem;
	font-weight: 800;
}

.sj-profile__status i {
	color: var(--sj-muted);
	font-size: .8rem;
	font-style: normal;
}

.sj-profile__intro h1 {
	margin: 0;
	font-size: clamp(3rem, 6vw, 6rem);
	letter-spacing: -.067em;
	line-height: .94;
}

.sj-profile__intro > strong {
	display: block;
	margin-top: 1.4rem;
	color: var(--sj-blue);
	font-size: 1.2rem;
}

.sj-profile__intro > p {
	margin: .3rem 0 1.3rem;
	color: var(--sj-muted);
}

.sj-tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	gap: .45rem;
}

.sj-tags span {
	padding: .35rem .65rem;
	border: 1px solid var(--sj-line);
	border-radius: 999px;
	font-size: .72rem;
}

.sj-profile__content {
	max-width: 880px;
}

.sj-single__header {
	padding: clamp(4rem, 7vw, 7rem) 0 3rem;
}

.sj-single__meta {
	display: flex;
	margin-bottom: 1.2rem;
	color: var(--sj-blue);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .1em;
	gap: 1rem;
	text-transform: uppercase;
}

.sj-single__header h1 {
	max-width: 1040px;
	margin: 0;
	font-size: clamp(2.8rem, 5.6vw, 6.2rem);
	letter-spacing: -.065em;
	line-height: .96;
}

.sj-single__lead {
	max-width: 760px;
	margin: 1.5rem 0 0;
	color: var(--sj-muted);
	font-size: 1.15rem;
}

.sj-single__image {
	overflow: hidden;
	width: min(100% - 48px, var(--sj-container));
	max-height: 700px;
	margin: 0 auto 4rem;
	border-radius: var(--sj-radius);
}

.sj-single__image img {
	width: 100%;
	height: 100%;
	max-height: 700px;
	object-fit: cover;
}

.sj-empty {
	padding: 3rem;
	border: 1px dashed #bfc4cc;
	border-radius: 1rem;
	text-align: center;
}

.sj-empty--wide {
	grid-column: 1 / -1;
}

.sj-empty--dark {
	border-color: rgba(255, 255, 255, .24);
}

.sj-empty h2,
.sj-empty h3 {
	margin-top: 0;
}

.navigation.pagination {
	margin-top: 3rem;
}

.nav-links {
	display: flex;
	gap: .4rem;
}

.page-numbers {
	display: grid;
	width: 42px;
	height: 42px;
	border: 1px solid var(--sj-line);
	border-radius: 50%;
	font-size: .8rem;
	font-weight: 800;
	place-items: center;
}

.page-numbers.current {
	border-color: var(--sj-blue);
	background: var(--sj-blue);
	color: var(--sj-white);
}

/* Forms supplied by Sovet Journalists Core. */
.sj-request-panel {
	padding: clamp(1.4rem, 4vw, 3rem);
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
	background: var(--sj-paper);
}

.sj-request-panel__head {
	margin-bottom: 2rem;
}

.sj-request-panel__head h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	letter-spacing: -.045em;
	line-height: 1.1;
}

.sj-request-panel__head p {
	margin: .7rem 0 0;
	color: var(--sj-muted);
}

.sj-form {
	display: grid;
	gap: 1rem;
}

.sj-form__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.sj-form label {
	display: grid;
	color: var(--sj-ink);
	font-size: .77rem;
	font-weight: 750;
	gap: .4rem;
}

.sj-form input:not([type="checkbox"]),
.sj-form select,
.sj-form textarea {
	width: 100%;
	padding: .8rem .9rem;
	border: 1px solid #cdd1d7;
	border-radius: .6rem;
	outline: none;
	background: var(--sj-white);
	color: var(--sj-ink);
	font-size: .9rem;
	font-weight: 400;
	transition: border .2s ease, box-shadow .2s ease;
}

.sj-form input:not([type="checkbox"]),
.sj-form select {
	min-height: 50px;
}

.sj-form textarea {
	min-height: 145px;
	resize: vertical;
}

.sj-form input:focus,
.sj-form select:focus,
.sj-form textarea:focus {
	border-color: var(--sj-blue);
	box-shadow: 0 0 0 3px rgba(28, 70, 242, .1);
}

.sj-form__consent {
	display: flex !important;
	align-items: flex-start;
	font-weight: 500 !important;
	gap: .7rem !important;
}

.sj-form__consent input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: .15rem;
	accent-color: var(--sj-blue);
}

.sj-form__consent a {
	color: var(--sj-blue);
	text-decoration: underline;
}

.sj-form__notice {
	margin-bottom: 1.2rem;
	padding: .9rem 1rem;
	border-radius: .6rem;
	font-size: .85rem;
}

.sj-form__notice--success {
	background: #e8f9c0;
	color: #273900;
}

.sj-form__notice--error {
	background: #ffe3e3;
	color: #7a1717;
}

.sj-form__hp {
	position: absolute !important;
	left: -10000px !important;
}

.sj-footer {
	padding: 4.5rem 0 1.5rem;
	background: #0d1016;
	color: var(--sj-white);
}

.sj-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr .75fr .75fr;
	padding-bottom: 3.5rem;
	gap: 3rem;
}

.sj-footer__intro .sj-brand {
	color: var(--sj-white);
}

.sj-footer__intro .sj-brand small {
	color: rgba(255, 255, 255, .5);
}

.sj-footer__intro > p {
	max-width: 330px;
	margin: 1.5rem 0 0;
	color: rgba(255, 255, 255, .5);
	font-size: .82rem;
}

.sj-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .55rem;
}

.sj-footer__column h2 {
	margin: 0 0 .45rem;
	color: rgba(255, 255, 255, .42);
	font-size: .67rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sj-footer__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sj-footer__column li + li {
	margin-top: .55rem;
}

.sj-footer__column a {
	color: rgba(255, 255, 255, .8);
	font-size: .78rem;
}

.sj-footer__column a:hover {
	color: var(--sj-lime);
}

.sj-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 1.3rem;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .37);
	font-size: .7rem;
	gap: 2rem;
}

.sj-footer__bottom div {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}

.sj-core-inactive::after {
	position: fixed;
	z-index: 999;
	right: 1rem;
	bottom: 1rem;
	max-width: 330px;
	padding: .8rem 1rem;
	border-radius: .7rem;
	background: #fff3cd;
	color: #4e3c00;
	content: "Для каталогов и форм активируйте плагин «Совет журналистов — ядро».";
	font-size: .74rem;
	box-shadow: var(--sj-shadow);
}

@media (max-width: 1180px) {
	.sj-header__inner {
		gap: 1rem;
	}

	.sj-nav__list {
		gap: .8rem;
	}

	.sj-nav__list a {
		font-size: .7rem;
	}

	.sj-header__join {
		padding-inline: .8rem;
	}

	.sj-hero__grid {
		grid-template-columns: 1fr 430px;
		gap: 3rem;
	}

	.sj-members-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.sj-members-grid .sj-member-card:last-child:nth-child(4) {
		display: none;
	}
}

@media (max-width: 980px) {
	body.admin-bar .sj-header {
		top: 46px;
	}

	.sj-header__inner {
		min-height: 74px;
	}

	.sj-menu-toggle {
		display: block;
		order: 2;
	}

	.sj-header__join {
		order: 3;
	}

	.sj-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 1rem 24px 1.4rem;
		border-bottom: 1px solid var(--sj-line);
		background: var(--sj-paper);
	}

	.sj-nav.is-open {
		display: block;
	}

	.sj-nav__list {
		display: grid;
		gap: 0;
	}

	.sj-nav__list a {
		padding: .65rem 0;
		font-size: .86rem;
	}

	.sj-nav__list > li > a::after {
		display: none;
	}

	.sj-nav__list .sub-menu {
		position: static;
		display: block;
		padding: 0 0 0 1rem;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.sj-hero__grid {
		grid-template-columns: 1fr;
	}

	.sj-hero__copy {
		position: relative;
		z-index: 5;
	}

	.sj-hero__network {
		width: min(100%, 590px);
		margin-inline: auto;
	}

	.sj-heading--split,
	.sj-join-banner > .sj-container {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.sj-generic-grid {
		grid-template-columns: 1fr;
	}

	.sj-exchange-grid {
		grid-template-columns: 1fr;
	}

	.sj-directory__filter {
		grid-template-columns: 1fr 1fr;
	}

	.sj-members-grid--directory {
		grid-template-columns: repeat(2, 1fr);
	}

	.sj-footer__grid {
		grid-template-columns: 1.5fr repeat(2, 1fr);
	}

	.sj-footer__column:last-child {
		grid-column: 2;
	}
}

@media (max-width: 720px) {
	.sj-container,
	.sj-content-narrow,
	.sj-single__image {
		width: min(calc(100% - 32px), var(--sj-container));
	}

	.sj-header__join {
		display: none;
	}

	.sj-brand__mark {
		width: 37px;
		height: 37px;
	}

	.sj-brand strong {
		font-size: .87rem;
	}

	.sj-brand small {
		font-size: .62rem;
	}

	.sj-hero h1 {
		font-size: clamp(2.75rem, 13vw, 4rem);
	}

	.sj-stats {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.sj-stats > div {
		padding: 0 .5rem 0 0;
	}

	.sj-stats > div + div {
		padding-left: .7rem;
	}

	.sj-stats strong {
		font-size: 1.3rem;
	}

	.sj-stats span {
		font-size: .6rem;
	}

	.sj-hero__network {
		min-height: 510px;
	}

	.sj-hero__photo {
		right: 4%;
		width: 76%;
		height: 430px;
	}

	.sj-float-card--profile {
		top: 4rem;
		left: 0;
		width: 205px;
	}

	.sj-float-card--material {
		right: 0;
		bottom: 1.2rem;
		width: 230px;
	}

	.sj-heading--row {
		display: grid;
	}

	.sj-support__grid,
	.sj-news__grid,
	.sj-members-grid,
	.sj-members-grid--directory {
		grid-template-columns: 1fr;
	}

	.sj-support__grid article {
		min-height: auto;
		padding: 1.5rem 0;
	}

	.sj-support__grid article + article {
		border-top: 1px solid var(--sj-line);
		border-left: 0;
	}

	.sj-support__grid article > span {
		margin-bottom: 2rem;
	}

	.sj-members-grid .sj-member-card:last-child:nth-child(4) {
		display: block;
	}

	.sj-member-card,
	.sj-member-card__initials,
	.sj-members-grid--directory .sj-member-card {
		min-height: 470px;
	}

	.sj-congress-row {
		grid-template-columns: 70px 1fr 46px;
		gap: .8rem;
	}

	.sj-congress-row__place {
		display: none;
	}

	.sj-join-banner {
		padding: 4rem 0;
	}

	.sj-editorial-row {
		grid-template-columns: 90px 1fr;
		align-items: start;
		gap: 1rem;
	}

	.sj-editorial-row__meta {
		display: none;
	}

	.sj-generic-card {
		grid-template-columns: 1fr;
	}

	.sj-exchange-intro {
		display: grid;
	}

	.sj-generic-card > a {
		aspect-ratio: 1.6;
	}

	.sj-directory__filter,
	.sj-form__grid {
		grid-template-columns: 1fr;
	}

	.sj-profile__grid {
		grid-template-columns: 1fr;
	}

	.sj-profile__portrait {
		width: min(100%, 390px);
	}

	.sj-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem 1.5rem;
	}

	.sj-footer__intro {
		grid-column: 1 / -1;
	}

	.sj-footer__column:last-child {
		grid-column: auto;
	}

	.sj-footer__bottom {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
