/* Nishi Srabani — custom artist site styles */

/* ================= ARTIST HEADER ================= */
.artist-header {
	background: transparent !important;
	box-shadow: none !important;
	padding: 20px 0;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.artist-header:not(.header-top),
.artist-header.dance-header-fixed:not(.header-top) {
	background: transparent !important;
	box-shadow: none !important;
}

.artist-header.header-fixed.header-top:not(.header-scroll):not(.artist-header-sticky) {
	background: transparent !important;
	box-shadow: none !important;
}

.artist-header.artist-header-sticky,
.artist-header.header-fixed.header-top.artist-header-sticky {
	background-color: rgba(22, 14, 34, 0.95) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
	padding: 14px 0;
	top: 0 !important;
	position: fixed !important;
}

.artist-header.header-fixed.header-top {
	top: 0 !important;
}

.artist-header .nav-menu {
	display: block !important;
	width: 25% !important;
	max-width: 320px;
	min-width: 240px;
	height: 100vh !important;
	position: fixed !important;
	left: auto !important;
	right: -100% !important;
	top: 0 !important;
	opacity: 1;
	padding: 40px 24px 30px;
	z-index: 1001;
	background-color: rgba(12, 3, 42, 0.98) !important;
	transition: right 0.35s ease-in-out;
	overflow-y: auto;
}

.artist-header .nav-menu.active {
	right: 0 !important;
	left: auto !important;
}

.artist-nav-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.artist-nav-backdrop.active {
	opacity: 1;
	visibility: visible;
}

.artist-header .nav-list {
	display: block !important;
	flex-direction: column;
	transform: none !important;
	opacity: 1 !important;
	overflow-y: auto;
	max-height: none;
	text-align: left;
}

.artist-header .nav-list > li {
	margin-right: 0 !important;
	text-align: left;
}

.artist-header .nav-list > li > a {
	justify-content: flex-start;
	font-size: 17px !important;
	padding: 10px 0 !important;
	color: #fff !important;
	text-transform: capitalize;
}

.artist-header .nav-list > li > a:hover {
	color: #663ad8 !important;
}

.artist-header .nav-list > li > a:after {
	display: none !important;
}

.artist-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	min-height: 52px;
}

.artist-header .nav-btn {
	display: block !important;
	position: relative;
	right: auto;
	top: auto;
	flex-shrink: 0;
	z-index: 1002;
}

.artist-home-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	transition: 0.35s ease;
	z-index: 2;
}

.artist-home-btn:hover {
	background: #663ad8;
	border-color: #663ad8;
	color: #fff;
}

.artist-header-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.artist-book-btn {
	min-width: 140px;
	padding: 12px 28px;
}

.artist-nav-btn {
	position: relative;
	z-index: 2;
}

.artist-nav-overlay {
	background-color: rgba(12, 3, 42, 0.98);
}

.artist-nav-overlay .nav-list {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	height: auto;
	padding-top: 10px;
}

.artist-nav-overlay .nav-list > li > a {
	font-size: 18px;
	text-transform: capitalize;
	padding: 10px 0;
}

/* ================= HERO ================= */
.artist-hero,
.artist-hero.s-dance-slider {
	padding-top: 0;
	overflow: visible;
}

.artist-hero .slick-list,
.artist-hero .slick-track {
	overflow: visible !important;
}

.artist-hero .dance-slider,
.artist-hero .dance-slide {
	overflow: visible;
	min-height: calc(300px + 78vh);
}

.artist-hero .dance-slide {
	padding-bottom: 110px;
	position: relative;
}

.artist-hero .dance-slide:before {
	height: 90px;
	z-index: 2;
}

.artist-hero .dance-slide .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.artist-hero .dance-slide video {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.artist-hero .dance-slide video.artist-hero-video {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: absolute;
	z-index: 0;
}

.artist-hero .dance-slide .video-wrap.artist-hero-video-wrap--has-poster {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.artist-hero .dance-slide .container {
	position: relative;
	min-height: calc(300px + 78vh);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 88px;
	padding-bottom: 70px;
	overflow: visible;
}

.artist-hero .dance-slide-top.artist-hero-titles {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding-top: 48px !important;
	text-align: center;
}

.artist-hero .title-top,
.artist-hero .title-slider {
	position: relative;
	color: #fff;
	mix-blend-mode: overlay;
	-webkit-mix-blend-mode: overlay;
}

.artist-hero .title-slider {
	margin-bottom: 0;
	line-height: 0.75em;
}

.artist-hero-dp {
	position: absolute !important;
	bottom: auto !important;
	left: 50%;
	transform: translateX(-50%);
	top: 235px !important;
	z-index: 3;
	height: auto;
	width: auto;
	max-width: min(480px, 88vw);
	max-height: none !important;
	object-fit: contain;
	object-position: center top;
	pointer-events: none;
}

.artist-hero .dance-slide .dance-img.artist-hero-dp {
	max-height: none !important;
	display: block !important;
	visibility: visible !important;
}

.artist-hero .dance-slide:after {
	mix-blend-mode: overlay;
	background: linear-gradient(
		180deg,
		rgba(213, 43, 116, 0.6) 0%,
		rgba(102, 58, 216, 0.6) 100%
	);
}

@media (min-width: 1200px) {
	.artist-hero .dance-slider,
	.artist-hero .dance-slide {
		min-height: calc(320px + 80vh);
	}

	.artist-hero .dance-slide {
		padding-bottom: 120px;
	}

	.artist-hero .dance-slide:before {
		height: 95px;
	}

	.artist-hero .dance-slide .container {
		padding-top: 72px;
		min-height: calc(320px + 80vh);
		padding-bottom: 80px;
	}

	.artist-hero .dance-slide-top.artist-hero-titles {
		margin-top: 0;
		padding-top: 40px !important;
	}

	.artist-hero-dp {
		top: 265px !important;
	}
}

@media (max-width: 767px) {
	.artist-header {
		padding: 14px 0;
	}

	.artist-header-inner {
		flex-wrap: nowrap;
		gap: 0;
		justify-content: space-between;
		min-height: 48px;
	}

	.artist-header-center {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		order: unset;
		text-align: center;
	}

	.artist-book-btn {
		min-width: 118px;
		padding: 10px 16px;
		font-size: 13px;
		width: auto;
		max-width: none;
	}

	.artist-home-btn {
		width: 42px;
		height: 42px;
		font-size: 17px;
	}

	.artist-header .nav-menu {
		width: 75% !important;
		min-width: 0;
		max-width: none;
	}

	.artist-hero .effect-dance-1,
	.artist-hero .effect-dance-2,
	.artist-hero .effect-dance-3 {
		display: none !important;
	}

	.artist-hero .dance-slide .video-wrap {
		background-image: none !important;
	}

	.artist-hero .dance-slide video {
		display: block !important;
		position: absolute;
	}

	.artist-hero .dance-slide:after {
		mix-blend-mode: overlay !important;
		background: linear-gradient(
			180deg,
			rgba(213, 43, 116, 0.6) 0%,
			rgba(102, 58, 216, 0.6) 100%
		) !important;
		opacity: 1 !important;
	}

	.artist-hero .dance-slider,
	.artist-hero .dance-slide {
		min-height: 920px;
	}

	.artist-hero .dance-slide {
		padding-bottom: 104px;
	}

	.artist-hero .dance-slide:before {
		height: 60px;
	}

	.artist-hero .dance-slide .container {
		padding-top: 96px;
		padding-left: 12px;
		padding-right: 12px;
		min-height: 920px;
		padding-bottom: 36px;
	}

	.artist-hero .dance-slide-top.artist-hero-titles {
		margin-top: 0;
		padding-top: 148px !important;
		position: relative;
		z-index: 1;
		mix-blend-mode: overlay !important;
		-webkit-mix-blend-mode: overlay !important;
	}

	.artist-hero .title-top {
		font-size: 46px !important;
		line-height: 1.05;
	}

	.artist-hero .title-slider {
		font-size: 80px !important;
		line-height: 0.76em;
	}

	.artist-hero .title-top,
	.artist-hero .title-slider {
		color: #fff !important;
		mix-blend-mode: overlay !important;
		-webkit-mix-blend-mode: overlay !important;
		transform: translateZ(0);
	}

	.artist-hero-dp {
		top: 334px !important;
		max-width: min(460px, 98vw) !important;
		width: 98vw;
		bottom: auto !important;
		display: block !important;
		visibility: visible !important;
		z-index: 5;
		mix-blend-mode: normal;
		-webkit-mix-blend-mode: normal;
	}

	.artist-hero .dance-slide .dance-img.artist-hero-dp {
		max-width: min(460px, 98vw) !important;
		width: 98vw;
		max-height: none !important;
		display: block !important;
		bottom: auto !important;
		z-index: 5;
	}
}

@media (max-width: 575px) {
	.artist-book-btn {
		min-width: 104px;
		padding: 9px 14px;
		font-size: 12px;
	}

	.artist-home-btn {
		width: 38px;
		height: 38px;
		font-size: 15px;
	}

	.artist-hero .dance-slide:after {
		mix-blend-mode: overlay !important;
		background: linear-gradient(
			180deg,
			rgba(213, 43, 116, 0.6) 0%,
			rgba(102, 58, 216, 0.6) 100%
		) !important;
	}

	.artist-hero .dance-slider,
	.artist-hero .dance-slide {
		min-height: 900px;
	}

	.artist-hero .dance-slide .container {
		min-height: 900px;
		padding-bottom: 32px;
	}

	.artist-hero .dance-slide-top.artist-hero-titles {
		padding-top: 138px !important;
		z-index: 1;
	}

	.artist-hero .title-top {
		font-size: 42px !important;
	}

	.artist-hero .title-slider {
		font-size: 72px !important;
	}

	.artist-hero .title-top,
	.artist-hero .title-slider {
		color: #fff !important;
		mix-blend-mode: overlay !important;
		-webkit-mix-blend-mode: overlay !important;
	}

	.artist-hero-dp {
		top: 314px !important;
		max-width: min(430px, 98vw) !important;
		width: 98vw;
		display: block !important;
		z-index: 5;
		mix-blend-mode: normal;
	}

	.artist-hero .dance-slide .dance-img.artist-hero-dp {
		max-width: min(430px, 98vw) !important;
		width: 98vw;
		display: block !important;
		bottom: auto !important;
		z-index: 5;
	}
}

/* ================= ABOUT ================= */
.artist-about {
	padding: 100px 0 120px;
}

.artist-about-row {
	align-items: center;
}

.artist-about-dp-wrap {
	position: relative;
	max-width: 380px;
	margin: 0 auto;
}

.artist-about-dp {
	width: 100%;
	border-radius: 12px;
	display: block;
	position: relative;
	z-index: 2;
}

.artist-about-effect {
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 60%;
	z-index: 1;
	pointer-events: none;
}

.artist-about-text {
	padding-left: 30px;
}

.artist-bio p {
	margin-bottom: 16px;
	line-height: 1.8;
}

/* Theme hides .dance-about-info p on small screens — restore for artist site */
@media (max-width: 767px) {
	.artist-about .dance-about-info.artist-about-text {
		padding-top: 0;
		text-align: left;
		margin-top: 32px;
		margin-bottom: 0;
		position: relative;
		z-index: 2;
		overflow: visible;
		line-height: 1.75;
	}

	.artist-about .dance-about-info p,
	.artist-about .dance-about-info .slogan,
	.artist-about .artist-bio,
	.artist-about .artist-bio p {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		color: rgba(255, 255, 255, 0.9);
	}

	.artist-about .dance-about-info .slogan {
		margin-bottom: 12px;
	}

	.artist-about .dance-title {
		margin-bottom: 16px;
	}

	.artist-about-image-col {
		margin-bottom: 8px;
	}
}

@media (max-width: 575px) {
	.artist-about .dance-about-info p,
	.artist-about .dance-about-info .slogan,
	.artist-about .artist-bio,
	.artist-about .artist-bio p {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

@media (max-width: 991px) {
	.artist-about-text {
		padding-left: 0;
		margin-top: 40px;
	}
}

/* ================= MUSIC ================= */
.artist-music {
	padding: 100px 0 120px;
	background-color: #0c032a;
}

.artist-music-gallery-wrap {
	margin-top: 40px;
}

.music-video-item .music-video-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #160e22;
}

.music-video-item .artist-video-wrap {
	border-radius: 8px 8px 0 0;
}

.artist-yt-facade {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: #000;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.artist-yt-facade img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.artist-yt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(102, 58, 216, 0.92);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding-left: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.music-video-item .music-gal-item {
	position: relative;
	opacity: 1;
	transform: none;
	padding: 14px 16px;
	background: rgba(22, 14, 34, 0.95);
}

.music-video-item .music-gal-item .title {
	font-size: 16px;
	margin: 0;
}

.artist-music-gallery .gallery-item {
	margin-bottom: 30px;
}

.artist-music-gallery .gallery-item:hover {
	transform: translateY(-4px);
	transition: transform 0.35s ease;
}

.artist-section-more {
	text-align: center;
	margin-top: 48px;
}

.artist-section-more .btn {
	min-width: 200px;
}

/* ================= PINK BUTTONS (Book Now, Listen More, etc.) ================= */
.dance-page .btn.btn-pink,
.dance-page .artist-book-btn.btn-pink,
.dance-page .artist-section-more .btn.btn-pink {
	background-color: transparent;
	color: #fff;
	border-color: rgba(213, 43, 116, 0.9);
	box-shadow: inset 0 0 0 2px rgba(213, 43, 116, 0.9);
	transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.dance-page .btn.btn-pink:before,
.dance-page .artist-book-btn.btn-pink:before,
.dance-page .artist-section-more .btn.btn-pink:before {
	background-color: rgba(213, 43, 116, 0.15);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.dance-page .btn.btn-pink span,
.dance-page .artist-book-btn.btn-pink span,
.dance-page .artist-section-more .btn.btn-pink span {
	position: relative;
	z-index: 1;
}

.dance-page .btn.btn-pink:hover,
.dance-page .artist-book-btn.btn-pink:hover,
.dance-page .artist-section-more .btn.btn-pink:hover {
	color: #fff;
	box-shadow: inset 0 0 0 2px rgba(213, 43, 116, 1);
	transform: scale(1.04);
}

.dance-page .btn.btn-pink:hover:before,
.dance-page .artist-book-btn.btn-pink:hover:before,
.dance-page .artist-section-more .btn.btn-pink:hover:before {
	transform: translate(-50%, -50%) scale(1.08);
	background-color: rgba(213, 43, 116, 0.25);
	opacity: 1;
}

.dance-page .btn.btn-pink:active,
.dance-page .artist-book-btn.btn-pink:active,
.dance-page .artist-section-more .btn.btn-pink:active {
	transform: scale(1.02);
}

/* ================= GALLERY POLISH ================= */
.artist-gallery .gallery-item img {
	transition: transform 0.5s ease;
}

.artist-gallery .gallery-item:hover img {
	transform: scale(1.06);
}

.artist-gallery .gallery-item a {
	overflow: hidden;
	display: block;
	border-radius: 8px;
}

/* ================= MEDIA ================= */
.artist-media {
	padding: 100px 0 120px;
}

.artist-media-item {
	height: 100%;
}

.artist-media-grid {
	margin-top: 20px;
}

/* ================= TEAM ================= */
.artist-starlit-title {
	text-align: center;
	font-size: 56px;
	margin-bottom: 50px;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.artist-starlit-title {
		font-size: 36px;
		margin-bottom: 30px;
	}
}

.artist-team-card {
	cursor: default;
	text-decoration: none;
}

.artist-team-card:hover {
	text-decoration: none;
}

.artist-team-bio {
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 8px;
	line-height: 1.5;
}

.artist-empty-light {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

/* ================= CONTACT ================= */
.artist-contact-form .inp-message {
	width: 100%;
}

.artist-contact-form textarea.inp-form {
	min-height: 140px;
	resize: vertical;
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 14px 20px;
	border-radius: 5px;
}

.artist-contact-form textarea.inp-form:focus {
	border-color: #663ad8;
	outline: none;
}

#message .success-message,
#message .error-message {
	padding: 16px 20px;
	border-radius: 8px;
	margin-top: 16px;
}

#message .success-message {
	background: rgba(102, 58, 216, 0.2);
	color: #fff;
	border: 1px solid #663ad8;
}

#message .error-message {
	background: rgba(220, 53, 69, 0.15);
	color: #ff8a95;
	border: 1px solid rgba(220, 53, 69, 0.5);
}

/* ================= UTILITIES ================= */
.artist-empty-state {
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	padding: 40px 20px;
	font-size: 16px;
}

.s-dance-music .dance-title,
.artist-music .dance-title {
	text-align: center;
}

.s-dance-music .dance-slogan,
.artist-music .dance-slogan {
	display: block;
	text-align: center;
}

/* ================= SUB PAGES ================= */
.artist-page-hero {
	padding: 120px 0 60px;
	background-color: #0c032a;
	text-align: center;
}

.artist-page-hero .dance-title {
	margin-bottom: 0;
}

.artist-page-hero .dance-slogan {
	display: block;
	margin-bottom: 10px;
}

.artist-subpage .artist-header {
	background: rgba(12, 3, 42, 0.85);
}

.artist-subpage .artist-header.header-top {
	background-color: rgba(22, 14, 34, 0.95);
}

/* ================= BOOKING FORM ================= */
.artist-booking-section {
	padding: 60px 0 100px;
	background-color: #0c032a;
}

.artist-booking-layout {
	align-items: flex-start;
}

.artist-booking-intro {
	padding-right: 24px;
}

.artist-booking-intro-title {
	font-size: 28px;
	line-height: 1.35;
	margin-bottom: 20px;
	color: #fff;
	text-transform: none;
}

.artist-booking-intro p,
.artist-booking-intro-note {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.75;
	margin-bottom: 16px;
}

.artist-booking-quick-contact {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.artist-booking-quick-contact h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #d52b74;
	margin-bottom: 16px;
}

.artist-booking-quick-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artist-booking-quick-contact li {
	display: flex;
	gap: 12px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
}

.artist-booking-quick-contact li span {
	min-width: 52px;
	color: rgba(255, 255, 255, 0.55);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.08em;
	padding-top: 2px;
}

.artist-booking-quick-contact a {
	color: #fff;
	text-decoration: none;
}

.artist-booking-quick-contact a:hover {
	color: #d52b74;
}

.artist-booking-card {
	background: rgba(22, 14, 34, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 32px 28px 36px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.artist-form-heading {
	font-size: 20px;
	margin-bottom: 24px;
	color: #fff;
	text-transform: capitalize;
}

.artist-booking-form .artist-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.artist-booking-form .artist-form-field {
	min-width: 0;
}

.artist-booking-form .artist-form-field--full {
	grid-column: 1 / -1;
}

.artist-booking-form .artist-input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	font-family: inherit;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}

.artist-booking-form textarea.artist-input {
	min-height: 130px;
	resize: vertical;
}

.artist-booking-form .artist-input::placeholder {
	color: rgba(255, 255, 255, 0.42);
}

.artist-booking-form .artist-input:hover,
.artist-booking-form .artist-input:focus {
	outline: none;
	border-color: rgba(213, 43, 116, 0.75);
	box-shadow: 0 0 0 3px rgba(213, 43, 116, 0.15);
	background: rgba(255, 255, 255, 0.07);
}

.artist-booking-form input[type="date"].artist-input,
.artist-booking-form input[type="time"].artist-input,
.artist-booking-form input[type="number"].artist-input {
	color-scheme: dark;
}

.artist-booking-form select.artist-select {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' fill-opacity='0.7' d='M1.41.59 6 5.17 10.59.59 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 42px;
}

.artist-booking-form select.artist-select option {
	background: #160e22;
	color: #fff;
}

.artist-form-actions {
	margin-top: 28px;
}

.artist-booking-submit {
	min-width: 180px;
}

#booking-message {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.artist-booking-intro {
		padding-right: 0;
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.artist-booking-section {
		padding: 40px 0 80px;
	}

	.artist-booking-card {
		padding: 24px 18px 28px;
	}

	.artist-booking-form .artist-form-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.artist-booking-form .artist-form-field--full {
		grid-column: auto;
	}
}

#booking-message .success-message,
#booking-message .error-message {
	padding: 16px 20px;
	border-radius: 8px;
	margin-top: 16px;
}

#booking-message .success-message {
	background: rgba(102, 58, 216, 0.2);
	color: #fff;
	border: 1px solid #663ad8;
}

#booking-message .error-message {
	background: rgba(220, 53, 69, 0.15);
	color: #ff8a95;
	border: 1px solid rgba(220, 53, 69, 0.5);
}

.artist-video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background: #160e22;
}

.artist-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ================= FOOTER ================= */
.artist-footer {
	padding: 48px 0 56px;
}

.artist-footer-inner {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

.artist-footer-inner h5 {
	margin-bottom: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.artist-footer-inner p {
	margin: 0;
	opacity: 0.75;
	line-height: 1.6;
}
