/* DUROV MUSIC LAB — страница артиста STEFANY WIND */

body.dml-stefany-view {
	background: #0a0a0a;
}

body.dml-stefany-view #main-container {
	background: #0a0a0a;
	max-width: none;
	width: 100%;
}

body.dml-stefany-view #main-container > main,
body.dml-stefany-view .site-main.dml-stefany-main,
body.dml-stefany-view .dml-stefany-main .ct-container {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

body.dml-stefany-view .artist-page--stefany h1.ap-hero__name {
	color: #ffffff;
}

.artist-page--stefany {
	--sw: #e83ca8;
	--sw-cyan: #28c8dc;
	--ap-gutter: 40px;
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding: 0 var(--ap-gutter);
	box-sizing: border-box;
	background: #0a0a0a;
	color: #fff;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.artist-page--stefany .ap-section-tag {
	font-size: clamp(16px, 1.35vw, 20px);
	font-weight: 700;
	letter-spacing: 0.14em;
	color: rgba(232, 60, 168, 0.85);
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.artist-page--stefany .ap-section-tag::before {
	content: '';
	width: 36px;
	height: 2px;
	background: rgba(232, 60, 168, 0.7);
	flex-shrink: 0;
}

.ap-hero {
	position: relative;
	display: block;
	min-height: clamp(540px, 56vh, 700px);
	overflow: visible;
	padding: 56px 0 64px;
	background:
		radial-gradient(ellipse at 82% 18%, rgba(232, 60, 168, 0.30) 0%, rgba(232, 60, 168, 0) 55%),
		radial-gradient(ellipse at 24% 88%, rgba(40, 200, 220, 0.18) 0%, rgba(40, 200, 220, 0) 50%),
		linear-gradient(160deg, #1a0d18 0%, #0a0a0a 72%);
}

.ap-hero__portrait {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(64%, 760px);
	overflow: hidden;
	border-radius: 4px;
	z-index: 1;
}

.ap-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 24%;
	display: block;
}

.ap-hero__fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #0a0a0a 0%, rgba(10, 10, 10, 0.78) 20%, rgba(10, 10, 10, 0.25) 46%, transparent 72%);
}

.ap-hero__content {
	position: relative;
	z-index: 3;
	max-width: min(48%, 560px);
	padding: clamp(24px, 4vh, 48px) 28px 0 32px;
	overflow: visible;
}

.ap-hero__genre {
	font-size: clamp(16px, 1.35vw, 20px);
	letter-spacing: 0.14em;
	color: var(--sw);
	margin-bottom: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 16px;
}

.ap-hero__genre::before {
	content: '';
	width: 36px;
	height: 2px;
	background: rgba(232, 60, 168, 0.7);
	flex-shrink: 0;
}

.ap-hero__name {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(64px, 6.8vw, 102px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.01em;
	margin: 0 0 20px;
	color: #ffffff;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45), 0 0 48px rgba(232, 60, 168, 0.35);
}

.ap-hero__tagline {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-size: clamp(18px, 1.4vw, 22px);
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.9;
	max-width: 480px;
	margin: 0;
}

.ap-bio {
	padding: 56px 0 52px;
	border-top: 1px solid rgba(232, 60, 168, 0.12);
}

.ap-bio__text {
	font-size: clamp(18px, 1.4vw, 22px);
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.84);
	max-width: 760px;
	margin: 0 0 20px;
}

.ap-bio__text:last-child {
	margin-bottom: 0;
}

.ap-bio__text b {
	color: #fff;
	font-weight: 600;
}

.ap-latest {
	padding: 52px 0;
	background: #0d0a0d;
	border-top: 1px solid rgba(232, 60, 168, 0.1);
}

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

.ap-latest__card {
	display: flex;
	gap: 28px;
	align-items: center;
	background: #140e14;
	border: 1px solid rgba(232, 60, 168, 0.15);
	border-radius: 10px;
	padding: 24px;
	max-width: none;
}

.ap-latest__cover {
	width: 140px;
	height: 140px;
	border-radius: 6px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #1a0d18;
}

.ap-latest__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ap-latest__play-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.35);
	transition: background 0.2s;
}

.ap-latest__cover:hover .ap-latest__play-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.ap-latest__play-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--sw);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0a0a0a;
}

.ap-latest__play-btn svg {
	width: 18px;
	height: 18px;
	fill: #0a0a0a;
	margin-left: 2px;
}

.ap-latest__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.1);
}

.ap-latest__progress-fill {
	height: 100%;
	width: 0%;
	background: var(--sw);
	transition: width 0.3s linear;
}

.ap-latest__info {
	flex: 1;
}

.ap-latest__label {
	font-size: clamp(13px, 1.05vw, 16px);
	letter-spacing: 0.22em;
	color: var(--sw);
	margin-bottom: 10px;
	font-weight: 600;
}

.ap-latest__title {
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.35;
	margin-bottom: 8px;
}

.ap-latest__desc {
	font-size: clamp(13px, 1.05vw, 16px);
	color: rgba(255, 255, 255, 0.58);
	margin-bottom: 16px;
	line-height: 1.55;
	letter-spacing: 0.05em;
}

.ap-latest__btn {
	display: inline-block;
	padding: 14px 16px;
	background: var(--sw);
	color: #0a0a0a;
	font-size: clamp(12px, 0.95vw, 14px);
	letter-spacing: 0.2em;
	font-weight: 700;
	border-radius: 3px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.ap-latest__btn:hover {
	opacity: 0.85;
}

.ap-tracks {
	padding: 52px 0 56px;
	border-top: 1px solid rgba(232, 60, 168, 0.1);
	max-width: 900px;
}

.ap-tr {
	display: grid;
	grid-template-columns: 42px 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.15s;
}

.ap-tr:hover {
	background: rgba(232, 60, 168, 0.04);
	padding-left: 8px;
}

.ap-tr.is-playing {
	background: rgba(232, 60, 168, 0.05);
	padding-left: 8px;
}

.ap-tr__play {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.18s;
}

.ap-tr__play svg {
	width: 15px;
	height: 15px;
	margin-left: 1px;
}

.ap-tr__play .icon-pause,
.ap-latest__play-btn .icon-pause {
	display: none;
}

.ap-tr__play.is-playing .icon-play,
.ap-latest__play-btn.is-playing .icon-play {
	display: none;
}

.ap-tr__play.is-playing .icon-pause,
.ap-latest__play-btn.is-playing .icon-pause {
	display: block;
}

.ap-tr:hover .ap-tr__play {
	border-color: var(--sw);
	color: var(--sw);
}

.ap-tr.is-playing .ap-tr__play {
	border-color: var(--sw);
	color: var(--sw);
	background: rgba(232, 60, 168, 0.12);
}

.ap-tr__info {
	min-width: 0;
}

.ap-tr__title {
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
}

.ap-tr:hover .ap-tr__title {
	color: #fff;
}

.ap-tr__sub {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.52);
	font-size: clamp(13px, 1.05vw, 16px);
}

.ap-tr__progress {
	height: 3px;
	background: rgba(255, 255, 255, 0.07);
	border-radius: 1px;
	margin-top: 8px;
	overflow: hidden;
}

.ap-tr__progress-fill {
	height: 100%;
	width: 0%;
	background: var(--sw);
	transition: width 0.3s linear;
}

.ap-tr__plats {
	display: flex;
	gap: 6px;
	flex-shrink: 0;
}

.ap-tr__plat {
	font-size: clamp(12px, 0.95vw, 14px);
	letter-spacing: 0.12em;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all 0.18s;
}

.ap-tr__plat--ym {
	background: rgba(255, 76, 0, 0.1);
	color: rgba(255, 120, 60, 0.8);
	border-color: rgba(255, 76, 0, 0.2);
}

.ap-tr__plat--ym:hover {
	background: rgba(255, 76, 0, 0.18);
	color: rgba(255, 140, 80, 1);
}

.ap-tr__plat--vk {
	background: rgba(71, 121, 200, 0.1);
	color: rgba(100, 150, 220, 0.8);
	border-color: rgba(71, 121, 200, 0.2);
}

.ap-tr__plat--vk:hover {
	background: rgba(71, 121, 200, 0.18);
	color: rgba(120, 170, 240, 1);
}

.ap-tr__plat--sp {
	background: rgba(30, 215, 96, 0.08);
	color: rgba(60, 200, 100, 0.75);
	border-color: rgba(30, 215, 96, 0.18);
}

.ap-tr__plat--sp:hover {
	background: rgba(30, 215, 96, 0.15);
	color: rgba(80, 220, 120, 1);
}

.ap-connect {
	padding: 48px 0 64px;
	background: #0d0a0d;
	border-top: 1px solid rgba(232, 60, 168, 0.1);
	text-align: center;
}

.ap-connect__title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 400;
	margin-bottom: 24px;
	color: #fff;
}

.ap-connect__btns {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.ap-connect__btn {
	padding: 13px 24px;
	border: 1px solid rgba(232, 60, 168, 0.4);
	color: var(--sw);
	font-size: clamp(12px, 0.95vw, 14px);
	letter-spacing: 0.18em;
	font-weight: 700;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s;
}

.ap-connect__btn:hover {
	background: rgba(232, 60, 168, 0.12);
}

.ap-connect__btn--solid {
	background: var(--sw);
	color: #0a0a0a;
	border-color: var(--sw);
}

.ap-connect__btn--solid:hover {
	background: #f04fb5;
}

@media (max-width: 1024px) {
	.artist-page--stefany {
		--ap-gutter: 24px;
	}
}

@media (max-width: 860px) {
	.ap-hero {
		min-height: auto;
		padding: 40px 0 44px;
	}

	.ap-hero__portrait {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: clamp(360px, 82vw, 480px);
		margin-bottom: 32px;
	}

	.ap-hero__img {
		object-position: center 22%;
	}

	.ap-hero__fade {
		background: linear-gradient(180deg, transparent 42%, #0a0a0a 100%);
	}

	.ap-hero__content {
		max-width: 100%;
		padding: 0;
	}
}

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

@media (max-width: 560px) {
	.ap-latest__card {
		flex-direction: column;
		text-align: center;
	}

	.ap-tr {
		grid-template-columns: 42px 1fr;
	}

	.ap-tr__plats {
		display: none;
	}

	.ap-tr.is-playing .ap-tr__plats {
		display: flex;
		grid-column: 1 / -1;
		padding-top: 10px;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.artist-page--stefany {
		--ap-gutter: 24px;
	}
}
