/*
 * Joyal custom styles.
 * Add site-specific CSS here.
 */

:root {
	--joyal-font-sans: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--joyal-accent: #8cffb0;
	--joyal-accent-soft: rgba(140, 255, 176, 0.14);
	--joyal-accent-glow: rgba(140, 255, 176, 0.26);
	--joyal-accent-dark: #4dbd7a;
	--joyal-accent-light: #c9ffe0;
	--joyal-accent-contrast: #17110a;
	--kenta-primary-color: var(--joyal-accent);
	--kenta-primary-active: var(--joyal-accent-dark);
	--kenta-accent-color: var(--joyal-accent);
	--kenta-accent-active: var(--joyal-accent-light);
	--kenta-link-initial-color: var(--joyal-accent);
	--kenta-link-hover-color: var(--joyal-accent-light);
	--kenta-base-300: var(--joyal-accent);
	--kenta-form-active: var(--joyal-accent);
	--kenta-button-color: var(--joyal-accent);
	--kenta-button-hover-color: var(--joyal-accent-light);
	--wp--preset--color--kenta-primary: var(--joyal-accent);
	--wp--preset--color--kenta-primary-active: var(--joyal-accent-dark);
	--wp--preset--color--kenta-accent: var(--joyal-accent);
	--wp--preset--color--kenta-accent-active: var(--joyal-accent-light);
	--wp--preset--font-family--inter: var(--joyal-font-sans);
	--wp--preset--font-family--cardo: var(--joyal-font-sans);
}

.kenta-cookies-consent-container,
.kenta-cookies-consent-wrap,
.kenta-cookies-consent {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.home .joyal-scroll-reveal {
	--joyal-reveal-x: 0px;
	--joyal-reveal-y: 34px;
	opacity: 0;
	transform: translate3d(var(--joyal-reveal-x), var(--joyal-reveal-y), 0) scale(0.985);
	filter: blur(10px);
	transition:
		opacity 980ms cubic-bezier(0.16, 1, 0.3, 1) var(--joyal-reveal-delay, 0ms),
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1) var(--joyal-reveal-delay, 0ms),
		filter 980ms cubic-bezier(0.16, 1, 0.3, 1) var(--joyal-reveal-delay, 0ms);
	will-change: opacity, transform, filter;
}

.home .joyal-scroll-reveal--left {
	--joyal-reveal-x: -42px;
}

.home .joyal-scroll-reveal--right {
	--joyal-reveal-x: 42px;
}

.home .joyal-scroll-reveal--up {
	--joyal-reveal-y: 46px;
}

.home .joyal-scroll-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: blur(0);
}

.home .joyal-scroll-reveal__item {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition:
		opacity 760ms cubic-bezier(0.16, 1, 0.3, 1) var(--joyal-reveal-item-delay, 120ms),
		transform 760ms cubic-bezier(0.16, 1, 0.3, 1) var(--joyal-reveal-item-delay, 120ms);
}

.home .joyal-scroll-reveal.is-visible .joyal-scroll-reveal__item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.home .joyal-scroll-reveal,
	.home .joyal-scroll-reveal__item {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
	}
}

.joyal-social-blog {
	--blog-yellow: #8cffb0;
	min-height: 100vh;
	padding: clamp(74px, 9vw, 126px) clamp(18px, 5vw, 72px) clamp(62px, 8vw, 110px);
	background:
		radial-gradient(circle at 78% 10%, rgba(140, 255, 176, 0.16), transparent 28%),
		radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.08), transparent 22%),
		#0b1219;
	color: #ffffff;
}

.joyal-social-blog__hero,
.joyal-social-blog__feeds,
.joyal-social-blog__placeholder {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.joyal-social-blog__hero p,
.joyal-social-blog__feeds p,
.joyal-social-blog__placeholder p {
	margin: 0;
	color: var(--blog-yellow);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.joyal-social-blog__hero h1 {
	max-width: 980px;
	margin: 18px 0 0;
	font-size: clamp(2.8rem, 7vw, 7.4rem);
	font-weight: 950;
	line-height: 0.92;
	letter-spacing: 0;
}

.joyal-social-blog__hero span,
.joyal-social-blog__feeds span,
.joyal-social-blog__placeholder span {
	display: block;
	max-width: 760px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.7;
}

.joyal-social-blog__hero div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.joyal-social-blog a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(140, 255, 176, 0.72);
	border-radius: 999px;
	color: var(--blog-yellow);
	font-weight: 900;
	text-decoration: none;
}

.joyal-social-blog a:hover,
.joyal-social-blog a:focus {
	background: var(--blog-yellow);
	color: #101820;
}

.joyal-social-blog__feeds {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 34px);
	margin-top: clamp(54px, 8vw, 96px);
}

.joyal-social-blog__feeds article,
.joyal-social-blog__placeholder {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
		#101a24;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.joyal-social-blog__feeds article {
	min-height: 360px;
	padding: clamp(28px, 4vw, 48px);
}

.joyal-social-blog__feeds article::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -90px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(140, 255, 176, 0.2), transparent 66%);
	pointer-events: none;
}

.joyal-social-blog__feeds h2,
.joyal-social-blog__placeholder h2 {
	margin: 16px 0 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 4.4rem);
	font-weight: 950;
	line-height: 0.96;
	letter-spacing: 0;
}

.joyal-social-blog__feeds article a {
	margin-top: 28px;
}

.joyal-social-blog__placeholder {
	margin-top: clamp(22px, 4vw, 44px);
	padding: clamp(34px, 5vw, 58px);
	background:
		linear-gradient(90deg, rgba(140, 255, 176, 0.14), transparent 42%),
		#071017;
}

.joyal-contact-page {
	min-height: 100vh;
	padding: clamp(76px, 9vw, 126px) clamp(18px, 5vw, 72px) clamp(68px, 8vw, 112px);
	background:
		radial-gradient(circle at 78% 8%, rgba(140, 255, 176, 0.18), transparent 28%),
		radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.07), transparent 26%),
		linear-gradient(180deg, #101a23 0%, #071017 100%);
	color: #ffffff;
}

.joyal-contact-hero,
.joyal-contact-grid,
.joyal-contact-map {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.joyal-contact-hero p,
.joyal-contact-card p,
.joyal-contact-map__copy p {
	margin: 0;
	color: var(--joyal-accent);
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.joyal-contact-hero h1 {
	max-width: 980px;
	margin: 18px 0 0;
	color: #ffffff;
	font-size: clamp(3rem, 7.2vw, 7.6rem);
	font-weight: 950;
	line-height: 0.92;
	letter-spacing: 0;
}

.joyal-contact-hero span,
.joyal-contact-card span,
.joyal-contact-map__copy span {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.7;
}

.joyal-contact-hero span {
	max-width: 760px;
	margin-top: 24px;
}

.joyal-contact-actions,
.joyal-contact-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.joyal-contact-actions {
	margin-top: 34px;
}

.joyal-contact-actions a,
.joyal-contact-card a,
.joyal-contact-map__copy a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(140, 255, 176, 0.72);
	border-radius: 999px;
	color: var(--joyal-accent);
	font-weight: 900;
	text-decoration: none;
	transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.joyal-contact-actions a:hover,
.joyal-contact-card a:hover,
.joyal-contact-map__copy a:hover,
.joyal-contact-actions a:focus,
.joyal-contact-card a:focus,
.joyal-contact-map__copy a:focus {
	background: var(--joyal-accent);
	border-color: var(--joyal-accent);
	color: #101820;
	transform: translateY(-1px);
}

.joyal-contact-actions .joyal-contact-actions__primary {
	background: var(--joyal-accent);
	color: #101820;
	box-shadow: 0 18px 42px rgba(140, 255, 176, 0.24);
}

.joyal-contact-actions .joyal-contact-actions__primary:hover,
.joyal-contact-actions .joyal-contact-actions__primary:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #101820;
}

.joyal-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.4vw, 28px);
	margin-top: clamp(54px, 8vw, 92px);
}

.joyal-contact-card {
	position: relative;
	overflow: hidden;
	min-height: 292px;
	padding: clamp(26px, 3.6vw, 38px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
		#101a24;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.joyal-contact-card::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -92px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(140, 255, 176, 0.2), transparent 66%);
	pointer-events: none;
}

.joyal-contact-card h2 {
	margin: 16px 0 0;
	color: #ffffff;
	font-size: clamp(1.7rem, 2.8vw, 3.2rem);
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
}

.joyal-contact-card span {
	margin-top: 18px;
}

.joyal-contact-card > a,
.joyal-contact-socials {
	margin-top: 26px;
}

.joyal-contact-map {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(22px, 4vw, 54px);
	align-items: stretch;
	margin-top: clamp(24px, 5vw, 54px);
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid rgba(140, 255, 176, 0.2);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(140, 255, 176, 0.1), transparent 34%),
		rgba(7, 16, 23, 0.78);
	box-shadow: 0 28px 100px rgba(0, 0, 0, 0.24);
}

.joyal-contact-map__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.joyal-contact-map__copy h2 {
	margin: 16px 0 0;
	color: #ffffff;
	font-size: clamp(2rem, 4.4vw, 5.2rem);
	font-weight: 950;
	line-height: 0.96;
	letter-spacing: 0;
}

.joyal-contact-map__copy span {
	margin-top: 20px;
}

.joyal-contact-map__copy a {
	width: fit-content;
	margin-top: 28px;
}

.joyal-contact-map__frame {
	overflow: hidden;
	min-height: clamp(320px, 42vw, 520px);
	border-radius: 22px;
	background: #111b24;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.joyal-contact-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(320px, 42vw, 520px);
	filter: saturate(0.92) contrast(0.96);
}

@media (max-width: 780px) {
	.joyal-social-blog__feeds {
		grid-template-columns: 1fr;
	}

	.joyal-social-blog__hero div,
	.joyal-social-blog a {
		width: 100%;
	}
}

@media (max-width: 860px) {
	.joyal-contact-grid,
	.joyal-contact-map {
		grid-template-columns: 1fr;
	}

	.joyal-contact-actions a,
	.joyal-contact-card > a,
	.joyal-contact-socials a,
	.joyal-contact-map__copy a {
		width: 100%;
	}

	.joyal-contact-map {
		padding: 18px;
	}
}

html,
body,
button,
input,
select,
textarea {
	font-family: var(--joyal-font-sans) !important;
}

body,
.site,
.entry-content,
.wp-site-blocks,
.editor-styles-wrapper {
	font-family: var(--joyal-font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.wp-block-heading,
.kb-heading,
.kb-heading :is(h1, h2, h3, h4, h5, h6) {
	font-family: var(--joyal-font-sans) !important;
	font-weight: 700;
	letter-spacing: 0;
}

.entry-content :is(p, a, span, li, blockquote, figcaption, label, strong, em),
.wp-site-blocks :is(p, a, span, li, blockquote, figcaption, label, strong, em),
.has-cardo-font-family,
.has-inter-font-family {
	font-family: var(--joyal-font-sans) !important;
}

.dashicons,
.dashicons-before::before {
	font-family: dashicons !important;
}

.home .has-kenta-accent-color,
.home .has-kenta-accent-active-color,
.home .has-kenta-primary-color,
.home .has-kenta-primary-active-color {
	color: var(--joyal-accent) !important;
}

.home .has-kenta-accent-background-color,
.home .has-kenta-accent-active-background-color,
.home .has-kenta-primary-background-color,
.home .has-kenta-primary-active-background-color {
	background-color: var(--joyal-accent) !important;
	color: var(--joyal-accent-contrast) !important;
}

.home .has-kenta-accent-border-color,
.home .has-kenta-accent-active-border-color,
.home .has-kenta-primary-border-color,
.home .has-kenta-primary-active-border-color {
	border-color: var(--joyal-accent) !important;
}

body {
	--kenta-primary-color: var(--joyal-accent) !important;
	--kenta-primary-active: var(--joyal-accent-dark) !important;
	--kenta-accent-color: var(--joyal-accent) !important;
	--kenta-accent-active: var(--joyal-accent-light) !important;
	--kenta-link-initial-color: var(--joyal-accent) !important;
	--kenta-link-hover-color: var(--joyal-accent-light) !important;
	--kenta-form-active: var(--joyal-accent) !important;
}

.has-kenta-primary-color,
.has-kenta-primary-active-color,
.has-kenta-accent-color,
.has-kenta-accent-active-color {
	color: var(--joyal-accent) !important;
}

.has-kenta-primary-background-color,
.has-kenta-primary-active-background-color,
.has-kenta-accent-background-color,
.has-kenta-accent-active-background-color,
.wp-block-button__link,
.wc-block-components-button,
.woocommerce span.onsale,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: var(--joyal-accent) !important;
}

.has-kenta-primary-border-color,
.has-kenta-primary-active-border-color,
.has-kenta-accent-border-color,
.has-kenta-accent-active-border-color,
input:focus,
select:focus,
textarea:focus {
	border-color: var(--joyal-accent) !important;
}

.home a:not(.wp-element-button):not(.joyal-triptych-slider__link) {
	color: var(--joyal-accent);
}

.home a:not(.wp-element-button):not(.joyal-triptych-slider__link):hover,
.home a:not(.wp-element-button):not(.joyal-triptych-slider__link):focus {
	color: var(--joyal-accent-light);
}

.home .wp-element-button,
.home .wp-block-button__link,
.home button:not(.joyal-triptych-slider__dot):not(.joyal-home-smart-card):not(.kenta-dropdown-toggle):not(.kenta-icon-button),
.home input[type="submit"] {
	border-color: var(--joyal-accent) !important;
	background: linear-gradient(135deg, var(--joyal-accent), var(--joyal-accent-light)) !important;
	color: var(--joyal-accent-contrast) !important;
	box-shadow: 0 12px 30px rgba(140, 255, 176, 0.22);
}

.home .wp-element-button:hover,
.home .wp-block-button__link:hover,
.home button:not(.joyal-triptych-slider__dot):not(.joyal-home-smart-card):not(.kenta-dropdown-toggle):not(.kenta-icon-button):hover,
.home input[type="submit"]:hover {
	filter: brightness(1.04);
	box-shadow: 0 16px 38px rgba(140, 255, 176, 0.3);
}

.home .wp-block-separator,
.home hr {
	border-color: rgba(140, 255, 176, 0.34) !important;
}

.home mark,
.home .has-inline-color {
	text-decoration-color: var(--joyal-accent);
}

.home p[style*="text-transform:uppercase"]:has(+ h2#yalniz-etibarli-vc999-orijinal-mc999hsullar),
.home h3#orijinalliq,
.home h3#keyfiyyc999t,
.home h3#etibar {
	color: var(--joyal-accent) !important;
	text-shadow: 0 0 24px rgba(140, 255, 176, 0.22);
}

.home p[style*="text-transform:uppercase"]:has(+ h2#yalniz-etibarli-vc999-orijinal-mc999hsullar) {
	font-weight: 760;
	letter-spacing: 0.16em;
}

.home h3#orijinalliq,
.home h3#keyfiyyc999t,
.home h3#etibar {
	font-weight: 760;
}

.home img.wp-image-119 {
	width: min(100%, 720px) !important;
	aspect-ratio: 4 / 5;
	object-fit: cover !important;
	object-position: 50% 50%;
	border-radius: 12px !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
	transform: translate3d(0, var(--joyal-parallax-y, 0px), 0) scale(1.055);
	transition: transform 70ms linear;
	will-change: transform;
}

.home img.wp-image-131 {
	width: min(100%, 720px) !important;
	aspect-ratio: 4 / 5;
	object-fit: cover !important;
	object-position: 50% 50%;
	border-radius: 12px !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
	transform: translate3d(0, var(--joyal-parallax-y, 0px), 0) scale(1.055);
	transition: transform 70ms linear;
	will-change: transform;
}

.home img.wp-image-131:is(:hover, :focus) {
	transform: translate3d(0, var(--joyal-parallax-y, 0px), 0) scale(1.075);
}

.home img.wp-image-119:is(:hover, :focus) {
	transform: translate3d(0, var(--joyal-parallax-y, 0px), 0) scale(1.075);
}

.home figure:has(img.wp-image-119) {
	position: relative;
	width: min(100%, 720px);
	margin-inline: auto;
	isolation: isolate;
	overflow: hidden;
	border-radius: 12px;
}

.home figure:has(img.wp-image-131) {
	position: relative;
	width: min(100%, 720px);
	margin-inline: auto;
	isolation: isolate;
	overflow: hidden;
	border-radius: 12px;
}

.home figure:has(img.wp-image-119)::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18));
	opacity: 0.42;
}

.home figure:has(img.wp-image-131)::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18));
	opacity: 0.42;
}

.home figure:has(img.wp-image-119) .joyal-mesh-canvas {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	mix-blend-mode: screen;
	opacity: 0.72;
}

.home figure:has(img.wp-image-131) .joyal-mesh-canvas {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	mix-blend-mode: screen;
	opacity: 0.72;
}

.home .wp-block-group.alignfull:has(img.wp-image-131) {
	background:
		radial-gradient(circle at 20% 24%, rgba(140, 255, 176, 0.1), transparent 32%),
		linear-gradient(135deg, #17212a 0%, #111922 48%, #0d141c 100%);
	color: #f8fafc;
}

.home .wp-block-group.alignfull:has(img.wp-image-131) p,
.home .wp-block-group.alignfull:has(img.wp-image-131) h2,
.home .wp-block-group.alignfull:has(img.wp-image-131) h3 {
	color: inherit;
}

.home .wp-block-group.alignfull:has(img.wp-image-131) > .wp-block-columns {
	padding-top: clamp(18px, 3vw, 38px) !important;
	padding-bottom: clamp(18px, 3vw, 38px) !important;
}

.home figure:has(img.wp-image-119) + * {
	margin-top: 0;
}

.home h2#qoy-texnologiya-sizc999-gulumsc999sin a {
	color: var(--joyal-accent) !important;
	text-decoration: none;
}

.home h2#qoy-texnologiya-sizc999-gulumsc999sin a:hover,
.home h2#qoy-texnologiya-sizc999-gulumsc999sin a:focus {
	color: #ffffff !important;
}

.home h2#yolda-belc999premium-guc-sizinlc999dir a {
	color: var(--joyal-accent) !important;
	text-decoration: none;
}

.home h2#yolda-belc999premium-guc-sizinlc999dir a:hover,
.home h2#yolda-belc999premium-guc-sizinlc999dir a:focus {
	color: #ffffff !important;
}

.kenta_header_el_menu_1 .menu-item-has-children {
	position: relative;
}

.kenta_header_el_menu_1 .sub-menu {
	min-width: 250px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: #121c25;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.kenta_header_el_menu_1 .sub-menu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 10px 14px 10px 18px;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.86) !important;
	font-family: var(--joyal-font-sans) !important;
	font-size: 0.9rem;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: none;
}

.kenta_header_el_menu_1 .sub-menu a::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(140, 255, 176, 0.42);
	transform: translateY(-50%);
	transition: background-color 180ms ease, transform 180ms ease;
}

.kenta_header_el_menu_1 .sub-menu a:hover,
.kenta_header_el_menu_1 .sub-menu a:focus {
	color: #ffffff !important;
	background: rgba(140, 255, 176, 0.1);
}

.kenta_header_el_menu_1 .sub-menu li:last-child {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kenta_header_el_menu_1 .sub-menu li:last-child a {
	color: var(--joyal-accent) !important;
	font-weight: 750;
}

.kenta_header_el_menu_1 .sub-menu a:hover::before,
.kenta_header_el_menu_1 .sub-menu a:focus::before,
.kenta_header_el_menu_1 .sub-menu li:last-child a::before {
	background: var(--joyal-accent);
	transform: translateY(-50%) scale(1.45);
}

.joyal-triptych-slider {
	position: relative;
}

.home .wp-block-columns:has(img.wp-image-77):has(img.wp-image-78):has(img.wp-image-79):not(.joyal-home-smart-wrap) {
	display: none !important;
}

.home #power-your-everyday {
	margin-bottom: 0.18em !important;
}

.home #power-your-everyday + * {
	margin-top: 0 !important;
}

.home .kb-heading:has(#power-your-everyday) {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.home .kb-heading:has(#power-your-everyday) + .wp-block-group {
	margin-top: 18px !important;
	padding-top: 8px !important;
	padding-bottom: 0 !important;
	transform: none;
}

.home .kb-heading:has(#power-your-everyday) + .wp-block-group p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home .wp-block-cover:has(#power-your-everyday) {
	min-height: 280px !important;
	padding-top: 70px !important;
	padding-bottom: 28px !important;
}

.home .wp-block-cover:has(#power-your-everyday) .wp-block-spacer {
	height: 36px !important;
}

@media (max-width: 767px) {
	.home #power-your-everyday,
	.home .kb-heading:has(#power-your-everyday),
	.home .kb-heading:has(#power-your-everyday) + .wp-block-group {
		display: none !important;
	}

	.home .wp-block-cover:has(#power-your-everyday) {
		min-height: auto !important;
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	.home .wp-block-cover:has(#power-your-everyday) .wp-block-cover__inner-container > .wp-block-spacer:first-child {
		display: none !important;
	}

	.home .wp-block-cover:has(#power-your-everyday) .wp-block-cover__inner-container > .wp-block-spacer:last-child {
		height: 18px !important;
	}

	.kenta-site-header .kenta-social-link[href*="instagram"],
	.kenta-site-header .kenta-social-link[href*="tiktok"],
	.kenta-site-header .kenta-social-link[style*="#ed1376"],
	.kenta-site-header .kenta-social-link[style*="#557dbc"],
	.kenta-site-header .kenta-social-link[style*="#000000"] {
		display: none !important;
	}
}

@media (max-width: 860px) {
	.joyal-catalog__topbar {
		flex-direction: column;
		align-items: stretch;
	}

	.joyal-catalog__choice-link,
	.joyal-catalog__filter-toggle {
		width: 100%;
	}

	.joyal-catalog__filters {
		grid-template-columns: 1fr;
	}
}

.joyal-brand-rail {
	margin-top: clamp(20px, 4vw, 40px);
	width: min(1120px, 100%);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(24px, 4vw, 44px) 0;
	background: #0c141c;
	box-shadow:
		inset 0 28px 58px rgba(0, 0, 0, 0.42),
		inset 0 -26px 54px rgba(0, 0, 0, 0.32);
}

.joyal-brand-rail__inner {
	width: 100%;
	margin: 0;
	padding: 0;
}

.joyal-brand-rail__viewport {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	background: #071018;
	box-shadow:
		inset 0 18px 34px rgba(0, 0, 0, 0.28),
		0 0 18px rgba(140, 255, 176, 0.07);
}

.joyal-brand-rail__viewport::before,
.joyal-brand-rail__viewport::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 80px;
	pointer-events: none;
}

.joyal-brand-rail__viewport::before {
	left: 0;
	background: linear-gradient(90deg, #0c141c, transparent);
}

.joyal-brand-rail__viewport::after {
	right: 0;
	background: linear-gradient(270deg, #0c141c, transparent);
}

.joyal-brand-rail__track {
	display: flex;
	width: max-content;
	gap: 0;
	padding-inline: 0;
	transition: transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: transform;
}

.joyal-brand-rail__track a,
.joyal-brand-rail__slide {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
	width: 100%;
	height: clamp(76px, 8vw, 104px);
	padding: 0 clamp(64px, 10vw, 150px);
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: none;
	opacity: 0.64;
	transition: opacity 240ms ease, transform 240ms ease, filter 240ms ease;
}

.joyal-brand-rail__track img,
.joyal-brand-rail__slide img {
	display: block;
	width: 100%;
	max-width: 860px;
	max-height: 64%;
	object-fit: contain;
}

.joyal-brand-rail__track a.is-active,
.joyal-brand-rail__slide {
	opacity: 1;
	filter: drop-shadow(0 0 14px rgba(140, 255, 176, 0.2));
	transform: scale(1.035);
}

.joyal-brand-rail__track a:hover,
.joyal-brand-rail__track a:focus,
.joyal-brand-rail__slide:hover,
.joyal-brand-rail__slide:focus {
	opacity: 1;
	transform: scale(1.06);
}

.joyal-brand-rail__slide.is-changing {
	opacity: 0;
	transform: translate3d(-18px, 0, 0) scale(0.985);
	filter: blur(8px) drop-shadow(0 0 14px rgba(140, 255, 176, 0.16));
}

.home #code-dreams-design-realities {
	color: #ffffff !important;
}

.home #code-dreams-design-realities strong {
	color: #ffffff;
}

.joyal-home-products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch !important;
}

.joyal-home-product {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #111b24;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
	transition: transform 180ms ease, border-color 180ms ease;
}

.joyal-home-product:hover,
.joyal-home-product:focus {
	border-color: rgba(140, 255, 176, 0.58);
	transform: translateY(-4px);
}

.joyal-home-product__image {
	display: block;
	aspect-ratio: 1 / 1;
	margin-bottom: 14px;
	border-radius: 7px;
	background: #0b1118;
	overflow: hidden;
}

.joyal-home-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 260ms ease;
}

.joyal-home-product:hover img,
.joyal-home-product:focus img {
	transform: scale(1.045);
}

.joyal-home-product__meta {
	color: var(--joyal-accent);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.joyal-home-product strong {
	display: block;
	margin-top: 8px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.25;
}

.joyal-home-product em {
	display: block;
	margin-top: auto;
	padding-top: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: 850;
}

.joyal-home-products__all {
	grid-column: 1 / -1;
	justify-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 10px;
	padding: 0 22px;
	border: 1px solid rgba(140, 255, 176, 0.62);
	border-radius: 6px;
	background: var(--joyal-accent);
	color: #17110a !important;
	font-weight: 850;
	text-decoration: none !important;
}

.joyal-home-products__all:hover,
.joyal-home-products__all:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #111827 !important;
}

.home .joyal-bir-market-cover {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: #111820;
}

.home .joyal-bir-market-cover::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(104deg, transparent 0 18%, rgba(255, 255, 255, 0.26) var(--bir-light-x, 48%), transparent 72% 100%),
		radial-gradient(circle at var(--bir-light-x, 48%) 34%, rgba(255, 255, 255, 0.2), transparent 38%);
	mix-blend-mode: screen;
	opacity: 0.62;
	pointer-events: none;
}

.home .joyal-bir-market-cover .wp-block-cover__image-background {
	will-change: transform;
	transition: none;
	filter: saturate(1.1) contrast(1.03) brightness(1.16);
}

.home .joyal-bir-market-cover .wp-block-cover__background {
	background: linear-gradient(135deg, rgba(10, 13, 17, 0.38) 18%, rgba(10, 13, 17, 0.16) 95%) !important;
	opacity: 1 !important;
}

.home .joyal-bir-market-cover .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	will-change: transform;
	transition: none;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: clamp(18px, 7vw, 120px) !important;
	padding-right: clamp(18px, 5vw, 72px) !important;
	display: flex;
	justify-content: flex-start;
}

.home .joyal-bir-market-cover .wp-block-group.alignwide {
	max-width: 620px;
	width: min(620px, 100%);
	margin-left: 0 !important;
	margin-right: auto !important;
	padding: clamp(18px, 3vw, 34px);
	border: 0;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(11, 17, 24, 0.66), rgba(11, 17, 24, 0.34) 64%, transparent);
	box-shadow: none;
	backdrop-filter: none;
}

.home .joyal-bir-market-cover #bir-market,
.home .joyal-bir-market-cover p {
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.home .joyal-bir-market-cover .wp-block-button__link {
	background: #a91140 !important;
	border-color: #a91140 !important;
	color: #ffffff !important;
	box-shadow: 0 14px 34px rgba(169, 17, 64, 0.34);
}

.home .joyal-bir-market-cover .wp-block-button__link:hover,
.home .joyal-bir-market-cover .wp-block-button__link:focus {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #a91140 !important;
}

.home .joyal-michelangelo-cta {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(circle at 50% 44%, rgba(140, 255, 176, 0.14), transparent 34%),
		linear-gradient(135deg, #080d12 0%, #111a22 52%, #080b0f 100%) !important;
	--mike-x: 0;
	--mike-y: 0;
	--mike-scroll: 0;
}

.home .joyal-michelangelo-cta .wp-block-cover__background,
.home .joyal-michelangelo-cta .wp-block-cover__image-background {
	opacity: 0 !important;
}

.home .joyal-michelangelo-cta .wp-block-cover__inner-container {
	position: relative;
	z-index: 4;
	max-width: 1180px;
}

.home .joyal-michelangelo-cta .joyal-michelangelo-scene {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.home .joyal-michelangelo-cta .joyal-michelangelo-scene::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(8, 13, 18, 0.78) 0%, rgba(8, 13, 18, 0.28) 38%, rgba(8, 13, 18, 0.32) 68%, rgba(8, 13, 18, 0.76) 100%),
		radial-gradient(circle at 50% 58%, rgba(140, 255, 176, 0.18), transparent 30%);
}

.home .joyal-michelangelo-bg {
	position: absolute;
	inset: -5%;
	width: 110%;
	height: 110%;
	object-fit: cover;
	opacity: 0.42;
	filter: grayscale(1) contrast(1.16) brightness(0.68);
	transform: translate3d(calc(var(--mike-x) * -16px), calc(var(--mike-y) * -12px + var(--mike-scroll) * -20px), 0) scale(1.08);
	transition: transform 260ms ease-out;
}

.home .joyal-michelangelo-hand {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: auto;
	height: min(92%, 520px);
	max-width: none;
	opacity: 0.95;
	filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.46)) drop-shadow(0 0 26px rgba(140, 255, 176, 0.12));
	will-change: transform;
	animation: joyal-michelangelo-drift 7.5s ease-in-out infinite;
	transition: transform 260ms ease-out;
}

.home .joyal-michelangelo-hand--left {
	left: 2vw;
	transform: translate3d(calc(var(--mike-x) * 18px + var(--mike-scroll) * 12px), calc(-50% + var(--mike-y) * 8px), 0) rotate(-1.2deg);
}

.home .joyal-michelangelo-hand--right {
	right: 2vw;
	transform: translate3d(calc(var(--mike-x) * -18px + var(--mike-scroll) * -12px), calc(-50% + var(--mike-y) * -8px), 0) rotate(1.2deg);
	animation-delay: -3.2s;
}

.home .joyal-michelangelo-cta::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 26rem;
	height: 26rem;
	border: 1px solid rgba(140, 255, 176, 0.18);
	border-radius: 999px;
	transform: translate(-50%, -50%) scale(calc(1 + var(--mike-scroll) * 0.05));
	box-shadow: 0 0 70px rgba(140, 255, 176, 0.12);
	opacity: 0.55;
	pointer-events: none;
}

@keyframes joyal-michelangelo-drift {
	0%, 100% {
		margin-top: -4px;
	}
	50% {
		margin-top: 8px;
	}
}

@media (max-width: 768px) {
	.home .joyal-michelangelo-hand {
		width: auto;
		height: 78%;
		opacity: 0.78;
	}

	.home .joyal-michelangelo-hand--left {
		left: -24vw;
	}

	.home .joyal-michelangelo-hand--right {
		right: -24vw;
	}

	.home .joyal-michelangelo-cta::after {
		width: 15rem;
		height: 15rem;
	}
}

.joyal-triptych-slider .wp-block-column {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background:
		linear-gradient(135deg, var(--joyal-accent-soft), transparent 44%),
		rgba(15, 23, 42, 0.3);
	transform-style: preserve-3d;
}

.joyal-triptych-slider .wp-block-column::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.3) 46%, transparent 58%),
		linear-gradient(180deg, transparent, var(--joyal-accent-glow));
	opacity: 0;
	transform: translateX(-120%);
}

.joyal-triptych-slider .wp-block-column:has(.joyal-triptych-slider__link--leaving)::before,
.joyal-triptych-slider .wp-block-column:has(.joyal-triptych-slider__link--entering)::before {
	animation: joyal-triptych-scan 720ms ease both;
}

.joyal-triptych-slider__link {
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
	filter: saturate(1) contrast(1);
	opacity: 1;
	transition:
		opacity 260ms ease,
		transform 620ms cubic-bezier(0.18, 0.84, 0.28, 1),
		filter 620ms ease;
	transition-delay: var(--joyal-slide-delay, 0ms);
	will-change: opacity, transform, filter;
	backface-visibility: hidden;
}

.joyal-triptych-slider__link::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 44%;
	background:
		linear-gradient(180deg, transparent, rgba(4, 8, 14, 0.78)),
		linear-gradient(90deg, var(--joyal-accent-glow), transparent 62%);
	pointer-events: none;
}

.joyal-triptych-slider__image {
	display: block;
	width: 100%;
	aspect-ratio: 8 / 13.5;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.18, 0.84, 0.28, 1);
}

.joyal-triptych-slider__link:hover .joyal-triptych-slider__image,
.joyal-triptych-slider__link:focus-visible .joyal-triptych-slider__image {
	transform: scale(1.045);
}

.joyal-triptych-slider__link--leaving {
	opacity: 0;
	transform: translate3d(-18px, 18px, 0) rotateX(8deg) scale(0.965);
	filter: blur(10px) saturate(1.25) contrast(1.08);
}

.joyal-triptych-slider__link--entering {
	animation: joyal-triptych-enter 620ms cubic-bezier(0.18, 0.84, 0.28, 1) both;
	animation-delay: var(--joyal-slide-delay, 0ms);
}

.joyal-triptych-slider__title {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(15, 23, 42, 0.54);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(12px);
	color: #ffffff;
	font-family: var(--joyal-font-sans) !important;
	font-size: clamp(0.78rem, 1vw, 0.95rem);
	font-weight: 760;
	line-height: 1.15;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.joyal-triptych-slider__title::after {
	content: "→";
	flex: 0 0 auto;
	color: var(--joyal-accent);
	font-size: 1rem;
	line-height: 1;
	transform: translateX(0);
	transition: transform 180ms ease;
}

.joyal-triptych-slider__link:hover .joyal-triptych-slider__title::after,
.joyal-triptych-slider__link:focus-visible .joyal-triptych-slider__title::after {
	transform: translateX(3px);
}

.joyal-triptych-slider__controls {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: -20px;
	margin-bottom: 34px;
}

.joyal-triptych-slider__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #ffffff !important;
	cursor: pointer;
	transition:
		background-color 180ms ease,
		opacity 180ms ease,
		transform 180ms ease;
}

.joyal-triptych-slider__dot:hover,
.joyal-triptych-slider__dot:focus-visible {
	background: #ffffff !important;
	background-color: #ffffff !important;
	outline: none;
	transform: translateY(-1px);
}

.joyal-triptych-slider__dot.is-active {
	width: 12px;
	background: var(--joyal-accent) !important;
	background-color: var(--joyal-accent) !important;
	box-shadow: 0 0 18px var(--joyal-accent-glow);
}

@keyframes joyal-triptych-enter {
	0% {
		opacity: 0;
		transform: translate3d(22px, -14px, 0) rotateX(-8deg) scale(1.035);
		filter: blur(12px) saturate(1.35) contrast(1.08);
	}
	58% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
		filter: blur(0) saturate(1) contrast(1);
	}
}

@keyframes joyal-triptych-scan {
	0% {
		opacity: 0;
		transform: translateX(-120%);
	}
	22% {
		opacity: 0.75;
	}
	100% {
		opacity: 0;
		transform: translateX(120%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.joyal-triptych-slider__image,
	.joyal-triptych-slider__link,
	.joyal-triptych-slider__link--entering,
	.joyal-triptych-slider .wp-block-column::before {
		animation: none !important;
		transition: opacity 160ms ease !important;
		transform: none !important;
		filter: none !important;
	}
}

.kenta-site-header a,
.kenta-site-header button,
.kenta-site-header .menu a,
.kenta_header_el_menu_1 > ul > li > a,
.kenta_header_el_menu_1 > li > a {
	color: #ffffff !important;
	text-shadow: 0 0 12px rgba(140, 255, 176, 0.48);
	font-weight: 600;
	transition: color 180ms ease, text-shadow 180ms ease, font-weight 180ms ease;
}

.kenta-site-header svg,
.kenta-site-header .kenta-icon,
.kenta-site-header i,
.kenta-site-header .kenta-social-icon,
.kenta-site-header .kenta-menu-icon,
.kenta-site-header button svg,
.kenta-site-header a svg {
	color: var(--joyal-accent) !important;
	fill: currentColor;
	stroke: currentColor;
	transition: color 180ms ease, filter 180ms ease;
}

.kenta-site-header .kenta-icon-button,
.kenta-site-header .kenta-theme-switch,
.kenta-site-header .kenta-search-button,
.kenta-site-header .kenta-trigger {
	--kenta-button-background-initial: transparent !important;
	--kenta-button-background-hover: transparent !important;
	--kenta-button-border-initial: transparent !important;
	--kenta-button-border-hover: transparent !important;
	--kenta-button-text-initial: var(--joyal-accent) !important;
	--kenta-button-text-hover: #ffffff !important;
	--kenta-icon-button-bg-initial-color: transparent !important;
	--kenta-icon-button-bg-hover-color: transparent !important;
	--kenta-icon-button-border-initial-color: transparent !important;
	--kenta-icon-button-border-hover-color: transparent !important;
	--kenta-icon-button-icon-initial-color: var(--joyal-accent) !important;
	--kenta-icon-button-icon-hover-color: #ffffff !important;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0 !important;
	border-radius: 4px;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: var(--joyal-accent) !important;
	text-shadow: none;
}

.kenta-transparent-header .kenta-theme-switch.kenta-icon-button,
.kenta-transparent-header .kenta-search-button.kenta-icon-button,
.kenta-transparent-header .kenta-trigger.kenta-icon-button,
.kenta-site-header .kenta-theme-switch.kenta-icon-button,
.kenta-site-header .kenta-search-button.kenta-icon-button,
.kenta-site-header .kenta-trigger.kenta-icon-button {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	color: var(--joyal-accent) !important;
}

.kenta-transparent-header .kenta-theme-switch.kenta-icon-button:hover,
.kenta-transparent-header .kenta-search-button.kenta-icon-button:hover,
.kenta-transparent-header .kenta-trigger.kenta-icon-button:hover,
.kenta-site-header .kenta-theme-switch.kenta-icon-button:hover,
.kenta-site-header .kenta-search-button.kenta-icon-button:hover,
.kenta-site-header .kenta-trigger.kenta-icon-button:hover {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	color: #ffffff !important;
}

.kenta-site-header .kenta-theme-switch,
.kenta-transparent-header .kenta-theme-switch,
.kenta-site-header [data-builder-element="theme-switch"],
.kenta-transparent-header [data-builder-element="theme-switch"] {
	display: none !important;
}

.kenta-site-header a[href*="/about"],
.kenta-site-header a[href*="/about-us"],
.kenta-site-header a[href*="/o-nas"],
.kenta-site-header a[href*="/haqq"] {
	display: none !important;
}

.kenta-site-header li:has(> a[href*="/about"]),
.kenta-site-header li:has(> a[href*="/about-us"]),
.kenta-site-header li:has(> a[href*="/o-nas"]),
.kenta-site-header li:has(> a[href*="/haqq"]) {
	display: none !important;
}

.kenta-site-header a:hover,
.kenta-site-header a:focus,
.kenta-site-header button:hover,
.kenta-site-header button:focus,
.kenta_header_el_menu_1 > ul > li > a:hover,
.kenta_header_el_menu_1 > ul > li > a:focus {
	color: var(--joyal-accent) !important;
	text-shadow: 0 0 16px rgba(140, 255, 176, 0.72);
}

.kenta-site-header a:hover svg,
.kenta-site-header a:focus svg,
.kenta-site-header button:hover svg,
.kenta-site-header button:focus svg {
	color: #ffffff !important;
	fill: #ffffff !important;
	stroke: #ffffff !important;
	filter: drop-shadow(0 0 8px rgba(140, 255, 176, 0.55));
}

.kenta-site-header a:hover svg *,
.kenta-site-header a:focus svg *,
.kenta-site-header button:hover svg *,
.kenta-site-header button:focus svg * {
	fill: #ffffff !important;
	stroke: #ffffff !important;
}

.kenta-site-header a:hover i,
.kenta-site-header a:focus i,
.kenta-site-header button:hover i,
.kenta-site-header button:focus i,
.kenta-site-header a:hover .kenta-social-icon,
.kenta-site-header a:focus .kenta-social-icon,
.kenta-site-header a:hover .kenta-menu-icon,
.kenta-site-header a:focus .kenta-menu-icon {
	color: #ffffff !important;
}

.kenta-site-header .kenta-icon-button:hover,
.kenta-site-header .kenta-icon-button:focus,
.kenta-site-header .kenta-theme-switch:hover,
.kenta-site-header .kenta-theme-switch:focus,
.kenta-site-header .kenta-search-button:hover,
.kenta-site-header .kenta-search-button:focus,
.kenta-site-header .kenta-trigger:hover,
.kenta-site-header .kenta-trigger:focus {
	background: transparent !important;
	background-color: transparent !important;
	color: #ffffff !important;
	box-shadow: none !important;
}

.kenta-site-header .kenta-social-link:hover,
.kenta-site-header .kenta-social-link:focus {
	--kenta-official-color: #ffffff !important;
	color: #ffffff !important;
}

.kenta_header_el_menu_1 .current-menu-item > a,
.kenta_header_el_menu_1 .current_page_item > a,
.kenta_header_el_menu_1 .current-menu-ancestor > a,
.kenta_header_el_menu_1 .current_page_ancestor > a,
.kenta-site-header .current-menu-item > a,
.kenta-site-header .current_page_item > a,
.kenta-site-header .current-menu-ancestor > a,
.kenta-site-header .current_page_ancestor > a {
	color: var(--joyal-accent) !important;
	font-weight: 700;
	text-shadow: 0 0 14px rgba(140, 255, 176, 0.56);
}

.kenta_header_el_menu_1 .current-menu-item > a:hover,
.kenta_header_el_menu_1 .current_page_item > a:hover,
.kenta-site-header .current-menu-item > a:hover,
.kenta-site-header .current_page_item > a:hover {
	color: #ffffff !important;
}

.kenta-site-header input[type="search"],
.kenta-site-header .search-field,
.kenta-site-header .kenta-search-form input,
.kenta-site-header form[role="search"] input {
	min-width: 260px;
	width: clamp(260px, 22vw, 380px);
}

.kenta-site-header form[role="search"] {
	max-width: 420px;
}

.joyal-catalog {
	--catalog-panel: #111b24;
	--catalog-panel-soft: #17232e;
	--catalog-line: rgba(255, 255, 255, 0.12);
	--catalog-muted: rgba(255, 255, 255, 0.68);
	padding: clamp(44px, 7vw, 86px) clamp(16px, 4vw, 54px) clamp(54px, 7vw, 90px);
	background:
		radial-gradient(circle at 18% 8%, rgba(140, 255, 176, 0.16), transparent 28%),
		linear-gradient(180deg, #121d27 0%, #0d151d 100%);
	color: #ffffff;
	font-family: var(--joyal-font-sans);
}

.joyal-catalog__topbar,
.joyal-catalog__filters,
.joyal-catalog__grid,
.joyal-catalog__empty {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.joyal-catalog__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 22px;
}

.joyal-catalog__choice-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid rgba(140, 255, 176, 0.62);
	border-radius: 6px;
	background: var(--joyal-accent);
	color: #17110a !important;
	font-size: 1rem;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 16px 34px rgba(140, 255, 176, 0.22);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.joyal-catalog__choice-link:hover,
.joyal-catalog__choice-link:focus {
	background: #c9ffe0;
	border-color: #c9ffe0;
	color: #071017 !important;
	transform: translateY(-2px);
}

.joyal-catalog__filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.055);
	color: #ffffff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.joyal-catalog__filter-toggle span {
	position: relative;
	width: 18px;
	height: 16px;
	display: inline-block;
}

.joyal-catalog__filter-toggle span::before {
	content: "";
	position: absolute;
	inset: 0;
	background: currentColor;
	clip-path: polygon(0 0, 100% 0, 62% 48%, 62% 100%, 38% 100%, 38% 48%);
}

.joyal-catalog__filter-toggle:hover,
.joyal-catalog__filter-toggle:focus,
.joyal-catalog.is-filter-open .joyal-catalog__filter-toggle {
	border-color: var(--joyal-accent);
	background: var(--joyal-accent);
	color: #17110a;
	transform: translateY(-1px);
}

.joyal-catalog__filters {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 26px;
}

.joyal-catalog__filters[hidden] {
	display: none !important;
}

.joyal-catalog__filter-group {
	padding: 16px;
	border: 1px solid rgba(140, 255, 176, 0.18);
	border-radius: 8px;
	background: rgba(17, 27, 36, 0.9);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(140, 255, 176, 0.06);
}

.joyal-catalog__filter-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.joyal-catalog__filter-head strong {
	color: #ffffff;
	font-size: 0.88rem;
	text-transform: uppercase;
}

.joyal-catalog__filter-head button,
.joyal-catalog__filter-options button {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	font: inherit;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.joyal-catalog__filter-head button {
	padding: 6px 10px;
	color: var(--joyal-accent);
	font-size: 0.78rem;
	font-weight: 750;
}

.joyal-catalog__filter-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.joyal-catalog__filter-options button {
	padding: 9px 12px;
	font-size: 0.9rem;
	font-weight: 700;
}

.joyal-catalog__filter-options button:hover,
.joyal-catalog__filter-options button:focus,
.joyal-catalog__filter-options button.is-active {
	border-color: rgba(140, 255, 176, 0.72);
	background: var(--joyal-accent);
	color: #17110a;
	transform: translateY(-1px);
}

.joyal-catalog__filter-head button:hover,
.joyal-catalog__filter-head button:focus {
	color: #c9ffe0;
	border-color: var(--joyal-accent);
}

.joyal-catalog__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.joyal-product-card {
	overflow: hidden;
	border: 1px solid var(--catalog-line);
	border-radius: 8px;
	background: var(--catalog-panel);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
	transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.joyal-product-card:hover {
	border-color: rgba(140, 255, 176, 0.46);
	transform: translateY(-4px);
}

.joyal-product-card[hidden] {
	display: none;
}

.joyal-product-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	padding: clamp(18px, 3vw, 34px);
	background:
		radial-gradient(circle at 50% 52%, rgba(140, 255, 176, 0.18), transparent 47%),
		radial-gradient(circle at 50% 82%, rgba(255, 255, 255, 0.12), transparent 24%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
		#0b1118;
}

.joyal-product-card__media::before {
	content: "";
	position: absolute;
	inset: 16%;
	border: 1px solid rgba(140, 255, 176, 0.16);
	border-radius: 50%;
	opacity: 0.8;
	transform: rotate(-12deg) scaleX(1.18);
}

.joyal-product-card__media::after {
	content: "";
	position: absolute;
	right: 16%;
	bottom: 15%;
	left: 16%;
	height: 16px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.32);
	filter: blur(10px);
	opacity: 0.72;
}

.joyal-product-card__media img {
	position: relative;
	z-index: 1;
	width: min(86%, 230px);
	height: min(86%, 230px);
	object-fit: contain;
	opacity: 1;
	filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.34));
	transform: translateY(0) scale(1);
	transition: transform 420ms ease, filter 420ms ease;
}

.joyal-product-card__media img.is-active {
	opacity: 1;
	transform: scale(1);
}

.joyal-product-card:hover .joyal-product-card__media img {
	filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.42));
	transform: translateY(-5px) scale(1.045);
}

.joyal-product-card__body {
	padding: 15px;
}

.joyal-product-card__body span {
	display: block;
	margin-bottom: 8px;
	color: var(--joyal-accent);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.joyal-product-card__body h2 {
	margin: 0;
	color: #ffffff;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.25;
}

.joyal-product-card__body p {
	margin: 8px 0 14px;
	color: var(--catalog-muted);
	font-size: 0.86rem;
}

.joyal-product-card__body div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.joyal-product-card__body strong {
	color: var(--joyal-accent);
	font-size: 1rem;
}

.joyal-product-card__body a {
	color: var(--joyal-accent);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.joyal-product-card__body a:hover,
.joyal-product-card__body a:focus {
	color: #ffffff;
}

.joyal-search-results {
	min-height: 70vh;
}

.joyal-search-results__head,
.joyal-search-results__list,
.joyal-search-results__empty {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.joyal-search-results__head {
	margin-bottom: 28px;
}

.joyal-search-results__head p,
.joyal-search-result-wide__text p {
	margin: 0 0 10px;
	color: var(--joyal-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.joyal-search-results__head h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.4rem, 7vw, 5.8rem);
	font-weight: 900;
	line-height: 0.95;
}

.joyal-search-results__head span {
	display: block;
	max-width: 680px;
	margin-top: 16px;
	color: var(--catalog-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.joyal-search-results__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.joyal-search-results__compact {
	min-width: 0;
}

.joyal-search-result-wide {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: clamp(18px, 4vw, 34px);
	align-items: stretch;
	padding: clamp(14px, 3vw, 24px);
	border: 1px solid rgba(140, 255, 176, 0.2);
	border-radius: 12px;
	background:
		radial-gradient(circle at 14% 16%, rgba(140, 255, 176, 0.14), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
		var(--catalog-panel);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.joyal-search-result-wide__card .joyal-product-card {
	height: 100%;
}

.joyal-search-result-wide__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.joyal-search-result-wide__text h2 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: clamp(1.45rem, 3vw, 2.5rem);
	font-weight: 900;
	line-height: 1.05;
}

.joyal-search-result-wide__text span {
	display: block;
	max-width: 760px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1rem;
	line-height: 1.75;
}

.joyal-search-result-wide__text mark {
	padding: 0.08em 0.22em;
	border-radius: 4px;
	background: rgba(140, 255, 176, 0.22);
	color: var(--joyal-accent-light);
	font-weight: 800;
}

.joyal-search-result-wide__text a,
.joyal-search-results__empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 44px;
	margin-top: 22px;
	padding: 0 18px;
	border: 1px solid rgba(140, 255, 176, 0.42);
	border-radius: 999px;
	color: var(--joyal-accent);
	font-weight: 900;
	text-decoration: none;
}

.joyal-search-result-wide__text a:hover,
.joyal-search-result-wide__text a:focus,
.joyal-search-results__empty a:hover,
.joyal-search-results__empty a:focus {
	background: var(--joyal-accent);
	color: #071017;
}

.joyal-search-results__empty {
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid rgba(140, 255, 176, 0.2);
	border-radius: 12px;
	background: var(--catalog-panel);
}

.joyal-search-results__empty h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	font-weight: 900;
}

.joyal-search-results__empty p {
	margin: 0;
	color: var(--catalog-muted);
}

.joyal-home-smart-wrap {
	display: block;
	width: min(1120px, calc(100% - 32px)) !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: clamp(24px, 5vw, 70px) !important;
	margin-bottom: clamp(42px, 7vw, 92px) !important;
}

.joyal-home-smart-wrap > * {
	width: 100%;
}

.joyal-home-smart {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.72fr);
	gap: clamp(20px, 3.8vw, 54px);
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: clamp(26px, 4.4vw, 62px);
	border: 1px solid rgba(140, 255, 176, 0.16);
	border-radius: 18px;
	background:
		radial-gradient(circle at 80% 20%, rgba(140, 255, 176, 0.18), transparent 28%),
		radial-gradient(circle at 20% 90%, rgba(255, 255, 255, 0.09), transparent 32%),
		linear-gradient(135deg, rgba(8, 14, 20, 0.98), rgba(20, 31, 42, 0.98));
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.36),
		0 0 80px rgba(140, 255, 176, 0.08);
	overflow: hidden;
	--smart-pointer-x: 0;
	--smart-pointer-y: 0;
}

.joyal-home-smart::before {
	content: "";
	position: absolute;
	inset: -30% -10% auto 40%;
	height: 360px;
	pointer-events: none;
	background: repeating-radial-gradient(ellipse at center, rgba(140, 255, 176, 0.16) 0 1px, transparent 1px 28px);
	opacity: 0.56;
	transform: rotate(-8deg);
}

.joyal-home-smart--loading {
	display: block;
	min-height: 320px;
}

.joyal-home-smart__copy,
.joyal-home-smart__visual,
.joyal-home-smart__rail {
	position: relative;
	z-index: 1;
}

.joyal-home-smart__copy p {
	margin: 0 0 14px;
	color: var(--joyal-accent);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.joyal-home-smart__copy h2,
.joyal-home-smart--loading h2 {
	max-width: 780px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(3rem, 7.4vw, 8rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: 0;
}

.joyal-home-smart__copy h2 span {
	color: var(--joyal-accent);
	text-shadow: 0 0 32px rgba(140, 255, 176, 0.28);
}

.joyal-home-smart__copy strong {
	display: block;
	margin-top: 20px;
	color: #ffffff;
	font-size: clamp(1.1rem, 2vw, 1.85rem);
	font-weight: 850;
}

.joyal-home-smart__copy .joyal-home-smart__code {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.52);
	font-size: clamp(0.82rem, 1.1vw, 1rem);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.joyal-home-smart__copy em {
	display: block;
	max-width: 560px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.64);
	font-style: normal;
	line-height: 1.7;
}

.joyal-home-smart__model-picks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 620px;
	margin-top: 18px;
}

.joyal-home-smart__model-picks span {
	flex-basis: 100%;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.joyal-home-smart__model-picks button {
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(140, 255, 176, 0.34);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035) !important;
	color: #ffffff !important;
	font-size: 0.88rem;
	font-weight: 850;
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.joyal-home-smart__model-picks button:hover,
.joyal-home-smart__model-picks button:focus {
	border-color: var(--joyal-accent);
	background: rgba(140, 255, 176, 0.14) !important;
	color: var(--joyal-accent) !important;
	transform: translateY(-1px);
}

.joyal-home-smart__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.joyal-home-smart__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid rgba(140, 255, 176, 0.62);
	border-radius: 999px;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.joyal-home-smart__actions a:first-child {
	background: var(--joyal-accent);
	color: #16100a;
	box-shadow: 0 16px 36px rgba(140, 255, 176, 0.22);
}

.joyal-home-smart__actions a:hover,
.joyal-home-smart__actions a:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #111827;
	transform: translateY(-2px);
}

.joyal-home-smart__actions a:first-child,
.joyal-home-smart__actions a:first-child:visited {
	color: #16100a !important;
}

.joyal-home-smart__actions a:first-child:hover,
.joyal-home-smart__actions a:first-child:focus {
	color: #111827 !important;
}

.joyal-home-smart__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(300px, 39vw, 520px);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.12), transparent 34%),
		repeating-radial-gradient(circle at center, rgba(140, 255, 176, 0.18) 0 1px, transparent 1px 44px);
	text-decoration: none;
	overflow: visible;
	isolation: isolate;
	transform: translate3d(calc(var(--smart-pointer-x, 0) * 7px), calc(var(--smart-pointer-y, 0) * 5px), 0);
	transition: transform 220ms ease-out;
}

.joyal-home-smart__visual::before,
.joyal-home-smart__visual::after {
	content: "";
	position: absolute;
	inset: 9%;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
}

.joyal-home-smart__visual::before {
	border: 1px solid rgba(140, 255, 176, 0.22);
	background:
		repeating-radial-gradient(circle at center, transparent 0 42px, rgba(140, 255, 176, 0.18) 43px 44px, transparent 45px 88px),
		conic-gradient(from 180deg, transparent 0 18%, rgba(140, 255, 176, 0.18) 24%, transparent 34% 58%, rgba(255, 255, 255, 0.08) 65%, transparent 76% 100%);
	-webkit-mask-image: radial-gradient(circle, transparent 0 44%, #000 45% 64%, transparent 70%);
	mask-image: radial-gradient(circle, transparent 0 44%, #000 45% 64%, transparent 70%);
	transform: translate3d(calc(var(--smart-pointer-x, 0) * 16px), calc(var(--smart-pointer-y, 0) * 12px), 0);
	animation: joyal-home-energy-breathe 3.8s ease-in-out infinite;
	transition: transform 180ms ease-out;
}

.joyal-home-smart__visual::after {
	inset: 24%;
	background: radial-gradient(circle, rgba(140, 255, 176, 0.22), transparent 64%);
	filter: blur(18px);
	transform: translate3d(calc(var(--smart-pointer-x, 0) * -10px), calc(var(--smart-pointer-y, 0) * -8px), 0);
	animation: joyal-home-energy-pulse 3.2s ease-in-out infinite;
	transition: transform 180ms ease-out;
}

.joyal-home-smart__visual span {
	position: absolute;
	right: 4%;
	top: 4%;
	color: rgba(255, 255, 255, 0.09);
	font-size: clamp(5rem, 11vw, 12rem);
	font-weight: 950;
	line-height: 1;
}

.joyal-home-smart__selected {
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: -14px;
	z-index: 2;
	width: auto;
	padding: 16px 0 0;
	border-top: 1px solid rgba(140, 255, 176, 0.34);
	text-align: left;
	box-shadow: none;
}

.joyal-home-smart__selected strong {
	display: block;
	color: #ffffff;
	font-size: clamp(1.28rem, 2vw, 1.9rem);
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: 0;
	text-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}

.joyal-home-smart__selected small {
	display: block;
	max-width: 460px;
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.66);
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 650;
	line-height: 1.42;
}

.joyal-home-smart__visual img {
	position: relative;
	z-index: 1;
	width: min(92%, 500px);
	max-height: 520px;
	object-fit: contain;
	filter:
		drop-shadow(0 34px 58px rgba(0, 0, 0, 0.38))
		drop-shadow(0 0 36px rgba(140, 255, 176, 0.18));
	animation: joyal-home-smart-float 4.8s ease-in-out infinite;
	transform: translate3d(calc(var(--smart-pointer-x, 0) * -10px), calc(var(--smart-pointer-y, 0) * -8px), 0);
	transition: transform 180ms ease-out;
}

.joyal-home-smart__visual.is-switching img,
.joyal-home-smart__visual.is-switching .joyal-home-smart__selected,
.joyal-home-smart__visual.is-switching span {
	animation: joyal-home-smart-switch 420ms cubic-bezier(0.18, 0.84, 0.28, 1) both;
}

.joyal-home-smart__rail {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: clamp(8px, 1.6vw, 18px);
}

.joyal-home-smart-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	min-height: 236px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.105);
	border-radius: 12px;
	background: rgba(6, 12, 18, 0.34) !important;
	background-color: rgba(6, 12, 18, 0.34) !important;
	color: #ffffff;
	font: inherit;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.joyal-home-smart-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(90deg, rgba(140, 255, 176, 0.72), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 44%);
	opacity: 0;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	transition: opacity 180ms ease, transform 180ms ease;
}

.joyal-home-smart-card.is-active {
	border-color: rgba(140, 255, 176, 0.42);
	background: rgba(8, 14, 20, 0.62) !important;
	background-color: rgba(8, 14, 20, 0.62) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 18px 44px rgba(0, 0, 0, 0.18),
		0 0 28px rgba(140, 255, 176, 0.08);
}

.joyal-home-smart-card.is-active::before {
	opacity: 1;
	transform: none;
}

.joyal-home-smart-card:hover,
.joyal-home-smart-card:focus {
	border-color: rgba(140, 255, 176, 0.58);
	background: rgba(10, 17, 24, 0.74) !important;
	background-color: rgba(10, 17, 24, 0.74) !important;
	transform: translateY(-3px);
}

.joyal-home-smart-card img {
	align-self: center;
	width: 100%;
	height: 138px;
	object-fit: contain;
	border-radius: 8px;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 58%),
		rgba(255, 255, 255, 0.035);
	padding: 8px;
}

.joyal-home-smart-card img[src*="APPLE-20W"] {
	transform: scale(1.38);
}

.joyal-home-smart-card img[src*="SAMSUNG-25W"] {
	transform: scale(1.24);
}

.joyal-home-smart-card img[src*="Samsung-45W"] {
	transform: scale(1.2);
}

.joyal-home-smart-card img[src*="ANKER-30W"],
.joyal-home-smart-card img[src*="Anker-45W"] {
	transform: scale(1.04);
}

.joyal-home-smart-card span {
	display: block;
	color: rgba(140, 255, 176, 0.96);
	font-size: clamp(2rem, 3.6vw, 3.05rem);
	font-weight: 950;
	line-height: 0.9;
	letter-spacing: 0;
}

.joyal-home-smart-card strong {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: clamp(1rem, 1.18vw, 1.16rem);
	font-weight: 900;
	line-height: 1.18;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.joyal-home-smart-card small {
	display: none;
}

.joyal-home-smart-card em {
	display: block;
	color: #ffffff;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.05;
	white-space: nowrap;
	text-align: left;
}

.home .joyal-home-smart .joyal-home-smart-card > span,
.home .joyal-home-smart .joyal-home-smart-card > img,
.home .joyal-home-smart .joyal-home-smart-card > strong,
.home .joyal-home-smart .joyal-home-smart-card > em {
	position: static !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
}

.home .joyal-home-smart .joyal-home-smart-card > span {
	display: block !important;
}

.home .joyal-home-smart .joyal-home-smart-card > img {
	display: block !important;
}

.home .joyal-home-smart .joyal-home-smart-card > strong {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

.home .joyal-home-smart .joyal-home-smart-card > em {
	display: block !important;
	align-self: flex-start !important;
	max-width: 100% !important;
}

@keyframes joyal-home-smart-float {
	0%, 100% {
		transform: translate3d(calc(var(--smart-pointer-x, 0) * -10px), calc(var(--smart-pointer-y, 0) * -8px), 0) rotate(-1deg) scale(1);
	}

	50% {
		transform: translate3d(calc(var(--smart-pointer-x, 0) * -10px), calc(-16px + (var(--smart-pointer-y, 0) * -8px)), 0) rotate(1.2deg) scale(1.035);
	}
}

@keyframes joyal-home-smart-switch {
	0% {
		opacity: 0;
		transform: translate3d(22px, -8px, 0) scale(0.96);
		filter: blur(10px) saturate(1.16);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
		filter: blur(0) saturate(1);
	}
}

@keyframes joyal-home-energy-breathe {
	0%, 100% {
		opacity: 0.32;
		transform: translate3d(calc(var(--smart-pointer-x, 0) * 16px), calc(var(--smart-pointer-y, 0) * 12px), 0) scale(0.92);
	}

	50% {
		opacity: 0.78;
		transform: translate3d(calc(var(--smart-pointer-x, 0) * 16px), calc(var(--smart-pointer-y, 0) * 12px), 0) scale(1.12);
	}
}

@keyframes joyal-home-energy-pulse {
	0%, 100% {
		opacity: 0.42;
		transform: translate3d(calc(var(--smart-pointer-x, 0) * -10px), calc(var(--smart-pointer-y, 0) * -8px), 0) scale(0.92);
	}

	50% {
		opacity: 0.82;
		transform: translate3d(calc(var(--smart-pointer-x, 0) * -10px), calc(var(--smart-pointer-y, 0) * -8px), 0) scale(1.12);
	}
}

.joyal-catalog__empty {
	padding: 24px;
	border: 1px solid var(--catalog-line);
	border-radius: 8px;
	background: var(--catalog-panel-soft);
	color: var(--catalog-muted);
	text-align: center;
}

@media (max-width: 780px) {
	.joyal-catalog {
		padding-top: 16px;
	}

	.joyal-catalog__topbar {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 10px;
		margin-bottom: 14px;
	}

	.joyal-catalog__choice-link {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
		min-height: 50px;
		margin: 0;
		padding: 0 14px;
		font-size: 0.92rem;
		white-space: nowrap;
	}

	.joyal-catalog__filter-toggle {
		flex: 0 0 52px;
		width: 52px;
		min-height: 50px;
		padding: 0;
		gap: 0;
		font-size: 0;
	}

	.joyal-catalog__filter-toggle span {
		width: 19px;
		height: 17px;
	}

	.joyal-catalog__filters {
		grid-template-columns: 1fr;
	}

	.joyal-catalog__hero {
		display: block;
	}

	.joyal-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.joyal-search-results__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.joyal-search-result-wide {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.joyal-search-result-wide__card {
		max-width: 260px;
	}

	.joyal-search-result-wide__text span {
		font-size: 0.94rem;
	}

	.joyal-product-card__body {
		padding: 12px;
	}

	.joyal-product-card__body div {
		display: block;
	}

	.joyal-product-card__body a {
		display: inline-block;
		margin-top: 8px;
	}

	.joyal-home-smart {
		grid-template-columns: 1fr;
		width: min(100%, calc(100vw - 20px));
		padding: 22px 18px 20px;
		border-radius: 14px;
	}

	.joyal-home-smart__copy h2,
	.joyal-home-smart--loading h2 {
		font-size: clamp(2.55rem, 15vw, 4.4rem);
	}

	.joyal-home-smart__visual {
		min-height: 390px;
		margin-top: 4px;
	}

	.joyal-home-smart__visual span {
		right: 2%;
		top: 0;
		font-size: clamp(4.8rem, 26vw, 7.6rem);
	}

	.joyal-home-smart__visual img {
		width: min(96%, 360px);
		max-height: 285px;
	}

	.joyal-home-smart__selected {
		left: 4%;
		right: 4%;
		bottom: 0;
		padding-top: 12px;
	}

	.joyal-home-smart__selected strong {
		font-size: clamp(1.22rem, 5.6vw, 1.8rem);
	}

	.joyal-home-smart__selected small {
		max-width: 100%;
		font-size: 0.92rem;
		line-height: 1.42;
	}

	.joyal-home-smart__rail {
		display: flex;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 12px;
		padding: 2px 18px 12px;
		margin-left: -18px;
		margin-right: -18px;
	}

	.joyal-home-smart-card {
		flex: 0 0 min(72vw, 270px);
		min-height: 226px;
		padding: 16px;
	}

	.joyal-home-smart-card img {
		width: 100%;
		height: 116px;
	}

	.joyal-home-smart-card span {
		font-size: 2.35rem;
	}

	.joyal-home-smart-card strong {
		font-size: 1rem;
	}

	.joyal-home-smart-card em {
		font-size: 1rem;
	}

	.joyal-home-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.joyal-product-page {
	background: #0d151d;
	color: #ffffff;
	font-family: var(--joyal-font-sans);
	overflow: hidden;
}

.page-id-143 .kenta-article-header,
.page-id-143 .entry-header,
.page-id-143 .kenta-entry-header,
.page-id-143 .post-title,
.page-id-143 .entry-title {
	display: none !important;
}

.page-id-143 .kenta-container,
.page-id-143 .kenta-article-content,
.page-id-143 .entry-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.joyal-product-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
	min-height: calc(100vh - 74px);
	padding: clamp(86px, 10vw, 130px) clamp(18px, 5vw, 72px) clamp(48px, 7vw, 78px);
	background:
		radial-gradient(circle at 80% 28%, rgba(140, 255, 176, 0.16), transparent 30%),
		linear-gradient(180deg, #121d27 0%, #0d151d 100%);
	isolation: isolate;
	transition: background-position 220ms ease-out;
}

.joyal-product-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(115deg, transparent 0 42%, rgba(140, 255, 176, 0.08) 42% 43%, transparent 43% 100%),
		radial-gradient(circle at var(--hero-x, 72%) var(--hero-y, 32%), rgba(140, 255, 176, 0.18), transparent 24%);
	transform: translate3d(calc(var(--hero-move-x, 0) * -0.35px), calc(var(--hero-move-y, 0) * -0.35px), 0);
	transition: transform 120ms ease-out;
	pointer-events: none;
}

.joyal-product-hero__copy p,
.joyal-product-statement p,
.joyal-product-feature p {
	margin: 0 0 12px;
	color: var(--joyal-accent);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joyal-product-hero__copy {
	transform: translate3d(calc(var(--hero-move-x, 0) * 0.14px), calc(var(--hero-move-y, 0) * 0.12px), 0);
	transition: transform 120ms ease-out;
}

.joyal-product-hero__copy h1 {
	max-width: 620px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.7rem, 5.7vw, 6.1rem);
	font-weight: 850;
	line-height: 0.94;
	letter-spacing: 0;
}

.joyal-product-hero__copy span,
.joyal-product-feature span {
	display: block;
	max-width: 590px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.8;
}

.joyal-product-hero__actions {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 32px;
}

.joyal-product-hero__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(140, 255, 176, 0.58);
	border-radius: 6px;
	background: var(--joyal-accent);
	color: #17110a;
	font-weight: 850;
	text-decoration: none;
}

.joyal-product-hero__actions a:nth-child(2) {
	background: transparent;
	color: #ffffff;
}

.joyal-product-hero__actions a:hover,
.joyal-product-hero__actions a:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #111827;
}

.joyal-product-hero__actions strong {
	color: #ffffff;
	font-size: 1.12rem;
}

.joyal-product-cta {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: clamp(20px, 4vw, 36px);
}

.joyal-product-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(140, 255, 176, 0.62);
	border-radius: 6px;
	color: #ffffff;
	font-weight: 850;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.joyal-product-cta a:first-child {
	background: var(--joyal-accent);
	color: #17110a;
}

.joyal-product-cta a:hover,
.joyal-product-cta a:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #111827;
	transform: translateY(-1px);
}

.joyal-product-hero__media,
.joyal-product-feature figure {
	margin: 0;
}

.joyal-product-hero__media {
	position: relative;
	aspect-ratio: 4 / 5;
	min-height: 0;
	max-height: min(620px, 72vh);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(140, 255, 176, 0.16), transparent 40%),
		#111b24;
	overflow: hidden;
	box-shadow: 0 35px 95px rgba(0, 0, 0, 0.34);
	transform: translate3d(calc(var(--hero-move-x, 0) * -0.22px), calc(var(--hero-move-y, 0) * -0.18px), 0);
	transition: transform 120ms ease-out;
}

.joyal-product-hero__media img,
.joyal-product-feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.joyal-product-hero__media img {
	object-fit: contain;
	padding: clamp(18px, 4vw, 46px);
	transform: translate3d(calc(var(--hero-move-x, 0) * -0.16px), calc(var(--hero-move-y, 0) * -0.14px), 0) scale(1.025);
	transition: transform 120ms ease-out;
}

.joyal-anker-45w .joyal-product-hero__media {
	aspect-ratio: 1 / 1;
	max-height: min(620px, 70vh);
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	overflow: visible;
}

.joyal-anker-45w .joyal-product-hero__media img {
	padding: 0;
	transform: translate3d(calc(var(--hero-move-x, 0) * -0.16px), calc(var(--hero-move-y, 0) * -0.14px), 0) scale(1.08);
	filter:
		drop-shadow(0 30px 48px rgba(0, 0, 0, 0.44))
		drop-shadow(0 0 24px rgba(140, 255, 176, 0.16));
}

.joyal-product-statement {
	padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 72px);
	text-align: center;
	background: #ffffff;
	color: #121820;
}

.joyal-product-statement h2 {
	max-width: 980px;
	margin: 0 auto;
	color: #121820;
	font-size: clamp(2.4rem, 5.4vw, 6.2rem);
	font-weight: 850;
	line-height: 0.96;
	letter-spacing: 0;
}

.joyal-product-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 80px);
	align-items: center;
	padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 72px);
}

.joyal-product-feature--dark {
	background: #0f1821;
}

.joyal-product-feature--split {
	background: #16222d;
}

.joyal-product-feature h2 {
	max-width: 650px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.2rem, 4.8vw, 5.4rem);
	font-weight: 850;
	line-height: 0.98;
	letter-spacing: 0;
}

.joyal-product-feature figure {
	aspect-ratio: 4 / 5;
	border-radius: 8px;
	overflow: hidden;
	background: #0b1118;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.joyal-product-spec-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: #0d151d;
}

.joyal-product-spec-strip div {
	min-height: 180px;
	padding: clamp(22px, 4vw, 42px);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.joyal-product-spec-strip div:last-child {
	border-right: 0;
}

.joyal-product-spec-strip strong {
	display: block;
	color: var(--joyal-accent);
	font-size: clamp(2.2rem, 4vw, 4.6rem);
	line-height: 1;
}

.joyal-product-spec-strip span {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
	line-height: 1.5;
}

.joyal-product-tech-specs {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(28px, 6vw, 80px);
	padding: clamp(62px, 9vw, 120px) clamp(18px, 5vw, 72px);
	background: #111b24;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.joyal-product-tech-specs p {
	margin: 0 0 12px;
	color: var(--joyal-accent);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joyal-product-tech-specs h2 {
	max-width: 560px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.2rem, 4.5vw, 5.2rem);
	font-weight: 850;
	line-height: 0.98;
}

.joyal-product-tech-specs dl {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.joyal-product-tech-specs dl div {
	display: grid;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.joyal-product-tech-specs dt {
	color: rgba(255, 255, 255, 0.58);
	font-weight: 750;
}

.joyal-product-tech-specs dd {
	margin: 0;
	color: #ffffff;
	font-weight: 850;
}

.joyal-product-compatibility {
	padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 72px);
	background: #f4f5f6;
	color: #111827;
}

.joyal-product-compatibility h2 {
	max-width: 720px;
	margin: 0 0 28px;
	color: #111827;
	font-size: clamp(2.2rem, 5vw, 5.8rem);
	font-weight: 850;
	line-height: 0.98;
}

.joyal-product-compatibility div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.joyal-product-compatibility span {
	display: flex;
	align-items: center;
	min-height: 86px;
	padding: 18px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	font-weight: 800;
	line-height: 1.35;
}

.joyal-product-price-final {
	padding: clamp(70px, 11vw, 150px) clamp(18px, 5vw, 72px);
	background:
		radial-gradient(circle at 50% 0%, rgba(140, 255, 176, 0.18), transparent 34%),
		#0d151d;
	text-align: center;
}

.joyal-product-price-final p {
	margin: 0 0 14px;
	color: var(--joyal-accent);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.joyal-product-price-final strong {
	display: block;
	color: #ffffff;
	font-size: clamp(4rem, 10vw, 10rem);
	font-weight: 850;
	line-height: 0.9;
	letter-spacing: 0;
	text-shadow: 0 0 34px rgba(140, 255, 176, 0.22);
}

.joyal-product-price-final div {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: clamp(26px, 4vw, 46px);
}

.joyal-product-price-final a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(140, 255, 176, 0.62);
	border-radius: 6px;
	color: #ffffff;
	font-weight: 850;
	text-decoration: none;
}

.joyal-product-price-final a:first-child {
	background: var(--joyal-accent);
	color: #17110a;
}

.joyal-product-price-final a:hover,
.joyal-product-price-final a:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #111827;
}

.joyal-apple-20w {
	--apple-soft: #f5f7fb;
	--apple-line: rgba(255, 255, 255, 0.16);
	background: #0b1118;
}

.joyal-apple-20w .joyal-product-hero {
	background:
		radial-gradient(circle at 78% 38%, rgba(140, 255, 176, 0.2), transparent 30%),
		radial-gradient(circle at 20% 80%, rgba(140, 255, 176, 0.13), transparent 30%),
		linear-gradient(135deg, #070b10 0%, #111a24 52%, #1b242e 52.2%, #2b3540 100%);
}

.joyal-apple-20w .joyal-product-hero__copy h1 {
	max-width: 720px;
}

.joyal-apple-20w .joyal-product-hero__copy small {
	display: block;
	margin-top: 14px;
	color: #ffffff;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.joyal-apple-20w__media {
	aspect-ratio: 1 / 1;
	max-height: min(640px, 74vh);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.24) 0 18%, rgba(255, 255, 255, 0.1) 34%, transparent 64%),
		radial-gradient(circle at 50% 58%, rgba(140, 255, 176, 0.16), transparent 46%),
		repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 42px);
	box-shadow:
		0 44px 110px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 255, 255, 0.12);
	overflow: visible;
}

.joyal-apple-20w__media::before {
	content: "";
	position: absolute;
	inset: 10% 12% 18%;
	z-index: 2;
	border-radius: 999px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
	pointer-events: none;
}

.joyal-apple-20w__media::after {
	content: "20W";
	position: absolute;
	left: 50%;
	bottom: -0.42em;
	z-index: 4;
	transform: translateX(-50%);
	color: rgba(140, 255, 176, 0.96);
	font-size: clamp(4rem, 10vw, 9rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-shadow: 0 18px 44px rgba(140, 255, 176, 0.28);
	pointer-events: none;
}

.joyal-apple-20w__media img {
	padding: clamp(10px, 3vw, 34px);
	position: relative;
	z-index: 3;
	transform: translate3d(calc(var(--hero-move-x, 0) * -0.12px), calc(var(--hero-move-y, 0) * -0.1px), 0) scale(1.14);
	filter:
		drop-shadow(0 36px 54px rgba(0, 0, 0, 0.34))
		drop-shadow(0 0 24px rgba(255, 255, 255, 0.18));
}

.joyal-apple-20w__statement {
	background:
		linear-gradient(180deg, #ffffff, #f4f6f9);
}

.joyal-apple-20w__feature {
	background:
		radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.08), transparent 32%),
		#0c141d;
}

.joyal-apple-20w__feature figure,
.joyal-apple-20w__about figure {
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.2), transparent 58%),
		#111a23;
}

.joyal-apple-20w__feature figure img,
.joyal-apple-20w__about figure img {
	object-fit: contain;
	padding: clamp(28px, 5vw, 72px);
	filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.28));
}

.joyal-apple-20w__strip {
	background:
		linear-gradient(90deg, #ffffff 0%, #f3f5f8 100%);
	border-color: rgba(17, 24, 39, 0.12);
}

.joyal-apple-20w__strip div {
	border-color: rgba(17, 24, 39, 0.1);
}

.joyal-apple-20w__strip strong {
	color: #111827;
}

.joyal-apple-20w__strip span {
	color: rgba(17, 24, 39, 0.68);
}

.joyal-apple-20w__about {
	background: #151f2a;
}

.joyal-apple-20w__compatibility {
	background:
		radial-gradient(circle at 20% 20%, rgba(140, 255, 176, 0.16), transparent 28%),
		#f4f5f6;
}

.joyal-powerbank-page {
	--powerbank-green: #8cffb0;
	--powerbank-cyan: #75e8ff;
	background: #05090d;
}

.joyal-powerbank-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
	gap: clamp(30px, 6vw, 86px);
	align-items: center;
	min-height: calc(100vh - 74px);
	padding: clamp(92px, 10vw, 140px) clamp(18px, 5vw, 72px) clamp(58px, 7vw, 90px);
	background:
		radial-gradient(circle at 78% 28%, rgba(140, 255, 176, 0.18), transparent 30%),
		radial-gradient(circle at 18% 80%, rgba(117, 232, 255, 0.12), transparent 28%),
		linear-gradient(180deg, #101922 0%, #071017 100%);
	overflow: hidden;
}

.joyal-powerbank-hero::before {
	content: "";
	position: absolute;
	inset: 12% auto 8% 52%;
	width: min(520px, 42vw);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background:
		repeating-linear-gradient(90deg, rgba(140, 255, 176, 0.18) 0 12px, transparent 12px 28px),
		linear-gradient(90deg, rgba(140, 255, 176, 0.16), rgba(117, 232, 255, 0.08));
	filter: blur(0.2px);
	opacity: 0.45;
	transform: rotate(-18deg);
	pointer-events: none;
}

.joyal-powerbank-hero__copy,
.joyal-powerbank-hero__media {
	position: relative;
	z-index: 1;
}

.joyal-powerbank-hero__copy p,
.joyal-powerbank-story p,
.joyal-powerbank-feature p,
.joyal-powerbank-specs p,
.joyal-powerbank-final p {
	margin: 0 0 12px;
	color: var(--powerbank-green);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joyal-powerbank-hero__copy h1 {
	max-width: 760px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.8rem, 6vw, 6.5rem);
	font-weight: 900;
	line-height: 0.94;
	letter-spacing: 0;
	text-wrap: balance;
}

.joyal-powerbank-hero__copy span,
.joyal-powerbank-story span,
.joyal-powerbank-feature span {
	display: block;
	max-width: 650px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.8;
}

.joyal-powerbank-hero__actions,
.joyal-powerbank-final div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.joyal-powerbank-hero__actions a,
.joyal-powerbank-final a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(140, 255, 176, 0.45);
	border-radius: 999px;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(14px);
}

.joyal-powerbank-hero__actions a:first-child,
.joyal-powerbank-final a:first-child {
	background: var(--powerbank-green);
	color: #06100b;
}

.joyal-powerbank-hero__actions a:hover,
.joyal-powerbank-hero__actions a:focus,
.joyal-powerbank-final a:hover,
.joyal-powerbank-final a:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #071017;
}

.joyal-powerbank-price {
	display: block;
	margin-top: 30px;
	color: #ffffff;
	font-size: clamp(2.1rem, 4vw, 4.4rem);
	line-height: 1;
	text-shadow: 0 0 34px rgba(140, 255, 176, 0.2);
}

.joyal-powerbank-hero__copy small {
	display: block;
	margin-top: 10px;
	color: var(--powerbank-green);
	font-weight: 900;
	letter-spacing: 0.06em;
}

.joyal-powerbank-hero__media {
	aspect-ratio: 4 / 5;
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
		#081018;
	box-shadow:
		0 38px 110px rgba(0, 0, 0, 0.46),
		0 0 70px rgba(140, 255, 176, 0.12);
	overflow: hidden;
}

.joyal-powerbank-hero__media img,
.joyal-powerbank-feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.joyal-energea-magpac .joyal-powerbank-hero__media {
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.joyal-energea-magpac .joyal-powerbank-hero__media img {
	object-fit: contain;
	padding: clamp(14px, 3vw, 34px);
	filter:
		drop-shadow(0 34px 54px rgba(0, 0, 0, 0.44))
		drop-shadow(0 0 34px rgba(140, 255, 176, 0.16));
}

.joyal-energea-alupac .joyal-powerbank-hero__media {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}

.joyal-energea-alupac .joyal-powerbank-hero__media img {
	object-fit: contain;
	padding: clamp(12px, 3vw, 34px);
	filter:
		drop-shadow(0 34px 54px rgba(0, 0, 0, 0.44))
		drop-shadow(0 0 34px rgba(140, 255, 176, 0.16));
}

.joyal-joyroom-10k .joyal-powerbank-hero__media {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}

.joyal-joyroom-10k .joyal-powerbank-hero__media img {
	object-fit: contain;
	padding: clamp(12px, 3vw, 34px);
	filter:
		drop-shadow(0 34px 54px rgba(0, 0, 0, 0.44))
		drop-shadow(0 0 34px rgba(140, 255, 176, 0.16));
}

.joyal-energea-magpac .joyal-powerbank-feature figure {
	background: #071017;
}

.joyal-energea-magpac .joyal-powerbank-feature img {
	object-fit: contain;
	padding: clamp(22px, 4vw, 52px);
	background:
		radial-gradient(circle at 50% 42%, rgba(140, 255, 176, 0.14), transparent 38%),
		#071017;
}

.joyal-powerbank-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: #071017;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.joyal-powerbank-strip div {
	min-height: 170px;
	padding: clamp(22px, 4vw, 42px);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.joyal-powerbank-strip div:last-child {
	border-right: 0;
}

.joyal-powerbank-strip strong {
	display: block;
	color: var(--powerbank-green);
	font-size: clamp(2.2rem, 4vw, 4.6rem);
	line-height: 1;
}

.joyal-powerbank-strip span {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.68);
}

.joyal-powerbank-story,
.joyal-powerbank-feature,
.joyal-powerbank-specs,
.joyal-powerbank-final {
	padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 72px);
}

.joyal-powerbank-story {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
	gap: clamp(28px, 6vw, 80px);
	background: #f5f7f8;
	color: #101820;
}

.joyal-powerbank-story h2,
.joyal-powerbank-feature h2,
.joyal-powerbank-specs h2 {
	margin: 0;
	font-size: clamp(2.3rem, 5vw, 5.8rem);
	font-weight: 900;
	line-height: 0.98;
}

.joyal-powerbank-story h2 {
	color: #101820;
}

.joyal-powerbank-story span {
	color: rgba(16, 24, 32, 0.72);
}

.joyal-powerbank-feature,
.joyal-powerbank-specs {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(30px, 6vw, 84px);
	align-items: center;
	background: #0d161e;
}

.joyal-powerbank-feature figure {
	margin: 0;
	aspect-ratio: 4 / 5;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.joyal-powerbank-feature h2,
.joyal-powerbank-specs h2 {
	color: #ffffff;
}

.joyal-powerbank-specs {
	align-items: start;
	background:
		radial-gradient(circle at 15% 0%, rgba(140, 255, 176, 0.12), transparent 30%),
		#071017;
}

.joyal-powerbank-specs dl {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.joyal-powerbank-specs dl div {
	display: grid;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.joyal-powerbank-specs dt {
	color: rgba(255, 255, 255, 0.56);
	font-weight: 800;
}

.joyal-powerbank-specs dd {
	margin: 0;
	color: #ffffff;
	font-weight: 900;
}

.joyal-powerbank-final {
	text-align: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(140, 255, 176, 0.18), transparent 34%),
		#05090d;
}

.joyal-powerbank-final strong {
	display: block;
	color: #ffffff;
	font-size: clamp(4rem, 10vw, 10rem);
	font-weight: 900;
	line-height: 0.9;
}

.joyal-powerbank-final span {
	display: block;
	margin-top: 14px;
	color: var(--powerbank-green);
	font-weight: 900;
}

.joyal-powerbank-final div {
	justify-content: center;
}

.joyal-audio-page {
	--audio-blue: #bfe8ff;
	--audio-violet: #d8ccff;
	background: #05080d;
}

.joyal-audio-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	gap: clamp(30px, 6vw, 90px);
	align-items: center;
	min-height: calc(100vh - 74px);
	padding: clamp(92px, 10vw, 140px) clamp(18px, 5vw, 72px) clamp(58px, 7vw, 90px);
	background:
		radial-gradient(circle at 78% 24%, rgba(191, 232, 255, 0.22), transparent 30%),
		radial-gradient(circle at 28% 82%, rgba(216, 204, 255, 0.16), transparent 28%),
		linear-gradient(180deg, #111822 0%, #060a10 100%);
	overflow: hidden;
}

.joyal-audio-hero::before {
	content: "";
	position: absolute;
	inset: 18% -12% auto 42%;
	height: 300px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background:
		repeating-radial-gradient(ellipse at center, rgba(191, 232, 255, 0.2) 0 2px, transparent 2px 28px);
	opacity: 0.5;
	transform: rotate(-12deg);
	pointer-events: none;
}

.joyal-audio-hero::after {
	content: "";
	position: absolute;
	right: clamp(18px, 7vw, 110px);
	bottom: clamp(42px, 8vw, 110px);
	width: min(520px, 44vw);
	height: min(300px, 28vw);
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 0 4%, rgba(191, 232, 255, 0.34) 4% 4.6%, transparent 4.6% 9%),
		linear-gradient(90deg, transparent 0 13%, rgba(216, 204, 255, 0.28) 13% 13.5%, transparent 13.5% 19%),
		linear-gradient(90deg, transparent 0 27%, rgba(191, 232, 255, 0.42) 27% 27.6%, transparent 27.6% 33%),
		linear-gradient(90deg, transparent 0 46%, rgba(255, 255, 255, 0.28) 46% 46.5%, transparent 46.5% 53%),
		linear-gradient(90deg, transparent 0 68%, rgba(191, 232, 255, 0.38) 68% 68.6%, transparent 68.6% 74%),
		linear-gradient(90deg, transparent 0 88%, rgba(216, 204, 255, 0.3) 88% 88.5%, transparent 88.5% 100%);
	mask-image: radial-gradient(ellipse at center, #000 0 54%, transparent 76%);
	opacity: 0.7;
	animation: audio-spectrum-float 4.8s ease-in-out infinite;
}

.joyal-audio-hero__copy,
.joyal-audio-hero__media {
	position: relative;
	z-index: 1;
}

.joyal-audio-hero__copy p,
.joyal-audio-feature p,
.joyal-audio-specs p,
.joyal-audio-final p {
	margin: 0 0 12px;
	color: var(--audio-blue);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joyal-airpods-4 .joyal-audio-hero__copy p {
	margin-bottom: 18px;
	font-size: clamp(1.08rem, 1.45vw, 1.5rem);
	letter-spacing: 0.16em;
}

.joyal-audio-hero__copy h1,
.joyal-audio-wave h2,
.joyal-audio-feature h2,
.joyal-audio-specs h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.8rem, 6vw, 6.4rem);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
	text-wrap: balance;
}

.joyal-audio-hero__copy span,
.joyal-audio-feature span {
	display: block;
	max-width: 650px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.8;
}

.joyal-audio-hero__actions,
.joyal-audio-final div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.joyal-audio-hero__actions a,
.joyal-audio-final a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(191, 232, 255, 0.44);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	backdrop-filter: blur(14px);
}

.joyal-audio-hero__actions a:first-child,
.joyal-audio-final a:first-child {
	background: #ffffff;
	color: #081018;
}

.joyal-audio-hero__actions a:hover,
.joyal-audio-hero__actions a:focus,
.joyal-audio-final a:hover,
.joyal-audio-final a:focus {
	background: var(--audio-blue);
	border-color: var(--audio-blue);
	color: #061018;
}

.joyal-audio-price {
	display: block;
	margin-top: 30px;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 4.2rem);
	line-height: 1;
	text-shadow: 0 0 34px rgba(191, 232, 255, 0.22);
}

.joyal-audio-hero__copy small {
	display: block;
	margin-top: 10px;
	color: var(--audio-blue);
	font-weight: 900;
	letter-spacing: 0.06em;
}

.joyal-audio-hero__media {
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.13) 0 30%, rgba(191, 232, 255, 0.08) 44%, transparent 70%),
		radial-gradient(circle at center, rgba(216, 204, 255, 0.08), transparent 62%);
	box-shadow:
		0 46px 120px rgba(0, 0, 0, 0.34),
		0 0 120px rgba(191, 232, 255, 0.18);
	overflow: visible;
	animation: audio-orb-drift 5.4s ease-in-out infinite;
}

.joyal-audio-hero__media img {
	object-fit: contain;
	padding: clamp(2px, 1.4vw, 20px);
	transform: scale(1.18);
	filter:
		drop-shadow(0 34px 52px rgba(0, 0, 0, 0.28))
		drop-shadow(0 0 38px rgba(191, 232, 255, 0.16));
	animation: audio-product-float 4.4s ease-in-out infinite;
}

.joyal-audio-hero__media::before,
.joyal-audio-hero__media::after {
	content: "";
	position: absolute;
	inset: 2%;
	z-index: 2;
	border: 1px solid rgba(191, 232, 255, 0.22);
	border-radius: 50%;
	pointer-events: none;
	animation: audio-ring 2.8s ease-out infinite;
}

.joyal-audio-hero__media::after {
	inset: 17%;
	border-color: rgba(216, 204, 255, 0.22);
	animation-delay: 0.82s;
}

.joyal-audio-hero__media img,
.joyal-audio-feature img {
	width: 100%;
	height: 100%;
	display: block;
}

.joyal-audio-feature img {
	object-fit: cover;
}

.joyal-airpods-pro-3 .joyal-audio-feature img {
	object-fit: contain;
	padding: clamp(28px, 5vw, 72px);
	background: transparent;
}

.joyal-airpods-pro-3 .joyal-audio-feature {
	min-height: auto;
	padding-block: clamp(46px, 6vw, 86px);
}

.joyal-airpods-pro-3 .joyal-audio-feature figure {
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.joyal-airpods-pro-3 .joyal-audio-feature figure::after {
	display: none;
}

.joyal-earpods-usb-c .joyal-audio-feature {
	padding-block: clamp(42px, 6vw, 88px);
}

.joyal-earpods-usb-c .joyal-audio-hero__media img,
.joyal-earpods-usb-c .joyal-audio-feature img {
	object-fit: contain;
	padding: clamp(18px, 4vw, 58px);
	background: transparent;
	filter:
		drop-shadow(0 30px 48px rgba(0, 0, 0, 0.3))
		drop-shadow(0 0 28px rgba(191, 232, 255, 0.16));
}

.joyal-earpods-usb-c .joyal-audio-feature figure {
	background:
		radial-gradient(circle at 50% 48%, rgba(191, 232, 255, 0.12), transparent 42%),
		#071017;
}

.joyal-audio-wave {
	position: relative;
	padding: clamp(68px, 10vw, 130px) clamp(18px, 5vw, 72px);
	background: #f6f8fb;
	color: #101820;
	text-align: center;
	overflow: hidden;
	--audio-earbuds-progress: 0;
}

.joyal-audio-wave::before,
.joyal-audio-wave::after {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	height: 160px;
	pointer-events: none;
	background:
		radial-gradient(ellipse at center, transparent 0 48%, rgba(16, 24, 32, 0.14) 49% 49.6%, transparent 50.4%),
		radial-gradient(ellipse at center, transparent 0 60%, rgba(60, 120, 148, 0.12) 61% 61.5%, transparent 62.5%);
}

.joyal-audio-wave::before {
	top: -72px;
}

.joyal-audio-wave::after {
	bottom: -82px;
	transform: rotate(180deg);
}

.joyal-airpods-pro-3 .joyal-audio-wave::before,
.joyal-airpods-pro-3 .joyal-audio-wave::after {
	display: none;
}

.joyal-audio-wave h2 {
	max-width: 980px;
	margin: 30px auto 0;
	color: #101820;
}

.joyal-audio-wave div {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 78px;
}

.joyal-audio-wave span {
	width: 8px;
	border-radius: 99px;
	background: linear-gradient(180deg, var(--audio-blue), var(--audio-violet));
	animation: audio-wave 1200ms ease-in-out infinite;
}

.joyal-audio-wave h2 {
	position: relative;
	z-index: 2;
}

.joyal-audio-floating-earbud {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: clamp(280px, 32vw, 520px);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	pointer-events: none;
	opacity: calc(0.16 + (var(--audio-earbuds-progress, 0) * 0.84));
	transition: transform 80ms linear, opacity 80ms linear;
}

.joyal-audio-floating-earbud img {
	position: absolute;
	top: 0;
	width: 200%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	filter: drop-shadow(0 26px 32px rgba(16, 24, 32, 0.14));
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0 48%, rgba(0, 0, 0, 0.84) 58%, transparent 76%);
	mask-image: radial-gradient(ellipse at center, #000 0 48%, rgba(0, 0, 0, 0.84) 58%, transparent 76%);
}

.joyal-audio-floating-earbud--left {
	left: 0;
	transform:
		translate3d(calc(-80% + (var(--audio-earbuds-progress, 0) * 102%)), -48%, 0)
		rotate(calc(-22deg + (var(--audio-earbuds-progress, 0) * 10deg)))
		scale(calc(0.86 + (var(--audio-earbuds-progress, 0) * 0.2)));
}

.joyal-audio-floating-earbud--left img {
	left: 0;
}

.joyal-audio-floating-earbud--right {
	right: 0;
	transform:
		translate3d(calc(80% - (var(--audio-earbuds-progress, 0) * 102%)), -48%, 0)
		rotate(calc(22deg - (var(--audio-earbuds-progress, 0) * 10deg)))
		scale(calc(0.86 + (var(--audio-earbuds-progress, 0) * 0.2)));
}

.joyal-audio-floating-earbud--right img {
	right: 0;
}

.joyal-airpods-pro-3 .joyal-audio-floating-earbud {
	overflow: visible;
}

.joyal-airpods-pro-3 .joyal-audio-floating-earbud img {
	top: 50%;
	width: 100%;
	height: auto;
	object-fit: contain;
	-webkit-mask-image: none;
	mask-image: none;
	transform: translateY(-50%);
}

.joyal-airpods-pro-3 .joyal-audio-floating-earbud--left img {
	left: 0;
}

.joyal-airpods-pro-3 .joyal-audio-floating-earbud--right img {
	right: 0;
}

.joyal-audio-wave span:nth-child(1) { height: 28px; animation-delay: 0ms; }
.joyal-audio-wave span:nth-child(2) { height: 58px; animation-delay: 90ms; }
.joyal-audio-wave span:nth-child(3) { height: 78px; animation-delay: 180ms; }
.joyal-audio-wave span:nth-child(4) { height: 48px; animation-delay: 270ms; }
.joyal-audio-wave span:nth-child(5) { height: 34px; animation-delay: 360ms; }

.joyal-audio-feature,
.joyal-audio-specs {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(30px, 6vw, 84px);
	align-items: center;
	padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 72px);
	background: #0d141c;
}

.joyal-audio-feature::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(191, 232, 255, 0.46), transparent);
	box-shadow: 0 0 28px rgba(191, 232, 255, 0.34);
}

.joyal-audio-feature figure {
	position: relative;
	margin: 0;
	aspect-ratio: 4 / 5;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.joyal-airpods-pro-3 .joyal-audio-feature {
	padding-block: clamp(18px, 3.2vw, 44px);
	min-height: 380px;
}

.joyal-airpods-pro-3 .joyal-audio-feature figure {
	aspect-ratio: 16 / 5.2;
	min-height: 220px;
	max-height: 330px;
}

.joyal-airpods-pro-3 .joyal-audio-feature img {
	padding: clamp(8px, 1.8vw, 24px);
}

.joyal-audio-feature figure::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, 0.2) 44%, transparent 54%),
		radial-gradient(circle at 72% 28%, rgba(191, 232, 255, 0.22), transparent 34%);
	mix-blend-mode: screen;
	opacity: 0.58;
}

.joyal-audio-anc {
	position: relative;
	padding: clamp(74px, 10vw, 150px) clamp(18px, 5vw, 72px);
	overflow: hidden;
	background:
		radial-gradient(circle at 22% 28%, rgba(191, 232, 255, 0.18), transparent 30%),
		radial-gradient(circle at 78% 70%, rgba(140, 255, 176, 0.12), transparent 34%),
		#071017;
	color: #ffffff;
	text-align: center;
}

.joyal-audio-anc::before {
	content: "";
	position: absolute;
	inset: 12% 8%;
	border-radius: 50%;
	border: 1px solid rgba(191, 232, 255, 0.16);
	box-shadow:
		0 0 0 34px rgba(191, 232, 255, 0.025),
		0 0 0 72px rgba(191, 232, 255, 0.018);
	pointer-events: none;
}

.joyal-audio-anc p {
	position: relative;
	z-index: 1;
	margin: 0 0 14px;
	color: var(--audio-blue);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joyal-audio-anc h2 {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
	font-size: clamp(2.6rem, 6vw, 6.8rem);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
}

.joyal-audio-anc span {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 860px;
	margin: 26px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.7;
}

.joyal-audio-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.8vw, 34px);
	padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 72px);
	background:
		radial-gradient(circle at 50% 0%, rgba(191, 232, 255, 0.12), transparent 34%),
		#050b12;
}

.joyal-audio-gallery figure {
	position: relative;
	margin: 0;
	min-height: clamp(260px, 34vw, 520px);
	display: grid;
	place-items: center;
	border-radius: 26px;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
		#0a131d;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.08),
		0 26px 70px rgba(0, 0, 0, 0.28);
}

.joyal-audio-gallery figure::before {
	content: "";
	position: absolute;
	inset: 12%;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(191, 232, 255, 0.18), transparent 62%);
	pointer-events: none;
}

.joyal-audio-gallery img {
	position: relative;
	z-index: 1;
	width: min(82%, 420px);
	height: auto;
	max-height: 78%;
	object-fit: contain;
	filter:
		drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28))
		drop-shadow(0 0 28px rgba(191, 232, 255, 0.16));
}

.joyal-audio-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: #071017;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.joyal-audio-strip div {
	min-height: 170px;
	padding: clamp(22px, 4vw, 42px);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.joyal-audio-strip strong {
	display: block;
	color: var(--audio-blue);
	font-size: clamp(2rem, 4vw, 4.3rem);
	line-height: 1;
}

.joyal-audio-strip span {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.68);
}

.joyal-audio-specs {
	align-items: start;
	background:
		radial-gradient(circle at 18% 0%, rgba(191, 232, 255, 0.12), transparent 30%),
		#071017;
}

.joyal-audio-specs dl {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.joyal-audio-specs--visual {
	grid-template-columns: minmax(240px, 0.55fr) minmax(0, 0.75fr) minmax(0, 0.95fr);
}

.joyal-audio-specs__visual {
	margin: 0;
	align-self: center;
	display: grid;
	place-items: center;
	min-height: clamp(260px, 34vw, 480px);
}

.joyal-audio-specs__visual img {
	width: min(100%, 420px);
	height: auto;
	object-fit: contain;
	filter:
		drop-shadow(0 28px 46px rgba(0, 0, 0, 0.34))
		drop-shadow(0 0 28px rgba(191, 232, 255, 0.16));
}

.joyal-audio-specs dl div {
	display: grid;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.joyal-audio-specs dt {
	color: rgba(255, 255, 255, 0.56);
	font-weight: 800;
}

.joyal-audio-specs dd {
	margin: 0;
	color: #ffffff;
	font-weight: 900;
}

.joyal-audio-about {
	padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 72px);
	background: #f6f8fb;
	color: #101820;
	text-align: center;
}

.joyal-audio-about--side-art {
	position: relative;
	overflow: hidden;
}

.joyal-audio-about__art {
	position: absolute;
	top: 50%;
	z-index: 0;
	width: min(28vw, 430px);
	margin: 0;
	transform: translateY(-50%);
	pointer-events: none;
	opacity: 0.82;
	filter: drop-shadow(0 24px 38px rgba(16, 24, 32, 0.12));
}

.joyal-audio-about__art--left {
	left: clamp(-170px, -8vw, -60px);
}

.joyal-audio-about__art--right {
	right: clamp(-170px, -8vw, -60px);
	transform: translateY(-50%) scaleX(-1);
}

.joyal-audio-about__art img {
	width: 100%;
	height: auto;
	display: block;
}

.joyal-audio-about--side-art p,
.joyal-audio-about--side-art h2,
.joyal-audio-about--side-art span {
	position: relative;
	z-index: 1;
}

.joyal-audio-about p {
	margin: 0 0 14px;
	color: #3c7894;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joyal-audio-about h2 {
	max-width: 980px;
	margin: 0 auto;
	color: #101820;
	font-size: clamp(2.3rem, 5vw, 5.8rem);
	font-weight: 900;
	line-height: 0.98;
}

.joyal-audio-about span {
	display: block;
	max-width: 880px;
	margin: 26px auto 0;
	color: rgba(16, 24, 32, 0.74);
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 1.85;
}

.joyal-audio-final {
	padding: clamp(70px, 11vw, 150px) clamp(18px, 5vw, 72px);
	background:
		radial-gradient(circle at 50% 0%, rgba(191, 232, 255, 0.18), transparent 34%),
		#05090d;
	text-align: center;
}

.joyal-audio-final strong {
	display: block;
	color: #ffffff;
	font-size: clamp(4rem, 10vw, 10rem);
	font-weight: 900;
	line-height: 0.9;
}

.joyal-audio-final span {
	display: block;
	margin-top: 14px;
	color: var(--audio-blue);
	font-weight: 900;
}

.joyal-audio-final div {
	justify-content: center;
}

@keyframes audio-wave {
	0%, 100% {
		transform: scaleY(0.65);
		opacity: 0.62;
	}

	50% {
		transform: scaleY(1);
		opacity: 1;
	}
}

@keyframes audio-ring {
	0% {
		transform: scale(0.72);
		opacity: 0.78;
	}

	58% {
		opacity: 0.34;
	}

	100% {
		transform: scale(1.62);
		opacity: 0;
	}
}

@keyframes audio-product-float {
	0%, 100% {
		transform: translate3d(0, 0, 0) rotate(-0.8deg) scale(1.18);
	}

	45% {
		transform: translate3d(0, -18px, 0) rotate(1.2deg) scale(1.22);
	}

	72% {
		transform: translate3d(10px, -7px, 0) rotate(-0.2deg) scale(1.2);
	}
}

@keyframes audio-orb-drift {
	0%, 100% {
		background-position: 50% 54%, 50% 50%;
		box-shadow:
			0 46px 120px rgba(0, 0, 0, 0.34),
			0 0 112px rgba(191, 232, 255, 0.16);
	}

	50% {
		background-position: 55% 48%, 46% 54%;
		box-shadow:
			0 52px 130px rgba(0, 0, 0, 0.32),
			0 0 154px rgba(191, 232, 255, 0.28);
	}
}

@keyframes audio-spectrum-float {
	0%, 100% {
		transform: translate3d(0, 0, 0) scaleY(0.92);
		opacity: 0.48;
	}

	50% {
		transform: translate3d(0, -18px, 0) scaleY(1.08);
		opacity: 0.82;
	}
}

.kenta-footer-area {
	background: #0b1118 !important;
	color: #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-family: var(--joyal-font-sans);
}

.kenta-footer-area .kenta-footer-row-middle {
	padding-block: clamp(34px, 6vw, 72px);
}

.kenta-footer-area .kenta-footer-row-middle .container {
	display: grid !important;
	grid-template-columns: minmax(190px, 0.72fr) minmax(220px, 0.82fr) minmax(40px, 0.18fr) minmax(430px, 1.8fr);
	gap: clamp(18px, 2.6vw, 34px);
	align-items: start;
}

.kenta-footer-area .kenta-builder-column {
	width: auto !important;
	min-width: 0;
	max-width: none !important;
	flex: none !important;
}

.kenta-footer-area .widget-title {
	margin-bottom: 14px !important;
	color: var(--joyal-accent) !important;
	font-size: 0.8rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kenta-footer-area p {
	color: rgba(255, 255, 255, 0.66);
	line-height: 1.7;
}

.kenta-footer-area strong {
	color: var(--joyal-accent);
	font-weight: 850;
}

.kenta-footer-area a {
	color: rgba(255, 255, 255, 0.76) !important;
	text-decoration: none !important;
}

.kenta-footer-area a:hover,
.kenta-footer-area a:focus {
	color: #ffffff !important;
}

.kenta-footer-area .kenta_footer_el_widgets_4 .widget_search {
	width: 100%;
	margin-bottom: 20px;
}

.kenta-footer-area .kenta_footer_el_widgets_4 .search-form,
.kenta-footer-area .kenta_footer_el_widgets_4 .search-form label,
.kenta-footer-area .kenta_footer_el_widgets_4 .relative {
	width: 100%;
}

.kenta-footer-area .kenta_footer_el_widgets_3:empty {
	display: none;
}

.kenta-footer-area .joyal-footer-phone {
	margin-top: 18px;
}

.kenta-footer-area .joyal-footer-phone a {
	color: #ffffff !important;
	font-size: 1.08rem;
	font-weight: 850;
}

.kenta-footer-area .kenta_footer_el_socials .kenta-socials {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.kenta-footer-area .kenta_footer_el_socials .kenta-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--joyal-accent) !important;
}

.kenta-footer-area .kenta_footer_el_socials .kenta-social-link:hover,
.kenta-footer-area .kenta_footer_el_socials .kenta-social-link:focus {
	background: var(--joyal-accent) !important;
	color: #17110a !important;
}

.kenta-footer-area .widget_search .search-input {
	min-height: 44px;
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	color: #ffffff !important;
}

.kenta-footer-area .widget_search .search-submit {
	color: var(--joyal-accent) !important;
}

.kenta-footer-area iframe {
	display: block;
	width: 100% !important;
	height: 300px;
	border-radius: 8px;
	filter: grayscale(0.12) contrast(1.02);
}

.kenta-footer-row-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
	.kenta-footer-area .kenta-footer-row-middle .container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.joyal-product-hero,
	.joyal-product-feature,
	.joyal-powerbank-hero,
	.joyal-powerbank-story,
	.joyal-powerbank-feature,
		.joyal-powerbank-specs,
		.joyal-audio-hero,
		.joyal-audio-feature,
		.joyal-audio-specs,
		.joyal-audio-specs--visual {
		grid-template-columns: 1fr;
	}

	.joyal-product-hero {
		min-height: auto;
	}

	.joyal-product-feature--split figure {
		order: 2;
	}

	.joyal-product-spec-strip,
	.joyal-product-compatibility div,
	.joyal-product-tech-specs,
	.joyal-powerbank-strip,
	.joyal-audio-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.kenta-footer-area .kenta-footer-row-middle .container {
		grid-template-columns: 1fr;
	}

	.joyal-product-cta {
		flex-direction: column;
	}

	.joyal-product-tech-specs {
		grid-template-columns: 1fr;
	}

	.joyal-product-tech-specs dl div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.joyal-product-price-final div {
		flex-direction: column;
	}

	.joyal-powerbank-hero {
		min-height: auto;
		padding-top: 78px;
	}

	.joyal-audio-hero {
		min-height: auto;
		padding-top: 78px;
	}

	.joyal-audio-about__art {
		display: none;
	}

	.joyal-powerbank-hero__actions,
	.joyal-powerbank-final div,
	.joyal-audio-hero__actions,
	.joyal-audio-final div {
		flex-direction: column;
	}

	.joyal-powerbank-hero__actions a,
	.joyal-powerbank-final a,
	.joyal-audio-hero__actions a,
	.joyal-audio-final a {
		width: 100%;
	}

	.joyal-audio-floating-earbud {
		width: clamp(180px, 54vw, 260px);
	}

	.joyal-audio-floating-earbud--left {
		transform:
			translate3d(calc(-82% + (var(--audio-earbuds-progress, 0) * 86%)), -38%, 0)
			rotate(calc(-20deg + (var(--audio-earbuds-progress, 0) * 10deg)))
			scale(calc(0.82 + (var(--audio-earbuds-progress, 0) * 0.16)));
	}

	.joyal-audio-floating-earbud--right {
		transform:
			translate3d(calc(82% - (var(--audio-earbuds-progress, 0) * 86%)), -38%, 0)
			rotate(calc(20deg - (var(--audio-earbuds-progress, 0) * 10deg)))
			scale(calc(0.82 + (var(--audio-earbuds-progress, 0) * 0.16)));
	}

	.joyal-powerbank-strip,
	.joyal-audio-strip {
		grid-template-columns: 1fr;
	}

	.joyal-powerbank-strip div,
	.joyal-audio-strip div {
		min-height: 120px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.joyal-powerbank-specs dl div,
	.joyal-audio-specs dl div {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}

	.home .entry-content > .wp-block-group.alignfull,
	.home .entry-content > .wp-block-cover.alignfull {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.home .wp-block-group.alignfull.has-global-padding,
	.home .wp-block-cover.alignfull .wp-block-cover__inner-container {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.home .wp-block-columns {
		gap: 22px !important;
	}

	.home .wp-block-spacer {
		height: 22px !important;
	}

	.home h1,
	.home h2,
	.home .has-5-x-large-font-size,
	.home .has-4-x-large-font-size {
		font-size: clamp(2rem, 11vw, 3.25rem) !important;
		line-height: 1.04 !important;
		overflow-wrap: anywhere;
	}

	.home h3,
	.home .has-x-large-font-size {
		font-size: clamp(1.25rem, 6vw, 1.75rem) !important;
		line-height: 1.14 !important;
	}

	.home p {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	.joyal-triptych-slider {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 0 !important;
		column-gap: 0 !important;
		row-gap: 0 !important;
		margin-left: -14px;
		margin-right: -14px;
	}

	.joyal-triptych-slider .wp-block-column {
		min-width: 0;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 2px;
	}

	.joyal-triptych-slider .wp-block-column + .wp-block-column {
		margin-left: 1px !important;
	}

	.joyal-triptych-slider__link {
		border-radius: 2px;
	}

	.joyal-triptych-slider__link {
		height: clamp(360px, 72vh, 640px);
	}

	.joyal-triptych-slider__image {
		width: 100%;
		height: 100%;
		min-height: clamp(360px, 72vh, 640px);
		aspect-ratio: auto;
		object-fit: cover !important;
	}

	.joyal-triptych-slider__title {
		left: 6px;
		right: 6px;
		bottom: 7px;
		width: auto;
		max-width: calc(100% - 12px);
		min-width: 0;
		padding: 6px 7px;
		border-radius: 5px;
		background: rgba(8, 13, 19, 0.76);
		font-size: 0.56rem;
		line-height: 1.12;
		letter-spacing: 0;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: normal;
		hyphens: none;
	}

	.joyal-triptych-slider__controls {
		margin-top: 14px;
		gap: 9px;
	}

	.joyal-triptych-slider__dot {
		width: 15px !important;
		height: 15px !important;
		border-radius: 3px !important;
	}

	.home figure:has(img.wp-image-119),
	.home figure:has(img.wp-image-131) {
		width: 100%;
		max-width: 430px;
	}

	.home img.wp-image-119,
	.home img.wp-image-131 {
		width: 100% !important;
		aspect-ratio: 4 / 4.6;
		border-radius: 10px !important;
		transform: translate3d(0, calc(var(--joyal-parallax-y, 0px) * 0.45), 0) scale(1.025);
	}

	.home .wp-block-group.alignfull:has(img.wp-image-131) > .wp-block-columns {
		padding-top: 20px !important;
		padding-bottom: 28px !important;
	}

	.home .wp-block-details {
		margin-top: 8px;
		border-radius: 8px;
	}

	.home .wp-block-details summary {
		font-weight: 800;
	}

	.joyal-home-products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px;
	}

	.joyal-home-product {
		padding: 10px;
		border-radius: 7px;
	}

	.joyal-home-product__image {
		aspect-ratio: 1 / 0.82;
		margin-bottom: 10px;
	}

	.joyal-home-product__meta {
		font-size: 0.62rem;
	}

	.joyal-home-product strong {
		font-size: 0.84rem;
		line-height: 1.25;
	}

	.joyal-home-product em {
		padding-top: 10px;
		font-size: 0.88rem;
	}

	.joyal-home-products__all {
		width: 100%;
		min-height: 44px;
	}

	.joyal-brand-rail {
		width: 100%;
		margin-top: 18px;
		padding: 18px 0;
	}

	.joyal-brand-rail__slide {
		height: 74px;
		padding: 0 34px;
	}

	.joyal-brand-rail__track img,
	.joyal-brand-rail__slide img {
		max-width: 280px;
	}

	.home .joyal-bir-market-cover {
		min-height: 430px !important;
	}

	.home .joyal-bir-market-cover .wp-block-cover__inner-container {
		align-items: flex-end;
		padding-top: 72px !important;
		padding-bottom: 42px !important;
	}

	.home .joyal-bir-market-cover .wp-block-group.alignwide {
		width: 100%;
		max-width: none;
		padding: 18px 0;
		background: linear-gradient(180deg, rgba(11, 17, 24, 0.72), rgba(11, 17, 24, 0.38) 70%, transparent);
	}

	.home .joyal-bir-market-cover .wp-block-button,
	.home .joyal-bir-market-cover .wp-block-button__link {
		width: 100%;
	}

	.home #lets-bring-your-vision-to-life {
		text-align: left !important;
	}

	.home #lets-bring-your-vision-to-life + p,
	.home .wp-block-cover:has(#lets-bring-your-vision-to-life) p {
		text-align: left !important;
	}

	.home .wp-block-cover:has(#lets-bring-your-vision-to-life) {
		min-height: 420px !important;
	}

	.kenta-footer-area .kenta-footer-row-middle {
		padding-block: 34px;
	}

	.kenta-footer-area .kenta-footer-row-middle .container {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 26px;
	}

	.kenta-footer-area .kenta-builder-column {
		width: 100% !important;
	}

	.kenta-footer-area .kenta_footer_el_socials .kenta-socials {
		flex-wrap: wrap;
	}

	.kenta-footer-area .widget_search .search-input {
		min-height: 48px;
	}

	.kenta-footer-area iframe {
		height: 250px;
	}

	.kenta-footer-row-bottom .container {
		display: grid !important;
		gap: 12px;
		text-align: left;
	}
}

.joyal-choice-page {
	min-height: 70vh;
	padding: 0;
	background:
		radial-gradient(circle at 78% 12%, rgba(140, 255, 176, 0.16), transparent 30%),
		linear-gradient(180deg, #121d27 0%, #0d151d 100%);
	color: #ffffff;
}

.joyal-choice-hero,
.joyal-choice-shell {
	width: min(1120px, 100%);
	margin-inline: auto;
}

.joyal-choice-eyebrow {
	margin: 0 0 14px;
	color: var(--joyal-accent);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joyal-choice-hero h1 {
	max-width: 780px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.4rem, 5.5vw, 5.8rem);
	font-weight: 850;
	line-height: 0.98;
}

.joyal-choice-hero p:not(.joyal-choice-eyebrow) {
	max-width: 620px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.75;
}

.joyal-choice-shell {
	margin-top: clamp(34px, 6vw, 70px);
	padding: clamp(22px, 4vw, 40px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(13, 21, 29, 0.72);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.joyal-choice-shell h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.joyal-choice-shell p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.7;
}

@media (max-width: 767px) {
	.joyal-choice-page {
		padding: 72px 16px 54px;
	}

	.joyal-choice-hero h1 {
		font-size: clamp(2rem, 11vw, 3.35rem);
		line-height: 1.04;
	}

	.joyal-choice-shell {
		padding: 18px;
	}
}

.adapter-app {
	--adapter-yellow: #ffcc00;
	padding: clamp(86px, 11vw, 140px) clamp(18px, 5vw, 72px) clamp(58px, 8vw, 100px);
	color: #ffffff;
}

.adapter-app__hero,
.adapter-app__grid,
.adapter-products,
.adapter-app__cta {
	width: min(1120px, 100%);
	margin-inline: auto;
}

.adapter-app__hero p,
.adapter-detect-card p,
.adapter-product span {
	margin: 0;
	color: var(--adapter-yellow);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.adapter-app__hero h1 {
	max-width: 850px;
	margin: 14px 0 0;
	color: #ffffff;
	font-size: clamp(2.5rem, 5.8vw, 6rem);
	font-weight: 900;
	line-height: 0.98;
}

.adapter-app__hero span {
	display: block;
	max-width: 660px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.06rem;
	line-height: 1.75;
}

.adapter-app__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 18px;
	margin-top: clamp(32px, 5vw, 58px);
}

.adapter-detect-card,
.adapter-manual,
.adapter-product {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(17, 27, 36, 0.84);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.adapter-detect-card {
	padding: clamp(18px, 3vw, 30px);
	animation: adapter-rise 520ms ease both;
}

.adapter-detect-card h2,
.adapter-manual h2 {
	margin: 12px 0 0;
	color: #ffffff;
	font-size: clamp(1.45rem, 3vw, 2.35rem);
	font-weight: 900;
}

.adapter-detect-card strong {
	display: block;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.82);
}

.adapter-detect-card ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.adapter-detect-card li {
	padding: 12px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.18);
}

.adapter-detect-card li span {
	display: block;
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.78rem;
}

.adapter-detect-card li b {
	color: #ffffff;
	font-size: 0.92rem;
}

.adapter-manual {
	padding: clamp(18px, 3vw, 28px);
	animation: adapter-rise 520ms ease 80ms both;
}

.adapter-manual p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.66);
	line-height: 1.65;
}

.adapter-manual div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.adapter-manual button {
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.adapter-manual button:hover,
.adapter-manual button:focus,
.adapter-manual button.is-active {
	border-color: var(--joyal-accent);
	background: var(--adapter-yellow);
	color: #17110a;
	transform: translateY(-1px);
}

.adapter-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.adapter-product {
	display: block;
	padding: 20px;
	color: #ffffff !important;
	text-decoration: none !important;
	animation: adapter-rise 520ms ease var(--delay, 0ms) both;
	transition: transform 180ms ease, border-color 180ms ease;
}

.adapter-product:hover,
.adapter-product:focus {
	border-color: rgba(140, 255, 176, 0.62);
	transform: translateY(-4px);
}

.adapter-product h3 {
	margin: 12px 0 0;
	color: #ffffff;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.25;
}

.adapter-product p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.66);
	line-height: 1.65;
}

.adapter-app__cta {
	margin-top: 26px;
}

.adapter-app__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 6px;
	background: var(--joyal-accent);
	background: var(--adapter-yellow);
	color: #17110a !important;
	font-weight: 900;
	text-decoration: none !important;
}

.adapter-detect-card em {
	display: inline-flex;
	margin-top: 14px;
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(255, 204, 0, 0.12);
	color: var(--adapter-yellow);
	font-style: normal;
	font-weight: 900;
}

.adapter-section-title {
	width: min(1120px, 100%);
	margin: 30px auto 0;
}

.adapter-section-title h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	font-weight: 900;
}

.adapter-product small {
	display: block;
	margin-top: 12px;
	color: var(--adapter-yellow);
	font-weight: 800;
}

.adapter-products.is-empty {
	display: block;
}

.adapter-empty {
	margin: 0;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(17, 27, 36, 0.84);
	color: rgba(255, 255, 255, 0.68);
}

.adapter-app__cta small {
	display: block;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.52);
}

@keyframes adapter-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 860px) {
	.adapter-app__grid,
	.adapter-products {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.adapter-app {
		padding: 68px 16px 52px;
	}

	.adapter-app__hero h1 {
		font-size: clamp(2rem, 11vw, 3.4rem);
		line-height: 1.04;
	}

	.adapter-detect-card ul {
		grid-template-columns: 1fr;
	}
}

/* Premium visual layer for Smart Device Assistant. Logic stays in JS. */
.joyal-choice-page {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 70% 10%, rgba(255, 204, 0, 0.18), transparent 26%),
		radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.08), transparent 24%),
		linear-gradient(180deg, #05090d 0%, #0b1219 48%, #070b10 100%);
}

.joyal-choice-page::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(115deg, transparent 0 42%, rgba(255, 204, 0, 0.08) 42.2% 42.8%, transparent 43% 100%),
		radial-gradient(circle at 78% 34%, rgba(255, 204, 0, 0.12), transparent 18%);
	opacity: 0.9;
}

.adapter-app {
	position: relative;
	isolation: isolate;
	--adapter-yellow: #ffcc00;
	--adapter-glass: rgba(255, 255, 255, 0.075);
	--adapter-line: rgba(255, 255, 255, 0.16);
}

.adapter-app::before {
	content: "";
	position: absolute;
	top: clamp(92px, 12vw, 150px);
	right: clamp(16px, 8vw, 120px);
	z-index: -1;
	width: clamp(190px, 26vw, 360px);
	aspect-ratio: 0.72;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 38px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02) 38%, rgba(255, 204, 0, 0.1)),
		linear-gradient(180deg, #171f28, #05080c);
	box-shadow:
		0 40px 110px rgba(0, 0, 0, 0.5),
		0 0 80px rgba(255, 204, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);
	transform: rotate(-6deg);
	animation: adapter-device-float 6s ease-in-out infinite;
}

.adapter-app::after {
	content: "";
	position: absolute;
	top: clamp(132px, 16vw, 220px);
	right: clamp(58px, 13vw, 190px);
	z-index: -1;
	width: clamp(70px, 9vw, 132px);
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(255, 204, 0, 0.94), transparent);
	box-shadow: 0 0 26px rgba(255, 204, 0, 0.54);
	transform: rotate(-6deg);
	animation: adapter-scan-light 4.5s ease-in-out infinite;
}

.adapter-app__hero {
	position: relative;
	min-height: clamp(360px, 48vw, 560px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: clamp(0px, 28vw, 420px);
}

.adapter-app__hero p,
.adapter-detect-card p,
.adapter-product span {
	color: var(--adapter-yellow);
	text-shadow: 0 0 22px rgba(255, 204, 0, 0.18);
}

.adapter-app__hero h1 {
	max-width: 780px;
	font-weight: 880;
	letter-spacing: 0;
	text-wrap: balance;
	text-shadow: 0 22px 70px rgba(0, 0, 0, 0.44);
}

.adapter-app__hero span {
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.adapter-app__grid {
	gap: 18px;
	margin-top: 0;
}

.adapter-detect-card,
.adapter-manual,
.adapter-product,
.adapter-empty {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--adapter-line);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045) 42%, rgba(255, 204, 0, 0.04)),
		rgba(7, 12, 18, 0.72);
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(18px);
}

.adapter-detect-card::before,
.adapter-manual::before,
.adapter-product::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 22%, transparent 78%, rgba(255, 204, 0, 0.09));
	opacity: 0.7;
}

.adapter-detect-card {
	padding: clamp(22px, 4vw, 38px);
}

.adapter-detect-card h2,
.adapter-manual h2,
.adapter-section-title h2 {
	font-weight: 880;
	letter-spacing: 0;
}

.adapter-detect-card strong {
	max-width: 780px;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.62;
}

.adapter-detect-card em {
	border: 1px solid rgba(255, 204, 0, 0.2);
	border-radius: 999px;
	background: rgba(255, 204, 0, 0.1);
	box-shadow: 0 0 26px rgba(255, 204, 0, 0.1);
}

.adapter-detect-card li {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.22);
}

.adapter-detect-card li b {
	font-weight: 820;
}

.adapter-manual button {
	min-height: 44px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
}

.adapter-manual button:hover,
.adapter-manual button:focus,
.adapter-manual button.is-active {
	border-color: rgba(255, 204, 0, 0.9);
	background: var(--adapter-yellow);
	box-shadow: 0 12px 30px rgba(255, 204, 0, 0.18);
}

.adapter-section-title {
	margin-top: clamp(32px, 5vw, 58px);
}

.adapter-products {
	gap: 16px;
	margin-top: 16px;
}

.adapter-product {
	min-height: 230px;
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.adapter-product::after {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 20px;
	height: 2px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--adapter-yellow), transparent);
	opacity: 0.72;
}

.adapter-product:hover,
.adapter-product:focus {
	border-color: rgba(255, 204, 0, 0.52);
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.44),
		0 0 40px rgba(255, 204, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.adapter-product h3 {
	font-size: clamp(1.16rem, 2vw, 1.48rem);
	font-weight: 880;
}

.adapter-product p {
	color: rgba(255, 255, 255, 0.7);
}

.adapter-app__cta {
	margin-top: 34px;
}

.adapter-app__cta a {
	min-height: 54px;
	padding: 0 28px;
	border-radius: 999px;
	background: var(--adapter-yellow);
	box-shadow: 0 18px 44px rgba(255, 204, 0, 0.22);
}

.adapter-app__cta a:hover,
.adapter-app__cta a:focus {
	background: #ffffff;
	color: #06090d !important;
}

@keyframes adapter-device-float {
	0%, 100% {
		transform: translate3d(0, 0, 0) rotate(-6deg);
	}

	50% {
		transform: translate3d(0, -14px, 0) rotate(-4deg);
	}
}

@keyframes adapter-scan-light {
	0%, 100% {
		opacity: 0.35;
		transform: translate3d(-18px, 0, 0) rotate(-6deg);
	}

	50% {
		opacity: 1;
		transform: translate3d(18px, 52px, 0) rotate(-6deg);
	}
}

@media (max-width: 860px) {
	.adapter-app::before {
		top: 108px;
		right: -40px;
		width: 170px;
		border-radius: 28px;
		opacity: 0.58;
	}

	.adapter-app::after {
		right: 10px;
	}

	.adapter-app__hero {
		min-height: 420px;
		padding-right: 88px;
	}
}

@media (max-width: 767px) {
	.adapter-app {
		padding-top: 58px;
	}

	.adapter-app__hero {
		min-height: 390px;
		padding-right: 58px;
	}

	.adapter-app__hero h1 {
		max-width: 320px;
	}

	.adapter-detect-card,
	.adapter-manual,
	.adapter-product {
		border-radius: 12px;
		backdrop-filter: blur(12px);
	}

	.adapter-product {
		min-height: 190px;
	}
}
