.shkan-archive, .shkan-single {
	--shkan-brown: #35170e;
	--shkan-brown-2: #6c2b12;
	--shkan-gold: var(--shk-gold, #c9982e);
	--shkan-gold-light: var(--shk-gold-light, #efd17e);
	--shkan-cream: #fbf7ef;
	--shkan-paper: #fffdf9;
	--shkan-ink: #33231d;
	--shkan-muted: #796b65;
	--shkan-border: rgba(108,43,18,.14);
	--shkan-shadow: 0 22px 58px rgba(53,23,14,.12);
	color: var(--shkan-ink);
	font-family: var(--shk-fa-font, Vazirmatn, Tahoma, sans-serif);
}
.shkan-archive *, .shkan-archive *::before, .shkan-archive *::after, .shkan-single *, .shkan-single *::before, .shkan-single *::after { box-sizing: border-box; }
.shkan-archive a, .shkan-single a { color: inherit; text-decoration: none; }
.shkan-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.shkan-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 470px; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 20% 30%, #7a3519 0, #4c1e10 28%, #2b100a 72%, #1c0906 100%); border-bottom: 5px solid var(--shkan-gold); }
.shkan-hero, .shkan-single__hero { width: 100vw; max-width: 100vw; margin-inline: calc(50% - 50vw); }
.shkan-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(180deg,#178748 0 33.33%,#fff 33.33% 66.66%,#d62128 66.66%); }
.shkan-hero__rays { position: absolute; z-index: -1; width: 760px; height: 760px; inset-inline-end: -180px; top: -145px; border-radius: 50%; opacity: .17; background: repeating-conic-gradient(from 4deg, var(--shkan-gold-light) 0 3deg, transparent 3deg 11deg); animation: shkan-spin 95s linear infinite; }
.shkan-hero__ornament { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(239,209,126,.18); transform: rotate(45deg); }
.shkan-hero__ornament--one { inset-inline-start: -150px; top: -90px; }.shkan-hero__ornament--two { inset-inline-start: -205px; bottom: -120px; }
.shkan-hero__inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; position: relative; z-index: 2; padding-block: 70px; }
.shkan-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--shkan-gold-light); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.shkan-kicker i { width: 38px; height: 2px; background: var(--shkan-gold); }
.shkan-hero h1 { margin: 18px 0 16px; color: #fff; font-size: clamp(42px, 6vw, 76px); line-height: 1.18; }
.shkan-hero__copy > p { max-width: 710px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 2; }
.shkan-hero__rule { display: flex; align-items: center; width: min(420px, 80%); height: 1px; margin-top: 32px; background: rgba(255,255,255,.2); }.shkan-hero__rule span { width: 90px; height: 3px; background: var(--shkan-gold); }
.shkan-hero__emblem { position: relative; justify-self: center; width: 270px; height: 270px; display: grid; place-items: center; }
.shkan-hero__emblem::before { content: ""; position: absolute; inset: 23px; border-radius: 50%; background: radial-gradient(circle, rgba(201,152,46,.24), transparent 67%); filter: blur(12px); }
.shkan-hero__emblem img { position: relative; z-index: 2; display: block; width: 230px; height: 230px; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0,0,0,.35)); border: 0 !important; border-radius: 0 !important; outline: 0; background: transparent !important; box-shadow: none !important; }
.shkan-hero__emblem > span { position: relative; z-index: 2; color: var(--shkan-gold-light); font-size: 135px; text-shadow: 0 0 45px rgba(201,152,46,.6); }
.shkan-hero__orbit { position: absolute; inset: 0; border: 1px dashed rgba(239,209,126,.55); border-radius: 50%; animation: shkan-spin 34s linear infinite reverse; }

.shkan-archive > .shkan-shell { padding-block: clamp(55px, 7vw, 90px); }
.shkan-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 34px; }
.shkan-section-heading span { color: #9d6c18; font-size: 12px; font-weight: 900; }.shkan-section-heading h2 { margin: 8px 0 0; color: var(--shkan-brown); font-size: clamp(28px, 3.3vw, 44px); line-height: 1.35; }.shkan-section-heading > i { width: 110px; height: 1px; background: var(--shkan-border); position: relative; }.shkan-section-heading > i::after { content: ""; position: absolute; inset-inline-end: 0; top: -1px; width: 42px; height: 3px; background: var(--shkan-gold); }
.shkan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }

.shkan-card { min-width: 0; overflow: hidden; border: 1px solid var(--shkan-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; }
.shkan-card:hover { transform: translateY(-8px); border-color: rgba(201,152,46,.58); box-shadow: var(--shkan-shadow); }
.shkan-card__visual { position: relative; display: block; height: 235px; overflow: hidden; background: linear-gradient(145deg,#5d2613,#2b100a); }
.shkan-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }.shkan-card:hover .shkan-card__visual img { transform: scale(1.055); }
.shkan-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(35,11,6,.8)); }
.shkan-card__topic { position: absolute; inset-inline-start: 17px; top: 17px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(53,23,14,.74); color: #fff; backdrop-filter: blur(8px); font-size: 11px; font-weight: 800; }
.shkan-card__emoji { position: absolute; inset-inline-end: 17px; bottom: 15px; display: grid; place-items: center; min-width: 42px; height: 42px; padding-inline: 8px; border: 1px solid rgba(239,209,126,.55); border-radius: 50%; background: rgba(53,23,14,.78); font-size: 21px; }
.shkan-card__sun { display: grid; place-items: center; width: 100%; height: 100%; background: repeating-conic-gradient(from 0deg,rgba(201,152,46,.22) 0 4deg,transparent 4deg 14deg),radial-gradient(circle,#7a3519 0,#35170e 65%); }
.shkan-card__sun i { display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid rgba(239,209,126,.7); border-radius: 50%; background: rgba(53,23,14,.75); box-shadow: 0 0 0 14px rgba(201,152,46,.08),0 0 45px rgba(201,152,46,.2); font-style: normal; font-size: 42px; }
.shkan-card__body { padding: 25px; }
.shkan-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--shkan-muted); font-size: 11px; }.shkan-card__meta > span { width: 4px; height: 4px; border-radius: 50%; background: var(--shkan-gold); }.shkan-card__meta b { font-weight: 500; }
.shkan-card__body > small { display: block; margin-top: 13px; color: #a36f17; font-weight: 800; }
.shkan-card h3 { margin: 10px 0 0; color: var(--shkan-brown); font-size: 21px; line-height: 1.75; }.shkan-card h3 a:hover { color: #a36f17; }
.shkan-card__body > p { display: -webkit-box; overflow: hidden; margin: 12px 0 0; color: var(--shkan-muted); font-size: 13px; line-height: 2; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.shkan-card__bottom { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 21px; padding-top: 17px; border-top: 1px solid var(--shkan-border); }.shkan-card__bottom > span { display: flex; align-items: center; gap: 8px; min-width: 0; color: var(--shkan-muted); font-size: 11px; }.shkan-card__bottom img { width: 30px; height: 30px; border-radius: 50%; }.shkan-card__bottom > span b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.shkan-card__bottom > a { flex: none; color: #996715; font-size: 11px; font-weight: 900; }.shkan-card__bottom > a i { margin-inline-start: 5px; font-style: normal; transition: transform .2s ease; }.shkan-card__bottom > a:hover i { display: inline-block; transform: translateX(-4px); }
.shkan-card--light { border-radius: 18px; }.shkan-card--light .shkan-card__visual { background: linear-gradient(145deg,#fffaf0,#e8d3a6); }.shkan-card--statement { border-radius: 4px; border-top: 4px solid var(--shkan-gold); }

.shkan-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 48px; }.shkan-pagination .page-numbers { min-width: 43px; height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid var(--shkan-border); border-radius: 999px; background: #fff; color: var(--shkan-brown); font-size: 12px; font-weight: 800; transition: .2s ease; }.shkan-pagination .page-numbers:hover,.shkan-pagination .current { border-color: var(--shkan-brown-2); background: var(--shkan-brown-2); color: #fff; box-shadow: 0 8px 20px rgba(53,23,14,.2); }
.shkan-empty { padding: 70px 25px; border: 1px dashed rgba(108,43,18,.25); border-radius: 22px; background: linear-gradient(145deg,#fff,#fbf7ef); text-align: center; }.shkan-empty > span { font-size: 45px; }.shkan-empty h3 { margin: 12px 0 5px; color: var(--shkan-brown); }.shkan-empty p { margin: 0; color: var(--shkan-muted); }

.shkan-single { background: #f8f4ed; }.shkan-single__hero { position: relative; isolation: isolate; overflow: hidden; padding: 90px 0 130px; background: radial-gradient(circle at 75% 25%,#713017,#35170e 50%,#1c0906); color: #fff; border-bottom: 5px solid var(--shkan-gold); }.shkan-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(--shkan-gold-light) 0 3deg,transparent 3deg 11deg); animation: shkan-spin 90s linear infinite; }.shkan-single__head { max-width: 900px; text-align: center; }.shkan-single__badge { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid rgba(239,209,126,.55); border-radius: 50%; background: rgba(255,255,255,.06); font-size: 33px; box-shadow: 0 0 0 12px rgba(201,152,46,.06); }.shkan-single__head .shkan-kicker { justify-content: center; }.shkan-single__lead { margin: 20px 0 0; color: var(--shkan-gold-light); font-size: 14px; font-weight: 800; }.shkan-single h1 { max-width: 940px; margin: 16px auto 28px; color: #fff; font-size: clamp(37px,5.5vw,68px); line-height: 1.42; }.shkan-single__meta { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.68); font-size: 12px; }.shkan-single__meta span { display: inline-flex; align-items: center; gap: 9px; color: #fff; }.shkan-single__meta img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--shkan-gold); }.shkan-single__meta b { font-weight: 500; }
.shkan-single__article { position: relative; z-index: 2; max-width: 960px; padding-bottom: 80px; }.shkan-single__cover { overflow: hidden; margin: -75px 0 35px; border: 8px solid #fff; border-radius: 25px 7px 25px 7px; background: #fff; box-shadow: var(--shkan-shadow); }.shkan-single__cover img { width: 100%; max-height: 580px; object-fit: cover; }.shkan-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(--shkan-paper); box-shadow: 0 18px 55px rgba(53,23,14,.09); }.shkan-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; }.shkan-single__content { position: relative; z-index: 1; color: #3d302a; font-size: 18px; line-height: 2.25; }.shkan-single__content > *:first-child { margin-top: 0; }.shkan-single__content h2,.shkan-single__content h3,.shkan-single__content h4 { color: var(--shkan-brown); line-height: 1.65; }.shkan-single__content h2 { margin-top: 2em; padding-bottom: 12px; border-bottom: 1px solid var(--shkan-border); }.shkan-single__content blockquote { margin: 2em 0; padding: 22px 28px; border: 0; border-right: 5px solid var(--shkan-gold); border-radius: 12px 0 0 12px; background: #fff7e5; color: #6b2a12; font-size: 1.08em; }.shkan-single__content img { border-radius: 14px; }.shkan-single__content a { color: #956110; text-decoration: underline; text-underline-offset: 4px; }.shkan-single__footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--shkan-border); color: #9b6a16; }.shkan-single__footer span { font-size: 27px; }.shkan-single__footer p { margin: 0; font-size: 12px; font-weight: 900; }.shkan-single__back { display: inline-flex; margin-top: 28px; padding: 12px 20px; border: 1px solid var(--shkan-border); border-radius: 999px; background: #fff; color: var(--shkan-brown); font-size: 12px; font-weight: 900; }.shkan-single__back:hover { background: var(--shkan-brown); color: #fff; }
.shkan-font--naskh .shkan-single__content { font-family: "Noto Naskh Arabic", "B Nazanin", serif; font-size: 20px; }.shkan-font--tahoma .shkan-single__content { font-family: Tahoma, Arial, sans-serif; }.shkan-font--serif .shkan-single__content { font-family: Georgia, "Noto Naskh Arabic", serif; font-size: 20px; }

/* Full-width lower brand banner with the same transparent website logo. */
.shkan-single__footer {
	display: block;
	width: 100vw;
	max-width: 100vw;
	margin: 55px calc(50% - 50vw) 0;
	padding: 0;
	border-top: 2px solid var(--shkan-gold);
	border-bottom: 5px solid var(--shkan-gold);
	background: radial-gradient(circle at 20% 30%, #7a3519 0, #4c1e10 28%, #2b100a 72%, #1c0906 100%);
	color: #fff;
}
.shkan-single__footer-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	padding: 17px 0;
}
.shkan-single__footer img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	filter: drop-shadow(0 8px 16px rgba(0,0,0,.28));
}
.shkan-single__footer p { margin: 0; color: var(--shkan-gold-light); font-size: 13px; font-weight: 900; }

@keyframes shkan-spin { to { transform: rotate(360deg); } }
@media (max-width: 900px) { .shkan-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.shkan-hero__inner { grid-template-columns: 1fr; }.shkan-hero__emblem { position: absolute; inset-inline-end: 30px; opacity: .2; }.shkan-hero__copy { position: relative; z-index: 2; }.shkan-hero { min-height: 400px; } }
@media (max-width: 620px) { .shkan-shell { width: min(100% - 28px,1180px); }.shkan-grid { grid-template-columns: 1fr; }.shkan-hero__inner { padding-block: 55px; }.shkan-hero__emblem { width: 210px; height: 210px; inset-inline-end: -55px; }.shkan-hero h1 { font-size: 42px; }.shkan-section-heading > i { display: none; }.shkan-card__visual { height: 220px; }.shkan-single__hero { padding: 65px 0 105px; }.shkan-single__meta { gap: 12px; }.shkan-single__paper { padding: 35px 25px; }.shkan-single__content { font-size: 16px; }.shkan-single__cover { margin-top: -55px; border-width: 5px; }.shkan-single__footer-inner { width: min(100% - 28px,1180px); padding-block: 14px; }.shkan-single__footer img { width: 62px; height: 62px; } }
@media (prefers-reduced-motion: reduce) { .shkan-archive *, .shkan-single * { animation: none !important; transition: none !important; } }
