/* RAVE ON homepage v2 — "the club" landing.
 * Ported from the static redesign (Updated style/AI shirt generation redesign/);
 * inline styles became the rh-* classes below, plus the responsive behaviour the
 * static handoff never had. Loads only on the front page.
 *
 * Tokens (from neon-motion.css / the handoff, unchanged):
 *   ink #0b0b14 · body #3d3d52 · muted #6e6e7e
 *   holo  linear-gradient(100deg,#ff2ec4,#7b2bff,#00e5ff,#39ff88,#ff2ec4)
 *   pastel linear-gradient(140deg,#ffe9f8,#efe6ff,#e0fbff,#e6ffef)
 */

@keyframes rh-holo { to { background-position: 300% center; } }
@keyframes rh-scroll { to { transform: translateX(-50%); } }
@keyframes rh-blink { 50% { opacity: 0; } }
@keyframes rh-liquid {
	0%   { background-position: 0% 50%, 100% 20%, 40% 100%, 80% 80%; }
	50%  { background-position: 100% 50%, 0% 80%, 90% 10%, 10% 40%; }
	100% { background-position: 0% 50%, 100% 20%, 40% 100%, 80% 80%; }
}

/* --- Page shell ------------------------------------------------------- */

body.rh-body { background: #0b0b14; }

/* Astra leaves us inside #content > .ast-container; flatten it so the floors
 * are full-bleed. Scoped to the front page only. */
body.rh-body .ast-container { max-width: 100% !important; padding: 0 !important; }
body.rh-body #content { background: transparent !important; }

/* The header sits over the dark video plate here (every other page is pastel),
 * so give it the white glass treatment from the static design. */
body.rh-body #masthead {
	position: sticky; top: 0; z-index: 50;
	background: rgba(255,255,255,.9) !important;
	backdrop-filter: blur(16px) saturate(160%);
	border-bottom: 1px solid rgba(11,11,20,.1);
}

/* .ast-container is a flex row — without these the page sizes to max-content
 * and overflows the viewport instead of wrapping. */
.rh-page { position: relative; z-index: 1; width: 100%; min-width: 0; }

/* --- Fixed video plate ------------------------------------------------ */

.rh-plate { position: fixed; inset: 0; z-index: 0; overflow: hidden; background: #0b0b14; }
.rh-plate video {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; opacity: 0; transition: opacity .5s ease;
}
.rh-plate__tint {
	position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(255,46,196,.45), rgba(123,43,255,.5), rgba(0,229,255,.4));
	mix-blend-mode: overlay;
}
.rh-plate__vignette {
	position: absolute; inset: 0;
	background: radial-gradient(ellipse at 50% 45%, rgba(11,11,20,.18) 0%, rgba(11,11,20,.82) 80%);
}

/* The plate is positioned with z-index:0, so it paints above every *unpositioned*
 * box in the document — and Astra's footer lives outside .rh-page, with no
 * position of its own. Without this the whole footer (columns, copyright bar)
 * is hidden behind the video on the front page only. */
body.rh-body #colophon { position: relative; z-index: 1; }

/* --- Shared bits ------------------------------------------------------ */

.rh-pill {
	display: inline-block; border-radius: 999px; padding: 6px 14px;
	font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.rh-pill--ink  { background: #0b0b14; color: #fff; }
.rh-pill--holo { background: linear-gradient(100deg, #ff2ec4, #7b2bff, #00e5ff); color: #fff; }
.rh-pill--line { border: 1px solid rgba(11,11,20,.24); color: #3d3d52; }

.rh-btn {
	display: inline-block; text-align: center; border-radius: 999px; padding: 14px 28px;
	font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 14px; line-height: 1;
	text-decoration: none; border: 0; cursor: pointer;
}
.rh-btn--ink { background: #0b0b14; color: #fff; }
.rh-btn--ink:hover { background: linear-gradient(100deg, #ff2ec4, #7b2bff, #00e5ff); color: #fff; }
.rh-btn--line { background: transparent; border: 2px solid #0b0b14; color: #0b0b14; padding: 12px 26px; }
.rh-btn--line:hover { background: #0b0b14; color: #fff; }
.rh-btn--holo {
	background: linear-gradient(100deg, #ff2ec4, #7b2bff, #00e5ff); background-size: 200% auto; color: #fff;
}
.rh-btn--holo:hover { background-position: right center; color: #fff; }

.rh-tag {
	position: absolute; top: 9px; left: 9px; z-index: 1;
	background: #ff2ec4; color: #fff;
	font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 900; letter-spacing: .08em;
	text-transform: uppercase; padding: 4px 10px; border-radius: 999px;
}
.rh-tag--out { background: #0b0b14; }

/* wc_price fragments (used inside cards, showcase, canvases) */
.rh-card__price del, .rh-show__price del, .rh-next__price del, .rh-canvas__price del {
	color: #6e6e86; font-size: .85em; margin-left: 7px; opacity: .9;
}
.rh-card__price ins, .rh-show__price ins, .rh-next__price ins, .rh-canvas__price ins { text-decoration: none; }

/* --- Hero ------------------------------------------------------------- */

.rh-hero { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: stretch; }
.rh-hero__main {
	background: linear-gradient(140deg, #ffe9f8, #efe6ff 34%, #e0fbff 68%, #e6ffef);
	padding: 34px 32px 30px; display: flex; flex-direction: column;
}
.rh-hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }

.rh-hero__grid {
	display: grid; grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px; align-items: center; margin-top: 24px;
}
.rh-h1 {
	font-family: 'Unbounded', sans-serif; font-weight: 900;
	font-size: clamp(34px, 6.4vw, 116px); line-height: .86; letter-spacing: -.04em;
	margin: 0; color: #0b0b14; text-transform: uppercase;
}
.rh-h1 span { display: block; }
.rh-h1__stroke { color: transparent; -webkit-text-stroke: 2px #7b2bff; }
.rh-h1__holo {
	background: linear-gradient(100deg, #ff2ec4, #7b2bff, #00e5ff, #39ff88, #ff2ec4);
	background-size: 300% auto; -webkit-background-clip: text; background-clip: text;
	color: transparent; animation: rh-holo 8s linear infinite;
}

.rh-hero__cards { display: grid; grid-template-columns: minmax(220px, 300px) minmax(190px, 240px); gap: 14px; }

.rh-show {
	display: flex; flex-direction: column; background: #fff; border: 2px solid #0b0b14;
	border-radius: 22px; overflow: hidden; color: #0b0b14; text-decoration: none;
	box-shadow: 0 18px 44px rgba(123,43,255,.18); transition: box-shadow .25s ease, transform .25s ease;
}
.rh-show:hover { box-shadow: 0 22px 54px rgba(123,43,255,.32); transform: translateY(-3px); color: #0b0b14; }
.rh-show__bar {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	padding: 9px 14px; background: #0b0b14;
}
.rh-show__live { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #39ff88; text-transform: uppercase; }
.rh-show__cat  { font-size: 10px; font-weight: 700; letter-spacing: .1em; color: #8f8fa3; text-transform: uppercase; }
.rh-show__media { position: relative; display: block; aspect-ratio: 1 / 1; background: #f4f4f8; overflow: hidden; }
.rh-show__img { transition: opacity .35s ease; }
.rh-show__body { display: block; padding: 13px 15px 15px; }
.rh-show__name {
	display: block; font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 13.5px;
	line-height: 1.2; margin-bottom: 7px; text-transform: uppercase; min-height: 2.4em;
}
.rh-show__row { display: flex; align-items: baseline; gap: 8px; }
.rh-show__price { font-weight: 700; font-size: 15px; }
.rh-show__all { margin-left: auto; font-size: 12px; font-weight: 700; color: #7b2bff; white-space: nowrap; }
/* The link is only the media + copy; the bar and dots are siblings of it so
 * their buttons are not nested inside an anchor. */
.rh-show__link { display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.rh-show__link:hover, .rh-show__link:focus { color: inherit; }

/* Dots moved out of .rh-show__body, so they carry its horizontal padding. */
.rh-show__dots { display: flex; gap: 5px; padding: 0 15px 15px; }
.rh-show__dots button {
	flex: 1; height: 4px; padding: 0; border: 0; border-radius: 2px;
	background: rgba(11,11,20,.16); cursor: pointer;
}
.rh-show__dots button.is-on { background: #0b0b14; }

.rh-show__pause {
	display: grid; place-items: center; width: 18px; height: 18px; flex: 0 0 auto;
	margin-left: 2px; padding: 0; border: 0; border-radius: 50%;
	background: rgba(255,255,255,.16); color: #fff; cursor: pointer;
}
.rh-show__pause:hover { background: rgba(255,255,255,.34); }
/* Two bars for "pause"; the single triangle for "play" is swapped in when the
 * rotation is stopped, so the icon always shows what the button will do next. */
.rh-show__pause-icon {
	width: 6px; height: 7px; border-left: 2px solid currentColor; border-right: 2px solid currentColor;
}
.rh-show__pause[aria-pressed="true"] .rh-show__pause-icon {
	width: 0; height: 0; border: 5px solid transparent;
	border-left: 7px solid currentColor; border-right: 0; margin-left: 2px;
}

.rh-hero__side { display: flex; flex-direction: column; gap: 14px; }
.rh-next {
	display: flex; flex-direction: column; flex: 1; background: rgba(255,255,255,.72);
	border: 1px solid rgba(11,11,20,.14); border-radius: 20px; padding: 13px;
	color: #0b0b14; text-decoration: none; backdrop-filter: blur(6px);
}
.rh-next:hover { border-color: #7b2bff; background: #fff; color: #0b0b14; }
.rh-next__label { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #6e6e7e; margin-bottom: 10px; text-transform: uppercase; }
.rh-next__media { position: relative; flex: 1; min-height: 96px; border-radius: 13px; overflow: hidden; background: #f4f4f8; }
.rh-next__name {
	font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 11.5px; line-height: 1.2;
	margin: 11px 0 4px; text-transform: uppercase;
}
.rh-next__price { font-size: 12.5px; font-weight: 700; }

.rh-guides { display: block; border-radius: 20px; padding: 15px 16px; color: #fff; background: #0b0b14; text-decoration: none; }
.rh-guides:hover { background: linear-gradient(100deg, #ff2ec4, #7b2bff, #00e5ff); color: #fff; }
.rh-guides__label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #39ff88; margin-bottom: 8px; text-transform: uppercase; }
.rh-guides__title { display: block; font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 14px; line-height: 1.15; margin-bottom: 6px; text-transform: uppercase; }
.rh-guides__cta { font-size: 12px; color: #b9b9cf; }

.rh-ship { border: 1px dashed rgba(11,11,20,.3); border-radius: 20px; padding: 13px 15px; }
.rh-ship__big { display: block; font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 15px; color: #0b0b14; margin-bottom: 4px; text-transform: uppercase; }
.rh-ship__small { font-size: 12px; color: #3d3d52; }

.rh-hero__foot {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px;
	margin-top: 26px; padding-top: 22px; border-top: 2px solid #0b0b14;
}
.rh-hero__blurb { font-size: 17px; line-height: 1.45; color: #3d3d52; margin: 0; }
.rh-hero__ctas { display: flex; flex-direction: column; gap: 9px; }
.rh-hero__note { font-size: 12px; font-weight: 600; color: #6e6e7e; text-align: center; }

.rh-bill { background: #0b0b14; color: #fff; padding: 26px 20px; display: flex; flex-direction: column; }
.rh-bill__label { font-size: 11px; font-weight: 700; letter-spacing: .16em; color: #ff2ec4; margin: 0 0 14px; text-transform: uppercase; }
.rh-bill > a {
	display: grid; grid-template-columns: 46px 1fr; gap: 10px; align-items: baseline;
	padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; text-decoration: none;
}
.rh-bill > a:hover { color: #00e5ff; }
.rh-bill > a span { font-size: 11px; font-weight: 600; color: #6e6e86; }
.rh-bill > a b { font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; }
.rh-bill__admission { margin-top: auto; padding-top: 20px; }
.rh-bill__admission > * { margin: 0; }
.rh-bill__adm-label { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #6e6e86; text-transform: uppercase; }
.rh-bill__free {
	font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 26px; margin: 6px 0; text-transform: uppercase;
	background: linear-gradient(100deg, #ff2ec4, #00e5ff);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.rh-bill__adm-note { font-size: 12px; line-height: 1.4; color: #b9b9cf; }
.rh-bill__admission { border: 1px dashed rgba(255,255,255,.34); border-radius: 16px; padding: 14px; margin-top: auto; }

/* --- Marquee ---------------------------------------------------------- */

.rh-marquee {
	overflow: hidden; white-space: nowrap; background: #0b0b14;
	border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14);
	padding: 11px 0;
}
.rh-marquee__track {
	display: inline-flex; gap: 34px; align-items: baseline;
	font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .08em;
	color: #fff; text-transform: uppercase; animation: rh-scroll 26s linear infinite;
}
.rh-marquee__track i { font-style: normal; }
.rh-marquee__track i:nth-of-type(5n+1) { color: #ff2ec4; }
.rh-marquee__track i:nth-of-type(5n+2) { color: #00e5ff; }
.rh-marquee__track i:nth-of-type(5n+3) { color: #39ff88; }
.rh-marquee__track i:nth-of-type(5n+4) { color: #ffd12e; }
.rh-marquee__track i:nth-of-type(5n+5) { color: #7b2bff; }

/* --- Room bands (transparent over the plate) -------------------------- */

.rh-room { position: relative; display: flex; padding: 44px 32px 36px; color: #fff; }
.rh-room--door { min-height: 60vh; align-items: flex-end; }
.rh-room--drop { min-height: 56vh; align-items: center; justify-content: center; text-align: center; }
.rh-room--exit { min-height: 54vh; align-items: center; }
.rh-room__grid { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: end; width: 100%; }
.rh-room__center { max-width: 720px; }
.rh-room__right { margin-left: auto; text-align: right; max-width: 64%; }
.rh-room__label { font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 14px; text-transform: uppercase; text-shadow: 0 2px 14px rgba(11,11,20,.9); }
.rh-room__label--cyan { color: #00e5ff; }
.rh-room__label--green { color: #39ff88; }
.rh-room__label--gold { color: #ffd12e; }
.rh-room__h {
	font-family: 'Unbounded', sans-serif; font-weight: 900;
	font-size: clamp(34px, 6.2vw, 104px); line-height: .84; letter-spacing: -.045em;
	margin: 0; text-transform: uppercase; text-shadow: 0 4px 30px rgba(11,11,20,.85); color: #fff;
}
.rh-room__stroke { color: transparent; -webkit-text-stroke: 2px #fff; }
.rh-room__aside { font-size: 12px; font-weight: 700; letter-spacing: .1em; max-width: 24ch; margin: 0; text-transform: uppercase; text-shadow: 0 2px 14px rgba(11,11,20,.95); }
.rh-room__sub { font-size: 15px; margin: 16px auto 0; max-width: 42ch; text-shadow: 0 2px 14px rgba(11,11,20,.95); }

/* --- Floors ----------------------------------------------------------- */

.rh-floor { position: relative; padding: 52px 32px 56px; }
.rh-floor--led { background: rgba(11,11,20,.9); color: #fff; border-top: 2px solid #0b0b14; border-bottom: 1px solid rgba(255,255,255,.14); }
.rh-floor--outfits { background: #0b0b14; color: #fff; }
.rh-floor--kit { background: linear-gradient(140deg, #e6ffef, #e0fbff 40%, #efe6ff); color: #0b0b14; border-top: 2px solid #0b0b14; border-bottom: 2px solid #0b0b14; }

.rh-floor__head {
	display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: end;
	border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 18px; margin-bottom: 24px;
}
.rh-floor__head--ink { border-bottom-color: #0b0b14; border-bottom-width: 2px; border-bottom-style: solid; }
.rh-floor__label { font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 12px; text-transform: uppercase; color: inherit; }
.rh-floor__label--cyan { color: #00e5ff; }
.rh-floor__label--pink { color: #ff2ec4; }
.rh-floor__label--purple { color: #7b2bff; }
.rh-floor__h {
	font-family: 'Unbounded', sans-serif; font-weight: 900;
	font-size: clamp(32px, 5vw, 80px); line-height: .86; letter-spacing: -.04em;
	margin: 0; text-transform: uppercase; color: inherit;
}
.rh-floor__all { font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.rh-floor__all--cyan { color: #00e5ff; }
.rh-floor__all--pink { color: #ff2ec4; }
.rh-floor__all--purple { color: #7b2bff; }

.rh-grid { display: grid; gap: 14px; }
.rh-grid--5 { grid-template-columns: repeat(5, 1fr); }
.rh-grid--4 { grid-template-columns: repeat(4, 1fr); }

.rh-card { display: flex; flex-direction: column; border-radius: 20px; padding: 13px; text-decoration: none; }
.rh-card--dark { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); color: #fff; }
.rh-floor--led .rh-card--dark:hover { border-color: #00e5ff; background: rgba(0,229,255,.09); color: #fff; }
.rh-floor--outfits .rh-card--dark:hover { border-color: #ff2ec4; background: rgba(255,46,196,.09); color: #fff; }
.rh-card--light { background: #fff; border: 1px solid rgba(11,11,20,.1); color: #0b0b14; transition: box-shadow .25s ease, transform .25s ease; }
.rh-card--light:hover { border-color: #7b2bff; box-shadow: 0 16px 40px rgba(123,43,255,.16); transform: translateY(-3px); color: #0b0b14; }
.rh-card__media {
	position: relative; display: block; overflow: hidden; border-radius: 14px; aspect-ratio: 1 / 1;
}
/* Product art is a real <img> now (alt text, srcset, lazy loading, indexable).
 * Absolute + object-fit reproduces exactly what background-size:cover did. */
.rh-card__img, .rh-canvas__img, .rh-show__img, .rh-next__img {
	position: absolute; inset: 0; display: block;
	width: 100%; height: 100%; object-fit: cover;
}
.rh-card--dark .rh-card__media { background-color: #15151f; }
.rh-card--light .rh-card__media { background-color: #f4f4f8; }
.rh-card__name {
	font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 13px; line-height: 1.2;
	margin: 13px 0 8px; text-transform: uppercase;
}
.rh-card__price { margin-top: auto; font-weight: 700; font-size: 14px; }

.rh-promo {
	grid-column: span 2; display: flex; flex-direction: column; justify-content: center; gap: 8px;
	background: #0b0b14; border-radius: 20px; padding: 24px; color: #fff; text-decoration: none;
}
.rh-promo:hover { background: linear-gradient(100deg, #ff2ec4, #7b2bff, #00e5ff); color: #fff; }
.rh-promo__label { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #39ff88; text-transform: uppercase; }
.rh-promo__h { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: clamp(18px, 1.8vw, 26px); line-height: 1.05; text-transform: uppercase; }
.rh-promo__cta { font-size: 13px; font-weight: 700; color: #00e5ff; }

/* --- Floor 01: signature + lab ---------------------------------------- */

.rh-floor--signature { background: #f6f2ff; border-top: 2px solid #0b0b14; border-bottom: 2px solid #0b0b14; overflow: hidden; color: #0b0b14; }
.rh-lobes {
	position: absolute; inset: -25%; pointer-events: none;
	background-image:
		radial-gradient(closest-side at 50% 50%, #ff2ec4 0%, rgba(255,46,196,0) 72%),
		radial-gradient(closest-side at 50% 50%, #00e5ff 0%, rgba(0,229,255,0) 72%),
		radial-gradient(closest-side at 50% 50%, #39ff88 0%, rgba(57,255,136,0) 70%),
		radial-gradient(closest-side at 50% 50%, #7b2bff 0%, rgba(123,43,255,0) 74%);
	background-size: 78% 78%, 70% 70%, 64% 64%, 82% 82%; background-repeat: no-repeat;
	filter: blur(48px) saturate(1.5); opacity: .62; animation: rh-liquid 26s ease-in-out infinite;
}
.rh-rake {
	position: absolute; inset: 0; pointer-events: none; opacity: .3;
	background: repeating-linear-gradient(115deg, rgba(255,255,255,.9) 0 2px, rgba(255,255,255,0) 2px 26px);
}
.rh-floor--signature .rh-floor__head { position: relative; }
.rh-floor__aside { font-size: 14.5px; line-height: 1.45; max-width: 30ch; margin: 0; font-weight: 500; }
.rh-sheen {
	background: linear-gradient(100deg, #ff2ec4, #7b2bff, #00e5ff, #39ff88, #ff2ec4);
	background-size: 300% auto; -webkit-background-clip: text; background-clip: text;
	color: transparent; animation: rh-holo 7s linear infinite;
}

.rh-lab {
	position: relative; display: grid; grid-template-columns: 1.16fr .84fr; gap: 2px;
	background: #0b0b14; border: 2px solid #0b0b14; border-radius: 26px; overflow: hidden;
	box-shadow: 0 26px 70px rgba(123,43,255,.28);
}
.rh-lab__left { background: #0b0b14; color: #fff; display: flex; flex-direction: column; }
.rh-lab__intro { padding: 28px 30px 0; }
.rh-lab__label { font-size: 11px; font-weight: 700; letter-spacing: .16em; color: #ff2ec4; margin: 0 0 12px; text-transform: uppercase; }
.rh-lab__h {
	font-family: 'Unbounded', sans-serif; font-weight: 900;
	font-size: clamp(26px, 3.4vw, 50px); line-height: .88; letter-spacing: -.04em;
	margin: 0 0 14px; text-transform: uppercase; color: #fff;
}
.rh-lab__stroke { color: transparent; -webkit-text-stroke: 2px #ff2ec4; }
.rh-lab__blurb { font-size: 15.5px; line-height: 1.5; color: #b9b9cf; max-width: 52ch; margin: 0; }

.rh-lab__demo {
	flex: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: center;
	gap: 20px; padding: 22px 30px; min-height: 300px;
}
.rh-lab__preview {
	position: relative; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
	border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.04); overflow: hidden;
}
.rh-lab__live { position: absolute; top: 11px; left: 13px; font-size: 10px; font-weight: 700; letter-spacing: .12em; color: #39ff88; text-transform: uppercase; z-index: 1; }
#rh-lab-blank { width: 82%; transition: opacity .3s ease; }
.rh-lab__prompt { font-size: 13.5px; color: #39ff88; margin: 0 0 12px; line-height: 1.45; }
.rh-lab__prompt span { color: #fff; }
.rh-caret {
	display: inline-block; width: 8px; height: 14px; margin-left: 3px; vertical-align: -2px;
	background: #39ff88; animation: rh-blink 1.1s step-end infinite;
}
.rh-lab__chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; }
.rh-lab__chips button {
	background: transparent; border: 1px solid rgba(255,255,255,.26); border-radius: 999px;
	color: #cfd0e4; padding: 6px 12px; font-family: 'Space Grotesk', sans-serif;
	font-size: 12px; font-weight: 600; cursor: pointer;
}
.rh-lab__chips button:hover { border-color: #00e5ff; color: #fff; }
.rh-lab__steps { display: flex; flex-direction: column; gap: 8px; }
.rh-lab__steps p {
	display: grid; grid-template-columns: 74px 1fr; gap: 12px; align-items: baseline;
	margin: 0; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.14);
}
.rh-lab__steps b { font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rh-step--pink { color: #ff2ec4; }
.rh-step--cyan { color: #00e5ff; }
.rh-step--green { color: #39ff88; }
.rh-lab__steps span { font-size: 13.5px; line-height: 1.4; color: #cfd0e4; }
.rh-lab__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; padding: 0 30px 28px; }
.rh-lab__note { font-size: 13px; color: #8f8fa3; }
.rh-lab__note del { color: #6e6e86; font-size: .9em; }
.rh-lab__note ins { text-decoration: none; }

.rh-lab__right { background: linear-gradient(160deg, #fff, #fdf6ff 45%, #f2fdff); display: flex; flex-direction: column; }
.rh-lab__right-label {
	font-size: 11px; font-weight: 700; letter-spacing: .16em; color: #7b2bff; margin: 0;
	padding: 20px 22px 14px; border-bottom: 2px solid #0b0b14; text-transform: uppercase;
}
.rh-canvas {
	display: grid; grid-template-columns: 92px 1fr; gap: 15px; align-items: center; flex: 1;
	padding: 15px 22px; border-bottom: 1px solid rgba(11,11,20,.12); color: #0b0b14; text-decoration: none;
}
.rh-canvas:hover { background: linear-gradient(140deg, #ffe9f8, #e0fbff); color: #0b0b14; }
.rh-canvas__media { position: relative; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 14px; background: #f4f4f8; }
.rh-canvas__top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 5px; }
.rh-canvas__top b { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 14px; line-height: 1.15; text-transform: uppercase; }
.rh-canvas__badge {
	color: #fff; font-family: 'Unbounded', sans-serif; font-size: 8.5px; font-weight: 900;
	letter-spacing: .1em; padding: 4px 9px; border-radius: 999px; white-space: nowrap; text-transform: uppercase;
}
.rh-canvas__badge--sale { background: #ff2ec4; }
.rh-canvas__badge--out { background: #6e6e7e; }
.rh-canvas__badge--ai { background: #0b0b14; }
.rh-canvas__blurb { display: block; font-size: 13px; line-height: 1.4; color: #6e6e7e; margin-bottom: 8px; }
.rh-canvas__row { display: flex; align-items: baseline; gap: 10px; }
.rh-canvas__price { font-weight: 700; font-size: 15px; }
.rh-canvas__cta { font-size: 12.5px; font-weight: 700; color: #7b2bff; }

/* --- Spec strip + drop list ------------------------------------------- */

.rh-specs { background: #0b0b14; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); padding: 44px 32px; }
.rh-specs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rh-specs__grid > div { border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: 20px; background: rgba(255,255,255,.05); }
.rh-specs__grid > div > p:last-child { font-size: 13.5px; line-height: 1.45; color: #b9b9cf; margin: 0; }
.rh-specs__big {
	font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 36px; line-height: 1;
	margin: 0 0 11px; -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rh-specs__big--a { background-image: linear-gradient(100deg, #ff2ec4, #7b2bff); }
.rh-specs__big--b { background-image: linear-gradient(100deg, #7b2bff, #00e5ff); }
.rh-specs__big--c { background-image: linear-gradient(100deg, #00e5ff, #39ff88); }
.rh-specs__big--d { background-image: linear-gradient(100deg, #39ff88, #ffd12e); }

.rh-droplist { background: #0b0b14; padding: 46px 32px 54px; }
.rh-droplist__card {
	max-width: 760px; margin: 0 auto; background: #fff; border-radius: 26px; padding: 38px 40px;
	text-align: center; box-shadow: 0 24px 70px rgba(123,43,255,.32);
}
.rh-droplist__card h2 {
	font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 30px; line-height: 1.05;
	color: #0b0b14; margin: 0 0 10px; text-transform: uppercase;
}
.rh-droplist__card > p { font-size: 15px; color: #6e6e7e; margin: 0 0 22px; }
.rh-drop-form { display: flex; gap: 10px; justify-content: center; align-items: stretch; flex-wrap: wrap; }
/* height:auto is load-bearing: Astra's dynamic CSS pins bare `select` and every
 * text input to height:40px, which with border-box leaves ~15px for a 24px line
 * and slices the top and bottom off the text. Never use the `background`
 * shorthand on the select either — it wipes the caret set just below. */
.rh-drop-form input[type="email"], .rh-drop-form select {
	flex: 1 1 220px; max-width: 320px; height: auto; border: 2px solid #0b0b14; border-radius: 999px;
	padding: 13px 22px; font-family: 'Space Grotesk', sans-serif; font-size: 15px; line-height: 1.2;
	outline: none; background-color: #fafafd; color: #0b0b14;
}
.rh-drop-form input[type="email"]:focus, .rh-drop-form select:focus { border-color: #7b2bff; }
/* appearance:none drops the native arrow, so draw our own and reserve room for
 * it on the right — the shared padding above is symmetric and would sit under it. */
.rh-drop-form select {
	padding-right: 42px; cursor: pointer; -webkit-appearance: none; appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%230b0b14' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 18px center; background-size: 11px;
}
/* Astra clears the outline on form controls, which left the drop-list submit
 * button — the primary CTA — with no focus affordance whatsoever. Fields signal
 * focus with the purple border above; everything else needs a real ring. */
.rh-drop-form button:focus-visible,
.rh-show__dots button:focus-visible,
.rh-show__link:focus-visible,
.rh-card:focus-visible,
.rh-canvas:focus-visible,
.rh-next:focus-visible,
.rh-btn:focus-visible {
	outline: 3px solid #7b2bff;
	outline-offset: 3px;
}
/* Sits on the ink bar, where purple would disappear. */
.rh-show__pause:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.rh-drop-form .ro-hp { position: absolute; left: -9999px; }
.rh-drop-form .ro-drop-msg { flex-basis: 100%; font-size: 13px; font-weight: 600; color: #6e6e7e; min-height: 1.2em; }
.rh-drop-form .ro-drop-msg.ro-ok { color: #0ca678; }

/* --- Responsive ------------------------------------------------------- */

@media (max-width: 1280px) {
	.rh-hero__grid { grid-template-columns: 1fr; }
	.rh-hero__cards { grid-template-columns: minmax(220px, 320px) minmax(200px, 1fr); max-width: 640px; }
}

@media (max-width: 1100px) {
	.rh-grid--5 { grid-template-columns: repeat(3, 1fr); }
	.rh-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.rh-lab { grid-template-columns: 1fr; }
	.rh-hero { grid-template-columns: 1fr; }
	.rh-bill { flex-direction: row; flex-wrap: wrap; gap: 0 26px; align-items: center; }
	.rh-bill__label { flex-basis: 100%; }
	.rh-bill > a { border-bottom: 0; padding: 8px 0; grid-template-columns: auto 1fr; }
	.rh-bill__admission { margin: 12px 0 0; flex-basis: 100%; }
}

@media (max-width: 780px) {
	.rh-floor, .rh-room, .rh-specs { padding-left: 18px; padding-right: 18px; }
	.rh-hero__main { padding: 26px 18px 24px; }
	.rh-hero__foot, .rh-floor__head, .rh-room__grid { grid-template-columns: 1fr; }
	.rh-room__aside, .rh-room__right { max-width: none; margin-left: 0; text-align: left; }
	.rh-hero__cards { grid-template-columns: 1fr; max-width: 360px; }
	.rh-grid--5 { grid-template-columns: repeat(2, 1fr); }
	.rh-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.rh-promo { grid-column: span 2; }
	.rh-specs__grid { grid-template-columns: repeat(2, 1fr); }
	.rh-lab__demo { grid-template-columns: 1fr; }
	.rh-droplist__card { padding: 28px 20px; }
}

@media (max-width: 480px) {
	.rh-grid--5, .rh-grid--4, .rh-specs__grid { grid-template-columns: 1fr; }
	.rh-promo { grid-column: span 1; }
}

@media (prefers-reduced-motion: reduce) {
	.rh-h1__holo, .rh-sheen, .rh-marquee__track, .rh-lobes, .rh-caret { animation: none !important; }
}
