.ayi-shell {
	max-width: 1180px;
	margin: 0 auto;
}

.ayi-hero {
	display: grid;
	gap: 24px;
}

.ayi-channel-banner {
	width: 100%;
	aspect-ratio: 21 / 6;
	object-fit: cover;
	border-radius: 22px;
	background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.ayi-channel-head {
	display: flex;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}

.ayi-channel-avatar,
.ayi-video-thumb {
	border-radius: 18px;
	overflow: hidden;
	background: #f3f4f6;
}

.ayi-channel-avatar {
	width: 112px;
	height: 112px;
	flex: 0 0 112px;
}

.ayi-channel-avatar img,
.ayi-video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ayi-kicker {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 700;
	color: #6b7280;
	margin: 0 0 8px;
}

.ayi-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	color: #6b7280;
	font-size: 14px;
}

.ayi-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ayi-video-card {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	padding: 18px;
}

.ayi-video-card a {
	text-decoration: none;
}

.ayi-video-thumb {
	aspect-ratio: 16 / 9;
	margin-bottom: 14px;
}

.ayi-video-card h2 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	line-height: 1.4;
	color: inherit;
}

.ayi-video-card p {
	margin: 0;
	color: #4b5563;
}

.ayi-video-embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 22px;
	overflow: hidden;
	background: #111827;
}

.ayi-video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ayi-actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.ayi-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.ayi-button--secondary {
	background: #eef2ff;
	color: #1e3a8a;
}

@media (max-width: 900px) {
	.ayi-grid {
		grid-template-columns: 1fr;
	}
}
