/* Shafazin theme — listen-first design */

:root {
	--shf-bg: #f7f4ec;
	--shf-surface: #ffffff;
	--shf-primary: #87a987;
	--shf-primary-deep: #3d4f3a;
	--shf-accent: #e07a5f;
	--shf-ink: #1f1f1f;
	--shf-muted: #5f675f;
	--shf-line: rgba(31, 31, 31, 0.08);
	--shf-shadow: 0 18px 40px rgba(31, 31, 31, 0.06);
	--shf-radius: 1.25rem;
	--shf-gold: #c4a574;
	--shf-primary-rgb: 135, 169, 135;
	--shf-gold-rgb: 196, 165, 116;
	--shf-primary-deep-rgb: 61, 79, 58;
	--shf-accent-rgb: 224, 122, 95;
	--shf-header-bg: rgba(255, 252, 246, 0.78);
	--shf-header-border: rgba(196, 165, 116, 0.35);
	--shf-header-glow: 0 10px 36px rgba(61, 79, 58, 0.08), 0 0 0 1px rgba(196, 165, 116, 0.22);
	--shf-font-display: "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
	--shf-font-body: "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
	--shf-fs-base: 16px;
	--shf-fs-h1: 36px;
	--shf-fs-h2: 28px;
	--shf-fs-h3: 22px;
	--shf-fs-small: 13px;
	--shf-fs-button: 15px;
	--shf-container: 1180px;
	--shf-narrow: 740px;
	--shf-gutter: clamp(1.5rem, 5vw, 3.75rem);
}

html[data-theme="dark"] {
	--shf-bg: #121412;
	--shf-surface: #1e221c;
	--shf-primary: #8fa887;
	--shf-primary-deep: #5f7358;
	--shf-accent: #f08466;
	--shf-ink: #f0ebe3;
	--shf-muted: #a8aea2;
	--shf-line: rgba(212, 175, 110, 0.14);
	--shf-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	--shf-gold: #d4af37;
	--shf-header-bg: rgba(28, 32, 26, 0.78);
	--shf-header-border: rgba(212, 175, 110, 0.45);
	--shf-header-glow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(212, 175, 110, 0.12), 0 0 0 1px rgba(212, 175, 110, 0.35);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	direction: rtl;
}

body {
	margin: 0;
	direction: rtl;
	text-align: right;
	background:
		radial-gradient(1200px 560px at 100% -5%, rgba(var(--shf-primary-rgb, 135, 169, 135), 0.22), transparent 58%),
		radial-gradient(900px 480px at -8% 12%, rgba(var(--shf-gold-rgb, 196, 165, 116), 0.14), transparent 52%),
		linear-gradient(180deg, color-mix(in srgb, var(--shf-bg) 92%, #fff) 0%, var(--shf-bg) 42%, color-mix(in srgb, var(--shf-bg) 88%, #000) 100%);
	color: var(--shf-ink);
	font-family: var(--shf-font-body);
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	transition: background-color 0.25s ease, color 0.25s ease;
}

html[data-theme="dark"] body {
	background:
		radial-gradient(1000px 520px at 90% -8%, rgba(var(--shf-primary-rgb, 95, 115, 88), 0.22), transparent 55%),
		radial-gradient(800px 420px at 8% 10%, rgba(var(--shf-gold-rgb, 212, 175, 110), 0.1), transparent 50%),
		linear-gradient(180deg, #151714 0%, var(--shf-bg) 45%, #101210 100%);
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--shf-primary-deep);
}

h1, h2, h3, h4 {
	font-family: var(--shf-font-display);
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 0.75rem;
}

p {
	margin: 0 0 1rem;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.shf-skip-link {
	position: absolute;
	inset-inline-start: 1rem;
	top: -3rem;
	background: var(--shf-ink);
	color: #fff;
	padding: 0.5rem 0.85rem;
	border-radius: 0.75rem;
	z-index: 100;
}

.shf-skip-link:focus {
	top: 1rem;
}

.shf-container {
	width: min(100% - (var(--shf-gutter) * 2), var(--shf-container));
	margin-inline: auto;
}

.shf-container--narrow {
	width: min(100% - (var(--shf-gutter) * 2), var(--shf-narrow));
	margin-inline: auto;
}

.shf-brand-signal {
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--shf-primary-deep);
	line-height: 1.2;
}

.shf-header {
	position: sticky;
	top: 0;
	z-index: 50;
	padding: 0.85rem 0 0.55rem;
	background: transparent;
	border-bottom: 0;
}

.admin-bar .shf-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .shf-header {
		top: 46px;
	}
}

.shf-header__bar {
	display: flex;
	align-items: center;
	gap: 0.85rem 1.1rem;
	min-height: 4.35rem;
	padding: 0.55rem 1rem 0.55rem 0.75rem;
	border-radius: 999px;
	background: var(--shf-header-bg);
	border: 1px solid var(--shf-header-border);
	box-shadow: var(--shf-header-glow);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.shf-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2rem;
	flex-shrink: 0;
}

.shf-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 0.7rem;
	background: linear-gradient(145deg, var(--shf-primary), var(--shf-primary-deep));
	color: #fff;
	box-shadow: 0 0 0 5px rgba(135, 169, 135, 0.14);
}

html[data-theme="dark"] .shf-brand__mark {
	color: #f5f2eb;
	box-shadow: 0 0 0 5px rgba(143, 168, 135, 0.18);
}

.shf-brand__text {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	line-height: 1.2;
}

.shf-brand__name {
	font-size: 1.12rem;
	font-weight: 700;
	color: var(--shf-primary-deep);
}

html[data-theme="dark"] .shf-brand__name {
	color: #f4efe4;
}

.shf-brand__tag {
	font-size: 0.68rem;
	font-weight: 500;
	color: var(--shf-muted);
	max-width: 12rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shf-nav-toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--shf-line);
	border-radius: 0.75rem;
	background: var(--shf-surface);
	padding: 0.55rem;
	cursor: pointer;
}

.shf-nav-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 0.35rem 0;
	background: var(--shf-ink);
}

.shf-nav {
	flex: 1;
	min-width: 0;
}

.shf-nav__list {
	display: flex;
	gap: 0.35rem 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.shf-nav__list a {
	position: relative;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.92rem;
	padding: 0.35rem 0.1rem;
	color: var(--shf-ink);
}

html[data-theme="dark"] .shf-nav__list a {
	color: rgba(240, 235, 227, 0.88);
}

.shf-nav__list a:hover {
	color: var(--shf-primary-deep);
}

html[data-theme="dark"] .shf-nav__list a:hover {
	color: var(--shf-gold);
}

.shf-nav__list .current-menu-item > a,
.shf-nav__list .current_page_item > a {
	color: var(--shf-primary-deep);
	font-weight: 700;
}

html[data-theme="dark"] .shf-nav__list .current-menu-item > a,
html[data-theme="dark"] .shf-nav__list .current_page_item > a {
	color: var(--shf-gold);
}

.shf-nav__list .current-menu-item > a::after,
.shf-nav__list .current_page_item > a::after {
	content: "";
	position: absolute;
	inset-inline: 10%;
	bottom: -0.05rem;
	height: 2px;
	border-radius: 999px;
	background: var(--shf-gold, #c4a574);
	box-shadow: 0 0 10px rgba(196, 165, 116, 0.45);
}

.shf-header__actions {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	flex-shrink: 0;
}

.shf-header-search {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	min-width: 160px;
	max-width: 220px;
	padding: 0.3rem 0.45rem 0.3rem 0.75rem;
	border-radius: 999px;
	border: 1px solid var(--shf-line);
	background: rgba(255, 255, 255, 0.55);
}

html[data-theme="dark"] .shf-header-search {
	background: rgba(0, 0, 0, 0.28);
	border-color: rgba(212, 175, 110, 0.18);
}

.shf-header-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	outline: none;
	font: inherit;
	font-size: 0.85rem;
	color: var(--shf-ink);
}

.shf-header-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.9rem;
	height: 1.9rem;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--shf-muted);
	cursor: pointer;
}

.shf-theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 999px;
	border: 1px solid var(--shf-line);
	background: rgba(255, 255, 255, 0.45);
	color: var(--shf-ink);
	cursor: pointer;
}

html[data-theme="dark"] .shf-theme-toggle {
	background: rgba(0, 0, 0, 0.28);
	border-color: rgba(212, 175, 110, 0.22);
	color: var(--shf-gold);
}

html[data-theme="dark"] .shf-theme-toggle__sun {
	display: none;
}

html[data-theme="dark"] .shf-theme-toggle__moon {
	display: block !important;
}

.shf-header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 999px;
	border: 1px solid var(--shf-line);
	background: rgba(255, 255, 255, 0.45);
	color: var(--shf-ink);
	text-decoration: none;
}

html[data-theme="dark"] .shf-header-cart {
	background: rgba(0, 0, 0, 0.28);
	border-color: rgba(212, 175, 110, 0.22);
	color: #f0ebe3;
}

.shf-header-cart__badge {
	position: absolute;
	top: -0.2rem;
	inset-inline-end: -0.15rem;
	min-width: 1.1rem;
	height: 1.1rem;
	padding: 0 0.25rem;
	border-radius: 999px;
	background: #c44536;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.1rem;
	text-align: center;
}

.shf-header-auth {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	background: var(--shf-primary-deep);
	color: #fff !important;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 600;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(61, 79, 58, 0.22);
}

.shf-header-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	border: 1px solid var(--shf-primary-deep);
	background: transparent;
	color: var(--shf-primary-deep) !important;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 600;
	white-space: nowrap;
}

.shf-header-cta:hover {
	background: rgba(135, 169, 135, 0.14);
	color: var(--shf-primary-deep) !important;
}

html[data-theme="dark"] .shf-header-cta {
	border-color: rgba(212, 175, 110, 0.55);
	color: var(--shf-gold) !important;
}

html[data-theme="dark"] .shf-header-cta:hover {
	background: rgba(212, 175, 110, 0.12);
	color: var(--shf-gold) !important;
}

html[data-theme="dark"] .shf-header-auth {
	background: var(--shf-primary-deep);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.shf-header-auth:hover {
	color: #fff !important;
	filter: brightness(1.06);
}

.shf-hero {
	position: relative;
	overflow: hidden;
	min-height: min(78vh, 640px);
	display: flex;
	align-items: center;
	padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.shf-hero__wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(247, 249, 246, 0.92) 0%, rgba(247, 249, 246, 0.55) 48%, rgba(135, 169, 135, 0.18) 100%),
		radial-gradient(ellipse 70% 80% at 85% 40%, rgba(224, 122, 95, 0.22), transparent 60%);
	pointer-events: none;
}

.shf-hero__wave {
	position: absolute;
	inset-inline-end: 6%;
	bottom: 18%;
	display: flex;
	align-items: end;
	gap: 0.45rem;
	height: 120px;
	opacity: 0.55;
	pointer-events: none;
}

.shf-hero__wave span {
	display: block;
	width: 8px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--shf-primary), var(--shf-accent));
	animation: shf-wave 1.6s ease-in-out infinite;
}

.shf-hero__wave span:nth-child(1) { height: 28%; animation-delay: 0s; }
.shf-hero__wave span:nth-child(2) { height: 58%; animation-delay: 0.1s; }
.shf-hero__wave span:nth-child(3) { height: 42%; animation-delay: 0.2s; }
.shf-hero__wave span:nth-child(4) { height: 88%; animation-delay: 0.05s; }
.shf-hero__wave span:nth-child(5) { height: 36%; animation-delay: 0.25s; }
.shf-hero__wave span:nth-child(6) { height: 70%; animation-delay: 0.15s; }
.shf-hero__wave span:nth-child(7) { height: 48%; animation-delay: 0.3s; }

.shf-hero__content {
	position: relative;
	z-index: 1;
	max-width: 38rem;
}

.shf-hero__title {
	font-size: clamp(2.2rem, 5.5vw, 3.6rem);
	max-width: 11ch;
	margin-bottom: 1rem;
	letter-spacing: -0.03em;
}

.shf-hero__lead {
	max-width: 34rem;
	color: var(--shf-muted);
	font-size: 1.08rem;
}

.shf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

@keyframes shf-wave {
	0%, 100% { transform: scaleY(0.65); }
	50% { transform: scaleY(1); }
}

@keyframes shf-rise {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

.shf-hero__content > * {
	animation: shf-rise 0.7s ease both;
}

.shf-hero__content > *:nth-child(2) { animation-delay: 0.08s; }
.shf-hero__content > *:nth-child(3) { animation-delay: 0.16s; }
.shf-hero__content > *:nth-child(4) { animation-delay: 0.24s; }

.shf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.85rem 1.4rem;
	border-radius: 0.9rem;
	border: 1px solid transparent;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.shf-btn:hover {
	transform: translateY(-1px);
	color: var(--shf-ink);
}

.shf-btn--primary {
	background: var(--shf-primary);
	color: var(--shf-ink);
}

.shf-btn--ghost {
	background: rgba(255, 255, 255, 0.55);
	border-color: rgba(31, 31, 31, 0.14);
}

.shf-text-link {
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

/* Shared course cards (home, podcast, videocast) */
.shf-course-card {
	display: flex;
	flex-direction: column;
	background: var(--shf-surface, #fff);
	border: 1px solid var(--shf-line, rgba(31, 31, 31, 0.08));
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: var(--shf-shadow, 0 14px 32px rgba(45, 62, 51, 0.06));
	min-height: 100%;
}

.shf-course-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: #e8e2d6;
	text-decoration: none;
	flex-shrink: 0;
}

.shf-course-card__media img,
.shf-course-card__ph {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shf-course-card__ph--a { background: linear-gradient(145deg, #d7e4c8, #f0d9b0); }
.shf-course-card__ph--b { background: linear-gradient(145deg, #c9d8e8, #e8cfc0); }
.shf-course-card__ph--c { background: linear-gradient(145deg, #e4d4e8, #d5e2c8); }

.shf-course-card__badge {
	position: absolute;
	inset-block-start: 0.55rem;
	inset-inline-end: 0.55rem;
	z-index: 1;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	color: #fff;
}

.shf-course-card__badge--bestseller { background: var(--shf-accent, #e07a5f); }
.shf-course-card__badge--new { background: var(--shf-primary-deep, #3d4f3a); }

.shf-course-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 0.85rem 0.95rem 1rem;
	flex: 1;
}

.shf-course-card__body h3 {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	flex: 1;
}

.shf-course-card__body h3 a {
	text-decoration: none;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shf-course-card__price {
	margin: 0;
	margin-top: auto;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--shf-primary-deep, #3d4f3a);
}

html[data-theme="dark"] .shf-course-card {
	background: var(--shf-surface);
	border-color: var(--shf-line);
}

html[data-theme="dark"] .shf-course-card__media {
	background: #2a3028;
}

html[data-theme="dark"] .shf-course-card__price {
	color: var(--shf-gold, #c4a574);
}

.shf-section {
	padding: 3rem 0;
}

.shf-section--alt {
	background: rgba(255, 255, 255, 0.42);
}

.shf-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

/* Archive filters */

.shf-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 1.5rem;
	padding: 1rem 1.1rem;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--shf-line);
	border-radius: 1rem;
}

.shf-filters__group {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	min-width: 0;
	flex: 1;
}

.shf-filters__group--sort {
	flex: 0 0 auto;
}

.shf-filters__label {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--shf-muted);
}

.shf-filters__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.shf-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.75rem;
	border-radius: 0.7rem;
	border: 1px solid var(--shf-line);
	background: #fff;
	text-decoration: none;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--shf-ink);
	transition: background 0.15s ease, border-color 0.15s ease;
}

.shf-chip:hover {
	border-color: rgba(135, 169, 135, 0.55);
	color: var(--shf-ink);
}

.shf-chip.is-active {
	background: var(--shf-primary);
	border-color: transparent;
}

.shf-chip__count {
	font-size: 0.75rem;
	font-weight: 500;
	opacity: 0.7;
}

.shf-filters__select {
	min-width: 9.5rem;
	padding: 0.5rem 0.7rem;
	border-radius: 0.7rem;
	border: 1px solid var(--shf-line);
	background: #fff;
	font-family: inherit;
	font-size: 0.9rem;
}

.shf-grid--cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1.25rem;
}

.shf-card {
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	border-radius: var(--shf-radius);
	overflow: hidden;
	box-shadow: var(--shf-shadow);
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease;
}

.shf-card:hover {
	transform: translateY(-3px);
}

.shf-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(135, 169, 135, 0.35), rgba(224, 122, 95, 0.2));
	text-decoration: none;
}

.shf-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shf-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 160px;
}

.shf-card__body {
	padding: 1.1rem 1.15rem 1.25rem;
}

.shf-card__title {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.shf-card__title a {
	text-decoration: none;
}

.shf-card__excerpt,
.shf-meta-line,
.shf-empty {
	color: var(--shf-muted);
}

.shf-meta-line {
	font-size: 0.875rem;
	margin-bottom: 0.4rem;
}

.shf-badge {
	position: absolute;
	inset-inline-start: 0.75rem;
	top: 0.75rem;
	padding: 0.25rem 0.65rem;
	border-radius: 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	background: rgba(247, 249, 246, 0.92);
}

.shf-episode__badges .shf-badge,
.shf-listen-row__meta .shf-badge {
	position: static;
	display: inline-flex;
}

.shf-badge--free { color: var(--shf-primary-deep); }
.shf-badge--preview { color: #8a5a2b; }
.shf-badge--paid { color: var(--shf-accent); }

.shf-page-head {
	padding: 2.75rem 0 1rem;
}

.shf-page-head--podcast {
	padding-top: 3.25rem;
}

.shf-page-head--inline {
	padding-top: 2rem;
}

.shf-brand-strip {
	text-align: center;
	padding: 2.4rem 1.25rem;
	border-radius: var(--shf-radius);
	background:
		linear-gradient(135deg, rgba(135, 169, 135, 0.2), rgba(224, 122, 95, 0.1)),
		rgba(255, 255, 255, 0.55);
}

.shf-brand-strip p {
	max-width: 36rem;
	margin-inline: auto;
	color: var(--shf-muted);
}

.shf-featured-listen {
	display: grid;
	grid-template-columns: minmax(180px, 320px) 1fr;
	gap: 1.5rem;
	align-items: center;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	border-radius: calc(var(--shf-radius) + 0.25rem);
	overflow: hidden;
	box-shadow: var(--shf-shadow);
}

.shf-featured-listen__cover img,
.shf-featured-listen__placeholder {
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
	display: block;
}

.shf-featured-listen__placeholder {
	background: linear-gradient(145deg, rgba(135, 169, 135, 0.45), rgba(224, 122, 95, 0.25));
}

.shf-featured-listen__copy {
	padding: 1.35rem 1.5rem 1.5rem;
}

.shf-featured-listen__copy h3 {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.shf-featured-listen__copy h3 a {
	text-decoration: none;
}

.shf-listen-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.shf-listen-row {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 0.85rem 1rem;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--shf-line);
	border-radius: 1rem;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.shf-listen-row:hover {
	border-color: rgba(135, 169, 135, 0.45);
	transform: translateY(-1px);
}

.shf-listen-row__cover {
	width: 72px;
	height: 72px;
	border-radius: 0.85rem;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(135, 169, 135, 0.4), rgba(224, 122, 95, 0.22));
}

.shf-listen-row__cover img,
.shf-listen-row__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shf-listen-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.75rem;
	font-size: 0.8rem;
	color: var(--shf-muted);
	margin-bottom: 0.25rem;
}

.shf-listen-row__title {
	font-size: 1.05rem;
	margin: 0 0 0.25rem;
}

.shf-listen-row__title a {
	text-decoration: none;
}

.shf-listen-row__excerpt {
	margin: 0;
	font-size: 0.9rem;
	color: var(--shf-muted);
}

.shf-listen-row__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
}

.shf-play-chip {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	border: 0;
	background: var(--shf-primary);
	color: var(--shf-ink);
	cursor: pointer;
	font-size: 0.95rem;
	box-shadow: 0 8px 20px rgba(135, 169, 135, 0.35);
}

.shf-listen-stage {
	padding: 1rem 0 2rem;
}

.shf-listen-stage__grid {
	display: grid;
	grid-template-columns: minmax(220px, 360px) 1fr;
	gap: 1.75rem;
	align-items: start;
}

.shf-listen-stage__cover {
	margin: 0;
	border-radius: calc(var(--shf-radius) + 0.15rem);
	overflow: hidden;
	box-shadow: var(--shf-shadow);
	aspect-ratio: 1;
	background: linear-gradient(145deg, rgba(135, 169, 135, 0.4), rgba(224, 122, 95, 0.25));
}

.shf-listen-stage__cover img,
.shf-listen-stage__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shf-episode__header h1 {
	font-size: clamp(1.7rem, 3.5vw, 2.4rem);
	letter-spacing: -0.02em;
}

.shf-episode__body {
	padding-bottom: 1rem;
}

.shf-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	font-size: 0.9rem;
	color: var(--shf-muted);
	margin: 1.25rem 0 1.25rem;
}

.shf-breadcrumb a {
	text-decoration: none;
}

.shf-player {
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	border-radius: var(--shf-radius);
	padding: 1rem;
	margin: 1rem 0 1.25rem;
	box-shadow: var(--shf-shadow);
}

.shf-player--compact {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.shf-player--stage {
	padding: 1.1rem 1.15rem;
}

.shf-player--video video {
	width: 100%;
	border-radius: calc(var(--shf-radius) - 0.35rem);
	background: #111;
}

.shf-player__controls {
	display: grid;
	grid-template-columns: auto auto auto 1fr auto;
	gap: 0.6rem;
	align-items: center;
}

.shf-player--compact .shf-player__controls {
	grid-template-columns: auto 1fr;
}

.shf-player__btn {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	border: 1px solid var(--shf-line);
	background: var(--shf-bg);
	cursor: pointer;
	font-weight: 700;
}

.shf-player__btn--play {
	background: var(--shf-primary);
	border-color: transparent;
	width: 3rem;
	height: 3rem;
}

.shf-player__timeline input[type="range"] {
	width: 100%;
	accent-color: var(--shf-primary-deep);
}

.shf-player__time {
	display: flex;
	gap: 0.25rem;
	font-size: 0.85rem;
	color: var(--shf-muted);
	margin-top: 0.25rem;
}

.shf-player__rate select {
	border-radius: 0.65rem;
	border: 1px solid var(--shf-line);
	padding: 0.35rem 0.6rem;
	background: var(--shf-bg);
}

.shf-player__lock {
	margin: 0.85rem 0 0;
	color: var(--shf-accent);
	font-size: 0.95rem;
}

.shf-prose > *:last-child {
	margin-bottom: 0;
}

.shf-transcript {
	margin: 2rem 0;
	padding: 1rem 1.1rem;
	border: 1px solid var(--shf-line);
	border-radius: var(--shf-radius);
	background: rgba(255, 255, 255, 0.7);
}

.shf-transcript summary {
	cursor: pointer;
	font-weight: 700;
}

.shf-pagination {
	margin-top: 2rem;
}

.shf-pagination .nav-links {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.shf-dock {
	--shf-dock-bg: #171717;
	--shf-dock-fg: #f4f4f4;
	--shf-dock-muted: #9ca3af;
	--shf-dock-line: rgba(255, 255, 255, 0.12);
	--shf-dock-accent: var(--shf-primary);
	--shf-dock-accent-hot: var(--shf-accent);
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 80;
	background: var(--shf-dock-bg);
	color: var(--shf-dock-fg);
	border-top: 1px solid var(--shf-dock-line);
	box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(12px);
}

.shf-dock[hidden] {
	display: none !important;
}

.shf-dock__inner {
	display: grid;
	grid-template-columns: minmax(160px, 1.1fr) auto minmax(180px, 1.6fr) auto auto;
	align-items: center;
	gap: 0.75rem 1rem;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0.65rem 1rem;
	min-height: 64px;
}

.shf-dock__track {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.shf-dock__cover {
	position: relative;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 6px;
	overflow: hidden;
	background: #2a2a2a;
}

.shf-dock__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shf-dock__cover-fallback {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(135, 169, 135, 0.55), rgba(224, 122, 95, 0.35));
}

.shf-dock__meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.shf-dock__artist {
	font-size: 0.72rem;
	color: var(--shf-dock-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shf-dock__artist[hidden] {
	display: none;
}

.shf-dock__title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shf-dock__title:hover {
	color: var(--shf-dock-accent);
}

.shf-dock__transport {
	display: flex;
	align-items: center;
	gap: 0.2rem;
}

.shf-dock__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.shf-dock__btn:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.shf-dock__btn--play {
	width: 2.6rem;
	height: 2.6rem;
	border: 1.5px solid rgba(255, 255, 255, 0.85);
	background: transparent;
}

.shf-dock__btn--play:hover,
.shf-dock__btn--play.is-playing {
	background: var(--shf-dock-accent);
	border-color: var(--shf-dock-accent);
	color: var(--shf-ink);
}

.shf-dock__btn--skip {
	width: 2.4rem;
	border-radius: 0.55rem;
	font-size: 0.68rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--shf-dock-muted);
}

.shf-dock__skip-label {
	line-height: 1;
}

.shf-dock__btn--quiet {
	width: 1.9rem;
	height: 1.9rem;
	color: var(--shf-dock-muted);
}

.shf-dock__btn--close {
	width: 2rem;
	height: 2rem;
	color: var(--shf-dock-muted);
}

.shf-dock__btn--playlist {
	width: 2.35rem;
	height: 2.35rem;
	color: var(--shf-dock-muted);
}

.shf-dock__btn--playlist[aria-expanded="true"] {
	color: var(--shf-dock-accent);
	background: rgba(255, 255, 255, 0.08);
}

.shf-dock__playlist {
	border-top: 1px solid var(--shf-dock-line);
	max-height: min(42vh, 320px);
	overflow: auto;
	background: #121212;
}

.shf-dock__playlist[hidden] {
	display: none;
}

.shf-dock__playlist-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.75rem 1.1rem 0.35rem;
	color: var(--shf-dock-muted);
	font-size: 0.8rem;
}

.shf-dock__playlist-head strong {
	color: var(--shf-dock-fg);
	font-size: 0.9rem;
}

.shf-dock__playlist-list {
	list-style: none;
	margin: 0;
	padding: 0.25rem 0.55rem 0.75rem;
	display: grid;
	gap: 0.2rem;
}

.shf-dock__playlist-item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.7rem;
	width: 100%;
	padding: 0.55rem 0.65rem;
	border: 0;
	border-radius: 0.75rem;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: start;
	cursor: pointer;
}

.shf-dock__playlist-item:hover {
	background: rgba(255, 255, 255, 0.06);
}

.shf-dock__playlist-item.is-current {
	background: rgba(135, 169, 135, 0.16);
}

.shf-dock__playlist-thumb {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.45rem;
	overflow: hidden;
	background: #2a2a2a;
	flex-shrink: 0;
}

.shf-dock__playlist-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shf-dock__playlist-meta {
	min-width: 0;
	display: grid;
	gap: 0.15rem;
}

.shf-dock__playlist-meta strong {
	font-size: 0.86rem;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shf-dock__playlist-meta span {
	font-size: 0.75rem;
	color: var(--shf-dock-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shf-dock__playlist-dur {
	font-size: 0.75rem;
	color: var(--shf-dock-muted);
	font-variant-numeric: tabular-nums;
}

.shf-dock__playlist-empty {
	padding: 1rem;
	text-align: center;
	color: var(--shf-dock-muted);
	font-size: 0.85rem;
}

.shf-dock__progress {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.55rem;
	min-width: 0;
}

.shf-dock__time {
	font-size: 0.72rem;
	font-variant-numeric: tabular-nums;
	color: var(--shf-dock-muted);
	min-width: 2.4rem;
}

.shf-dock__seek-wrap {
	min-width: 0;
}

.shf-dock__seek,
.shf-dock__vol-range {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(
		to right,
		var(--shf-dock-accent-hot) 0 var(--shf-seek, 0%),
		rgba(255, 255, 255, 0.18) var(--shf-seek, 0%) 100%
	);
	outline: none;
	cursor: pointer;
}

.shf-dock__vol-range {
	width: 72px;
	background: linear-gradient(
		to right,
		var(--shf-dock-accent) 0 var(--shf-vol, 100%),
		rgba(255, 255, 255, 0.18) var(--shf-vol, 100%) 100%
	);
}

.shf-dock__seek::-webkit-slider-thumb,
.shf-dock__vol-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.shf-dock__seek::-moz-range-thumb,
.shf-dock__vol-range::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: 0;
	cursor: pointer;
}

.shf-dock__volume {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

body.shf-dock-open {
	padding-bottom: 72px;
}

@media (max-width: 900px) {
	.shf-dock__inner {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"track transport"
			"progress progress"
			"volume close";
		gap: 0.55rem 0.75rem;
		padding: 0.7rem 0.85rem 0.85rem;
	}

	.shf-dock__track {
		grid-area: track;
	}

	.shf-dock__transport {
		grid-area: transport;
		justify-self: end;
	}

	.shf-dock__progress {
		grid-area: progress;
	}

	.shf-dock__volume {
		grid-area: volume;
	}

	.shf-dock__btn--close {
		grid-area: close;
		justify-self: end;
	}

	.shf-dock__vol-range {
		width: 96px;
	}
}

@media (max-width: 560px) {
	.shf-dock__volume {
		display: none;
	}

	.shf-dock__inner {
		grid-template-areas:
			"track transport"
			"progress progress";
	}

	.shf-dock__btn--close {
		position: absolute;
		inset-block-start: 0.45rem;
		inset-inline-end: 0.45rem;
		width: 1.75rem;
		height: 1.75rem;
	}

	.shf-dock {
		position: fixed;
	}

	.shf-dock__inner {
		position: relative;
	}
}

.shf-footer {
	margin-top: 2.5rem;
	padding: 0 0 2.5rem;
	border-top: 0;
	background: transparent;
}

.shf-footer__panel {
	padding: 2rem 1.5rem 1.25rem;
	border-radius: 1.75rem;
	background: var(--shf-header-bg);
	border: 1px solid var(--shf-header-border);
	box-shadow: var(--shf-header-glow);
	backdrop-filter: blur(16px);
}

html[data-theme="dark"] .shf-footer__panel {
	background: rgba(22, 26, 20, 0.92);
}

.shf-footer__notice {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	border-radius: 0.9rem;
	font-size: 0.9rem;
}

.shf-footer__notice--ok {
	background: rgba(135, 169, 135, 0.18);
	color: var(--shf-primary-deep);
}

.shf-footer__notice--err {
	background: rgba(196, 69, 54, 0.12);
	color: #a33;
}

.shf-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(4, minmax(0, 0.85fr)) 1.15fr;
	gap: 1.5rem 1.25rem;
}

.shf-footer__brand .shf-brand {
	margin-bottom: 0.85rem;
}

.shf-footer__brand p {
	margin: 0 0 1rem;
	color: var(--shf-muted);
	font-size: 0.88rem;
	line-height: 1.8;
}

.shf-footer__rule {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 1rem;
	height: 1px;
	background: var(--shf-line);
	position: relative;
}

.shf-footer__rule span {
	position: absolute;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--shf-primary-deep);
	box-shadow: 0 0 0 4px var(--shf-bg);
}

.shf-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.shf-footer__social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 50%;
	border: 1px solid var(--shf-line);
	background: rgba(255, 255, 255, 0.4);
	color: var(--shf-primary-deep);
	text-decoration: none;
}

html[data-theme="dark"] .shf-footer__social-btn {
	background: rgba(0, 0, 0, 0.25);
	color: var(--shf-gold);
	border-color: rgba(212, 175, 110, 0.22);
}

.shf-footer__col h3,
.shf-footer__newsletter h3 {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	color: var(--shf-primary-deep);
}

html[data-theme="dark"] .shf-footer__col h3,
html[data-theme="dark"] .shf-footer__newsletter h3 {
	color: var(--shf-gold);
}

.shf-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.shf-footer__col a {
	text-decoration: none;
	font-size: 0.86rem;
	color: var(--shf-muted);
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.shf-footer__col a::before {
	content: "";
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 1px;
	border-block-start: 1.5px solid currentColor;
	border-inline-start: 1.5px solid currentColor;
	transform: rotate(-45deg);
	opacity: 0.55;
	flex-shrink: 0;
}

.shf-footer__col a:hover {
	color: var(--shf-primary-deep);
}

.shf-footer__newsletter p {
	margin: 0 0 0.85rem;
	font-size: 0.84rem;
	color: var(--shf-muted);
	line-height: 1.7;
}

.shf-newsletter {
	display: grid;
	gap: 0.55rem;
}

.shf-newsletter__field {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.75rem;
	border-radius: 0.85rem;
	border: 1px solid var(--shf-line);
	background: rgba(255, 255, 255, 0.55);
	color: var(--shf-muted);
}

html[data-theme="dark"] .shf-newsletter__field {
	background: rgba(0, 0, 0, 0.28);
}

.shf-newsletter__field input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	outline: none;
	font: inherit;
	font-size: 0.86rem;
	color: var(--shf-ink);
}

.shf-newsletter button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border: 0;
	border-radius: 0.85rem;
	background: var(--shf-primary-deep);
	color: #fff;
	font: inherit;
	font-weight: 700;
	font-size: 0.88rem;
	cursor: pointer;
}

html[data-theme="dark"] .shf-newsletter button {
	background: var(--shf-primary-deep);
}

.shf-footer__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--shf-line);
}

.shf-footer__trust-item {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.shf-footer__trust-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: rgba(135, 169, 135, 0.14);
	color: var(--shf-primary-deep);
	flex-shrink: 0;
}

html[data-theme="dark"] .shf-footer__trust-ico {
	background: rgba(212, 175, 110, 0.12);
	color: var(--shf-gold);
}

.shf-footer__trust-item strong {
	display: block;
	font-size: 0.86rem;
}

.shf-footer__trust-item small {
	display: block;
	color: var(--shf-muted);
	font-size: 0.75rem;
	line-height: 1.5;
}

.shf-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--shf-line);
}

.shf-footer__bottom p {
	margin: 0;
	color: var(--shf-muted);
	font-size: 0.84rem;
}

.shf-footer__disclaimer {
	margin: 0.85rem 0 0;
	padding-top: 0.85rem;
	border-top: 1px solid var(--shf-line);
	font-size: 0.8rem;
	line-height: 1.7;
	color: var(--shf-muted);
	text-align: center;
}

.shf-footer__leaf {
	color: var(--shf-primary-deep);
	display: inline-flex;
}

html[data-theme="dark"] .shf-footer__leaf {
	color: var(--shf-gold);
}

.shf-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
}

.shf-footer__legal a {
	text-decoration: none;
	font-size: 0.82rem;
	color: var(--shf-muted);
}

.shf-footer__legal a:not(:last-child)::after {
	content: "|";
	margin-inline-start: 0.75rem;
	opacity: 0.45;
}

@media (max-width: 1100px) {
	.shf-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.shf-footer__brand,
	.shf-footer__newsletter {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.shf-featured-listen,
	.shf-listen-stage__grid {
		grid-template-columns: 1fr;
	}

	.shf-hero {
		min-height: auto;
	}

	.shf-hero__wave {
		opacity: 0.28;
		inset-inline-end: 4%;
		bottom: 8%;
		height: 80px;
	}

	.shf-listen-row {
		grid-template-columns: 64px 1fr;
	}

	.shf-listen-row__actions {
		grid-column: 1 / -1;
		flex-direction: row;
		justify-content: flex-start;
	}

	.shf-header__bar {
		flex-wrap: wrap;
		border-radius: 1.35rem;
		padding: 0.75rem;
	}

	.shf-nav-toggle {
		display: inline-block;
		margin-inline-start: auto;
	}

	.shf-header-search {
		display: none;
	}

	.shf-nav {
		display: none;
		width: 100%;
		order: 10;
	}

	.shf-nav.is-open {
		display: block;
	}

	.shf-nav__list {
		flex-direction: column;
		gap: 0.85rem;
		padding: 0.5rem 0.25rem 0.15rem;
	}

	.shf-header-auth span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.shf-brand__tag {
		display: none;
	}

	.shf-footer__grid,
	.shf-footer__trust {
		grid-template-columns: 1fr;
	}

	.shf-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.shf-player__controls {
		grid-template-columns: auto auto auto 1fr;
	}

	.shf-player__rate {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
}
