/* ============================================================
 * exa-aboutus.css — V3 About Us standalone
 *
 * Theme:    solid #030303 background, self-hosted Montserrat
 *           ('Montserrat-Regular' / 'Montserrat-Bold' declared in
 *            css/style.css @font-face — DO NOT use Google Fonts)
 * Layout:   800px "middle-grid" container, left-aligned by default
 * Excpts:   Hero §2, Slogan in §5, Creators band §10, Brands band §6,
 *           Gameography band §14 are CENTER-aligned per directive §2
 * Scope:    every rule lives under .exa-aboutus to prevent theme bleed
 *
 * V2 ("Company Profile") uses .cp-* — DO NOT mix.
 * ============================================================ */

.exa-aboutus {
	--exa-au-bg:            #030303;
	--exa-au-fg:            #ffffff;
	--exa-au-fg-soft:       rgba(255, 255, 255, 0.78);
	--exa-au-fg-mute:       rgba(255, 255, 255, 0.55);
	--exa-au-fg-faint:      rgba(255, 255, 255, 0.40);
	--exa-au-line:          rgba(255, 255, 255, 0.10);
	--exa-au-line-strong:   rgba(255, 255, 255, 0.22);
	--exa-au-accent:        #e60000;
	--exa-au-accent-soft:   rgba(230, 0, 0, 0.85);
	--exa-au-card:          #0d0d0d;
	--exa-au-card-2:        #141414;
	--exa-au-flow-gap:      clamp(20px, 2.4vw, 28px);
	--exa-au-easing:        cubic-bezier(0.4, 0, 0.2, 1);
	--exa-au-container-w:   800px;
	--exa-au-section-py:    96px;
	--exa-au-section-py-sm: 56px;
	--exa-au-logo-slot-w:   clamp(132px, 13.5vw, 220px);
	--exa-au-logo-slot-h:   clamp(52px, 4.4vw, 68px);
	--exa-au-logo-slot-pad: clamp(10px, 1vw, 14px);
	--exa-au-font-body:     'Montserrat-Regular', Helvetica, Arial, sans-serif;
	--exa-au-font-bold:     'Montserrat-Bold', Helvetica, Arial, sans-serif;

	background: var(--exa-au-bg);
	color: var(--exa-au-fg);
	font-family: var(--exa-au-font-body);
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: visible;
	overflow-y: visible;
	height: auto;
	max-height: none;
	min-height: 0;
}

main.exa-aboutus {
	overflow-y: visible !important;
	height: auto !important;
	max-height: none !important;
}

.exa-aboutus *,
.exa-aboutus *::before,
.exa-aboutus *::after { box-sizing: border-box; }

.exa-aboutus img,
.exa-aboutus video,
.exa-aboutus audio { display: block; max-width: 100%; }

.exa-aboutus a { color: inherit; text-decoration: none; }

.exa-aboutus button {
	font-family: inherit;
	color: inherit;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

/* ── Middle-grid container (left-aligned by default) ── */
.exa-aboutus__container {
	max-width: var(--exa-au-container-w);
	margin: 0 auto;
	padding: 0 24px;
	text-align: left;
}
.exa-aboutus__container--center {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.exa-aboutus__container--center > * { text-align: center; }

/* ============================================================
 * Scroll Scrub Reveal (parity with /en/about-products/)
 * Base state is animated by JS via [data-exa-section-reveal].
 * ============================================================ */
.exa-section-reveal {
	opacity: 0;
	transform: translateY(6rem);
	will-change: opacity, transform;
}

/* Hero, band, and timeline sections use opacity-only scrub for stability. */
.exa-aboutus__hero.exa-section-reveal,
.exa-aboutus__band.exa-section-reveal,
.exa-aboutus__timeline.exa-section-reveal {
	transform: none;
	will-change: opacity;
}

/* ── Reusable typography ── */
.exa-aboutus__title {
	font-family: var(--exa-au-font-bold);
	font-style: normal;
	font-weight: 700;
	font-size: clamp(1.75rem, 3.5vw + 0.5rem, 2.75rem);
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #fff;
	margin: 0 0 20px;
}
.exa-aboutus__title-line {
	display: block;
}
.exa-aboutus__title-line + .exa-aboutus__title-line {
	margin-top: 0.08em;
}
.exa-aboutus__desc {
	font-family: var(--exa-au-font-body);
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--exa-au-fg-soft);
	margin: 0 0 16px;
}
.exa-aboutus__desc--support {
	font-size: 0.98rem;
	line-height: 1.65;
	color: #6f6f6f;
	margin-bottom: 0;
}
.exa-aboutus__subtitle {
	font-family: var(--exa-au-font-body);
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--exa-au-accent);
	margin: 0 0 24px;
}
.exa-aboutus__rich {
	color: var(--exa-au-fg-soft);
}
.exa-aboutus__rich p,
.exa-aboutus__rich ul,
.exa-aboutus__rich ol,
.exa-aboutus__rich blockquote {
	margin: 0 0 1em;
	color: inherit;
	line-height: 1.8;
}
.exa-aboutus__rich p:last-child,
.exa-aboutus__rich ul:last-child,
.exa-aboutus__rich ol:last-child,
.exa-aboutus__rich blockquote:last-child {
	margin-bottom: 0;
}
.exa-aboutus__rich ul,
.exa-aboutus__rich ol {
	padding-left: 1.4em;
}
.exa-aboutus__rich li + li {
	margin-top: 0.3em;
}
.exa-aboutus__rich a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}
.exa-aboutus__rich strong {
	color: #fff;
	font-family: var(--exa-au-font-bold);
	font-weight: 700;
}
.exa-aboutus__rich--desc {
	font-family: var(--exa-au-font-body);
	font-size: 1.0625rem;
	line-height: 1.75;
	margin: 0 0 16px;
}
.exa-aboutus__rich--desc-support {
	font-family: var(--exa-au-font-body);
	font-size: 0.98rem;
	line-height: 1.65;
	color: #6f6f6f;
	margin-bottom: 0;
}
.exa-aboutus__rich--hero {
	font-family: var(--exa-au-font-body);
	font-size: clamp(0.95rem, 1.4vw, 1.125rem);
	line-height: 1.6;
	max-width: 640px;
	margin: 0 auto;
}
.exa-aboutus__rich--band {
	font-family: var(--exa-au-font-body);
	font-size: clamp(0.95rem, 1.4vw, 1.125rem);
	line-height: 1.7;
	max-width: 720px;
	margin: 0 auto;
}

/* Per-word title accent (wrap words in <span class="exa-aboutus__word--red">…</span>)
 * Specificity uses the compound parent.word selector so base `.exa-aboutus__hero-title { color:#fff }`
 * never wins over the modifier via source-order. */
.exa-aboutus__word--red { color: var(--exa-au-accent); }
.exa-aboutus__word--white { color: #fff; }
.exa-aboutus__hero-title .exa-aboutus__word--red,
.exa-aboutus__band-title .exa-aboutus__word--red,
.exa-aboutus__title .exa-aboutus__word--red { color: var(--exa-au-accent); }

/* ============================================================
 * §2  Hero (full-bleed, center-aligned)
 * ============================================================ */
.exa-aboutus__hero {
	position: relative;
	--exa-au-hero-overlay: 0.55; /* ACF-driven darkening alpha (0–1) */
	--exa-au-hero-bleed: 60%;
	min-height: clamp(420px, 62vh, 700px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	padding: clamp(60px, 8vw, 100px) 24px;
}
.exa-aboutus__hero-bg {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center var(--exa-au-hero-bleed);
	z-index: 0;
}
.exa-aboutus__hero-bg--video { background: none; }
.exa-aboutus__hero-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center var(--exa-au-hero-bleed);
	pointer-events: none;
}
.exa-aboutus__hero-overlay {
	position: absolute; inset: 0;
	background: rgba(3, 3, 3, var(--exa-au-hero-overlay));
	z-index: 1;
}
.exa-aboutus__hero-inner {
	position: relative;
	z-index: 3;
	max-width: min(96vw, 1240px);
	margin: 0 auto;
}
.exa-aboutus__hero-kicker {
	font-family: var(--exa-au-font-body);
	font-style: normal;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--exa-au-accent);
	margin: 0 0 14px;
}
.exa-aboutus__hero-title {
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: clamp(2.25rem, 4.5vw + 0.75rem, 4.5rem);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #fff;
	margin: 0 0 16px;
}
.exa-aboutus__hero-title--single-row {
	white-space: nowrap;
	text-wrap: nowrap;
	max-width: none;
	width: max-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
@media (max-width: 40em) {
	.exa-aboutus__hero-title--single-row {
		white-space: normal;
		text-wrap: balance;
		width: auto;
		left: 0;
		transform: none;
	}
}
.exa-aboutus__hero-desc {
	font-family: var(--exa-au-font-body);
	font-size: clamp(0.95rem, 1.4vw, 1.125rem);
	line-height: 1.6;
	color: var(--exa-au-fg-soft);
	max-width: 640px;
	margin: 0 auto;
}
.exa-aboutus__hero-transition {
	height: clamp(54px, 10vw, 118px);
	margin-top: calc(clamp(54px, 10vw, 118px) * -1);
	background: linear-gradient(180deg, rgba(3,3,3,0) 0%, rgba(3,3,3,0.72) 45%, rgba(3,3,3,0.92) 72%, var(--exa-au-bg) 100%);
	position: relative;
	z-index: 4;
	pointer-events: none;
}

/* ============================================================
 * §3  Mission narrative (800px middle-grid, left-aligned)
 * Tight spacing per V2.0 directive
 * ============================================================ */
.exa-aboutus__mission { padding: var(--exa-au-flow-gap) 0 0; }

/* ============================================================
 * §4  Featured Releases Carousel (About Products slider parity)
 * ============================================================ */
.exa-aboutus__carousel {
	position: relative;
	padding: 0.5rem 0 1rem;
	background: var(--exa-au-bg);
}
.exa-aboutus__carousel-header {
	max-width: var(--exa-au-container-w);
	margin: 0 auto 1.25rem;
	padding: 0 24px;
}
.exa-aboutus__carousel-title {
	font-family: var(--exa-au-font-bold);
	font-style: normal;
	font-size: clamp(0.95rem, 2.2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #fff;
	margin: 0;
}
.exa-aboutus__carousel .exa-slider {
	position: relative;
	max-width: 80rem;
	margin: 0 auto;
	overflow: hidden;
	touch-action: pan-y;
	-webkit-user-select: none;
	user-select: none;
}
.exa-aboutus__carousel .exa-slider__track {
	display: flex;
	gap: 1.5rem;
	will-change: transform;
}
.exa-aboutus__carousel .exa-slider__slide {
	flex: 0 0 55%;
	aspect-ratio: 16 / 9;
	position: relative;
	border-radius: 0.75rem;
	overflow: hidden;
	background: #111;
	opacity: 0.5;
	transform: scale(0.92);
	transition: opacity 0.6s var(--exa-au-easing), transform 0.6s var(--exa-au-easing);
}
.exa-aboutus__carousel .exa-slider__slide--active {
	opacity: 1;
	transform: scale(1.05);
}
.exa-aboutus__carousel .exa-slider__media-frame {
	position: relative;
	width: 100%;
	height: 100%;
}
.exa-aboutus__carousel .exa-slider__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	background: #000;
}
.exa-aboutus__carousel .exa-slider__media--image {
	object-fit: contain;
	object-position: center;
	background: #000;
}
.exa-aboutus__carousel .exa-slider__media--video {
	object-fit: cover;
}
.exa-aboutus__carousel .exa-slider__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0;
	padding: clamp(1rem, 1.6vw, 1.35rem) clamp(1rem, 1.8vw, 1.5rem);
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: clamp(1rem, 1.3vw + 0.45rem, 1.45rem);
	font-weight: 600;
	line-height: 1.28;
	text-align: left;
	color: #fff;
	z-index: 2;
	background: linear-gradient(0deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.66) 46%, rgba(0,0,0,0) 100%);
	text-shadow: 0 2px 6px rgba(0,0,0,0.7);
	pointer-events: none;
}
.exa-aboutus__carousel .exa-aboutus__carousel-chev,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	width: 48px;
	height: 80px;
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 2rem;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
	line-height: 1;
	cursor: pointer;
	transition: all 150ms ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	pointer-events: auto;
}
.exa-aboutus__carousel .exa-aboutus__carousel-chev--prev,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev--prev {
	left: 0;
	border-left: none;
	border-radius: 0 4px 4px 0;
}
.exa-aboutus__carousel .exa-aboutus__carousel-chev--next,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev--next {
	right: 0;
	border-right: none;
	border-radius: 4px 0 0 4px;
}
.exa-aboutus__carousel .exa-aboutus__carousel-chev-icon,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev svg {
	display: none;
}
.exa-aboutus__carousel .exa-aboutus__carousel-chev--prev::before,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev--prev::before {
	content: '\2039';
}
.exa-aboutus__carousel .exa-aboutus__carousel-chev--next::before,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev--next::before {
	content: '\203A';
}
.exa-aboutus__carousel .exa-aboutus__carousel-chev:hover,
.exa-aboutus__carousel .exa-aboutus__carousel-chev:focus-visible,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev:hover,
.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev:focus-visible {
	background: #e61e25;
	border-color: #e61e25;
	outline: none;
}
.exa-aboutus__carousel .exa-slider.exa-slider--intro-left-peek .exa-slider__slide--active {
	transform: scale(1);
}
.exa-aboutus__carousel .exa-slider__dock {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	padding: 1.25rem 1.25rem 0;
}
.exa-aboutus__carousel .exa-slider__dock-play {
	flex: 0 0 auto;
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.14);
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}
.exa-aboutus__carousel .exa-slider__dock-play:hover {
	background: rgba(255,255,255,0.22);
}
.exa-aboutus__carousel .exa-slider__dock-play svg {
	width: 12px;
	height: 12px;
}
.exa-aboutus__carousel .exa-slider__well {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255,255,255,0.14);
	border: none;
	border-radius: 100px;
	height: 36px;
	padding: 0 16px;
}
.exa-aboutus__carousel .exa-slider__pip {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	border: none;
	outline: none;
	padding: 0;
	background: rgba(255,255,255,0.35);
	cursor: pointer;
	overflow: hidden;
	flex: 0 0 auto;
	transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
}
.exa-aboutus__carousel .exa-slider__pip--active-img {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #fff;
}
.exa-aboutus__carousel .exa-slider__pip--active-vid {
	width: 38px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255,255,255,0.25);
}
.exa-aboutus__carousel .exa-slider__pip-fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	border-radius: inherit;
	pointer-events: none;
}
.exa-aboutus__carousel .exa-slider__inline-nav {
	display: none;
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
	.exa-aboutus__carousel .exa-slider__slide {
		cursor: grab;
	}
	.exa-aboutus__carousel .exa-slider.exa-slider--dragging .exa-slider__slide {
		cursor: grabbing;
	}
	.exa-aboutus__carousel .exa-slider__media {
		-webkit-user-drag: none;
		user-drag: none;
	}
}

@media (max-width: 1024px) {
	.exa-aboutus__carousel .exa-aboutus__carousel-chev { display: none; }
	.exa-aboutus__carousel .exa-slider__slide { flex: 0 0 70%; }
	.exa-aboutus__timeline-viewport .exa-aboutus__carousel-chev {
		width: 40px;
		height: 64px;
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	.exa-aboutus__carousel .exa-slider__slide { flex: 0 0 85%; }
}
@media (max-width: 480px) and (orientation: portrait) {
	.exa-aboutus__carousel .exa-slider__inline-nav {
		display: inline-flex;
		position: absolute;
		top: 0;
		bottom: calc(36px + 1.25rem);
		align-items: center;
		justify-content: center;
		width: 2.9rem;
		padding: 0 0.4rem;
		border: 0;
		background: transparent;
		color: #fff;
		cursor: pointer;
		z-index: 4;
		pointer-events: auto;
		touch-action: manipulation;
		transition: opacity 0.18s ease, color 0.18s ease;
	}
	.exa-aboutus__carousel .exa-slider__inline-nav:hover,
	.exa-aboutus__carousel .exa-slider__inline-nav:focus-visible {
		outline: none;
		color: #fff;
	}
	.exa-aboutus__carousel .exa-slider__inline-nav--prev {
		left: 0;
		padding-left: 0.36rem;
		justify-content: flex-start;
	}
	.exa-aboutus__carousel .exa-slider__inline-nav--next {
		right: 0;
		padding-right: 0.36rem;
		justify-content: flex-end;
	}
	.exa-aboutus__carousel .exa-slider__inline-nav-icon {
		display: block;
		width: 0.88rem;
		height: 0.88rem;
	}
}

/* ============================================================
 * Responsive Title Scaling — no cutoff, wraps when needed
 * ============================================================ */
.exa-aboutus__title,
.exa-aboutus__title--single-row {
	font-size: clamp(0.95rem, 2.2vw, 1.5rem);
	line-height: 1.25;
}
.exa-aboutus__hero-title,
.exa-aboutus__hero-title--single-row {
	font-size: clamp(2.25rem, 4.5vw + 0.75rem, 4.5rem);
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.exa-aboutus__band-title,
.exa-aboutus__band-title--single-row {
	font-size: clamp(1rem, 2.8vw, 1.8rem);
	line-height: 1.2;
}
@media (max-width: 600px) {
	.exa-aboutus__title,
	.exa-aboutus__title--single-row { font-size: clamp(0.85rem, 4vw, 1.1rem); }
	.exa-aboutus__mission .exa-aboutus__title,
	.exa-aboutus__philosophy .exa-aboutus__title,
	.exa-aboutus__brands-sub .exa-aboutus__title,
	.exa-aboutus__cta-inline .exa-aboutus__title { font-size: clamp(1.12rem, 5vw, 1.35rem); }
	.exa-aboutus__hero-title,
	.exa-aboutus__hero-title--single-row { font-size: clamp(2.25rem, 4.5vw + 0.75rem, 4.5rem); }
	.exa-aboutus__carousel-title { font-size: clamp(0.85rem, 4vw, 1.1rem); }
	.exa-aboutus__band-title,
	.exa-aboutus__band-title--single-row { font-size: clamp(0.9rem, 4.5vw, 1.3rem); }
}

/* ============================================================
 * Gap Reductions (V2.0 directive) — Sections 1-3 flush/tight
 * ============================================================ */
/* Hero: preserve more visible background while keeping copy centered */
.exa-aboutus__hero { padding-bottom: clamp(48px, 7.5vw, 80px); }

/* Mission: tight internal spacing */
.exa-aboutus__mission .exa-aboutus__title,
.exa-aboutus__philosophy .exa-aboutus__title,
.exa-aboutus__brands-sub .exa-aboutus__title,
.exa-aboutus__cta-inline .exa-aboutus__title {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.exa-aboutus__mission .exa-aboutus__title,
.exa-aboutus__philosophy .exa-aboutus__title,
.exa-aboutus__brands-sub .exa-aboutus__title,
.exa-aboutus__cta-inline .exa-aboutus__title {
	font-size: clamp(1.2rem, 1rem + 1vw, 1.8rem);
	line-height: 1.2;
}
.exa-aboutus__mission .exa-aboutus__title { margin-bottom: 12px; }
.exa-aboutus__mission .exa-aboutus__rich p { margin-bottom: 0.5em; }
.exa-aboutus__mission .exa-aboutus__rich p:last-child { margin-bottom: 0; }
.exa-aboutus__mission .exa-aboutus__rich,
.exa-aboutus__philosophy .exa-aboutus__rich { margin-inline: auto; }

/* Mission → Coverflow: tight spacing */
.exa-aboutus__mission + .exa-coverflow {
	margin-top: 0;
}

/* Coverflow → Philosophy: tight spacing below carousel */
.exa-coverflow + .exa-aboutus__philosophy {
	padding-top: 0;
}

/* ============================================================
 * §5  Philosophy + slogan (800px middle-grid, slogan centered)
 * ============================================================ */
.exa-aboutus__philosophy { padding: var(--exa-au-flow-gap) 0 0; }
.exa-aboutus__slogan {
	margin-top: var(--exa-au-flow-gap);
	margin-bottom: var(--exa-au-flow-gap);
	display: flex;
	justify-content: center; /* exception: slogan centered per directive §2 */
	position: relative;
	overflow: hidden;
}
.exa-aboutus__slogan img {
	max-width: 360px;
	width: 100%;
	height: auto;
	position: relative;
}
.exa-aboutus__slogan::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(255, 255, 255, 0.08) 40%,
		rgba(255, 255, 255, 0.18) 50%,
		rgba(255, 255, 255, 0.08) 60%,
		transparent 100%
	);
	transform: skewX(-20deg);
	pointer-events: none;
	z-index: 1;
}
.exa-aboutus__slogan.is-shining::after {
	animation: slogan-shine 1.2s ease-out forwards;
}
@keyframes slogan-shine {
	0% { left: -100%; }
	100% { left: 150%; }
}

/* ── Section Spacing Rules ── */
/* Issue 3: Slogan → Gameography hero */
.exa-aboutus__slogan + .exa-aboutus__band--gameography,
.exa-aboutus__philosophy + .exa-aboutus__band--gameography {
	margin-top: clamp(8px, 1.2vw, 14px);
}

/* Issue 4: Gameography hero → Timeline (year/image) */
.exa-aboutus__band--gameography + .exa-aboutus__timeline {
	margin-top: 0;
}
.exa-aboutus__band--gameography + .exa-aboutus__timeline .exa-aboutus__timeline-nav {
	padding-top: 0;
}

/* Issue 5: Timeline → Brands hero */
.exa-aboutus__timeline + .exa-aboutus__band--brands,
.exa-aboutus__timeline-fade + .exa-aboutus__band--brands {
	margin-top: var(--exa-au-flow-gap);
}

/* Issue 6: Bands without hero image — treat as regular title with normal spacing */
.exa-aboutus__band--no-hero {
	min-height: auto;
	max-height: none;
	padding: clamp(24px, 4vh, 40px) 24px;
	background: var(--exa-au-bg);
}
.exa-aboutus__band--no-hero .exa-aboutus__band-overlay {
	display: none;
}
.exa-aboutus__band--no-hero .exa-aboutus__band-title {
	font-size: clamp(1.25rem, 2.5vw + 0.3rem, 2rem);
}

/* ============================================================
 * §6, §10, §14  Full-bleed band with bg image (center-aligned)
 * Compact height V2.0
 * ============================================================ */
.exa-aboutus__band {
	position: relative;
	min-height: 220px;
	max-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 48px 24px;
	text-align: center;
}
.exa-aboutus__band-bg {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.exa-aboutus__band-media {
	--exa-band-parallax-overscan: 40px;
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #000;
}
.exa-aboutus__band-media-poster,
.exa-aboutus__band-media-asset {
	position: absolute;
	left: 0;
	width: 100%;
	top: calc(var(--exa-band-parallax-overscan, 40px) * -1);
	height: calc(100% + (var(--exa-band-parallax-overscan, 40px) * 2));
	display: block;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}
.exa-aboutus__band-media-poster {
	top: 0;
	z-index: 0;
	height: 100%;
}
.exa-aboutus__band-media-asset {
	z-index: 1;
	transform: translate3d(0, var(--exa-band-parallax-offset, 0px), 0);
	will-change: transform;
}
.exa-aboutus__band-media--video.has-poster .exa-aboutus__band-media-asset {
	opacity: 0;
	transition: opacity 220ms var(--exa-au-easing);
}
.exa-aboutus__band-media--video.is-video-ready .exa-aboutus__band-media-asset {
	opacity: 1;
}
.exa-aboutus__band-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(3,3,3,0.55) 0%, rgba(3,3,3,0.78) 100%);
	z-index: 1;
}
.exa-aboutus__band--gameography .exa-aboutus__band-overlay,
.exa-aboutus__band--brands .exa-aboutus__band-overlay {
	background: linear-gradient(180deg, rgba(3, 3, 3, 0.16) 0%, rgba(3, 3, 3, 0.4) 34%, rgba(3, 3, 3, 0.82) 72%, #030303 100%);
}
.exa-aboutus__band--creators .exa-aboutus__band-overlay {
	background: linear-gradient(to bottom, transparent 0%, #000 100%);
}
.exa-aboutus__band-inner {
	position: relative;
	z-index: 2;
	max-width: 960px;
	margin: 0 auto;
}
.exa-aboutus__band-kicker {
	font-family: var(--exa-au-font-body);
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--exa-au-accent);
	margin: 0 0 16px;
}
.exa-aboutus__band-title {
	font-family: var(--exa-au-font-bold);
	font-style: normal;
	font-size: clamp(1.75rem, 3.5vw + 0.5rem, 2.75rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #fff;
	margin: 0 0 14px;
}
.exa-aboutus__band-title--giant {
	font-size: clamp(1.75rem, 3.5vw + 0.5rem, 2.75rem);
	font-style: normal;
	opacity: 1;
}
.exa-aboutus__band-desc {
	font-family: var(--exa-au-font-body);
	font-size: clamp(0.95rem, 1.4vw, 1.125rem);
	line-height: 1.7;
	color: var(--exa-au-fg-soft);
	max-width: 720px;
	margin: 0 auto;
}

/* ============================================================
 * Partners Sub-heading (FLUSH with marquee below)
 * ============================================================ */
.exa-aboutus__brands-sub--flush {
	padding-bottom: 0;
}
.exa-aboutus__brands-sub--flush + .exa-aboutus__partners-cta {
	padding-top: 0;
}

/* ============================================================
 * Partners + CTA Merged Section (V2.0 consolidation)
 * ============================================================ */
.exa-aboutus__partners-cta {
	padding: var(--exa-au-flow-gap) 0;
	background: var(--exa-au-bg);
}
.exa-aboutus__partners-cta .exa-aboutus__partners-intro {
	margin-bottom: 12px;
}
.exa-aboutus__cta-inline {
	padding-top: var(--exa-au-flow-gap);
}
.exa-aboutus__cta-inline .exa-aboutus__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

/* ============================================================
 * §7  Brand partners (intro + edge-to-edge marquee)
 * §9  Memberships (static row, capped at 3)
 * ============================================================ */
.exa-aboutus__partners,
.exa-aboutus__memberships { padding: var(--exa-au-section-py) 0; }
.exa-aboutus__partners .exa-aboutus__container,
.exa-aboutus__memberships .exa-aboutus__container { margin-bottom: 56px; }
.exa-aboutus__partners .exa-aboutus__partners-intro { margin-bottom: 14px; }
.exa-aboutus__memberships .exa-aboutus__memberships-intro { margin-bottom: 14px; }

/* Memberships at bottom — gameography gradient background */
.exa-aboutus__memberships--bottom {
	position: relative;
	margin-bottom: 0;
	background: linear-gradient(180deg, #030303 0%, #1f201c 34%, #30322d 74%, #3a3d35 100%);
	padding-top: clamp(10px, 1.8vw, 18px);
	padding-bottom: calc(var(--exa-au-section-py) * 1.5);
}
.exa-aboutus__memberships--bottom::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #3a3d35;
}

.exa-aboutus__logos {
	width: 100%;
	overflow: hidden;
	isolation: isolate;
	contain: paint;
}
.exa-aboutus__logos--marquee {
	--exa-au-marquee-gap: clamp(6px, 1.2vw, 18px);
	--exa-au-marquee-distance: 0px;
	--exa-au-marquee-duration: 30s;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.exa-aboutus__logos--marquee .exa-aboutus__logos-track {
	display: flex;
	align-items: center;
	gap: var(--exa-au-marquee-gap);
	width: max-content;
	transform: translate3d(0, 0, 0);
	will-change: transform;
	backface-visibility: hidden;
}
.exa-aboutus__logos--marquee.is-animating .exa-aboutus__logos-track {
	animation: exaAboutUsLogosMarquee var(--exa-au-marquee-duration) linear infinite;
}
.exa-aboutus__logos--marquee.is-paused .exa-aboutus__logos-track {
	animation-play-state: paused;
}
.exa-aboutus__logos--marquee .exa-aboutus__logos-segment {
	display: flex;
	align-items: center;
	gap: var(--exa-au-marquee-gap);
	flex-shrink: 0;
	min-width: max-content;
}
.exa-aboutus__logos--marquee .exa-aboutus__logos-item {
	flex-basis: clamp(112px, 11vw, 176px);
	width: clamp(112px, 11vw, 176px);
	height: clamp(46px, 3.8vw, 62px);
	padding: 0 clamp(4px, 0.5vw, 8px);
}
.exa-aboutus__logos--static .exa-aboutus__logos-track {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 5vw, 64px);
	flex-wrap: wrap;
	padding: 0 24px;
}
.exa-aboutus__logos-item {
	flex: 0 0 var(--exa-au-logo-slot-w);
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--exa-au-logo-slot-w);
	height: var(--exa-au-logo-slot-h);
	padding: 0 var(--exa-au-logo-slot-pad);
	overflow: hidden;
}
.exa-aboutus__logos-item img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: opacity 0.4s var(--exa-au-easing), transform 0.4s var(--exa-au-easing);
}
.exa-aboutus__logos--marquee .exa-aboutus__logos-item img {
	opacity: 1;
	transform: translateZ(0);
	backface-visibility: hidden;
}
.exa-aboutus__logos--marquee .exa-aboutus__logos-item:hover img {
	opacity: 1;
	transform: translateZ(0) scale(1.05);
}
/* Memberships: greyscale, no hover effect per directive §3 */
.exa-aboutus__logos.is-greyscale .exa-aboutus__logos-item img {
	filter: grayscale(100%);
	opacity: 0.7;
	transition: none;
}
.exa-aboutus__logos.is-greyscale .exa-aboutus__logos-item:hover img {
	filter: grayscale(100%);
	opacity: 0.7;
	transform: none;
}

@keyframes exaAboutUsLogosMarquee {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(calc(-1 * var(--exa-au-marquee-distance)), 0, 0);
	}
}

.exa-aboutus + footer {
	margin-top: 0;
	background: #3a3d35;
}

/* ============================================================
 * §8  CTA block — dark slab, fully centered, pill button
 * ============================================================ */
.exa-aboutus__cta { padding: var(--exa-au-section-py) 0; }
.exa-aboutus__cta--dark {
	background: #151515;
}
.exa-aboutus__cta .exa-aboutus__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}
.exa-aboutus__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #D90500;
	color: #fff;
	padding: 0.85rem 1.6rem;
	min-width: 15rem;
	border-radius: var(--renewal-cta-radius, 8px);
	border: 2px solid transparent;
	box-shadow: 0 0 1rem rgba(0,0,0,0.5);
	font-family: var(--renewal-cta-font-family, var(--exa-au-font-bold));
	font-size: var(--renewal-cta-font-size, 0.9rem);
	font-weight: var(--renewal-cta-font-weight, 700);
	line-height: var(--renewal-cta-line-height, 1.2);
	letter-spacing: var(--renewal-cta-letter-spacing, normal);
	text-transform: var(--renewal-cta-text-transform, uppercase);
	text-decoration: none;
	line-height: 1.2;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.exa-aboutus__cta-btn:hover {
	background: #fff;
	color: #D90500;
	border-color: #D90500;
}
@media (max-width: 600px) {
	.exa-aboutus__cta-btn {
		min-width: 12rem;
		padding: 0.7rem 1.3rem;
		font-size: 0.82rem;
	}
}

/* Brands Hero sub-heading (between hero image and partners marquee) */
.exa-aboutus__brands-sub {
	padding: var(--exa-au-flow-gap) 0 0;
}
.exa-aboutus__brands-sub .exa-aboutus__container {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.exa-aboutus__brands-sub .exa-aboutus__title,
.exa-aboutus__brands-sub .exa-aboutus__desc { text-align: center; }

/* ============================================================
 * §11–§13  Creators — "Blade" module (replaces the legacy slider)
 * Strict A3 (1:1.414) viewport, #030303 background integrity.
 * ============================================================ */
.exa-aboutus__creators {
	padding: var(--exa-au-flow-gap) 0 calc(var(--exa-au-flow-gap) + 2.2rem);
	background: var(--exa-au-bg);
}
.exa-aboutus__creators--voice_actor {
	padding-bottom: clamp(12px, 2vw, 20px);
}
.exa-aboutus__creators .exa-aboutus__container {
	max-width: var(--exa-au-container-w);
	margin-bottom: clamp(6px, 1.2vw, 10px);
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 1.8vw, 16px);
}
.exa-aboutus__creators .exa-aboutus__title,
.exa-aboutus__creators .exa-aboutus__subtitle {
	text-align: center;
	margin: 0;
}
.exa-aboutus__creators .exa-aboutus__title {
	margin: 0;
}
.exa-aboutus__creators .exa-aboutus__desc,
.exa-aboutus__creators .exa-aboutus__rich--desc {
	text-align: left;
	align-self: stretch;
	margin: 0;
}

.exa-blade-module {
	--exa-blade-reserved-block: clamp(15rem, 23vh, 18rem);
	--exa-blade-viewport-max-block: calc(100vh - var(--exa-blade-reserved-block));
	--exa-blade-viewport-block-size: clamp(19.5rem, 48vh, 33rem);
	background: var(--exa-au-bg);
	width: 100%;
	max-width: 568px;
	font-family: var(--exa-au-font-body);
	border: 1px solid #222;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}
@supports (height: 100dvh) {
	.exa-blade-module {
		--exa-blade-viewport-max-block: calc(100dvh - var(--exa-blade-reserved-block));
	}
}
.exa-blade-module .exa-viewport {
	position: relative;
	height: min(var(--exa-blade-viewport-block-size), var(--exa-blade-viewport-max-block));
	min-height: 19rem;
	background: #050505;
	overflow: hidden;
}
.exa-blade-module .exa-media-canvas {
	position: absolute;
	inset: 0;
	cursor: pointer;
	background: #050505;
}
.exa-blade-module .exa-media-canvas img.active-media {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	transition: opacity 0.35s var(--exa-au-easing), transform 0.35s var(--exa-au-easing), filter 0.35s var(--exa-au-easing);
}
.exa-blade-module .exa-media-canvas img.active-media.is-swapping { opacity: 0; }
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
	.exa-blade-module .exa-media-canvas::after {
		content: attr(data-exa-expand-hint);
		position: absolute;
		left: 50%;
		bottom: 1rem;
		transform: translateX(-50%);
		padding: 0.38rem 0.78rem;
		border-radius: 999px;
		background: rgba(0,0,0,0.56);
		color: rgba(255,255,255,0.95);
		font-family: var(--exa-au-font-bold);
		font-size: 0.68rem;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease;
		z-index: 7;
	}
	.exa-blade-module .exa-viewport:hover .exa-media-canvas::after { opacity: 1; }
	.exa-blade-module .exa-viewport:hover .exa-media-canvas img.active-media {
		filter: brightness(1.06);
	}
}
.exa-blade-module .exa-blade-media-audio,
.exa-blade-module .exa-blade-media-video {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 56px;
	z-index: 4;
}
.exa-blade-module .exa-blade-media-audio audio { width: 100%; }
.exa-blade-module .exa-blade-media-video { inset: 0; bottom: 0; }
.exa-blade-module .exa-blade-media-video video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #000;
}
.exa-blade-module [hidden] { display: none !important; }

.exa-blade-module .exa-static-hud {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	pointer-events: none;
	z-index: 5;
}
.exa-blade-module .exa-blade-chev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0,0,0,0.62);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,0.45);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
	transition: opacity .2s ease;
}
.exa-blade-module .exa-blade-chev--prev { left: 16px; }
.exa-blade-module .exa-blade-chev--next { right: 16px; }
.exa-blade-module .exa-viewport:hover .exa-blade-chev { opacity: 1; }
.exa-blade-module .exa-blade-chev:hover,
.exa-blade-module .exa-blade-chev:active,
.exa-blade-module .exa-blade-chev:focus,
.exa-blade-module .exa-blade-chev:focus-visible {
	background: rgba(0,0,0,0.62);
	border-color: rgba(255,255,255,0.45);
	outline: none;
}
.exa-blade-module .exa-blade-chev svg { pointer-events: none; }
.exa-blade-module .exa-media-hud-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.44);
	color: #fff;
	font-family: var(--exa-au-font-body);
	font-size: 12px;
	font-weight: 400;
	padding: 9px 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	z-index: 6;
}
.exa-blade-module .exa-media-counter {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.44);
	color: #fff;
	font-family: var(--exa-au-font-body);
	font-size: 11px;
	font-weight: 400;
	padding: 10px 14px;
	letter-spacing: 0.08em;
	z-index: 3;
}
.exa-blade-module .exa-media-bottom-left-label {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.44);
	color: #fff;
	font-family: var(--exa-au-font-body);
	font-size: 11px;
	font-weight: 400;
	padding: 10px 14px;
	letter-spacing: 0.08em;
	z-index: 3;
}

.exa-blade-module .exa-roster-nav-wrap {
	display: flex;
	align-items: stretch;
	background: #151515;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}
.exa-blade-module .exa-roster-chev {
	flex: 0 0 2.6rem;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: transparent;
	border: 0;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	transition: opacity 0.18s ease, color 0.18s ease;
}
.exa-blade-module .exa-roster-chev:hover,
.exa-blade-module .exa-roster-chev:focus-visible {
	background: transparent;
	color: #fff;
	outline: none;
}
.exa-blade-module .exa-roster-chev.is-disabled {
	opacity: 0.46;
	pointer-events: none;
}
.exa-blade-module .exa-roster-nav-wrap.has-overflow .exa-roster-chev {
	opacity: 1;
	pointer-events: auto;
}
.exa-blade-module .exa-roster-chev svg {
	display: block;
	width: 0.78rem;
	height: 0.78rem;
	stroke: currentColor;
	stroke-width: 1.9;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}
.exa-blade-module .exa-roster-nav {
	display: flex;
	flex: 1 1 auto;
	background: transparent;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.exa-blade-module .exa-roster-nav::-webkit-scrollbar { display: none; }
.exa-blade-module .roster-item {
	--exa-roster-gutter: 16px;
	padding: 10px var(--exa-roster-gutter) 8px;
	cursor: pointer;
	transition: color 0.25s var(--exa-au-easing);
	-webkit-tap-highlight-color: transparent;
	flex: 1 1 0;
	min-width: clamp(128px, 22vw, 160px);
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: center;
}
.exa-blade-module .roster-item .nav-line {
	height: 2px;
	background: #6a6a6a;
	width: calc(100% + (var(--exa-roster-gutter) * 2));
	margin-left: calc(var(--exa-roster-gutter) * -1);
	transition: background 0.25s var(--exa-au-easing);
}
.exa-blade-module .roster-item .nav-name {
	display: block;
	width: 100%;
	font-family: var(--exa-au-font-bold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #8d8d8d;
	text-transform: none;
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: anywhere;
	transition: color 0.25s var(--exa-au-easing);
}
.exa-blade-module .roster-item:hover .nav-name,
.exa-blade-module .roster-item.active .nav-name { color: #fff; }
.exa-blade-module .roster-item:hover .nav-line,
.exa-blade-module .roster-item.active .nav-line { background: var(--exa-au-accent); }
.exa-blade-module .roster-item:focus-visible { outline: 1px solid rgba(255,255,255,0.38); outline-offset: -1px; }

.exa-blade-module .exa-details-panel {
	padding: clamp(24px, 3vw, 32px);
	background: #0b0b0b;
}
.exa-blade-module .exa-bio-header {
	display: flex;
	align-items: flex-start;
	gap: clamp(16px, 2vw, 20px);
	margin-bottom: 8px;
}
.exa-blade-module .exa-avatar-frame {
	width: clamp(56px, 8vw, 64px);
	height: clamp(56px, 8vw, 64px);
	border: 1px solid #333;
	padding: 3px;
	background: #000;
	flex: 0 0 clamp(56px, 8vw, 64px);
}
.exa-blade-module .exa-avatar-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.exa-blade-module .exa-id-stack { flex: 1 1 auto; min-width: 0; }
.exa-blade-module .exa-artist-name {
	font-family: var(--exa-au-font-bold);
	font-size: clamp(1.4rem, 1.8vw + 0.7rem, 1.8rem);
	font-weight: 900;
	letter-spacing: -1.5px;
	color: #fff;
	margin: 0;
	line-height: 1.08;
	overflow-wrap: anywhere;
}
.exa-blade-module .exa-artist-role {
	font-family: var(--exa-au-font-body);
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #666;
	text-transform: uppercase;
	margin: 6px 0 0;
}
.exa-blade-module .exa-icon-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 10px;
}
.exa-blade-module .meta-item {
	font-family: var(--exa-au-font-body);
	font-size: 0.82rem;
	font-weight: 400;
	color: #666;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	letter-spacing: 0.01em;
	text-transform: none;
	transition: color 0.25s var(--exa-au-easing);
}
.exa-blade-module a.meta-item:hover { color: #fff; }
.exa-blade-module .meta-item svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #737373;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 18px;
}
.exa-blade-module .exa-bio-text {
	font-family: var(--exa-au-font-body);
	font-size: 0.94rem;
	line-height: 1.8;
	color: var(--exa-au-fg-soft);
	margin: 16px 0 0;
}
.exa-blade-module .exa-games-log {
	margin-top: 28px;
	clear: both;
}
.exa-blade-module .log-label {
	font-family: var(--exa-au-font-bold);
	font-size: 11px;
	font-weight: 900;
	color: #7a7a7a;
	border-bottom: 1px solid #111;
	padding-bottom: 8px;
	margin: 0 0 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.exa-blade-module .log-entry {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 0;
	font-family: var(--exa-au-font-body);
	font-size: 14px;
	color: #bbb;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	gap: 12px;
}
.exa-blade-module .log-entry:last-child { border-bottom: 0; }
.exa-blade-module .log-entry .t {
	flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
	white-space: normal;
}
.exa-blade-module .log-entry .exa-blade-game-title {
	display: inline;
}
.exa-blade-module .log-entry .exa-blade-char {
	display: inline-block;
	margin-left: 0.5em;
	color: var(--exa-au-fg-mute);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.exa-blade-module .log-entry .exa-blade-subtitle {
	display: block;
	margin-top: 2px;
	font: inherit;
	line-height: inherit;
	color: inherit;
}
.exa-blade-module .log-entry .y {
	flex: 0 0 auto;
	color: var(--exa-au-fg-mute);
	font-family: var(--exa-au-font-bold);
	font-size: 11px;
	letter-spacing: 1px;
}

@media (max-width: 1024px) {
	.exa-blade-module {
		--exa-blade-reserved-block: 16rem;
		--exa-blade-viewport-block-size: clamp(18rem, 43vh, 27rem);
		max-width: min(100%, 34rem);
	}
	.exa-blade-module .exa-viewport {
		min-height: 17rem;
	}
}

@media (max-width: 520px) {
	.exa-blade-module {
		--exa-blade-reserved-block: 17.5rem;
		--exa-blade-viewport-max-block: calc(100vh - var(--exa-blade-reserved-block));
		--exa-blade-viewport-block-size: clamp(14rem, 38vh, 20rem);
		width: min(100%, calc(100vw - 24px));
		max-width: none;
	}
	@supports (height: 100svh) {
		.exa-blade-module {
			--exa-blade-viewport-max-block: calc(100svh - var(--exa-blade-reserved-block));
		}
	}
	.exa-blade-module .exa-viewport {
		min-height: 14rem;
	}
	.exa-blade-module .exa-details-panel { padding: 24px 20px; }
	.exa-blade-module .exa-artist-name { font-size: 1.45rem; letter-spacing: -1px; }
	.exa-blade-module .roster-item { min-width: 140px; }
	.exa-blade-module .exa-roster-chev { flex-basis: 2.35rem; }
	.exa-blade-module .exa-blade-chev { width: 40px; height: 40px; opacity: 1; }
	.exa-blade-module .exa-blade-chev--prev { left: 10px; }
	.exa-blade-module .exa-blade-chev--next { right: 10px; }
	.exa-blade-module .meta-item { font-size: 0.78rem; }
}

.exa-blade-overlay {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100dvh;
	z-index: 99999;
	background: #000;
	display: none;
}
.exa-blade-overlay.is-open { display: block; }
.exa-blade-overlay__viewport {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exa-blade-overlay__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}
.exa-blade-overlay__top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 0.8rem;
	padding: 1rem 1.2rem;
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 65%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.exa-blade-overlay__counter {
	font-family: var(--exa-au-font-bold);
	font-size: 0.9rem;
	color: #fff;
	letter-spacing: 0.03em;
	white-space: nowrap;
}
.exa-blade-overlay__title {
	font-family: var(--exa-au-font-body);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.exa-blade-overlay__close {
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.38);
	color: #fff;
	font-family: var(--exa-au-font-bold);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.exa-blade-overlay__close:hover {
	background: rgba(0,0,0,0.56);
	border-color: rgba(255,255,255,0.9);
}
.exa-blade-overlay__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,.2);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .2s ease;
}
.exa-blade-overlay__nav:hover { background: rgba(255,255,255,.2); }
.exa-blade-overlay__nav--prev { left: 20px; }
.exa-blade-overlay__nav--next { right: 20px; }
.exa-blade-overlay__nav[disabled] {
	opacity: 0.45;
	cursor: default;
	pointer-events: none;
}

/* ============================================================
 * §14  Gameography — Adobe-parity year-tab + edge-to-edge image
 * ============================================================ */
.exa-aboutus__timeline {
	background: var(--exa-au-bg);
	position: relative;
}

/* ── Year Tab Navigation ── */
.exa-aboutus__timeline-nav {
	background: #030303;
	border: 0;
	margin-bottom: 0;
	padding-top: var(--exa-au-flow-gap);
	padding-bottom: 0;
}
.exa-aboutus__timeline-nav-wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.exa-aboutus__timeline-nav-inner {
	padding: 0 56px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 40px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	touch-action: pan-x;
}
.exa-aboutus__timeline-nav-inner::-webkit-scrollbar { display: none; }
/* Specificity: .exa-aboutus .exa-aboutus__timeline-tab = (0,2,0)
   Required to override .exa-aboutus button { color: inherit } at (0,1,1) */
.exa-aboutus .exa-aboutus__timeline-tab {
	flex-shrink: 0;
	padding: 14px 0 8px;
	border: none;
	background: none;
	cursor: pointer;
	position: relative;
	font-family: var(--exa-au-font-body);
	font-weight: 400;
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1;
	color: rgba(255,255,255,.3);
	letter-spacing: .02em;
	white-space: nowrap;
	transition: color .25s ease;
}
.exa-aboutus .exa-aboutus__timeline-tab:hover { color: #fff; }
.exa-aboutus .exa-aboutus__timeline-tab::after {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 2px;
	background: transparent;
	transition: background .25s ease;
}
.exa-aboutus .exa-aboutus__timeline-tab.is-active {
	color: #fff;
}
.exa-aboutus .exa-aboutus__timeline-tab.is-active::after { background: #fff; }

/* Nav chevrons (Adobe-style: flush to edges, visible on overflow) */
.exa-aboutus__timeline-nav-chev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 36px; height: 36px;
	border: none;
	border-radius: 50%;
	background: rgba(255,255,255,.06);
	color: rgba(255,255,255,.5);
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	transition: background .2s ease, color .2s ease;
}
.exa-aboutus__timeline-nav-chev.is-visible {
	display: flex;
}
.exa-aboutus__timeline-nav-chev:hover { background: rgba(255,255,255,.14); color: #fff; }
.exa-aboutus__timeline-nav-chev--left { left: 8px; }
.exa-aboutus__timeline-nav-chev--right { right: 8px; }

/* ── Image Viewport ── */
.exa-aboutus__timeline-viewport {
	position: relative;
	overflow: hidden;
	background: var(--exa-au-bg);
	border-top: 1px solid var(--exa-au-line-strong);
	border-bottom: 1px solid var(--exa-au-line-strong);
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}
.exa-aboutus__timeline-viewport:active {
	cursor: grabbing;
}

/* ── Footer transition (gradient removed per V2.1) ── */
.exa-aboutus__timeline-fade {
	height: clamp(10px, 1.5vw, 16px);
	background: var(--exa-au-bg);
	pointer-events: none;
}
.exa-aboutus__timeline-fade + .exa-aboutus__creators--gameography_product {
	padding-top: clamp(12px, 2vw, 18px);
}
.exa-aboutus__timeline-track {
	display: flex;
	will-change: transform;
	transition: transform .5s var(--exa-au-easing);
}
.exa-aboutus__timeline-slide {
	flex: 0 0 100%;
	width: 100%;
}
.exa-aboutus__timeline-slide img {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
}

.exa-aboutus__timeline-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10040;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
	background: radial-gradient(ellipse at center, rgba(20, 20, 20, 0.92) 0%, rgba(0, 0, 0, 0.98) 100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.24s var(--exa-au-easing), visibility 0.24s var(--exa-au-easing);
}
.exa-aboutus__timeline-lightbox.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.exa-aboutus__timeline-lightbox-close {
	position: absolute;
	top: max(12px, calc(env(safe-area-inset-top) + 2px));
	right: max(12px, calc(env(safe-area-inset-right) + 2px));
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.exa-aboutus__timeline-lightbox-close:hover,
.exa-aboutus__timeline-lightbox-close:focus-visible {
	background: rgba(0, 0, 0, 0.6);
	border-color: rgba(255, 255, 255, 0.56);
	outline: none;
}
.exa-aboutus__timeline-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.exa-aboutus__timeline-lightbox-nav--prev {
	left: max(12px, env(safe-area-inset-left));
}
.exa-aboutus__timeline-lightbox-nav--next {
	right: max(12px, env(safe-area-inset-right));
}
.exa-aboutus__timeline-lightbox-nav-btn {
	width: 2.35rem;
	height: 3.9rem;
	padding: 0;
	background: rgba(0, 0, 0, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 150ms ease-in-out;
}
.exa-aboutus__timeline-lightbox-nav-btn:hover,
.exa-aboutus__timeline-lightbox-nav-btn:focus-visible {
	background: #e61e25;
	border-color: #e61e25;
	outline: none;
}
.exa-aboutus__timeline-lightbox-nav--prev .exa-aboutus__timeline-lightbox-nav-btn {
	border-left: none;
	border-radius: 0 4px 4px 0;
}
.exa-aboutus__timeline-lightbox-nav--next .exa-aboutus__timeline-lightbox-nav-btn {
	border-right: none;
	border-radius: 4px 0 0 4px;
}
.exa-aboutus__timeline-lightbox-nav--prev .exa-aboutus__timeline-lightbox-nav-btn::before {
	content: '\2039';
}
.exa-aboutus__timeline-lightbox-nav--next .exa-aboutus__timeline-lightbox-nav-btn::before {
	content: '\203A';
}
.exa-aboutus__timeline-lightbox-hint {
	position: absolute;
	top: max(12px, calc(env(safe-area-inset-top) + 2px));
	left: 50%;
	transform: translateX(-50%);
	padding: 0.35rem 0.72rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.52);
	color: rgba(255, 255, 255, 0.92);
	font-family: var(--exa-au-font-bold);
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
	z-index: 3;
}
.exa-aboutus__timeline-mobile-hint {
	display: none;
}
.exa-aboutus__timeline-mobile-hint-text {
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}
.exa-aboutus__timeline-mobile-hint-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.62);
	animation: exa-au-hint-chevron 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.exa-aboutus__timeline-mobile-hint-arrow svg {
	display: block;
}
@keyframes exa-au-hint-chevron {
	0%,
	100% {
		transform: translateY(0);
		opacity: 0.68;
	}
	50% {
		transform: translateY(-3px);
		opacity: 1;
	}
}
.exa-aboutus__timeline-lightbox-viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	touch-action: none;
	cursor: grab;
}
.exa-aboutus__timeline-lightbox-viewport:active {
	cursor: grabbing;
}
.exa-aboutus__timeline-lightbox-img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transform-origin: center center;
	will-change: transform;
	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none;
}

@media (min-width: 768px) {
	.exa-aboutus__timeline-lightbox {
		display: none !important;
	}
}

/* ============================================================
 * Responsive — Desktop ≥ 1024px
 * ============================================================ */
@media (min-width: 1024px) {
	.exa-aboutus { --exa-au-section-py: 80px; }
	.exa-aboutus__hero { min-height: clamp(520px, 72vh, 860px); padding: clamp(68px, 8.5vw, 108px) 24px; }
	.exa-aboutus__band { min-height: 240px; max-height: 320px; }
}

/* ============================================================
 * Responsive — Tablet (max 64em / 1024px)
 * ============================================================ */

/* ============================================================
 * Mobile-only refinements (< 768px)
 * ============================================================ */
@media (max-width: 767px) {
	.exa-aboutus {
		--exa-au-flow-gap: clamp(16px, 5vw, 24px);
		--exa-au-section-py: var(--exa-au-section-py-sm);
		--exa-au-logo-slot-w: clamp(96px, 28vw, 132px);
		--exa-au-logo-slot-h: clamp(40px, 12vw, 52px);
		--exa-au-logo-slot-pad: clamp(6px, 1.2vw, 10px);
	}
	.exa-aboutus__container { padding: 0 20px; }
	.exa-aboutus__hero { min-height: clamp(340px, 52vh, 560px); padding: clamp(40px, 8.6vw, 62px) 20px; }
	.exa-aboutus__band { min-height: 180px; max-height: 240px; padding: 40px 20px; }
	.exa-aboutus__band--gameography,
	.exa-aboutus__band--brands,
	.exa-aboutus__band--creators { max-height: none; }
	.exa-aboutus__logos--static .exa-aboutus__logos-track { gap: clamp(12px, 4vw, 24px); padding: 0 12px; }
	.exa-aboutus__timeline-nav-wrap {
		--exa-au-timeline-nav-arrow-safe-gutter: 2.95rem;
		overflow: hidden;
	}
	.exa-aboutus__timeline-nav-inner {
		padding-left: var(--exa-au-timeline-nav-arrow-safe-gutter);
		padding-right: var(--exa-au-timeline-nav-arrow-safe-gutter);
		gap: 20px;
		justify-content: flex-start;
		scroll-padding-inline: var(--exa-au-timeline-nav-arrow-safe-gutter);
	}
	.exa-aboutus .exa-aboutus__timeline-tab {
		padding: 10px 0 8px;
		font-size: .9rem;
		color: rgba(255,255,255,.45);
	}
	.exa-aboutus__timeline-nav-chev {
		top: 0;
		bottom: 0;
		width: 2.85rem;
		height: auto;
		padding: 0 0.36rem;
		border: 0;
		border-radius: 0;
		transform: none;
		background: transparent;
		color: rgba(255,255,255,.58);
		display: none;
		align-items: center;
		justify-content: center;
		z-index: 4;
		pointer-events: auto;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		transition: opacity 0.18s ease, color 0.18s ease;
	}
	.exa-aboutus__timeline-nav-chev.is-visible { display: inline-flex; }
	.exa-aboutus__timeline-nav-chev.is-disabled {
		opacity: 0.46;
		pointer-events: none;
	}
	.exa-aboutus__timeline-nav-chev--left {
		left: 0;
		padding-left: 0.36rem;
		justify-content: flex-start;
		background: transparent;
	}
	.exa-aboutus__timeline-nav-chev--right {
		right: 0;
		padding-right: 0.42rem;
		justify-content: flex-end;
		background: transparent;
	}
	.exa-aboutus__timeline-nav-chev:hover,
	.exa-aboutus__timeline-nav-chev:active,
	.exa-aboutus__timeline-nav-chev:focus,
	.exa-aboutus__timeline-nav-chev:focus-visible {
		background: transparent;
		color: #fff;
		outline: none;
	}
	.exa-aboutus__timeline-nav-chev svg {
		width: 0.78rem;
		height: 0.78rem;
		stroke-width: 1.9;
		filter: drop-shadow(0 0 0.35rem rgba(3, 3, 3, 0.5));
	}
	.exa-aboutus__timeline-mobile-hint {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 0.4rem;
		padding: 0.55rem 0 0.15rem;
		margin: 0;
	}
	.exa-blade-module {
		max-width: calc(100% - 24px);
		border-radius: 12px;
	}
}

/* ============================================================
 * Responsive — Mobile (max 40em / 640px)
 * ============================================================ */


/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.exa-aboutus *,
	.exa-aboutus *::before,
	.exa-aboutus *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.exa-section-reveal { opacity: 1; transform: none; }
	.exa-aboutus__logos--marquee .exa-aboutus__logos-track { animation: none; }
}

/* ============================================================
 * §4 V26.0  Coverflow 3D Carousel
 * ============================================================ */
.exa-coverflow {
	--exa-coverflow-transition: 700ms;
	--exa-coverflow-card-w: 720px;
	--exa-coverflow-card-h: 405px;
	--exa-coverflow-radius: 1rem;
	--exa-coverflow-easing: cubic-bezier(0.2, 0.8, 0.2, 1);
	position: relative;
	background: var(--exa-au-bg);
	padding: 0;
	overflow: hidden;
}
.exa-coverflow__header {
	text-align: center;
	margin-bottom: 0;
}
.exa-coverflow__title {
	font-family: var(--exa-au-font-bold);
	font-size: clamp(1.5rem, 3vw + 0.5rem, 2.5rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.exa-coverflow__container {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1500px;
	min-height: calc(var(--exa-coverflow-card-h) + 80px);
}
.exa-coverflow__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	width: 48px;
	height: 80px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 2rem;
	font-family: var(--exa-au-font-body);
	line-height: 1;
	cursor: pointer;
	transition: all 150ms ease-in-out;
}
.exa-coverflow__nav:hover {
	background: #e61e25;
	border-color: #e61e25;
}
.exa-coverflow__nav--prev {
	left: 0;
	border-left: none;
	border-radius: 0 4px 4px 0;
}
.exa-coverflow__nav--next {
	right: 0;
	border-right: none;
	border-radius: 4px 0 0 4px;
}
.exa-coverflow__nav svg { display: none; }
.exa-coverflow__nav--prev::before { content: '\2039'; }
.exa-coverflow__nav--next::before { content: '\203A'; }
.exa-coverflow__track {
	position: relative;
	width: 100%;
	height: var(--exa-coverflow-card-h);
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
}
.exa-coverflow__card {
	position: absolute;
	width: var(--exa-coverflow-card-w);
	height: var(--exa-coverflow-card-h);
	border-radius: var(--exa-coverflow-radius);
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	user-select: none;
	transform-style: preserve-3d;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition:
		transform var(--exa-coverflow-transition) var(--exa-coverflow-easing),
		opacity var(--exa-coverflow-transition) var(--exa-coverflow-easing),
		box-shadow 0.4s ease;
}
.exa-coverflow__card.active {
	transform: translateY(0) scale(1);
	z-index: 40;
	opacity: 1;
	box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.25);
}
.exa-coverflow__card.active:hover {
	transform: translateY(-15px);
	box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.3);
}
.exa-coverflow__card.prev {
	transform: translate3d(-65%, 0, 0) rotateY(45deg) scale(0.85);
	z-index: 30;
	opacity: 0.9;
}
.exa-coverflow__card.next {
	transform: translate3d(65%, 0, 0) rotateY(-45deg) scale(0.85);
	z-index: 30;
	opacity: 0.9;
}
.exa-coverflow__card.far-prev {
	transform: translate3d(-110%, 0, -100px) rotateY(60deg) scale(0.7);
	z-index: 20;
	opacity: 0.5;
}
.exa-coverflow__card.far-next {
	transform: translate3d(110%, 0, -100px) rotateY(-60deg) scale(0.7);
	z-index: 20;
	opacity: 0.5;
}
.exa-coverflow__card.hidden-card {
	transform: translate3d(0, 0, -300px) scale(0.5);
	opacity: 0;
	pointer-events: none;
}
.exa-coverflow__card-media {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0);
}
.exa-coverflow__card-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
	display: block;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.exa-coverflow__card-media::after,
.exa-artist-coverflow__card-media::after {
	position: absolute;
	left: 50%;
	bottom: 18%;
	transform: translate(-50%, 0.4rem);
	padding: 0.38rem 0.78rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.56);
	color: rgba(255, 255, 255, 0.95);
	font-family: var(--exa-au-font-bold);
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 7;
}
.exa-coverflow__card-media::after {
	content: attr(data-exa-expand-hint);
}
.exa-artist-coverflow__card-media::after {
	content: attr(data-exa-swipe-hint);
}
.exa-coverflow__card:hover .exa-coverflow__card-media::after,
.exa-coverflow__card:focus-within .exa-coverflow__card-media::after {
	opacity: 1;
	transform: translate(-50%, 0);
}
.exa-artist-coverflow.is-swipe-hint .exa-artist-coverflow__card.active .exa-artist-coverflow__card-media::after {
	opacity: 1;
	transform: translate(-50%, 0);
}
.exa-coverflow__card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, var(--exa-coverflow-glass-opacity, 0.82));
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 0 0 var(--exa-coverflow-radius) var(--exa-coverflow-radius);
	padding: 0.4rem 1rem;
	text-align: center;
	transition: all 0.4s ease;
}
.exa-coverflow__card:hover .exa-coverflow__card-overlay {
	background: rgba(255, 255, 255, calc(var(--exa-coverflow-glass-opacity, 0.82) + 0.08));
}
.exa-coverflow__card-caption {
	font-family: var(--exa-coverflow-caption-family, var(--exa-au-font-body));
	font-size: var(--exa-coverflow-caption-size, 1rem);
	font-weight: var(--exa-coverflow-caption-weight, 500);
	line-height: 1.4;
	color: #fff;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.3);
}
.exa-coverflow__card-desc {
	display: none;
}

/* ── Coverflow Lightbox ── */
.exa-coverflow__lightbox {
	position: fixed;
	inset: 0;
	z-index: 10050;
	background: rgba(0, 0, 0, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.exa-coverflow__lightbox.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.exa-coverflow__lightbox-close {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.2s ease, background 0.2s ease;
	z-index: 10001;
}
.exa-coverflow__lightbox-close:hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0.2);
}
.exa-coverflow__lightbox-close svg {
	width: 20px;
	height: 20px;
}
.exa-coverflow__lightbox-nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 2rem;
	font-family: var(--exa-au-font-body);
	line-height: 1;
	cursor: pointer;
	transition: all 150ms ease-in-out;
	z-index: 10001;
}
.exa-coverflow__lightbox-nav:hover {
	background: #e61e25;
	border-color: #e61e25;
}
.exa-coverflow__lightbox-nav--prev {
	left: 0;
	border-left: none;
	border-radius: 0 4px 4px 0;
}
.exa-coverflow__lightbox-nav--next {
	right: 0;
	border-right: none;
	border-radius: 4px 0 0 4px;
}
.exa-coverflow__lightbox-nav svg { display: none; }
.exa-coverflow__lightbox-nav--prev::before { content: '\2039'; }
.exa-coverflow__lightbox-nav--next::before { content: '\203A'; }
.exa-coverflow__lightbox-viewport {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 85%;
	max-height: 85%;
}
.exa-coverflow__lightbox-img {
	display: block;
	max-width: 85vw;
	max-height: 80vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
}
.exa-coverflow__lightbox-caption {
	font-family: var(--exa-au-font-body);
	font-size: clamp(0.8rem, 1vw + 0.2rem, 1rem);
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin: 1rem 0 0;
	max-width: 600px;
}

/* ── Tablet Responsive ── */
@media (max-width: 1024px) {
	.exa-coverflow {
		--exa-coverflow-card-w: 560px;
		--exa-coverflow-card-h: 315px;
	}
}

/* ── Mobile Responsive ── */
@media (max-width: 640px) {
	.exa-coverflow {
		--exa-coverflow-card-w: 340px;
		--exa-coverflow-card-h: 191px;
		--exa-coverflow-radius: 0.75rem;
		padding: 0;
	}
	.exa-coverflow__title {
		font-size: clamp(1rem, 5vw, 1.5rem);
		letter-spacing: 0.25em;
	}
	.exa-coverflow__nav {
		width: 36px;
		height: 60px;
		font-size: 1.5rem;
	}
	.exa-coverflow__card.prev,
	.exa-coverflow__card.next {
		transform: translate3d(0, 0, -50px) rotateY(0deg) scale(0.8);
		opacity: 0.6;
	}
	.exa-coverflow__card.far-prev,
	.exa-coverflow__card.far-next {
		opacity: 0;
		pointer-events: none;
	}
	.exa-coverflow__card-overlay {
		padding: 0.3rem 0.75rem;
	}
	.exa-coverflow__card-media::after,
	.exa-artist-coverflow__card-media::after {
		font-size: 0.62rem;
		padding: 0.34rem 0.68rem;
		bottom: 16%;
	}
	.exa-coverflow__card-caption {
		font-size: 0.8rem;
	}
	.exa-coverflow__lightbox-close {
		top: 12px;
		right: 12px;
		width: 36px;
		height: 36px;
	}
	.exa-coverflow__lightbox-nav {
		width: 36px;
		height: 60px;
		font-size: 1.5rem;
	}
	.exa-coverflow__lightbox-nav--prev { left: 0; border-left: none; border-radius: 0 4px 4px 0; }
	.exa-coverflow__lightbox-nav--next { right: 0; border-right: none; border-radius: 4px 0 0 4px; }
}

@media (max-width: 480px) {
	.exa-coverflow {
		--exa-coverflow-card-w: 300px;
		--exa-coverflow-card-h: 169px;
	}
}

/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
	.exa-coverflow__card { transition: none; }
	.exa-coverflow__lightbox { transition: none; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ARTIST CONTAINER MODULE
   Replaces legacy Blade module for Illustrators, Composers, Voice Actors
   ═══════════════════════════════════════════════════════════════════════════ */

.exa-artist-stage {
	--exa-artist-fit-scale: 1;
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 0;
	overflow: visible;
}
.exa-artist-stage.is-fit-transform > .exa-artist-container {
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: top center;
	width: 100%;
}

.exa-artist-container {
	--exa-ac-bg: #1c1b1b;
	--exa-ac-bg-dark: #131313;
	--exa-ac-border: rgba(255, 255, 255, 0.05);
	--exa-ac-accent: #e60000;
	--exa-ac-text: #e5e2e1;
	--exa-ac-text-muted: #9a9a9a;
	--exa-ac-font: var(--exa-au-font-body, 'Inter', system-ui, sans-serif);
	--exa-ac-font-bold: var(--exa-au-font-bold, 'Montserrat', system-ui, sans-serif);

	position: relative;
	font-family: var(--exa-ac-font);
	background: linear-gradient(180deg, #000 0%, #050505 12%, #0f0f0f 28%, #171717 54%, #1b1b1b 76%, #1c1b1b 100%);
	border-radius: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	transform-origin: top center;
}

/* ── Artist Navigation (Top Tabs) ── */
.exa-artist-nav {
	--exa-artist-nav-chev-w: 2.4rem;
	position: relative;
	display: grid;
	grid-template-columns: var(--exa-artist-nav-chev-w) minmax(0, 1fr) var(--exa-artist-nav-chev-w);
	align-items: center;
	gap: 0;
	margin: 0.9rem 0 0;
	padding: 0.36rem 0;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	box-shadow: none;
	isolation: isolate;
}
.exa-artist-nav__chev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--exa-artist-nav-chev-w);
	align-self: stretch;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.46);
	cursor: pointer;
	transition: color 0.2s ease, opacity 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}
.exa-artist-nav__chev:hover,
.exa-artist-nav__chev:active,
.exa-artist-nav__chev:focus-visible {
	color: #fff;
	outline: none;
}
.exa-artist-nav__chev svg {
	display: block;
	width: 21px;
	height: 21px;
}
.exa-artist-nav__chev svg path,
.exa-artist-nav__chev svg polyline {
	stroke-width: 2.65;
}
.exa-artist-nav__track {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 0.45rem;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	cursor: grab;
	padding: 0 0.5rem;
	scroll-padding-inline: 0.5rem;
	position: relative;
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.22);
}
.exa-artist-nav__track:not(.is-scrollable) {
	justify-content: center;
}
.exa-artist-nav__track.is-scrollable {
	justify-content: flex-start;
}
.exa-artist-nav__track:active { cursor: grabbing; }
.exa-artist-nav__track.is-dragging { scroll-behavior: auto; cursor: grabbing; }
.exa-artist-nav__track::-webkit-scrollbar { display: none; }
.exa-artist-nav__tab {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	padding: 0 0.85rem 0.3rem;
	min-width: clamp(9.5rem, 24vw, 11rem);
	max-width: min(14rem, calc(100vw - 7rem));
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transition: color 0.25s ease;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.exa-artist-nav__tab::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: transparent;
	transition: background-color 0.25s ease;
	opacity: 1;
}
.exa-artist-nav__tab.is-active::after {
	background: var(--exa-ac-accent);
}
.exa-artist-nav__name,
.exa-artist-nav__name-ja {
	display: block;
	font-family: var(--exa-ac-font-bold);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: none;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
	text-wrap: balance;
	line-height: 1.35;
	max-width: 100%;
	padding-inline: 0.35rem;
	text-align: center;
	transition: color 0.25s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	transform: translateZ(0);
}
.exa-artist-nav__name {
	color: #767676;
	margin-bottom: 0.28rem;
}
.exa-artist-nav__name-ja {
	display: none;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #737373;
}
.exa-artist-nav__tab:hover .exa-artist-nav__name,
.exa-artist-nav__tab:hover .exa-artist-nav__name-ja { color: rgba(255, 255, 255, 0.92); }
.exa-artist-nav__tab.is-active .exa-artist-nav__name,
.exa-artist-nav__tab.is-active .exa-artist-nav__name-ja { color: var(--exa-ac-accent); }
.exa-artist-nav__tab:active .exa-artist-nav__name,
.exa-artist-nav__tab:active .exa-artist-nav__name-ja {
	color: var(--exa-ac-accent) !important;
}
.exa-artist-nav__chev.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}

/* ── Artist Header ── */
.exa-artist-header {
	padding: 1.35rem 0.9rem 0.95rem;
	background: transparent;
	text-align: center;
}
.exa-artist-header__content {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	column-gap: 1rem;
	cursor: pointer;
	max-width: 100%;
}
@media (min-width: 640px) {
	.exa-artist-header__content {
		column-gap: 1.15rem;
	}
}
.exa-artist-header__identity {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}
.exa-artist-header__names {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 0.06rem;
	min-width: 0;
	text-align: center;
}
.exa-artist-header__content.has-ja-name .exa-artist-header__names {
	row-gap: 0.1rem;
}
.exa-artist-header__avatar-wrap {
	width: clamp(4.6rem, 9.2vw, 5.6rem);
	height: clamp(4.6rem, 9.2vw, 5.6rem);
	border-radius: 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	background: #2a2a2a;
	flex-shrink: 0;
}
.exa-artist-header__avatar-wrap[hidden] { display: none !important; }
.exa-artist-header__avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
	opacity: 1;
}
.exa-artist-container--voice_actor .exa-artist-header__avatar-wrap {
	width: clamp(5.1rem, 10vw, 6.2rem);
	height: clamp(5.1rem, 10vw, 6.2rem);
	border-radius: 0.55rem;
	transform: translateZ(0);
	will-change: transform;
	transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 340ms cubic-bezier(0.22, 1, 0.36, 1);
}
.exa-artist-container--voice_actor .exa-artist-header__avatar {
	transform: translateZ(0);
	will-change: transform, filter;
	transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), filter 340ms cubic-bezier(0.22, 1, 0.36, 1);
}
.exa-artist-header__name {
	font-family: var(--exa-ac-font-bold);
	font-size: clamp(1.25rem, 3.2vw + 0.45rem, 2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #fff;
	margin: 0;
	line-height: 1.1;
	transition: color 0.3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.exa-artist-header__name-ja {
	font-family: var(--exa-ac-font-bold);
	font-size: clamp(1rem, 2.45vw + 0.38rem, 1.45rem);
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #fff;
	margin: 0;
	line-height: 1.18;
	transition: color 0.3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@keyframes exa-ac-arrow-down {
	0%, 100% { transform: translateY(0); opacity: 0.6; }
	50% { transform: translateY(3px); opacity: 1; }
}

/* ── Artist Body (Bio + Portfolio) ── */
.exa-artist-body {
	padding: 0 0.95rem;
}
.exa-artist-body__inner {
	padding: 0.22rem 0.95rem 0.1rem;
}

/* Bio */
.exa-artist-bio {
	margin-bottom: 1.2rem;
}
.exa-artist-bio__text {
	font-family: var(--exa-ac-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	color: var(--exa-ac-text-muted);
	margin: 0;
	padding-left: 1rem;
	border-left: 2px solid var(--exa-ac-accent);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.exa-artist-bio__text :where(p, ul, ol, li, a, span, strong, em, b, i) {
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	color: inherit !important;
}
.exa-artist-bio__text p,
.exa-artist-bio__text ul,
.exa-artist-bio__text ol {
	margin-top: 0;
	margin-bottom: 0;
}
.exa-artist-bio__text > :first-child {
	margin-top: 0;
}
.exa-artist-bio__text > :last-child {
	margin-bottom: 0;
}

/* Portfolio */
.exa-artist-portfolio__title {
	font-family: var(--exa-ac-font);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #888;
	margin: 0 0 0.8rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.exa-artist-container--gameography_product .exa-artist-portfolio__title {
	border-bottom: none;
	padding-bottom: 0;
}
.exa-artist-portfolio__list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.exa-artist-portfolio__item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: end;
	column-gap: 0.75rem;
	width: 100%;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}
.exa-artist-portfolio__item-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.18rem;
	min-width: 0;
}
.exa-artist-portfolio__item-title {
	font-family: var(--exa-ac-font);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #999;
	transition: color 0.25s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.exa-artist-portfolio__item-subtitle {
	display: block;
	padding-left: 0.8rem;
	font-family: var(--exa-ac-font);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.52);
}
.exa-artist-portfolio__item:hover .exa-artist-portfolio__item-title,
.exa-artist-portfolio__item.is-active .exa-artist-portfolio__item-title {
	color: #fff;
}
.exa-artist-portfolio__item-dot {
	border-bottom: 1px dotted #444;
	margin: 0 0 6px;
}
.exa-artist-portfolio__item-role {
	font-family: var(--exa-ac-font);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: none;
	color: #666;
	white-space: nowrap;
	transition: color 0.25s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.exa-artist-portfolio__item:hover .exa-artist-portfolio__item-role,
.exa-artist-portfolio__item.is-active .exa-artist-portfolio__item-role {
	color: #999;
}

/* ── Compact Artist Coverflow ── */
.exa-artist-coverflow {
	--exa-artist-coverflow-card-h: clamp(19.1rem, 45svh, 26.25rem);
	--exa-artist-coverflow-card-w: calc(var(--exa-artist-coverflow-card-h) * 0.7071428571);
	--exa-artist-coverflow-radius: 0.72rem;
	--exa-artist-coverflow-transition: 680ms;
	--exa-artist-coverflow-easing: cubic-bezier(0.2, 0.8, 0.2, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.15rem 0.75rem 1rem;
	overflow: hidden;
}
.exa-artist-coverflow__container {
	position: relative;
	width: min(100%, 29rem);
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1400px;
	min-height: calc(var(--exa-artist-coverflow-card-h) + 2.5rem);
}
.exa-artist-coverflow__track {
	position: relative;
	width: 100%;
	height: var(--exa-artist-coverflow-card-h);
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
}
.exa-artist-coverflow__card {
	position: absolute;
	width: var(--exa-artist-coverflow-card-w);
	height: var(--exa-artist-coverflow-card-h);
	border-radius: var(--exa-artist-coverflow-radius);
	overflow: hidden;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow:
		0 18px 42px -18px rgba(0, 0, 0, 0.88),
		0 28px 28px -24px rgba(0, 0, 0, 0.96);
	cursor: pointer;
	user-select: none;
	transform-style: preserve-3d;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition:
		transform var(--exa-artist-coverflow-transition) var(--exa-artist-coverflow-easing),
		opacity var(--exa-artist-coverflow-transition) var(--exa-artist-coverflow-easing),
		box-shadow 0.35s ease,
		background-color 0.35s ease;
}
.exa-artist-coverflow__card.active {
	transform: translateY(0) scale(1);
	z-index: 40;
	opacity: 1;
	cursor: default;
	box-shadow:
		0 34px 84px -24px rgba(0, 0, 0, 0.96),
		0 22px 30px -22px rgba(0, 0, 0, 0.98);
}
.exa-artist-coverflow__card.active:hover {
	transform: translate3d(0, -8px, 0) scale(1);
	box-shadow:
		0 40px 92px -24px rgba(0, 0, 0, 0.98),
		0 26px 34px -22px rgba(0, 0, 0, 0.98);
}
.exa-artist-coverflow__card.prev {
	transform: translate3d(-63%, 0, -10px) rotateY(44deg) scale(0.84);
	z-index: 30;
	opacity: 0.88;
	box-shadow:
		0 24px 46px -24px rgba(0, 0, 0, 0.86),
		0 18px 24px -22px rgba(0, 0, 0, 0.92);
}
.exa-artist-coverflow__card.next {
	transform: translate3d(63%, 0, -10px) rotateY(-44deg) scale(0.84);
	z-index: 30;
	opacity: 0.88;
	box-shadow:
		0 24px 46px -24px rgba(0, 0, 0, 0.86),
		0 18px 24px -22px rgba(0, 0, 0, 0.92);
}
.exa-artist-coverflow__card.far-prev {
	transform: translate3d(-108%, 0, -120px) rotateY(58deg) scale(0.7);
	z-index: 20;
	opacity: 0.42;
}
.exa-artist-coverflow__card.far-next {
	transform: translate3d(108%, 0, -120px) rotateY(-58deg) scale(0.7);
	z-index: 20;
	opacity: 0.42;
}
.exa-artist-coverflow__card.hidden-card {
	transform: translate3d(0, 0, -280px) scale(0.52);
	opacity: 0;
	pointer-events: none;
}
.exa-artist-coverflow__card-media {
	width: 100%;
	height: 100%;
	position: relative;
	background: #050505;
	transform: translateZ(0);
}
.exa-artist-coverflow__card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #050505;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.exa-artist-coverflow__meta {
	margin-top: -0.18rem;
	padding: 0 1rem;
	display: flex;
	justify-content: center;
	pointer-events: none;
	position: relative;
	z-index: 46;
}
.exa-artist-coverflow__meta[hidden] {
	display: none !important;
}
.exa-artist-coverflow__meta-desc {
	font-family: var(--exa-ac-font);
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.62);
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
	max-width: calc(100% - 0.5rem);
}
.exa-artist-coverflow__nav {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	width: 48px;
	height: 78px;
	padding: 0;
	background: rgba(230, 0, 0, 0.92);
	border: 1px solid rgba(230, 0, 0, 0.92);
	border-radius: 0.6rem;
	color: #fff;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.2s ease, transform 0.14s ease, box-shadow 0.18s ease;
	-webkit-tap-highlight-color: transparent;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 12px 28px -16px rgba(230, 0, 0, 0.75);
}
.exa-artist-coverflow:hover .exa-artist-coverflow__nav,
.exa-artist-coverflow__container:hover .exa-artist-coverflow__nav,
.exa-artist-coverflow__container:focus-within .exa-artist-coverflow__nav {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.exa-artist-coverflow__nav:hover,
.exa-artist-coverflow__nav:focus-visible {
	background: rgba(230, 0, 0, 0.92);
	border-color: rgba(230, 0, 0, 0.92);
	color: #fff;
	outline: none;
	box-shadow: 0 12px 28px -16px rgba(230, 0, 0, 0.75);
}
.exa-artist-coverflow__nav:active {
	transform: translateY(calc(-50% + 1px)) scale(0.96);
	background: #c30000;
	border-color: #c30000;
	box-shadow: 0 8px 18px -14px rgba(195, 0, 0, 0.72);
}
.exa-artist-coverflow__nav--prev {
	left: 0;
	border-left: 0;
}
.exa-artist-coverflow__nav--next {
	right: 0;
	border-right: 0;
}
.exa-artist-coverflow__nav svg {
	display: block;
	width: 22px;
	height: 22px;
	pointer-events: none;
}
.exa-artist-coverflow__nav.is-disabled {
	opacity: 0.3;
	pointer-events: none;
}
.exa-artist-coverflow__nav[hidden],
.exa-artist-coverflow:hover .exa-artist-coverflow__nav[hidden],
.exa-artist-coverflow__container:hover .exa-artist-coverflow__nav[hidden] {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.exa-coverflow__lightbox-caption[hidden] { display: none !important; }
.exa-coverflow__lightbox-hint {
	margin-top: 0.7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.34rem;
	font-family: var(--exa-ac-font);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
	pointer-events: none;
}
.exa-coverflow__lightbox-hint-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.82);
	animation: exa-ac-arrow-down 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.exa-coverflow__lightbox-hint-arrow svg { display: block; }

/* ── Responsive: Tablet ── */
@media (max-width: 768px) {
	.exa-artist-stage {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
		max-width: calc(100% - 2.5rem);
	}
}

/* ── Responsive: Mobile ── */
@media (max-width: 640px) {
	.exa-artist-stage {
		margin-left: 1rem;
		margin-right: 1rem;
		max-width: calc(100% - 2rem);
		padding-top: 0;
	}
	.exa-artist-container {
		border-radius: 0.5rem;
	}
	.exa-artist-nav {
		--exa-artist-nav-chev-w: 2.2rem;
		margin: 0.8rem 0 0;
		padding: 0.32rem 0;
	}
	.exa-artist-nav__track {
		gap: 0.38rem;
		padding: 0 0.4rem;
		scroll-padding-inline: 0.4rem;
	}
	.exa-artist-nav__tab {
		min-width: min(10.5rem, calc(100vw - 6rem));
		max-width: min(12rem, calc(100vw - 6rem));
		padding: 0 0.8rem 0.26rem;
		gap: 0;
	}
	.exa-artist-nav__tab::after {
		height: 2px;
		bottom: 0;
	}
	.exa-artist-nav__name,
	.exa-artist-nav__name-ja {
		font-size: 12px;
		line-height: 1.48;
		padding-inline: 0.42rem;
	}
	.exa-artist-nav__name {
		letter-spacing: 0.12em;
		margin-bottom: 0.2rem;
	}
	.exa-artist-nav__chev svg {
		width: 18px;
		height: 18px;
	}
	.exa-artist-nav__chev {
		padding: 0;
	}
	.exa-artist-header { padding: 1.25rem 0.9rem 1.35rem; }
	.exa-artist-header__content {
		column-gap: 0.8rem;
	}
	.exa-artist-header__names {
		row-gap: 0.12rem;
	}
	.exa-artist-header__avatar-wrap { width: 4.15rem; height: 4.15rem; }
	.exa-artist-container--voice_actor .exa-artist-header__avatar-wrap { width: 4.6rem; height: 4.6rem; }
	.exa-artist-header__name { font-size: 1.02rem; }
	.exa-artist-header__name-ja { font-size: 0.92rem; }
	.exa-coverflow__lightbox-hint {
		font-size: 0.62rem;
		font-weight: 500;
		letter-spacing: 0.08em;
		color: rgba(255, 255, 255, 0.88);
	}
	.exa-coverflow__lightbox-hint-text {
		color: rgba(255, 255, 255, 0.88);
	}
	.exa-coverflow__lightbox-hint-arrow {
		color: rgba(255, 255, 255, 0.94);
	}
	.exa-artist-body { padding: 0 0.8rem; }
	.exa-artist-body__inner { padding: 0.18rem 0.8rem 0.04rem; }
	.exa-artist-portfolio__list {
		max-height: min(18rem, 34vh);
		overflow-y: auto;
		padding-right: 0.2rem;
		scrollbar-width: thin;
		overscroll-behavior: contain;
	}
	.exa-artist-coverflow {
		--exa-artist-coverflow-card-h: clamp(15.85rem, 48svh, 19.35rem);
		padding: 0.08rem 0.45rem 0.85rem;
	}
	.exa-artist-coverflow__container {
		width: min(100%, 23rem);
		min-height: calc(var(--exa-artist-coverflow-card-h) + 2rem);
	}
	.exa-artist-coverflow__card.prev {
		transform: translate3d(-42%, 0, -50px) rotateY(28deg) scale(0.82);
		opacity: 0.72;
	}
	.exa-artist-coverflow__card.next {
		transform: translate3d(42%, 0, -50px) rotateY(-28deg) scale(0.82);
		opacity: 0.72;
	}
	.exa-artist-coverflow__card.far-prev,
	.exa-artist-coverflow__card.far-next {
		opacity: 0;
		pointer-events: none;
	}
	.exa-artist-coverflow__nav {
		width: 38px;
		height: 64px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.exa-artist-coverflow__nav svg {
		width: 19px;
		height: 19px;
	}
	.exa-artist-coverflow__meta {
		margin-top: -0.12rem;
		padding: 0 0.75rem;
	}
	.exa-artist-coverflow__meta-desc {
		font-size: 0.68rem;
		letter-spacing: 0.04em;
	}
	.exa-artist-portfolio__item {
		column-gap: 0.55rem;
	}
	.exa-artist-portfolio__item-subtitle {
		font-size: 11px;
		padding-left: 0.65rem;
	}
	.exa-artist-portfolio__title {
		font-size: 12px;
	}
	.exa-artist-portfolio__item-title,
	.exa-artist-portfolio__item-role,
	.exa-artist-bio__text {
		font-size: 13px;
	}
	.exa-coverflow__lightbox-caption {
		font-size: 0.74rem;
		margin-top: 0.7rem;
	}
}

/* ── Responsive: Small Mobile ── */
@media (max-width: 400px) {
	.exa-artist-stage {
		margin-left: 0.85rem;
		margin-right: 0.85rem;
		max-width: calc(100% - 1.7rem);
	}
	.exa-artist-nav__tab {
		min-width: min(9.4rem, calc(100vw - 5.2rem));
		max-width: min(10.4rem, calc(100vw - 5.2rem));
		padding: 0.56rem 0.72rem 0.26rem;
	}
	.exa-artist-header__name { font-size: 1rem; }
	.exa-artist-header__name-ja { font-size: 0.9rem; }
	.exa-artist-coverflow {
		--exa-artist-coverflow-card-h: clamp(14.65rem, 46svh, 17.75rem);
	}
}

@media (hover: hover) and (pointer: fine) {
	.exa-artist-header__content:hover .exa-artist-header__name,
	.exa-artist-header__content:hover .exa-artist-header__name-ja {
		color: var(--exa-ac-accent);
	}

	.exa-artist-container--voice_actor .exa-artist-header__avatar-wrap:hover {
		transform: scale(1.04) translateZ(0);
		box-shadow: 0 0 18px rgba(255, 255, 255, 0.12), 0 12px 28px rgba(0, 0, 0, 0.26);
	}

	.exa-artist-container--voice_actor .exa-artist-header__avatar-wrap:hover .exa-artist-header__avatar {
		transform: scale(1.04) translateZ(0);
		filter: brightness(1.08);
	}

}

/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
	.exa-artist-coverflow__card,
	.exa-coverflow__lightbox { transition: none; }
}

/* ════════════════════════════════════════════════════════════════════════════
   PRODUCT RELEASE MANAGER (V48.0 — Gameography Products)
   Inherits all Artist Container styles; only additions/overrides below.
   ════════════════════════════════════════════════════════════════════════════ */

/* ── Top Licensor Logo (centered isolated row above GAME INFO) ── */
.exa-product-releaselogo {
	--exa-product-licensor-scale: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0 0.35rem;
}
.exa-product-releaselogo[hidden] {
	display: none !important;
}
.exa-product-releaselogo img {
	display: block;
	max-width: min(100%, 13.75rem);
	max-height: 4.5rem;
	width: auto;
	height: auto;
	object-fit: contain;
	transform: scale(var(--exa-product-licensor-scale));
	transform-origin: center;
}

/* ── GAME INFO Divider ── */
.exa-artist-container--gameography_product .exa-artist-portfolio__title.exa-product-gameinfo-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-bottom: 0.25rem;
	margin: 0 0 0.3rem;
}

.exa-artist-container--gameography_product .exa-artist-header__content,
.exa-artist-container--gameography_product .exa-artist-header__identity,
.exa-artist-container--gameography_product .exa-artist-header__names {
	width: 100%;
}

.exa-product-title-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: inherit;
	width: calc(100% - 1.9rem);
	max-width: calc(100% - 1.9rem);
	margin: 0 auto;
	padding-bottom: 0.38rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-decoration: none;
	color: inherit;
}

.exa-product-title-link.is-linkable {
	cursor: pointer;
}

.exa-product-title-link.is-linkable:hover .exa-artist-header__name,
.exa-product-title-link.is-linkable:hover .exa-artist-header__name-ja,
.exa-product-title-link.is-linkable:focus-visible .exa-artist-header__name,
.exa-product-title-link.is-linkable:focus-visible .exa-artist-header__name-ja {
	color: var(--exa-ac-accent);
}

.exa-product-title-link:focus-visible {
	outline: 2px solid rgba(230, 0, 0, 0.95);
	outline-offset: 4px;
	border-radius: 0.25rem;
}

/* ── 3-Column Metadata Grid (Genre · Specs · Description) ── */
.exa-product-metagrid {
	--exa-metagrid-rule: 1px solid rgba(255, 255, 255, 0.08);
	--exa-metagrid-gutter: clamp(0.78rem, 2vw, 1.25rem);
	--exa-metagrid-specs-gutter: clamp(0.9rem, 1.7vw, 1.22rem);
	display: grid;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	grid-template-columns: max-content max-content minmax(0, clamp(9.8rem, 23vw, 12.85rem));
	align-items: stretch;
	padding: 0.18rem clamp(0.26rem, 0.65vw, 0.42rem) 0 clamp(1.55rem, 2.75vw, 2rem);
	position: relative;
	left: clamp(1.6rem, 2.7vw, 2.15rem);
}

.exa-product-metagrid__col {
	min-width: 0;
	padding-inline: var(--exa-metagrid-gutter);
	display: flex;
	align-items: center;
}

.exa-product-metagrid__col[hidden] {
	visibility: hidden;
}

.exa-product-metagrid__col--genre {
	justify-content: center;
	position: relative;
	padding-left: clamp(0.18rem, 0.45vw, 0.32rem);
	padding-right: calc(var(--exa-metagrid-gutter) + 0.14rem);
}

.exa-product-metagrid__genre-icon {
	width: clamp(4rem, 8vw, 5.5rem);
	height: clamp(4rem, 8vw, 5.5rem);
	aspect-ratio: 1 / 1;
	object-fit: contain;
	display: block;
}

.exa-product-metagrid__col--specs {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding-inline: var(--exa-metagrid-specs-gutter);
	position: relative;
}

.exa-product-metagrid__col--genre::after,
.exa-product-metagrid__col--specs::after {
	content: "";
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.08);
}

.exa-product-metagrid__field {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.1rem;
}

.exa-product-metagrid__label {
	/* 1:1 with .exa-artist-coverflow__meta-desc ("Key Visual" subtitle) */
	font-family: var(--exa-ac-font);
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.62);
}

.exa-product-metagrid__value {
	display: inline-block;
	margin: 0;
	font-family: var(--exa-ac-font);
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.exa-product-metagrid__col--desc {
	padding-right: clamp(0.35rem, 0.85vw, 0.6rem);
}

.exa-artist-container--gameography_product .exa-artist-coverflow {
	padding: 0 0.75rem 0.54rem;
}

.exa-artist-container--gameography_product .exa-artist-coverflow__container {
	min-height: calc(var(--exa-artist-coverflow-card-h) + 2.05rem);
}

#ProductReleases .exa-product-metagrid__desc {
	min-width: 0;
	width: 100%;
	padding-left: clamp(0.18rem, 0.55vw, 0.32rem);
	text-align: left;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

#ProductReleases .exa-product-metagrid__desc,
#ProductReleases .exa-product-metagrid__desc :where(p, ul, ol, li, a, span, strong, em, b, i) {
	font-family: var(--exa-ac-font) !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 1.7 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: var(--exa-ac-text-muted) !important;
}

#ProductReleases .exa-product-metagrid__desc p,
#ProductReleases .exa-product-metagrid__desc ul,
#ProductReleases .exa-product-metagrid__desc ol {
	margin-top: 0;
	margin-bottom: 0;
}

/* ── Poster Link ── */
.exa-product-coverflow__link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}

.exa-product-coverflow__link:focus-visible {
	outline: 2px solid rgba(230, 0, 0, 0.95);
	outline-offset: -2px;
}

/* ── Responsive: Tablet ── */
@media (max-width: 900px) {
	.exa-product-metagrid {
		grid-template-columns: max-content max-content minmax(0, clamp(8.95rem, 27.5vw, 11rem));
		gap: 0.85rem;
	}

	.exa-product-metagrid__label {
		font-size: 0.58rem;
	}

	.exa-product-metagrid__value {
		font-size: 0.72rem;
	}

	.exa-product-releaselogo img {
		max-width: 11rem;
		max-height: 3.5rem;
	}

	#ProductReleases .exa-product-metagrid__desc,
	#ProductReleases .exa-product-metagrid__desc :where(p, ul, ol, li, a, span, strong, em, b, i) {
		font-size: 13px !important;
	}
}

/* ── Responsive: Mobile ──
   Keep the 3-column inline row at all viewports (matches the inline
   layout language of the Illustrator / VA / Composer containers).
   Only the metagrid gutter shrinks to keep dividers in parity. */
@media (max-width: 720px) {
	.exa-product-metagrid {
		--exa-metagrid-gutter: clamp(0.5rem, 2vw, 0.85rem);
	}
}

@media (max-width: 520px) {
	.exa-product-metagrid {
		--exa-metagrid-gutter: 0.45rem;
	}

	.exa-product-metagrid__genre-icon {
		width: clamp(2.75rem, 12vw, 3.5rem);
		height: clamp(2.75rem, 12vw, 3.5rem);
	}

	.exa-product-metagrid__label {
		font-size: 0.52rem;
	}

	.exa-product-metagrid__value {
		font-size: 0.66rem;
	}

	#ProductReleases .exa-product-metagrid__desc,
	#ProductReleases .exa-product-metagrid__desc :where(p, ul, ol, li, a, span, strong, em, b, i) {
		font-size: 11px !important;
		line-height: 1.55 !important;
	}

	.exa-artist-container--gameography_product .exa-artist-coverflow {
		padding: 0 0.45rem 0.48rem;
	}

	.exa-artist-container--gameography_product .exa-artist-coverflow__container {
		min-height: calc(var(--exa-artist-coverflow-card-h) + 1.7rem);
	}
}
