.shkev-archive,
.shkev-single {
	--shkev-brown: #35170e;
	--shkev-brown-2: #6c2b12;
	--shkev-brown-3: #8b3e1c;
	--shkev-gold: var(--shk-gold, #c9982e);
	--shkev-gold-light: var(--shk-gold-light, #efd17e);
	--shkev-cream: #fbf7ef;
	--shkev-paper: #fffdf9;
	--shkev-ink: #33231d;
	--shkev-muted: #796b65;
	--shkev-border: rgba(108, 43, 18, .14);
	--shkev-shadow: 0 22px 58px rgba(53, 23, 14, .12);
	color: var(--shkev-ink);
	font-family: var(--shk-fa-font, Vazirmatn, Tahoma, sans-serif);
}

.shkev-archive *,
.shkev-archive *::before,
.shkev-archive *::after,
.shkev-single *,
.shkev-single *::before,
.shkev-single *::after { box-sizing: border-box; }

.shkev-archive a,
.shkev-single a { color: inherit; text-decoration: none; }

.shkev-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

/* Full-width, theme-matched hero. */
.shkev-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100vw;
	max-width: 100vw;
	min-height: 525px;
	margin-inline: calc(50% - 50vw);
	display: flex;
	align-items: center;
	color: #fff;
	background:
		radial-gradient(circle at 17% 28%, rgba(139, 62, 28, .95) 0, rgba(76, 30, 16, .98) 30%, #2b100a 72%, #190705 100%);
	border-bottom: 5px solid var(--shkev-gold);
}

.shkev-hero__rays {
	position: absolute;
	z-index: -1;
	width: 820px;
	height: 820px;
	inset-inline-end: -170px;
	top: -150px;
	border-radius: 50%;
	opacity: .17;
	background: repeating-conic-gradient(from 4deg, var(--shkev-gold-light) 0 3deg, transparent 3deg 12deg);
	animation: shkev-spin 92s linear infinite;
}

.shkev-hero__pattern {
	position: absolute;
	z-index: -1;
	width: 330px;
	height: 330px;
	inset-inline-start: -220px;
	top: -80px;
	border: 1px solid rgba(239, 209, 126, .18);
	transform: rotate(45deg);
	box-shadow: 0 0 0 45px rgba(239, 209, 126, .025), 0 0 0 90px rgba(239, 209, 126, .018);
}

.shkev-hero__inner {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 70px;
	align-items: center;
	padding: 78px 0 88px;
}

.shkev-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--shkev-gold-light);
	font-size: 12px;
	font-weight: 900;
}

.shkev-kicker i { width: 38px; height: 2px; background: var(--shkev-gold); }
.shkev-hero h1 { margin: 18px 0 16px; color: #fff; font-size: clamp(42px, 6vw, 74px); line-height: 1.22; }
.shkev-hero__copy > p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .74); font-size: 17px; line-height: 2.05; }

.shkev-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	width: fit-content;
	margin-top: 34px;
	overflow: hidden;
	border: 1px solid rgba(239, 209, 126, .24);
	border-radius: 15px 4px 15px 4px;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(8px);
}

.shkev-stats div { min-width: 130px; padding: 15px 22px; border-inline-start: 1px solid rgba(239, 209, 126, .18); }
.shkev-stats div:first-child { border-inline-start: 0; }
.shkev-stats strong { display: block; color: var(--shkev-gold-light); font-size: 24px; line-height: 1; }
.shkev-stats span { display: block; margin-top: 7px; color: rgba(255, 255, 255, .68); font-size: 10px; }

.shkev-hero__logo { position: relative; justify-self: center; width: 310px; height: 310px; display: grid; place-items: center; }
.shkev-hero__logo::before { content: ""; position: absolute; inset: 24px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 152, 46, .3), transparent 67%); filter: blur(16px); }
.shkev-hero__logo img { position: relative; z-index: 2; display: block; width: 270px; height: 270px; object-fit: contain; border: 0 !important; border-radius: 0 !important; outline: 0; background: transparent !important; box-shadow: none !important; filter: drop-shadow(0 21px 35px rgba(0, 0, 0, .36)); }
.shkev-hero__orbit { position: absolute; inset: 0; border: 1px dashed rgba(239, 209, 126, .55); border-radius: 50%; animation: shkev-spin 36s linear infinite reverse; }

.shkev-flag { position: absolute; inset: auto 0 0; height: 7px; display: grid; grid-template-rows: repeat(3, 1fr); }
.shkev-flag i:nth-child(1) { background: #178748; }
.shkev-flag i:nth-child(2) { background: #fff; }
.shkev-flag i:nth-child(3) { background: #d62128; }

/* Filters float over the transition from the hero to the ivory page. */
.shkev-main { position: relative; padding: 0 0 90px; }
.shkev-filters {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: 1.15fr repeat(3, 1fr) auto;
	gap: 15px;
	align-items: end;
	margin: -42px 0 72px;
	padding: 24px;
	border: 1px solid rgba(201, 152, 46, .28);
	border-radius: 22px 7px 22px 7px;
	background: rgba(255, 253, 249, .98);
	box-shadow: 0 24px 65px rgba(53, 23, 14, .16);
}

.shkev-filters__title { display: flex; align-items: center; gap: 13px; align-self: center; }
.shkev-filters__title > span { flex: none; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(145deg, #fff5dd, #efd17e); color: var(--shkev-brown); font-size: 25px; }
.shkev-filters__title small { display: block; color: #9b6714; font-size: 10px; font-weight: 900; }
.shkev-filters__title strong { display: block; margin-top: 4px; color: var(--shkev-brown); font-size: 13px; }
.shkev-filters label > span { display: block; margin: 0 3px 7px; color: var(--shkev-brown); font-size: 10px; font-weight: 900; }
.shkev-filters select,
.shkev-filters input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid rgba(108, 43, 18, .17); border-radius: 10px; background: #fdfbf7; color: var(--shkev-ink); font: inherit; font-size: 11px; outline: 0; transition: .2s; }
.shkev-filters select:focus,
.shkev-filters input:focus { border-color: var(--shkev-gold); background: #fff; box-shadow: 0 0 0 4px rgba(201, 152, 46, .1); }
.shkev-filters button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 48px; padding: 0 20px; border: 0; border-radius: 10px; background: linear-gradient(135deg, #7a3519, #4b1d0f); color: #fff; font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; box-shadow: 0 10px 22px rgba(53, 23, 14, .18); transition: .22s; }
.shkev-filters button:hover { transform: translateY(-2px); background: linear-gradient(135deg, #b07a1d, #8d5c10); }
.shkev-filters button i { font-style: normal; }
.shkev-filters__reset { position: absolute; inset-inline-end: 24px; bottom: -29px; color: #946114 !important; font-size: 10px; font-weight: 900; }

.shkev-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 35px; }
.shkev-heading span { color: #9d6c18; font-size: 12px; font-weight: 900; }
.shkev-heading h2 { margin: 8px 0 0; color: var(--shkev-brown); font-size: clamp(28px, 3.3vw, 44px); line-height: 1.4; }
.shkev-heading > i { position: relative; width: 110px; height: 1px; background: var(--shkev-border); }
.shkev-heading > i::after { content: ""; position: absolute; inset-inline-end: 0; top: -1px; width: 43px; height: 3px; background: var(--shkev-gold); }

/* Event cards. */
.shkev-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.shkev-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--shkev-border); border-radius: 22px 6px 22px 6px; background: #fff; box-shadow: 0 12px 34px rgba(53, 23, 14, .07); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.shkev-card::after { content: ""; position: absolute; inset: auto 25px 0; height: 3px; background: linear-gradient(90deg, transparent, var(--shkev-gold), transparent); opacity: 0; transition: .3s; }
.shkev-card:hover { transform: translateY(-8px); border-color: rgba(201, 152, 46, .58); box-shadow: var(--shkev-shadow); }
.shkev-card:hover::after { opacity: 1; }
.shkev-card--featured { border-color: rgba(201, 152, 46, .58); box-shadow: 0 18px 46px rgba(108, 43, 18, .13); }

.shkev-card__visual { position: relative; display: block; height: 235px; overflow: hidden; background: linear-gradient(145deg, #6c2b12, #2b100a); }
.shkev-card__visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.shkev-card:hover .shkev-card__visual > img { transform: scale(1.055); }
.shkev-card__fallback { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #7a3519 0, #4b1d0f 40%, #24100a 100%); }
.shkev-card__fallback > i { position: absolute; width: 430px; height: 430px; opacity: .16; border-radius: 50%; background: repeating-conic-gradient(var(--shkev-gold-light) 0 3deg, transparent 3deg 13deg); animation: shkev-spin 85s linear infinite; }
.shkev-card__fallback img { position: relative; z-index: 2; width: 150px; height: 150px; object-fit: contain; border: 0 !important; background: transparent !important; filter: drop-shadow(0 15px 24px rgba(0, 0, 0, .32)); }
.shkev-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21, 8, 5, .04) 25%, rgba(35, 11, 6, .82)); }
.shkev-card__type { position: absolute; inset-inline-start: 17px; top: 17px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .36); border-radius: 999px; background: rgba(53, 23, 14, .76); color: #fff; backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; }
.shkev-card__icon { position: absolute; inset-inline-end: 17px; bottom: 15px; display: grid; place-items: center; min-width: 43px; height: 43px; padding-inline: 8px; border: 1px solid rgba(239, 209, 126, .58); border-radius: 50%; background: rgba(53, 23, 14, .8); font-size: 21px; }
.shkev-card__featured { position: absolute; inset-inline-end: 14px; top: 14px; padding: 6px 10px; border-radius: 6px; background: var(--shkev-gold); color: #281108; font-size: 9px; font-weight: 900; box-shadow: 0 8px 17px rgba(32, 12, 7, .24); }

.shkev-card__body { padding: 25px; }
.shkev-card__top { display: flex; justify-content: space-between; align-items: center; gap: 13px; color: var(--shkev-muted); font-size: 10px; }
.shkev-card__top > span { overflow: hidden; color: #9d6c18; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.shkev-card__top time { flex: none; }
.shkev-card__source { display: inline-flex; margin-top: 10px; padding: 5px 9px; border: 1px solid rgba(201, 152, 46, .24); border-radius: 999px; background: #fff9ea; color: #8a5910; font-size: 9px; font-weight: 900; }
.shkev-card h3 { margin: 12px 0 0; color: var(--shkev-brown); font-size: 21px; line-height: 1.75; }
.shkev-card h3 a:hover { color: #9d6815; }
.shkev-card__body > p { display: -webkit-box; overflow: hidden; margin: 12px 0 0; color: var(--shkev-muted); font-size: 13px; line-height: 2; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.shkev-card__bottom { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 21px; padding-top: 17px; border-top: 1px solid var(--shkev-border); }
.shkev-card__bottom > span { overflow: hidden; color: var(--shkev-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.shkev-card__bottom > span i { margin-inline-end: 5px; color: #9d6815; font-style: normal; }
.shkev-card__bottom > a { flex: none; color: #996715; font-size: 10px; font-weight: 900; }
.shkev-card__bottom > a i { margin-inline-start: 5px; font-style: normal; transition: transform .2s; }
.shkev-card__bottom > a:hover i { display: inline-block; transform: translateX(-4px); }

.shkev-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 50px; }
.shkev-pagination .page-numbers { min-width: 43px; height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid var(--shkev-border); border-radius: 999px; background: #fff; color: var(--shkev-brown); font-size: 12px; font-weight: 800; transition: .2s; }
.shkev-pagination .page-numbers:hover,
.shkev-pagination .current { border-color: var(--shkev-brown-2); background: var(--shkev-brown-2); color: #fff; box-shadow: 0 8px 20px rgba(53, 23, 14, .2); }

.shkev-empty { padding: 65px 25px; border: 1px dashed rgba(108, 43, 18, .24); border-radius: 22px; background: linear-gradient(145deg, #fff, #fbf7ef); text-align: center; }
.shkev-empty img { display: block; width: 110px; height: 110px; margin: 0 auto; object-fit: contain; border: 0 !important; background: transparent !important; filter: drop-shadow(0 10px 18px rgba(53, 23, 14, .2)); }
.shkev-empty h3 { margin: 15px 0 6px; color: var(--shkev-brown); }
.shkev-empty p { max-width: 650px; margin: 0 auto; color: var(--shkev-muted); font-size: 13px; line-height: 2; }

/* Full-width closing banner. */
.shkev-closing { position: relative; isolation: isolate; overflow: hidden; width: 100vw; max-width: 100vw; margin-inline: calc(50% - 50vw); color: #fff; background: radial-gradient(circle at 15% 50%, #7a3519 0, #4b1d0f 35%, #260e08 100%); border-block: 4px solid var(--shkev-gold); }
.shkev-closing__rays { position: absolute; z-index: -1; width: 600px; height: 600px; inset-inline-start: -250px; top: -250px; border-radius: 50%; opacity: .11; background: repeating-conic-gradient(var(--shkev-gold-light) 0 3deg, transparent 3deg 13deg); animation: shkev-spin 100s linear infinite; }
.shkev-closing__inner { display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 190px; padding-block: 35px; }
.shkev-closing img { flex: none; display: block; width: 115px; height: 115px; object-fit: contain; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; filter: drop-shadow(0 13px 20px rgba(0, 0, 0, .3)); }
.shkev-closing span { color: var(--shkev-gold-light); font-size: 10px; font-weight: 900; }
.shkev-closing h2 { margin: 4px 0 7px; color: #fff; font-size: clamp(25px, 3vw, 38px); }
.shkev-closing p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 13px; line-height: 1.95; }

/* Single event view. */
.shkev-single { background: #f8f4ed; }
.shkev-single__hero { position: relative; isolation: isolate; overflow: hidden; width: 100vw; max-width: 100vw; margin-inline: calc(50% - 50vw); padding: 78px 0 120px; color: #fff; background: radial-gradient(circle at 75% 25%, #713017, #35170e 50%, #1c0906); border-bottom: 5px solid var(--shkev-gold); }
.shkev-single__rays { position: absolute; z-index: -1; width: 760px; height: 760px; inset-inline-end: -220px; top: -300px; border-radius: 50%; opacity: .15; background: repeating-conic-gradient(var(--shkev-gold-light) 0 3deg, transparent 3deg 11deg); animation: shkev-spin 90s linear infinite; }
.shkev-single__head { max-width: 940px; text-align: center; }
.shkev-single__logo { display: block; width: 115px; height: 115px; margin: 0 auto 22px; object-fit: contain; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .32)); }
.shkev-single__head .shkev-kicker { justify-content: center; }
.shkev-single h1 { max-width: 980px; margin: 15px auto 28px; color: #fff; font-size: clamp(36px, 5.4vw, 65px); line-height: 1.45; }
.shkev-single__meta { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 17px; color: rgba(255, 255, 255, .72); font-size: 11px; }
.shkev-single__meta > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(239, 209, 126, .52); border-radius: 50%; background: rgba(255, 255, 255, .06); font-size: 20px; }
.shkev-single__meta b { color: var(--shkev-gold-light); }
.shkev-single__meta em { font-style: normal; }
.shkev-single__article { position: relative; z-index: 2; max-width: 960px; padding-bottom: 80px; }
.shkev-single__cover { overflow: hidden; margin: -70px 0 35px; border: 8px solid #fff; border-radius: 25px 7px 25px 7px; background: #fff; box-shadow: var(--shkev-shadow); }
.shkev-single__cover img { display: block; width: 100%; max-height: 580px; object-fit: cover; }
.shkev-single__paper { position: relative; padding: clamp(30px, 6vw, 78px); border: 1px solid rgba(108, 43, 18, .13); border-radius: 7px 25px 7px 25px; background: var(--shkev-paper); box-shadow: 0 18px 55px rgba(53, 23, 14, .09); }
.shkev-single__paper::before { content: ""; position: absolute; inset: 16px; pointer-events: none; border: 1px solid rgba(201, 152, 46, .14); border-radius: 4px 18px 4px 18px; }
.shkev-single__lead { position: relative; z-index: 1; margin: 0 0 32px; padding: 21px 25px; border-inline-start: 4px solid var(--shkev-gold); border-radius: 13px 0 0 13px; background: #fff7e5; color: #6b2a12; font-size: 16px; line-height: 2; }
.shkev-single__content { position: relative; z-index: 1; color: #3d302a; font-size: 18px; line-height: 2.25; }
.shkev-single__content > *:first-child { margin-top: 0; }
.shkev-single__content h2,
.shkev-single__content h3,
.shkev-single__content h4 { color: var(--shkev-brown); line-height: 1.65; }
.shkev-single__content h2 { margin-top: 2em; padding-bottom: 12px; border-bottom: 1px solid var(--shkev-border); }
.shkev-single__content blockquote { margin: 2em 0; padding: 22px 28px; border: 0; border-right: 5px solid var(--shkev-gold); border-radius: 12px 0 0 12px; background: #fff7e5; color: #6b2a12; }
.shkev-single__content img { border-radius: 14px; }
.shkev-single__content a { color: #956110; text-decoration: underline; text-underline-offset: 4px; }
.shkev-single__source { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 3px 18px; align-items: center; margin-top: 50px; padding: 18px 21px; border: 1px solid rgba(201, 152, 46, .32); border-radius: 14px; background: linear-gradient(145deg, #fffaf0, #fff); transition: .2s; }
.shkev-single__source:hover { transform: translateY(-2px); border-color: var(--shkev-gold); box-shadow: 0 10px 24px rgba(53, 23, 14, .09); }
.shkev-single__source span { color: var(--shkev-muted); font-size: 10px; }
.shkev-single__source b { color: var(--shkev-brown); font-size: 12px; }
.shkev-single__source i { grid-column: 2; grid-row: 1 / 3; color: #996715; font-size: 23px; font-style: normal; }
.shkev-single__back { display: inline-flex; margin-top: 28px; padding: 12px 20px; border: 1px solid var(--shkev-border); border-radius: 999px; background: #fff; color: var(--shkev-brown); font-size: 11px; font-weight: 900; }
.shkev-single__back:hover { background: var(--shkev-brown); color: #fff; }

@keyframes shkev-spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
	.shkev-filters { grid-template-columns: 1fr 1fr; }
	.shkev-filters__title { grid-column: 1 / -1; }
	.shkev-filters button { width: 100%; }
}

@media (max-width: 900px) {
	.shkev-hero__inner { grid-template-columns: 1fr; }
	.shkev-hero__logo { position: absolute; inset-inline-end: -20px; opacity: .2; }
	.shkev-hero__copy { position: relative; z-index: 2; }
	.shkev-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
	.shkev-shell { width: min(100% - 28px, 1180px); }
	.shkev-hero { min-height: 555px; }
	.shkev-hero__inner { padding: 58px 0 75px; }
	.shkev-hero h1 { font-size: 43px; }
	.shkev-hero__copy > p { font-size: 15px; }
	.shkev-stats { width: 100%; }
	.shkev-stats div { flex: 1; min-width: 0; padding: 13px 9px; text-align: center; }
	.shkev-stats strong { font-size: 20px; }
	.shkev-stats span { font-size: 8px; }
	.shkev-main { padding-bottom: 65px; }
	.shkev-filters { grid-template-columns: 1fr; margin-top: -34px; margin-bottom: 55px; padding: 20px 17px; }
	.shkev-filters__title { grid-column: auto; }
	.shkev-heading > i { display: none; }
	.shkev-heading h2 { font-size: 31px; }
	.shkev-grid { grid-template-columns: 1fr; }
	.shkev-card__visual { height: 225px; }
	.shkev-closing__inner { flex-direction: column; gap: 14px; text-align: center; }
	.shkev-closing img { width: 90px; height: 90px; }
	.shkev-single__hero { padding: 62px 0 100px; }
	.shkev-single h1 { font-size: 39px; }
	.shkev-single__cover { margin-top: -55px; border-width: 5px; }
	.shkev-single__paper { padding: 35px 24px; }
	.shkev-single__content { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.shkev-archive *,
	.shkev-single * { animation: none !important; transition: none !important; }
}
