:root {
	--j4y-ink: #101010;
	--j4y-ink-soft: #1b1028;
	--j4y-violet: #4b0082;
	--j4y-violet-soft: #7a22bf;
	--j4y-orange: #ff6a00;
	--j4y-orange-dark: #bf4f00;
	--j4y-gold: #ff8a00;
	--j4y-gold-dark: #d45f00;
	--j4y-ivory: #f7f7f9;
	--j4y-beige: #e8e8ee;
	--j4y-white: #ffffff;
	--j4y-paper: #f7f7f9;
	--j4y-paper-strong: #e8e8ee;
	--j4y-border: rgba(27, 27, 27, 0.14);
	--j4y-muted: #5f5f68;
	--j4y-shadow: 0 22px 70px rgba(16, 16, 16, 0.14);
	--j4y-serif: "Playfair Display", Georgia, serif;
	--j4y-sans: "Inter", "Poppins", "Segoe UI", sans-serif;
	--j4y-script: var(--j4y-sans);
	--j4y-plum: #1b1028;
	--j4y-soft-violet: #7a22bf;
	--j4y-dark-orange: #bf4f00;
	--j4y-dark-gold: #d45f00;
	--j4y-neutral: #e8e8ee;
}

/* Homepage quick-link panel inspired by the supplied Explore Now reference. */
.explore-now-area {
	background: radial-gradient(circle at 50% 10%, rgba(255, 138, 0, 0.12), transparent 42%), #101010;
}

.explore-now-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 5vw, 68px);
	border: 1px solid rgba(255, 138, 0, 0.32);
	border-radius: 34px;
	background: linear-gradient(145deg, rgba(27, 16, 40, 0.92), rgba(16, 16, 16, 0.96));
	box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.08);
}

.explore-now-panel:before {
	content: "";
	position: absolute;
	inset: -30% 55% 45% -10%;
	background: radial-gradient(circle, rgba(255, 106, 0, 0.2), transparent 68%);
	pointer-events: none;
}

.explore-now-heading { position: relative; z-index: 1; }
.explore-now-heading p { max-width: 620px; margin-inline: auto; }

.explore-now-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.explore-now-card {
	min-height: 178px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 26px 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
	color: #fff !important;
	text-align: center;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.explore-now-card:hover,
.explore-now-card:focus {
	transform: translateY(-6px);
	border-color: rgba(255, 138, 0, 0.65);
	box-shadow: 0 26px 58px rgba(0, 0, 0, 0.35), 0 0 30px rgba(255, 106, 0, 0.12);
}

.explore-now-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 14px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 106, 0, 0.2), rgba(122, 34, 191, 0.2));
	color: #ff9f2e;
	font-size: 28px;
}

.explore-now-card strong { display: block; font-size: 20px; line-height: 1.2; }
.explore-now-card small { display: block; margin-top: 7px; color: rgba(255,255,255,.62); font-size: 14px; }

.explore-now-card.explore-whatsapp {
	border-color: rgba(37, 211, 102, 0.48);
	background: linear-gradient(145deg, rgba(37, 211, 102, 0.15), rgba(255, 255, 255, 0.035));
}

.explore-now-card.explore-whatsapp .explore-now-icon {
	background: rgba(37, 211, 102, 0.14);
	color: #25d366;
}

.floating-socials .social-floating-whatsapp,
.floating-socials .social-floating-whatsapp:hover,
.floating-socials .social-floating-whatsapp:focus {
	background: #25d366 !important;
	border-color: #64eb95 !important;
	color: #07180d !important;
	animation: j4y-whatsapp-pulse 1.8s ease-in-out infinite;
}

@keyframes j4y-whatsapp-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .42), 0 18px 42px rgba(0,0,0,.3); }
	50% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0), 0 18px 48px rgba(37, 211, 102, .32); }
}

@media (max-width: 767px) {
	.explore-now-panel { padding: 30px 18px; border-radius: 24px; }
	.explore-now-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.explore-now-card { min-height: 150px; padding: 20px 10px; border-radius: 18px; }
	.explore-now-icon { width: 54px; height: 54px; border-radius: 16px; font-size: 24px; }
	.explore-now-card strong { font-size: 17px; }
	.explore-now-card:last-child { grid-column: 1 / -1; width: calc(50% - 6px); justify-self: center; }
}

/* Final production polish: quiet luxury, smooth rhythm, less visual noise. */
:root { --j4y-scroll-progress: 0%; }

html { scroll-padding-top: 104px; }

body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

::selection { background: rgba(255, 138, 0, .78); color: #111214; }

.j4y-scroll-progress {
	background: rgba(255, 255, 255, .035);
	height: 2px;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 12000;
}

.j4y-scroll-progress span {
	background: linear-gradient(90deg, #ff6a00, #ffb347 58%, #7a22bf);
	box-shadow: 0 0 16px rgba(255, 138, 0, .38);
	display: block;
	height: 100%;
	transform-origin: left center;
	width: var(--j4y-scroll-progress);
}

main > section:not(.j4y-hero) { padding-block: clamp(76px, 8vw, 124px); }

.services-area,
.selected-work-area,
.celebrity-work-area,
.why-area,
.process-area,
.gallery-preview,
.case-preview,
.industries-preview,
.trust-area,
.faq-area,
.contact-area-j4y,
.service-detail,
.service-gallery,
.gallery-page,
.case-study-page {
	content-visibility: auto;
	contain-intrinsic-size: 1px 900px;
}

.motion-ready .j4y-energy-field:before { opacity: .28 !important; }

.motion-ready .j4y-tilt-card:hover {
	box-shadow: 0 28px 72px rgba(0, 0, 0, .38), 0 0 0 1px rgba(255, 138, 0, .16) !important;
	transform: translateY(-5px) !important;
}

.motion-ready .reveal-on-scroll.j4y-flow-card:not(.j4y-tilt-card),
.motion-ready .j4y-tilt-card.reveal-on-scroll.j4y-flow-card {
	transition-duration: .68s !important;
	transition-timing-function: cubic-bezier(.22, 1, .36, 1) !important;
}

:is(.service-tile, .selected-work-card, .gallery-card, .case-card, .process-step, .why-grid div) {
	backdrop-filter: blur(10px);
}

@media (pointer: coarse), (max-width: 767px) {
	.motion-ready .j4y-tilt-card,
	.motion-ready .j4y-tilt-card:hover,
	.motion-ready .j4y-tilt-card.is-tilting {
		transform: none !important;
	}

	main > section:not(.j4y-hero) { padding-block: clamp(62px, 15vw, 88px); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto !important; }
	.j4y-scroll-progress span { transition: none; }
}

/* Portfolio film: shared inline and fullscreen experience. */
.about-showreel-play { align-items:center; background:rgba(12,13,16,.74); border:1px solid rgba(255,168,72,.62); border-radius:999px; box-shadow:0 24px 70px rgba(0,0,0,.52),0 0 48px rgba(255,106,0,.2); color:#fff; display:inline-flex; gap:12px; left:50%; padding:8px 20px 8px 8px; position:absolute; top:50%; transform:translate(-50%,-50%); z-index:5; }
.about-showreel-play span { align-items:center; background:linear-gradient(135deg,#ff6a00,#ffb347); border-radius:50%; box-shadow:0 0 0 8px rgba(255,106,0,.12); color:#111214; display:inline-flex; height:54px; justify-content:center; transition:transform .3s ease,box-shadow .3s ease; width:54px; }
.about-showreel-play strong { font-size:13px; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.about-showreel-play:hover span,.about-showreel-play:focus span { box-shadow:0 0 0 12px rgba(255,106,0,.13),0 0 38px rgba(255,138,0,.42); transform:scale(1.08); }
.portfolio-film-area { background:radial-gradient(circle at 85% 18%,rgba(111,37,180,.2),transparent 32%),radial-gradient(circle at 12% 80%,rgba(255,106,0,.15),transparent 34%),linear-gradient(145deg,#111214,#1b1d22)!important; border-bottom:1px solid rgba(255,138,0,.16); border-top:1px solid rgba(255,138,0,.16); }
.portfolio-film-area h2 { color:#fff; }
.portfolio-film-area p { color:rgba(247,247,249,.76); }
.portfolio-film-link { background:transparent; border:0; cursor:pointer; padding:0; }
.portfolio-video-frame { border-radius:24px; overflow:hidden; position:relative; }
.portfolio-video-frame:before { background:linear-gradient(90deg,#ff6a00,#ffb347,#7a22bf); content:""; height:3px; inset:0 0 auto; position:absolute; z-index:2; }
.portfolio-video-frame video { display:block; width:100%; }
.portfolio-video-poster {
	align-items: center;
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 118, 16, 0.16), transparent 31%),
		radial-gradient(circle at 70% 72%, rgba(119, 45, 190, 0.2), transparent 36%),
		linear-gradient(145deg, #08090c, #15121b 58%, #090a0d);
	border: 0;
	cursor: pointer;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 1;
	position: absolute;
	transition: opacity 650ms ease, visibility 650ms ease;
	visibility: visible;
	z-index: 3;
}
.portfolio-video-poster:before {
	background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.08) 48%, transparent 65%);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
	transition: transform 1.2s ease;
}
.portfolio-video-poster:hover:before { transform: translateX(100%); }
.portfolio-video-poster > img {
	filter: drop-shadow(0 18px 38px rgba(0,0,0,.56)) drop-shadow(0 0 28px rgba(255,112,12,.17));
	height: auto;
	max-width: 52%;
}
.portfolio-video-poster > span {
	align-items: center;
	background: rgba(10, 11, 14, .84);
	border: 1px solid rgba(255, 159, 54, .52);
	border-radius: 999px;
	bottom: clamp(16px, 4vw, 30px);
	box-shadow: 0 14px 34px rgba(0,0,0,.42), 0 0 24px rgba(255,106,0,.12);
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	gap: 10px;
	left: clamp(16px, 4vw, 30px);
	letter-spacing: .09em;
	padding: 12px 17px;
	position: absolute;
	text-transform: uppercase;
}
.portfolio-video-poster > span i { color: var(--j4y-gold); }
.portfolio-video-poster.is-hidden { opacity: 0; pointer-events: none; visibility: hidden; }
.portfolio-film-open { overflow:hidden; }
.portfolio-film-modal { align-items:center; background:radial-gradient(circle at 18% 20%,rgba(255,106,0,.16),transparent 28%),radial-gradient(circle at 82% 78%,rgba(122,34,191,.2),transparent 32%),rgba(7,8,10,.96); display:flex; inset:0; justify-content:center; padding:clamp(22px,5vw,72px); position:fixed; z-index:10020; }
.portfolio-film-modal[hidden] { display:none; }
.portfolio-film-modal-frame { background:#08090b; border:1px solid rgba(255,152,48,.38); border-radius:26px; box-shadow:0 44px 140px rgba(0,0,0,.75),0 0 72px rgba(122,34,191,.2); max-width:1280px; overflow:hidden; width:100%; }
.portfolio-film-modal video { display:block; max-height:82vh; width:100%; }
.portfolio-film-close { align-items:center; background:rgba(16,16,18,.82); border:1px solid rgba(255,152,48,.45); border-radius:50%; color:#ffb347; display:inline-flex; height:52px; justify-content:center; position:fixed; right:22px; top:22px; width:52px; z-index:2; }
@media only screen and (max-width:767px) {
	.about-showreel-play { padding:6px 15px 6px 6px; }
	.about-showreel-play span { height:46px; width:46px; }
	.about-showreel-play strong { font-size:11px; }
	.portfolio-film-area .col-lg-5 { margin-bottom:28px; }
	.portfolio-film-modal { padding:64px 10px 22px; }
	.portfolio-film-modal-frame { border-radius:16px; }
	.portfolio-film-close { height:44px; right:12px; top:12px; width:44px; }
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--j4y-ivory);
	color: var(--j4y-ink);
	font-family: var(--j4y-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body,
p,
.form-control {
	font-family: var(--j4y-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
	font-family: var(--j4y-sans);
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--j4y-ink);
	font-family: var(--j4y-serif);
	font-weight: 800;
	line-height: 1.14;
	text-transform: none;
}

p {
	color: var(--j4y-muted);
	line-height: 1.75;
	margin-bottom: 0;
}

a {
	color: inherit;
	transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

a:hover,
a:focus {
	color: var(--j4y-orange);
	text-decoration: none;
}

img,
video {
	max-width: 100%;
}

button {
	cursor: pointer;
}

a,
button,
.gallery-filter,
.site-menu-toggle,
.site-mobile-menu-close,
.whatsapp-float {
	cursor: pointer;
}

:where(a, button, input, textarea, select, .gallery-filter, .btn-primary-j4y, .btn-secondary-j4y):focus-visible {
	outline: 3px solid rgba(255, 106, 0, 0.32);
	outline-offset: 3px;
}

[hidden] {
	display: none !important;
}

.section-padding {
	padding: 108px 0;
}

.section-padding-sm {
	padding: 58px 0;
}

.section-title {
	margin-bottom: 58px;
	position: relative;
	z-index: 1;
}

.section-title h2,
.about-band h2,
.why-area h2,
.video-area h2,
.trust-area h2,
.contact-form-panel h2,
.service-detail h2,
.case-study-content h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.12;
	margin-bottom: 14px;
	text-transform: none;
	text-wrap: balance;
}

.section-title p {
	line-height: 1.78;
	margin: 0 auto;
	max-width: 760px;
	padding: 0;
	width: auto;
}

.section-title:after {
	background: linear-gradient(90deg, transparent, var(--j4y-violet), var(--j4y-orange), transparent);
	content: "";
	display: block;
	height: 1px;
	margin: 26px auto 0;
	max-width: 220px;
}

.section-kicker,
.eyebrow {
	color: var(--j4y-orange);
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.section-title .section-kicker,
.section-title .eyebrow {
	background: transparent;
	display: inline-flex;
	height: auto;
	justify-content: center;
	margin: 0 0 12px;
	width: auto;
}

.preloader .double-bounce1,
.preloader .double-bounce2 {
	background: var(--j4y-orange);
}

.topcontrol {
	background: var(--j4y-ink);
	border-radius: 8px;
}

.topcontrol:hover {
	background: var(--j4y-orange);
}

.sticky-wrapper {
	position: absolute;
	z-index: 2000;
}

.site-navbar {
	padding: 10px 0;
}

.sticky-wrapper .site-navbar,
.sticky-wrapper.is-sticky .site-navbar {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(36, 16, 51, 0.08);
	box-shadow: 0 12px 32px rgba(36, 16, 51, 0.09);
}

.site-logo {
	font-size: 0;
}

.brand-mark {
	align-items: center;
	color: var(--j4y-ink) !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 12px;
	line-height: 1.15;
	text-transform: uppercase;
}

.brand-icon {
	align-items: center;
	background: linear-gradient(135deg, var(--j4y-violet) 0%, var(--j4y-ink) 56%, var(--j4y-orange) 100%);
	border: 1px solid rgba(255, 106, 0, 0.28);
	border-radius: 10px;
	box-shadow: 0 12px 24px rgba(75, 0, 130, 0.18);
	color: var(--j4y-white);
	display: inline-flex;
	flex: 0 0 50px;
	font-size: 13px;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: 50px;
}

.brand-icon:before,
.brand-icon:after {
	background: rgba(255, 255, 255, 0.85);
	content: "";
	position: absolute;
}

.brand-icon:before {
	height: 2px;
	right: 8px;
	top: 10px;
	width: 16px;
}

.brand-icon:after {
	border-radius: 50%;
	bottom: 9px;
	height: 7px;
	left: 9px;
	width: 7px;
}

.brand-icon span {
	position: relative;
	z-index: 1;
}

.brand-copy {
	display: grid;
	gap: 2px;
	letter-spacing: 0;
	line-height: 1.04;
}

.brand-copy strong,
.brand-copy small {
	color: var(--j4y-ink);
	display: block;
	font-weight: 900;
}

.brand-copy strong {
	font-size: 14px;
}

.brand-copy small {
	font-size: 10px;
	letter-spacing: 0.04em;
}

.site-navbar .site-navigation .site-menu > li > a {
	color: var(--j4y-ink) !important;
	font-size: 13px;
	font-weight: 800;
	padding: 22px 9px;
	text-transform: none;
}

.sticky-wrapper .site-navbar .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	color: var(--j4y-ink) !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a.active,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
	color: var(--j4y-orange) !important;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
	right: -2px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	border-top: 3px solid var(--j4y-orange);
	border-radius: 0 0 8px 8px;
	box-shadow: var(--j4y-shadow);
	overflow: hidden;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	min-width: 250px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: var(--j4y-paper);
	color: var(--j4y-orange);
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta {
	background: var(--j4y-orange);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(255, 106, 0, 0.26);
	color: var(--j4y-white) !important;
	margin-left: 6px;
	padding: 13px 16px;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta:hover {
	background: var(--j4y-ink);
	color: var(--j4y-white) !important;
}

.sticky-wrapper .site-navbar .site-menu-toggle,
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
	color: var(--j4y-ink);
}

.mobile-toggle-wrap {
	position: relative;
	top: 2px;
}

.creative-menu-toggle {
	align-items: center;
	background: var(--j4y-white);
	border: 1px solid rgba(75, 0, 130, 0.14);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(36, 16, 51, 0.12);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
	width: 54px;
}

.creative-menu-toggle:hover,
.creative-menu-toggle:focus {
	background: var(--j4y-violet);
	border-color: var(--j4y-violet);
	box-shadow: 0 16px 34px rgba(75, 0, 130, 0.2);
	transform: translateY(-2px);
}

.menu-toggle-visual {
	display: grid;
	gap: 5px;
	position: relative;
	width: 24px;
}

.menu-toggle-visual span {
	background: var(--j4y-violet);
	border-radius: 999px;
	display: block;
	height: 2px;
	transition: background-color 0.24s ease, transform 0.24s ease, width 0.24s ease;
	width: 24px;
}

.menu-toggle-visual span:nth-child(2) {
	background: var(--j4y-orange);
	width: 17px;
}

.menu-toggle-visual span:nth-child(3) {
	width: 12px;
}

.menu-toggle-visual i {
	background: var(--j4y-orange);
	border: 2px solid var(--j4y-white);
	border-radius: 50%;
	height: 10px;
	position: absolute;
	right: -6px;
	top: -7px;
	transition: transform 0.24s ease;
	width: 10px;
}

.creative-menu-toggle:hover .menu-toggle-visual span,
.creative-menu-toggle:focus .menu-toggle-visual span {
	background: var(--j4y-white);
	width: 24px;
}

.creative-menu-toggle:hover .menu-toggle-visual i,
.creative-menu-toggle:focus .menu-toggle-visual i {
	transform: scale(1.18);
}

.site-mobile-menu {
	background: var(--j4y-ink);
	z-index: 3000;
}

.site-mobile-menu .site-mobile-menu-close span {
	color: var(--j4y-white);
}

.site-mobile-menu .site-nav-wrap a {
	color: rgba(255, 255, 255, 0.84);
}

.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li .active {
	color: var(--j4y-gold);
}

.site-mobile-menu .site-nav-wrap > li > a {
	font-size: 16px;
	font-weight: 800;
}

.site-mobile-menu .nav-cta {
	background: var(--j4y-gold);
	border-radius: 3px;
	color: var(--j4y-ink) !important;
	margin: 12px 20px;
	text-align: center;
}

.j4y-hero {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(36, 16, 51, 0.94) 0%, rgba(36, 16, 51, 0.76) 48%, rgba(36, 16, 51, 0.42) 100%),
		var(--hero-image) center/cover no-repeat;
	display: flex;
	min-height: 88vh;
	overflow: hidden;
	padding: 148px 0 58px;
	position: relative;
}

.j4y-hero:after {
	background: linear-gradient(90deg, var(--j4y-violet), var(--j4y-orange), var(--j4y-paper-strong));
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
}

.hero-content {
	max-width: 860px;
	position: relative;
	z-index: 1;
}

.hero-content h1 {
	color: var(--j4y-white);
	font-size: 58px;
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 22px;
	max-width: 860px;
}

.hero-content p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	max-width: 720px;
}

.hero-content .hero-services {
	color: #ffb37a;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 12px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.btn-primary-j4y,
.btn-secondary-j4y {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 50px;
	padding: 16px 22px;
	text-align: center;
	transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.btn-primary-j4y {
	background: var(--j4y-orange);
	border: 2px solid var(--j4y-orange);
	box-shadow: 0 16px 34px rgba(255, 106, 0, 0.28);
	color: var(--j4y-white);
}

.btn-primary-j4y:hover {
	background: var(--j4y-violet);
	border-color: var(--j4y-violet);
	color: var(--j4y-white);
	transform: translateY(-2px);
}

.btn-secondary-j4y {
	background: rgba(255, 255, 255, 0.12);
	border: 2px solid rgba(255, 255, 255, 0.72);
	color: var(--j4y-white);
}

.btn-secondary-j4y:hover {
	background: var(--j4y-white);
	border-color: var(--j4y-white);
	color: var(--j4y-ink);
	transform: translateY(-2px);
}

.text-link {
	align-items: center;
	color: var(--j4y-orange);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 7px;
	margin-top: 18px;
}

.text-link i {
	transition: transform 0.22s ease;
}

.text-link:hover {
	color: var(--j4y-ink);
}

.text-link:hover i {
	transform: translateX(4px);
}

.hero-proof-grid {
	align-items: stretch;
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr 1fr 1.2fr;
	margin-top: 66px;
	position: relative;
	z-index: 1;
}

.hero-proof-grid img,
.hero-proof-grid div {
	aspect-ratio: 16 / 10;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	min-height: 130px;
}

.hero-proof-grid img {
	filter: saturate(1.08);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hero-proof-grid div {
	background: rgba(255, 255, 255, 0.93);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
}

.hero-proof-grid strong {
	color: var(--j4y-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 8px;
}

.hero-proof-grid span {
	color: var(--j4y-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

.page-hero {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(36, 16, 51, 0.9), rgba(36, 16, 51, 0.58)),
		var(--page-hero-image) center/cover no-repeat;
	display: flex;
	min-height: 440px;
	padding: 142px 0 72px;
	position: relative;
}

.page-hero:after {
	background: linear-gradient(90deg, var(--j4y-violet), var(--j4y-orange), var(--j4y-paper-strong));
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
}

.page-hero-content {
	max-width: 820px;
}

.page-hero h1 {
	color: var(--j4y-white);
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 16px;
}

.page-hero p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	max-width: 720px;
}

.logo-wall {
	background: var(--j4y-paper);
}

.logo-wall-inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: 220px minmax(0, 1fr);
	overflow: hidden;
}

.logo-wall-inner > span {
	color: var(--j4y-ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
	text-transform: uppercase;
}

.client-logo-marquee {
	background: var(--j4y-white);
	border: 1px solid var(--j4y-border);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.client-logo-marquee:before,
.client-logo-marquee:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 74px;
	z-index: 2;
}

.client-logo-marquee:before {
	background: linear-gradient(90deg, var(--j4y-white), rgba(255, 255, 255, 0));
	left: 0;
}

.client-logo-marquee:after {
	background: linear-gradient(270deg, var(--j4y-white), rgba(255, 255, 255, 0));
	right: 0;
}

.client-logo-track {
	align-items: center;
	animation: j4yLogoTicker 28s linear infinite;
	display: flex;
	gap: 14px;
	padding: 13px 14px;
	width: max-content;
}

.client-logo-badge {
	align-items: center;
	background: linear-gradient(135deg, rgba(75, 0, 130, 0.08), rgba(255, 106, 0, 0.08));
	border: 1px solid rgba(75, 0, 130, 0.14);
	border-radius: 8px;
	color: var(--j4y-ink);
	display: inline-flex;
	height: 54px;
	justify-content: center;
	min-width: 138px;
	padding: 0 18px;
	text-align: center;
	text-transform: uppercase;
}

.client-logo-badge img {
	display: block;
	filter: saturate(0.95) contrast(1.02);
	max-height: 30px;
	max-width: 106px;
	object-fit: contain;
}

.client-logo-badge strong {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.1;
}

@keyframes j4yLogoTicker {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.about-band {
	background: var(--j4y-white);
}

.about-band p + p {
	margin-top: 16px;
}

.image-stack {
	min-height: 470px;
	position: relative;
}

.image-stack img {
	border-radius: 8px;
	box-shadow: var(--j4y-shadow);
	object-fit: cover;
}

.image-stack-main {
	aspect-ratio: 5 / 4;
	height: auto;
	width: 82%;
}

.image-stack-small {
	aspect-ratio: 4 / 3;
	border: 8px solid var(--j4y-white);
	bottom: 0;
	position: absolute;
	right: 0;
	width: 45%;
}

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

.metric-grid article {
	background: var(--j4y-paper);
	border: 1px solid var(--j4y-border);
	border-radius: 8px;
	min-height: 150px;
	padding: 26px;
}

.metric-grid strong {
	color: var(--j4y-ink);
	display: block;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}

.metric-grid span {
	color: var(--j4y-muted);
	font-size: 14px;
	font-weight: 700;
}

.services-area {
	background: var(--j4y-paper);
}

.services-area .section-title {
	margin-bottom: 54px;
	padding: 0 16px;
}

.services-area .section-title h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.services-area .section-title p {
	max-width: 720px;
}

.services-area .row {
	row-gap: 6px;
}

.service-tile,
.case-card,
.gallery-card,
.industry-grid article,
.credential-grid div,
.value-grid article,
.requirement-grid div,
.detail-flow article,
.process-step,
.service-summary,
.handle-card {
	background: var(--j4y-white);
	border: 1px solid var(--j4y-border);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(36, 16, 51, 0.06);
}

.service-tile {
	height: calc(100% - 28px);
	margin-bottom: 28px;
	overflow: hidden;
	transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
	will-change: transform;
}

.service-tile:hover {
	border-color: rgba(255, 106, 0, 0.38);
	box-shadow: 0 20px 48px rgba(36, 16, 51, 0.14);
	transform: translateY(-6px);
}

.service-image {
	display: block;
	overflow: hidden;
}

.service-image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.service-tile:hover .service-image img {
	transform: scale(1.04);
}

.service-body {
	padding: 24px;
}

.service-body i {
	align-items: center;
	background: rgba(255, 106, 0, 0.11);
	border-radius: 8px;
	color: var(--j4y-orange);
	display: inline-flex;
	font-size: 24px;
	height: 52px;
	justify-content: center;
	margin-bottom: 18px;
	transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
	width: 52px;
}

.service-tile:hover .service-body i {
	background: var(--j4y-violet);
	color: var(--j4y-white);
	transform: translateY(-3px);
}

.service-body h3,
.case-card h3,
.gallery-card h3,
.industry-grid h3,
.credential-grid h3,
.value-grid h3,
.requirement-grid span,
.detail-flow h3,
.process-step h3,
.service-summary h3 {
	color: var(--j4y-ink);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 10px;
}

.service-body p {
	font-size: 14px;
	line-height: 1.72;
}

.why-area,
.video-area,
.trust-area,
.service-detail,
.case-study-page,
.values-area {
	background: var(--j4y-white);
}

.why-area .btn-primary-j4y {
	margin-top: 26px;
}

.why-grid,
.credential-grid,
.value-grid,
.requirement-grid,
.detail-flow,
.industry-grid {
	display: grid;
	gap: 16px;
}

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

.why-grid div,
.requirement-grid div {
	align-items: flex-start;
	background: var(--j4y-paper);
	border: 1px solid var(--j4y-border);
	border-radius: 8px;
	display: flex;
	gap: 12px;
	min-height: 84px;
	padding: 22px;
}

.why-grid i,
.requirement-grid i {
	align-items: center;
	background: var(--j4y-violet);
	border-radius: 50%;
	color: var(--j4y-white);
	display: inline-flex;
	flex: 0 0 26px;
	font-size: 12px;
	height: 26px;
	justify-content: center;
	margin-top: 1px;
	width: 26px;
}

.why-grid span {
	color: var(--j4y-ink);
	font-weight: 800;
	line-height: 1.5;
}

.process-area,
.gallery-preview,
.industries-preview,
.contact-area-j4y,
.service-gallery,
.gallery-page {
	background: var(--j4y-paper);
}

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

.process-step {
	min-height: 230px;
	padding: 26px;
	position: relative;
}

.process-step:before {
	background: var(--j4y-orange);
	border-radius: 8px 8px 0 0;
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.process-step span {
	color: rgba(75, 0, 130, 0.16);
	display: block;
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 18px;
}

.gallery-container {
	max-width: 1520px;
}

.gallery-filter-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 34px;
}

.gallery-filter {
	background: var(--j4y-white);
	border: 1px solid var(--j4y-border);
	border-radius: 8px;
	color: var(--j4y-ink);
	font-size: 13px;
	font-weight: 900;
	min-height: 42px;
	padding: 10px 16px;
}

.gallery-filter.active,
.gallery-filter:hover {
	background: var(--j4y-orange);
	border-color: var(--j4y-orange);
	color: var(--j4y-white);
}

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

.gallery-card {
	overflow: hidden;
}

.gallery-image {
	display: block;
	overflow: hidden;
	position: relative;
}

.gallery-card .gallery_enlarge_icon {
	background: transparent;
	border-radius: 0;
	color: inherit;
	height: auto;
	left: auto;
	line-height: normal;
	opacity: 1;
	position: relative;
	top: auto;
	transform: none;
	width: auto;
}

.gallery-image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.gallery-image span {
	align-items: center;
	background: rgba(36, 16, 51, 0.82);
	border-radius: 8px;
	color: var(--j4y-white);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	transition: opacity 0.25s ease;
	width: 46px;
}

.gallery-card:hover .gallery-image img {
	transform: scale(1.04);
}

.gallery-card:hover .gallery-image span {
	opacity: 1;
}

.gallery-card > div {
	padding: 20px;
}

.gallery-card small {
	color: var(--j4y-orange);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.section-action {
	margin-top: 34px;
	text-align: center;
}

.video-frame {
	background: var(--j4y-ink);
	border-radius: 8px;
	box-shadow: var(--j4y-shadow);
	overflow: hidden;
}

.video-frame video {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.case-preview {
	background: var(--j4y-white);
}

.case-card {
	height: calc(100% - 28px);
	margin-bottom: 28px;
	overflow: hidden;
}

.case-card img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.case-card > div {
	padding: 24px;
}

.industry-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-grid article,
.value-grid article,
.credential-grid div,
.detail-flow article {
	padding: 26px;
}

.industry-grid article {
	min-height: 170px;
}

.industry-icon {
	align-items: center;
	background: rgba(75, 0, 130, 0.08);
	border: 1px solid rgba(75, 0, 130, 0.1);
	border-radius: 10px;
	color: var(--j4y-violet);
	display: inline-flex;
	font-size: 22px;
	height: 52px;
	justify-content: center;
	margin-bottom: 18px;
	transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
	width: 52px;
}

.industry-grid article:hover .industry-icon {
	background: var(--j4y-orange);
	color: var(--j4y-white);
	transform: translateY(-3px);
}

.credential-grid {
	grid-template-columns: 1fr;
	margin-top: 28px;
}

.credential-grid i {
	color: var(--j4y-orange);
	font-size: 26px;
	margin-bottom: 14px;
}

.testimonial-list {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}

.testimonial-list blockquote {
	background: var(--j4y-paper);
	border-left: 5px solid var(--j4y-orange);
	border-radius: 8px;
	color: var(--j4y-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.65;
	margin: 0;
	padding: 22px;
}

.google-review {
	align-items: center;
	background: var(--j4y-ink);
	border-radius: 8px;
	color: var(--j4y-white);
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	padding: 18px 20px;
}

.google-review span {
	font-weight: 900;
}

.google-review i {
	color: var(--j4y-orange);
	margin-right: 8px;
}

.google-review a {
	color: var(--j4y-white);
	font-size: 13px;
	font-weight: 900;
	text-decoration: underline;
}

.contact-info-panel,
.contact-form-panel,
.thank-you-card {
	background: var(--j4y-white);
	border: 1px solid var(--j4y-border);
	border-radius: 8px;
	box-shadow: var(--j4y-shadow);
	height: 100%;
	padding: 34px;
}

.contact-info-panel {
	background: var(--j4y-ink);
	color: var(--j4y-white);
}

.contact-info-panel h3,
.contact-info-panel p,
.contact-meta span,
.contact-meta a {
	color: var(--j4y-white);
}

.contact-meta {
	margin-top: 26px;
}

.contact-meta div {
	align-items: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	gap: 12px;
	padding: 16px 0;
}

.contact-meta i {
	color: var(--j4y-orange);
	flex: 0 0 24px;
	font-size: 22px;
	margin-top: 3px;
}

.panel-whatsapp {
	margin-top: 18px;
	width: 100%;
}

.contact-form-panel label {
	color: var(--j4y-ink);
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
}

.contact-form-panel .form-control,
.j4y-form .form-control {
	background: var(--j4y-paper);
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: none;
	color: var(--j4y-ink);
	font-size: 15px;
	min-height: 52px;
	padding: 13px 15px;
}

.contact-form-panel textarea.form-control,
.j4y-form textarea.form-control {
	min-height: 138px;
	resize: vertical;
}

.contact-form-panel .form-control:focus,
.j4y-form .form-control:focus {
	background: var(--j4y-white);
	border-color: var(--j4y-orange);
	box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.14);
}

.contact-form-panel .btn-primary-j4y {
	width: 100%;
}

.error,
.success {
	border-radius: 8px;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-top: 8px;
	padding: 10px 12px;
}

.error {
	background: rgba(255, 106, 0, 0.1);
	color: var(--j4y-orange-dark);
}

.success {
	background: rgba(75, 0, 130, 0.1);
	color: var(--j4y-violet);
	margin-bottom: 20px;
}

.map-section iframe {
	display: block;
	height: 430px;
	width: 100%;
}

.service-summary {
	height: 100%;
	overflow: hidden;
}

.service-detail .row {
	align-items: stretch;
	row-gap: 30px;
}

.service-summary img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.service-summary h3 {
	padding: 24px 24px 0;
}

.service-summary .tick-list {
	padding: 0 24px 24px;
}

.handle-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.handle-card {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	min-height: 144px;
	padding: 22px;
}

.handle-icon {
	align-items: center;
	background: rgba(75, 0, 130, 0.08);
	border: 1px solid rgba(75, 0, 130, 0.12);
	border-radius: 8px;
	color: var(--j4y-violet);
	display: inline-flex;
	flex: 0 0 46px;
	font-size: 19px;
	height: 46px;
	justify-content: center;
	transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
	width: 46px;
}

.handle-card p {
	color: var(--j4y-muted);
	font-size: 15px;
	line-height: 1.62;
	margin: 0;
}

.handle-card strong {
	color: var(--j4y-ink);
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.32;
	margin-bottom: 5px;
}

.handle-card span:not(.handle-icon) {
	display: block;
}

.tick-list {
	list-style: none;
	margin-top: 20px;
}

.tick-list li {
	align-items: flex-start;
	color: var(--j4y-ink);
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 12px;
	margin-bottom: 14px;
	padding-left: 0;
}

.tick-icon {
	align-items: center;
	background: rgba(75, 0, 130, 0.08);
	border: 1px solid rgba(255, 106, 0, 0.32);
	border-radius: 50%;
	color: var(--j4y-orange);
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 12px;
	height: 22px;
	justify-content: center;
	top: 2px;
	transform: translateY(1px);
	width: 28px;
}

.tick-list li > span:last-child {
	flex: 1;
}

.detail-flow {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.requirement-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-study-row {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 70px;
}

.case-study-row:nth-child(even) .case-study-image {
	order: 2;
}

.case-study-image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	box-shadow: var(--j4y-shadow);
	object-fit: cover;
	width: 100%;
}

.case-study-content h3 {
	color: var(--j4y-orange);
	font-size: 14px;
	font-weight: 900;
	margin: 22px 0 8px;
	text-transform: uppercase;
}

.cta-band {
	background:
		linear-gradient(90deg, rgba(36, 16, 51, 0.94), rgba(36, 16, 51, 0.84)),
		url("../img/work/mall-stage-roadshow.jpg") center/cover no-repeat;
	padding: 72px 0;
}

.cta-content {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: space-between;
}

.cta-content h2 {
	color: var(--j4y-white);
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 12px;
}

.cta-content p {
	color: rgba(255, 255, 255, 0.78);
	max-width: 700px;
}

.cta-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 12px;
}

.thank-you-page {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(36, 16, 51, 0.92), rgba(36, 16, 51, 0.58)),
		var(--page-hero-image) center/cover no-repeat;
	display: flex;
	min-height: 100vh;
	padding: 140px 0 70px;
}

.thank-you-card {
	max-width: 680px;
}

.thank-you-card h1 {
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 16px;
}

.footer-j4y {
	background: var(--j4y-ink);
	padding-top: 56px;
}

.footer-tagline {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--j4y-white);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.25;
	margin-bottom: 38px;
	padding-bottom: 28px;
}

.footer-main {
	padding-bottom: 38px;
}

.footer-j4y p,
.footer-j4y li,
.footer-j4y a,
.footer-bottom p {
	color: rgba(255, 255, 255, 0.72);
	overflow-wrap: anywhere;
}

.footer-j4y h4 {
	color: var(--j4y-white);
	font-size: 17px;
	font-weight: 900;
	margin-bottom: 20px;
}

.footer-j4y ul {
	list-style: none;
}

.footer-j4y li {
	line-height: 1.6;
	margin-bottom: 10px;
}

.footer-j4y a:hover {
	color: var(--j4y-orange);
}

.footer-brand {
	color: var(--j4y-white) !important;
	margin-bottom: 18px;
}

.footer-brand .brand-icon {
	box-shadow: none;
}

.footer-brand .brand-copy strong,
.footer-brand .brand-copy small {
	color: var(--j4y-white);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 20px 0;
	text-align: center;
}

.whatsapp-float {
	align-items: center;
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	border-radius: 50%;
	bottom: 24px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
	color: var(--j4y-ink) !important;
	display: inline-flex;
	font-size: 28px;
	height: 58px;
	justify-content: center;
	position: fixed;
	right: 24px;
	width: 58px;
	z-index: 2500;
}

.whatsapp-float:hover {
	background: linear-gradient(135deg, var(--j4y-gold), var(--j4y-orange));
	color: var(--j4y-ink);
	transform: translateY(-2px);
}

/* Premium editorial finish */
.section-title h2,
.about-band h2,
.why-area h2,
.video-area h2,
.trust-area h2,
.contact-form-panel h2,
.service-detail h2,
.case-study-content h2,
.page-hero h1,
.hero-content h1,
.cta-content h2,
.footer-tagline {
	font-family: var(--j4y-serif);
	font-weight: 800;
	letter-spacing: 0;
}

.section-title h2,
.about-band h2,
.why-area h2,
.video-area h2,
.trust-area h2,
.contact-form-panel h2,
.service-detail h2,
.case-study-content h2 {
	font-size: 50px;
	line-height: 1.04;
}

.section-kicker,
.eyebrow {
	color: var(--j4y-orange);
	font-family: var(--j4y-sans);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.section-title .section-kicker,
.section-title .eyebrow {
	margin-bottom: 16px;
}

.site-navbar {
	backdrop-filter: blur(18px);
	padding: 14px 0;
	transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, padding 0.28s ease;
}

.sticky-wrapper .site-navbar {
	background: rgba(16, 16, 16, 0.36);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: rgba(16, 16, 16, 0.94);
	border-bottom: 1px solid rgba(255, 106, 0, 0.26);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
	padding: 8px 0;
}

.brand-mark {
	color: var(--j4y-white) !important;
	gap: 0;
}

.site-logo .brand-logo-image,
.brand-logo-image {
	display: block;
	height: 68px;
	object-fit: contain;
	object-position: left center;
	width: 230px;
}

.brand-icon {
	background: rgba(255, 106, 0, 0.1);
	border: 1px solid rgba(255, 106, 0, 0.55);
	border-radius: 50%;
	box-shadow: none;
	color: var(--j4y-gold);
	display: inline-flex;
}

.brand-icon:before,
.brand-icon:after {
	display: none;
}

.brand-copy {
	display: grid;
	gap: 3px;
	margin-left: 12px;
}

.brand-copy strong {
	color: var(--j4y-white);
	font-family: var(--j4y-serif);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
}

.brand-copy small {
	color: var(--j4y-gold);
	font-family: var(--j4y-sans);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.site-navbar .site-navigation .site-menu > li > a,
.sticky-wrapper .site-navbar .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	color: rgba(255, 255, 255, 0.86) !important;
	font-family: var(--j4y-sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 22px 9px;
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a.active,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
	color: var(--j4y-orange) !important;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta {
	background: var(--j4y-gold);
	border: 1px solid var(--j4y-gold);
	border-radius: 3px;
	box-shadow: 0 14px 34px rgba(255, 106, 0, 0.2);
	color: var(--j4y-ink) !important;
	font-weight: 900;
	padding: 13px 16px;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta:hover {
	background: transparent;
	border-color: rgba(255, 106, 0, 0.76);
	color: var(--j4y-white) !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	background: rgba(16, 16, 16, 0.96);
	border: 1px solid rgba(255, 106, 0, 0.28);
	border-top: 2px solid var(--j4y-gold);
	border-radius: 0;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--j4y-sans);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: rgba(255, 106, 0, 0.12);
	color: var(--j4y-gold);
}

.creative-menu-toggle {
	background: rgba(16, 16, 16, 0.72);
	border: 1px solid rgba(255, 106, 0, 0.38);
	border-radius: 3px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.menu-toggle-visual span,
.menu-toggle-visual span:nth-child(2) {
	background: var(--j4y-gold);
}

.creative-menu-toggle:hover,
.creative-menu-toggle:focus {
	background: var(--j4y-gold);
	border-color: var(--j4y-gold);
}

.j4y-hero {
	background: var(--hero-image) center/cover no-repeat;
	min-height: 92vh;
	padding: 170px 0 92px;
}

.j4y-hero.has-hero-video {
	background: var(--j4y-ink);
}

.j4y-hero:before {
	background:
		linear-gradient(90deg, rgba(16, 16, 16, 0.92) 0%, rgba(16, 16, 16, 0.74) 48%, rgba(16, 16, 16, 0.34) 100%),
		linear-gradient(180deg, rgba(16, 16, 16, 0.38), rgba(16, 16, 16, 0.76));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.j4y-hero:after,
.page-hero:after {
	background: linear-gradient(90deg, transparent, var(--j4y-gold), transparent);
	height: 1px;
	z-index: 4;
}

.hero-media,
.hero-video {
	inset: 0;
	position: absolute;
}

.hero-media {
	z-index: 0;
}

.hero-video {
	height: 100%;
	object-fit: cover;
	opacity: 1;
	width: 100%;
}

.j4y-hero:before {
	background:
		radial-gradient(circle at 70% 20%, rgba(255, 106, 0, 0.22), transparent 34%),
		radial-gradient(circle at 32% 42%, rgba(75, 0, 130, 0.68), transparent 48%),
		linear-gradient(90deg, rgba(16, 16, 16, 0.92) 0%, rgba(35, 0, 58, 0.76) 50%, rgba(16, 16, 16, 0.66) 100%),
		linear-gradient(180deg, rgba(16, 16, 16, 0.18), rgba(16, 16, 16, 0.82));
}

.j4y-hero .container {
	position: relative;
	z-index: 3;
}

.hero-content h1 {
	font-size: 70px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	max-width: 920px;
}

.hero-content p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.72;
	max-width: 650px;
}

.hero-content .hero-services {
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
	padding-left: 16px;
	position: relative;
	text-transform: uppercase;
}

.hero-content .hero-services:before {
	background: linear-gradient(180deg, var(--j4y-orange), var(--j4y-violet-soft));
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.hero-content .eyebrow {
	color: var(--j4y-orange);
	font-family: var(--j4y-sans);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-meta-strip {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 58px;
	max-width: 820px;
	position: relative;
	z-index: 1;
}

.hero-meta-strip span {
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.45;
	padding: 20px 28px 0 0;
}

.hero-meta-strip span:last-child {
	border-right: 0;
}

.hero-meta-strip strong {
	color: var(--j4y-white);
	display: block;
	font-family: var(--j4y-serif);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 6px;
}

.btn-primary-j4y,
.btn-secondary-j4y {
	border-radius: 3px;
	font-family: var(--j4y-sans);
	font-weight: 900;
	letter-spacing: 0.02em;
	min-height: 52px;
	text-transform: uppercase;
}

.btn-primary-j4y {
	background: var(--j4y-orange);
	border-color: var(--j4y-orange);
	box-shadow: 0 16px 36px rgba(255, 106, 0, 0.22);
	color: var(--j4y-ink);
}

.btn-primary-j4y:hover {
	background: var(--j4y-violet);
	border-color: var(--j4y-violet);
	color: var(--j4y-white);
}

.btn-secondary-j4y {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.42);
	color: var(--j4y-white);
}

.btn-secondary-j4y:hover {
	background: var(--j4y-violet);
	border-color: var(--j4y-violet);
	color: var(--j4y-white);
}

.text-link {
	color: var(--j4y-gold);
	font-weight: 900;
}

.text-link:hover {
	color: var(--j4y-gold-dark);
}

.hero-proof-grid img,
.hero-proof-grid div,
.image-stack img,
.service-tile,
.case-card,
.gallery-card,
.industry-grid article,
.credential-grid div,
.value-grid article,
.requirement-grid div,
.detail-flow article,
.process-step,
.service-summary,
.handle-card,
.contact-info-panel,
.contact-form-panel,
.thank-you-card {
	border-radius: 4px;
}

.hero-proof-grid img,
.hero-proof-grid div {
	border-color: rgba(255, 106, 0, 0.38);
}

.hero-proof-grid div {
	background: rgba(247, 242, 234, 0.94);
}

.page-hero {
	background:
		linear-gradient(90deg, rgba(16, 16, 16, 0.92), rgba(16, 16, 16, 0.52)),
		var(--page-hero-image) center/cover no-repeat;
	min-height: 480px;
}

.page-hero h1 {
	font-size: 58px;
	font-weight: 800;
}

.logo-wall {
	background: var(--j4y-ink);
	border-bottom: 1px solid rgba(255, 106, 0, 0.18);
	border-top: 1px solid rgba(255, 106, 0, 0.18);
}

.logo-wall-inner > span {
	color: rgba(255, 255, 255, 0.78);
	letter-spacing: 0.08em;
}

.client-logo-marquee {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 106, 0, 0.24);
	border-radius: 3px;
}

.client-logo-marquee:before {
	background: linear-gradient(90deg, var(--j4y-ink), rgba(16, 16, 16, 0));
}

.client-logo-marquee:after {
	background: linear-gradient(270deg, var(--j4y-ink), rgba(16, 16, 16, 0));
}

.client-logo-badge {
	background: rgba(247, 242, 234, 0.96);
	border-color: rgba(255, 106, 0, 0.32);
	border-radius: 3px;
}

.about-band,
.process-area,
.case-preview,
.industries-preview,
.service-detail,
.case-study-page,
.values-area {
	background: var(--j4y-ivory);
}

.services-area,
.gallery-preview,
.contact-area-j4y,
.service-gallery,
.gallery-page {
	background:
		linear-gradient(135deg, rgba(75, 0, 130, 0.06), rgba(255, 106, 0, 0.04)),
		#f4f4f7;
}

.why-area,
.video-area,
.trust-area {
	background: var(--j4y-ink);
	position: relative;
}

.why-area h2,
.why-area p,
.video-area h2,
.video-area p,
.trust-area h2 {
	color: var(--j4y-white);
}

.why-area p,
.video-area p {
	color: rgba(255, 255, 255, 0.72);
}

.service-tile,
.case-card,
.industry-grid article,
.credential-grid div,
.value-grid article,
.requirement-grid div,
.detail-flow article,
.process-step,
.service-summary,
.handle-card,
.contact-form-panel {
	background: rgba(255, 255, 255, 0.76);
	border-color: rgba(75, 0, 130, 0.18);
	box-shadow: 0 18px 52px rgba(16, 16, 16, 0.08);
}

.service-tile:hover,
.case-card:hover,
.handle-card:hover,
.process-step:hover,
.industry-grid article:hover {
	border-color: rgba(255, 106, 0, 0.48);
	box-shadow: 0 26px 72px rgba(75, 0, 130, 0.15);
}

.service-body i,
.industry-icon,
.handle-icon,
.tick-icon {
	background: rgba(75, 0, 130, 0.1);
	border-color: rgba(75, 0, 130, 0.18);
	color: var(--j4y-violet);
}

.service-tile:hover .service-body i,
.industry-grid article:hover .industry-icon,
.handle-card:hover .handle-icon {
	background: linear-gradient(135deg, var(--j4y-violet), var(--j4y-orange));
	color: var(--j4y-white);
}

.why-grid div,
.requirement-grid div,
.testimonial-list blockquote {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 106, 0, 0.22);
}

.why-grid span,
.testimonial-list blockquote,
.credential-grid h3,
.credential-grid p {
	color: rgba(255, 255, 255, 0.86);
}

.why-grid i,
.requirement-grid i {
	background: linear-gradient(135deg, var(--j4y-violet), var(--j4y-orange));
	color: var(--j4y-white);
}

.process-step:before {
	background: linear-gradient(90deg, var(--j4y-violet), var(--j4y-orange));
	border-radius: 4px 4px 0 0;
}

.process-step span {
	color: rgba(75, 0, 130, 0.22);
	font-family: var(--j4y-serif);
	font-weight: 800;
}

.gallery-grid {
	display: grid;
	gap: 18px;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gallery-card {
	background: var(--j4y-ink);
	border: 0;
	grid-column: span 3;
	min-height: 100%;
	position: relative;
}

.gallery-card:nth-child(7n+1),
.gallery-card:nth-child(7n+6) {
	grid-column: span 6;
}

.gallery-card:nth-child(7n+3),
.gallery-card:nth-child(7n+5) {
	grid-column: span 4;
}

.gallery-card:nth-child(7n+4),
.gallery-card:nth-child(7n+7) {
	grid-column: span 3;
}

.gallery-image img {
	aspect-ratio: 4 / 5;
	filter: saturate(0.92) contrast(1.04);
}

.gallery-card:nth-child(7n+1) .gallery-image img,
.gallery-card:nth-child(7n+6) .gallery-image img {
	aspect-ratio: 16 / 9;
}

.gallery-card > div {
	background: linear-gradient(180deg, rgba(16, 16, 16, 0), rgba(16, 16, 16, 0.88));
	bottom: 0;
	left: 0;
	padding: 54px 22px 22px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.gallery-card h3 {
	color: var(--j4y-white);
	font-family: var(--j4y-serif);
	font-size: 23px;
}

.gallery-card small,
.case-card small {
	color: var(--j4y-gold);
	font-family: var(--j4y-sans);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gallery-image span {
	background: rgba(255, 106, 0, 0.94);
	border-radius: 50%;
	color: var(--j4y-ink);
}

.video-area {
	overflow: hidden;
}

.video-frame {
	border: 1px solid rgba(255, 106, 0, 0.32);
	border-radius: 4px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.case-scope {
	border-top: 1px solid rgba(255, 106, 0, 0.24);
	margin-top: 18px;
	padding-top: 16px;
}

.contact-info-panel {
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.86), rgba(16, 16, 16, 0.94)),
		url("../img/IMG-20260217-WA0019.jpg") center/cover no-repeat;
	border-color: rgba(255, 106, 0, 0.34);
}

.contact-form-panel .form-control,
.j4y-form .form-control {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(27, 27, 27, 0.12);
	border-radius: 3px;
}

.contact-form-panel .form-control:focus,
.j4y-form .form-control:focus {
	border-color: var(--j4y-gold);
	box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.16);
}

.cta-band {
	background:
		linear-gradient(90deg, rgba(16, 16, 16, 0.94), rgba(16, 16, 16, 0.74)),
		url("../img/IMG-20260217-WA0036.jpg") center/cover no-repeat;
	border-top: 1px solid rgba(255, 106, 0, 0.22);
}

.footer-j4y {
	background: #0d0d0d;
	border-top: 1px solid rgba(255, 106, 0, 0.24);
}

.footer-brand .brand-logo-image {
	height: auto;
	width: 260px;
}

.whatsapp-float {
	background: var(--j4y-gold);
	color: var(--j4y-ink) !important;
	height: 54px;
	width: 54px;
}

.whatsapp-float:hover {
	background: var(--j4y-orange);
}

/* Luxury brand polish: royal purple + vibrant orange */
.about-band,
.process-area,
.case-preview,
.industries-preview,
.service-detail,
.case-study-page,
.values-area {
	background:
		linear-gradient(180deg, rgba(75, 0, 130, 0.035), transparent 34%),
		var(--j4y-white);
}

.logo-wall {
	background:
		linear-gradient(90deg, rgba(75, 0, 130, 0.28), rgba(16, 16, 16, 0.94), rgba(255, 106, 0, 0.22)),
		var(--j4y-ink);
}

.client-logo-marquee {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 22px 54px rgba(75, 0, 130, 0.22);
}

.image-stack:before {
	border: 1px solid rgba(255, 106, 0, 0.34);
	content: "";
	inset: 28px 34px auto auto;
	height: 72%;
	position: absolute;
	width: 72%;
	z-index: 0;
}

.image-stack img {
	position: relative;
	z-index: 1;
}

.service-tile,
.case-card,
.gallery-card,
.industry-grid article,
.credential-grid div,
.value-grid article,
.requirement-grid div,
.detail-flow article,
.process-step,
.service-summary,
.handle-card {
	backdrop-filter: blur(12px);
	position: relative;
}

.service-tile:before,
.case-card:before,
.industry-grid article:before,
.process-step:before {
	background: linear-gradient(90deg, var(--j4y-violet), var(--j4y-orange));
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.service-image img,
.case-card img,
.gallery-image img,
.case-study-image img,
.image-stack img {
	filter: saturate(1.02) contrast(1.04);
}

.service-body h3,
.case-card h3,
.industry-grid h3,
.credential-grid h3,
.value-grid h3,
.detail-flow h3,
.process-step h3,
.service-summary h3 {
	font-family: var(--j4y-serif);
	font-size: 22px;
	line-height: 1.2;
}

.service-body .text-link,
.case-card .text-link {
	color: var(--j4y-orange);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.why-area,
.video-area,
.trust-area {
	background:
		radial-gradient(circle at 12% 10%, rgba(75, 0, 130, 0.42), transparent 35%),
		radial-gradient(circle at 88% 70%, rgba(255, 106, 0, 0.18), transparent 30%),
		#0d0d0f;
}

.why-grid div,
.testimonial-list blockquote,
.credential-grid div {
	backdrop-filter: blur(10px);
}

.gallery-preview {
	background:
		linear-gradient(180deg, #f6f6f9, #ececf2);
}

.gallery-card {
	box-shadow: 0 26px 70px rgba(16, 16, 16, 0.18);
}

.gallery-card > div {
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0), rgba(29, 0, 48, 0.92));
}

.contact-area-j4y {
	background:
		linear-gradient(135deg, rgba(75, 0, 130, 0.08), rgba(255, 106, 0, 0.06)),
		#f4f4f7;
}

.contact-form-panel {
	background: rgba(255, 255, 255, 0.9);
}

.footer-tagline {
	color: var(--j4y-white);
	text-shadow: 0 18px 48px rgba(75, 0, 130, 0.34);
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.reveal-on-scroll {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Premium celestial detailing and a fixed mobile social dock. */
.brand-stage-icons:before,
.brand-stage-icons:after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.brand-stage-icons:before {
	animation: j4y-star-breathe 5.8s ease-in-out infinite;
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.6px),
		radial-gradient(circle, rgba(255, 138, 0, 0.7) 0 1px, transparent 1.8px),
		radial-gradient(circle, rgba(158, 98, 201, 0.62) 0 1px, transparent 1.7px);
	background-position: 7% 18%, 73% 13%, 88% 66%;
	background-size: 118px 104px, 164px 142px, 206px 176px;
	mask-image: radial-gradient(ellipse at center, transparent 0 28%, #000 46%, transparent 80%);
	opacity: 0.44;
}

.brand-stage-icons:after {
	background:
		radial-gradient(ellipse at center, transparent 0 43%, rgba(255, 138, 0, 0.08) 44%, transparent 45%),
		radial-gradient(ellipse at center, transparent 0 53%, rgba(125, 63, 167, 0.09) 54%, transparent 55%);
	filter: blur(0.2px);
	opacity: 0.9;
}

.brand-emblem:after {
	animation: j4y-core-pulse 6.4s ease-in-out infinite;
	background:
		radial-gradient(circle, rgba(255, 138, 0, 0.18), rgba(122, 34, 191, 0.09) 35%, transparent 69%);
	border: 1px solid rgba(255, 138, 0, 0.12);
	border-radius: 50%;
	content: "";
	inset: 4% -7% 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.brand-stage-icon:after {
	background: var(--j4y-orange);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(255, 106, 0, 0.74), 0 0 22px rgba(255, 106, 0, 0.28);
	content: "";
	height: 4px;
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

@keyframes j4y-star-breathe {
	0%, 100% { opacity: 0.28; transform: scale(0.99); }
	50% { opacity: 0.56; transform: scale(1.01); }
}

@keyframes j4y-core-pulse {
	0%, 100% { opacity: 0.58; transform: scale(0.96); }
	50% { opacity: 0.92; transform: scale(1.035); }
}

@media only screen and (max-width: 767px) {
	body {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.floating-socials {
		align-items: center;
		backdrop-filter: blur(22px) saturate(1.2);
		background: linear-gradient(145deg, rgba(24, 26, 30, 0.95), rgba(11, 12, 14, 0.94));
		border: 1px solid rgba(255, 138, 0, 0.28);
		border-radius: 999px;
		bottom: calc(10px + env(safe-area-inset-bottom));
		box-shadow: 0 18px 54px rgba(0, 0, 0, 0.5), 0 0 26px rgba(255, 106, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
		display: flex !important;
		flex-direction: row;
		gap: 3px;
		justify-content: center;
		left: 50%;
		padding: 6px 8px;
		right: auto;
		transform: translateX(-50%);
		width: max-content;
		z-index: 4000;
	}

	.floating-socials:before {
		background: linear-gradient(90deg, transparent, var(--j4y-orange), rgba(122, 34, 191, 0.72), transparent);
		content: "";
		height: 1px;
		left: 18px;
		position: absolute;
		right: 18px;
		top: 0;
	}

	.floating-socials a,
	.floating-socials .social-floating-whatsapp {
		background: transparent !important;
		border-color: transparent !important;
		box-shadow: none !important;
		font-size: 15px;
		height: 38px;
		width: 38px;
	}

	.floating-socials a:hover,
	.floating-socials a:focus,
	.floating-socials .social-floating-whatsapp:hover,
	.floating-socials .social-floating-whatsapp:focus {
		background: rgba(255, 106, 0, 0.14) !important;
		border-color: rgba(255, 138, 0, 0.28) !important;
		color: var(--j4y-gold) !important;
		transform: translateY(-2px);
	}
}

/* Final contrast lock for the Dubai day/night surfaces. */
.about-band h1,
.about-band h2,
.about-band h3,
.about-band h4,
.services-area .section-title h2,
.services-area .service-body h3,
.services-area .service-body h3 a,
.gallery-preview .section-title h2,
.industries-preview .section-title h2,
.industries-preview .industry-grid h3 {
	color: #17181c !important;
	text-shadow: none !important;
}

.about-band p,
.services-area .service-body p,
.industries-preview .industry-grid p {
	color: #535864 !important;
}

.services-area .service-body .text-link,
.industries-preview .text-link,
.gallery-preview .section-action .text-link {
	color: #5c1732 !important;
}

.services-area .service-body .text-link i,
.industries-preview .text-link i,
.gallery-preview .section-action .text-link i {
	color: #7b3150 !important;
}

.selected-work-area .section-title h2,
.portfolio-film-area h1,
.portfolio-film-area h2,
.portfolio-film-area h3,
.process-area .section-title h2,
.process-area .process-step h3,
.trust-area h1,
.trust-area h2,
.trust-area h3,
.contact-area-j4y h1,
.contact-area-j4y h2,
.contact-area-j4y h3,
.contact-area-j4y label {
	color: #f8f7fb !important;
}

.selected-work-area .section-title p,
.portfolio-film-area p,
.process-area .section-title p,
.process-area .process-step p,
.trust-area p,
.contact-area-j4y p,
.contact-area-j4y .contact-meta,
.contact-area-j4y .contact-meta a {
	color: rgba(238, 237, 245, .76) !important;
}

.contact-area-j4y input,
.contact-area-j4y textarea,
.contact-area-j4y select {
	background: rgba(7, 9, 13, .62) !important;
	border-color: rgba(213, 220, 236, .2) !important;
	color: #f8f7fb !important;
}

.contact-area-j4y input::placeholder,
.contact-area-j4y textarea::placeholder {
	color: rgba(231, 230, 239, .52) !important;
}

/* Final hero balance: project work stays visible beneath the universe system. */
.brand-stage-hero:before,
.j4y-hero.brand-stage-hero:before {
	background:
		linear-gradient(180deg, rgba(10, 11, 14, 0.54) 0%, rgba(10, 11, 14, 0.22) 44%, rgba(10, 11, 14, 0.72) 100%),
		radial-gradient(ellipse at 50% 42%, rgba(255, 119, 12, 0.16), transparent 35%),
		radial-gradient(ellipse at 50% 58%, rgba(126, 42, 184, 0.16), transparent 44%),
		linear-gradient(90deg, rgba(10, 11, 14, 0.52), rgba(24, 15, 34, 0.18), rgba(10, 11, 14, 0.52)) !important;
}

.brand-stage-hero .hero-slider {
	opacity: 0.86;
	transform: scale(1.025);
}

.brand-stage-hero .hero-slider:after {
	background:
		linear-gradient(90deg, rgba(10, 11, 14, 0.22), transparent 30%, transparent 70%, rgba(10, 11, 14, 0.22)),
		linear-gradient(180deg, rgba(10, 11, 14, 0.08), transparent 54%, rgba(10, 11, 14, 0.58));
}

.brand-stage-hero .hero-slide {
	filter: saturate(1.18) contrast(1.06) brightness(0.92);
}

.brand-stage-hero .brand-stage-rings {
	filter: drop-shadow(0 0 24px rgba(255, 119, 12, 0.2)) drop-shadow(0 0 32px rgba(126, 42, 184, 0.17));
}

.brand-stage-hero .brand-emblem {
	backdrop-filter: blur(1.5px);
	background: radial-gradient(circle, rgba(9, 10, 13, 0.36) 0%, rgba(9, 10, 13, 0.14) 45%, transparent 70%);
}

@media only screen and (max-width: 767px) {
	.brand-stage-hero .hero-slider {
		opacity: 0.78;
	}

	.brand-stage-hero:before,
	.j4y-hero.brand-stage-hero:before {
		background:
			linear-gradient(180deg, rgba(10,11,14,.62), rgba(10,11,14,.28) 45%, rgba(10,11,14,.76)),
			radial-gradient(ellipse at 50% 44%, rgba(255,119,12,.15), transparent 38%),
			radial-gradient(ellipse at 50% 58%, rgba(126,42,184,.15), transparent 46%) !important;
	}
}

/* Premium, controllable client ribbon and brighter cinematic hero imagery */
.logo-wall-inner {
	grid-template-columns: max-content minmax(0, 1fr);
}

.logo-wall-inner > span {
	max-width: none;
	white-space: nowrap;
}

.client-logo-marquee {
	border-radius: 18px !important;
	cursor: grab;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-behavior: smooth;
	scrollbar-width: none;
	touch-action: pan-x;
}

.client-logo-marquee.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	user-select: none;
}

.client-logo-marquee::-webkit-scrollbar {
	display: none;
}

.client-logo-track {
	animation: j4yLogoTicker 46s linear infinite !important;
	scroll-snap-type: x proximity;
}

.client-logo-marquee:hover .client-logo-track,
.client-logo-marquee.is-dragging .client-logo-track {
	animation-play-state: paused !important;
}

.client-logo-badge {
	background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(236,232,240,.95)) !important;
	border: 1px solid rgba(255, 180, 83, .32) !important;
	border-radius: 14px !important;
	box-shadow: 0 14px 34px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 1px rgba(135,48,182,.06) !important;
	height: 62px;
	min-width: 158px;
	overflow: hidden;
	padding: 10px 22px;
	position: relative;
	scroll-snap-align: start;
}

.client-logo-badge:after {
	background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.75) 48%, transparent 70%);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: translateX(-100%);
	transition: transform .7s ease, opacity .25s ease;
}

.client-logo-badge:hover:after {
	opacity: .65;
	transform: translateX(100%);
}

.client-logo-badge img {
	filter: saturate(.96) contrast(1.04);
	max-height: 38px;
	max-width: 118px;
	position: relative;
	z-index: 1;
}

.brand-stage-hero:before {
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.62) 0%, rgba(16, 16, 16, 0.34) 45%, rgba(16, 16, 16, 0.78) 100%),
		radial-gradient(ellipse at 50% 42%, rgba(255, 106, 0, 0.17), transparent 35%),
		radial-gradient(ellipse at 50% 58%, rgba(122, 34, 191, 0.16), transparent 43%),
		linear-gradient(90deg, rgba(16, 16, 16, 0.72), rgba(27, 16, 40, 0.38), rgba(16, 16, 16, 0.72)) !important;
}

.brand-stage-hero .hero-slider {
	opacity: 0.78;
	transform: scale(1.025);
}

.brand-stage-hero .hero-slide {
	animation-duration: 12s;
	filter: saturate(1.2) contrast(1.06) brightness(0.9);
}

.brand-stage-hero .hero-slide:nth-child(1) { animation-delay: 0s; }
.brand-stage-hero .hero-slide:nth-child(2) { animation-delay: 1.5s; }
.brand-stage-hero .hero-slide:nth-child(3) { animation-delay: 3s; }
.brand-stage-hero .hero-slide:nth-child(4) { animation-delay: 4.5s; }
.brand-stage-hero .hero-slide:nth-child(5) { animation-delay: 6s; }
.brand-stage-hero .hero-slide:nth-child(6) { animation-delay: 7.5s; }
.brand-stage-hero .hero-slide:nth-child(7) { animation-delay: 9s; }
.brand-stage-hero .hero-slide:nth-child(8) { animation-delay: 10.5s; }

@keyframes j4yHeroSlide {
	0% { opacity: 0; transform: scale(1.035); }
	1.5% { opacity: 1; }
	14% { opacity: 1; transform: scale(1.01); }
	18%, 100% { opacity: 0; transform: scale(1); }
}

@media only screen and (max-width: 991px) {
	.logo-wall-inner {
		grid-template-columns: 1fr;
	}

	.logo-wall-inner > span {
		text-align: center;
	}

}

/* Case studies: proof-led luxury editorial system */
.case-trust-intro,
.case-method-area {
	background: #0d0e11;
	color: #fff;
	padding: clamp(70px, 8vw, 118px) 0;
}

.case-trust-intro {
	background:
		radial-gradient(circle at 10% 12%, rgba(255, 117, 0, 0.14), transparent 32%),
		radial-gradient(circle at 88% 80%, rgba(125, 45, 182, 0.16), transparent 34%),
		linear-gradient(145deg, #0b0c0f, #15131b 58%, #0b0c0f);
}

.case-trust-copy {
	max-width: 820px;
}

.case-trust-copy h2,
.case-method-heading h2,
.case-study-page-heading h2 {
	color: #fff !important;
	font-size: clamp(34px, 5vw, 66px);
	line-height: 1.04;
	margin: 12px 0 20px;
}

.case-trust-copy p {
	color: rgba(247, 247, 249, 0.76);
	font-size: clamp(17px, 1.6vw, 21px);
	line-height: 1.72;
}

.case-proof-strip {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(42px, 6vw, 76px);
	overflow: hidden;
	border: 1px solid rgba(255, 155, 50, 0.2);
	border-radius: 22px;
}

.case-proof-strip > div {
	background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
	min-height: 170px;
	padding: 30px 26px;
}

.case-proof-strip strong,
.case-method-grid strong {
	color: #fff;
	display: block;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 24px;
	margin-bottom: 10px;
}

.case-proof-strip span,
.case-method-grid p {
	color: rgba(247,247,249,.68);
	line-height: 1.55;
}

.case-method-area {
	background: linear-gradient(180deg, #101115, #17131d);
	border-bottom: 1px solid rgba(255, 141, 32, 0.16);
	border-top: 1px solid rgba(255, 141, 32, 0.16);
}

.case-method-heading {
	max-width: 760px;
}

.case-method-grid {
	counter-reset: none;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 48px 0 0;
	padding: 0;
}

.case-method-grid li {
	background: linear-gradient(155deg, rgba(255,255,255,.07), rgba(255,255,255,.018));
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 18px;
	min-height: 235px;
	padding: 25px 22px;
	position: relative;
}

.case-method-grid li > span {
	color: #f39837;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 38px;
}

.case-study-page {
	padding-bottom: clamp(88px, 10vw, 150px) !important;
	padding-top: clamp(88px, 10vw, 150px) !important;
}

.case-study-page-heading {
	margin-bottom: clamp(54px, 7vw, 90px);
	max-width: 860px;
}

.case-study-row {
	align-items: stretch;
	background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
	border: 1px solid rgba(255, 151, 44, 0.18);
	border-radius: 28px;
	box-shadow: 0 32px 90px rgba(0,0,0,.34);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	margin-bottom: 42px;
	overflow: hidden;
}

.case-study-row:nth-child(even) .case-study-image {
	order: 2;
}

.case-study-image {
	min-height: 640px;
	position: relative;
}

.case-study-image:after {
	background: linear-gradient(180deg, transparent 55%, rgba(10,10,13,.72));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.case-study-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.case-study-content {
	padding: clamp(34px, 4.5vw, 66px);
}

.case-client {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
	margin: 18px 0 10px;
	text-transform: uppercase;
}

.case-study-content > h2 {
	font-size: clamp(30px, 3.3vw, 48px);
	line-height: 1.08;
	margin-bottom: 32px;
}

.case-narrative {
	border-top: 1px solid rgba(255,255,255,.09);
	padding: 22px 0 2px;
}

.case-narrative h3,
.case-deliverables h3 {
	font-size: 13px;
	font-family: inherit;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.case-deliverables {
	border-top: 1px solid rgba(255,255,255,.09);
	margin-top: 18px;
	padding-top: 22px;
}

.case-deliverable-list {
	display: grid;
	gap: 9px 16px;
	grid-template-columns: repeat(2, minmax(0,1fr));
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

.case-deliverable-list li {
	align-items: flex-start;
	color: rgba(247,247,249,.78);
	display: flex;
	font-size: 14px;
	gap: 8px;
}

.case-deliverable-list .tick-icon {
	color: #f39837;
	flex: 0 0 auto;
}

.case-outcome {
	background: linear-gradient(135deg, rgba(255,118,0,.12), rgba(129,45,180,.12));
	border: 1px solid rgba(255,151,44,.22);
	border-radius: 16px;
	margin-top: 28px;
	padding: 20px 22px;
}

.case-outcome span {
	color: #ffb45c;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.case-outcome p {
	margin: 8px 0 0;
}

@media only screen and (max-width: 991px) {
	.case-proof-strip { grid-template-columns: repeat(2, 1fr); }
	.case-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.case-study-row { grid-template-columns: 1fr; }
	.case-study-row:nth-child(even) .case-study-image { order: 0; }
	.case-study-image { min-height: min(66vw, 520px); }
}

@media only screen and (max-width: 575px) {
	.case-proof-strip,
	.case-method-grid,
	.case-deliverable-list { grid-template-columns: 1fr; }
	.case-proof-strip > div { min-height: auto; }
	.case-method-grid li { min-height: auto; }
	.case-study-row { border-radius: 20px; }
	.case-study-image { min-height: 300px; }
}

/* Exclusive celebrity work showcase */
.celebrity-work-area {
	background:
		radial-gradient(circle at 12% 10%, rgba(255, 111, 0, 0.16), transparent 35%),
		radial-gradient(circle at 88% 85%, rgba(123, 42, 190, 0.2), transparent 36%),
		linear-gradient(145deg, #09090c 0%, #121019 52%, #09090c 100%);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.celebrity-work-area::before {
	background: linear-gradient(90deg, transparent, rgba(255, 169, 61, 0.8), rgba(151, 57, 202, 0.75), transparent);
	content: "";
	height: 1px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 0;
}

.celebrity-work-heading {
	align-items: end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 34px;
}

.celebrity-work-heading h2 {
	color: #fff;
	margin: 8px 0 0;
}

.celebrity-work-heading p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	margin: 12px 0 0;
	max-width: 650px;
}

.celebrity-work-brand {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 16px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3), 0 0 32px rgba(132, 78, 255, 0.16);
	height: auto;
	object-fit: contain;
	padding: 13px 18px;
	width: 170px;
}

.celebrity-work-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.celebrity-work-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 159, 45, 0.28);
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
	overflow: hidden;
	position: relative;
}

.celebrity-work-image {
	display: block;
	overflow: hidden;
	position: relative;
}

.celebrity-work-image::after {
	background: linear-gradient(180deg, transparent 55%, rgba(8, 8, 12, 0.78));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.celebrity-work-image img {
	aspect-ratio: 16 / 10;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease, filter 600ms ease;
	width: 100%;
}

.celebrity-work-card:hover .celebrity-work-image img {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.025);
}

.celebrity-work-caption {
	padding: 22px 24px 25px;
}

.celebrity-work-caption small {
	color: #f3a143;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.celebrity-work-caption h3 {
	color: #fff;
	font-size: clamp(22px, 2.2vw, 31px);
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.celebrity-work-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.celebrity-work-brand {
		width: 142px;
	}

	.celebrity-work-grid {
		grid-template-columns: 1fr;
	}

	.celebrity-work-caption {
		padding: 18px 19px 21px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.brand-stage-icons:before,
	.brand-emblem:after {
		animation: none !important;
	}
}

@media (hover: hover) and (pointer: fine) {
	.gallery-card,
	.case-card,
	.industry-grid article,
	.value-grid article,
	.credential-grid div,
	.detail-flow article,
	.process-step,
	.service-summary,
	.handle-card {
		transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
	}

	.gallery-card:hover,
	.case-card:hover,
	.industry-grid article:hover,
	.value-grid article:hover,
	.credential-grid div:hover,
	.detail-flow article:hover,
	.process-step:hover,
	.service-summary:hover,
	.handle-card:hover {
		border-color: rgba(255, 106, 0, 0.3);
		box-shadow: 0 18px 42px rgba(36, 16, 51, 0.11);
		transform: translateY(-4px);
	}

	.handle-card:hover .handle-icon {
		background: var(--j4y-orange);
		border-color: var(--j4y-orange);
		color: var(--j4y-white);
		transform: translateY(-2px);
	}
}

.contact-meta span,
.contact-meta a,
.j4y-form label,
.j4y-form .form-control {
	overflow-wrap: anywhere;
}

@media only screen and (max-width: 1199px) {
	.site-navbar {
		padding: 8px 0;
	}

	.site-navbar .row.align-items-center {
		justify-content: center;
		min-height: 64px;
		position: relative;
	}

	.site-navbar .row.align-items-center > .col-8 {
		flex: 0 0 auto;
		left: 50vw;
		max-width: calc(100vw - 104px);
		padding-left: 0;
		padding-right: 0;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
	}

	.site-logo {
		display: flex;
		justify-content: center;
	}

	.brand-mark {
		font-size: 11px;
		justify-content: center;
		margin: 0 auto;
	}

	.mobile-toggle-wrap {
		flex: 0 0 auto;
		left: 5px;
		max-width: none;
		padding: 0 !important;
		position: absolute;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
	}

	.creative-menu-toggle {
		float: none !important;
	}

	.hero-content h1 {
		font-size: 52px;
	}

	.process-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gallery-grid,
	.industry-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

/* Keep the About photograph composed and completely still on hover. */
.about-editorial-image-luxury:before,
.about-editorial-image-luxury:after {
	display: none !important;
}

.motion-ready .about-editorial-image-luxury img,
.motion-ready .about-editorial-image-luxury:hover img,
.about-editorial-image-luxury img,
.about-editorial-image-luxury:hover img {
	filter: saturate(1.06) contrast(1.06) brightness(.98) !important;
	transform: none !important;
	transition: none !important;
}

.about-editorial-image-luxury:hover {
	box-shadow:
		0 38px 90px rgba(12,7,24,.34),
		0 0 0 7px rgba(255,255,255,.72),
		0 0 0 8px rgba(133,112,163,.2),
		0 0 56px rgba(78,39,156,.18) !important;
}

/* Dubai day: pearl stone, cool glass and high-key architectural light. */
.about-band,
.services-area,
.gallery-preview,
.industries-preview {
	background:
		linear-gradient(rgba(103,128,169,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(103,128,169,.028) 1px, transparent 1px),
		radial-gradient(circle at 84% 12%, rgba(157,190,226,.2), transparent 29%),
		radial-gradient(circle at 12% 82%, rgba(203,190,224,.16), transparent 31%),
		linear-gradient(145deg, #fff 0%, #f8f9fc 52%, #f2f4f8 100%) !important;
	background-size: 72px 72px, 72px 72px, auto, auto, auto !important;
}

.about-band,
.services-area,
.gallery-preview,
.industries-preview {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.94), inset 0 -1px 0 rgba(94,111,145,.1), 0 28px 80px rgba(54,66,90,.06);
}

.services-area .service-tile,
.gallery-preview .gallery-card,
.industries-preview article {
	backdrop-filter: blur(18px) saturate(1.08);
	background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(244,246,251,.82)) !important;
	border-color: rgba(104,122,154,.16) !important;
	box-shadow: 0 26px 65px rgba(48,61,86,.11), 0 8px 24px rgba(82,58,111,.05), inset 0 1px 0 rgba(255,255,255,.95) !important;
}

/* Dubai night: sapphire glass, violet skyline glow and polished black depth. */
.selected-work-area,
.portfolio-film-area,
.process-area,
.trust-area,
.contact-area-j4y {
	background:
		linear-gradient(rgba(174,192,224,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(174,192,224,.02) 1px, transparent 1px),
		radial-gradient(circle at 88% 14%, rgba(31,91,153,.2), transparent 30%),
		radial-gradient(circle at 9% 86%, rgba(101,52,145,.2), transparent 34%),
		linear-gradient(145deg, #080a0f 0%, #111622 52%, #0b0811 100%) !important;
	background-size: 82px 82px, 82px 82px, auto, auto, auto !important;
	box-shadow: inset 0 1px 0 rgba(210,222,244,.1), inset 0 -1px 0 rgba(3,4,8,.8), 0 36px 100px rgba(3,5,10,.16);
}

.selected-work-area h2,
.portfolio-film-area h2,
.process-area h2,
.trust-area h2,
.contact-area-j4y h2 {
	color: #f8f7fb !important;
	text-shadow: 0 16px 42px rgba(0,0,0,.56), 0 0 34px rgba(83,130,184,.12);
}

.selected-work-area .selected-work-card,
.process-area .process-step,
.trust-area article,
.contact-area-j4y .contact-form-panel,
.contact-area-j4y .contact-info-panel {
	backdrop-filter: blur(20px) saturate(1.12);
	background: linear-gradient(145deg, rgba(27,33,45,.78), rgba(12,13,18,.82)) !important;
	border-color: rgba(190,205,231,.14) !important;
	box-shadow: 0 30px 76px rgba(0,0,0,.34), 0 0 38px rgba(43,92,148,.08), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.selected-work-area .selected-work-card:hover,
.process-area .process-step:hover,
.trust-area article:hover {
	border-color: rgba(190,207,235,.28) !important;
	box-shadow: 0 38px 92px rgba(0,0,0,.44), 0 0 46px rgba(67,107,164,.14), inset 0 1px 0 rgba(255,255,255,.12) !important;
}

@media only screen and (max-width: 767px) {
	.about-band,
	.services-area,
	.gallery-preview,
	.industries-preview,
	.selected-work-area,
	.portfolio-film-area,
	.process-area,
	.trust-area,
	.contact-area-j4y {
		background-size: 54px 54px, 54px 54px, auto, auto, auto !important;
	}
}

/* Cascade-safe text contrast lock. */
.about-band :is(h1,h2,h3,h4),
.services-area .section-title h2,
.services-area .service-body :is(h3,h3 a),
.gallery-preview .section-title h2,
.industries-preview .section-title h2,
.industries-preview .industry-grid h3 { color:#17181c !important; text-shadow:none !important; }
.about-band p,
.services-area .service-body p,
.industries-preview .industry-grid p { color:#535864 !important; }
.services-area .service-body .text-link,
.industries-preview .text-link,
.gallery-preview .section-action .text-link { color:#5c1732 !important; }
.selected-work-area .section-title h2,
.portfolio-film-area :is(h1,h2,h3),
.process-area :is(.section-title h2,.process-step h3),
.trust-area :is(h1,h2,h3),
.contact-area-j4y :is(h1,h2,h3,label) { color:#f8f7fb !important; }
.selected-work-area .section-title p,
.portfolio-film-area p,
.process-area :is(.section-title p,.process-step p),
.trust-area p,
.contact-area-j4y :is(p,.contact-meta,.contact-meta a) { color:rgba(238,237,245,.76) !important; }
.contact-area-j4y :is(input,textarea,select) { background:rgba(7,9,13,.62) !important; border-color:rgba(213,220,236,.2) !important; color:#f8f7fb !important; }
.contact-area-j4y input::placeholder,
.contact-area-j4y textarea::placeholder { color:rgba(231,230,239,.52) !important; }

/* CONSOLIDATED-LUXURY-EOF: one restrained visual system, no effect stacking. */
:root {
	--luxury-ink: #0c0d10;
	--luxury-panel: #17181d;
	--luxury-ivory: #f5f3ef;
	--luxury-burgundy: #681b37;
	--luxury-violet: #6f587f;
	--luxury-pearl: #ded9e6;
}

body {
	background: var(--luxury-ink) !important;
	background-image: none !important;
}

body:after { display:none !important; }
.motion-ready .j4y-energy-field:before { opacity:.1 !important; }

.motion-ready .j4y-tilt-card,
.motion-ready .j4y-tilt-card:hover,
.motion-ready .j4y-tilt-card.is-tilting {
	transform: none !important;
}

.motion-ready :is(.selected-work-card,.gallery-card,.service-tile,.case-card):hover img {
	filter: saturate(1.06) contrast(1.04) !important;
	transform: scale(1.018) !important;
}

.about-band,
.services-area,
.gallery-preview,
.industries-preview {
	background: linear-gradient(155deg, #faf9f6, var(--luxury-ivory)) !important;
	background-image: none !important;
}

.selected-work-area,
.portfolio-film-area,
.process-area,
.trust-area,
.contact-area-j4y {
	background: linear-gradient(145deg, var(--luxury-ink), #12141a 58%, #120d14) !important;
	background-image: none !important;
}

.service-tile,
.gallery-card,
.case-card,
.process-step,
.why-grid article,
.industry-grid article {
	border-color: rgba(111,88,127,.18) !important;
	box-shadow: 0 22px 55px rgba(12,13,16,.12), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

/* Gallery: consistent box padding and stable responsive geometry. */
.gallery-page {
	background: linear-gradient(145deg, #0c0d10, #14131a) !important;
	color:#f7f5f8;
}

.gallery-page .gallery-container {
	box-sizing:border-box;
	max-width:1320px;
	padding-left:clamp(18px,3vw,40px) !important;
	padding-right:clamp(18px,3vw,40px) !important;
}

.gallery-page .gallery-filter-wrap {
	align-items:center;
	backdrop-filter:blur(18px);
	background:rgba(20,21,26,.9);
	border:1px solid rgba(222,217,230,.14);
	border-radius:24px;
	box-shadow:0 18px 45px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.06);
	box-sizing:border-box;
	display:flex;
	flex-wrap:nowrap;
	gap:10px;
	justify-content:flex-start;
	margin-bottom:34px;
	max-width:100%;
	overflow-x:auto;
	padding:12px !important;
	scrollbar-width:none;
}

.gallery-page .gallery-filter-wrap::-webkit-scrollbar { display:none; }
.gallery-page .gallery-filter { flex:0 0 auto; }

.gallery-page .gallery-slider-track {
	gap:28px 24px !important;
	padding:2px !important;
}

.gallery-page .gallery-slide {
	background:var(--luxury-panel) !important;
	border:1px solid rgba(222,217,230,.14) !important;
	border-radius:22px !important;
	box-shadow:0 24px 58px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05) !important;
	overflow:hidden;
}

.gallery-page .gallery-slide-caption {
	box-sizing:border-box;
	min-height:118px;
	padding:22px 24px 25px !important;
}

.gallery-page .gallery-slide-caption h3 {
	color:#f8f6fa !important;
	font-size:20px;
	line-height:1.28;
	margin-bottom:8px;
}

.gallery-page .gallery-slide-caption p,
.gallery-page .gallery-slide-caption small {
	color:rgba(234,231,239,.68) !important;
}

@media only screen and (max-width:767px) {
	.gallery-page .gallery-container { padding-left:16px !important; padding-right:16px !important; }
	.gallery-page .gallery-filter-wrap { border-radius:18px; margin-bottom:24px; padding:10px !important; }
	.gallery-page .gallery-slider-track { gap:20px !important; }
	.gallery-page .gallery-slide { border-radius:18px !important; }
	.gallery-page .gallery-slide-caption { min-height:104px; padding:18px 19px 20px !important; }
}

@media only screen and (max-width: 991px) {
	.section-padding {
		padding: 74px 0;
	}

	.j4y-hero {
		min-height: auto;
		padding: 132px 0 54px;
	}

	.hero-content h1,
	.page-hero h1 {
		font-size: 42px;
	}

	.hero-proof-grid,
	.logo-wall-inner,
	.case-study-row,
	.cta-content {
		grid-template-columns: 1fr;
	}

	.logo-wall-inner,
	.cta-content {
		display: block;
	}

	.logo-wall-inner > span {
		display: block;
		margin-bottom: 18px;
	}

	.client-logo-marquee {
		margin-top: 0;
	}

	.image-stack {
		margin-bottom: 36px;
		min-height: 420px;
	}

	.why-grid {
		margin-top: 30px;
	}

	.process-grid,
	.gallery-grid,
	.industry-grid,
	.handle-card-grid,
	.detail-flow,
	.requirement-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-info-panel {
		margin-bottom: 30px;
	}

	.cta-actions {
		margin-top: 24px;
	}

	.case-study-row:nth-child(even) .case-study-image {
		order: 0;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 62px 0;
	}

	.section-title h2,
	.about-band h2,
	.why-area h2,
	.video-area h2,
	.trust-area h2,
	.contact-form-panel h2,
	.service-detail h2,
	.case-study-content h2 {
		font-size: 30px;
		line-height: 1.16;
	}

	.section-title {
		margin-bottom: 34px;
	}

	.services-area .section-title {
		margin-bottom: 36px;
		padding: 0 6px;
	}

	.j4y-hero {
		padding: 108px 0 38px;
	}

	.hero-content h1,
	.page-hero h1,
	.thank-you-card h1 {
		font-size: 34px;
	}

	.hero-content p,
	.page-hero p {
		font-size: 16px;
	}

	.hero-actions,
	.cta-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.handle-card-grid {
		grid-template-columns: 1fr;
	}

	.handle-card {
		min-height: auto;
		padding: 20px;
	}

	.btn-primary-j4y,
	.btn-secondary-j4y {
		width: 100%;
	}

	.hero-proof-grid {
		display: none;
	}

	.page-hero {
		min-height: 360px;
		padding: 118px 0 56px;
	}

	.metric-grid,
	.why-grid,
	.process-grid,
	.gallery-grid,
	.industry-grid,
	.detail-flow,
	.value-grid,
	.requirement-grid {
		grid-template-columns: 1fr;
	}

	.image-stack {
		min-height: auto;
	}

	.image-stack-main,
	.image-stack-small {
		position: static;
		width: 100%;
	}

	.image-stack-small {
		border: 0;
		margin-top: 16px;
	}

	.video-area .col-lg-5 {
		margin-bottom: 28px;
	}

	.google-review {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.footer-tagline {
		font-size: 22px;
	}

	.whatsapp-float {
		bottom: 16px;
		height: 52px;
		right: 16px;
		width: 52px;
	}
}

@media only screen and (max-width: 480px) {
	.brand-icon {
		flex-basis: 40px;
		height: 40px;
		width: 40px;
	}

	.brand-mark {
		gap: 8px;
		font-size: 10px;
	}

	.brand-copy strong {
		font-size: 13px;
	}

	.brand-copy small {
		font-size: 9px;
	}

	.creative-menu-toggle {
		height: 44px;
		width: 50px;
	}

	.contact-info-panel,
	.contact-form-panel,
	.thank-you-card,
	.service-body,
	.case-card > div,
	.industry-grid article,
	.value-grid article,
	.credential-grid div,
	.detail-flow article,
	.process-step {
		padding: 22px;
	}

	.hero-content h1,
	.page-hero h1,
	.thank-you-card h1 {
		font-size: 30px;
	}

	.section-title h2,
	.about-band h2,
	.why-area h2,
	.video-area h2,
	.trust-area h2,
	.contact-form-panel h2,
	.service-detail h2,
	.case-study-content h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1199px) {
	.site-logo .brand-logo-image,
	.brand-logo-image {
		width: 172px;
	}

	.gallery-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.gallery-card,
	.gallery-card:nth-child(7n+3),
	.gallery-card:nth-child(7n+4),
	.gallery-card:nth-child(7n+5),
	.gallery-card:nth-child(7n+7) {
		grid-column: span 3;
	}

	.gallery-card:nth-child(7n+1),
	.gallery-card:nth-child(7n+6) {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 991px) {
	.site-navbar {
		background: rgba(16, 16, 16, 0.92);
	}

	.j4y-hero {
		min-height: 86vh;
		padding-top: 126px;
	}

	.section-kicker,
	.eyebrow {
		font-size: 11px;
		letter-spacing: 0.12em;
	}

	.hero-meta-strip {
		grid-template-columns: 1fr;
		margin-top: 38px;
		max-width: 520px;
	}

	.hero-meta-strip span {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		border-right: 0;
		padding: 14px 0;
	}

	.hero-meta-strip span:last-child {
		border-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-logo .brand-logo-image,
	.brand-logo-image {
		height: 58px;
		width: 166px;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.gallery-card,
	.gallery-card:nth-child(n) {
		grid-column: 1 / -1;
	}

	.gallery-card > div {
		background: var(--j4y-ink);
		padding: 20px;
		position: relative;
	}

	.gallery-image img,
	.gallery-card:nth-child(n) .gallery-image img {
		aspect-ratio: 4 / 3;
	}

	.hero-content .hero-services {
		font-size: 12px;
		line-height: 1.55;
		margin-bottom: 12px;
		padding-left: 12px;
	}

	.hero-content .eyebrow {
		font-size: 11px;
		letter-spacing: 0.08em;
	}

	.hero-content h1 {
		font-size: 36px;
		line-height: 1.02;
	}

	.hero-content p {
		font-size: 15px;
		line-height: 1.65;
	}

	.hero-meta-strip {
		display: none;
	}
}

/* Final luxury aesthetic pass */
:root {
	--j4y-plum: #17051f;
	--j4y-purple-deep: #2b004d;
	--j4y-silver: #f3f3f6;
	--j4y-hairline: rgba(75, 0, 130, 0.12);
	--j4y-lux-shadow: 0 30px 90px rgba(24, 5, 31, 0.14);
}

body {
	background:
		linear-gradient(180deg, rgba(75, 0, 130, 0.025), transparent 360px),
		var(--j4y-silver);
}

.section-padding {
	padding: 118px 0;
}

.section-title {
	margin-bottom: 64px;
}

.section-title h2,
.about-band h2,
.why-area h2,
.video-area h2,
.trust-area h2,
.contact-form-panel h2,
.service-detail h2,
.case-study-content h2 {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.08;
}

.section-title p {
	color: rgba(27, 27, 27, 0.64);
	font-size: 16px;
	max-width: 690px;
}

.section-kicker,
.eyebrow {
	color: var(--j4y-violet);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.section-title:after {
	background: linear-gradient(90deg, transparent, rgba(75, 0, 130, 0.72), rgba(255, 106, 0, 0.9), transparent);
	margin-top: 30px;
	max-width: 150px;
}

.sticky-wrapper:not(.is-sticky) .site-navbar {
	backdrop-filter: blur(14px);
	background: linear-gradient(180deg, rgba(12, 4, 16, 0.86), rgba(12, 4, 16, 0.28));
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a {
	color: rgba(255, 255, 255, 0.88) !important;
}

.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a:hover,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.active {
	color: var(--j4y-orange) !important;
}

.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.nav-cta {
	background: rgba(255, 106, 0, 0.14);
	border: 1px solid rgba(255, 106, 0, 0.55);
	box-shadow: none;
	color: var(--j4y-white) !important;
}

.site-navbar {
	transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.site-logo .brand-logo-image {
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.16));
}

.j4y-hero {
	align-items: flex-end;
	display: flex;
	min-height: 88vh;
	overflow: hidden;
	padding: 152px 0 72px;
}

.j4y-hero:before {
	background:
		linear-gradient(90deg, rgba(8, 5, 10, 0.94) 0%, rgba(23, 5, 31, 0.82) 45%, rgba(8, 5, 10, 0.48) 100%),
		linear-gradient(180deg, rgba(8, 5, 10, 0.22), rgba(8, 5, 10, 0.9));
}

.j4y-hero:after,
.page-hero:after {
	background: linear-gradient(90deg, transparent, rgba(75, 0, 130, 0.86), rgba(255, 106, 0, 0.9), transparent);
}

.hero-video {
	filter: brightness(0.78) saturate(0.96) contrast(1.08);
	transform: scale(1.018);
}

.hero-content {
	max-width: 940px;
}

.hero-content h1 {
	font-size: 72px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 22px;
	max-width: 940px;
	text-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.hero-content p {
	font-size: 16px;
	line-height: 1.78;
	max-width: 590px;
}

.hero-content .eyebrow {
	color: rgba(255, 255, 255, 0.72);
	letter-spacing: 0.18em;
	margin-bottom: 18px;
}

.hero-content .hero-services {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--j4y-white);
	font-size: 12px;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	padding: 12px 16px;
}

.hero-content .hero-services:before {
	display: none;
}

.hero-actions {
	gap: 14px;
	margin-top: 32px;
}

.btn-primary-j4y,
.btn-secondary-j4y {
	border-radius: 2px;
	font-size: 12px;
	min-height: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-primary-j4y {
	background: linear-gradient(135deg, var(--j4y-orange), #ff9a22);
	border-color: rgba(255, 106, 0, 0.88);
	box-shadow: 0 20px 46px rgba(255, 106, 0, 0.2);
	color: #140912;
}

.btn-secondary-j4y {
	background: rgba(75, 0, 130, 0.28);
	border-color: rgba(255, 255, 255, 0.3);
}

.hero-meta-strip {
	backdrop-filter: blur(18px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(75, 0, 130, 0.18));
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 54px 0 0;
	max-width: 100%;
	width: 100%;
}

.hero-meta-strip span {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.76);
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4;
	min-height: 96px;
	padding: 22px 24px;
	text-align: center;
	text-transform: uppercase;
}

.hero-meta-strip span:last-child {
	border-right: 0;
}

.hero-meta-strip strong {
	color: var(--j4y-white);
	display: block;
	font-size: 26px;
	letter-spacing: 0;
	margin-bottom: 6px;
	text-transform: none;
}

.logo-wall.section-padding-sm {
	padding: 38px 0;
}

.logo-wall-inner > span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	letter-spacing: 0.16em;
}

.about-band {
	background:
		linear-gradient(90deg, rgba(75, 0, 130, 0.035), transparent 38%),
		var(--j4y-white);
}

.image-stack:before {
	border-color: rgba(75, 0, 130, 0.28);
	inset: 34px 42px auto auto;
}

.image-stack-main {
	box-shadow: 0 34px 90px rgba(16, 16, 16, 0.2);
}

.image-stack-small {
	border-color: var(--j4y-white);
	box-shadow: 0 28px 68px rgba(75, 0, 130, 0.18);
}

.services-area {
	background:
		linear-gradient(180deg, #f8f8fb 0%, #ffffff 48%, #f2f2f6 100%);
	border-bottom: 1px solid var(--j4y-hairline);
	border-top: 1px solid var(--j4y-hairline);
}

.services-area .row {
	counter-reset: service-card;
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-left: 0;
	margin-right: 0;
}

.services-area .row > [class*="col-"] {
	flex: none;
	grid-column: span 3;
	max-width: none;
	padding: 0;
	width: auto;
}

.services-area .row > [class*="col-"]:nth-child(1),
.services-area .row > [class*="col-"]:nth-child(2) {
	grid-column: span 6;
}

.service-tile {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(75, 0, 130, 0.12);
	box-shadow: 0 22px 60px rgba(24, 5, 31, 0.08);
	counter-increment: service-card;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 0;
	min-height: 390px;
}

.service-tile:after {
	color: rgba(75, 0, 130, 0.08);
	content: counter(service-card, decimal-leading-zero);
	font-family: var(--j4y-serif);
	font-size: 76px;
	font-weight: 800;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 1;
}

.services-area .row > [class*="col-"]:nth-child(1) .service-tile,
.services-area .row > [class*="col-"]:nth-child(2) .service-tile {
	display: grid;
	grid-template-columns: 48% 52%;
	min-height: 360px;
}

.services-area .row > [class*="col-"]:nth-child(1) .service-image,
.services-area .row > [class*="col-"]:nth-child(2) .service-image {
	height: 100%;
}

.services-area .row > [class*="col-"]:nth-child(1) .service-image img,
.services-area .row > [class*="col-"]:nth-child(2) .service-image img {
	aspect-ratio: auto;
	height: 100%;
}

.service-image img {
	aspect-ratio: 16 / 11;
	filter: saturate(0.98) contrast(1.06);
}

.service-body {
	display: flex;
	flex-direction: column;
	padding: 24px;
	position: relative;
	z-index: 2;
}

.service-body i {
	background: rgba(75, 0, 130, 0.08);
	border: 1px solid rgba(75, 0, 130, 0.12);
	border-radius: 50%;
	color: var(--j4y-violet);
	height: 46px;
	margin-bottom: 14px;
	width: 46px;
}

.service-body h3 {
	font-size: 22px;
	line-height: 1.12;
	margin-bottom: 12px;
}

.service-body p {
	color: rgba(27, 27, 27, 0.66);
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.62;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.service-body .text-link {
	margin-top: auto;
}

.service-tile:hover {
	border-color: rgba(255, 106, 0, 0.38);
	box-shadow: 0 34px 90px rgba(75, 0, 130, 0.14);
	transform: translateY(-5px);
}

.why-area,
.video-area,
.trust-area {
	background:
		linear-gradient(135deg, rgba(75, 0, 130, 0.34), transparent 36%),
		linear-gradient(180deg, #0b090d 0%, #17051f 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.why-area .section-kicker,
.video-area .section-kicker,
.trust-area .section-kicker {
	color: var(--j4y-orange);
}

.why-grid {
	gap: 18px;
}

.why-grid div,
.testimonial-list blockquote,
.credential-grid div {
	background: rgba(255, 255, 255, 0.055);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.process-area {
	background:
		linear-gradient(90deg, rgba(75, 0, 130, 0.035), transparent 42%),
		var(--j4y-white);
}

.process-grid {
	gap: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-step {
	background: transparent;
	border: 0;
	border-right: 1px solid rgba(75, 0, 130, 0.14);
	box-shadow: none;
	min-height: 260px;
	padding: 34px 26px;
}

.process-step:last-child {
	border-right: 0;
}

.process-step:before {
	background: linear-gradient(180deg, var(--j4y-violet), var(--j4y-orange));
	height: auto;
	left: 0;
	right: auto;
	top: 34px;
	width: 3px;
}

.process-step span {
	color: rgba(75, 0, 130, 0.22);
	font-size: 54px;
}

.gallery-preview {
	background:
		linear-gradient(180deg, #f4f4f8, #ffffff);
}

.gallery-preview .section-title {
	margin-bottom: 52px;
}

.gallery-grid {
	gap: 22px;
}

.gallery-card {
	border-radius: 2px;
	box-shadow: 0 28px 78px rgba(16, 16, 16, 0.16);
}

.gallery-image img {
	aspect-ratio: 5 / 4;
	filter: saturate(0.96) contrast(1.05);
}

.gallery-card:nth-child(7n+1) .gallery-image img,
.gallery-card:nth-child(7n+6) .gallery-image img {
	aspect-ratio: 16 / 8;
}

.gallery-card > div {
	padding: 46px 24px 24px;
}

.gallery-card h3 {
	font-size: 25px;
	line-height: 1.1;
}

.video-frame {
	background: #050505;
	border-color: rgba(255, 106, 0, 0.28);
	box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
}

.case-card {
	border-radius: 2px;
	box-shadow: var(--j4y-lux-shadow);
}

.case-card img {
	aspect-ratio: 16 / 10;
}

.industries-preview {
	background:
		linear-gradient(180deg, #ffffff, #f4f4f8);
}

.industry-grid article {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(75, 0, 130, 0.12);
	box-shadow: 0 20px 58px rgba(24, 5, 31, 0.07);
}

.industry-icon {
	border-radius: 50%;
}

.contact-area-j4y {
	background:
		linear-gradient(135deg, rgba(75, 0, 130, 0.08), rgba(255, 106, 0, 0.045)),
		#f5f5f8;
}

.contact-info-panel,
.contact-form-panel {
	border-radius: 2px;
	box-shadow: 0 28px 80px rgba(24, 5, 31, 0.12);
}

.contact-form-panel {
	border-color: rgba(75, 0, 130, 0.12);
}

.contact-form-panel .form-control,
.j4y-form .form-control {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(75, 0, 130, 0.16);
	border-radius: 2px;
	min-height: 52px;
}

.footer-j4y {
	background:
		linear-gradient(135deg, rgba(75, 0, 130, 0.2), transparent 42%),
		#090909;
}

@media only screen and (max-width: 1199px) {
	.services-area .row {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.services-area .row > [class*="col-"],
	.services-area .row > [class*="col-"]:nth-child(1),
	.services-area .row > [class*="col-"]:nth-child(2) {
		grid-column: span 3;
	}

	.services-area .row > [class*="col-"]:nth-child(1) .service-tile,
	.services-area .row > [class*="col-"]:nth-child(2) .service-tile {
		display: flex;
		min-height: 420px;
	}

	.services-area .row > [class*="col-"]:nth-child(1) .service-image img,
	.services-area .row > [class*="col-"]:nth-child(2) .service-image img {
		aspect-ratio: 16 / 11;
		height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.section-padding {
		padding: 82px 0;
	}

	.section-title h2,
	.about-band h2,
	.why-area h2,
	.video-area h2,
	.trust-area h2,
	.contact-form-panel h2,
	.service-detail h2,
	.case-study-content h2 {
		font-size: 36px;
	}

	.sticky-wrapper:not(.is-sticky) .site-navbar {
		background: rgba(12, 4, 16, 0.94);
	}

	.j4y-hero {
		min-height: 88vh;
		padding: 132px 0 58px;
	}

	.hero-content h1 {
		font-size: 52px;
	}

	.hero-content {
		max-width: 620px;
	}

	.hero-meta-strip {
		margin-top: 34px;
	}

	.hero-meta-strip span {
		min-height: 82px;
		padding: 18px 16px;
	}

	.hero-meta-strip strong {
		font-size: 22px;
	}

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

	.process-step {
		background: rgba(255, 255, 255, 0.78);
		border: 1px solid rgba(75, 0, 130, 0.12);
		box-shadow: 0 18px 48px rgba(24, 5, 31, 0.06);
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 68px 0;
	}

	.section-title {
		margin-bottom: 38px;
	}

	.section-title h2,
	.about-band h2,
	.why-area h2,
	.video-area h2,
	.trust-area h2,
	.contact-form-panel h2,
	.service-detail h2,
	.case-study-content h2 {
		font-size: 30px;
		line-height: 1.12;
	}

	.j4y-hero {
		min-height: 84vh;
		padding: 112px 0 42px;
	}

	.hero-content h1 {
		font-size: 38px;
		line-height: 1;
		margin-bottom: 16px;
	}

	.hero-content .hero-services {
		display: block;
		font-size: 11px;
		line-height: 1.55;
		padding: 11px 13px;
	}

	.hero-meta-strip {
		display: none;
	}

	.services-area .row {
		grid-template-columns: 1fr;
	}

	.services-area .row > [class*="col-"],
	.services-area .row > [class*="col-"]:nth-child(1),
	.services-area .row > [class*="col-"]:nth-child(2) {
		grid-column: 1 / -1;
	}

	.service-tile,
	.services-area .row > [class*="col-"]:nth-child(1) .service-tile,
	.services-area .row > [class*="col-"]:nth-child(2) .service-tile {
		display: flex;
		min-height: auto;
	}

	.service-tile:after {
		font-size: 54px;
	}

	.service-body {
		padding: 20px;
	}

	.service-image img,
	.services-area .row > [class*="col-"]:nth-child(1) .service-image img,
	.services-area .row > [class*="col-"]:nth-child(2) .service-image img {
		aspect-ratio: 16 / 8;
		height: auto;
	}

	.service-body i {
		font-size: 20px;
		height: 40px;
		margin-bottom: 12px;
		width: 40px;
	}

	.service-body h3 {
		font-size: 21px;
	}

	.service-body p {
		-webkit-line-clamp: 2;
	}

	.process-grid {
		grid-template-columns: 1fr;
	}

	.process-step {
		min-height: auto;
		padding: 26px 24px;
	}

	.gallery-card h3 {
		font-size: 21px;
	}
}

/* Clean page banners only; section wallpaper backgrounds removed */
.j4y-hero.has-hero-video {
	background: var(--hero-image) center/cover no-repeat !important;
}

.j4y-hero.has-hero-video .hero-video {
	opacity: 1;
}

.page-hero {
	background:
		linear-gradient(90deg, rgba(8, 5, 10, 0.82), rgba(43, 0, 77, 0.38), rgba(8, 5, 10, 0.22)),
		var(--page-hero-image) center/cover no-repeat !important;
	min-height: 500px;
}

.page-hero-content {
	border-left: 3px solid var(--j4y-orange);
	max-width: 780px;
	padding-left: 28px;
}

@media only screen and (max-width: 767px) {
	.page-hero {
		min-height: 390px;
	}

	.page-hero-content {
		border-left-width: 2px;
		padding-left: 18px;
	}
}

/* Secure-style premium refinement, kept controlled to hero/cards only */
.hero-image-slider {
	background: #0b090d;
}

.hero-slider,
.hero-slide {
	inset: 0;
	position: absolute;
}

.hero-slider {
	background: #0b090d;
	overflow: hidden;
	z-index: 0;
}

.hero-slide {
	animation: j4yHeroSlide 18s linear infinite;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.035);
}

.hero-slide-2 {
	animation-delay: 6s;
}

.hero-slide-3 {
	animation-delay: 12s;
}

@keyframes j4yHeroSlide {
	0% { opacity: 0; transform: scale(1.035); }
	1% { opacity: 1; }
	15% { opacity: 1; transform: scale(1.01); }
	18%, 100% { opacity: 0; transform: scale(1); }
}

.j4y-hero.hero-image-slider {
	align-items: center;
	min-height: 92vh;
	padding-bottom: 76px;
}

.j4y-hero.hero-image-slider:before {
	background:
		linear-gradient(90deg, rgba(8, 5, 10, 0.92) 0%, rgba(43, 0, 77, 0.76) 48%, rgba(8, 5, 10, 0.28) 100%),
		linear-gradient(180deg, rgba(8, 5, 10, 0.12), rgba(8, 5, 10, 0.88));
}

.hero-content {
	max-width: 820px;
}

.hero-badge {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.86);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
	padding: 9px 13px;
	text-transform: uppercase;
}

.hero-content h1 {
	font-size: clamp(42px, 6vw, 78px);
	max-width: 800px;
	text-wrap: balance;
}

.hero-content .hero-services {
	background: transparent;
	border: 0;
	color: var(--j4y-orange);
	display: block;
	font-size: 13px;
	letter-spacing: 0.08em;
	max-width: 760px;
	padding: 0;
}

.hero-content p:not(.hero-services) {
	max-width: 620px;
}

.stats-band {
	background: var(--j4y-white);
	border-bottom: 1px solid rgba(75, 0, 130, 0.12);
	padding: 34px 0;
}

.stats-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stats-grid article {
	background:
		linear-gradient(180deg, rgba(75, 0, 130, 0.045), rgba(255, 106, 0, 0.035)),
		var(--j4y-white);
	min-height: 112px;
	padding: 24px 20px;
	text-align: center;
}

.stats-grid strong {
	color: var(--j4y-violet);
	display: block;
	font-family: var(--j4y-serif);
	font-size: 27px;
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 8px;
}

.stats-grid span {
	color: rgba(27, 27, 27, 0.68);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.about-editorial-image {
	border: 1px solid rgba(75, 0, 130, 0.16);
	box-shadow: 0 34px 90px rgba(24, 5, 31, 0.16);
	overflow: hidden;
	position: relative;
}

.about-editorial-image:after {
	border: 1px solid rgba(255, 106, 0, 0.55);
	content: "";
	inset: 18px;
	pointer-events: none;
	position: absolute;
}

.about-editorial-image img {
	aspect-ratio: 4 / 5;
	display: block;
	filter: saturate(1.02) contrast(1.04);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-tile-compact {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 252, 0.94));
	min-height: 260px;
}

.service-tile-compact .service-body {
	min-height: 260px;
	padding: 28px;
}

.service-tile-compact .service-body i {
	background: rgba(75, 0, 130, 0.08);
	border-color: rgba(75, 0, 130, 0.16);
}

.service-tile-compact:after {
	color: rgba(75, 0, 130, 0.07);
}

.selected-work-area {
	background:
		linear-gradient(135deg, rgba(75, 0, 130, 0.2), rgba(255, 106, 0, 0.08)),
		#0b090d;
	color: var(--j4y-white);
}

.selected-work-area .section-title h2,
.selected-work-area .section-title p {
	color: var(--j4y-white);
}

.selected-work-area .section-title p {
	color: rgba(255, 255, 255, 0.72);
}

.selected-work-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.selected-work-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	grid-column: span 4;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.selected-work-card:first-child,
.selected-work-card:nth-child(2) {
	grid-column: span 6;
}

.selected-work-card:hover {
	border-color: rgba(255, 106, 0, 0.48);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
	transform: translateY(-5px);
}

.selected-work-image {
	display: block;
	overflow: hidden;
	position: relative;
}

.selected-work-image img {
	aspect-ratio: 16 / 11;
	display: block;
	filter: saturate(0.98) contrast(1.05);
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.selected-work-card:first-child .selected-work-image img,
.selected-work-card:nth-child(2) .selected-work-image img {
	aspect-ratio: 16 / 8;
}

.selected-work-card:hover .selected-work-image img {
	transform: scale(1.045);
}

.selected-work-image span {
	background: rgba(255, 106, 0, 0.94);
	bottom: 16px;
	color: #120812;
	font-size: 11px;
	font-weight: 900;
	left: 16px;
	letter-spacing: 0.1em;
	padding: 8px 10px;
	position: absolute;
	text-transform: uppercase;
}

.selected-work-card > div {
	padding: 24px;
}

.selected-work-card small {
	color: var(--j4y-orange);
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.selected-work-card h3 {
	color: var(--j4y-white);
	font-family: var(--j4y-serif);
	font-size: 27px;
	line-height: 1.08;
	margin-bottom: 12px;
}

.selected-work-card p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 1.68;
}

.faq-area {
	background: var(--j4y-white);
}

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

.faq-card {
	background:
		linear-gradient(180deg, rgba(75, 0, 130, 0.04), rgba(255, 106, 0, 0.03)),
		var(--j4y-white);
	border: 1px solid rgba(75, 0, 130, 0.13);
	padding: 24px;
}

.faq-card h3 {
	font-size: 20px;
	line-height: 1.18;
	margin-bottom: 12px;
}

.faq-card p {
	font-size: 14px;
	line-height: 1.72;
}

.footer-social-label,
.contact-social-label {
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 22px 0 12px;
	text-transform: uppercase;
}

.footer-socials,
.contact-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-socials a,
.contact-socials a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--j4y-white);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
	width: 40px;
}

.footer-socials a:hover,
.contact-socials a:hover {
	background: var(--j4y-orange);
	border-color: var(--j4y-orange);
	color: #130813;
	transform: translateY(-2px);
}

.contact-info-panel .panel-whatsapp {
	margin-top: 22px;
}

@media only screen and (max-width: 1199px) {
	.faq-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 991px) {
	.stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.selected-work-card,
	.selected-work-card:first-child,
	.selected-work-card:nth-child(2) {
		grid-column: span 6;
	}

	.about-editorial-image {
		margin-bottom: 34px;
	}

	.about-editorial-image img {
		aspect-ratio: 16 / 10;
	}
}

@media only screen and (max-width: 767px) {
	.j4y-hero.hero-image-slider {
		min-height: 84vh;
	}

	.hero-badge {
		font-size: 10px;
		letter-spacing: 0.05em;
	}

	.hero-content h1 {
		font-size: 36px;
	}

	.stats-grid,
	.selected-work-grid,
	.faq-grid {
		grid-template-columns: 1fr;
	}

	.selected-work-card,
	.selected-work-card:first-child,
	.selected-work-card:nth-child(2) {
		grid-column: 1 / -1;
	}

	.selected-work-card:first-child .selected-work-image img,
	.selected-work-card:nth-child(2) .selected-work-image img,
	.selected-work-image img {
		aspect-ratio: 16 / 10;
	}

	.faq-card {
		padding: 22px;
	}
}

/* Keep content visible even if scroll observers are delayed or unavailable. */
.reveal-on-scroll {
	opacity: 1 !important;
	transform: none !important;
}

.floating-socials {
	align-items: center;
	bottom: 22px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	position: fixed;
	right: 22px;
	z-index: 2600;
}

.floating-socials a {
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(16, 16, 16, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
	color: var(--j4y-white) !important;
	display: inline-flex;
	font-size: 18px;
	height: 44px;
	justify-content: center;
	transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
	width: 44px;
}

.floating-socials a:hover,
.floating-socials a:focus {
	background: var(--j4y-orange);
	border-color: var(--j4y-orange);
	color: #130813 !important;
	transform: translateY(-2px);
}

.floating-socials .social-floating-whatsapp {
	background: var(--j4y-orange);
	border-color: var(--j4y-orange);
	color: var(--j4y-white) !important;
	font-size: 22px;
}

.floating-socials .social-floating-whatsapp:hover,
.floating-socials .social-floating-whatsapp:focus {
	background: var(--j4y-gold);
	border-color: var(--j4y-gold);
	color: var(--j4y-ink) !important;
}

@media only screen and (max-width: 767px) {
	.floating-socials {
		bottom: 14px;
		gap: 7px;
		right: 14px;
	}

	.floating-socials a {
		font-size: 16px;
		height: 40px;
		width: 40px;
	}

	.floating-socials .social-floating-whatsapp {
		font-size: 20px;
	}
}

/* Advanced interaction layer */
.motion-ready .j4y-pop-in {
	animation: j4yPopIn 0.82s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

@keyframes j4yPopIn {
	from {
		opacity: 0.01;
		transform: translate3d(0, 32px, 0) scale(0.98);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.motion-ready .j4y-tilt-card {
	overflow: hidden;
	position: relative;
	transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0), 0);
	transform-style: preserve-3d;
	transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.18s ease;
	will-change: transform;
}

.motion-ready .j4y-tilt-card:hover {
	--lift: -5px;
}

.motion-ready .j4y-tilt-card.is-tilting {
	box-shadow: 0 34px 92px rgba(75, 0, 130, 0.2), 0 18px 46px rgba(255, 106, 0, 0.08);
}

.motion-ready .j4y-tilt-card:after {
	background:
		radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.28), transparent 18%),
		linear-gradient(135deg, rgba(255, 106, 0, 0.14), transparent 38%, rgba(75, 0, 130, 0.16));
	content: "";
	inset: -1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.24s ease;
	z-index: 1;
}

.motion-ready .j4y-tilt-card.is-tilting:after,
.motion-ready .j4y-tilt-card:hover:after {
	opacity: 1;
}

.motion-ready .service-body,
.motion-ready .selected-work-card > div,
.motion-ready .case-card > div,
.motion-ready .industry-grid article > *,
.motion-ready .process-step > *,
.motion-ready .faq-card > *,
.motion-ready .contact-form-panel > *,
.motion-ready .contact-info-panel > * {
	position: relative;
	z-index: 7;
}

.motion-ready .j4y-magnetic {
	transform: translate3d(var(--tx, 0), var(--ty, 0), 0);
	transition: transform 0.18s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
	will-change: transform;
}

.motion-ready .btn-primary-j4y.j4y-magnetic:hover,
.motion-ready .btn-secondary-j4y.j4y-magnetic:hover,
.motion-ready .nav-cta.j4y-magnetic:hover {
	box-shadow: 0 24px 60px rgba(255, 106, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.motion-ready .j4y-energy-field {
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.motion-ready .j4y-energy-field:before {
	animation: j4yEnergySweep 12s linear infinite;
	background:
		radial-gradient(circle at 20% 30%, rgba(255, 106, 0, 0.2), transparent 25%),
		radial-gradient(circle at 82% 62%, rgba(122, 34, 191, 0.28), transparent 28%),
		linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, transparent 56%);
	content: "";
	inset: -22%;
	opacity: 0.78;
	pointer-events: none;
	position: absolute;
	transform: translateX(-10%) rotate(0.001deg);
	z-index: -1;
}

@keyframes j4yEnergySweep {
	0% {
		transform: translate3d(-10%, 0, 0) rotate(0.001deg);
	}

	50% {
		transform: translate3d(10%, -3%, 0) rotate(0.001deg);
	}

	100% {
		transform: translate3d(-10%, 0, 0) rotate(0.001deg);
	}
}

.motion-ready .selected-work-image img,
.motion-ready .gallery-image img,
.motion-ready .service-image img,
.motion-ready .case-card img,
.motion-ready .about-editorial-image img {
	transition: filter 0.42s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.motion-ready .selected-work-card:hover img,
.motion-ready .gallery-card:hover img,
.motion-ready .service-tile:hover img,
.motion-ready .case-card:hover img,
.motion-ready .about-editorial-image:hover img {
	filter: saturate(1.18) contrast(1.08);
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
	.motion-ready .j4y-tilt-card,
	.motion-ready .j4y-magnetic {
		transform: none !important;
	}

	.motion-ready .j4y-energy-field:before {
		animation: none;
	}
}

/* Services layout: two cards per row, one per row on mobile */
.services-area .row > [class*="col-"],
.services-area .row > [class*="col-"]:nth-child(1),
.services-area .row > [class*="col-"]:nth-child(2) {
	grid-column: span 6;
}

.services-area .row > [class*="col-"]:nth-child(1) .service-tile,
.services-area .row > [class*="col-"]:nth-child(2) .service-tile {
	display: flex;
	min-height: 390px;
}

.services-area .row > [class*="col-"]:nth-child(1) .service-image img,
.services-area .row > [class*="col-"]:nth-child(2) .service-image img {
	aspect-ratio: 16 / 11;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.services-area .row > [class*="col-"],
	.services-area .row > [class*="col-"]:nth-child(1),
	.services-area .row > [class*="col-"]:nth-child(2) {
		grid-column: 1 / -1;
	}
}

/* Luxury light header refinement */
.site-navbar {
	backdrop-filter: blur(22px) saturate(1.14);
	-webkit-backdrop-filter: blur(22px) saturate(1.14);
	padding: 12px 0;
	position: relative;
	transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, padding 0.28s ease;
}

.site-navbar:after {
	background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.84), rgba(142, 54, 214, 0.78), transparent);
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	max-width: 960px;
	opacity: 0.86;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 48px);
}

.sticky-wrapper .site-navbar,
.sticky-wrapper:not(.is-sticky) .site-navbar,
.sticky-wrapper.is-sticky .site-navbar {
	background:
		linear-gradient(135deg, rgba(18, 6, 28, 0.9) 0%, rgba(75, 0, 130, 0.76) 48%, rgba(17, 9, 24, 0.9) 100%),
		radial-gradient(circle at 18% 0%, rgba(255, 106, 0, 0.22), transparent 36%);
	border-bottom: 1px solid rgba(255, 106, 0, 0.24);
	box-shadow: 0 18px 54px rgba(10, 2, 18, 0.26);
}

.sticky-wrapper.is-sticky .site-navbar {
	background:
		linear-gradient(135deg, rgba(16, 5, 26, 0.94) 0%, rgba(75, 0, 130, 0.82) 48%, rgba(16, 8, 24, 0.94) 100%),
		radial-gradient(circle at 18% 0%, rgba(255, 106, 0, 0.18), transparent 36%);
	padding: 7px 0;
}

.site-logo .brand-logo-image,
.brand-logo-image {
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.34)) drop-shadow(0 0 18px rgba(255, 106, 0, 0.1));
	height: 86px;
	object-fit: contain;
	object-position: left center;
	width: 220px;
}

.site-navbar .site-navigation .site-menu > li > a,
.sticky-wrapper .site-navbar .site-menu > li > a,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	position: relative;
}

.site-navbar .site-navigation .site-menu > li > a:not(.nav-cta):after {
	background: linear-gradient(90deg, var(--j4y-orange), rgba(255, 255, 255, 0.7));
	bottom: 15px;
	content: "";
	height: 2px;
	left: 9px;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.35);
	transform-origin: left center;
	transition: opacity 0.22s ease, transform 0.22s ease;
	width: calc(100% - 18px);
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a.active,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a:hover,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.active,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
	color: var(--j4y-orange) !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover:after,
.site-navbar .site-navigation .site-menu > li > a.active:after {
	opacity: 1;
	transform: scaleX(1);
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.nav-cta,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.nav-cta {
	background: linear-gradient(135deg, var(--j4y-orange) 0%, #d85a00 54%, rgba(75, 0, 130, 0.92) 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18), 0 10px 26px rgba(255, 106, 0, 0.2);
	color: var(--j4y-white) !important;
	margin-left: 10px;
	padding: 13px 17px;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 106, 0, 0.24) 100%);
	border-color: rgba(255, 106, 0, 0.72);
	color: var(--j4y-white) !important;
	transform: translateY(-1px);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	background: rgba(17, 7, 26, 0.98);
	border: 1px solid rgba(255, 106, 0, 0.2);
	border-top: 2px solid var(--j4y-orange);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	color: rgba(255, 255, 255, 0.82);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: rgba(255, 106, 0, 0.12);
	color: var(--j4y-orange);
}

.creative-menu-toggle {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 106, 0, 0.32);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
	color: var(--j4y-white);
}

.creative-menu-toggle .menu-toggle-visual span {
	background: var(--j4y-white);
}

.creative-menu-toggle .menu-toggle-visual i {
	background: var(--j4y-orange);
	box-shadow: 0 0 18px rgba(255, 106, 0, 0.38);
}

.sticky-wrapper .site-navbar .site-menu-toggle,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu-toggle,
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
	color: var(--j4y-white);
}

@media only screen and (max-width: 1199px) {
	.site-navbar {
		padding: 8px 0;
	}

	.site-navbar .row.align-items-center {
		min-height: 78px;
	}

	.sticky-wrapper.is-sticky .site-navbar {
		padding: 6px 0;
	}

	.site-logo .brand-logo-image,
	.brand-logo-image {
		height: 72px;
		object-position: center;
		width: 172px;
	}
}

@media only screen and (max-width: 991px) {
	.site-navbar,
	.sticky-wrapper:not(.is-sticky) .site-navbar,
	.sticky-wrapper.is-sticky .site-navbar {
		background:
			linear-gradient(135deg, rgba(18, 6, 28, 0.92) 0%, rgba(75, 0, 130, 0.78) 48%, rgba(17, 9, 24, 0.92) 100%),
			radial-gradient(circle at 18% 0%, rgba(255, 106, 0, 0.2), transparent 36%);
		border-bottom: 1px solid rgba(255, 106, 0, 0.24);
		box-shadow: 0 16px 42px rgba(10, 2, 18, 0.28);
	}
}

/* Final luxury header pass */
.site-navbar {
	background: linear-gradient(180deg, rgba(8, 3, 14, 0.42), rgba(8, 3, 14, 0.04)) !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	padding: 14px 0;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: linear-gradient(180deg, rgba(8, 3, 14, 0.62), rgba(8, 3, 14, 0.16)) !important;
	padding: 8px 0;
}

.site-navbar .container {
	background:
		linear-gradient(135deg, rgba(19, 6, 30, 0.88) 0%, rgba(75, 0, 130, 0.74) 50%, rgba(14, 8, 22, 0.88) 100%),
		radial-gradient(circle at 10% 0%, rgba(255, 106, 0, 0.26), transparent 34%),
		radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.1), transparent 28%);
	border: 1px solid rgba(255, 183, 91, 0.24);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(5, 0, 12, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.11);
	max-width: min(1180px, calc(100% - 32px));
	overflow: visible;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.site-navbar .container:before {
	background: linear-gradient(90deg, transparent, rgba(255, 183, 91, 0.72), rgba(255, 255, 255, 0.52), rgba(142, 54, 214, 0.54), transparent);
	content: "";
	height: 1px;
	left: 18px;
	position: absolute;
	right: 18px;
	top: 0;
}

.site-navbar .container:after {
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, transparent 58%);
	content: "";
	inset: 1px;
	opacity: 0.7;
	pointer-events: none;
	position: absolute;
}

.site-navbar .container > .row {
	position: relative;
	z-index: 1;
}

.site-navbar:after {
	display: none;
}

.site-navbar .site-navigation .site-menu > li > a,
.sticky-wrapper .site-navbar .site-menu > li > a,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding-left: 10px;
	padding-right: 10px;
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a.active,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a:hover,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.active,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
	color: #ffb65c !important;
}

.site-navbar .site-navigation .site-menu > li > a:not(.nav-cta):after {
	background: linear-gradient(90deg, transparent, #ffb65c, rgba(255, 255, 255, 0.72), transparent);
	bottom: 14px;
	height: 1px;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.nav-cta,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.nav-cta {
	background:
		linear-gradient(135deg, rgba(255, 183, 91, 0.96) 0%, rgba(255, 106, 0, 0.92) 55%, rgba(75, 0, 130, 0.88) 100%);
	border: 1px solid rgba(255, 222, 180, 0.34);
	box-shadow: 0 16px 34px rgba(5, 0, 12, 0.24), 0 10px 28px rgba(255, 106, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: var(--j4y-white) !important;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta:hover {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 106, 0, 0.26) 45%, rgba(75, 0, 130, 0.78) 100%);
	border-color: rgba(255, 183, 91, 0.72);
}

.creative-menu-toggle {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 106, 0, 0.08));
	border-color: rgba(255, 183, 91, 0.38);
	box-shadow: 0 16px 38px rgba(5, 0, 12, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.creative-menu-toggle:hover,
.creative-menu-toggle:focus {
	background: linear-gradient(135deg, rgba(255, 106, 0, 0.26), rgba(75, 0, 130, 0.54));
	border-color: rgba(255, 183, 91, 0.7);
}

@media only screen and (max-width: 1199px) {
	.site-navbar {
		padding: 10px 0;
	}

	.sticky-wrapper.is-sticky .site-navbar {
		padding: 7px 0;
	}

	.site-navbar .container {
		max-width: calc(100% - 20px);
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Premium luxury brand system */
:root {
	--j4y-ink: #101010;
	--j4y-ink-soft: #1b1028;
	--j4y-plum: #1b1028;
	--j4y-violet: #4b0082;
	--j4y-violet-soft: #7a22bf;
	--j4y-soft-violet: #7a22bf;
	--j4y-orange: #ff6a00;
	--j4y-orange-dark: #bf4f00;
	--j4y-dark-orange: #bf4f00;
	--j4y-gold: #ff8a00;
	--j4y-gold-dark: #d45f00;
	--j4y-dark-gold: #d45f00;
	--j4y-ivory: #f7f7f9;
	--j4y-neutral: #e8e8ee;
	--j4y-white: #ffffff;
	--j4y-muted: #5f5f68;
	--j4y-radius-lg: 24px;
	--j4y-radius-md: 20px;
	--j4y-glass-dark: rgba(16, 16, 16, 0.78);
	--j4y-glass-plum: rgba(27, 16, 40, 0.72);
	--j4y-glass-border: rgba(255, 138, 0, 0.28);
	--j4y-glow: 0 26px 80px rgba(0, 0, 0, 0.42), 0 0 34px rgba(255, 106, 0, 0.12), 0 0 54px rgba(122, 34, 191, 0.16);
	--j4y-glow-hover: 0 34px 100px rgba(0, 0, 0, 0.5), 0 0 42px rgba(255, 138, 0, 0.26), 0 0 70px rgba(122, 34, 191, 0.24);
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at 0% 0%, rgba(255, 106, 0, 0.16), transparent 28%),
		radial-gradient(circle at 100% 16%, rgba(122, 34, 191, 0.18), transparent 30%),
		var(--j4y-ink);
	color: var(--j4y-white);
}

body,
main {
	overflow-x: hidden;
}

::selection {
	background: rgba(255, 138, 0, 0.38);
	color: var(--j4y-white);
}

.section-padding {
	padding: 124px 0;
}

.section-padding-sm {
	padding: 68px 0;
}

.section-title {
	margin-bottom: 64px;
}

.section-title h2,
.about-band h2,
.why-area h2,
.video-area h2,
.trust-area h2,
.contact-form-panel h2,
.service-detail h2,
.case-study-content h2,
.page-hero-content h1 {
	color: var(--j4y-white);
	font-size: clamp(34px, 4.6vw, 58px);
	letter-spacing: 0;
	line-height: 1.04;
	text-wrap: balance;
}

.section-title p,
.why-area p,
.video-area p,
.trust-area p,
.service-detail p,
.contact-area-j4y p,
.case-preview p,
.industries-preview p,
.faq-card p,
.handle-card p,
.service-summary li,
.page-hero-content p {
	color: rgba(247, 247, 249, 0.72);
}

.section-kicker,
.eyebrow,
.hero-badge {
	color: var(--j4y-gold);
	letter-spacing: 0.14em;
}

.section-title:after {
	background: linear-gradient(90deg, transparent, var(--j4y-orange), var(--j4y-gold), var(--j4y-violet-soft), transparent);
	height: 2px;
	max-width: 220px;
	opacity: 0.95;
}

.hero-gradient-text,
.gradient-text {
	background: linear-gradient(135deg, var(--j4y-gold) 0%, var(--j4y-orange) 42%, var(--j4y-gold) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: none;
}

.btn-primary-j4y,
.btn-secondary-j4y,
.site-navbar .site-navigation .site-menu > li > a.nav-cta,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.nav-cta,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.nav-cta {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 52px;
	overflow: hidden;
	padding: 15px 28px;
	position: relative;
	text-transform: uppercase;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.btn-primary-j4y {
	background: linear-gradient(135deg, var(--j4y-orange) 0%, var(--j4y-gold) 100%);
	border: 1px solid rgba(255, 138, 0, 0.8);
	box-shadow: 0 18px 46px rgba(255, 106, 0, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
	color: var(--j4y-ink) !important;
}

.btn-primary-j4y:hover,
.btn-primary-j4y:focus {
	box-shadow: 0 24px 62px rgba(255, 106, 0, 0.34), 0 0 30px rgba(255, 138, 0, 0.28);
	color: var(--j4y-ink) !important;
	transform: translateY(-3px);
}

.btn-secondary-j4y {
	background: rgba(27, 16, 40, 0.58);
	border: 1px solid rgba(255, 138, 0, 0.46);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(122, 34, 191, 0.22) inset;
	color: var(--j4y-white) !important;
}

.btn-secondary-j4y:hover,
.btn-secondary-j4y:focus {
	background: rgba(75, 0, 130, 0.36);
	border-color: rgba(255, 138, 0, 0.78);
	box-shadow: 0 22px 62px rgba(0, 0, 0, 0.3), 0 0 28px rgba(255, 106, 0, 0.22), 0 0 40px rgba(122, 34, 191, 0.24);
	color: var(--j4y-white) !important;
	transform: translateY(-3px);
}

.text-link {
	color: var(--j4y-gold) !important;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.text-link:hover {
	color: var(--j4y-orange) !important;
}

.site-navbar .container {
	background:
		radial-gradient(circle at 8% 0%, rgba(255, 106, 0, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(16, 16, 16, 0.9), rgba(27, 16, 40, 0.88) 58%, rgba(16, 16, 16, 0.92));
	border: 1px solid rgba(255, 138, 0, 0.26);
	border-radius: 22px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34), 0 0 42px rgba(122, 34, 191, 0.14);
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a.active,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a:hover,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.active,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
	color: var(--j4y-gold) !important;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.nav-cta,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.nav-cta {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	border-color: rgba(255, 138, 0, 0.72);
	color: var(--j4y-ink) !important;
	margin-left: 10px;
	min-height: 44px;
	padding: 12px 18px;
}

.site-mobile-menu {
	background:
		radial-gradient(circle at 0% 0%, rgba(255, 106, 0, 0.18), transparent 32%),
		linear-gradient(180deg, var(--j4y-plum), var(--j4y-ink)) !important;
}

.site-mobile-menu .site-nav-wrap a,
.site-mobile-menu-close span {
	color: var(--j4y-white) !important;
}

.site-mobile-menu .site-nav-wrap a:hover {
	color: var(--j4y-gold) !important;
}

.j4y-hero.hero-image-slider {
	align-items: center;
	background: var(--j4y-ink);
	isolation: isolate;
	min-height: 100vh;
	padding: 170px 0 96px;
}

.j4y-hero.hero-image-slider:before {
	background:
		radial-gradient(circle at 14% 22%, rgba(255, 106, 0, 0.18), transparent 32%),
		radial-gradient(circle at 88% 24%, rgba(122, 34, 191, 0.3), transparent 34%),
		linear-gradient(90deg, rgba(16, 16, 16, 0.96) 0%, rgba(27, 16, 40, 0.86) 48%, rgba(16, 16, 16, 0.42) 100%),
		linear-gradient(180deg, rgba(16, 16, 16, 0.12), rgba(16, 16, 16, 0.94));
	z-index: 1;
}

.j4y-hero.hero-image-slider:after {
	background: linear-gradient(90deg, transparent, var(--j4y-orange), var(--j4y-gold), var(--j4y-violet-soft), transparent);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	z-index: 3;
}

.hero-slider {
	background: var(--j4y-ink);
}

.hero-slide {
	filter: saturate(1.08) contrast(1.06) brightness(0.86);
	transform: scale(1.045);
}

.hero-content {
	max-width: 980px;
	position: relative;
	z-index: 4;
}

.hero-badge {
	backdrop-filter: blur(18px);
	background: rgba(27, 16, 40, 0.62);
	border: 1px solid rgba(255, 138, 0, 0.28);
	border-radius: 999px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
	color: var(--j4y-gold);
	padding: 10px 16px;
}

.hero-content h1 {
	color: var(--j4y-white);
	font-size: clamp(44px, 7vw, 92px);
	line-height: 0.98;
	max-width: 980px;
	text-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

.hero-content p {
	color: rgba(247, 247, 249, 0.78);
	font-size: 17px;
	line-height: 1.8;
	max-width: 720px;
}

.hero-content .hero-services {
	background: rgba(16, 16, 16, 0.42);
	border: 1px solid rgba(255, 138, 0, 0.24);
	border-radius: 999px;
	color: rgba(247, 247, 249, 0.86);
	display: inline-flex;
	line-height: 1.4;
	padding: 11px 17px;
}

.hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.logo-wall,
.stats-band,
.services-area,
.selected-work-area,
.why-area,
.process-area,
.gallery-preview,
.video-area,
.case-preview,
.industries-preview,
.trust-area,
.faq-area,
.contact-area-j4y,
.service-detail,
.service-gallery,
.gallery-page,
.case-study-page {
	background:
		radial-gradient(circle at top left, rgba(255, 106, 0, 0.18), transparent 35%),
		radial-gradient(circle at bottom right, rgba(122, 34, 191, 0.18), transparent 35%),
		linear-gradient(180deg, var(--j4y-ink) 0%, var(--j4y-plum) 100%) !important;
	color: var(--j4y-white);
	position: relative;
}

.about-band {
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 106, 0, 0.08), transparent 32%),
		radial-gradient(circle at 92% 88%, rgba(122, 34, 191, 0.1), transparent 34%),
		var(--j4y-ivory) !important;
	color: var(--j4y-ink);
}

.about-band h2,
.about-band p,
.about-band .section-kicker,
.faq-area .section-title h2,
.faq-area .section-title p {
	color: var(--j4y-ink);
}

.about-band p,
.faq-area .section-title p {
	color: rgba(16, 16, 16, 0.68);
}

.logo-wall-inner,
.stats-grid article {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 138, 0, 0.18);
	border-radius: var(--j4y-radius-md);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.logo-wall-inner > span,
.stats-grid span {
	color: rgba(247, 247, 249, 0.7);
}

.stats-grid {
	gap: 14px;
}

.stats-grid strong {
	color: var(--j4y-gold);
}

:is(.service-tile, .selected-work-card, .gallery-card, .case-card, .process-step, .why-grid div, .credential-grid div, .testimonial-list blockquote, .faq-card, .industry-grid article, .handle-card, .service-summary, .requirement-grid article, .metric-grid > div, .value-grid article, .contact-info-panel, .contact-form-panel, .google-review) {
	backdrop-filter: blur(20px);
	background:
		linear-gradient(145deg, rgba(27, 16, 40, 0.76), rgba(16, 16, 16, 0.78)) !important;
	border: 1px solid var(--j4y-glass-border) !important;
	border-radius: var(--j4y-radius-lg) !important;
	box-shadow: var(--j4y-glow) !important;
	color: var(--j4y-white);
	overflow: hidden;
	position: relative;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

:is(.service-tile, .selected-work-card, .gallery-card, .case-card, .process-step, .why-grid div, .credential-grid div, .testimonial-list blockquote, .faq-card, .industry-grid article, .handle-card, .service-summary, .requirement-grid article, .metric-grid > div, .value-grid article, .contact-info-panel, .contact-form-panel, .google-review):before {
	background: linear-gradient(90deg, var(--j4y-orange), var(--j4y-gold), var(--j4y-violet-soft));
	content: "";
	height: 3px;
	left: 22px;
	opacity: 0.9;
	position: absolute;
	right: 22px;
	top: 0;
	z-index: 3;
}

:is(.service-tile, .selected-work-card, .gallery-card, .case-card, .process-step, .why-grid div, .credential-grid div, .testimonial-list blockquote, .faq-card, .industry-grid article, .handle-card, .service-summary, .requirement-grid article, .metric-grid > div, .value-grid article):hover {
	border-color: rgba(255, 138, 0, 0.7) !important;
	box-shadow: var(--j4y-glow-hover) !important;
	transform: translateY(-8px);
}

:is(.service-body, .selected-work-card > div, .gallery-card > div, .case-card > div, .process-step, .handle-card, .service-summary, .industry-grid article, .faq-card, .contact-info-panel, .contact-form-panel) h3,
:is(.service-body, .selected-work-card > div, .gallery-card > div, .case-card > div, .process-step, .handle-card, .service-summary, .industry-grid article, .faq-card, .contact-info-panel, .contact-form-panel) h4 {
	color: var(--j4y-white);
}

:is(.service-body, .selected-work-card > div, .gallery-card > div, .case-card > div, .process-step, .handle-card, .service-summary, .industry-grid article, .faq-card) h3:after,
:is(.contact-info-panel, .contact-form-panel) h3:after {
	background: linear-gradient(90deg, var(--j4y-orange), var(--j4y-gold));
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin-top: 14px;
	width: 58px;
}

:is(.service-body, .selected-work-card, .gallery-card, .case-card, .process-step, .handle-card, .service-summary, .industry-grid article, .faq-card, .contact-info-panel, .contact-form-panel, .testimonial-list blockquote) p,
:is(.service-summary, .contact-info-panel, .footer-j4y) li {
	color: rgba(247, 247, 249, 0.7);
}

.service-body i,
.industry-icon,
.why-grid i,
.credential-grid i,
.contact-meta i {
	background: linear-gradient(135deg, rgba(255, 106, 0, 0.18), rgba(122, 34, 191, 0.2)) !important;
	border: 1px solid rgba(255, 138, 0, 0.34) !important;
	border-radius: 999px !important;
	color: var(--j4y-gold) !important;
	box-shadow: 0 12px 34px rgba(255, 106, 0, 0.14);
}

.service-tile:after {
	color: rgba(255, 138, 0, 0.08);
}

.service-image,
.selected-work-image,
.gallery-image,
.case-card > img,
.case-study-image,
.about-editorial-image,
.video-frame {
	border-radius: calc(var(--j4y-radius-lg) - 4px);
	overflow: hidden;
	position: relative;
}

.service-image:after,
.selected-work-image:after,
.gallery-image:after {
	background: linear-gradient(180deg, transparent 42%, rgba(16, 16, 16, 0.78));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.service-image img,
.selected-work-image img,
.gallery-image img,
.case-card img,
.case-study-image img,
.about-editorial-image img,
.video-frame video {
	filter: saturate(1.04) contrast(1.07);
	transform: scale(1);
	transition: filter 0.45s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

:is(.service-tile, .selected-work-card, .gallery-card, .case-card, .case-study-image, .about-editorial-image):hover img {
	filter: saturate(1.16) contrast(1.1);
	transform: scale(1.06);
}

.selected-work-image span,
.gallery-card small,
.case-card small,
.service-body .text-link,
.process-step span,
.handle-card span {
	color: var(--j4y-gold);
}

.selected-work-image span {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	border-radius: 999px;
	color: var(--j4y-ink);
	z-index: 2;
}

.gallery-image span {
	background: rgba(16, 16, 16, 0.66);
	border: 1px solid rgba(255, 138, 0, 0.46);
	border-radius: 50%;
	color: var(--j4y-white);
	z-index: 2;
}

.gallery-filter {
	background: rgba(16, 16, 16, 0.72);
	border: 1px solid rgba(255, 138, 0, 0.28);
	border-radius: 999px;
	color: var(--j4y-white);
}

.gallery-filter.active,
.gallery-filter:hover {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	border-color: rgba(255, 138, 0, 0.76);
	color: var(--j4y-ink);
}

.page-hero {
	background:
		radial-gradient(circle at top left, rgba(255, 106, 0, 0.2), transparent 34%),
		linear-gradient(90deg, rgba(16, 16, 16, 0.96) 0%, rgba(27, 16, 40, 0.84) 50%, rgba(16, 16, 16, 0.42) 100%),
		var(--page-hero-image) center/cover no-repeat !important;
}

.page-hero-content {
	backdrop-filter: blur(8px);
	border-left-color: var(--j4y-gold);
}

.process-grid,
.industry-grid,
.faq-grid,
.handle-card-grid,
.requirement-grid,
.credential-grid,
.why-grid {
	gap: 22px;
}

.process-step {
	border-right: 1px solid var(--j4y-glass-border) !important;
}

.contact-form-panel .form-control,
.j4y-form .form-control {
	background: rgba(16, 16, 16, 0.72);
	border: 1px solid rgba(255, 138, 0, 0.26);
	border-radius: 16px;
	color: var(--j4y-white);
}

.contact-form-panel .form-control:focus,
.j4y-form .form-control:focus {
	background: rgba(16, 16, 16, 0.86);
	border-color: rgba(255, 138, 0, 0.74);
	box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.14);
	color: var(--j4y-white);
}

.j4y-form label {
	color: rgba(247, 247, 249, 0.78);
}

.j4y-form .form-control::placeholder {
	color: rgba(247, 247, 249, 0.48);
}

.contact-social-label,
.footer-social-label {
	color: var(--j4y-gold);
}

.footer-socials a,
.contact-socials a,
.floating-socials a,
.floating-socials .social-floating-whatsapp,
.floating-socials .social-floating-whatsapp:hover,
.floating-socials .social-floating-whatsapp:focus {
	align-items: center;
	background: rgba(16, 16, 16, 0.82) !important;
	border: 1px solid rgba(255, 138, 0, 0.42) !important;
	border-radius: 50%;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 24px rgba(122, 34, 191, 0.12);
	color: var(--j4y-white) !important;
	display: inline-flex;
	justify-content: center;
}

.footer-socials a,
.contact-socials a {
	height: 44px;
	width: 44px;
}

.floating-socials a {
	height: 46px;
	width: 46px;
}

.footer-socials a:hover,
.contact-socials a:hover,
.floating-socials a:hover,
.floating-socials a:focus {
	background: linear-gradient(135deg, rgba(255, 106, 0, 0.88), rgba(255, 138, 0, 0.9)) !important;
	border-color: rgba(255, 138, 0, 0.82) !important;
	box-shadow: 0 20px 54px rgba(255, 106, 0, 0.26), 0 0 36px rgba(122, 34, 191, 0.24);
	color: var(--j4y-ink) !important;
	transform: translateY(-3px) scale(1.04);
}

.footer-j4y {
	background:
		radial-gradient(circle at 10% 0%, rgba(255, 106, 0, 0.16), transparent 32%),
		radial-gradient(circle at 94% 70%, rgba(122, 34, 191, 0.18), transparent 32%),
		var(--j4y-ink) !important;
	border-top: 1px solid rgba(255, 138, 0, 0.2);
}

.footer-tagline,
.footer-j4y h4 {
	color: var(--j4y-white);
}

.footer-j4y a:hover {
	color: var(--j4y-gold) !important;
}

.topcontrol {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold)) !important;
	border-radius: 50% !important;
	color: var(--j4y-ink) !important;
}

@media only screen and (max-width: 1199px) {
	.j4y-hero.hero-image-slider {
		min-height: 92vh;
		padding: 148px 0 78px;
	}

	.services-area .row > [class*="col-"],
	.services-area .row > [class*="col-"]:nth-child(1),
	.services-area .row > [class*="col-"]:nth-child(2) {
		grid-column: span 3;
	}
}

@media only screen and (max-width: 991px) {
	.section-padding {
		padding: 88px 0;
	}

	.section-padding-sm {
		padding: 54px 0;
	}

	.j4y-hero.hero-image-slider {
		min-height: 88vh;
		padding: 132px 0 66px;
	}

	.hero-content h1 {
		font-size: clamp(40px, 9vw, 66px);
	}

	.selected-work-card,
	.selected-work-card:first-child,
	.selected-work-card:nth-child(2) {
		grid-column: span 6;
	}

	.process-grid,
	.industry-grid,
	.faq-grid,
	.handle-card-grid,
	.requirement-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 72px 0;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.j4y-hero.hero-image-slider {
		min-height: auto;
		padding: 126px 0 58px;
	}

	.hero-content h1 {
		font-size: clamp(34px, 12vw, 48px);
		line-height: 1.04;
	}

	.hero-content p {
		font-size: 15px;
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
		max-width: 360px;
	}

	.hero-actions .btn-primary-j4y,
	.hero-actions .btn-secondary-j4y {
		width: 100%;
	}

	.btn-primary-j4y,
	.btn-secondary-j4y {
		min-height: 50px;
		padding-left: 22px;
		padding-right: 22px;
	}

	.services-area .row,
	.selected-work-grid,
	.gallery-grid,
	.process-grid,
	.industry-grid,
	.faq-grid,
	.handle-card-grid,
	.requirement-grid,
	.stats-grid {
		grid-template-columns: 1fr;
	}

	.services-area .row > [class*="col-"],
	.services-area .row > [class*="col-"]:nth-child(1),
	.services-area .row > [class*="col-"]:nth-child(2),
	.selected-work-card,
	.selected-work-card:first-child,
	.selected-work-card:nth-child(2) {
		grid-column: 1 / -1;
	}

	.service-image img,
	.services-area .row > [class*="col-"]:nth-child(1) .service-image img,
	.services-area .row > [class*="col-"]:nth-child(2) .service-image img,
	.selected-work-card:first-child .selected-work-image img,
	.selected-work-card:nth-child(2) .selected-work-image img,
	.selected-work-image img,
	.gallery-image img,
	.gallery-card:nth-child(7n+1) .gallery-image img,
	.gallery-card:nth-child(7n+6) .gallery-image img {
		aspect-ratio: 16 / 11;
	}

	:is(.service-tile, .selected-work-card, .gallery-card, .case-card, .process-step, .why-grid div, .credential-grid div, .testimonial-list blockquote, .faq-card, .industry-grid article, .handle-card, .service-summary, .requirement-grid article, .contact-info-panel, .contact-form-panel) {
		border-radius: 20px !important;
	}

	.floating-socials {
		display: none !important;
	}
}

/* Executive luxury refinement pass */
:root {
	--j4y-panel-dark: rgba(13, 13, 15, 0.84);
	--j4y-panel-plum: rgba(27, 16, 40, 0.82);
	--j4y-hairline: rgba(255, 255, 255, 0.1);
	--j4y-premium-line: rgba(255, 138, 0, 0.38);
	--j4y-deep-shadow: 0 34px 110px rgba(0, 0, 0, 0.56);
	--j4y-card-sheen: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015) 38%, rgba(255, 106, 0, 0.05));
}

.section-kicker,
.eyebrow,
.hero-badge,
.hero-proof-kicker,
.btn-primary-j4y,
.btn-secondary-j4y,
.site-navbar .site-navigation .site-menu > li > a,
.selected-work-card small,
.gallery-card small,
.gallery-filter,
.footer-social-label,
.contact-social-label {
	letter-spacing: 0 !important;
}

body {
	background:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
		radial-gradient(circle at 8% 6%, rgba(255, 106, 0, 0.18), transparent 30%),
		radial-gradient(circle at 94% 18%, rgba(122, 34, 191, 0.18), transparent 34%),
		#101010;
	background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.site-navbar .container {
	backdrop-filter: blur(22px);
	background:
		linear-gradient(135deg, rgba(16, 16, 16, 0.92), rgba(27, 16, 40, 0.9) 58%, rgba(16, 16, 16, 0.94)) !important;
	border-color: rgba(255, 138, 0, 0.34);
	border-radius: 28px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 0 54px rgba(122, 34, 191, 0.16);
}

.sticky-wrapper.is-sticky .site-navbar .container {
	box-shadow: 0 20px 62px rgba(0, 0, 0, 0.44), 0 0 38px rgba(255, 106, 0, 0.12);
}

.site-logo .brand-logo-image,
.brand-logo-image {
	filter: drop-shadow(0 12px 22px rgba(255, 106, 0, 0.16));
}

.j4y-hero.hero-image-slider {
	min-height: 96vh;
	padding: 156px 0 92px;
}

.j4y-hero.hero-image-slider:before {
	background:
		linear-gradient(90deg, rgba(16, 16, 16, 0.98) 0%, rgba(27, 16, 40, 0.9) 43%, rgba(16, 16, 16, 0.58) 72%, rgba(16, 16, 16, 0.72) 100%),
		radial-gradient(circle at 16% 26%, rgba(255, 106, 0, 0.24), transparent 34%),
		radial-gradient(circle at 86% 16%, rgba(122, 34, 191, 0.36), transparent 34%),
		linear-gradient(180deg, rgba(16, 16, 16, 0.1), rgba(16, 16, 16, 0.96)) !important;
}

.j4y-hero.hero-image-slider:after {
	box-shadow: 0 -18px 58px rgba(255, 106, 0, 0.18);
	height: 3px;
}

.hero-slider:after {
	background:
		linear-gradient(90deg, rgba(16, 16, 16, 0.55), transparent 42%, rgba(16, 16, 16, 0.2)),
		linear-gradient(180deg, transparent 62%, rgba(16, 16, 16, 0.86));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.hero-slide {
	filter: saturate(1.12) contrast(1.12) brightness(0.82);
}

.hero-layout {
	align-items: end;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	position: relative;
	z-index: 5;
}

.hero-content {
	max-width: 880px;
}

.hero-content h1 {
	font-size: clamp(48px, 6.3vw, 104px);
	font-weight: 900;
	line-height: 0.95;
	margin-bottom: 24px;
	max-width: 920px;
}

.hero-content p {
	max-width: 690px;
}

.hero-content .hero-services {
	backdrop-filter: blur(18px);
	background: rgba(16, 16, 16, 0.58);
	border-color: rgba(255, 138, 0, 0.34);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
	margin-bottom: 18px;
}

.hero-badge {
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34), 0 0 32px rgba(255, 106, 0, 0.12);
}

.hero-proof-panel {
	backdrop-filter: blur(24px);
	background:
		var(--j4y-card-sheen),
		linear-gradient(145deg, rgba(27, 16, 40, 0.84), rgba(16, 16, 16, 0.8)) !important;
	border: 1px solid rgba(255, 138, 0, 0.34);
	border-radius: 30px;
	box-shadow: var(--j4y-deep-shadow), 0 0 44px rgba(122, 34, 191, 0.18);
	color: var(--j4y-white);
	overflow: hidden;
	padding: 30px;
	position: relative;
}

.hero-proof-panel:before {
	background: linear-gradient(90deg, var(--j4y-orange), var(--j4y-gold), var(--j4y-soft-violet));
	content: "";
	height: 3px;
	left: 24px;
	position: absolute;
	right: 24px;
	top: 0;
}

.hero-proof-panel:after {
	background:
		radial-gradient(circle at 18% 0%, rgba(255, 106, 0, 0.18), transparent 36%),
		radial-gradient(circle at 100% 100%, rgba(122, 34, 191, 0.16), transparent 40%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.hero-proof-panel > * {
	position: relative;
	z-index: 1;
}

.hero-proof-kicker {
	color: var(--j4y-gold);
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.hero-proof-panel h2 {
	color: var(--j4y-white);
	font-size: clamp(27px, 2.5vw, 40px);
	font-weight: 900;
	line-height: 1.04;
	margin-bottom: 14px;
	text-wrap: balance;
}

.hero-proof-panel p {
	color: rgba(247, 247, 249, 0.72);
	line-height: 1.72;
	margin-bottom: 24px;
}

.hero-proof-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-proof-list span {
	background: rgba(16, 16, 16, 0.48);
	border: 1px solid rgba(255, 138, 0, 0.24);
	border-radius: 999px;
	color: rgba(247, 247, 249, 0.86);
	font-size: 13px;
	font-weight: 800;
	padding: 10px 12px;
	text-align: center;
}

.stats-band {
	background: linear-gradient(180deg, rgba(16, 16, 16, 0), var(--j4y-ink) 56%) !important;
	margin-top: 0;
	padding: 58px 0 70px;
	position: relative;
	z-index: 8;
}

.stats-grid {
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stats-grid article {
	background:
		var(--j4y-card-sheen),
		linear-gradient(145deg, rgba(27, 16, 40, 0.86), rgba(16, 16, 16, 0.82)) !important;
	border-color: rgba(255, 138, 0, 0.3) !important;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 32px rgba(255, 106, 0, 0.08);
	min-height: 128px;
	padding: 24px 22px;
}

.stats-grid strong {
	background: linear-gradient(135deg, var(--j4y-gold), var(--j4y-orange));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(24px, 2.5vw, 38px);
	line-height: 1;
}

.stats-grid span {
	color: rgba(247, 247, 249, 0.72);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.section-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}

.section-title .section-kicker,
.about-band .section-kicker {
	align-items: center;
	background: rgba(255, 138, 0, 0.1);
	border: 1px solid rgba(255, 138, 0, 0.26);
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 18px;
	padding: 8px 14px;
	text-transform: uppercase;
}

.about-band {
	background:
		radial-gradient(circle at 12% 8%, rgba(255, 106, 0, 0.12), transparent 34%),
		radial-gradient(circle at 90% 86%, rgba(122, 34, 191, 0.1), transparent 36%),
		linear-gradient(180deg, #ffffff, var(--j4y-ivory)) !important;
	position: relative;
}

.about-editorial-image {
	border: 1px solid rgba(255, 138, 0, 0.28);
	border-radius: 32px;
	box-shadow: 0 34px 90px rgba(16, 16, 16, 0.22), 0 0 44px rgba(122, 34, 191, 0.12);
}

.about-editorial-image img {
	aspect-ratio: 4 / 3;
	filter: saturate(1.08) contrast(1.08);
}

.about-editorial-image-luxury {
	background: #080511;
	border: 1px solid rgba(220, 177, 83, 0.72);
	box-shadow:
		0 38px 90px rgba(12, 7, 24, 0.34),
		0 0 0 7px rgba(255, 255, 255, 0.72),
		0 0 0 8px rgba(220, 177, 83, 0.24),
		0 0 56px rgba(78, 39, 156, 0.22);
	isolation: isolate;
	overflow: visible;
}

.about-editorial-image-luxury:before {
	background: linear-gradient(115deg, transparent 18%, rgba(255, 232, 177, 0.28) 45%, transparent 70%);
	content: "";
	inset: -1px;
	opacity: 0.38;
	pointer-events: none;
	position: absolute;
	transform: translateX(-115%);
	transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
	z-index: 2;
}

.about-editorial-image-luxury:after {
	border: 1px solid rgba(247, 210, 126, 0.72);
	border-radius: 20px;
	inset: 16px;
	box-shadow: inset 0 0 24px rgba(6, 3, 18, 0.2);
	z-index: 3;
}

.about-editorial-image-luxury:hover:before {
	transform: translateX(115%);
}

.about-editorial-image-luxury img {
	border-radius: 31px;
	filter: saturate(1.06) contrast(1.06) brightness(0.98);
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.about-editorial-image-luxury:before {
		display: none;
	}
}

.services-area .container,
.selected-work-area .container,
.gallery-page .container,
.case-preview .container,
.trust-area .container {
	max-width: 1240px;
}

.services-area .row {
	row-gap: 30px;
}

.service-tile,
.selected-work-card,
.gallery-card,
.case-card {
	background:
		var(--j4y-card-sheen),
		linear-gradient(145deg, rgba(27, 16, 40, 0.82), rgba(16, 16, 16, 0.84)) !important;
	border-color: rgba(255, 138, 0, 0.3) !important;
	border-radius: 28px !important;
	box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42), 0 0 38px rgba(122, 34, 191, 0.12) !important;
}

.service-tile:hover,
.selected-work-card:hover,
.gallery-card:hover,
.case-card:hover {
	border-color: rgba(255, 138, 0, 0.74) !important;
	box-shadow: 0 36px 106px rgba(0, 0, 0, 0.54), 0 0 46px rgba(255, 138, 0, 0.24), 0 0 70px rgba(122, 34, 191, 0.22) !important;
	transform: translateY(-10px);
}

.service-image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.services-area .row > [class*="col-"]:nth-child(1) .service-image img,
.services-area .row > [class*="col-"]:nth-child(2) .service-image img {
	aspect-ratio: 16 / 8.6;
}

.service-body {
	padding: 28px;
}

.service-body i {
	height: 58px;
	width: 58px;
}

.service-body h3 a,
.selected-work-card h3,
.gallery-card h3,
.case-card h3 {
	color: var(--j4y-white) !important;
}

.service-body p,
.selected-work-card p,
.gallery-card p,
.case-card p {
	color: rgba(247, 247, 249, 0.7) !important;
}

.selected-work-grid {
	gap: 28px;
}

.selected-work-card:first-child {
	grid-column: span 7;
}

.selected-work-card:nth-child(2) {
	grid-column: span 5;
}

.selected-work-card:nth-child(3) {
	grid-column: span 5;
}

.selected-work-card:nth-child(4) {
	grid-column: span 7;
}

.selected-work-card:nth-child(n+5) {
	grid-column: span 3;
}

.selected-work-card:first-child .selected-work-image img,
.selected-work-card:nth-child(4) .selected-work-image img {
	aspect-ratio: 16 / 8.4;
}

.selected-work-card:nth-child(2) .selected-work-image img,
.selected-work-card:nth-child(3) .selected-work-image img {
	aspect-ratio: 16 / 12;
}

.selected-work-card:nth-child(n+5) .selected-work-image img {
	aspect-ratio: 4 / 3.25;
}

.selected-work-card > div {
	padding: 28px;
}

.selected-work-card h3 {
	font-size: clamp(24px, 2vw, 34px);
}

.selected-work-card:nth-child(n+5) h3 {
	font-size: 22px;
}

.selected-work-image span {
	bottom: 18px;
	left: 18px;
	padding: 9px 13px;
}

.selected-work-image.gallery_enlarge_icon,
.gallery-image.gallery_enlarge_icon {
	background: transparent !important;
	color: inherit !important;
	display: block !important;
	height: auto !important;
	left: auto !important;
	line-height: normal !important;
	opacity: 1 !important;
	position: relative !important;
	text-align: inherit !important;
	top: auto !important;
	transform: none !important;
	width: 100% !important;
}

.selected-work-image.gallery_enlarge_icon img,
.gallery-image.gallery_enlarge_icon img {
	display: block !important;
	height: auto;
	width: 100% !important;
}

.gallery-grid {
	gap: 22px;
}

.gallery-card {
	min-height: 100%;
}

.gallery-image img,
.gallery-card:nth-child(7n+1) .gallery-image img,
.gallery-card:nth-child(7n+6) .gallery-image img {
	aspect-ratio: 4 / 3;
}

.gallery-card > div {
	padding: 22px;
}

.gallery-card h3 {
	font-size: 22px;
}

.gallery-filter {
	min-height: 42px;
	padding: 10px 16px;
}

.process-step,
.why-grid div,
.credential-grid div,
.industry-grid article,
.faq-card,
.contact-info-panel,
.contact-form-panel,
.google-review {
	box-shadow: 0 24px 76px rgba(0, 0, 0, 0.36), 0 0 32px rgba(122, 34, 191, 0.1) !important;
	padding: 30px;
}

.process-step span {
	font-size: 42px;
	line-height: 1;
	opacity: 0.9;
}

.cta-band {
	background:
		radial-gradient(circle at 10% 0%, rgba(255, 106, 0, 0.22), transparent 36%),
		radial-gradient(circle at 92% 90%, rgba(122, 34, 191, 0.22), transparent 36%),
		linear-gradient(135deg, #101010, #1b1028) !important;
}

.cta-content {
	backdrop-filter: blur(22px);
	background:
		var(--j4y-card-sheen),
		linear-gradient(135deg, rgba(16, 16, 16, 0.84), rgba(27, 16, 40, 0.8)) !important;
	border: 1px solid rgba(255, 138, 0, 0.34);
	border-radius: 32px;
	box-shadow: var(--j4y-deep-shadow), 0 0 50px rgba(255, 106, 0, 0.12);
}

.footer-j4y {
	box-shadow: inset 0 1px 0 rgba(255, 138, 0, 0.24);
}

@media only screen and (max-width: 1199px) {
	.hero-layout {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 370px);
		gap: 30px;
	}

	.stats-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.selected-work-card:first-child,
	.selected-work-card:nth-child(2),
	.selected-work-card:nth-child(3),
	.selected-work-card:nth-child(4),
	.selected-work-card:nth-child(n+5) {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 991px) {
	.j4y-hero.hero-image-slider {
		padding: 136px 0 78px;
	}

	.hero-layout {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.hero-proof-panel {
		max-width: 620px;
		padding: 26px;
	}

	.stats-band {
		margin-top: 0;
		padding-top: 58px;
	}

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

@media only screen and (max-width: 767px) {
	.j4y-hero.hero-image-slider {
		min-height: auto;
		padding: 122px 0 62px;
	}

	.hero-content h1 {
		font-size: clamp(36px, 11vw, 50px);
		line-height: 1.02;
	}

	.hero-content .hero-services {
		border-radius: 18px;
		display: block;
	}

	.hero-proof-panel {
		border-radius: 24px;
		padding: 24px;
	}

	.hero-proof-panel h2 {
		font-size: 28px;
	}

	.hero-proof-list {
		grid-template-columns: 1fr;
	}

	.stats-grid,
	.selected-work-grid,
	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.stats-grid article {
		min-height: 112px;
	}

	.selected-work-card:first-child,
	.selected-work-card:nth-child(2),
	.selected-work-card:nth-child(3),
	.selected-work-card:nth-child(4),
	.selected-work-card:nth-child(n+5) {
		grid-column: 1 / -1;
	}

	.selected-work-card:first-child .selected-work-image img,
	.selected-work-card:nth-child(2) .selected-work-image img,
	.selected-work-card:nth-child(3) .selected-work-image img,
	.selected-work-card:nth-child(4) .selected-work-image img,
	.selected-work-card:nth-child(n+5) .selected-work-image img,
	.gallery-image img,
	.gallery-card:nth-child(7n+1) .gallery-image img,
	.gallery-card:nth-child(7n+6) .gallery-image img {
		aspect-ratio: 16 / 11;
	}

	.service-tile,
	.selected-work-card,
	.gallery-card,
	.case-card,
	.cta-content {
		border-radius: 22px !important;
	}

	.service-body,
	.selected-work-card > div,
	.gallery-card > div,
	.process-step,
	.why-grid div,
	.credential-grid div,
	.industry-grid article,
	.faq-card,
	.contact-info-panel,
	.contact-form-panel {
		padding: 24px;
	}
}

/* Lean homepage copy pass */
.hero-content h1 {
	max-width: 820px;
}

.hero-content p {
	font-size: 16px;
	line-height: 1.65;
	max-width: 610px;
}

.hero-proof-panel {
	max-width: 390px;
	padding: 26px;
}

.hero-proof-panel h2 {
	font-size: clamp(28px, 2.2vw, 34px);
	margin-bottom: 12px;
}

.hero-proof-panel p {
	margin-bottom: 18px;
}

.hero-proof-list span {
	font-size: 12px;
	padding: 9px 10px;
}

.stats-grid article {
	min-height: 108px;
	padding: 20px;
}

.stats-grid strong {
	font-size: clamp(23px, 2vw, 32px);
}

.selected-work-card > div,
.gallery-card > div {
	padding: 22px;
}

.selected-work-card h3 {
	margin-bottom: 12px;
}

.selected-work-card .text-link {
	margin-top: 0;
}

.process-step,
.why-grid div,
.credential-grid div,
.industry-grid article,
.faq-card {
	padding: 26px;
}

@media only screen and (max-width: 991px) {
	.hero-proof-panel {
		max-width: 560px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-proof-panel {
		max-width: none;
		padding: 22px;
	}

	.stats-grid article {
		min-height: 96px;
	}
}

/* Logo-led cinematic home screen */
.brand-stage-hero {
	align-items: center;
	display: flex;
	min-height: 100svh;
	overflow: hidden;
	padding: 128px 0 70px !important;
	perspective: 1400px;
}

.brand-stage-hero:before {
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.84) 0%, rgba(16, 16, 16, 0.6) 45%, rgba(16, 16, 16, 0.96) 100%),
		radial-gradient(ellipse at 50% 42%, rgba(255, 106, 0, 0.24), transparent 34%),
		radial-gradient(ellipse at 50% 58%, rgba(122, 34, 191, 0.22), transparent 42%),
		linear-gradient(90deg, rgba(16, 16, 16, 0.98), rgba(27, 16, 40, 0.72), rgba(16, 16, 16, 0.98)) !important;
}

.brand-stage-hero .hero-slider {
	opacity: 0.34;
	transform: scale(1.05);
}

.brand-stage-hero .hero-slide {
	filter: saturate(1.08) contrast(1.12) brightness(0.5);
}

.brand-stage-hero .container {
	position: relative;
	z-index: 5;
}

.brand-stage {
	align-items: center;
	display: flex;
	isolation: isolate;
	justify-content: center;
	min-height: calc(100svh - 210px);
	position: relative;
	transform-style: preserve-3d;
}

.brand-stage:before,
.brand-stage:after {
	content: "";
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.brand-stage:before {
	background:
		linear-gradient(90deg, transparent, rgba(255, 138, 0, 0.72), rgba(122, 34, 191, 0.68), transparent),
		linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08), transparent);
	height: min(42vw, 520px);
	mask-image: radial-gradient(ellipse at center, transparent 0 44%, #000 45% 47%, transparent 49%);
	opacity: 0.86;
	width: min(88vw, 1120px);
}

.brand-stage:after {
	background:
		linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.42), rgba(255, 138, 0, 0.58), rgba(122, 34, 191, 0.42), transparent);
	border-radius: 50%;
	filter: blur(10px);
	height: min(18vw, 180px);
	opacity: 0.44;
	transform: translate(-50%, 88%) rotateX(72deg);
	width: min(74vw, 920px);
}

.brand-stage-rings {
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform-style: preserve-3d;
	z-index: 1;
}

.brand-stage-rings span {
	border: 1px solid rgba(255, 138, 0, 0.28);
	border-radius: 50%;
	box-shadow: 0 0 34px rgba(255, 106, 0, 0.12), inset 0 0 42px rgba(122, 34, 191, 0.1);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotateX(68deg);
}

.brand-stage-rings span:nth-child(1) {
	animation: j4y-stage-ring 15s linear infinite;
	height: min(42vw, 500px);
	width: min(78vw, 860px);
}

.brand-stage-rings span:nth-child(2) {
	animation: j4y-stage-ring 19s linear infinite reverse;
	border-color: rgba(122, 34, 191, 0.34);
	height: min(34vw, 390px);
	width: min(64vw, 700px);
}

.brand-stage-rings span:nth-child(3) {
	animation: j4y-stage-ring 11s linear infinite;
	border-color: rgba(255, 255, 255, 0.12);
	height: min(26vw, 290px);
	width: min(50vw, 560px);
}

.brand-emblem {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
	transform: translateZ(90px);
	z-index: 4;
}

.brand-emblem:before {
	background: linear-gradient(90deg, transparent, rgba(255, 138, 0, 0.6), rgba(122, 34, 191, 0.52), transparent);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: calc(50% + 98px);
	transform: translateX(-50%);
	width: min(68vw, 680px);
}

.brand-emblem img {
	animation: j4y-logo-float 5.8s ease-in-out infinite;
	display: block;
	filter:
		drop-shadow(0 24px 34px rgba(0, 0, 0, 0.58))
		drop-shadow(0 0 30px rgba(255, 106, 0, 0.2))
		drop-shadow(0 0 42px rgba(122, 34, 191, 0.18));
	max-width: min(64vw, 640px);
	position: relative;
	width: 100%;
	z-index: 2;
}

.brand-emblem p {
	background: linear-gradient(90deg, var(--j4y-gold), var(--j4y-orange), var(--j4y-soft-violet));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(13px, 1.5vw, 20px);
	font-weight: 900;
	line-height: 1.2;
	margin: clamp(14px, 2vw, 22px) 0 0;
	text-align: center;
	text-transform: uppercase;
}

.brand-stage-icons {
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform-style: preserve-3d;
	z-index: 3;
}

.brand-stage-icon {
	align-items: center;
	animation: j4y-icon-float 5.4s ease-in-out infinite;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
		rgba(16, 16, 16, 0.72);
	border: 1px solid rgba(255, 138, 0, 0.34);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.42), 0 0 26px rgba(255, 106, 0, 0.14);
	clip-path: polygon(50% 0%, 88% 20%, 88% 80%, 50% 100%, 12% 80%, 12% 20%);
	color: var(--j4y-white);
	display: inline-flex;
	font-size: clamp(20px, 2.2vw, 30px);
	height: clamp(58px, 7vw, 84px);
	justify-content: center;
	position: absolute;
	transform: translate(-50%, -50%) translateZ(120px);
	width: clamp(58px, 7vw, 84px);
}

.brand-stage-icon i {
	color: var(--j4y-gold);
	filter: drop-shadow(0 0 12px rgba(255, 106, 0, 0.38));
}

.brand-stage-icon-1 { left: 18%; top: 50%; }
.brand-stage-icon-2 { left: 28%; top: 27%; animation-delay: -1.6s; }
.brand-stage-icon-3 { left: 42%; top: 17%; animation-delay: -3.1s; }
.brand-stage-icon-4 { left: 59%; top: 17%; animation-delay: -0.9s; }
.brand-stage-icon-5 { left: 73%; top: 28%; animation-delay: -2.4s; }
.brand-stage-icon-6 { left: 82%; top: 52%; animation-delay: -3.8s; }
.brand-stage-icon-7 { left: 69%; top: 76%; animation-delay: -1.1s; }
.brand-stage-icon-8 { left: 31%; top: 76%; animation-delay: -2.8s; }

.brand-scroll-cue {
	align-items: center;
	background: rgba(16, 16, 16, 0.68);
	border: 1px solid rgba(255, 138, 0, 0.34);
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32), 0 0 22px rgba(255, 106, 0, 0.14);
	color: var(--j4y-gold) !important;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	width: 46px;
	z-index: 5;
}

.brand-scroll-cue:hover,
.brand-scroll-cue:focus {
	border-color: rgba(255, 138, 0, 0.72);
	box-shadow: 0 18px 50px rgba(255, 106, 0, 0.22), 0 0 34px rgba(122, 34, 191, 0.2);
	transform: translateX(-50%) translateY(-4px);
}

@keyframes j4y-logo-float {
	0%, 100% {
		transform: translateY(0) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: translateY(-12px) rotateX(2deg) rotateY(-2deg);
	}
}

@keyframes j4y-icon-float {
	0%, 100% {
		transform: translate(-50%, -50%) translateZ(120px) translateY(0);
	}
	50% {
		transform: translate(-50%, -50%) translateZ(120px) translateY(-14px);
	}
}

@keyframes j4y-stage-ring {
	0% {
		transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg);
	}
}

@media only screen and (max-width: 991px) {
	.brand-stage-hero {
		padding: 118px 0 62px !important;
	}

	.brand-stage {
		min-height: calc(100svh - 180px);
	}

	.brand-stage-icon-1 { left: 9%; top: 52%; }
	.brand-stage-icon-2 { left: 20%; top: 24%; }
	.brand-stage-icon-3 { left: 42%; top: 15%; }
	.brand-stage-icon-4 { left: 61%; top: 16%; }
	.brand-stage-icon-5 { left: 82%; top: 25%; }
	.brand-stage-icon-6 { left: 91%; top: 52%; }
	.brand-stage-icon-7 { left: 75%; top: 78%; }
	.brand-stage-icon-8 { left: 25%; top: 78%; }
}

@media only screen and (max-width: 767px) {
	.brand-stage-hero {
		padding: 112px 0 54px !important;
	}

	.brand-stage {
		min-height: calc(100svh - 166px);
	}

	.brand-emblem img {
		max-width: min(86vw, 460px);
	}

	.brand-emblem:before {
		top: calc(50% + 76px);
		width: 82vw;
	}

	.brand-stage-rings span:nth-child(1) {
		height: 56vw;
		width: 106vw;
	}

	.brand-stage-rings span:nth-child(2) {
		height: 45vw;
		width: 86vw;
	}

	.brand-stage-rings span:nth-child(3) {
		height: 34vw;
		width: 66vw;
	}

	.brand-stage-icon {
		font-size: 18px;
		height: 52px;
		width: 52px;
	}

	.brand-stage-icon-1 { left: 8%; top: 50%; }
	.brand-stage-icon-2 { left: 17%; top: 29%; }
	.brand-stage-icon-3 { left: 37%; top: 19%; }
	.brand-stage-icon-4 { left: 63%; top: 19%; }
	.brand-stage-icon-5 { left: 83%; top: 29%; }
	.brand-stage-icon-6 { left: 92%; top: 50%; }
	.brand-stage-icon-7 { left: 75%; top: 72%; }
	.brand-stage-icon-8 { left: 25%; top: 72%; }

	.brand-scroll-cue {
		bottom: -4px;
		height: 42px;
		width: 42px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.brand-emblem img,
	.brand-stage-icon,
	.brand-stage-rings span {
		animation: none !important;
	}
}

/* Final homepage polish: clean logo/stat handoff and premium scroll flow */
.logo-wall.section-padding-sm {
	overflow: hidden;
	padding: clamp(34px, 4vw, 58px) 0 clamp(46px, 5vw, 74px) !important;
	z-index: 7;
}

.logo-wall {
	isolation: isolate;
}

.logo-wall:after {
	background: linear-gradient(90deg, transparent, rgba(255, 138, 0, 0.34), rgba(122, 34, 191, 0.28), transparent);
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(1120px, calc(100% - 36px));
}

.logo-wall-inner {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		rgba(16, 16, 16, 0.66) !important;
	border-color: rgba(255, 138, 0, 0.32) !important;
	border-radius: 30px !important;
	box-shadow: 0 26px 88px rgba(0, 0, 0, 0.36), 0 0 46px rgba(122, 34, 191, 0.14) !important;
	display: grid;
	gap: clamp(16px, 2.5vw, 30px);
	grid-template-columns: minmax(170px, 250px) minmax(0, 1fr);
	min-height: 116px;
	overflow: hidden;
	padding: clamp(18px, 2.4vw, 26px);
	position: relative;
}

.logo-wall-inner:before {
	background: radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.22), transparent 34%);
	content: "";
	inset: -45% auto auto -20%;
	height: 220px;
	opacity: 0.76;
	pointer-events: none;
	position: absolute;
	width: 320px;
}

.logo-wall-inner > span {
	color: rgba(247, 247, 249, 0.78) !important;
	font-size: 12px;
	line-height: 1.55;
	max-width: 230px;
	position: relative;
	z-index: 2;
}

.client-logo-marquee {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(16, 16, 16, 0.92), rgba(27, 16, 40, 0.82), rgba(16, 16, 16, 0.92)) !important;
	border-color: rgba(255, 138, 0, 0.24) !important;
	border-radius: 999px !important;
	display: flex;
	min-height: 74px;
	min-width: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.client-logo-marquee:before {
	background: linear-gradient(90deg, rgba(16, 16, 16, 0.96), rgba(16, 16, 16, 0)) !important;
}

.client-logo-marquee:after {
	background: linear-gradient(270deg, rgba(16, 16, 16, 0.96), rgba(16, 16, 16, 0)) !important;
}

.client-logo-track {
	align-items: center;
	padding: 10px 14px;
	will-change: transform;
}

.client-logo-badge {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 249, 0.9)) !important;
	border-color: rgba(255, 138, 0, 0.28) !important;
	border-radius: 999px !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
	color: var(--j4y-ink) !important;
	flex: 0 0 auto;
	height: 54px;
	min-width: 146px;
	padding: 0 20px;
}

.client-logo-badge img {
	max-height: 31px;
	max-width: 110px;
}

.stats-band {
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 106, 0, 0.18), transparent 34%),
		radial-gradient(circle at 88% 100%, rgba(122, 34, 191, 0.18), transparent 38%),
		linear-gradient(180deg, var(--j4y-ink), var(--j4y-plum)) !important;
	isolation: isolate;
	margin-top: 0 !important;
	overflow: hidden;
	padding: clamp(50px, 5vw, 78px) 0 clamp(76px, 7vw, 108px) !important;
	position: relative;
	z-index: 3;
}

.logo-wall + .stats-band {
	margin-top: 0 !important;
}

.stats-grid {
	align-items: stretch;
	position: relative;
	z-index: 2;
}

.stats-grid article {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018) 42%, rgba(255, 106, 0, 0.06)),
		linear-gradient(145deg, rgba(27, 16, 40, 0.9), rgba(16, 16, 16, 0.86)) !important;
	border-color: rgba(255, 138, 0, 0.34) !important;
	box-shadow: 0 28px 84px rgba(0, 0, 0, 0.42), 0 0 34px rgba(122, 34, 191, 0.13) !important;
	overflow: hidden;
	position: relative;
}

.stats-grid article:after {
	background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.16) 44%, transparent 58%);
	content: "";
	inset: -30% -55%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-38%);
	transition: opacity 0.35s ease, transform 0.72s ease;
	z-index: 1;
}

.stats-grid article:hover:after {
	opacity: 1;
	transform: translateX(38%);
}

.stats-grid article > * {
	position: relative;
	z-index: 2;
}

.motion-ready .reveal-on-scroll.j4y-flow-card:not(.j4y-tilt-card) {
	opacity: 0 !important;
	transform: translate3d(var(--flow-x, 0), var(--flow-y, 42px), 0) rotate(var(--flow-rotate, 0deg)) scale(0.965) !important;
	transition:
		opacity 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
		transform 0.88s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--flow-delay, 0ms);
	will-change: opacity, transform;
}

.motion-ready .reveal-on-scroll.j4y-flow-card:not(.j4y-tilt-card).is-visible {
	opacity: 1 !important;
	transform: translate3d(0, 0, 0) rotate(0deg) scale(1) !important;
}

.motion-ready .j4y-tilt-card.reveal-on-scroll.j4y-flow-card {
	opacity: 0 !important;
	transform: perspective(1200px) translate3d(var(--flow-x, 0), var(--flow-y, 42px), 0) rotate(var(--flow-rotate, 0deg)) scale(0.965) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0), 0) !important;
	transition:
		opacity 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.88s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--flow-delay, 0ms), 0ms, 0ms, var(--flow-delay, 0ms);
	will-change: opacity, transform;
}

.motion-ready .j4y-tilt-card.reveal-on-scroll.j4y-flow-card.is-visible {
	opacity: 1 !important;
	transform: perspective(1200px) translate3d(0, 0, 0) rotate(0deg) scale(1) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0), 0) !important;
}

.motion-ready .j4y-pop-in {
	animation: none !important;
}

.motion-ready .j4y-tilt-card.j4y-flow-card.is-visible:not(:hover):after {
	animation: j4y-card-light-sweep 6.8s ease-in-out infinite;
	animation-delay: calc(var(--flow-depth, 1) * -1.1s);
	opacity: 0.16;
}

.motion-ready .stats-grid article.j4y-flow-card.is-visible:after {
	animation: j4y-card-light-sweep 7.2s ease-in-out infinite;
	animation-delay: calc(var(--flow-depth, 1) * -1s);
	opacity: 0.18;
}

@keyframes j4y-card-light-sweep {
	0%, 100% {
		transform: translate3d(-44%, 0, 0) rotate(0.001deg);
	}

	50% {
		transform: translate3d(44%, -3%, 0) rotate(0.001deg);
	}
}

.motion-ready .j4y-energy-field:before {
	background:
		radial-gradient(circle at 18% 24%, rgba(255, 106, 0, 0.18), transparent 24%),
		radial-gradient(circle at 82% 64%, rgba(122, 34, 191, 0.22), transparent 30%),
		linear-gradient(108deg, transparent 0%, rgba(255, 138, 0, 0.08) 42%, rgba(122, 34, 191, 0.08) 52%, transparent 64%);
	opacity: 0.64;
}

@media only screen and (max-width: 991px) {
	.logo-wall-inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.logo-wall-inner > span {
		max-width: none;
		text-align: center;
	}

	.stats-band {
		padding-top: 48px !important;
	}
}

@media only screen and (max-width: 767px) {
	.logo-wall.section-padding-sm {
		padding: 28px 0 42px !important;
	}

	.logo-wall-inner {
		border-radius: 24px !important;
		padding: 16px;
	}

	.client-logo-marquee {
		border-radius: 22px !important;
		min-height: 68px;
	}

	.client-logo-badge {
		height: 50px;
		min-width: 132px;
		padding: 0 16px;
	}

	.stats-band {
		padding: 42px 0 72px !important;
	}

	.motion-ready .reveal-on-scroll.j4y-flow-card,
	.motion-ready .j4y-tilt-card.reveal-on-scroll.j4y-flow-card {
		transition-delay: 0ms !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.motion-ready .reveal-on-scroll.j4y-flow-card,
	.motion-ready .j4y-tilt-card.reveal-on-scroll.j4y-flow-card {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/* Premium gallery slider and fullscreen viewer */
.premium-gallery-slider {
	margin: 0 auto;
	max-width: 1340px;
	position: relative;
}

.gallery-slider-shell {
	align-items: center;
	display: grid;
	gap: clamp(12px, 2vw, 22px);
	grid-template-columns: 58px minmax(0, 1fr) 58px;
	position: relative;
}

.gallery-slider-viewport {
	overflow: hidden;
	padding: 16px 0 22px;
}

.gallery-slider-track {
	align-items: stretch;
	display: flex;
	gap: clamp(18px, 2.2vw, 28px);
	transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}

.gallery-slide {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.014) 46%, rgba(255, 106, 0, 0.06)),
		linear-gradient(145deg, rgba(27, 16, 40, 0.9), rgba(16, 16, 16, 0.88));
	border: 1px solid rgba(255, 138, 0, 0.3);
	border-radius: 30px;
	box-shadow: 0 32px 92px rgba(0, 0, 0, 0.46), 0 0 42px rgba(122, 34, 191, 0.14);
	color: var(--j4y-white);
	flex: 0 0 min(72vw, 780px);
	opacity: 0.62;
	overflow: hidden;
	position: relative;
	transform: scale(0.94);
	transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.gallery-slider-full .gallery-slide {
	flex-basis: min(66vw, 760px);
}

.gallery-slide.is-active {
	border-color: rgba(255, 138, 0, 0.72);
	box-shadow: 0 40px 110px rgba(0, 0, 0, 0.56), 0 0 58px rgba(255, 106, 0, 0.18), 0 0 72px rgba(122, 34, 191, 0.18);
	opacity: 1;
	transform: scale(1);
}

.gallery-slide-media {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.gallery-slide-media:after {
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.02) 36%, rgba(16, 16, 16, 0.72) 100%),
		radial-gradient(circle at 82% 18%, rgba(255, 138, 0, 0.16), transparent 26%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.gallery-slide-media img {
	aspect-ratio: 16 / 9.6;
	display: block;
	filter: saturate(1.06) contrast(1.08) brightness(0.92);
	height: auto;
	object-fit: cover;
	transition: filter 0.45s ease, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
	width: 100%;
}

.gallery-slide.is-active .gallery-slide-media:hover img {
	filter: saturate(1.18) contrast(1.1) brightness(0.98);
	transform: scale(1.055);
}

.gallery-slide-expand {
	align-items: center;
	background: rgba(16, 16, 16, 0.72);
	border: 1px solid rgba(255, 138, 0, 0.42);
	border-radius: 50%;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 26px rgba(255, 106, 0, 0.18);
	color: var(--j4y-gold);
	display: inline-flex;
	height: 50px;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
	width: 50px;
	z-index: 2;
}

.gallery-slide-media:hover .gallery-slide-expand,
.gallery-slide-media:focus .gallery-slide-expand {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	border-color: rgba(255, 255, 255, 0.34);
	color: var(--j4y-ink);
	transform: scale(1.08);
}

.gallery-slide-caption {
	padding: clamp(20px, 2.6vw, 30px);
	position: relative;
}

.gallery-slide-caption:before {
	background: linear-gradient(90deg, var(--j4y-orange), var(--j4y-gold), var(--j4y-soft-violet));
	content: "";
	height: 3px;
	left: clamp(20px, 2.6vw, 30px);
	position: absolute;
	right: clamp(20px, 2.6vw, 30px);
	top: 0;
}

.gallery-slide-caption small {
	color: rgba(255, 138, 0, 0.9);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.gallery-slide-caption h3 {
	color: var(--j4y-white);
	font-size: clamp(22px, 2.4vw, 34px);
	line-height: 1.1;
	margin: 0;
}

.gallery-slider-arrow {
	align-items: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
		rgba(16, 16, 16, 0.76);
	border: 1px solid rgba(255, 138, 0, 0.42);
	border-radius: 50%;
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.38), 0 0 30px rgba(122, 34, 191, 0.14);
	color: var(--j4y-gold);
	display: inline-flex;
	font-size: 20px;
	height: 58px;
	justify-content: center;
	position: relative;
	transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, transform 0.28s ease;
	width: 58px;
	z-index: 3;
}

.gallery-slider-arrow:hover,
.gallery-slider-arrow:focus {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	border-color: rgba(255, 255, 255, 0.32);
	box-shadow: 0 24px 70px rgba(255, 106, 0, 0.28), 0 0 46px rgba(122, 34, 191, 0.22);
	color: var(--j4y-ink);
	transform: translateY(-3px);
}

.gallery-slider-footer {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 4px;
}

.gallery-slider-count {
	align-items: center;
	color: rgba(247, 247, 249, 0.78);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 12px;
	text-transform: uppercase;
}

.gallery-slider-count em {
	background: linear-gradient(90deg, var(--j4y-orange), var(--j4y-soft-violet));
	display: block;
	height: 1px;
	width: 58px;
}

.gallery-slider-dots {
	display: flex;
	gap: 8px;
}

.gallery-slider-dots button {
	background: rgba(255, 255, 255, 0.22);
	border: 0;
	border-radius: 999px;
	height: 8px;
	padding: 0;
	transition: background-color 0.28s ease, transform 0.28s ease, width 0.28s ease;
	width: 8px;
}

.gallery-slider-dots button.active {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	width: 30px;
}

.j4y-lightbox-open {
	overflow: hidden;
}

.j4y-gallery-lightbox {
	align-items: center;
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.16), transparent 30%),
		radial-gradient(circle at 84% 76%, rgba(122, 34, 191, 0.18), transparent 34%),
		rgba(7, 7, 8, 0.94);
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 72px;
	inset: 0;
	padding: clamp(18px, 4vw, 56px);
	position: fixed;
	z-index: 9999;
}

.j4y-gallery-lightbox[hidden] {
	display: none;
}

.j4y-gallery-lightbox figure {
	margin: 0 auto;
	max-width: min(1180px, 100%);
	position: relative;
	width: 100%;
}

.j4y-gallery-lightbox img {
	border: 1px solid rgba(255, 138, 0, 0.34);
	border-radius: 28px;
	box-shadow: 0 42px 120px rgba(0, 0, 0, 0.72), 0 0 70px rgba(122, 34, 191, 0.18);
	display: block;
	max-height: 68vh;
	object-fit: contain;
	width: 100%;
}

.j4y-gallery-lightbox figcaption {
	color: var(--j4y-white);
	margin-top: 18px;
	text-align: center;
}

.j4y-gallery-lightbox figcaption small {
	color: var(--j4y-gold);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.j4y-gallery-lightbox figcaption strong {
	font-family: "Playfair Display", serif;
	font-size: clamp(24px, 3vw, 42px);
	line-height: 1.12;
}

.j4y-lightbox-close,
.j4y-lightbox-nav {
	align-items: center;
	background: rgba(16, 16, 16, 0.78);
	border: 1px solid rgba(255, 138, 0, 0.4);
	border-radius: 50%;
	color: var(--j4y-gold);
	display: inline-flex;
	height: 56px;
	justify-content: center;
	transition: background 0.28s ease, color 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
	width: 56px;
}

.j4y-lightbox-close {
	position: fixed;
	right: clamp(18px, 3vw, 42px);
	top: clamp(18px, 3vw, 42px);
	z-index: 2;
}

.j4y-lightbox-nav {
	justify-self: center;
}

.j4y-lightbox-close:hover,
.j4y-lightbox-close:focus,
.j4y-lightbox-nav:hover,
.j4y-lightbox-nav:focus {
	background: linear-gradient(135deg, var(--j4y-orange), var(--j4y-gold));
	border-color: rgba(255, 255, 255, 0.32);
	color: var(--j4y-ink);
	transform: translateY(-2px);
}

@media only screen and (max-width: 991px) {
	.gallery-slider-shell {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
	}

	.gallery-slide,
	.gallery-slider-full .gallery-slide {
		flex-basis: min(78vw, 640px);
	}

	.gallery-slider-arrow {
		height: 48px;
		width: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.premium-gallery-slider {
		max-width: none;
	}

	.gallery-slider-shell {
		gap: 8px;
		grid-template-columns: 42px minmax(0, 1fr) 42px;
	}

	.gallery-slider-viewport {
		padding: 8px 0 18px;
	}

	.gallery-slider-track {
		gap: 14px;
	}

	.gallery-slide,
	.gallery-slider-full .gallery-slide {
		border-radius: 22px;
		flex-basis: calc(100vw - 98px);
	}

	.gallery-slide-media img {
		aspect-ratio: 4 / 4.5;
	}

	.gallery-slide-caption {
		padding: 18px;
	}

	.gallery-slide-caption:before {
		left: 18px;
		right: 18px;
	}

	.gallery-slide-expand {
		height: 42px;
		right: 14px;
		top: 14px;
		width: 42px;
	}

	.gallery-slider-arrow {
		font-size: 17px;
		height: 42px;
		width: 42px;
	}

	.gallery-slider-footer {
		align-items: center;
		flex-direction: column;
		gap: 12px;
	}

	.gallery-slider-dots {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 260px;
	}

	.j4y-gallery-lightbox {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr auto;
		padding: 18px;
	}

	.j4y-gallery-lightbox figure {
		grid-column: 1 / -1;
	}

	.j4y-gallery-lightbox img {
		border-radius: 20px;
		max-height: 64vh;
	}

	.j4y-lightbox-nav {
		margin-top: 16px;
	}

	.j4y-lightbox-prev {
		justify-self: end;
	}

	.j4y-lightbox-next {
		justify-self: start;
	}
}

/* 2026 neutral-base palette and editorial gallery refinement
   Charcoal carries the interface; orange and violet are reserved for accents. */
:root {
	--j4y-ink: #111214;
	--j4y-ink-soft: #1b1d21;
	--j4y-plum: #181a1e;
	--j4y-panel-dark: rgba(20, 22, 25, 0.94);
	--j4y-panel-plum: rgba(27, 29, 33, 0.92);
	--j4y-glass-border: rgba(255, 255, 255, 0.1);
	--j4y-glow: 0 22px 64px rgba(0, 0, 0, 0.32);
	--j4y-glow-hover: 0 30px 78px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 106, 0, 0.22);
}

body {
	background:
		linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
		#111214;
	background-size: 44px 44px;
}

.site-navbar .container,
.sticky-wrapper.is-sticky .site-navbar .container {
	background: rgba(17, 18, 20, 0.94) !important;
	box-shadow: 0 24px 72px rgba(0, 0, 0, 0.38);
}

.site-mobile-menu {
	background: #15171a !important;
}

.j4y-hero.hero-image-slider:before {
	background:
		linear-gradient(90deg, rgba(15, 16, 18, 0.98) 0%, rgba(20, 22, 25, 0.9) 48%, rgba(15, 16, 18, 0.5) 78%, rgba(15, 16, 18, 0.72) 100%),
		radial-gradient(circle at 14% 24%, rgba(255, 106, 0, 0.16), transparent 32%),
		linear-gradient(180deg, rgba(15, 16, 18, 0.08), rgba(15, 16, 18, 0.96)) !important;
}

.page-hero {
	background:
		linear-gradient(90deg, rgba(15, 16, 18, 0.96) 0%, rgba(22, 24, 28, 0.84) 54%, rgba(15, 16, 18, 0.42) 100%),
		var(--page-hero-image) center/cover no-repeat !important;
}

.logo-wall,
.services-area,
.selected-work-area,
.why-area,
.process-area,
.gallery-preview,
.video-area,
.case-preview,
.industries-preview,
.trust-area,
.faq-area,
.contact-area-j4y,
.service-detail,
.service-gallery,
.gallery-page,
.case-study-page {
	background:
		radial-gradient(circle at 4% 0%, rgba(255, 106, 0, 0.07), transparent 28%),
		linear-gradient(180deg, #111214 0%, #181a1e 100%) !important;
}

:is(.service-tile, .selected-work-card, .gallery-card, .case-card, .process-step, .why-grid div, .credential-grid div, .testimonial-list blockquote, .faq-card, .industry-grid article, .handle-card, .service-summary, .requirement-grid article, .metric-grid > div, .value-grid article, .contact-info-panel, .contact-form-panel, .google-review) {
	background: linear-gradient(145deg, rgba(31, 33, 38, 0.96), rgba(18, 20, 23, 0.96)) !important;
	box-shadow: var(--j4y-glow) !important;
}

.value-grid h3 {
	color: #ffffff;
	text-shadow: 0 2px 18px rgba(255, 138, 0, 0.18);
}

.value-grid p {
	color: rgba(247, 247, 249, 0.78);
}

/* Final contrast system: keep text colors paired with the surface beneath them. */
:is(
	.services-area,
	.selected-work-area,
	.why-area,
	.process-area,
	.gallery-preview,
	.video-area,
	.case-preview,
	.industries-preview,
	.trust-area,
	.faq-area,
	.contact-area-j4y,
	.service-detail,
	.service-gallery,
	.gallery-page,
	.case-study-page
) .section-title h2,
:is(.service-detail, .case-study-page) h2 {
	color: #ffffff !important;
}

:is(
	.services-area,
	.selected-work-area,
	.why-area,
	.process-area,
	.gallery-preview,
	.video-area,
	.case-preview,
	.industries-preview,
	.trust-area,
	.faq-area,
	.contact-area-j4y,
	.service-detail,
	.service-gallery,
	.gallery-page,
	.case-study-page
) .section-title p {
	color: rgba(247, 247, 249, 0.78) !important;
}

.about-band h2,
.values-area .section-title h2 {
	color: #111214 !important;
}

.about-band p,
.values-area .section-title p {
	color: rgba(17, 18, 20, 0.74) !important;
}

.about-band .section-kicker,
.values-area .section-kicker {
	color: #7a2e00 !important;
}

:is(.handle-card, .service-summary, .value-grid article, .requirement-grid > div) :is(h3, h4, strong, span),
.detail-flow h3,
.case-study-content h3 {
	color: #ffffff !important;
}

:is(.handle-card, .service-summary, .value-grid article, .requirement-grid > div) p,
:is(.handle-card, .service-summary) li,
.detail-flow p,
.case-study-content p,
.faq-card p {
	color: rgba(247, 247, 249, 0.8) !important;
}

.case-study-content h3 {
	color: #ffb45c !important;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.nav-cta,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.nav-cta,
.btn-primary-j4y,
.btn-primary-j4y:hover,
.btn-primary-j4y:focus,
.gallery-filter.active,
.gallery-filter:hover {
	color: #111214 !important;
}

a.nav-cta {
	color: #111214 !important;
}

.site-mobile-menu .nav-cta {
	color: #111214 !important;
}

/* Consistent safe insets for every bordered content box. */
.cta-content {
	box-sizing: border-box;
	padding: clamp(30px, 3.4vw, 48px) !important;
}

:is(
	.process-step,
	.why-grid > div,
	.credential-grid > div,
	.value-grid > article,
	.requirement-grid > div,
	.detail-flow > article,
	.industry-grid > article,
	.faq-card,
	.handle-card,
	.contact-info-panel,
	.contact-form-panel,
	.google-review,
	.testimonial-list blockquote
) {
	box-sizing: border-box;
	padding: clamp(24px, 2.2vw, 30px) !important;
}

:is(.service-body, .selected-work-card > div, .gallery-card > div, .case-card > div) {
	box-sizing: border-box;
	padding: clamp(24px, 2.2vw, 30px) !important;
}

.service-summary h3 {
	padding: 26px 26px 0 !important;
}

.service-summary .tick-list {
	padding: 0 26px 26px !important;
}

@media only screen and (max-width: 767px) {
	.cta-content {
		padding: 24px !important;
	}

	:is(
		.process-step,
		.why-grid > div,
		.credential-grid > div,
		.value-grid > article,
		.requirement-grid > div,
		.detail-flow > article,
		.industry-grid > article,
		.faq-card,
		.handle-card,
		.contact-info-panel,
		.contact-form-panel,
		.google-review,
		.testimonial-list blockquote,
		.service-body,
		.selected-work-card > div,
		.gallery-card > div,
		.case-card > div
	) {
		padding: 22px !important;
	}

	.service-summary h3 {
		padding: 22px 22px 0 !important;
	}

	.service-summary .tick-list {
		padding: 0 22px 22px !important;
	}
}

.hero-proof-panel {
	background: linear-gradient(145deg, rgba(31, 33, 38, 0.94), rgba(17, 18, 20, 0.94)) !important;
	box-shadow: var(--j4y-deep-shadow);
}

.btn-secondary-j4y,
.hero-badge {
	background: rgba(24, 26, 30, 0.78);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.btn-secondary-j4y:hover,
.btn-secondary-j4y:focus {
	background: #24272c;
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), 0 0 28px rgba(255, 106, 0, 0.16);
}

.service-body i,
.industry-icon,
.why-grid i,
.credential-grid i,
.contact-meta i {
	background: rgba(255, 106, 0, 0.1) !important;
}

.footer-j4y {
	background: #0d0e10 !important;
}

.footer-socials a,
.contact-socials a,
.floating-socials a,
.floating-socials .social-floating-whatsapp,
.floating-socials .social-floating-whatsapp:hover,
.floating-socials .social-floating-whatsapp:focus {
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

/* The full gallery is a scan-friendly editorial grid instead of a 44-slide carousel. */
.gallery-page .gallery-container {
	max-width: 1480px;
	padding-left: clamp(18px, 4vw, 60px);
	padding-right: clamp(18px, 4vw, 60px);
}

.gallery-page .gallery-filter-wrap {
	margin: 0 auto 42px;
	max-width: 1120px;
	position: sticky;
	top: 92px;
	z-index: 20;
}

.gallery-page .gallery-filter-wrap:before {
	backdrop-filter: blur(18px);
	background: rgba(17, 18, 20, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	content: "";
	inset: -10px -14px;
	position: absolute;
	z-index: -1;
}

.gallery-page .gallery-slider-shell {
	display: block;
}

.gallery-page .gallery-slider-viewport {
	overflow: visible;
	padding: 0;
}

.gallery-page .gallery-slider-track {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	transform: none !important;
}

.gallery-page .gallery-slide,
.gallery-page .gallery-slider-full .gallery-slide,
.gallery-page .gallery-slide.is-active {
	background: #1a1c20;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
	flex: none;
	opacity: 1;
	transform: none;
}

.gallery-page .gallery-slide:hover {
	border-color: rgba(255, 106, 0, 0.48);
	box-shadow: 0 26px 62px rgba(0, 0, 0, 0.38);
	transform: translateY(-4px);
}

.gallery-page .gallery-slide-media img {
	aspect-ratio: 4 / 3;
	filter: saturate(1.02) contrast(1.04);
}

.gallery-page .gallery-slide-media:after {
	background: linear-gradient(180deg, transparent 58%, rgba(15, 16, 18, 0.58));
}

.gallery-page .gallery-slide-caption {
	padding: 19px 20px 22px;
}

.gallery-page .gallery-slide-caption:before {
	background: var(--j4y-orange);
	height: 2px;
	left: 20px;
	right: auto;
	width: 46px;
}

.gallery-page .gallery-slide-caption h3 {
	font-size: clamp(19px, 1.7vw, 25px);
}

.gallery-page .gallery-slider-arrow,
.gallery-page .gallery-slider-footer {
	display: none;
}

.j4y-gallery-lightbox {
	background: rgba(8, 9, 10, 0.97);
}

.j4y-gallery-lightbox img {
	box-shadow: 0 42px 120px rgba(0, 0, 0, 0.76);
}

@media only screen and (max-width: 991px) {
	.gallery-page .gallery-filter-wrap {
		position: relative;
		top: auto;
	}

	.gallery-page .gallery-slider-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 575px) {
	.gallery-page .gallery-filter-wrap:before {
		border-radius: 22px;
	}

	.gallery-page .gallery-slider-track {
		grid-template-columns: 1fr;
	}

	.gallery-page .gallery-slide-media img {
		aspect-ratio: 4 / 3;
	}
}

/* Homepage service orbit: a calm, readable constellation around the brand. */
.brand-stage {
	min-height: min(760px, calc(100svh - 178px));
}

.brand-stage-icons {
	inset: 2% -8% 4%;
	overflow: visible;
}

.brand-stage-icon,
.brand-stage-icon-1,
.brand-stage-icon-2,
.brand-stage-icon-3,
.brand-stage-icon-4,
.brand-stage-icon-5,
.brand-stage-icon-6,
.brand-stage-icon-7,
.brand-stage-icon-8 {
	align-items: center;
	animation: j4y-service-orbit 48s linear infinite;
	animation-delay: var(--orbit-delay, 0s);
	backdrop-filter: blur(16px);
	background: linear-gradient(145deg, rgba(29, 31, 36, 0.94), rgba(14, 15, 17, 0.9));
	border: 1px solid rgba(255, 138, 0, 0.3);
	border-radius: 999px;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	clip-path: none;
	color: var(--j4y-white);
	display: inline-flex;
	font-size: 16px;
	gap: 10px;
	height: auto;
	justify-content: flex-start;
	left: 0;
	offset-distance: 0%;
	offset-path: ellipse(45% 44% at 50% 48%);
	offset-rotate: 0deg;
	padding: 11px 16px 11px 12px;
	top: 0;
	transform: scale(0.88) perspective(500px) rotateX(0deg);
	transform-origin: 50% 100%;
	width: max-content;
	z-index: 3;
}

.brand-stage-icon i {
	align-items: center;
	background: rgba(255, 106, 0, 0.11);
	border: 1px solid rgba(255, 138, 0, 0.24);
	border-radius: 50%;
	color: var(--j4y-gold);
	display: inline-flex;
	filter: none;
	font-size: 15px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.brand-stage-icon strong {
	color: rgba(255, 255, 255, 0.92);
	font-family: var(--j4y-sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.15;
	max-width: 104px;
	text-align: left;
	text-transform: uppercase;
}

.brand-stage-icon strong span {
	color: var(--j4y-gold);
	display: block;
	font-size: 0;
	letter-spacing: 0.14em;
	max-height: 0;
	opacity: 0;
	transition: none;
}

.brand-emblem {
	background: radial-gradient(circle, rgba(255, 106, 0, 0.09), transparent 67%);
	border-radius: 50%;
	padding: 34px;
}

.brand-emblem img {
	max-width: min(46vw, 480px);
}

.brand-stage-rings span:nth-child(1) {
	height: min(48vw, 540px);
	width: min(90vw, 1060px);
}

.brand-stage-rings span:nth-child(2) {
	height: min(38vw, 430px);
	width: min(74vw, 830px);
}

.brand-stage-rings span:nth-child(3) {
	height: min(28vw, 310px);
	width: min(56vw, 620px);
}

@keyframes j4y-service-orbit {
	0% {
		offset-distance: 0%;
		filter: brightness(0.82);
		transform: scale(var(--orbit-rest-scale, 0.88)) perspective(500px) rotateX(0deg);
	}
	20% {
		offset-distance: 20%;
		filter: brightness(1);
		transform: scale(var(--orbit-approach-scale, 1)) perspective(500px) rotateX(0deg);
	}
	23% {
		offset-distance: 25%;
		filter: brightness(1.3) drop-shadow(0 20px 28px rgba(255, 106, 0, 0.34));
		transform: scale(var(--orbit-highlight-scale, 1.5)) perspective(500px) rotateX(0deg);
	}
	25.5% {
		offset-distance: 25%;
		filter: brightness(1.42) drop-shadow(0 24px 34px rgba(141, 76, 255, 0.38));
		transform: scale(var(--orbit-bow-scale, 1.58)) perspective(500px) rotateX(24deg) translateY(5px);
	}
	28% {
		offset-distance: 25%;
		filter: brightness(1.35) drop-shadow(0 22px 32px rgba(255, 106, 0, 0.4));
		transform: scale(var(--orbit-bow-scale, 1.58)) perspective(500px) rotateX(0deg);
	}
	31% {
		offset-distance: 28%;
		filter: brightness(1.08);
		transform: scale(var(--orbit-exit-scale, 1.08)) perspective(500px) rotateX(0deg);
	}
	100% {
		offset-distance: 100%;
		filter: brightness(0.82);
		transform: scale(var(--orbit-rest-scale, 0.88)) perspective(500px) rotateX(0deg);
	}
}

@keyframes j4y-service-title {
	0%, 19.5%, 33%, 100% { font-size: 0; max-height: 0; opacity: 0; }
	21%, 31.5% { font-size: 8px; max-height: 14px; opacity: 1; }
}

.brand-stage-icon strong span {
	animation: j4y-service-title 48s linear infinite;
	animation-delay: var(--orbit-delay, 0s);
}

@media only screen and (max-width: 991px) {
	.brand-stage-icons {
		inset: 4% -12% 6%;
	}

	.brand-stage-icon,
	.brand-stage-icon-1,
	.brand-stage-icon-2,
	.brand-stage-icon-3,
	.brand-stage-icon-4,
	.brand-stage-icon-5,
	.brand-stage-icon-6,
	.brand-stage-icon-7,
	.brand-stage-icon-8 {
		offset-path: ellipse(47% 44% at 50% 48%);
		padding: 8px 11px 8px 8px;
	}

	.brand-stage-icon i {
		height: 30px;
		width: 30px;
	}

	.brand-stage-icon strong {
		font-size: 9px;
		max-width: 78px;
	}
}

@media only screen and (max-width: 575px) {
	.brand-stage-hero {
		min-height: 780px;
	}

	.brand-stage {
		min-height: 630px;
	}

	.brand-stage-icons {
		inset: 1% 0 8%;
	}

	.brand-stage-icon,
	.brand-stage-icon-1,
	.brand-stage-icon-2,
	.brand-stage-icon-3,
	.brand-stage-icon-4,
	.brand-stage-icon-5,
	.brand-stage-icon-6,
	.brand-stage-icon-7,
	.brand-stage-icon-8 {
		--orbit-approach-scale: 0.94;
		--orbit-bow-scale: 1.18;
		--orbit-exit-scale: 0.98;
		--orbit-highlight-scale: 1.12;
		--orbit-rest-scale: 0.8;
		animation-duration: 52s;
		animation-delay: var(--orbit-delay-mobile, 0s);
		gap: 0;
		offset-path: ellipse(34% 43% at 50% 50%);
		padding: 6px;
	}

	.brand-stage-icon i {
		font-size: 12px;
		height: 26px;
		width: 26px;
	}

	.brand-stage-icon strong {
		animation: j4y-mobile-service-label 52s linear infinite;
		animation-delay: var(--orbit-delay-mobile, 0s);
		font-size: 0;
		margin-left: 0;
		max-width: 0;
		opacity: 0;
		overflow: hidden;
	}

	.brand-stage-icon strong span {
		animation-duration: 52s;
		animation-delay: var(--orbit-delay-mobile, 0s);
	}

	.brand-emblem {
		padding: 22px;
	}

	.brand-emblem img {
		max-width: min(62vw, 280px);
	}

	.brand-emblem p {
		font-size: 11px;
	}
}

@keyframes j4y-mobile-service-label {
	0%, 19.5%, 33%, 100% {
		font-size: 0;
		margin-left: 0;
		max-width: 0;
		opacity: 0;
	}
	21%, 31.5% {
		font-size: 8px;
		margin-left: 7px;
		max-width: 92px;
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.brand-stage-icon,
	.brand-stage-icon-1,
	.brand-stage-icon-2,
	.brand-stage-icon-3,
	.brand-stage-icon-4,
	.brand-stage-icon-5,
	.brand-stage-icon-6,
	.brand-stage-icon-7,
	.brand-stage-icon-8 {
		animation: none !important;
	}
}

/* Keep the mobile social dock above all earlier responsive theme rules. */
@media only screen and (max-width: 767px) {
	body {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.floating-socials {
		align-items: center;
		backdrop-filter: blur(22px) saturate(1.2);
		background: linear-gradient(145deg, rgba(24, 26, 30, 0.95), rgba(11, 12, 14, 0.94));
		border: 1px solid rgba(255, 138, 0, 0.28);
		border-radius: 999px;
		bottom: calc(10px + env(safe-area-inset-bottom));
		box-shadow: 0 18px 54px rgba(0, 0, 0, 0.5), 0 0 26px rgba(255, 106, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
		display: flex !important;
		flex-direction: row;
		gap: 3px;
		justify-content: center;
		left: 50%;
		padding: 6px 8px;
		right: auto;
		transform: translateX(-50%);
		width: max-content;
		z-index: 4000;
	}

	.floating-socials a,
	.floating-socials .social-floating-whatsapp {
		background: transparent !important;
		border-color: transparent !important;
		box-shadow: none !important;
		font-size: 15px;
		height: 38px;
		width: 38px;
	}
}

/* Final cascade override: reveal project work while preserving the universe. */
.brand-stage-hero:before,
.j4y-hero.brand-stage-hero:before {
	background:
		linear-gradient(180deg, rgba(10,11,14,.54), rgba(10,11,14,.22) 44%, rgba(10,11,14,.72)),
		radial-gradient(ellipse at 50% 42%, rgba(255,119,12,.16), transparent 35%),
		radial-gradient(ellipse at 50% 58%, rgba(126,42,184,.16), transparent 44%),
		linear-gradient(90deg, rgba(10,11,14,.52), rgba(24,15,34,.18), rgba(10,11,14,.52)) !important;
}

.brand-stage-hero .hero-slider {
	opacity: .86;
	transform: scale(1.025);
}

.brand-stage-hero .hero-slider:after {
	background:
		linear-gradient(90deg, rgba(10,11,14,.22), transparent 30%, transparent 70%, rgba(10,11,14,.22)),
		linear-gradient(180deg, rgba(10,11,14,.08), transparent 54%, rgba(10,11,14,.58));
}

.brand-stage-hero .hero-slide {
	filter: saturate(1.18) contrast(1.06) brightness(.92);
}

.brand-stage-hero .brand-stage-rings {
	filter: drop-shadow(0 0 24px rgba(255,119,12,.2)) drop-shadow(0 0 32px rgba(126,42,184,.17));
}

.brand-stage-hero .brand-emblem {
	backdrop-filter: blur(1.5px);
	background: radial-gradient(circle, rgba(9,10,13,.36), rgba(9,10,13,.14) 45%, transparent 70%);
}

@media only screen and (max-width: 767px) {
	.brand-stage-hero .hero-slider { opacity: .9; }
	.brand-stage-hero:before,
	.j4y-hero.brand-stage-hero:before {
		background:
			linear-gradient(180deg, rgba(10,11,14,.5), rgba(10,11,14,.18) 45%, rgba(10,11,14,.66)),
			radial-gradient(ellipse at 50% 44%, rgba(255,119,12,.15), transparent 38%),
			radial-gradient(ellipse at 50% 58%, rgba(126,42,184,.15), transparent 46%) !important;
	}
}

/* Discreet premium background music control */
.j4y-music-player {
	bottom: 24px;
	left: 22px;
	position: fixed;
	z-index: 3990;
}

.j4y-music-player button {
	align-items: center;
	backdrop-filter: blur(20px) saturate(1.2);
	background: linear-gradient(145deg, rgba(25,26,31,.94), rgba(11,12,15,.92));
	border: 1px solid rgba(255,143,32,.3);
	border-radius: 999px;
	box-shadow: 0 18px 52px rgba(0,0,0,.42), 0 0 28px rgba(126,42,184,.1), inset 0 1px 0 rgba(255,255,255,.06);
	color: #fff;
	cursor: pointer;
	display: flex;
	gap: 10px;
	min-height: 54px;
	padding: 7px 14px 7px 7px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.j4y-music-player button:hover,
.j4y-music-player button:focus-visible {
	border-color: rgba(255,166,68,.68);
	box-shadow: 0 20px 58px rgba(0,0,0,.5), 0 0 30px rgba(255,112,0,.13);
	transform: translateY(-2px);
}

.j4y-music-icon {
	align-items: center;
	background: linear-gradient(135deg, #ff7600, #812fb5);
	border-radius: 50%;
	display: inline-flex;
	font-size: 15px;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.j4y-music-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-align: left;
}

.j4y-music-copy strong {
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.j4y-music-copy small {
	color: rgba(255,255,255,.58);
	font-size: 9px;
	margin-top: 4px;
}

.j4y-music-bars {
	align-items: flex-end;
	display: flex;
	gap: 2px;
	height: 18px;
}

.j4y-music-bars i {
	background: linear-gradient(180deg, #ffae54, #8a42bc);
	border-radius: 2px;
	height: 4px;
	width: 2px;
}

.j4y-music-player.is-playing .j4y-music-bars i {
	animation: j4ySoundBars .72s ease-in-out infinite alternate;
}

.j4y-music-player.is-playing .j4y-music-bars i:nth-child(2) { animation-delay: -.32s; }
.j4y-music-player.is-playing .j4y-music-bars i:nth-child(3) { animation-delay: -.54s; }
.j4y-music-player.is-playing .j4y-music-bars i:nth-child(4) { animation-delay: -.18s; }

@keyframes j4ySoundBars {
	from { height: 4px; }
	to { height: 17px; }
}

@media only screen and (max-width: 767px) {
	.j4y-music-player {
		bottom: calc(84px + env(safe-area-inset-bottom));
		left: 12px;
	}

	.j4y-music-copy {
		display: none;
	}

	.j4y-music-player button {
		gap: 6px;
		min-height: 48px;
		padding: 4px 9px 4px 4px;
	}

	.j4y-music-icon {
		height: 38px;
		width: 38px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.j4y-music-player.is-playing .j4y-music-bars i { animation: none; height: 10px; }
}

/* Pearl-luxury finish: restrained depth without adding more gold. */
:root {
	--j4y-pearl: rgba(238, 237, 247, 0.9);
	--j4y-pearl-line: rgba(226, 222, 244, 0.2);
	--j4y-violet-haze: rgba(119, 76, 170, 0.18);
}

#topcontrol.topcontrol {
	align-items: center;
	backdrop-filter: blur(18px) saturate(1.15);
	background: linear-gradient(145deg, rgba(28, 29, 34, 0.94), rgba(11, 12, 15, 0.92)) !important;
	border: 1px solid rgba(211, 204, 236, 0.3);
	border-radius: 16px !important;
	bottom: 24px !important;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 28px var(--j4y-violet-haze), inset 0 1px 0 rgba(255,255,255,.08);
	color: var(--j4y-pearl) !important;
	display: flex;
	height: 48px;
	justify-content: center;
	right: 88px !important;
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease !important;
	width: 48px;
	z-index: 3900;
}

#topcontrol.topcontrol:hover {
	background: linear-gradient(145deg, rgba(45, 42, 57, 0.96), rgba(17, 18, 23, 0.96)) !important;
	border-color: rgba(222, 216, 246, 0.56);
	box-shadow: 0 22px 52px rgba(0,0,0,.48), 0 0 34px rgba(129, 83, 181, .28), inset 0 1px 0 rgba(255,255,255,.12);
	transform: translateY(-3px);
}

#topcontrol .scrolltop { line-height: 1; }

.site-navbar-wrap .site-navbar,
.portfolio-video-frame,
.logo-wall-inner {
	box-shadow: 0 28px 80px rgba(0,0,0,.2), 0 0 46px rgba(92,61,128,.08), inset 0 1px 0 rgba(255,255,255,.07);
}

.service-tile,
.case-card,
.gallery-card,
.celebrity-work-card,
.process-step,
.why-grid article {
	box-shadow: 0 24px 64px rgba(10,10,14,.18), 0 8px 24px rgba(37,27,51,.08), inset 0 1px 0 rgba(255,255,255,.08);
}

.service-tile:hover,
.case-card:hover,
.gallery-card:hover,
.celebrity-work-card:hover {
	box-shadow: 0 32px 82px rgba(8,8,12,.28), 0 0 36px rgba(105,70,148,.13), inset 0 1px 0 rgba(255,255,255,.13);
}

.section-kicker {
	text-shadow: 0 0 24px rgba(137, 97, 181, .15);
}

@media only screen and (max-width: 767px) {
	#topcontrol.topcontrol {
		bottom: calc(82px + env(safe-area-inset-bottom)) !important;
		display: flex !important;
		height: 44px;
		right: 14px !important;
		width: 44px;
	}
}

/* Couture atmosphere: platinum light, ink depth and slow violet movement. */
body:after {
	animation: j4y-couture-breathe 12s ease-in-out infinite alternate;
	background:
		radial-gradient(ellipse at 50% -12%, rgba(235,232,248,.1), transparent 38%),
		radial-gradient(ellipse at 92% 48%, rgba(106,72,147,.055), transparent 28%),
		radial-gradient(ellipse at 8% 72%, rgba(180,174,201,.045), transparent 26%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 2100;
}

main > section {
	isolation: isolate;
}

main > section:not(.j4y-hero) {
	box-shadow: inset 0 1px 0 rgba(224,220,239,.1);
}

.section-title h2,
.about-band h2,
.portfolio-film-area h2,
.celebrity-work-heading h2,
.case-preview h2 {
	letter-spacing: -.025em;
	text-wrap: balance;
}

.portfolio-film-area h2,
.celebrity-work-heading h2,
.footer-tagline {
	text-shadow: 0 12px 38px rgba(0,0,0,.48), 0 0 28px rgba(154,126,187,.1);
}

.about-editorial-image-luxury,
.portfolio-video-frame,
.celebrity-work-image,
.gallery-card-image,
.case-card-image {
	outline: 1px solid rgba(231,227,244,.13);
	outline-offset: -1px;
}

.about-editorial-image-luxury:after,
.portfolio-video-frame:after {
	background: linear-gradient(112deg, transparent 25%, rgba(244,241,252,.12) 46%, transparent 64%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-120%);
	transition: transform 1.4s cubic-bezier(.2,.65,.25,1);
	z-index: 4;
}

.about-editorial-image-luxury:hover:after,
.portfolio-video-frame:hover:after {
	transform: translateX(120%);
}

.client-logo-badge {
	filter: drop-shadow(0 12px 18px rgba(17,14,24,.08));
}

.client-logo-badge:hover {
	border-color: rgba(209,201,231,.5) !important;
	box-shadow: 0 20px 48px rgba(12,10,18,.2), 0 0 26px rgba(107,71,148,.13), inset 0 1px 0 rgba(255,255,255,.6);
}

.text-link,
.nav-cta,
.btn-primary-j4y,
.btn-secondary-j4y {
	box-shadow: 0 14px 32px rgba(14,12,20,.12), inset 0 1px 0 rgba(255,255,255,.12);
}

.floating-socials,
.j4y-music-player,
#topcontrol.topcontrol {
	filter: drop-shadow(0 16px 26px rgba(9,8,13,.18));
}

@keyframes j4y-couture-breathe {
	from { opacity: .55; transform: scale(1); }
	to { opacity: .88; transform: scale(1.025); }
}

@media (prefers-reduced-motion: reduce) {
	body:after { animation: none; }
}

@media only screen and (max-width: 767px) {
	body:after {
		animation: none;
		opacity: .58;
	}

}

/* Monaco-night header: black lacquer, pearl chrome and deep burgundy. */
.site-navbar,
.sticky-wrapper:not(.is-sticky) .site-navbar,
.sticky-wrapper.is-sticky .site-navbar {
	background: linear-gradient(180deg, rgba(5,6,9,.72), rgba(5,6,9,.04)) !important;
	padding: 13px 0 !important;
}

.site-navbar .container,
.sticky-wrapper:not(.is-sticky) .site-navbar .container,
.sticky-wrapper.is-sticky .site-navbar .container {
	backdrop-filter: blur(28px) saturate(1.18);
	background:
		linear-gradient(112deg, rgba(9,10,13,.97), rgba(25,24,29,.96) 47%, rgba(24,8,15,.96) 100%) !important;
	border: 1px solid rgba(229,226,238,.2) !important;
	border-radius: 28px !important;
	box-shadow: 0 28px 80px rgba(0,0,0,.52), 0 10px 32px rgba(41,8,20,.22), inset 0 1px 0 rgba(255,255,255,.1) !important;
	max-width: min(1200px, calc(100% - 30px));
	overflow: hidden;
}

.site-navbar .container:before {
	background: linear-gradient(90deg, transparent 3%, rgba(238,235,245,.36) 28%, rgba(113,25,53,.82) 52%, rgba(238,235,245,.3) 76%, transparent 97%) !important;
	height: 1px;
	left: 22px;
	right: 22px;
}

.site-navbar .container:after {
	background:
		linear-gradient(108deg, transparent 25%, rgba(255,255,255,.07) 48%, transparent 68%),
		radial-gradient(circle at 88% 0%, rgba(123,24,55,.22), transparent 28%) !important;
	opacity: .82;
}

.site-logo .brand-logo-image,
.site-navbar .brand-logo-image {
	filter: drop-shadow(0 12px 24px rgba(0,0,0,.52)) drop-shadow(0 0 16px rgba(240,236,248,.06));
}

.site-navbar .site-navigation .site-menu > li > a,
.sticky-wrapper .site-navbar .site-menu > li > a,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	color: rgba(242,240,247,.78) !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .105em;
	text-shadow: 0 8px 18px rgba(0,0,0,.48);
	text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a.active,
.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
	color: #fff !important;
}

.site-navbar .site-navigation .site-menu > li > a:not(.nav-cta):after {
	background: linear-gradient(90deg, transparent, #8f2749, rgba(239,234,245,.8), transparent) !important;
	box-shadow: 0 0 16px rgba(128,32,64,.45);
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta,
.sticky-wrapper:not(.is-sticky) .site-navbar .site-menu > li > a.nav-cta,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.nav-cta {
	background: linear-gradient(135deg, #751b3a, #4a0e24) !important;
	border: 1px solid rgba(239,231,241,.3) !important;
	box-shadow: 0 14px 34px rgba(56,7,24,.42), inset 0 1px 0 rgba(255,255,255,.16) !important;
	color: #fff !important;
}

.site-navbar .site-navigation .site-menu > li > a.nav-cta:hover {
	background: linear-gradient(135deg, #92284d, #5d122c) !important;
	box-shadow: 0 18px 42px rgba(72,8,30,.5), 0 0 24px rgba(125,38,69,.24), inset 0 1px 0 rgba(255,255,255,.2) !important;
}

.creative-menu-toggle {
	background: linear-gradient(145deg, rgba(31,29,35,.96), rgba(12,13,16,.96)) !important;
	border-color: rgba(229,224,238,.28) !important;
	box-shadow: 0 14px 34px rgba(0,0,0,.42), 0 0 22px rgba(105,23,51,.16) !important;
}

.creative-menu-toggle .menu-toggle-visual span {
	background: #ece8f0 !important;
}

.site-mobile-menu {
	backdrop-filter: blur(30px);
	background: linear-gradient(150deg, rgba(9,10,13,.99), rgba(31,8,17,.98)) !important;
	border-left: 1px solid rgba(231,226,238,.16);
	box-shadow: -34px 0 90px rgba(0,0,0,.58);
}

@media only screen and (max-width: 1199px) {
	.site-navbar .container,
	.sticky-wrapper .site-navbar .container {
		border-radius: 24px !important;
		padding-left: 18px;
		padding-right: 12px;
	}
}

/* Homepage gallery: keep every active card fully inside its viewport. */
.gallery-preview .premium-gallery-slider {
	max-width: 1180px;
	width: 100%;
}

.gallery-preview .gallery-slider-shell {
	display: block;
	position: relative;
}

.gallery-preview .gallery-slider-viewport {
	box-sizing: border-box;
	overflow: hidden;
	padding: 16px 0 24px;
	width: 100%;
}

.gallery-preview .gallery-slider-track {
	align-items: stretch;
	gap: 22px;
}

.gallery-preview .gallery-slide,
.gallery-preview .gallery-slider-full .gallery-slide {
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
}

.gallery-preview .gallery-slide-media img {
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gallery-preview .gallery-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.gallery-preview .gallery-slider-arrow:hover,
.gallery-preview .gallery-slider-arrow:focus {
	transform: translateY(calc(-50% - 3px));
}

.gallery-preview .gallery-slider-prev { left: 18px; }
.gallery-preview .gallery-slider-next { right: 18px; }

@media only screen and (max-width: 767px) {
	.gallery-preview {
		overflow: hidden;
	}

	.gallery-preview .section-title {
		margin-bottom: 28px;
	}

	.gallery-preview .gallery-slider-viewport {
		padding: 6px 0 18px;
	}

	.gallery-preview .gallery-slider-track {
		gap: 14px;
	}

	.gallery-preview .gallery-slide,
	.gallery-preview .gallery-slider-full .gallery-slide {
		border-radius: 20px;
		flex-basis: 100%;
		transform: none;
	}

	.gallery-preview .gallery-slide-media img {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.gallery-preview .gallery-slide-caption {
		min-height: 104px;
		padding: 20px 18px 22px;
	}

	.gallery-preview .gallery-slide-caption h3 {
		font-size: clamp(21px, 6.4vw, 27px);
		line-height: 1.16;
	}

	.gallery-preview .gallery-slider-arrow {
		height: 44px;
		top: 42%;
		width: 44px;
	}

	.gallery-preview .gallery-slider-prev { left: 10px; }
	.gallery-preview .gallery-slider-next { right: 10px; }

	.gallery-preview .gallery-slider-footer {
		gap: 10px;
		margin-top: 2px;
	}

	.gallery-preview .gallery-slider-dots {
		flex-wrap: nowrap;
		max-width: min(100%, 280px);
		overflow: hidden;
	}

	.gallery-preview .gallery-slider-dots button {
		flex: 0 0 7px;
		height: 7px;
		width: 7px;
	}

	.gallery-preview .gallery-slider-dots button.active {
		flex-basis: 24px;
		width: 24px;
	}

	.gallery-preview .section-action {
		margin-top: 26px;
	}

	/* Fullscreen gallery controls stay level with the image on mobile. */
	.j4y-gallery-lightbox {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 68px 14px 28px;
	}

	.j4y-gallery-lightbox figure {
		grid-column: auto;
		margin: 0;
		max-width: 100%;
		width: 100%;
	}

	.j4y-gallery-lightbox img {
		border-radius: 18px;
		max-height: 68svh;
		object-fit: contain;
	}

	.j4y-gallery-lightbox figcaption {
		margin: 14px auto 0;
		max-width: calc(100% - 104px);
	}

	.j4y-gallery-lightbox figcaption strong {
		font-size: clamp(21px, 6.4vw, 28px);
	}

	.j4y-gallery-lightbox .j4y-lightbox-nav {
		height: 46px;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 46px;
		z-index: 4;
	}

	.j4y-gallery-lightbox .j4y-lightbox-prev {
		left: 22px;
	}

	.j4y-gallery-lightbox .j4y-lightbox-next {
		right: 22px;
	}

	.j4y-gallery-lightbox .j4y-lightbox-nav:hover,
	.j4y-gallery-lightbox .j4y-lightbox-nav:focus {
		transform: translateY(-50%);
	}

	.j4y-gallery-lightbox .j4y-lightbox-close {
		height: 46px;
		right: 14px;
		top: 14px;
		width: 46px;
	}
}

/* Cascade-safe final restraint layer. */
main > section:not(.j4y-hero) { padding-block: clamp(76px, 8vw, 124px) !important; }
.motion-ready .j4y-energy-field:before { opacity: .28 !important; }
.motion-ready .j4y-tilt-card:hover { transform: translateY(-5px) !important; }

@media (pointer: coarse), (max-width: 767px) {
	main > section:not(.j4y-hero) { padding-block: clamp(62px, 15vw, 88px) !important; }
	.motion-ready .j4y-tilt-card,
	.motion-ready .j4y-tilt-card:hover,
	.motion-ready .j4y-tilt-card.is-tilting,
	.motion-ready .j4y-tilt-card.reveal-on-scroll.j4y-flow-card,
	.motion-ready .j4y-tilt-card.reveal-on-scroll.j4y-flow-card.is-visible { transform: none !important; }
}

/* Final cascade lock for the Dubai day/night material system. */
.about-band,
.services-area,
.gallery-preview,
.industries-preview {
	background:
		linear-gradient(rgba(103,128,169,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(103,128,169,.028) 1px, transparent 1px),
		radial-gradient(circle at 84% 12%, rgba(157,190,226,.2), transparent 29%),
		radial-gradient(circle at 12% 82%, rgba(203,190,224,.16), transparent 31%),
		linear-gradient(145deg, #fff 0%, #f8f9fc 52%, #f2f4f8 100%) !important;
	background-size: 72px 72px, 72px 72px, auto, auto, auto !important;
}

.selected-work-area,
.portfolio-film-area,
.process-area,
.trust-area,
.contact-area-j4y {
	background:
		linear-gradient(rgba(174,192,224,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(174,192,224,.02) 1px, transparent 1px),
		radial-gradient(circle at 88% 14%, rgba(31,91,153,.2), transparent 30%),
		radial-gradient(circle at 9% 86%, rgba(101,52,145,.2), transparent 34%),
		linear-gradient(145deg, #080a0f 0%, #111622 52%, #0b0811 100%) !important;
	background-size: 82px 82px, 82px 82px, auto, auto, auto !important;
}

@media only screen and (max-width: 767px) {
	.about-band,
	.services-area,
	.gallery-preview,
	.industries-preview,
	.selected-work-area,
	.portfolio-film-area,
	.process-area,
	.trust-area,
	.contact-area-j4y {
		background-size: 54px 54px, 54px 54px, auto, auto, auto !important;
	}
}

/* FINAL-CONTRAST-EOF: keep after every theme layer. */
.about-band :is(h1,h2,h3,h4),
.services-area .section-title h2,
.services-area .service-body :is(h3,h3 a),
.gallery-preview .section-title h2,
.industries-preview .section-title h2,
.industries-preview .industry-grid h3 { color:#17181c !important; text-shadow:none !important; }
.about-band p,
.services-area .service-body p,
.industries-preview .industry-grid p { color:#535864 !important; }
.services-area .service-body .text-link,
.industries-preview .text-link,
.gallery-preview .section-action .text-link { color:#5c1732 !important; }
.selected-work-area .section-title h2,
.portfolio-film-area :is(h1,h2,h3),
.process-area :is(.section-title h2,.process-step h3),
.trust-area :is(h1,h2,h3),
.contact-area-j4y :is(h1,h2,h3,label) { color:#f8f7fb !important; }
.selected-work-area .section-title p,
.portfolio-film-area p,
.process-area :is(.section-title p,.process-step p),
.trust-area p,
.contact-area-j4y :is(p,.contact-meta,.contact-meta a) { color:rgba(238,237,245,.76) !important; }
.contact-area-j4y :is(input,textarea,select) { background:rgba(7,9,13,.62) !important; border-color:rgba(213,220,236,.2) !important; color:#f8f7fb !important; }
.contact-area-j4y input::placeholder,
.contact-area-j4y textarea::placeholder { color:rgba(231,230,239,.52) !important; }

/* FINAL-SYSTEM-EOF: consolidated color and gallery geometry. */
body { background:#0c0d10 !important; background-image:none !important; }
body:after { display:none !important; }
.motion-ready .j4y-energy-field:before { opacity:.1 !important; }
.motion-ready .j4y-tilt-card,
.motion-ready .j4y-tilt-card:hover,
.motion-ready .j4y-tilt-card.is-tilting { transform:none !important; }
.motion-ready :is(.selected-work-card,.gallery-card,.service-tile,.case-card):hover img { filter:saturate(1.06) contrast(1.04) !important; transform:scale(1.018) !important; }
.about-band,.services-area,.gallery-preview,.industries-preview { background:linear-gradient(155deg,#faf9f6,#f5f3ef) !important; background-image:none !important; }
.selected-work-area,.portfolio-film-area,.process-area,.trust-area,.contact-area-j4y { background:linear-gradient(145deg,#0c0d10,#12141a 58%,#120d14) !important; background-image:none !important; }
.gallery-page { background:linear-gradient(145deg,#0c0d10,#14131a) !important; color:#f7f5f8; }
.gallery-page .gallery-container { box-sizing:border-box; max-width:1320px; padding-left:clamp(18px,3vw,40px) !important; padding-right:clamp(18px,3vw,40px) !important; }
.gallery-page .gallery-filter-wrap { align-items:center; backdrop-filter:blur(18px); background:rgba(20,21,26,.9); border:1px solid rgba(222,217,230,.14); border-radius:24px; box-shadow:0 18px 45px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.06); box-sizing:border-box; display:flex; flex-wrap:nowrap; gap:10px; justify-content:flex-start; margin-bottom:34px; max-width:100%; overflow-x:auto; padding:12px !important; scrollbar-width:none; }
.gallery-page .gallery-filter-wrap::-webkit-scrollbar { display:none; }
.gallery-page .gallery-filter { flex:0 0 auto; }
.gallery-page .gallery-slider-track { gap:28px 24px !important; padding:2px !important; }
.gallery-page .gallery-slide { background:#17181d !important; border:1px solid rgba(222,217,230,.14) !important; border-radius:22px !important; box-shadow:0 24px 58px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05) !important; overflow:hidden; }
.gallery-page .gallery-slide-caption { box-sizing:border-box; min-height:118px; padding:22px 24px 25px !important; }
.gallery-page .gallery-slide-caption h3 { color:#f8f6fa !important; font-size:20px; line-height:1.28; margin-bottom:8px; }
.gallery-page .gallery-slide-caption :is(p,small) { color:rgba(234,231,239,.68) !important; }
@media only screen and (max-width:767px) {
	.gallery-page .gallery-container { padding-left:16px !important; padding-right:16px !important; }
	.gallery-page .gallery-filter-wrap { border-radius:18px; margin-bottom:24px; padding:10px !important; }
	.gallery-page .gallery-slider-track { gap:20px !important; }
	.gallery-page .gallery-slide { border-radius:18px !important; }
	.gallery-page .gallery-slide-caption { min-height:104px; padding:18px 19px 20px !important; }
}

/* Case studies: visual-first portfolio entry and shorter evidence imagery. */
.case-film-area {
	background:linear-gradient(145deg,#f9f8f5,#f1eff3) !important;
	color:#17181c;
}
.case-film-grid { align-items:center; display:grid; gap:clamp(34px,6vw,76px); grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr); }
.case-film-copy { max-width:480px; }
.case-film-copy h2 { color:#17181c !important; font-size:clamp(34px,4.4vw,62px); line-height:1.04; margin:12px 0 18px; }
.case-film-copy p { color:#555b66 !important; font-size:17px; line-height:1.7; }
.case-film-frame { aspect-ratio:16/9; min-height:0; }
.case-film-frame video { height:100%; object-fit:cover; }
.case-proof-strip > div > i,
.case-method-grid li > i { align-items:center; background:rgba(111,88,127,.16); border:1px solid rgba(222,217,230,.16); border-radius:14px; color:#d9d2e0; display:inline-flex; font-size:19px; height:44px; justify-content:center; margin-bottom:20px; width:44px; }
.case-method-grid li > span { margin-bottom:16px; }
.case-method-grid li > i { display:flex; }
.case-study-row { align-items:center !important; grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr); }
.case-study-image { align-self:center; height:clamp(360px,40vw,520px) !important; min-height:0 !important; }
.case-study-image img { height:100%; object-fit:cover; }
.case-study-content { padding:clamp(30px,4vw,54px) !important; }
.case-study-content > h2 { font-size:clamp(29px,3vw,44px); margin-bottom:24px; }
.case-narrative { padding-top:18px; }
.case-narrative p { line-height:1.62; }
@media only screen and (max-width:991px) {
	.case-film-grid { grid-template-columns:1fr; }
	.case-film-copy { max-width:700px; }
	.case-study-row { grid-template-columns:1fr; }
	.case-study-image { height:clamp(300px,62vw,470px) !important; }
}
@media only screen and (max-width:575px) {
	.case-film-frame { border-radius:18px; }
	.case-study-image { height:280px !important; }
	.case-study-content { padding:26px 21px 30px !important; }
}

/* Corporate color lock: obsidian, ivory, burgundy, muted violet, pearl. */
.about-band .section-kicker,
.services-area .section-kicker,
.gallery-preview .section-kicker,
.industries-preview .section-kicker,
.case-film-area .section-kicker { color:#681b37 !important; }

.selected-work-area .section-kicker,
.portfolio-film-area .section-kicker,
.process-area .section-kicker,
.trust-area .section-kicker,
.contact-area-j4y .section-kicker,
.case-trust-intro .section-kicker,
.case-method-area .section-kicker,
.case-study-page .section-kicker { color:#c9bfce !important; }

.btn-primary-j4y,
.site-navbar .nav-cta,
.gallery-filter.active,
.gallery-filter:hover,
.case-outcome {
	background:linear-gradient(135deg,#762342,#54172f) !important;
	border-color:rgba(214,203,218,.28) !important;
	box-shadow:0 16px 38px rgba(49,8,25,.28),inset 0 1px 0 rgba(255,255,255,.14) !important;
}

.btn-primary-j4y,
.site-navbar .nav-cta,
.gallery-filter.active,
.gallery-filter:hover,
.case-outcome,
.case-outcome span { color:#fff !important; }

.text-link:hover,
.service-body .text-link:hover { color:#762342 !important; }

.case-proof-strip,
.case-study-row,
.case-outcome,
.case-method-grid li { border-color:rgba(177,157,185,.2) !important; }

.case-method-grid li > span,
.case-deliverable-list .tick-icon { color:#b9a9c0 !important; }

.gallery-page .gallery-filter {
	background:rgba(255,255,255,.025) !important;
	border-color:rgba(214,207,222,.16) !important;
	color:rgba(242,239,245,.82) !important;
}

.gallery-page .gallery-filter.active,
.gallery-page .gallery-filter:hover {
	background:linear-gradient(135deg,#762342,#54172f) !important;
	border-color:rgba(225,217,229,.32) !important;
	color:#fff !important;
}

.case-study-content { align-items:start; display:grid; gap:0 24px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.case-study-content > .section-kicker,
.case-study-content > .case-client,
.case-study-content > h2,
.case-study-content > .case-deliverables,
.case-study-content > .case-outcome { grid-column:1/-1; }
.case-narrative h3,
.case-deliverables h3,
.case-outcome span { align-items:center; display:flex; gap:9px; }
.case-narrative h3 i,
.case-deliverables h3 i,
.case-outcome span i { color:#b9a9c0; font-size:14px; }
.case-narrative { margin-top:0; }
@media only screen and (max-width:575px) {
	.case-study-content { display:block; }
}

.case-study-content details { border-top:1px solid rgba(222,217,230,.13); padding:0; }
.case-study-content details summary { align-items:center; color:#f4f1f6; cursor:pointer; display:flex; gap:10px; list-style:none; padding:18px 0; }
.case-study-content details summary::-webkit-details-marker { display:none; }
.case-study-content details summary > i:first-child { color:#b9a9c0; width:18px; }
.case-study-content details summary > i:last-child { color:rgba(235,231,239,.62); margin-left:auto; transition:transform .25s ease; }
.case-study-content details[open] summary > i:last-child { transform:rotate(180deg); }
.case-study-content details summary strong { color:#f4f1f6; font-family:inherit; font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.case-study-content details > p { margin:0 0 18px; }
.case-study-content .case-deliverables { margin-top:12px; padding-top:0; }

/* COLOR-ROOT-FIX-EOF: opaque surfaces; never combine a removed image with transparent background. */
.about-band,
.services-area,
.gallery-preview,
.industries-preview,
.case-film-area {
	background:#f5f3ef !important;
	background-image:none !important;
	color:#17181c !important;
}

.selected-work-area,
.portfolio-film-area,
.process-area,
.trust-area,
.contact-area-j4y,
.logo-wall,
.stats-band,
.why-area,
.case-preview,
.faq-area,
.case-trust-intro,
.case-method-area,
.case-study-page {
	background:#0c0d10 !important;
	background-image:none !important;
	color:#f7f5f8 !important;
}

.services-area .service-tile,
.industries-preview .industry-grid article {
	background:#fff !important;
	border-color:rgba(89,69,100,.15) !important;
}

.selected-work-area .selected-work-card,
.process-area .process-step,
.why-area .why-grid > *,
.case-preview .case-card,
.faq-area .faq-card,
.case-proof-strip > div,
.case-method-grid li {
	background:#17181d !important;
	border-color:rgba(214,207,222,.14) !important;
}

.why-area .section-kicker,
.case-preview .section-kicker,
.faq-area .section-kicker,
.case-trust-intro .section-kicker,
.case-method-area .section-kicker,
.case-study-page .section-kicker { color:#c9bfce !important; }

.why-area :is(h2,h3),
.case-preview :is(h2,h3),
.faq-area :is(h2,h3),
.case-trust-intro :is(h2,h3,strong),
.case-method-area :is(h2,h3,strong),
.case-study-page :is(h2,h3,strong) { color:#f8f7fb !important; }

.why-area p,
.case-preview p,
.faq-area p,
.case-trust-intro p,
.case-method-area p,
.case-study-page p { color:rgba(238,237,245,.74) !important; }

.stats-band strong { color:#f8f7fb !important; }
.stats-band span { color:rgba(232,228,237,.68) !important; }
.logo-wall-inner { background:#15161a !important; border-color:rgba(214,207,222,.16) !important; }
.logo-wall-inner > span { color:#f4f1f6 !important; }

/* About composition: visible, compact and editorial rather than effect-heavy. */
.about-band {
	background:
		radial-gradient(circle at 8% 16%,rgba(104,27,55,.09),transparent 28%),
		radial-gradient(circle at 92% 84%,rgba(111,88,127,.1),transparent 30%),
		linear-gradient(120deg,#f1eee9 0%,#faf9f6 48%,#f3f0f4 100%) !important;
}

.about-band .row { position:relative; }

.about-band .col-lg-6:last-child {
	background:rgba(255,255,255,.76);
	border:1px solid rgba(104,27,55,.12);
	border-radius:26px;
	box-shadow:0 30px 75px rgba(34,29,39,.11),inset 0 1px 0 rgba(255,255,255,.9);
	box-sizing:border-box;
	padding:clamp(30px,4.2vw,58px) !important;
}

.about-band .section-kicker {
	background:rgba(104,27,55,.07) !important;
	border:1px solid rgba(104,27,55,.18) !important;
	border-radius:999px;
	color:#681b37 !important;
	display:inline-flex;
	padding:8px 13px;
}

.about-band h2 {
	color:#17181c !important;
	font-size:clamp(36px,4.6vw,64px);
	line-height:1.02;
	margin:18px 0 20px;
}

.about-band p { color:#535864 !important; font-size:17px; line-height:1.72; }

.about-editorial-image-luxury,
.about-editorial-image-luxury:hover {
	background:#111318 !important;
	border:1px solid rgba(104,27,55,.28) !important;
	border-radius:26px !important;
	box-shadow:0 32px 78px rgba(22,20,28,.22),0 0 0 5px rgba(255,255,255,.72),0 0 0 6px rgba(111,88,127,.14) !important;
	overflow:hidden !important;
}

.about-editorial-image-luxury img { border-radius:25px !important; }

@media only screen and (max-width:991px) {
	.about-band .col-lg-6:last-child { margin-top:34px; }
}

@media only screen and (max-width:575px) {
	.about-band .col-lg-6:last-child { border-radius:20px; padding:27px 22px 30px !important; }
	.about-band h2 { font-size:clamp(34px,10vw,46px); }
	.about-editorial-image-luxury { border-radius:20px !important; }
}

/* Service CTA: clean full-width action with one restrained luxury interaction. */
.services-area .service-body .service-cta {
	align-items:center;
	background:linear-gradient(145deg,rgba(104,27,55,.065),rgba(111,88,127,.045));
	border:1px solid rgba(104,27,55,.16);
	border-radius:15px;
	box-shadow:0 12px 28px rgba(39,28,44,.07),inset 0 1px 0 rgba(255,255,255,.78);
	box-sizing:border-box;
	color:#5d1933 !important;
	display:flex;
	font-size:12px;
	font-weight:900;
	gap:12px;
	justify-content:space-between;
	letter-spacing:.055em;
	line-height:1.25;
	margin-top:auto;
	min-height:50px;
	overflow:hidden;
	padding:10px 10px 10px 17px !important;
	position:relative;
	text-transform:uppercase;
	transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,transform .3s ease;
	width:100%;
}

.services-area .service-body .service-cta:before {
	background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.24) 48%,transparent 68%);
	content:"";
	inset:0;
	pointer-events:none;
	position:absolute;
	transform:translateX(-120%);
	transition:transform .75s ease;
}

.services-area .service-body .service-cta i {
	align-items:center;
	background:#681b37;
	border-radius:11px;
	color:#fff;
	display:inline-flex;
	flex:0 0 30px;
	font-size:12px !important;
	height:30px;
	justify-content:center;
	margin:0 !important;
	transition:background .3s ease,transform .3s ease;
	width:30px;
}

.services-area .service-body .service-cta:hover,
.services-area .service-body .service-cta:focus {
	background:linear-gradient(135deg,#681b37,#4f172e);
	border-color:rgba(104,27,55,.5);
	box-shadow:0 18px 38px rgba(63,14,34,.2),inset 0 1px 0 rgba(255,255,255,.16);
	color:#fff !important;
	transform:translateY(-2px);
}

.services-area .service-body .service-cta:hover:before,
.services-area .service-body .service-cta:focus:before { transform:translateX(120%); }
.services-area .service-body .service-cta:hover i,
.services-area .service-body .service-cta:focus i { background:rgba(255,255,255,.14); transform:translateX(2px); }

@media only screen and (max-width:575px) {
	.services-area .service-body .service-cta { min-height:48px; padding:9px 9px 9px 15px !important; }
}

/* Scroll signature: controlled orange and burgundy pigment shards. */
.j4y-color-pour {
	inset:0;
	opacity:.18;
	overflow:hidden;
	pointer-events:none;
	position:fixed;
	transition:opacity .45s ease;
	z-index:1500;
}

.j4y-color-pour.is-pouring { opacity:.72; }

.j4y-color-pour:before,
.j4y-color-pour:after {
	border-radius:50%;
	content:"";
	filter:blur(24px);
	height:clamp(140px,18vw,300px);
	opacity:.12;
	position:absolute;
	width:clamp(140px,18vw,300px);
}

.j4y-color-pour:before { background:radial-gradient(circle,rgba(255,106,0,.48),transparent 68%); left:-9%; top:18%; }
.j4y-color-pour:after { background:radial-gradient(circle,rgba(104,27,55,.62),transparent 68%); bottom:8%; right:-8%; }

.j4y-color-pour i {
	background:linear-gradient(155deg,rgba(255,106,0,.58),rgba(104,27,55,.2) 58%,transparent 100%);
	clip-path:polygon(50% 0,100% 32%,76% 100%,14% 78%,0 24%);
	filter:blur(.2px) drop-shadow(0 10px 24px rgba(80,17,38,.15));
	height:clamp(70px,9vw,150px);
	left:3%;
	position:absolute;
	top:0;
	transform-origin:50% 20%;
	width:clamp(18px,2.4vw,42px);
	will-change:transform;
}

.j4y-color-pour i:nth-child(2) { background:linear-gradient(155deg,rgba(104,27,55,.58),rgba(255,106,0,.24)); left:14%; }
.j4y-color-pour i:nth-child(3) { height:clamp(90px,12vw,190px); left:29%; opacity:.52; width:clamp(14px,1.8vw,30px); }
.j4y-color-pour i:nth-child(4) { background:linear-gradient(165deg,rgba(104,27,55,.7),transparent); left:43%; opacity:.44; }
.j4y-color-pour i:nth-child(5) { left:61%; opacity:.5; }
.j4y-color-pour i:nth-child(6) { background:linear-gradient(155deg,rgba(104,27,55,.64),rgba(255,106,0,.18)); left:74%; }
.j4y-color-pour i:nth-child(7) { height:clamp(85px,11vw,180px); left:88%; opacity:.48; width:clamp(14px,1.7vw,28px); }
.j4y-color-pour i:nth-child(8) { background:linear-gradient(145deg,rgba(255,106,0,.5),transparent); left:96%; opacity:.38; }

@media only screen and (max-width:767px) {
	.j4y-color-pour { opacity:.1; }
	.j4y-color-pour.is-pouring { opacity:.34; }
	.j4y-color-pour i:nth-child(n+6) { display:none; }
}

@media (prefers-reduced-motion:reduce) {
	.j4y-color-pour { display:none !important; }
}

/* Keep WhatsApp visibly separate from the standard social controls. */
.floating-socials .social-floating-whatsapp,
.floating-socials .social-floating-whatsapp:hover,
.floating-socials .social-floating-whatsapp:focus {
	background:#25d366 !important;
	border-color:#64eb95 !important;
	color:#07180d !important;
	animation:j4y-whatsapp-pulse 1.8s ease-in-out infinite;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.floating-socials {
		display:flex !important;
		position:fixed;
		right:18px;
		top:50%;
		bottom:auto;
		transform:translateY(-50%);
		flex-direction:column;
		gap:8px;
		padding:9px;
		border:1px solid rgba(255,138,0,.2);
		border-radius:999px;
		background:rgba(12,12,15,.82);
		backdrop-filter:blur(20px) saturate(1.25);
		box-shadow:0 24px 70px rgba(0,0,0,.42);
		z-index:1200;
	}
	.floating-socials a,
	.floating-socials .social-floating-whatsapp { display:inline-flex !important; width:42px; height:42px; font-size:17px; }
}

@media only screen and (max-width:767px) {
	body { padding-bottom:calc(82px + env(safe-area-inset-bottom)); }

	.floating-socials {
		display:flex !important;
		position:fixed;
		align-items:center;
		justify-content:center;
		flex-direction:row;
		gap:5px;
		left:50%;
		right:auto;
		top:auto;
		bottom:calc(10px + env(safe-area-inset-bottom));
		width:max-content;
		padding:7px 9px;
		transform:translateX(-50%);
		border:1px solid rgba(255,138,0,.25);
		border-radius:999px;
		background:linear-gradient(145deg,rgba(25,24,30,.94),rgba(10,10,13,.96));
		backdrop-filter:blur(24px) saturate(1.3);
		box-shadow:0 20px 58px rgba(0,0,0,.5),0 0 28px rgba(126,42,184,.12),inset 0 1px rgba(255,255,255,.06);
		z-index:4000;
	}

	.floating-socials a,
	.floating-socials .social-floating-whatsapp {
		display:inline-flex !important;
		width:40px;
		height:40px;
		font-size:16px;
		border-radius:50%;
		background:transparent !important;
		border-color:transparent !important;
		box-shadow:none !important;
		animation:none;
	}

	.floating-socials .social-floating-whatsapp,
	.floating-socials .social-floating-whatsapp:hover,
	.floating-socials .social-floating-whatsapp:focus {
		width:44px;
		height:44px;
		background:linear-gradient(145deg,#2bd66d,#1daf56) !important;
		border:1px solid rgba(125,244,169,.72) !important;
		box-shadow:0 8px 24px rgba(37,211,102,.28) !important;
		color:#07180d !important;
	}

	.j4y-music-player {
		bottom:calc(79px + env(safe-area-inset-bottom));
		left:12px;
	}
}

@media (prefers-reduced-motion:reduce) {
	.floating-socials .social-floating-whatsapp { animation:none; }
}
