:root {
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', system-ui, sans-serif;
	font-weight: 400;
	background: #ffffff;
	color: #111114;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,.serif {
	font-family: 'Poppins', system-ui, sans-serif;
	font-weight: 700;
}

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

a {
	color: #ff00ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	max-width: none;
	margin: 0 auto;
	padding: 0 clamp(20px,4vw,64px);
}

html[lang="en"] .lt {
	display: none !important;
}

html[lang="lt"] .en {
	display: none !important;
}

.ep-site header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,.92);
	border-bottom: 1px solid #e7e7ea;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
}

.brand {
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: .02em;
	color: #111114;
}

.brand:hover {
	text-decoration: none;
}

.brand span {
	color: #ff00ff;
}

.nav-links {
	display: flex;
	gap: 26px;
	align-items: center;
	list-style: none;
}

.nav-links a {
	color: #111114;
	font-size: .92rem;
	font-weight: 500;
}

.nav-links a:hover {
	color: #ff00ff;
	text-decoration: none;
}

.lang-toggle {
	display: flex;
	border: 1px solid #e7e7ea;
	border-radius: 999px;
	overflow: hidden;
	font-size: .8rem;
	font-weight: 600;
}

.menu-btn {
	display: none;
}

.hero {
	position: relative;
	padding: 0 0 84px;
	background: #ffffff;
	overflow: hidden;
}

.hero-media {
	position: relative;
	min-height: 76vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #000;
}

.hero-media::after {
	content: "";
	position: absolute;
	z-index: 1;
	background: linear-gradient(90deg, rgba(8,8,10,.82) 0%, rgba(8,8,10,.55) 45%, rgba(8,8,10,.18) 100%);
}

.hero-copy-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hero-copy {
	max-width: 640px;
	color: #fff;
}

.hero-media .hero-copy h1 {
	color: #fff;
}

.hero-media .hero-copy .sub {
	color: #e8e8ec;
}

.hero-media .btn-ghost {
	border-color: rgba(255,255,255,.8);
	color: #fff;
}

.hero-media .btn-ghost:hover {
	background: #fff;
	color: #111114;
}

.kicker {
	display: inline-block;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #ff00ff;
	margin-bottom: 18px;
}

.kicker-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.kicker-tags .en,.kicker-tags .lt {
	display: contents;
}

.ktag {
	display: inline-block;
	background: #fefb00;
	color: #111114;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 999px;
}

.hero h1 {
	font-size: clamp(2.2rem,4.6vw,3.7rem);
	line-height: 1.06;
	font-weight: 700;
	letter-spacing: -.01em;
}

.hero h1 em {
	font-style: normal;
	color: #ff00ff;
}

.hero .sub {
	margin: 22px 0 8px;
	font-size: 1.16rem;
	color: #5b5b63;
	max-width: 34em;
}

.cta-row {
	display: flex;
	gap: 14px;
	margin-top: 34px;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: .97rem;
	transition: transform .15s, box-shadow .15s;
	cursor: pointer;
	border: 0;
}

.btn:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.btn-primary {
	background: #fefb00;
	color: #111114;
	box-shadow: 0 8px 24px rgba(0,0,0,.14);
}

.btn-primary:hover {
	background: #ff00ff;
	color: #fff;
}

.btn-ghost {
	border: 1.5px solid #111114;
	color: #111114;
	background: transparent;
}

.portrait {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: linear-gradient(160deg,#1c1c20 0%,#000 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fefb00;
	overflow: hidden;
}

.portrait img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.portrait .initials {
	font-size: 7rem;
	font-weight: 700;
	opacity: .35;
}

.portrait .swap-note {
	position: absolute;
	bottom: 14px;
	left: 14px;
	right: 14px;
	font-size: .72rem;
	opacity: .75;
	text-align: center;
	color: rgba(255,255,255,.6);
}

.stats {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 14px;
	margin-top: 76px;
}

.stat {
	background: linear-gradient(135deg,#111114 0%,#2a2a30 100%);
	border-radius: 14px;
	padding: 30px 20px;
	text-align: center;
}

.stat .num {
	font-size: 2.1rem;
	font-weight: 700;
	color: #fefb00;
}

.stat .lbl {
	font-size: .82rem;
	color: #c4c4cb;
	margin-top: 6px;
}

.ep-site section {
	padding: 88px 0;
	scroll-margin-top: 68px;
}

.ep-site section:nth-of-type(even) {
	background: #fafafa;
}

.sec-head {
	max-width: 640px;
	margin-bottom: 48px;
}

.sec-head h2 {
	font-size: clamp(1.9rem,3.5vw,2.7rem);
	font-weight: 700;
	line-height: 1.15;
}

.sec-head p {
	margin-top: 14px;
	color: #5b5b63;
	font-size: 1.04rem;
}

.about-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 56px;
	align-items: stretch;
}

.about-text p {
	margin-bottom: 18px;
	font-size: 1.03rem;
}

.about-photo {
	min-height: 440px;
}

.about-photo .photo-slot {
	height: 100%;
	aspect-ratio: auto;
}

.badges.badges-row {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 16px;
	margin-top: 40px;
}

.badges.badges-row .badge {
	flex-direction: column;
}

@media(max-width:860px) {
	.badges.badges-row {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:520px) {
	.badges.badges-row {
		grid-template-columns: 1fr;
	}
}

.badges {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.badge {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid #e7e7ea;
	border-radius: 14px;
	padding: 18px 20px;
}

.ep-site section:nth-of-type(odd) .badge {
	background: #fafafa;
}

.badge .dot {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(255,0,255,.1);
	color: #ff00ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
}

.badge b {
	display: block;
	font-size: .97rem;
}

.badge span.desc {
	font-size: .85rem;
	color: #5b5b63;
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
	gap: 22px;
}

.card {
	background: #ffffff;
	border: 1px solid #e7e7ea;
	border-radius: 14px;
	padding: 26px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform .18s, box-shadow .18s;
}

.ep-site section:nth-of-type(even) .card {
	background: #fff;
}

.card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(17,17,20,.09);
}

.card .tag {
	align-self: flex-start;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #111114;
	background: #fefb00;
	padding: 4px 10px;
	border-radius: 999px;
}

.card .tag.gold {
	color: #111114;
	background: #fefb00;
}

.card h3 {
	font-size: 1.14rem;
	font-weight: 700;
	line-height: 1.35;
}

.card .meta {
	font-size: .82rem;
	color: #5b5b63;
}

.card p.desc {
	font-size: .92rem;
	color: #5b5b63;
	flex: 1;
}

.card a.more {
	font-size: .9rem;
	font-weight: 600;
}

.card.placeholder {
	border-style: dashed;
	border-color: #c9c600;
	background: rgba(254,251,0,.07);
}

.note {
	margin-top: 26px;
	font-size: .85rem;
	color: #5b5b63;
	border-left: 3px solid #fefb00;
	padding: 10px 16px;
	background: rgba(254,251,0,.1);
	border-radius: 0 8px 8px 0;
}

.topics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.topic {
	font-size: .87rem;
	font-weight: 500;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid #e7e7ea;
	background: #ffffff;
}

.band {
	background: linear-gradient(135deg,#111114 0%,#2a2a30 100%);
	color: #f2f2f3;
	border-radius: 20px;
	padding: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
}

.band h3 {
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 8px;
	color: #fefb00;
}

.band p {
	opacity: .85;
	max-width: 34em;
}

.band .btn {
	background: #fefb00;
	color: #111114;
}

.band .btn:hover {
	background: #ff00ff;
	color: #fff;
}

.video-slot {
	aspect-ratio: 16/9;
	border-radius: 10px;
	border: 2px dashed #c9c600;
	background: rgba(254,251,0,.07);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-align: center;
	color: #5b5b63;
	font-size: .85rem;
	padding: 18px;
}

.video-slot .ico {
	font-size: 1.8rem;
	color: #ff00ff;
}

.photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
	gap: 18px;
}

.photo-slot {
	aspect-ratio: 4/3;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	border: 2px dashed #e7e7ea;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #5b5b63;
	font-size: .85rem;
	text-align: center;
	padding: 18px;
}

.photo-slot .ico {
	font-size: 2rem;
	color: #ff00ff;
}

.photo-slot img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lecture-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: start;
}

.lecture-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 18px;
}

.lecture-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: .98rem;
}

.lecture-list li::before {
	content: "—";
	color: #ff00ff;
	font-weight: 700;
}

.contact-card {
	background: linear-gradient(135deg,#111114 0%,#2a2a30 100%);
	border-radius: 14px;
	padding: 36px;
	text-align: center;
	color: #f2f2f3;
}

.contact-card .serif {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fefb00;
}

.contact-card p {
	color: #c4c4cb;
	font-size: .95rem;
	margin-bottom: 24px;
}

.ep-site footer {
	background: #111114;
	color: #aeb6bd;
	padding: 48px 0;
	font-size: .88rem;
}

.foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.foot a {
	color: #e8ebee;
}

.foot .brand {
	color: #fff;
}

.foot .brand span {
	color: #fefb00;
}

@media(max-width:860px) {
	.about-grid,.lecture-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.hero-media {
		min-height: 82vh;
		padding: 64px 0;
	}
	
	.hero-copy {
		max-width: none;
	}
	
	.portrait .initials {
		font-size: 5rem;
	}
	
	.stats {
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	
	.band {
		padding: 36px;
	}
}

.nav-links a.active {
	color: #ff00ff;
}

.page-hero {
	padding: 72px 0 10px;
	background: radial-gradient(900px 380px at 85% -20%, rgba(255,0,255,.06), transparent 60%), radial-gradient(700px 340px at -10% 120%, rgba(254,251,0,.14), transparent 60%), #ffffff;
}

.page-hero h1 {
	font-size: clamp(2.2rem,5vw,3.4rem);
	line-height: 1.08;
	font-weight: 700;
}

.page-hero .kicker {
	margin-bottom: 12px;
}

.page-hero .sub {
	margin: 16px 0 0;
	color: #5b5b63;
	font-size: 1.08rem;
	max-width: 38em;
}

.cards.cards-4 {
	grid-template-columns: repeat(4,1fr);
}

@media(max-width:1000px) {
	.cards.cards-4 {
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width:560px) {
	.cards.cards-4 {
		grid-template-columns: 1fr;
	}
}

.marquee {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	background: #111114;
	-webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
	mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}

.marquee-title {
	text-align: center;
	color: #8a8a93;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.marquee-track {
	display: flex;
	width: max-content;
	animation: scroll-x 32s linear infinite;
}

.marquee:hover .marquee-track {
	animation-play-state: paused;
}

.marquee-track .logo {
	flex: 0 0 auto;
	margin: 0 34px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #f2f2f3;
	opacity: .72;
	letter-spacing: .01em;
	white-space: nowrap;
	transition: opacity .2s, color .2s;
	display: flex;
	align-items: center;
	height: 44px;
}

.marquee-track .logo:hover {
	opacity: 1;
	color: #fefb00;
}

@keyframes scroll-x {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-50%);
	}
}

@media(prefers-reduced-motion:reduce) {
	.marquee-track {
		animation: none;
		flex-wrap: wrap;
		width: auto;
		justify-content: center;
	}
}

#clients {
	background: #fafafa;
}

.client-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 28px;
	align-items: center;
}

.client-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 88px;
	padding: 14px 18px;
	background: #ffffff;
	border: 1px solid #e7e7ea;
	border-radius: 14px;
	font-size: 1.15rem;
	font-weight: 700;
	color: #2a2a2f;
	text-align: center;
	filter: grayscale(1);
	opacity: .8;
	transition: opacity .2s, filter .2s;
}

.client-logo:hover {
	opacity: 1;
}

.client-logo img {
	max-height: 56px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.client-logo.has-img {
	font-size: 0;
}

.client-logo.has-img .cl-name {
	display: none;
}

@media(max-width:860px) {
	.client-grid {
		grid-template-columns: repeat(3,1fr);
		gap: 18px;
	}
}

@media(max-width:520px) {
	.client-grid {
		grid-template-columns: repeat(2,1fr);
	}
}

.cl-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: stretch;
}

.cl-left .client-grid {
	grid-template-columns: repeat(3,1fr);
	gap: 16px;
}

.cl-left .client-logo {
	height: 76px;
	font-size: 1.02rem;
}

.cta-box {
	background: linear-gradient(135deg,#111114 0%,#2a2a30 100%);
	border-radius: 20px;
	padding: 48px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	color: #f2f2f3;
}

.cta-box h3 {
	font-size: 1.9rem;
	font-weight: 700;
	color: #fefb00;
}

.cta-box p {
	opacity: .85;
	font-size: 1.02rem;
	max-width: 32em;
}

.cta-box .btn {
	align-self: flex-start;
	background: #fefb00;
	color: #111114;
}

.cta-box .btn:hover {
	background: #ff00ff;
	color: #fff;
}

@media(max-width:900px) {
	.cl-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.cl-left .client-grid {
		grid-template-columns: repeat(3,1fr);
	}
	
	.cta-box {
		padding: 36px;
	}
}

@media(max-width:520px) {
	.cl-left .client-grid {
		grid-template-columns: repeat(2,1fr);
	}
}

.ep-site section.photo-section {
	background: #111114;
	padding: 60px 0;
}

.photo-marquee {
	position: relative;
	overflow: hidden;
	padding: 4px 0;
	-webkit-mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
	mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
}

.photo-track {
	display: flex;
	width: max-content;
	gap: 22px;
	animation: scroll-x 50s linear infinite;
}

.photo-marquee:hover .photo-track {
	animation-play-state: paused;
}

.photo-track .photo-slot {
	flex: 0 0 520px;
	width: 520px;
	aspect-ratio: 16/10;
	margin: 0;
}

.photo-section .photo-slot {
	background: #1b1b20;
	border-color: #33333b;
	color: #8a8a93;
}

.photo-section .photo-slot .ico {
	color: #fefb00;
}

@media(max-width:600px) {
	.photo-track .photo-slot {
		flex: 0 0 300px;
		width: 300px;
	}
}

.lang-toggle a {
	border: 0;
	background: transparent;
	padding: 6px 13px;
	font: inherit;
	font-size: .8rem;
	font-weight: 600;
	color: #5b5b63;
	cursor: pointer;
	transition: all .2s;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.lang-toggle a.lang-active {
	background: #111114;
	color: #ffffff;
}

.lang-toggle a:hover {
	text-decoration: none;
}

/* ---- WordPress integration ---- */
body:has(.ep-site) {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
}

body:has(.ep-site) .wp-site-blocks > header,
body:has(.ep-site) .wp-site-blocks > footer,
body:has(.ep-site) header.wp-block-template-part,
body:has(.ep-site) footer.wp-block-template-part {
	display: none !important;
}

body:has(.ep-site) main,
body:has(.ep-site) .wp-site-blocks,
body:has(.ep-site) .entry-content,
body:has(.ep-site) .wp-block-post-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body:has(.ep-site) .entry-content > * {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

body:has(.ep-site) h1.wp-block-post-title {
	display: none !important;
}

.ep-site {
	font-family: 'Poppins', system-ui, sans-serif;
	color: #111114;
	line-height: 1.65;
}

@media(max-width:860px) {
	.ep-site .nav {
		height: auto;
		flex-wrap: wrap;
		padding: 10px 0;
		gap: 8px;
	}
	
	.ep-site .nav-links {
		display: flex !important;
		position: static;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px 16px;
		border: 0;
		padding: 0;
		background: transparent;
	}
}

.ep-site .contact-card .wp-block-jetpack-contact-form,
.ep-site .contact-card form {
	text-align: left;
}

.ep-site .contact-card label {
	display: block;
	font-size: .78rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #c4c4cb;
}

.ep-site .contact-card input[type=text],.ep-site .contact-card input[type=email],
.ep-site .contact-card textarea,.ep-site .contact-card select {
	width: 100%;
	padding: 11px 13px;
	border-radius: 10px;
	border: 1px solid #3a3a42;
	background: #1b1b20;
	color: #f2f2f3;
	font-family: inherit;
	font-size: .93rem;
}

.ep-site .contact-card button[type=submit] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: .97rem;
	border: 0;
	cursor: pointer;
	background: #fefb00;
	color: #111114;
}

.ep-site .contact-card button[type=submit]:hover {
	background: #ff00ff;
	color: #fff;
}

.ep-site .card .wp-block-embed {
	margin: 0 0 4px;
}

.ep-site .card .wp-block-embed__wrapper {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: #000;
}

.ep-site .card .wp-block-embed iframe {
	width: 100%;
	border-radius: 10px;
	display: block;
}

/* language scoping (site lang attr is en-GB) */
.ep-site .lt {
	display: none !important;
}

.ep-site.ep-lt .lt {
	display: inline !important;
}

.ep-site.ep-lt .en {
	display: none !important;
}

.ep-site.ep-lt .kicker-tags .lt {
	display: contents !important;
}

/* kill theme spacing above/below */
body:has(.ep-site) .wp-site-blocks {
	padding: 0 !important;
	margin: 0 !important;
}

body:has(.ep-site) main {
	padding: 0 !important;
	margin: 0 !important;
}

body:has(.ep-site) main > * {
	margin-block: 0 !important;
}

body:has(.ep-site) article > * {
	margin-block: 0;
}

.ep-site .brand {
	white-space: nowrap;
}

body:has(.ep-site) main > .wp-block-group:first-child {
	display: none !important;
}

.ep-site {
	font-family: Poppins, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.ep-site h1,.ep-site h2,.ep-site h3 {
	font-family: Poppins, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

/* EP: form confirmation color */
.contact-form-submission, .contact-form-submission *,
.wp-block-jetpack-contact-form .contact-form-submission, .wp-block-jetpack-contact-form .contact-form-submission *,
form.contact-form + .contact-form-submission, form.contact-form + .contact-form-submission *,
.grunion-form-view-success, .grunion-form-view-success * {
	color: #FEFB00 !important;
}

/* EP: responsive nav + mobile */
header.wp-block-template-part {
	display: none !important;
}

.nav-drop > summary.nav-burger {
	list-style: none;
}

.nav-drop > summary.nav-burger::-webkit-details-marker {
	display: none;
}

.nav-drop > summary.nav-burger::marker {
	content: "";
	font-size: 0;
}

@media (min-width: 861px) {
	.nav-drop {
		display: flex;
		align-items: center;
	}
	
	.nav-drop > summary.nav-burger {
		display: none;
	}
	
	.nav-drop::details-content {
		display: contents !important;
	}
	
	.nav-drop > .nav-links {
		display: flex !important;
	}
}

@media (max-width: 860px) {
	.container.nav {
		position: relative;
		flex-wrap: wrap;
	}
	
	.nav-drop {
		display: block;
		margin-left: auto;
	}
	
	.nav-drop > summary.nav-burger {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		cursor: pointer;
		font-weight: 700;
		font-size: 15px;
		letter-spacing: .03em;
		text-transform: uppercase;
		padding: 9px 14px;
		border: 1.5px solid currentColor;
		border-radius: 10px;
	}
	
	.nav-drop:not([open]) > .nav-links {
		display: none !important;
	}
	
	.nav-drop[open] > .nav-links {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		right: 0;
		z-index: 9999;
		background: #fff;
		border: 1px solid rgba(0,0,0,.08);
		border-radius: 12px;
		box-shadow: 0 16px 40px rgba(0,0,0,.18);
		padding: 10px 8px;
		margin: 0;
		gap: 2px;
	}
	
	.nav-drop[open] > .nav-links li {
		list-style: none;
		width: 100%;
	}
	
	.nav-drop[open] > .nav-links li a {
		display: block;
		padding: 12px 16px;
		border-radius: 8px;
	}
}

@media (max-width: 600px) {
	.hero .hero-media .portrait img {
		object-position: 56% 12% !important;
	}
	
	.stats .stat .num {
		font-size: 24px !important;
		white-space: nowrap !important;
	}
	
	.stats .stat .lbl {
		font-size: 11.5px !important;
	}
}

/* EP: healthier line break (mobile) */
@media (max-width: 600px) {
	.hero-copy h1 .en em::before {
		content: "\A";
		white-space: pre;
	}
}

/* EP: resources list */
.resource-list {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-top: 8px;
}

.resource-item img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

.resource-item .res-body {
	margin-top: 18px;
}

.resource-item .res-body p {
	margin: 0 0 14px;
	line-height: 1.6;
}

.res-btn {
	display: inline-block;
	margin-top: 8px;
	background: #FEFB00;
	color: #111;
	font-weight: 800;
	padding: 14px 26px;
	border-radius: 40px;
	text-decoration: none;
}

.res-btn:hover {
	filter: brightness(.94);
}

@media(max-width:600px) {
	.resource-list {
		gap: 36px;
	}
	
	.resource-item img {
		border-radius: 12px;
	}
}

/* EP: resource single pages */
.res-article {
	max-width: 760px;
	margin: 0 auto;
}

.res-article .res-hero-img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
	margin: 0 0 26px;
}

.res-article .res-body p {
	margin: 0 0 16px;
	line-height: 1.65;
}

.res-article .res-btn {
	margin-top: 8px;
}

.res-article .res-back {
	display: inline-block;
	margin-top: 26px;
	color: #111;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid #FEFB00;
}

/* EP: sveikesniam line break (mobile) */
@media (max-width:600px) {
	.hero-copy h1 .lt em::before {
		content: "\A";
		white-space: pre;
	}
}

/* EP: resources 3 per row */
@media (min-width:861px) {
	.page-id-1101 .cards, .page-id-1102 .cards {
		grid-template-columns: repeat(3,1fr) !important;
	}
}

/* EP: about page (scoped) */
.page-id-1251 .about-grid, .page-id-1252 .about-grid {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 52px;
	align-items: start;
}

.page-id-1251 .about-aside, .page-id-1252 .about-aside {
	position: sticky;
	top: 24px;
}

.page-id-1251 .about-photo, .page-id-1252 .about-photo {
	width: 100%;
	height: auto;
	border-radius: 18px;
	display: block;
}

.page-id-1251 .about-links, .page-id-1252 .about-links {
	display: flex;
	flex-direction: row;
	gap: 18px;
	margin-top: 22px;
	align-items: center;
}

.page-id-1251 .about-links a, .page-id-1252 .about-links a {
	display: inline-flex;
}

.page-id-1251 .about-links a img, .page-id-1252 .about-links a img {
	width: 34px;
	height: 34px;
	display: block;
	transition: opacity .15s ease;
}

.page-id-1251 .about-links a:hover img, .page-id-1252 .about-links a:hover img {
	opacity: .6;
}

.page-id-1251 .about-main h2, .page-id-1252 .about-main h2 {
	margin: 0 0 20px;
}

.page-id-1251 .cv-list, .page-id-1252 .cv-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-id-1251 .cv-list li, .page-id-1252 .cv-list li {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid #ececec;
}

.page-id-1251 .cv-list li:last-child, .page-id-1252 .cv-list li:last-child {
	border-bottom: none;
}

.page-id-1251 .cv-years, .page-id-1252 .cv-years {
	color: #666;
	font-weight: 600;
	font-size: .92rem;
}

.page-id-1251 .cv-info, .page-id-1252 .cv-info {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.page-id-1251 .cv-role, .page-id-1252 .cv-role {
	font-weight: 700;
	line-height: 1.3;
}

.page-id-1251 .cv-org, .page-id-1252 .cv-org {
	color: #555;
	font-size: .95rem;
}

.page-id-1251 section:has(.about-grid), .page-id-1252 section:has(.about-grid) {
	padding-top: 44px;
}

@media (max-width:760px) {
	.page-id-1251 .about-grid, .page-id-1252 .about-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.page-id-1251 .about-aside, .page-id-1252 .about-aside {
		position: static;
		max-width: 300px;
	}
	
	.page-id-1251 .cv-list li, .page-id-1252 .cv-list li {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}