@font-face {
	font-family: "FontAwesome";
	src: url("../font-awesome/4.7.0/fonts/fontawesome-webfont.eot");
	src: url("../font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
		url("../font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"),
		url("../font-awesome/4.7.0/fonts/fontawesome-webfont.woff") format("woff"),
		url("../font-awesome/4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"),
		url("../font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

:root {
	--raiven-green: #52be90;
	--raiven-purple: #4b205f;
	--raiven-dark: #1d1d23;
	--raiven-gray: #4e4e4e;
	--raiven-light: #f3f3f3;
	--raiven-header: rgba(255, 255, 255, 0.92);
	--raiven-max: 1140px;
	--raiven-section-y: 4.5rem;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	color: var(--raiven-gray);
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.section_title,
.section_subtitle {
	font-family: Oswald, "Open Sans", sans-serif;
	letter-spacing: 0.04em;
}

/* Header — не ламаємо centered layout теми Lucille */
#lc_page_header {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(8px);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

#lc_page_header .centered_content {
	max-width: var(--raiven-max);
	margin: 0 auto;
}

#logo img {
	max-height: 42px;
	width: auto;
}

.classic_header_icon.shop_icon .cart-contents,
.creative_header_icon.lc_icon_creative_cart .cart-contents {
	display: inline-block;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
}

.classic_header_icon.shop_icon .cart-contents .fa-shopping-bag,
.creative_header_icon .cart-contents .fa-shopping-bag {
	display: inline-block;
	font-size: 1.15rem;
	line-height: 1;
	vertical-align: middle;
}

.classic_header_icon.shop_icon .cart-contents-count,
.creative_header_icon.lc_icon_creative_cart .cart-contents-count {
	position: absolute;
	top: -0.4rem;
	right: -0.55rem;
	left: auto;
	margin: 0;
	min-width: 1rem;
	height: 1rem;
	padding: 0 0.15rem;
	line-height: 1rem;
	font-size: 0.625rem;
	font-weight: 700;
	color: #fff;
	border-radius: 999px;
	text-align: center;
	box-sizing: border-box;
}

.classic_header_icons.centered_menu {
	vertical-align: middle;
}

.classic_menu .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.25rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.classic_menu .menu-item a,
.classic_menu .menu-item {
	font-family: Oswald, sans-serif;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.classic_menu .menu-item:not(:has(a)) {
	cursor: pointer;
}

/* Mobile menu */
.header_inner.lc_mobile_menu {
	display: none;
}

@media (max-width: 991px) {
	.header_inner.centered_menu.lc_wide_menu {
		display: none;
	}

	.header_inner.lc_mobile_menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0.75rem 1rem;
	}

	.mobile_navigation_container {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	}

	.mobile_navigation_container.is-open {
		display: block;
	}

	.mobile_navigation .menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile_navigation .menu-item a,
	.mobile_navigation .menu-item {
		display: block;
		padding: 0.9rem 1.25rem;
		font-family: Oswald, sans-serif;
		text-transform: uppercase;
		letter-spacing: 0.06em;
	}
}

.hmb_menu {
	cursor: pointer;
	padding: 0.35rem;
}

.hmb_inner {
	width: 26px;
}

.hmb_line {
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.hmb_menu.is-active .hmb1 {
	transform: translateY(7px) rotate(45deg);
}

.hmb_menu.is-active .hmb2 {
	opacity: 0;
}

.hmb_menu.is-active .hmb3 {
	transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.raiven-hero {
	position: relative;
	min-height: clamp(420px, 72vh, 820px);
	display: grid;
	place-items: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.raiven-hero__bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.02);
}

.raiven-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(29, 29, 35, 0.55) 100%);
}

.raiven-hero__content {
	position: relative;
	z-index: 1;
	width: min(92vw, var(--raiven-max));
	padding: 2rem 1rem 3rem;
}

.raiven-hero__title {
	margin: 0 0 0.5rem;
	font-size: clamp(3rem, 10vw, 7rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.raiven-hero__label {
	display: flex;
	justify-content: center;
	gap: 0.55rem;
	margin: 0 0 1.5rem;
	font-family: Oswald, sans-serif;
	font-size: clamp(1rem, 2.5vw, 1.35rem);
	letter-spacing: 0.45em;
	opacity: 0.9;
}

.raiven-hero__album {
	display: block;
	max-width: min(320px, 70vw);
	margin: 0 auto 1.75rem;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.raiven-hero__stores {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem 1.25rem;
}

.raiven-hero__stores a {
	display: inline-flex;
	opacity: 0.92;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.raiven-hero__stores a:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.raiven-hero__stores img {
	height: 34px;
	width: auto;
}

/* Sections */
#lc_swp_content .vc_row {
	position: relative;
}

.lc_vc_section_title {
	padding: var(--raiven-section-y) 1rem 1.5rem;
}

.lc_vc_section_title.text_center {
	text-align: center;
}

.section_title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 400;
	color: #232323;
}

.section_subtitle {
	margin: 0;
	font-size: 1rem;
	font-weight: 300;
	color: var(--raiven-gray);
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.lc_vibrant_color {
	color: var(--raiven-green) !important;
}

/* Video */
.lc_swp_boxed.vc_video_container,
.lc_embed_video_container_full {
	max-width: 900px;
	margin: 0 auto 2rem;
	padding: 0 1rem;
}

.raiven-video-embed {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	background: #000;
}

/* Album blocks */
.lc_swp_boxed.clearfix {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(280px, 1.1fr);
	gap: 2rem 3rem;
	align-items: start;
	max-width: var(--raiven-max);
	margin: 0 auto;
	padding: 0 1.25rem 3rem;
}

.album_left img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.album_tracks .single_track {
	margin-bottom: 1.25rem;
}

.track_name {
	margin-bottom: 0.35rem;
	font-family: Oswald, sans-serif;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	color: #232323;
}

.track_order {
	color: var(--raiven-green);
	margin-right: 0.35rem;
}

.lc_event_entry.text_left {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.lc_button,
input.lc_button,
.woocommerce a.button,
.woocommerce ul.products li.product a.button {
	display: inline-block;
	padding: 0.65rem 1.2rem;
	border: 1px solid #b7b7b7;
	background: transparent;
	font-family: Oswald, sans-serif;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.lc_button:hover,
input.lc_button:hover,
.woocommerce a.button:hover {
	color: #fff;
	background: var(--raiven-green);
	border-color: var(--raiven-green);
}

/* Shop grid */
#trgovina .woocommerce {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 1rem 1rem;
}

.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	text-align: center;
}

.woocommerce ul.products li.product img {
	border-radius: 4px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: Oswald, sans-serif;
	font-size: 1rem;
	padding: 0.75rem 0 0.35rem;
}

.woocommerce ul.products li.product .price {
	color: var(--raiven-green);
	font-weight: 600;
}

/* Contact */
.lucille_contactform .contactform_fields {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 1rem 3rem;
	list-style: none;
}

.lucille_cf_entry.three_on_row_layout {
	display: inline-block;
	width: calc(33.333% - 0.75rem);
	vertical-align: top;
	margin: 0 0.375rem 1rem;
}

.lucille_cf_input {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid #b7b7b7;
	background: #fff;
	font: inherit;
}

.lucille_cf_input:focus {
	border-color: var(--raiven-green);
	outline: none;
}

.lucille_cf_error {
	display: none;
}

/* Social */
.social_profiles_vc_elt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.25rem;
	padding: 2rem 1rem;
}

.lc_social_profile {
	font-size: 1.35rem;
	opacity: 0.85;
	transition: color 0.2s ease, transform 0.2s ease;
}

.lc_social_profile:hover {
	color: var(--raiven-green);
	transform: translateY(-2px);
}

/* Footer */
.lc_copy_area {
	padding: 1.25rem;
	text-align: center;
	font-size: 0.85rem;
}

.lc_back_to_top_btn {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid #b7b7b7;
	background: rgba(255, 255, 255, 0.95);
	cursor: pointer;
	z-index: 900;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease, border-color 0.2s ease;
}

.lc_back_to_top_btn.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.lc_back_to_top_btn:hover {
	border-color: var(--raiven-green);
	color: var(--raiven-green);
}

/* Dark sections */
.white_on_black {
	color: #d8d8d8;
}

.white_on_black .section_title {
	color: #fff;
}

/* Audio */
.mejs-container {
	margin-top: 0.25rem;
	border-radius: 2px;
	overflow: hidden;
}

/* Hide broken legacy slider wrapper */
.wpb_revslider_element .rev_slider_wrapper {
	display: none !important;
}

@media (max-width: 768px) {
	.lucille_cf_entry.three_on_row_layout {
		width: 100%;
		margin: 0 0 1rem;
	}

	.lc_swp_boxed.clearfix {
		grid-template-columns: 1fr;
	}
}
