/* =========================================================
   Charly Universe — Home v2 (dark hero, light universe)
   ========================================================= */

.cu-is-home2 {
	--ink: #121214;
	--ink-soft: #55524d;
	--paper: #ffffff;
	--sand: #f6f3ee;
	--sand-2: #ece6dc;
	--gold-ink: #8a6a3a;
	--hx-radius: 22px;
	--hx-wrap: 1320px;
}

html.cu-html--home2 { background: var(--void); scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
html.cu-html--home2 body.cu-is-home2 { background: var(--paper); color: var(--ink); overflow-x: hidden; }

.hx-wrap {
	width: min(var(--hx-wrap), calc(100% - 2 * var(--space)));
	margin-inline: auto;
}

/* —— Header (home) —— */
.cu-is-home2 .cu-header {
	background: linear-gradient(180deg, rgba(7, 7, 8, 0.72), rgba(7, 7, 8, 0));
	padding: 1.1rem var(--space) 1rem;
	border-bottom: 1px solid rgba(201, 163, 106, 0.28);
	transition: background 0.4s var(--ease), padding 0.4s var(--ease), border-color 0.4s var(--ease);
}

.cu-is-home2 .cu-header.is-scrolled {
	background: rgba(9, 9, 11, 0.9);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding-block: 0.75rem;
	border-bottom-color: rgba(201, 163, 106, 0.22);
}

.cu-is-home2 .cu-logo { gap: 0.3rem; line-height: 1; }
.cu-is-home2 .cu-logo__charly {
	font-family: var(--serif);
	font-size: 1.32rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.26em;
	color: var(--gold);
}
.cu-is-home2 .cu-logo__universe {
	font-family: var(--serif);
	font-size: 0.86rem;
	font-weight: 500;
	letter-spacing: 0.5em;
	color: var(--bone);
	margin-left: 0;
}
.cu-is-home2 .cu-nav a { font-weight: 400; letter-spacing: 0.2em; }

/* —— Buttons —— */
.hx-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 1rem 1.6rem;
	border-radius: 4px;
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: transform 0.35s var(--ease), background 0.3s, color 0.3s, box-shadow 0.35s var(--ease);
}
.hx-btn svg { transition: transform 0.35s var(--ease); }
.hx-btn:hover svg { transform: translateX(4px); }

.hx-btn--gold {
	background: linear-gradient(180deg, #c9a36a, #b08850);
	color: #120d06;
	box-shadow: 0 10px 30px -12px rgba(201, 163, 106, 0.7);
}
.hx-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -14px rgba(201, 163, 106, 0.85); }

.hx-btn--light {
	background: rgba(255, 255, 255, 0.95);
	color: var(--ink);
}
.hx-btn--light:hover { background: var(--accent, var(--gold)); color: #0b0b0c; }

.hx-btn--ink { background: var(--ink); color: #fff; }
.hx-btn--ink:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }

.hx-round {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s var(--ease);
}
.hx-round:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hx-round--ink { border-color: rgba(18, 18, 20, 0.18); color: var(--ink); width: 44px; height: 44px; }
.hx-round--ink:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.hx-round:disabled { opacity: 0.3; pointer-events: none; }

.hx-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ink);
	padding-block: 0.4rem;
	border-bottom: 1px solid currentColor;
}
.hx-link:hover { color: var(--gold-ink); }

/* —— Hero —— */
.hx-hero {
	position: relative;
	min-height: max(620px, 100svh);
	display: grid;
	align-items: center;
	overflow: hidden;
	background: #050506;
	color: var(--bone);
	isolation: isolate;
}

.hx-hero__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hx-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 50%;
}

.hx-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 5, 6, 0.86) 0%, rgba(5, 5, 6, 0.55) 34%, rgba(5, 5, 6, 0) 62%),
		linear-gradient(180deg, rgba(5, 5, 6, 0.55) 0%, rgba(5, 5, 6, 0) 22%, rgba(5, 5, 6, 0) 70%, rgba(5, 5, 6, 0.7) 100%);
}

.hx-hero__stars {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.55;
	background-image:
		radial-gradient(1px 1px at 12% 18%, #fff 50%, transparent 51%),
		radial-gradient(1px 1px at 28% 62%, #fff 50%, transparent 51%),
		radial-gradient(1.4px 1.4px at 44% 12%, #f6e2b8 50%, transparent 51%),
		radial-gradient(1px 1px at 8% 78%, #fff 50%, transparent 51%),
		radial-gradient(1px 1px at 36% 36%, #fff 50%, transparent 51%),
		radial-gradient(1.2px 1.2px at 20% 44%, #fff 50%, transparent 51%),
		radial-gradient(1px 1px at 52% 70%, #fff 50%, transparent 51%);
	animation: hx-twinkle 5s ease-in-out infinite alternate;
}

.hx-hero__content {
	position: relative;
	display: grid;
	justify-items: center;
	text-align: center;
	width: min(560px, 100%);
	margin-left: max(var(--space), calc((100vw - 1320px) / 2 + 40px));
	padding: 7rem var(--space) 5rem;
}

.hx-hero__title { margin: 0; display: grid; gap: 0.2em; font-weight: 400; }
.hx-hero__charly,
.hx-hero__universe {
	display: block;
	font-family: var(--serif);
	text-transform: uppercase;
	line-height: 1;
	padding-left: 0.3em; /* optical: compensate trailing letter-spacing */
}
.hx-hero__charly {
	font-size: clamp(3.4rem, 8.2vw, 7.4rem);
	font-weight: 500;
	letter-spacing: 0.3em;
	background: linear-gradient(180deg, #e9cf9b 0%, #c9a36a 55%, #9c7843 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.hx-hero__universe {
	font-size: clamp(1.9rem, 4.4vw, 3.9rem);
	font-weight: 500;
	letter-spacing: 0.34em;
	color: #f6f2ea;
}

.hx-hero__rule {
	display: block;
	width: 64px;
	height: 1px;
	margin: 2rem 0 1.6rem;
	background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hx-hero__lead {
	margin: 0 0 2.2rem;
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	font-weight: 300;
	line-height: 1.7;
	color: rgba(243, 238, 228, 0.9);
}

.hx-hero__content > * { animation: hx-rise 1.1s var(--ease) both; }
.hx-hero__content > :nth-child(2) { animation-delay: 0.15s; }
.hx-hero__content > :nth-child(3) { animation-delay: 0.25s; }
.hx-hero__content > :nth-child(4) { animation-delay: 0.35s; }

.hx-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 2.2rem;
	width: 22px;
	height: 36px;
	margin-left: -11px;
	border: 1px solid rgba(243, 238, 228, 0.4);
	border-radius: 20px;
}
.hx-hero__scroll span {
	position: absolute;
	left: 50%;
	top: 7px;
	width: 2px;
	height: 7px;
	margin-left: -1px;
	border-radius: 2px;
	background: var(--gold);
	animation: hx-wheel 1.8s ease-in-out infinite;
}

/* —— Light layer —— */
.hx-light {
	position: relative;
	z-index: 3;
	margin-top: calc(-1 * var(--hx-radius));
	padding-top: clamp(4rem, 8vw, 7rem);
	background: var(--paper);
	border-radius: var(--hx-radius) var(--hx-radius) 0 0;
	color: var(--ink);
}

.hx-head {
	display: grid;
	grid-template-columns: 1fr minmax(0, 420px);
	align-items: end;
	gap: 1.5rem 3rem;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}
.hx-head--row { grid-template-columns: 1fr auto; }
.hx-head__aside { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.7; }
.hx-head__tools { display: flex; align-items: center; gap: 0.6rem; }
.hx-head__tools .hx-link { margin-right: 1rem; }

.hx-kicker {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 0.9rem;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--gold-ink);
}
.hx-kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.hx-title {
	margin: 0;
	font-family: var(--serif);
	font-weight: 500;
	font-size: clamp(2.3rem, 4.6vw, 3.9rem);
	line-height: 1.02;
	letter-spacing: -0.01em;
	color: var(--ink);
}

/* —— Worlds: pinned scroll stage, light (canvas scrubbed by scroll inside a window) —— */
.hx-worlds { padding-bottom: 0; }

.hx-scrolly { position: relative; background: var(--paper); color: var(--ink); }
.hx-scrolly__stage { position: relative; }
.hx-scrolly__canvas,
.hx-scrolly__window,
.hx-scrolly__nav,
.hx-scrolly__hint { display: none; }

/* Fallback (no JS / reduced motion): stacked worlds, image on the right */
.hx-step {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.3rem;
	width: min(44vw, 580px);
	min-height: 88vh;
	padding: clamp(4rem, 8vh, 6rem) 0 clamp(4rem, 8vh, 6rem) clamp(1.4rem, 5vw, 5rem);
	box-sizing: content-box;
}
.hx-scrolly:not(.is-live) .hx-step::after {
	content: "";
	position: absolute;
	top: 6vh;
	bottom: 6vh;
	left: calc(100% + 4vw);
	width: 48vw;
	border-radius: var(--hx-radius);
	background: var(--bgc, #050506) var(--bg) center / var(--fit, cover) no-repeat;
}

/* Live (pinned) */
.hx-scrolly.is-live .hx-scrolly__stage {
	height: 100vh;
	height: 100lvh;
	overflow: hidden;
}
.hx-scrolly.is-live .hx-scrolly__canvas {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
/* the "window" into each universe: canvas is clipped to this box */
.hx-scrolly.is-live .hx-scrolly__window {
	display: block;
	position: absolute;
	top: calc(var(--hx-header, 76px) + 4vh);
	bottom: 12vh;
	right: clamp(1rem, 3vw, 3rem);
	width: 50vw;
	border-radius: var(--hx-radius);
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(18, 18, 20, 0.06), inset 0 -120px 120px -60px rgba(0, 0, 0, 0.45), 0 50px 90px -60px rgba(18, 18, 20, 0.6);
}

.hx-scrolly.is-live .hx-scrolly__steps { position: absolute; inset: 0; }
.hx-scrolly.is-live .hx-step {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	min-height: 0;
	padding-top: calc(var(--hx-header, 76px) + 4vh);
	padding-bottom: 14vh;
	pointer-events: none;
	visibility: hidden;
	transition: visibility 0s linear 0.7s;
}
.hx-scrolly.is-live .hx-step.is-on { pointer-events: auto; visibility: visible; transition-delay: 0s; }

.hx-step__index {
	margin: 0;
	font-family: var(--mono);
	font-size: 0.76rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ink-soft);
}
.hx-step__index span { color: var(--gold-ink); }

.hx-step__title {
	display: flex;
	align-items: center;
	gap: 0.22em;
	margin: 0;
	font-family: var(--serif);
	font-weight: 500;
	font-size: clamp(3rem, 6vw, 6.4rem);
	line-height: 0.92;
	letter-spacing: -0.02em;
	color: var(--ink);
}
.hx-step__mark { width: auto; height: 0.78em; flex: 0 0 auto; }
.hx-scrolly.is-live .hx-scrolly__window { transition: box-shadow 0.6s var(--ease); }
.hx-scrolly.is-light-scene .hx-scrolly__window { box-shadow: inset 0 0 0 1px var(--sand-2), 0 50px 90px -60px rgba(18, 18, 20, 0.35); }

.hx-step__side { display: grid; gap: 1.3rem; justify-items: start; }
.hx-step__text { margin: 0; max-width: 460px; font-size: 1.05rem; line-height: 1.7; color: var(--ink-soft); }
.hx-step__shelf { display: grid; gap: 0.55rem; width: min(100%, 420px); }

/* reveal choreography (live only) */
.hx-scrolly.is-live .hx-step__index,
.hx-scrolly.is-live .hx-step__title,
.hx-scrolly.is-live .hx-step__side > * {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.55s var(--ease), transform 0.9s var(--ease);
}
.hx-scrolly.is-live .hx-step__title { transform: translateY(60px); filter: blur(6px); transition: opacity 0.6s var(--ease), transform 1s var(--ease), filter 0.8s var(--ease); }
.hx-scrolly.is-live .hx-step.is-on .hx-step__index,
.hx-scrolly.is-live .hx-step.is-on .hx-step__title,
.hx-scrolly.is-live .hx-step.is-on .hx-step__side > * { opacity: 1; transform: none; filter: none; }
.hx-scrolly.is-live .hx-step.is-on .hx-step__title { transition-delay: 0.08s; }
.hx-scrolly.is-live .hx-step.is-on .hx-step__side > :nth-child(1) { transition-delay: 0.18s; }
.hx-scrolly.is-live .hx-step.is-on .hx-step__side > :nth-child(2) { transition-delay: 0.26s; }
.hx-scrolly.is-live .hx-step.is-on .hx-step__side > :nth-child(3) { transition-delay: 0.34s; }
.hx-scrolly.is-live .hx-step.is-past .hx-step__index,
.hx-scrolly.is-live .hx-step.is-past .hx-step__title,
.hx-scrolly.is-live .hx-step.is-past .hx-step__side > * { transform: translateY(-40px); }

.hx-mini {
	display: grid;
	grid-template-columns: 52px 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.9rem;
	align-items: center;
	padding: 0.5rem;
	border-radius: 12px;
	background: var(--sand);
	border: 1px solid var(--sand-2);
	transition: background 0.3s, border-color 0.3s, transform 0.4s var(--ease);
}
.hx-mini:hover { background: #fff; border-color: var(--gold); transform: translateX(4px); }
.hx-mini__img { grid-row: 1 / 3; width: 52px; height: 52px; border-radius: 8px; overflow: hidden; background: #0a0a0b; }
.hx-mini__img img { width: 100%; height: 100%; object-fit: cover; }
.hx-mini__img--logo { background: #fff; border: 1px solid var(--sand-2); }
.hx-mini__img--logo img { object-fit: contain; padding: 7px; }
.hx-mini__name { align-self: end; font-size: 0.9rem; line-height: 1.25; color: var(--ink); }
.hx-mini__price { align-self: start; font-size: 0.82rem; font-weight: 500; color: var(--gold-ink); }
.hx-soon-label { font-weight: 500; letter-spacing: 0.06em; color: var(--ink-soft); }
.hx-mini__price .cu-price-suffix { font-weight: 300; color: var(--ink-soft); margin-left: 0.2rem; }

.hx-soon {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0;
	padding: 0.7rem 1.1rem;
	border-radius: 99px;
	border: 1px solid var(--sand-2);
	background: var(--sand);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ink);
}
.hx-soon__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: hx-pulse 2s infinite; }

/* nav + progress */
.hx-scrolly.is-live .hx-scrolly__nav {
	position: absolute;
	left: clamp(1.4rem, 5vw, 5rem);
	bottom: 5vh;
	display: flex;
	gap: clamp(1rem, 2.6vw, 2.4rem);
	padding-top: 1rem;
}
.hx-scrolly__bar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: var(--sand-2);
}
.hx-scrolly__bar span {
	position: absolute;
	inset: 0;
	background: var(--ink);
	transform-origin: left;
	transform: scaleX(var(--p, 0));
}
.hx-dot {
	display: flex;
	align-items: baseline;
	gap: 0.55rem;
	color: rgba(18, 18, 20, 0.45);
	transition: color 0.3s;
}
.hx-dot:hover,
.hx-dot.is-on { color: var(--ink); }
.hx-dot__num { font-family: var(--mono); font-size: 0.7rem; color: var(--gold-ink); }
.hx-dot__label { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; }

.hx-scrolly.is-live .hx-scrolly__hint {
	display: block;
	position: absolute;
	right: clamp(1rem, 3vw, 3rem);
	bottom: 5vh;
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--ink-soft);
	transition: opacity 0.4s;
}
.hx-scrolly.is-moved .hx-scrolly__hint { opacity: 0; }

/* —— Brands: logo row —— */
.hx-brands {
	padding: clamp(4.5rem, 9vw, 7.5rem) 0;
	background: var(--sand);
	border-top: 1px solid var(--sand-2);
}
.hx-brands__head { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.hx-brands__head .hx-kicker { justify-content: center; }
.hx-brands__head .hx-kicker::after { content: ""; width: 28px; height: 1px; background: currentColor; }

.hx-logos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--sand-2);
	border-bottom: 1px solid var(--sand-2);
}
.hx-logo-cell {
	display: grid;
	grid-template-rows: 150px auto auto;
	justify-items: center;
	align-content: start;
	gap: 0.9rem;
	padding: 2.4rem 2rem 2.6rem;
	text-align: center;
}
.hx-logo-cell + .hx-logo-cell { border-left: 1px solid var(--sand-2); }

.hx-logo-cell__mark {
	display: grid;
	place-items: center;
	width: 100%;
	height: 150px;
	filter: grayscale(1);
	opacity: 0.72;
	transition: filter 0.45s var(--ease), opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.hx-logo-cell:hover .hx-logo-cell__mark { filter: none; opacity: 1; transform: translateY(-3px); }

.hx-wm { display: inline-grid; justify-items: center; gap: 0.45rem; line-height: 1; }
.hx-wm__main { font-family: var(--serif); font-weight: 500; text-transform: uppercase; color: var(--ink); }
.hx-wm__sub { font-family: var(--serif); font-weight: 500; text-transform: uppercase; color: var(--gold-ink); }
.hx-wm--kane .hx-wm__main { font-size: 1.9rem; letter-spacing: 0.2em; padding-left: 0.2em; }
.hx-wm--kane .hx-wm__sub { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.42em; padding-left: 0.42em; color: var(--ink-soft); }
.hx-wm--universe .hx-wm__main { font-size: 1.9rem; letter-spacing: 0.3em; padding-left: 0.3em; color: var(--gold-ink); }
.hx-wm--universe .hx-wm__sub { font-size: 1.05rem; letter-spacing: 0.52em; padding-left: 0.52em; color: var(--ink); }
.hx-wm--img { width: auto; height: 104px; }

.hx-logo-cell__text { margin: 0; max-width: 300px; font-size: 0.95rem; line-height: 1.65; color: var(--ink-soft); }
.hx-logo-cell__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-family: var(--mono);
	font-size: 0.8rem;
	color: var(--ink);
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--sand-2);
	transition: color 0.25s, border-color 0.25s;
}
.hx-logo-cell__link:hover { color: var(--gold-ink); border-color: var(--gold); }

/* —— Trust —— */
.hx-trust { padding: clamp(3rem, 6vw, 4.5rem) 0; background: var(--paper); border-top: 1px solid var(--sand-2); }
.hx-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.hx-trust__grid li { display: grid; justify-items: center; text-align: center; gap: 0.35rem; }
.hx-trust__icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 0.6rem;
	border-radius: 50%;
	background: var(--sand);
	color: var(--gold-ink);
}
.hx-trust strong { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); }
.hx-trust span:not(.hx-trust__icon) { font-size: 0.92rem; color: var(--ink-soft); }

/* —— Footer —— */
.hx-footer {
	position: relative;
	z-index: 3;
	background: #070708;
	color: rgba(243, 238, 228, 0.72);
	padding-top: clamp(3.5rem, 6vw, 5rem);
	border-top: 1px solid rgba(201, 163, 106, 0.25);
}
.hx-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.hx-logo { display: inline-grid; gap: 0.3rem; margin-bottom: 1.2rem; line-height: 1; }
.hx-logo__charly { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); }
.hx-logo__universe { font-family: var(--serif); font-size: 1rem; font-weight: 500; letter-spacing: 0.5em; text-transform: uppercase; color: var(--bone); }
.hx-footer__brand p { margin: 0; max-width: 340px; line-height: 1.7; }
.hx-footer__h { margin: 0 0 1.1rem; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.hx-footer__col ul { display: grid; gap: 0.7rem; }
.hx-footer__col a { transition: color 0.25s; }
.hx-footer__col a:hover { color: var(--gold-hi); }
.hx-footer__legal { padding: 1.4rem 0 1.8rem; border-top: 1px solid rgba(243, 238, 228, 0.08); font-size: 0.8rem; color: var(--mist); }
.hx-footer__legal p { margin: 0; }

/* —— Reveal —— */
.hx-js [data-hx-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.9s var(--ease) var(--d, 0ms), transform 1s var(--ease) var(--d, 0ms);
}
.hx-js [data-hx-reveal].is-in { opacity: 1; transform: none; }
.hx-js .hx-card[data-hx-reveal].is-in:hover { transform: translateY(-6px); transition-delay: 0ms; }

/* —— Keyframes —— */
@keyframes hx-drift { from { transform: scale(1); } to { transform: scale(1.07); } }
@keyframes hx-twinkle { from { opacity: 0.25; } to { opacity: 0.7; } }
@keyframes hx-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes hx-wheel { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }
@keyframes hx-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hx-pulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 60%, transparent); } 100% { box-shadow: 0 0 0 10px transparent; } }

/* —— Responsive —— */
@media (max-width: 1100px) {
	.hx-step { width: min(42vw, 520px); }
	.hx-scrolly.is-live .hx-scrolly__window { width: 48vw; }
}

@media (max-width: 900px) {
	.cu-is-home2 .cu-logo__charly { font-size: 1.1rem; }
	.cu-is-home2 .cu-logo__universe { font-size: 0.72rem; }
	.hx-head,
	.hx-head--row { grid-template-columns: 1fr; }
	.hx-head--row .hx-head__tools { justify-content: space-between; }
	.hx-head__tools .hx-link { margin-right: auto; }
	.hx-trust__grid { grid-template-columns: repeat(2, 1fr); row-gap: 2.4rem; }
	.hx-footer__grid { grid-template-columns: 1fr 1fr; }
	.hx-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
	.hx-hero { align-items: end; }
	.hx-hero::after {
		background: linear-gradient(180deg, rgba(5, 5, 6, 0.6) 0%, rgba(5, 5, 6, 0.1) 30%, rgba(5, 5, 6, 0.55) 62%, rgba(5, 5, 6, 0.92) 100%);
	}
	.hx-hero__video {
		inset: 4.5rem auto auto 50%;
		width: 175%;
		height: auto;
		aspect-ratio: 1920 / 1056;
		translate: -54% 0;
		-webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
		mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
	}
	.hx-hero__content { margin-inline: auto; padding: 0 var(--space) 6.5rem; }
	.hx-hero__charly { letter-spacing: 0.22em; padding-left: 0.22em; }
	.hx-hero__universe { letter-spacing: 0.28em; padding-left: 0.28em; }

	.hx-step { width: auto; min-height: 0; padding: 3rem 1.4rem; box-sizing: border-box; }
	.hx-scrolly:not(.is-live) .hx-step::after { position: static; display: block; order: -1; width: 100%; aspect-ratio: 16 / 10; }
	.hx-scrolly.is-live .hx-scrolly__window { top: calc(var(--hx-header, 70px) + 1.5vh); bottom: auto; left: 1rem; right: 1rem; width: auto; height: 38vh; }
	.hx-scrolly.is-live .hx-step {
		right: 0;
		justify-content: flex-start;
		gap: 0.9rem;
		padding: calc(var(--hx-header, 70px) + 38vh + 4vh) 1.4rem 11vh;
	}
	.hx-step__title { font-size: clamp(2.5rem, 11vw, 3.4rem); }
	.hx-step__side { gap: 0.9rem; }
	.hx-step__text { font-size: 0.95rem; line-height: 1.6; }
	.hx-step__shelf .hx-mini:nth-child(n+2) { display: none; }
	.hx-scrolly.is-live .hx-scrolly__nav { left: 1.4rem; right: 1.4rem; bottom: 3vh; justify-content: space-between; gap: 0.5rem; }
	.hx-dot__label { font-size: 0.6rem; letter-spacing: 0.08em; }
	.hx-dot__num { display: none; }
	.hx-scrolly.is-live .hx-scrolly__hint { display: none; }

	.hx-logos { grid-template-columns: 1fr; border-bottom: 0; }
	.hx-logo-cell { grid-template-rows: 120px auto auto; padding: 2rem 1rem; border-bottom: 1px solid var(--sand-2); }
	.hx-logo-cell + .hx-logo-cell { border-left: 0; }
	.hx-logo-cell__mark { height: 120px; filter: none; opacity: 1; }
	.hx-wm--img { height: 88px; }
	.hx-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
	.hx-hero__content > *,
	.hx-hero__scroll span,
	.hx-soon__dot { animation: none; }
	.hx-js [data-hx-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ===== Mobile: off-canvas menu must never widen the page ===== */
html.cu-html, html.cu-html body { overflow-x: clip; }
@media (max-width: 900px) {
	.cu-nav { transform: translateY(-8px) !important; opacity: 0; visibility: hidden; pointer-events: none; transition: transform 0.35s var(--ease), opacity 0.3s, visibility 0s linear 0.35s; }
	.cu-nav.is-open { transform: none !important; opacity: 1; visibility: visible; pointer-events: auto; transition: transform 0.35s var(--ease), opacity 0.3s, visibility 0s; }
}
