:root {
	--shk-media-red: #d71920;
	--shk-media-red-dark: #a30f15;
	--shk-media-ink: #111318;
	--shk-media-muted: #69707c;
	--shk-media-line: #e8eaf0;
	--shk-media-surface: #f7f8fa;
	--shk-media-radius: 24px;
	--shk-media-font: "Vazirmatn", Tahoma, Arial, sans-serif;
}

.shk-media-hub,
.shk-advertising-page,
.shk-home-media-bridge,
.shk-app-banner,
.shk-ad-slot,
.shk-sponsored-notice,
.shk-sponsor-cta {
	direction: rtl;
	font-family: var(--shk-media-font) !important;
}

.shk-media-hub,
.shk-advertising-page {
	max-width: 1240px;
	margin: 0 auto;
	padding: 32px 24px 80px;
	color: var(--shk-media-ink);
}

.shk-media-hub *,
.shk-advertising-page *,
.shk-home-media-bridge *,
.shk-app-banner *,
.shk-ad-slot *,
.shk-sponsored-notice *,
.shk-sponsor-cta * {
	box-sizing: border-box;
	font-family: inherit;
}

.shk-media-hub a,
.shk-advertising-page a,
.shk-home-media-bridge a {
	text-decoration: none;
}

body.home .elementor-element-88dc2b5a {
	display: none !important;
}

.shk-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--shk-media-red);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -.1px;
}

.shk-section-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(215, 25, 32, .1);
}

.shk-media-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	gap: 42px;
	align-items: center;
	min-height: 390px;
	padding: 56px;
	border-radius: 32px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 12% 20%, rgba(215, 25, 32, .48), transparent 27%),
		linear-gradient(135deg, #0b0d12 0%, #171a21 58%, #36181b 100%);
	box-shadow: 0 26px 70px rgba(16, 18, 24, .16);
}

.shk-media-hero::after {
	content: "";
	position: absolute;
	left: -110px;
	top: -150px;
	width: 430px;
	height: 430px;
	border: 70px solid rgba(255, 255, 255, .035);
	border-radius: 50%;
}

.shk-media-hero > * {
	position: relative;
	z-index: 1;
}

.shk-media-hero .shk-section-kicker {
	color: #ff5f64;
}

.shk-media-hero h1 {
	max-width: 720px;
	margin: 18px 0 16px;
	color: #fff;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -2px;
}

.shk-media-hero p {
	max-width: 690px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 17px;
	line-height: 2;
}

.shk-media-hero__switch {
	display: grid;
	gap: 12px;
}

.shk-media-hero__switch a {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 19px 20px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 17px;
	color: #fff;
	background: rgba(255, 255, 255, .065);
	backdrop-filter: blur(10px);
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.shk-media-hero__switch a:hover,
.shk-media-hero__switch a.is-active {
	transform: translateY(-2px);
	border-color: rgba(255, 91, 97, .55);
	background: rgba(215, 25, 32, .2);
}

.shk-media-hero__switch span {
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
}

.shk-media-hero__switch strong {
	font-size: 15px;
}

.shk-media-nav {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 24px 0 34px;
	padding: 10px;
	overflow-x: auto;
	border: 1px solid var(--shk-media-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(16, 18, 24, .045);
	scrollbar-width: thin;
}

.shk-media-nav a {
	flex: 0 0 auto;
	padding: 10px 15px;
	border-radius: 11px;
	color: #3e434d;
	font-size: 13px;
	font-weight: 700;
	transition: color .2s ease, background .2s ease;
}

.shk-media-nav a:hover {
	color: var(--shk-media-red);
	background: #fff2f3;
}

.shk-lead-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
	gap: 18px;
	margin-bottom: 34px;
}

.shk-lead-story {
	position: relative;
	min-height: 510px;
	display: flex;
	align-items: flex-end;
	padding: 38px;
	border-radius: var(--shk-media-radius);
	overflow: hidden;
	color: #fff;
	background-color: #171a20;
	background-size: cover;
	background-position: center;
	box-shadow: 0 20px 55px rgba(17, 19, 24, .14);
}

.shk-lead-story__content {
	max-width: 720px;
}

.shk-lead-story h2 {
	margin: 15px 0 12px;
	font-size: clamp(28px, 3vw, 43px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: -.8px;
}

.shk-lead-story h2 a,
.shk-lead-story h2 a:hover {
	color: #fff;
}

.shk-lead-story p {
	margin: 0 0 17px;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.9;
}

.shk-lead-story .shk-story-meta {
	color: rgba(255, 255, 255, .6);
}

.shk-lead-grid__side {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 14px;
}

.shk-compact-story {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 13px;
	border: 1px solid var(--shk-media-line);
	border-radius: 20px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shk-compact-story:hover {
	transform: translateY(-3px);
	border-color: #f0c9cb;
	box-shadow: 0 16px 36px rgba(17, 19, 24, .08);
}

.shk-compact-story__thumb {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	overflow: hidden;
	background: var(--shk-media-surface);
}

.shk-compact-story__thumb img,
.shk-story-card__image img,
.shk-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shk-compact-story h3 {
	margin: 8px 0 10px;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.65;
}

.shk-compact-story h3 a,
.shk-story-card h3 a,
.shk-product-card h3 a {
	color: var(--shk-media-ink);
}

.shk-story-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 5px 9px;
	border-radius: 999px;
	color: var(--shk-media-red);
	background: #fff0f1;
	font-size: 11px;
	font-weight: 800;
}

.shk-story-badge.is-sponsored {
	color: #805b08;
	background: #fff7dd;
}

.shk-story-meta {
	display: block;
	color: #8b919c;
	font-size: 11px;
}

.shk-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin: 54px 0 22px;
}

.shk-section-head h2 {
	margin: 10px 0 0;
	color: var(--shk-media-ink);
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 900;
	letter-spacing: -.7px;
}

.shk-section-head > a {
	flex: 0 0 auto;
	color: var(--shk-media-red);
	font-size: 13px;
	font-weight: 800;
}

.shk-archive-summary {
	flex: 0 0 auto;
	color: var(--shk-media-muted);
	font-size: 13px;
	font-weight: 800;
}

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

.shk-story-card {
	border: 1px solid var(--shk-media-line);
	border-radius: 21px;
	overflow: hidden;
	background: #fff;
	transition: transform .22s ease, box-shadow .22s ease;
}

.shk-story-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 44px rgba(17, 19, 24, .09);
}

.shk-story-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(145deg, #f2f3f5, #e7e9ed);
}

.shk-story-card__body {
	padding: 20px;
}

.shk-story-card h3 {
	margin: 12px 0 10px;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.65;
}

.shk-story-card p {
	margin: 0 0 15px;
	color: var(--shk-media-muted);
	font-size: 13px;
	line-height: 1.85;
}

.shk-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 30px 0 8px;
	padding: 16px 18px;
	border: 1px solid var(--shk-media-line);
	border-radius: 20px;
	background: var(--shk-media-surface);
}

.shk-pagination__label {
	color: var(--shk-media-muted);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.shk-pagination__links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
}

.shk-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #dfe2e8;
	border-radius: 12px;
	color: var(--shk-media-ink);
	background: #fff;
	font-size: 13px;
	font-weight: 850;
	transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.shk-pagination a.page-numbers:hover,
.shk-pagination .page-numbers.current {
	border-color: var(--shk-media-red);
	color: #fff;
	background: var(--shk-media-red);
}

.shk-pagination .prev,
.shk-pagination .next {
	width: auto;
	padding: 0 16px;
}

.shk-products-bridge {
	margin-top: 38px;
	padding: 1px 24px 28px;
	border-radius: 28px;
	background: var(--shk-media-surface);
}

.shk-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.shk-product-card {
	padding: 13px;
	border: 1px solid #e6e8ec;
	border-radius: 18px;
	background: #fff;
}

.shk-product-card__image {
	display: block;
	aspect-ratio: 1 / 1;
	padding: 8px;
	border-radius: 13px;
	overflow: hidden;
	background: #f8f8f9;
}

.shk-product-card h3 {
	margin: 13px 3px 9px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.65;
}

.shk-product-card__price {
	margin: 0 3px;
	color: var(--shk-media-red);
	font-size: 12px;
	font-weight: 850;
}

.shk-home-media-bridge {
	width: 100%;
	padding: 72px 24px;
	color: var(--shk-media-ink);
	background: #f6f7f9;
	border-top: 1px solid #eceef2;
	border-bottom: 1px solid #eceef2;
}

.shk-home-media-bridge__inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.shk-home-media-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: end;
	margin-bottom: 24px;
}

.shk-home-media-head h2 {
	margin: 10px 0 8px;
	color: var(--shk-media-ink);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: -1px;
}

.shk-home-media-head p {
	max-width: 720px;
	margin: 0;
	color: var(--shk-media-muted);
	font-size: 14px;
	line-height: 2;
}

.shk-home-media-actions {
	display: flex;
	gap: 9px;
}

.shk-home-media-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #dfe2e7;
	border-radius: 12px;
	color: #353a43;
	background: #fff;
	font-size: 12px;
	font-weight: 800;
}

.shk-home-media-actions a.is-primary {
	border-color: var(--shk-media-red);
	color: #fff;
	background: var(--shk-media-red);
}

.shk-home-media-bridge > .shk-ad-slot,
.shk-home-media-bridge__inner > .shk-ad-slot {
	max-width: none;
	margin: 22px 0;
}

.shk-home-media-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.2fr) minmax(290px, .8fr);
	gap: 18px;
	align-items: stretch;
}

.shk-home-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.shk-home-story-carousel {
	min-width: 0;
}

.shk-home-story-carousel__viewport {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

.shk-home-story-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.shk-home-story-carousel.is-ready .shk-home-story-carousel__viewport {
	overflow: hidden;
}

.shk-home-story-carousel .shk-home-story-carousel__track {
	display: flex;
	align-items: stretch;
	direction: rtl;
	transform: translate3d(0, 0, 0);
	transition: transform .55s cubic-bezier(.22, .75, .22, 1);
	will-change: transform;
}

.shk-home-story-carousel .shk-home-story-card {
	flex: 0 0 calc((100% - 28px) / 3);
}

.shk-home-story-carousel__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin-top: 16px;
}

.shk-carousel-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #dfe2e7;
	border-radius: 12px;
	color: var(--shk-media-ink);
	background: #fff;
	font-family: var(--shk-media-font);
	font-size: 20px;
	font-weight: 900;
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.shk-carousel-button:hover,
.shk-carousel-button:focus-visible {
	border-color: var(--shk-media-red);
	color: #fff;
	background: var(--shk-media-red);
	transform: translateY(-2px);
}

.shk-carousel-status {
	min-width: 150px;
	color: var(--shk-media-muted);
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.shk-home-story-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e4e7eb;
	border-radius: 19px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}

.shk-home-story-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(17, 19, 24, .08);
}

.shk-home-story-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(145deg, #eceef2, #f8f9fa);
}

.shk-home-story-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shk-home-story-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
}

.shk-home-story-card h3 {
	margin: 11px 0 8px;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.7;
}

.shk-home-story-card h3 a {
	color: var(--shk-media-ink);
}

.shk-home-story-card p {
	margin: 0 0 14px;
	color: var(--shk-media-muted);
	font-size: 12px;
	line-height: 1.9;
}

.shk-home-story-card .shk-story-meta {
	margin-top: auto;
}

.shk-home-media-side {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 14px;
}

.shk-home-media-side .shk-ad-slot {
	height: 100%;
	margin: 0;
}

.shk-ad-slot--home_card .shk-direct-ad,
.shk-ad-slot--home_card .shk-direct-ad img {
	height: 100%;
}

.shk-ad-slot--home_card .shk-direct-ad img {
	min-height: 280px;
	max-height: none;
	object-fit: cover;
}

.shk-ad-slot--home_card.shk-ad-slot--house a {
	min-height: 280px;
	height: 100%;
	grid-template-columns: 1fr;
	align-content: center;
}

.shk-ad-slot--home_card.shk-ad-slot--house a > span:last-child {
	grid-column: 1;
	grid-row: auto;
	width: fit-content;
}

.shk-home-reportage-cta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px;
	border-radius: 18px;
	color: #fff;
	background: #15181e;
}

.shk-home-reportage-cta span {
	color: #ff6c72;
	font-size: 11px;
	font-weight: 800;
}

.shk-home-reportage-cta strong {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.6;
}

.shk-home-reportage-cta small {
	color: rgba(255, 255, 255, .62);
	font-size: 11px;
	line-height: 1.8;
}

.shk-ad-slot--home_top .shk-direct-ad img {
	max-height: 310px;
	aspect-ratio: 4 / 1;
	object-fit: cover;
	object-position: center;
}

.shk-ad-slot--home_bottom .shk-direct-ad img {
	max-height: 220px;
	aspect-ratio: 6 / 1;
	object-fit: cover;
	object-position: center;
}

.shk-ad-slot--home_top.shk-ad-slot--house a {
	min-height: 280px;
	padding: 38px 42px;
}

.shk-ad-slot--home_bottom.shk-ad-slot--house a {
	min-height: 185px;
	padding: 32px 36px;
}

.shk-app-banner {
	direction: rtl;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	min-height: 320px;
	max-width: 1192px;
	margin: 42px auto;
	padding: 42px 46px;
	border-radius: 25px;
	color: #fff;
	background:
		radial-gradient(circle at 8% 20%, rgba(215, 25, 32, .54), transparent 27%),
		linear-gradient(135deg, #101218, #24272e 64%, #421a1e);
	box-shadow: 0 20px 50px rgba(17, 19, 24, .13);
}

.shk-app-banner h2,
.shk-app-banner__copy h2 {
	margin: 9px 0 7px;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 28px;
	font-weight: 900;
}

.shk-app-banner p {
	max-width: 670px;
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	line-height: 1.85;
}

.shk-app-banner__actions {
	display: flex;
	gap: 10px;
}

.shk-market-link {
	display: flex;
	flex-direction: column;
	min-width: 140px;
	padding: 12px 17px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 14px;
	color: #fff !important;
	background: rgba(255, 255, 255, .075);
	transition: transform .2s ease, background .2s ease;
}

.shk-market-link:hover {
	transform: translateY(-3px);
	background: rgba(215, 25, 32, .26);
}

.shk-market-link span {
	color: rgba(255, 255, 255, .6);
	font-size: 10px;
}

.shk-market-link strong {
	margin-top: 2px;
	font-size: 15px;
}

.shk-ad-slot {
	position: relative;
	width: 100%;
	max-width: 1192px;
	margin: 32px auto;
	border-radius: 19px;
	overflow: hidden;
}

.shk-ad-label {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
	padding: 4px 7px;
	border-radius: 7px;
	color: #5f6670;
	background: rgba(255, 255, 255, .88);
	font-size: 9px;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.shk-direct-ad,
.shk-direct-ad img {
	display: block;
	width: 100%;
}

.shk-direct-ad img {
	height: auto;
	max-height: 280px;
	object-fit: cover;
}

.shk-yektanet-slot {
	min-height: 110px;
	background: #f6f7f9;
}

.shk-ad-slot--house a {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 7px 20px;
	align-items: center;
	min-height: 128px;
	padding: 25px 28px;
	border: 1px dashed #d9a6a8;
	border-radius: 19px;
	color: var(--shk-media-ink);
	background: linear-gradient(105deg, #fff7f7, #fff 65%);
}

.shk-ad-slot--house strong {
	font-size: 20px;
	font-weight: 900;
}

.shk-ad-slot--house a > span:last-child {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	padding: 11px 15px;
	border-radius: 12px;
	color: #fff;
	background: var(--shk-media-red);
	font-size: 12px;
	font-weight: 800;
}

.shk-house-ad-kicker {
	color: var(--shk-media-red);
	font-size: 11px;
	font-weight: 800;
}

.shk-empty-state {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 45px;
	border: 1px dashed #d9dde4;
	border-radius: 22px;
	text-align: center;
	background: #fafbfc;
}

.shk-sponsored-notice {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 13px;
	align-items: center;
	margin: 18px 0 26px;
	padding: 15px 17px;
	border: 1px solid #eadcae;
	border-radius: 15px;
	background: #fffaf0;
}

.shk-sponsored-notice > span {
	padding: 6px 9px;
	border-radius: 9px;
	color: #765307;
	background: #f8e8ad;
	font-size: 11px;
	font-weight: 850;
}

.shk-sponsored-notice p {
	margin: 0 !important;
	color: #6f6345;
	font-size: 12px !important;
	line-height: 1.75 !important;
}

.shk-sponsor-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 32px 0;
	padding: 24px;
	border-radius: 18px;
	color: #fff;
	background: #15181e;
}

.shk-sponsor-cta > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.shk-sponsor-cta span {
	color: #ff777c;
	font-size: 10px;
	font-weight: 800;
}

.shk-sponsor-cta strong {
	font-size: 18px;
}

.shk-sponsor-cta > a {
	flex: 0 0 auto;
	padding: 11px 15px;
	border-radius: 11px;
	color: #fff;
	background: var(--shk-media-red);
	font-size: 12px;
	font-weight: 800;
}

.shk-advertising-hero {
	padding: 64px;
	border-radius: 30px;
	color: #fff;
	background:
		radial-gradient(circle at 12% 18%, rgba(215, 25, 32, .55), transparent 28%),
		linear-gradient(135deg, #0b0d12, #1a1d24 65%, #421b1e);
}

.shk-advertising-hero h1 {
	max-width: 820px;
	margin: 17px 0 13px;
	color: #fff;
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 950;
	line-height: 1.3;
	letter-spacing: -1.7px;
}

.shk-advertising-hero p {
	max-width: 730px;
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 2;
}

.shk-advertising-actions {
	display: flex;
	gap: 11px;
	margin-top: 27px;
}

.shk-primary-button,
.shk-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 13px;
	font-size: 13px;
	font-weight: 850;
}

.shk-primary-button {
	color: #fff !important;
	background: var(--shk-media-red);
}

.shk-secondary-button {
	border: 1px solid rgba(255, 255, 255, .2);
	color: #fff !important;
	background: rgba(255, 255, 255, .07);
}

.shk-offer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0 54px;
}

.shk-offer-grid article {
	padding: 27px;
	border: 1px solid var(--shk-media-line);
	border-radius: 21px;
	background: #fff;
}

.shk-offer-grid article > span {
	color: #e4b2b5;
	font-size: 32px;
	font-weight: 950;
}

.shk-offer-grid h2 {
	margin: 25px 0 10px;
	font-size: 20px;
	font-weight: 900;
}

.shk-offer-grid p {
	margin: 0;
	color: var(--shk-media-muted);
	font-size: 13px;
	line-height: 1.9;
}

.shk-placement-map {
	padding: 1px 30px 30px;
	border-radius: 26px;
	background: var(--shk-media-surface);
}

.shk-placement-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.shk-placement-list > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 19px;
	border: 1px solid #e4e6ea;
	border-radius: 16px;
	background: #fff;
}

.shk-placement-list strong {
	color: var(--shk-media-red);
	font-size: 24px;
	font-weight: 950;
}

.shk-placement-list span {
	font-size: 14px;
	font-weight: 850;
}

.shk-placement-list small {
	color: #8c919a;
	font-size: 10px;
}

.shk-editorial-policy {
	margin-top: 28px;
	padding: 35px;
	border-right: 5px solid var(--shk-media-red);
	border-radius: 18px;
	background: #fff5f5;
}

.shk-editorial-policy h2 {
	margin: 0 0 10px;
	font-size: 25px;
	font-weight: 900;
}

.shk-editorial-policy p {
	margin: 0;
	color: #6c5355;
	line-height: 2;
}

@media (max-width: 1050px) {
	.shk-media-hero,
	.shk-lead-grid,
	.shk-home-media-layout {
		grid-template-columns: 1fr;
	}

	.shk-home-media-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.shk-home-story-carousel .shk-home-story-card {
		flex-basis: calc((100% - 14px) / 2);
	}

	.shk-media-hero__switch {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shk-lead-grid__side {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.shk-compact-story {
		grid-template-columns: 1fr;
	}

	.shk-compact-story__thumb {
		aspect-ratio: 16 / 9;
	}

	.shk-product-grid,
	.shk-offer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shk-placement-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.shk-media-hub,
	.shk-advertising-page {
		padding: 20px 14px 55px;
	}

	.shk-home-media-bridge {
		padding: 48px 14px;
	}

	.shk-home-media-head {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.shk-home-media-head h2 {
		font-size: 32px;
	}

	.shk-home-media-actions,
	.shk-home-media-side {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.shk-home-media-actions a {
		width: 100%;
	}

	.shk-home-story-carousel .shk-home-story-card {
		flex-basis: 100%;
	}

	.shk-home-story-carousel__controls {
		justify-content: space-between;
	}

	.shk-carousel-status {
		min-width: 0;
		flex: 1;
	}

	.shk-media-hero,
	.shk-advertising-hero {
		min-height: 0;
		padding: 32px 23px;
		border-radius: 23px;
	}

	.shk-media-hero h1,
	.shk-advertising-hero h1 {
		font-size: 36px;
		letter-spacing: -1px;
	}

	.shk-media-hero p,
	.shk-advertising-hero p {
		font-size: 14px;
	}

	.shk-media-hero__switch,
	.shk-lead-grid__side,
	.shk-story-grid,
	.shk-home-story-grid,
	.shk-product-grid,
	.shk-offer-grid,
	.shk-placement-list {
		grid-template-columns: 1fr;
	}

	.shk-lead-story {
		min-height: 420px;
		padding: 25px;
	}

	.shk-lead-story h2 {
		font-size: 27px;
	}

	.shk-compact-story {
		grid-template-columns: 105px minmax(0, 1fr);
	}

	.shk-compact-story__thumb {
		aspect-ratio: 1 / 1;
	}

	.shk-products-bridge,
	.shk-placement-map {
		padding-right: 14px;
		padding-left: 14px;
	}

	.shk-app-banner {
		grid-template-columns: 1fr;
		min-height: 0;
		margin: 32px 0;
		padding: 27px 23px;
	}

	.shk-app-banner__actions,
	.shk-advertising-actions {
		flex-direction: column;
	}

	.shk-ad-slot--home_top .shk-direct-ad img,
	.shk-ad-slot--home_bottom .shk-direct-ad img {
		min-height: 160px;
		max-height: 240px;
		aspect-ratio: 16 / 7;
	}

	.shk-ad-slot--home_top.shk-ad-slot--house a {
		min-height: 210px;
		padding: 30px 24px;
	}

	.shk-ad-slot--home_bottom.shk-ad-slot--house a {
		min-height: 170px;
		padding: 27px 23px;
	}

	.shk-market-link {
		width: 100%;
	}

	.shk-section-head {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 42px;
	}

	.shk-pagination {
		align-items: stretch;
		flex-direction: column;
		padding: 14px;
	}

	.shk-pagination__links {
		justify-content: flex-start;
	}

	.shk-pagination .prev,
	.shk-pagination .next {
		flex: 1 1 auto;
	}

	.shk-ad-slot--house a {
		grid-template-columns: 1fr;
	}

	.shk-ad-slot--house a > span:last-child {
		grid-column: 1;
		grid-row: auto;
		width: fit-content;
	}

	.shk-sponsored-notice {
		grid-template-columns: 1fr;
	}

	.shk-sponsor-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shk-media-hub *,
	.shk-advertising-page *,
	.shk-home-media-bridge * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
