/* ===========================================================
   Naika Kazieva — дополнения к теме Twenty Fifteen
   Держимся монохромной палитры темы: #333 / #f1f1f1 / #fff
   =========================================================== */

/* --- Иконки соцсетей (замена genericons-цепочки на брендовые SVG) --- */
.social-navigation ul { display: flex; gap: 8px; flex-wrap: wrap; }
.social-navigation li { margin: 0; }
.social-navigation a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 50%;
	color: #333; background: transparent;
	border: 1px solid rgba(51, 51, 51, 0.2);
	transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .15s ease;
}
.social-navigation a:before { content: none !important; } /* убрать иконку genericons */
.social-navigation a svg { width: 20px; height: 20px; fill: currentColor; display: block; }
.social-navigation a:hover, .social-navigation a:focus { color: #fff; border-color: transparent; transform: translateY(-2px); }
.social-navigation a.s-tg:hover, .social-navigation a.s-tg:focus { background: #29a9eb; }
.social-navigation a.s-vk:hover, .social-navigation a.s-vk:focus { background: #0077ff; }
.social-navigation a.s-im:hover, .social-navigation a.s-im:focus { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

/* --- Фото в сайдбаре: скругление + мягкая тень --- */
.widget_media_image { text-align: center; }
.widget_media_image a { display: inline-block; border-bottom: 0 !important; }
.widget_media_image img {
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	transition: transform .2s ease, box-shadow .2s ease;
}
.widget_media_image a:hover img {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

/* --- Telegram-виджет (kanalik.ru embed) --- */
.widget_tg_embed { margin-bottom: 1.75em; text-align: center; }
.widget_tg_embed iframe, .widget_tg_embed > * { max-width: 100%; }

/* --- Блок ближайших выступлений --- */
.events { margin: 0 0 1.5em; }

.event-card {
	display: flex;
	align-items: stretch;
	gap: 18px;
	padding: 18px 20px;
	margin: 0 0 14px;
	background: #fff;
	border: 1px solid rgba(51, 51, 51, 0.12);
	border-radius: 4px;
}

/* Дата — «бейдж» слева */
.event-date {
	flex: 0 0 68px;
	text-align: center;
	border-right: 1px solid rgba(51, 51, 51, 0.12);
	padding-right: 16px;
	display: flex; flex-direction: column; justify-content: center;
}
.event-date .d-day   { font-size: 30px; font-weight: 700; line-height: 1; color: #333; }
.event-date .d-month { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: #707070; margin-top: 4px; }
.event-date .d-year  { font-size: 11px; color: #a0a0a0; margin-top: 2px; }

/* Детали события */
.event-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.event-when { font-size: 13px; color: #707070; margin: 0 0 3px; }
.event-place { font-size: 17px; font-weight: 700; color: #333; margin: 0 0 2px; line-height: 1.25; }
.event-city  { font-size: 14px; color: #707070; margin: 0; }
.event-price { font-size: 14px; font-weight: 700; color: #333; margin: 4px 0 0; white-space: nowrap; }
.event-source { font-size: 11px; color: #b0b0b0; margin-top: 4px; text-transform: uppercase; letter-spacing: .03em; }

/* Кнопка билетов */
.event-cta { flex: 0 0 auto; display: flex; align-items: center; }
.btn-tickets {
	display: inline-block;
	padding: 10px 18px;
	background: #333;
	color: #fff !important;
	border: 0 !important;
	border-radius: 3px;
	font-size: 14px; font-weight: 700;
	white-space: nowrap;
	transition: background .15s ease;
}
.btn-tickets:hover, .btn-tickets:focus { background: #707070; color: #fff !important; }

/* Пометка о партнёрской ссылке */
.events-note { font-size: 12px; color: #a0a0a0; margin: 4px 0 0; }

/* Пусто */
.events-empty {
	padding: 20px; background: #fff; border: 1px dashed rgba(51,51,51,0.2);
	border-radius: 4px; color: #707070;
}

/* --- Биография --- */
.bio-portrait {
	float: right; width: 280px; max-width: 42%;
	margin: 4px 0 20px 28px;
}
.bio-portrait img {
	width: 100%; height: auto; display: block;
	border-radius: 4px; border: 1px solid rgba(51,51,51,0.12);
}
.bio-lead { font-size: 19px; line-height: 1.6; color: #333; }

.bio-facts {
	clear: none; background: #fff;
	border: 1px solid rgba(51,51,51,0.12); border-radius: 4px;
	padding: 6px 20px; margin: 0 0 1.5em;
}
.bio-facts dl { margin: 0; }
.bio-facts dt {
	font-size: 12px; text-transform: uppercase; letter-spacing: .04em;
	color: #707070; margin: 14px 0 1px;
}
.bio-facts dd { margin: 0 0 4px; font-size: 16px; color: #333; }

.bio-quote {
	border-left: 3px solid #333; margin: 1.5em 0; padding: 2px 0 2px 20px;
}
.bio-quote p { font-size: 20px; font-style: italic; margin: 0 0 .3em; }
.bio-quote cite { font-size: 14px; color: #707070; font-style: normal; }

.bio-sources { font-size: 13px; color: #707070; }

@media (max-width: 600px) {
	.bio-portrait { float: none; width: 60%; max-width: 220px; margin: 0 auto 20px; }
}

/* --- Видео: сетка карточек с превью --- */
.video-intro { font-size: 15px; color: #707070; margin: 0 0 1.5em; }

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

.video-card {
	margin: 0; cursor: pointer;
	display: flex; flex-direction: column;
	transition: transform .15s ease;
}
.video-card:hover, .video-card:focus { transform: translateY(-3px); outline: none; }
.video-card:focus .video-thumb { box-shadow: 0 0 0 2px #333; }

.video-thumb {
	position: relative; width: 100%; padding-top: 56.25%;
	background: #222 center/cover no-repeat;
	border-radius: 5px; overflow: hidden;
}

/* кнопка play */
.video-play {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 54px; height: 54px; border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	transition: background .15s ease, transform .15s ease;
}
.video-play:before {
	content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%, -50%);
	border-style: solid; border-width: 10px 0 10px 17px; border-color: transparent transparent transparent #fff;
}
.video-card:hover .video-play { background: #e33; transform: translate(-50%, -50%) scale(1.06); }

/* бейджи */
.video-duration {
	position: absolute; right: 8px; bottom: 8px;
	background: rgba(0, 0, 0, 0.8); color: #fff;
	font-size: 12px; line-height: 1; padding: 3px 6px; border-radius: 3px;
}
.video-badge {
	position: absolute; left: 8px; top: 8px;
	font-size: 11px; font-weight: 700; line-height: 1; padding: 4px 7px; border-radius: 3px;
	color: #fff; text-transform: uppercase; letter-spacing: .02em;
	background: #555;
}
.platform-youtube .video-badge { background: #ff0000; }
.platform-vk .video-badge     { background: #0077ff; }
.platform-rutube .video-badge { background: #14191f; }

/* плейсхолдер без превью (напр. VK без токена) */
.video-card.no-thumb .video-thumb { background: linear-gradient(135deg, #2b2f36, #10141a); }
.platform-vk.no-thumb .video-thumb { background: linear-gradient(135deg, #2a6df4, #0a2a6b); }

.video-caption { padding: 10px 2px 0; }
.video-name {
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	font-size: 15px; font-weight: 600; line-height: 1.3; color: #333;
}
.video-meta { display: block; font-size: 12px; color: #909090; margin-top: 4px; }

/* Лайтбокс */
.video-lightbox {
	position: fixed; inset: 0; z-index: 9999;
	display: none; align-items: center; justify-content: center;
	background: rgba(0, 0, 0, 0.88); padding: 20px;
}
.video-lightbox.is-open { display: flex; }
.vlb-frame { position: relative; width: 100%; max-width: 900px; }
.vlb-slot { position: relative; width: 100%; padding-top: 56.25%; background: #000; border-radius: 6px; overflow: hidden; }
.vlb-slot iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vlb-close {
	position: absolute; top: -44px; right: 0;
	background: none; border: 0; color: #fff; font-size: 34px; line-height: 1;
	cursor: pointer; padding: 0 6px;
}
.vlb-close:hover { color: #e33; }

@media (max-width: 480px) {
	.video-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
	.video-name { font-size: 13px; }
	.video-play { width: 42px; height: 42px; }
}

/* Мобильная адаптация карточек */
@media (max-width: 600px) {
	.event-card { flex-wrap: wrap; gap: 12px; padding: 14px 16px; }
	.event-date {
		flex-direction: row; align-items: baseline; gap: 8px;
		border-right: 0; border-bottom: 1px solid rgba(51,51,51,0.12);
		padding-right: 0; padding-bottom: 8px; width: 100%; flex-basis: 100%;
		text-align: left;
	}
	.event-date .d-day { font-size: 22px; }
	.event-date .d-month, .event-date .d-year { margin-top: 0; }
	.event-cta { width: 100%; }
	.btn-tickets { width: 100%; text-align: center; }
}
