/**
 * Grafixyy Experience Archive / Explore
 *
 * Discovery portal.
 * Archive-only styles.
 */


/* =========================================================
   PAGE
   ========================================================= */

.grafixyy-experience-archive-page {
	background:
		radial-gradient(
			circle at 50% -10%,
			rgba(113, 70, 255, 0.12),
			transparent 34rem
		),
		#05060a;
	color: #ffffff;
}

.grafixyy-experience-archive-page .grafixyy-main {
	overflow: hidden;
}


/* =========================================================
   HERO
   ========================================================= */

.grafixyy-explore-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 620px;
	padding: 110px 24px 90px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		radial-gradient(
			circle at 50% 45%,
			rgba(116, 76, 255, 0.15),
			transparent 26rem
		),
		linear-gradient(
			180deg,
			#07080e 0%,
			#05060a 100%
		);
}

.grafixyy-explore-hero::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: 0;
	opacity: 0.18;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.035) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.035) 1px,
			transparent 1px
		);
	background-size: 54px 54px;
	mask-image:
		linear-gradient(
			to bottom,
			transparent,
			black 20%,
			black 70%,
			transparent
		);
}

.grafixyy-explore-hero-noise {
	position: absolute;
	z-index: -1;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	border: 1px solid rgba(139, 98, 255, 0.16);
	box-shadow:
		0 0 120px rgba(90, 54, 255, 0.08),
		inset 0 0 100px rgba(53, 213, 255, 0.03);
}

.grafixyy-explore-orbit {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	pointer-events: none;
}

.grafixyy-explore-orbit::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #a47bff;
	box-shadow: 0 0 20px #7f55ff;
}

.grafixyy-explore-orbit-one {
	width: 720px;
	height: 310px;
	transform: rotate(-9deg);
	animation: grafixyy-explore-orbit-drift 12s ease-in-out infinite alternate;
}

.grafixyy-explore-orbit-two {
	width: 900px;
	height: 460px;
	transform: rotate(13deg);
	opacity: 0.55;
	animation: grafixyy-explore-orbit-drift-two 16s ease-in-out infinite alternate;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.grafixyy-explore-hero-content {
	position: relative;
	z-index: 2;
	width: min(760px, 100%);
	margin-inline: auto;
	text-align: center;
}

.grafixyy-explore-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 22px;
	padding: 9px 15px;
	border: 1px solid rgba(171, 137, 255, 0.2);
	border-radius: 999px;
	background: rgba(124, 83, 255, 0.07);
	color: #c9b7ff;
	font-size: 0.82rem;
	font-weight: 650;
}

.grafixyy-explore-kicker span {
	color: #67e8ff;
}

.grafixyy-explore-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(3.2rem, 8vw, 6.8rem);
	font-weight: 820;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.grafixyy-explore-hero h1 span {
	display: inline-block;
	color: transparent;
	background:
		linear-gradient(
			100deg,
			#8c63ff,
			#d86cff 47%,
			#62e8ff
		);
	-webkit-background-clip: text;
	background-clip: text;
}

.grafixyy-explore-lead {
	max-width: 650px;
	margin: 28px auto 34px;
	color: #a8adbd;
	font-size: clamp(1rem, 2vw, 1.16rem);
	font-weight: 450;
	line-height: 2;
}


/* =========================================================
   SURPRISE CONTROL
   ========================================================= */

.grafixyy-explore-surprise {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 17px;
	min-width: min(100%, 390px);
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 20px;
	background:
		linear-gradient(
			135deg,
			rgba(128, 85, 255, 0.17),
			rgba(19, 21, 31, 0.9)
		);
	box-shadow:
		0 18px 70px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.grafixyy-explore-surprise:hover {
	transform: translateY(-3px);
	border-color: rgba(139, 101, 255, 0.48);
	box-shadow:
		0 24px 80px rgba(50, 30, 130, 0.26),
		0 0 0 1px rgba(121, 79, 255, 0.08);
}

.grafixyy-explore-surprise-icon {
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 16px;
	background:
		linear-gradient(
			135deg,
			#7547ff,
			#bd54ee
		);
	box-shadow: 0 8px 35px rgba(118, 68, 255, 0.35);
	font-size: 1.6rem;
	font-weight: 850;
}

.grafixyy-explore-surprise-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 3px;
}

.grafixyy-explore-surprise-copy strong {
	font-size: 0.98rem;
	font-weight: 750;
}

.grafixyy-explore-surprise-copy small {
	color: #9fa5b7;
	font-size: 0.72rem;
}

.grafixyy-explore-surprise-arrow {
	color: #a98bff;
	font-size: 1.3rem;
}


/* =========================================================
   FLOATING SIGNALS
   ========================================================= */

.grafixyy-explore-signal span {
	position: absolute;
	z-index: 1;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.025);
	color: rgba(255, 255, 255, 0.22);
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: 0.8rem;
	font-weight: 700;
	backdrop-filter: blur(8px);
	animation: grafixyy-explore-float 7s ease-in-out infinite alternate;
}

.grafixyy-explore-signal span:nth-child(1) {
	top: 21%;
	right: 10%;
	transform: rotate(8deg);
}

.grafixyy-explore-signal span:nth-child(2) {
	bottom: 19%;
	left: 9%;
	animation-delay: -2s;
}

.grafixyy-explore-signal span:nth-child(3) {
	top: 28%;
	left: 14%;
	width: 58px;
	transform: rotate(-8deg);
	color: rgba(199, 255, 74, 0.29);
	animation-delay: -4s;
}

.grafixyy-explore-signal span:nth-child(4) {
	right: 15%;
	bottom: 20%;
	width: 58px;
	color: rgba(78, 222, 255, 0.26);
	animation-delay: -1s;
}

.grafixyy-explore-signal span:nth-child(5) {
	top: 15%;
	left: 33%;
	border: 0;
	background: transparent;
	color: rgba(180, 120, 255, 0.35);
	animation-delay: -5s;
}


/* =========================================================
   DOORWAY SECTION
   ========================================================= */

.grafixyy-explore-doorway {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	padding: 95px 0 110px;
}

.grafixyy-explore-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.grafixyy-explore-section-heading p {
	margin: 0 0 9px;
	color: #777e91;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.grafixyy-explore-section-heading h2 {
	max-width: 680px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.75rem, 4vw, 3rem);
	font-weight: 780;
	line-height: 1.35;
	letter-spacing: -0.035em;
}

.grafixyy-explore-count {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	color: #8d93a4;
	font-size: 0.74rem;
	font-weight: 650;
}


/* =========================================================
   PORTAL GRID
   ========================================================= */

.grafixyy-explore-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}


/* =========================================================
   BASE PORTAL
   ========================================================= */

.grafixyy-portal {
	position: relative;
	isolation: isolate;
	display: flex;
	min-width: 0;
	min-height: 620px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 30px;
	background: #0a0c12;
	box-shadow:
		0 26px 70px rgba(0, 0, 0, 0.23);
	transition:
		transform 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease;
}

.grafixyy-portal:hover {
	transform: translateY(-7px);
}

.grafixyy-portal-atmosphere {
	position: absolute;
	z-index: -1;
	inset: 0;
	pointer-events: none;
}

.grafixyy-portal-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 23px 25px 0;
}

.grafixyy-portal-world,
.grafixyy-portal-badge {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
}

.grafixyy-portal-world {
	color: #c7cad5;
	background: rgba(255, 255, 255, 0.055);
}

.grafixyy-portal-badge {
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #888fa1;
}


/* =========================================================
   PORTAL VISUAL AREA
   ========================================================= */

.grafixyy-portal-visual {
	position: relative;
	display: grid;
	min-height: 285px;
	place-items: center;
	margin: 18px 20px 8px;
	overflow: hidden;
	border-radius: 23px;
}


/* =========================================================
   AGE / TIME ORBIT PORTAL
   ========================================================= */

.grafixyy-portal--time-orbit {
	border-color: rgba(128, 89, 255, 0.19);
	background:
		linear-gradient(
			155deg,
			#0c1021 0%,
			#090b14 58%,
			#080a10 100%
		);
}

.grafixyy-portal--time-orbit:hover {
	border-color: rgba(142, 98, 255, 0.48);
	box-shadow:
		0 30px 90px rgba(54, 30, 130, 0.22);
}

.grafixyy-portal--time-orbit .grafixyy-portal-atmosphere {
	background:
		radial-gradient(
			circle at 18% 22%,
			rgba(73, 218, 255, 0.1),
			transparent 25%
		),
		radial-gradient(
			circle at 78% 45%,
			rgba(130, 72, 255, 0.18),
			transparent 35%
		);
}

.grafixyy-portal-visual--live-time {
	background:
		radial-gradient(
			circle at center,
			rgba(111, 72, 255, 0.12),
			transparent 47%
		);
}

.grafixyy-portal-time-orbit {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 285px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.grafixyy-portal-time-orbit::before {
	content: "";
	position: absolute;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(105, 76, 255, 0.13),
			transparent 68%
		);
	filter: blur(2px);
}

.grafixyy-portal-time-ring {
	position: absolute;
	border: 1px solid rgba(133, 111, 255, 0.22);
	border-radius: 50%;
}

.grafixyy-portal-time-ring-one {
	width: 270px;
	height: 105px;
	transform: rotate(-9deg);
}

.grafixyy-portal-time-ring-two {
	width: 205px;
	height: 205px;
	border-color: rgba(73, 221, 255, 0.12);
	transform: rotate(28deg) scaleY(0.42);
}

.grafixyy-portal-time-dot {
	position: absolute;
	top: calc(50% - 47px);
	right: calc(50% - 137px);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #62e6ff;
	box-shadow:
		0 0 0 5px rgba(98, 230, 255, 0.07),
		0 0 22px #50dfff;
	animation: grafixyy-explore-time-pulse 1.8s ease-in-out infinite;
}

.grafixyy-portal-time-orbit strong {
	position: relative;
	z-index: 2;
	color: transparent;
	background:
		linear-gradient(
			90deg,
			#ffffff,
			#b89aff 45%,
			#67e6ff
		);
	-webkit-background-clip: text;
	background-clip: text;
	font-family: Alexandria, Arial, sans-serif;
	font-size: clamp(1.65rem, 4vw, 2.55rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.045em;
	direction: ltr;
}

.grafixyy-portal-time-orbit small {
	position: relative;
	z-index: 2;
	margin-top: 8px;
	color: #8f96aa;
	font-size: 0.71rem;
}


/* =========================================================
   MILLION / SCALE LAB PORTAL
   ========================================================= */

.grafixyy-portal--scale-lab {
	border-color: rgba(194, 255, 55, 0.17);
	background:
		linear-gradient(
			155deg,
			#0d1109 0%,
			#090b08 46%,
			#080908 100%
		);
}

.grafixyy-portal--scale-lab:hover {
	border-color: rgba(201, 255, 61, 0.48);
	box-shadow:
		0 30px 90px rgba(133, 170, 25, 0.11);
}

.grafixyy-portal--scale-lab .grafixyy-portal-atmosphere {
	background:
		linear-gradient(
			90deg,
			rgba(203, 255, 63, 0.025) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(203, 255, 63, 0.025) 1px,
			transparent 1px
		),
		radial-gradient(
			circle at 85% 15%,
			rgba(201, 255, 61, 0.09),
			transparent 27%
		);
	background-size:
		28px 28px,
		28px 28px,
		auto;
}

.grafixyy-portal--scale-lab .grafixyy-portal-badge {
	border-color: rgba(207, 255, 70, 0.15);
	color: #b9df58;
}

.grafixyy-portal-visual--scale-grid {
	border: 1px solid rgba(204, 255, 67, 0.08);
	background:
		linear-gradient(
			180deg,
			rgba(12, 15, 8, 0.76),
			rgba(6, 8, 5, 0.9)
		);
}

.grafixyy-portal-scale {
	width: min(365px, 86%);
}

.grafixyy-portal-scale-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 6px;
	direction: rtl;
}

.grafixyy-portal-scale-grid span {
	aspect-ratio: 1;
	border: 1px solid rgba(199, 255, 58, 0.12);
	border-radius: 3px;
	background: rgba(194, 255, 52, 0.035);
}

.grafixyy-portal-scale-grid span.is-origin {
	border-color: #d3ff4d;
	background: #caff3d;
	box-shadow:
		0 0 12px rgba(202, 255, 61, 0.75),
		0 0 35px rgba(202, 255, 61, 0.28);
	animation: grafixyy-explore-origin-pulse 1.5s ease-in-out infinite;
}

.grafixyy-portal-scale-readout {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	margin-top: 19px;
	color: #788064;
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: 0.62rem;
	direction: ltr;
}

.grafixyy-portal-scale-readout strong {
	color: #cdff45;
	font-size: 0.8rem;
	text-align: center;
}

.grafixyy-portal-scale-readout span:last-child {
	text-align: right;
}


/* =========================================================
   DEFAULT PORTAL
   ========================================================= */

.grafixyy-portal--default {
	background:
		linear-gradient(
			145deg,
			#10121b,
			#090a0f
		);
}

.grafixyy-portal-default-visual {
	display: flex;
	align-items: center;
	gap: 18px;
	color: rgba(255, 255, 255, 0.16);
	font-size: 3rem;
	font-weight: 800;
}

.grafixyy-portal-default-visual span:nth-child(2) {
	color: #906dff;
}


/* =========================================================
   PORTAL COPY
   ========================================================= */

.grafixyy-portal-copy {
	padding: 13px 27px 22px;
}

.grafixyy-portal-eyebrow {
	margin: 0 0 9px;
	color: #797f91;
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	direction: ltr;
	text-align: right;
}

.grafixyy-portal--time-orbit .grafixyy-portal-eyebrow {
	color: #8977c6;
}

.grafixyy-portal--scale-lab .grafixyy-portal-eyebrow {
	color: #93af4c;
}

.grafixyy-portal-copy h3 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 780;
	line-height: 1.4;
	letter-spacing: -0.025em;
}

.grafixyy-portal-hook {
	max-width: 480px;
	margin: 10px 0 0;
	color: #949aab;
	font-size: 0.9rem;
	line-height: 1.85;
}


/* =========================================================
   PORTAL LINK
   ========================================================= */

.grafixyy-portal-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: auto 26px 25px;
	padding: 14px 17px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.035);
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	transition:
		background 160ms ease,
		border-color 160ms ease,
		transform 160ms ease;
}

.grafixyy-portal-link:hover {
	background: rgba(255, 255, 255, 0.065);
	transform: translateX(-2px);
}

.grafixyy-portal--time-orbit .grafixyy-portal-link:hover {
	border-color: rgba(125, 95, 255, 0.4);
}

.grafixyy-portal--scale-lab .grafixyy-portal-link:hover {
	border-color: rgba(203, 255, 60, 0.38);
	color: #d4ff5c;
}


/* =========================================================
   BOTTOM SURPRISE
   ========================================================= */

.grafixyy-explore-bottom {
	position: relative;
	width: min(760px, calc(100% - 40px));
	margin: 0 auto 110px;
	padding: 57px 35px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	background:
		radial-gradient(
			circle at 50% 120%,
			rgba(117, 77, 255, 0.19),
			transparent 56%
		),
		#0a0b11;
	text-align: center;
}

.grafixyy-explore-bottom::before {
	content: "?";
	position: absolute;
	top: -90px;
	left: 50%;
	color: rgba(255, 255, 255, 0.025);
	font-size: 17rem;
	font-weight: 900;
	line-height: 1;
	transform: translateX(-50%);
	pointer-events: none;
}

.grafixyy-explore-bottom p {
	position: relative;
	margin: 0 0 8px;
	color: #808697;
	font-size: 0.8rem;
}

.grafixyy-explore-bottom h2 {
	position: relative;
	margin: 0 0 25px;
	color: #ffffff;
	font-size: clamp(1.5rem, 4vw, 2.4rem);
	font-weight: 780;
}

.grafixyy-explore-bottom a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 13px 22px;
	border-radius: 14px;
	background:
		linear-gradient(
			100deg,
			#784cff,
			#b34dea
		);
	box-shadow:
		0 14px 40px rgba(115, 65, 255, 0.23);
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 750;
	text-decoration: none;
	transition:
		transform 170ms ease,
		box-shadow 170ms ease;
}

.grafixyy-explore-bottom a:hover {
	transform: translateY(-2px);
	box-shadow:
		0 20px 50px rgba(115, 65, 255, 0.33);
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.grafixyy-explore-empty {
	grid-column: 1 / -1;
	padding: 70px 25px;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	color: #9da3b3;
	text-align: center;
}

.grafixyy-explore-empty > span {
	display: block;
	margin-bottom: 12px;
	color: #8663ff;
	font-size: 3rem;
	font-weight: 800;
}

.grafixyy-explore-empty h2 {
	margin: 0 0 7px;
	color: #ffffff;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.grafixyy-explore a:focus-visible,
.grafixyy-portal a:focus-visible {
	outline: 3px solid #6ce9ff;
	outline-offset: 4px;
}


/* =========================================================
   MOTION
   ========================================================= */

@keyframes grafixyy-explore-float {
	from {
		margin-top: -5px;
	}

	to {
		margin-top: 7px;
	}
}

@keyframes grafixyy-explore-orbit-drift {
	from {
		transform: rotate(-9deg) scale(0.98);
	}

	to {
		transform: rotate(-4deg) scale(1.02);
	}
}

@keyframes grafixyy-explore-orbit-drift-two {
	from {
		transform: rotate(13deg) scale(1);
	}

	to {
		transform: rotate(8deg) scale(1.03);
	}
}

@keyframes grafixyy-explore-time-pulse {
	0%,
	100% {
		opacity: 0.55;
		transform: scale(0.85);
	}

	50% {
		opacity: 1;
		transform: scale(1.18);
	}
}

@keyframes grafixyy-explore-origin-pulse {
	0%,
	100% {
		box-shadow:
			0 0 8px rgba(202, 255, 61, 0.55),
			0 0 22px rgba(202, 255, 61, 0.18);
	}

	50% {
		box-shadow:
			0 0 16px rgba(202, 255, 61, 0.9),
			0 0 42px rgba(202, 255, 61, 0.38);
	}
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 820px) {

	.grafixyy-explore-hero {
		min-height: 570px;
		padding:
			90px 20px
			75px;
	}

	.grafixyy-explore-signal span:nth-child(3),
	.grafixyy-explore-signal span:nth-child(5) {
		display: none;
	}

	.grafixyy-explore-orbit-one {
		width: 560px;
	}

	.grafixyy-explore-orbit-two {
		width: 690px;
	}

	.grafixyy-explore-doorway {
		width: min(
			100% - 30px,
			650px
		);
		padding:
			75px 0
			90px;
	}

	.grafixyy-explore-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 17px;
	}

	.grafixyy-explore-grid {
		grid-template-columns: 1fr;
	}

	.grafixyy-portal {
		min-height: 580px;
	}

	.grafixyy-explore-bottom {
		width: min(
			100% - 30px,
			650px
		);
		margin-bottom: 90px;
	}
}


@media (max-width: 520px) {

	.grafixyy-explore-hero {
		min-height: 530px;
		padding:
			80px 17px
			65px;
	}

	.grafixyy-explore-hero h1 {
		font-size: clamp(
			3rem,
			17vw,
			4.6rem
		);
	}

	.grafixyy-explore-lead {
		margin-top: 22px;
		font-size: 0.91rem;
		line-height: 1.9;
	}

	.grafixyy-explore-kicker {
		padding: 8px 12px;
		font-size: 0.71rem;
	}

	.grafixyy-explore-surprise {
		width: 100%;
		min-width: 0;
		border-radius: 18px;
	}

	.grafixyy-explore-surprise-icon {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
		border-radius: 14px;
	}

	.grafixyy-explore-signal span:nth-child(2),
	.grafixyy-explore-signal span:nth-child(4) {
		opacity: 0.5;
	}

	.grafixyy-portal {
		min-height: 540px;
		border-radius: 24px;
	}

	.grafixyy-portal-topline {
		padding:
			19px 19px
			0;
	}

	.grafixyy-portal-visual {
		min-height: 245px;
		margin:
			15px 14px
			6px;
		border-radius: 19px;
	}

	.grafixyy-portal-time-orbit {
		min-height: 245px;
	}

	.grafixyy-portal-time-ring-one {
		width: 225px;
		height: 90px;
	}

	.grafixyy-portal-time-ring-two {
		width: 175px;
		height: 175px;
	}

	.grafixyy-portal-time-dot {
		top: calc(50% - 40px);
		right: calc(50% - 113px);
	}

	.grafixyy-portal-time-orbit strong {
		font-size: 1.65rem;
	}

	.grafixyy-portal-scale {
		width: 88%;
	}

	.grafixyy-portal-scale-grid {
		gap: 4px;
	}

	.grafixyy-portal-copy {
		padding:
			12px 20px
			20px;
	}

	.grafixyy-portal-link {
		margin:
			auto 19px
			19px;
	}

	.grafixyy-explore-bottom {
		padding:
			46px 21px;
		border-radius: 24px;
	}
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.grafixyy-explore-orbit,
	.grafixyy-explore-signal span,
	.grafixyy-portal-time-dot,
	.grafixyy-portal-scale-grid span.is-origin {
		animation: none !important;
	}

	.grafixyy-portal,
	.grafixyy-portal-link,
	.grafixyy-explore-surprise,
	.grafixyy-explore-bottom a {
		transition: none !important;
	}

	.grafixyy-portal:hover,
	.grafixyy-explore-surprise:hover,
	.grafixyy-explore-bottom a:hover {
		transform: none;
	}
}

/* =========================================================
   EXPLORE EXPERIENCE PATCH V2
   Layout refinement + Discovery Reveal
   ========================================================= */


/* ---------------------------------------------------------
   Hero refinement
   --------------------------------------------------------- */

.grafixyy-explore-hero {
	min-height: clamp(520px, 72vh, 680px);

	padding:
		86px
		24px
		76px;
}


.grafixyy-explore-hero-content {
	max-width: 720px;
}


.grafixyy-explore-hero h1 {
	font-size:
		clamp(
			3.4rem,
			7vw,
			6.4rem
		);
}


.grafixyy-explore-lead {
	margin:
		24px
		auto
		29px;
}


/*
 * Decorative orbits stay inside the visual world
 * without determining layout width.
 */

.grafixyy-explore-orbit-one {
	width: min(720px, 86vw);
}


.grafixyy-explore-orbit-two {
	width: min(900px, 108vw);
}


/* ---------------------------------------------------------
   Better transition into the portals
   --------------------------------------------------------- */

.grafixyy-explore-doorway {
	position: relative;

	padding:
		76px
		0
		92px;
}


.grafixyy-explore-doorway::before {
	content: "";

	position: absolute;

	top: 0;
	left: 50%;

	width:
		min(
			760px,
			80vw
		);

	height: 1px;

	transform:
		translateX(-50%);

	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(139, 92, 246, 0.24),
			rgba(34, 211, 238, 0.13),
			transparent
		);
}


.grafixyy-explore-section-heading {
	margin-bottom: 30px;
}


.grafixyy-explore-section-heading h2 {
	font-size:
		clamp(
			1.65rem,
			3.4vw,
			2.65rem
		);
}


/* ---------------------------------------------------------
   Tighter portals
   --------------------------------------------------------- */

.grafixyy-portal {
	min-height: 565px;
}


.grafixyy-portal-visual {
	min-height: 250px;

	margin:
		16px
		20px
		4px;
}


.grafixyy-portal-time-orbit {
	min-height: 250px;
}


.grafixyy-portal-copy {
	padding:
		11px
		27px
		18px;
}


.grafixyy-portal-link {
	margin:
		auto
		26px
		23px;
}


/* =========================================================
   DISCOVERY REVEAL
   ========================================================= */

/*
 * During the short discovery sequence,
 * the Hero feels "charged".
 */

.grafixyy-explore-hero.is-discovering::after {
	content: "";

	position: absolute;
	z-index: 0;

	inset: 0;

	pointer-events: none;

	background:
		radial-gradient(
			circle at center,
			rgba(139, 92, 246, 0.15),
			transparent 42%
		);

	animation:
		grafixyy-discovery-charge
		620ms
		ease-out
		both;
}


.grafixyy-explore-hero.is-discovering
.grafixyy-explore-hero-noise {
	border-color:
		rgba(139, 92, 246, 0.42);

	box-shadow:
		0 0 120px rgba(112, 70, 255, 0.2),
		inset 0 0 100px rgba(53, 213, 255, 0.08);

	animation:
		grafixyy-discovery-core
		420ms
		ease-in-out
		infinite
		alternate;
}


.grafixyy-explore-hero.is-discovering
.grafixyy-explore-orbit-one {
	animation-duration: 800ms;
}


.grafixyy-explore-hero.is-discovering
.grafixyy-explore-orbit-two {
	animation-duration: 650ms;
}


.grafixyy-explore-hero.is-discovering
.grafixyy-explore-signal span {
	border-color:
		rgba(152, 116, 255, 0.24);

	color:
		rgba(255, 255, 255, 0.48);

	animation-duration: 520ms;
}


/*
 * Main Surprise control becomes a small
 * active "discovery device".
 */

.grafixyy-explore-hero.is-discovering
.grafixyy-explore-surprise {
	border-color:
		rgba(155, 111, 255, 0.62);

	background:
		linear-gradient(
			135deg,
			rgba(123, 76, 255, 0.3),
			rgba(19, 21, 31, 0.95)
		);

	box-shadow:
		0 0 0 1px rgba(139, 92, 246, 0.12),
		0 20px 65px rgba(83, 48, 190, 0.28);
}


.grafixyy-explore-hero.is-discovering
.grafixyy-explore-surprise-icon {
	animation:
		grafixyy-discovery-question
		420ms
		ease-in-out
		infinite
		alternate;
}


/* ---------------------------------------------------------
   Portal scan
   --------------------------------------------------------- */

.grafixyy-portal.is-being-scanned {
	animation:
		grafixyy-portal-scan
		240ms
		ease-in-out
		infinite
		alternate;
}


.grafixyy-portal.is-being-scanned::after {
	content: "";

	position: absolute;
	z-index: 5;

	top: -25%;
	left: -20%;

	width: 140%;
	height: 16%;

	pointer-events: none;

	background:
		linear-gradient(
			180deg,
			transparent,
			rgba(255, 255, 255, 0.055),
			transparent
		);

	filter: blur(5px);

	animation:
		grafixyy-portal-scan-line
		420ms
		linear
		infinite;
}


/* ---------------------------------------------------------
   Non-selected portals
   --------------------------------------------------------- */

.grafixyy-portal.is-not-chosen {
	opacity: 0.38;

	transform:
		scale(0.985);

	filter:
		saturate(0.45);

	transition:
		opacity 220ms ease,
		transform 220ms ease,
		filter 220ms ease;
}


/* ---------------------------------------------------------
   Selected portal
   --------------------------------------------------------- */

.grafixyy-portal.is-chosen {
	z-index: 4;

	opacity: 1;

	transform:
		translateY(-7px)
		scale(1.018);

	animation:
		grafixyy-portal-chosen
		480ms
		cubic-bezier(
			0.2,
			0.8,
			0.2,
			1
		)
		both;
}


.grafixyy-portal--time-orbit.is-chosen {
	border-color:
		rgba(139, 101, 255, 0.82);

	box-shadow:
		0 0 0 1px rgba(128, 91, 255, 0.12),
		0 0 48px rgba(101, 65, 230, 0.26),
		0 30px 90px rgba(54, 30, 130, 0.3);
}


.grafixyy-portal--scale-lab.is-chosen {
	border-color:
		rgba(205, 255, 66, 0.78);

	box-shadow:
		0 0 0 1px rgba(204, 255, 67, 0.1),
		0 0 48px rgba(181, 226, 46, 0.2),
		0 30px 90px rgba(133, 170, 25, 0.18);
}


/*
 * The selected portal's visual heart gets
 * one stronger final pulse.
 */

.grafixyy-portal--time-orbit.is-chosen
.grafixyy-portal-time-dot {
	background: #ffffff;

	box-shadow:
		0 0 0 8px rgba(98, 230, 255, 0.1),
		0 0 34px #50dfff;
}


.grafixyy-portal--scale-lab.is-chosen
.grafixyy-portal-scale-grid
span.is-origin {
	background: #efffa7;

	box-shadow:
		0 0 18px rgba(220, 255, 107, 1),
		0 0 55px rgba(202, 255, 61, 0.52);
}


/* =========================================================
   DISCOVERY ANIMATIONS
   ========================================================= */

@keyframes grafixyy-discovery-charge {

	0% {
		opacity: 0;
		transform: scale(0.94);
	}

	100% {
		opacity: 1;
		transform: scale(1.04);
	}

}


@keyframes grafixyy-discovery-core {

	from {
		transform: scale(0.985);
	}

	to {
		transform: scale(1.02);
	}

}


@keyframes grafixyy-discovery-question {

	from {
		transform:
			rotate(-4deg)
			scale(0.96);
	}

	to {
		transform:
			rotate(4deg)
			scale(1.06);
	}

}


@keyframes grafixyy-portal-scan {

	from {
		filter:
			brightness(0.92);
	}

	to {
		filter:
			brightness(1.12);
	}

}


@keyframes grafixyy-portal-scan-line {

	from {
		transform:
			translateY(-40%);
	}

	to {
		transform:
			translateY(700%);
	}

}


@keyframes grafixyy-portal-chosen {

	0% {
		transform:
			translateY(0)
			scale(1);
	}

	55% {
		transform:
			translateY(-10px)
			scale(1.025);
	}

	100% {
		transform:
			translateY(-7px)
			scale(1.018);
	}

}


/* =========================================================
   MOBILE REFINEMENT
   ========================================================= */

@media (max-width: 820px) {

	.grafixyy-explore-hero {
		min-height: auto;

		padding:
			72px
			20px
			68px;
	}


	.grafixyy-explore-doorway {
		padding:
			62px
			0
			72px;
	}


	.grafixyy-portal {
		min-height: 525px;
	}


	.grafixyy-portal-visual,
	.grafixyy-portal-time-orbit {
		min-height: 230px;
	}

}


/* =========================================================
   SMALL MOBILE REFINEMENT
   ========================================================= */

@media (max-width: 520px) {

	.grafixyy-explore-hero {
		padding:
			62px
			17px
			58px;
	}


	.grafixyy-explore-hero h1 {
		font-size:
			clamp(
				2.85rem,
				15vw,
				4.1rem
			);

		line-height: 1.02;
	}


	.grafixyy-explore-lead {
		margin:
			20px
			auto
			25px;

		font-size: 0.88rem;
	}


	.grafixyy-explore-orbit-one {
		width: 125vw;
	}


	.grafixyy-explore-orbit-two {
		width: 150vw;
	}


	.grafixyy-explore-doorway {
		width:
			calc(100% - 28px);

		padding:
			55px
			0
			65px;
	}


	.grafixyy-explore-section-heading {
		margin-bottom: 23px;
	}


	.grafixyy-explore-section-heading h2 {
		font-size: 1.75rem;
		line-height: 1.45;
	}


	.grafixyy-portal {
		min-height: 500px;
	}


	.grafixyy-portal-visual,
	.grafixyy-portal-time-orbit {
		min-height: 215px;
	}


	.grafixyy-portal-copy {
		padding:
			10px
			20px
			17px;
	}


	.grafixyy-portal-link {
		margin:
			auto
			19px
			19px;
	}


	/*
	 * Mobile selection remains visible without
	 * a large scale jump.
	 */

	.grafixyy-portal.is-chosen {
		transform:
			translateY(-4px)
			scale(1.008);
	}

}


/* =========================================================
   DISCOVERY REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.grafixyy-explore-hero.is-discovering::after,
	.grafixyy-explore-hero.is-discovering
	.grafixyy-explore-hero-noise,
	.grafixyy-explore-hero.is-discovering
	.grafixyy-explore-orbit-one,
	.grafixyy-explore-hero.is-discovering
	.grafixyy-explore-orbit-two,
	.grafixyy-explore-hero.is-discovering
	.grafixyy-explore-signal span,
	.grafixyy-explore-hero.is-discovering
	.grafixyy-explore-surprise-icon,
	.grafixyy-portal.is-being-scanned,
	.grafixyy-portal.is-being-scanned::after,
	.grafixyy-portal.is-chosen {
		animation: none !important;
	}


	.grafixyy-portal.is-not-chosen,
	.grafixyy-portal.is-chosen {
		transition: none !important;
	}

}

/* =========================================================
   EXPLORE LIVING WORLD V3 — PASS 1
   Hero + section transition + ambient pulse
   ========================================================= */


/* ---------------------------------------------------------
   Hero becomes tighter and more intentional
   --------------------------------------------------------- */

.grafixyy-explore-hero {
	min-height: auto;

	padding:
		clamp(62px, 7vw, 92px)
		24px
		clamp(68px, 7vw, 94px);
}


.grafixyy-explore-hero-content {
	width:
		min(
			680px,
			100%
		);
}


/* ---------------------------------------------------------
   Kicker pulse
   --------------------------------------------------------- */

.grafixyy-explore-kicker {
	position: relative;

	box-shadow:
		0 0 0 0 rgba(111, 83, 255, 0);

	animation:
		grafixyy-kicker-breathe
		4.8s
		ease-in-out
		infinite;
}


.grafixyy-explore-kicker::before {
	content: "";

	width: 6px;
	height: 6px;

	flex: 0 0 6px;

	border-radius: 50%;

	background: #65e7ff;

	box-shadow:
		0 0 12px rgba(101, 231, 255, 0.9);

	animation:
		grafixyy-live-dot
		1.8s
		ease-in-out
		infinite;
}


/* ---------------------------------------------------------
   Hero title
   --------------------------------------------------------- */

.grafixyy-explore-hero h1 {
	position: relative;

	width: fit-content;
	max-width: 100%;

	margin:
		0
		auto;

	font-size:
		clamp(
			3.1rem,
			6vw,
			5.6rem
		);

	line-height: 1.06;

	letter-spacing: -0.045em;
}


.grafixyy-explore-hero h1 span {
	position: relative;

	background-size: 200% 100%;

	animation:
		grafixyy-curiosity-gradient
		7s
		ease-in-out
		infinite;
}


/*
 * A tiny live signal beside "فضولك".
 */

.grafixyy-explore-hero h1 span::after {
	content: "";

	position: absolute;

	top: 10%;
	left: -14px;

	width: 7px;
	height: 7px;

	border-radius: 50%;

	background: #68e7ff;

	box-shadow:
		0 0 0 5px rgba(104, 231, 255, 0.06),
		0 0 20px rgba(104, 231, 255, 0.75);

	animation:
		grafixyy-live-dot
		2.2s
		ease-in-out
		infinite;
}


/* ---------------------------------------------------------
   Lead
   --------------------------------------------------------- */

.grafixyy-explore-lead {
	max-width: 590px;

	color: #aeb4c4;

	font-size:
		clamp(
			0.95rem,
			1.7vw,
			1.08rem
		);

	line-height: 1.95;
}


/* ---------------------------------------------------------
   Hero ambient breathing
   --------------------------------------------------------- */

.grafixyy-explore-hero-noise {
	animation:
		grafixyy-ambient-core
		8s
		ease-in-out
		infinite;
}


.grafixyy-explore-signal span {
	/*
	 * Existing floating motion remains,
	 * but signals now also feel slightly alive.
	 */
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.01);
}


/* ---------------------------------------------------------
   Hero surprise button
   --------------------------------------------------------- */

.grafixyy-explore-surprise {
	margin-top: 2px;

	animation:
		grafixyy-surprise-breathe
		5.6s
		ease-in-out
		infinite;
}


.grafixyy-explore-surprise-icon {
	position: relative;
}


.grafixyy-explore-surprise-icon::after {
	content: "";

	position: absolute;

	inset: -6px;

	border:
		1px solid rgba(168, 111, 255, 0.18);

	border-radius: 20px;

	opacity: 0;

	animation:
		grafixyy-surprise-ring
		3.1s
		ease-out
		infinite;
}


/* =========================================================
   HERO → PORTALS BRIDGE
   Fixes the visually chopped section transition
   ========================================================= */

.grafixyy-explore-doorway {
	position: relative;

	margin-top: 0;

	padding:
		84px
		0
		90px;
}


/*
 * Soft bridge between worlds.
 */

.grafixyy-explore-doorway::after {
	content: "";

	position: absolute;
	z-index: -1;

	top: -130px;
	left: 50%;

	width:
		min(
			900px,
			94vw
		);

	height: 330px;

	transform:
		translateX(-50%);

	background:
		radial-gradient(
			ellipse at center,
			rgba(63, 47, 125, 0.11),
			transparent 67%
		);

	pointer-events: none;
}


/*
 * Keep heading fully inside its section.
 */

.grafixyy-explore-section-heading {
	position: relative;

	overflow: visible;

	margin:
		0
		0
		34px;

	padding-top: 4px;
}


.grafixyy-explore-section-heading > div {
	min-width: 0;
}


.grafixyy-explore-section-heading p {
	color: #81899c;
}


.grafixyy-explore-section-heading h2 {
	max-width: 650px;

	font-size:
		clamp(
			1.7rem,
			3.2vw,
			2.55rem
		);

	line-height: 1.4;
}


/*
 * Experience count becomes a small status signal,
 * not a loose floating pill.
 */

.grafixyy-explore-count {
	position: relative;

	display: inline-flex;

	align-items: center;

	gap: 7px;
}


.grafixyy-explore-count::before {
	content: "";

	width: 6px;
	height: 6px;

	border-radius: 50%;

	background: #7e65ff;

	box-shadow:
		0 0 12px rgba(126, 101, 255, 0.8);

	animation:
		grafixyy-live-dot
		2.6s
		ease-in-out
		infinite;
}


/* =========================================================
   LIVING WORLD ANIMATIONS
   ========================================================= */

@keyframes grafixyy-kicker-breathe {

	0%,
	100% {
		border-color:
			rgba(171, 137, 255, 0.18);

		box-shadow:
			0 0 0 rgba(111, 83, 255, 0);
	}

	50% {
		border-color:
			rgba(171, 137, 255, 0.34);

		box-shadow:
			0 0 28px rgba(105, 70, 220, 0.08);
	}

}


@keyframes grafixyy-live-dot {

	0%,
	100% {
		opacity: 0.48;
		transform: scale(0.75);
	}

	50% {
		opacity: 1;
		transform: scale(1.15);
	}

}


@keyframes grafixyy-curiosity-gradient {

	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

}


@keyframes grafixyy-ambient-core {

	0%,
	100% {
		opacity: 0.72;
		transform: scale(0.985);
	}

	50% {
		opacity: 1;
		transform: scale(1.025);
	}

}


@keyframes grafixyy-surprise-breathe {

	0%,
	100% {
		box-shadow:
			0 18px 70px rgba(0, 0, 0, 0.35),
			inset 0 1px 0 rgba(255, 255, 255, 0.08);
	}

	50% {
		box-shadow:
			0 20px 72px rgba(67, 42, 145, 0.23),
			0 0 30px rgba(121, 79, 255, 0.06),
			inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

}


@keyframes grafixyy-surprise-ring {

	0% {
		opacity: 0;
		transform: scale(0.85);
	}

	25% {
		opacity: 0.65;
	}

	70%,
	100% {
		opacity: 0;
		transform: scale(1.18);
	}

}


/* =========================================================
   MOBILE HERO
   ========================================================= */

@media (max-width: 520px) {

	.grafixyy-explore-hero {
		padding:
			54px
			17px
			58px;
	}


	.grafixyy-explore-kicker {
		margin-bottom: 18px;

		font-size: 0.68rem;
	}


	.grafixyy-explore-hero h1 {
		font-size:
			clamp(
				2.65rem,
				13.5vw,
				3.65rem
			);

		line-height: 1.08;
	}


	.grafixyy-explore-hero h1 span::after {
		left: -8px;

		width: 5px;
		height: 5px;
	}


	.grafixyy-explore-lead {
		max-width: 360px;

		margin:
			19px
			auto
			24px;

		font-size: 0.86rem;
		line-height: 1.9;
	}


	.grafixyy-explore-doorway {
		padding:
			62px
			0
			66px;
	}


	.grafixyy-explore-section-heading {
		gap: 13px;

		margin-bottom: 24px;
	}


	.grafixyy-explore-section-heading h2 {
		font-size: 1.62rem;
		line-height: 1.45;
	}

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.grafixyy-explore-kicker,
	.grafixyy-explore-kicker::before,
	.grafixyy-explore-hero h1 span,
	.grafixyy-explore-hero h1 span::after,
	.grafixyy-explore-hero-noise,
	.grafixyy-explore-surprise,
	.grafixyy-explore-surprise-icon::after,
	.grafixyy-explore-count::before {
		animation: none !important;
	}

}
/* =========================================================
   GRAFIXYY EXPLORE — LIFE PULSE PASS
   The page should feel alive even while idle.
   ========================================================= */


/* =========================================================
   GLOBAL EXPLORE ENERGY
   ========================================================= */

.grafixyy-explore {
	position: relative;
	isolation: isolate;
}


.grafixyy-explore::before {
	content: "";

	position: fixed;
	z-index: -1;

	top: 18%;
	left: 50%;

	width: min(900px, 110vw);
	height: 560px;

	transform:
		translateX(-50%)
		scale(0.92);

	border-radius: 50%;

	background:
		radial-gradient(
			ellipse at center,
			rgba(98, 61, 210, 0.12),
			rgba(34, 211, 238, 0.025) 42%,
			transparent 70%
		);

	filter: blur(12px);

	pointer-events: none;

	animation:
		grafixyy-page-heartbeat
		5.2s
		ease-in-out
		infinite;
}


/* =========================================================
   HERO ENERGY WAVES
   ========================================================= */

.grafixyy-explore-hero::after {
	content: "";

	position: absolute;
	z-index: 0;

	top: 50%;
	left: 50%;

	width: 310px;
	height: 310px;

	border:
		1px solid rgba(131, 94, 255, 0.13);

	border-radius: 50%;

	transform:
		translate(-50%, -50%)
		scale(0.8);

	pointer-events: none;

	animation:
		grafixyy-hero-wave
		4.6s
		ease-out
		infinite;
}


.grafixyy-explore-hero-content {
	animation:
		grafixyy-hero-content-breathe
		6s
		ease-in-out
		infinite;
}


/*
 * Stronger ambient core.
 */

.grafixyy-explore-hero-noise {
	animation:
		grafixyy-hero-core-live
		4.2s
		ease-in-out
		infinite;
}


/* =========================================================
   FLOATING SIGNAL LIFE
   ========================================================= */

.grafixyy-explore-signal span:nth-child(1) {
	animation:
		grafixyy-signal-one
		3.1s
		ease-in-out
		infinite;
}


.grafixyy-explore-signal span:nth-child(2) {
	animation:
		grafixyy-signal-two
		4.3s
		ease-in-out
		infinite;
}


.grafixyy-explore-signal span:nth-child(3) {
	animation:
		grafixyy-signal-three
		3.7s
		ease-in-out
		infinite;
}


.grafixyy-explore-signal span:nth-child(4) {
	animation:
		grafixyy-signal-four
		4.8s
		ease-in-out
		infinite;
}


.grafixyy-explore-signal span:nth-child(5) {
	animation:
		grafixyy-signal-five
		2.9s
		ease-in-out
		infinite;
}


/* =========================================================
   PORTAL AREA — ENERGY FIELD
   ========================================================= */

.grafixyy-explore-grid {
	position: relative;
}


.grafixyy-explore-grid::before {
	content: "";

	position: absolute;
	z-index: -1;

	top: 8%;
	left: 50%;

	width: 88%;
	height: 84%;

	transform:
		translateX(-50%);

	border-radius: 50%;

	background:
		radial-gradient(
			ellipse at center,
			rgba(77, 61, 145, 0.09),
			transparent 68%
		);

	filter: blur(30px);

	pointer-events: none;

	animation:
		grafixyy-grid-energy
		6.4s
		ease-in-out
		infinite;
}


/* =========================================================
   BASE PORTAL BREATH
   ========================================================= */

.grafixyy-portal--time-orbit {
	animation:
		grafixyy-age-card-breathe
		5s
		ease-in-out
		infinite;
}


.grafixyy-portal--scale-lab {
	animation:
		grafixyy-scale-card-breathe
		5.8s
		ease-in-out
		-1.8s
		infinite;
}


/* =========================================================
   AGE PORTAL — TIME IS MOVING
   ========================================================= */

.grafixyy-portal--time-orbit
.grafixyy-portal-time-ring-one {
	animation:
		grafixyy-age-orbit-one
		7.5s
		linear
		infinite;
}


.grafixyy-portal--time-orbit
.grafixyy-portal-time-ring-two {
	animation:
		grafixyy-age-orbit-two
		5.8s
		linear
		infinite
		reverse;
}


/*
 * Main number breath.
 */

.grafixyy-portal--time-orbit
.grafixyy-portal-time-orbit strong {
	transform-origin: center;

	animation:
		grafixyy-age-number-live
		3s
		ease-in-out
		infinite;
}


/*
 * Cyan point becomes clearly alive.
 */

.grafixyy-portal--time-orbit
.grafixyy-portal-time-dot {
	animation:
		grafixyy-age-dot-live
		1.45s
		ease-in-out
		infinite;
}


/*
 * A soft traveling time flare.
 */

.grafixyy-portal-visual--live-time::after {
	content: "";

	position: absolute;

	top: 15%;
	left: -25%;

	width: 24%;
	height: 70%;

	transform:
		rotate(12deg);

	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(95, 214, 255, 0.075),
			transparent
		);

	filter: blur(8px);

	pointer-events: none;

	animation:
		grafixyy-age-time-flare
		5.3s
		ease-in-out
		infinite;
}


/* =========================================================
   SCALE LAB — MACHINE IS RUNNING
   ========================================================= */

.grafixyy-portal-visual--scale-grid::after {
	content: "";

	position: absolute;
	z-index: 3;

	top: -25%;
	left: 0;

	width: 100%;
	height: 18%;

	background:
		linear-gradient(
			180deg,
			transparent,
			rgba(207, 255, 70, 0.11),
			rgba(207, 255, 70, 0.035),
			transparent
		);

	filter: blur(3px);

	pointer-events: none;

	animation:
		grafixyy-scale-scan
		4.1s
		cubic-bezier(
			0.45,
			0,
			0.55,
			1
		)
		infinite;
}


/*
 * Grid lightly wakes up behind the scan.
 */

.grafixyy-portal-scale-grid {
	animation:
		grafixyy-scale-grid-breathe
		3.6s
		ease-in-out
		infinite;
}


/*
 * Origin cell gets a real machine pulse.
 */

.grafixyy-portal-scale-grid span.is-origin {
	animation:
		grafixyy-scale-origin-live
		1.35s
		ease-in-out
		infinite;
}


/*
 * ×1000 readout breath.
 */

.grafixyy-portal-scale-readout strong {
	animation:
		grafixyy-scale-readout-live
		2.4s
		ease-in-out
		infinite;
}


/* =========================================================
   BOTTOM SURPRISE LIFE
   ========================================================= */

.grafixyy-explore-bottom::before {
	animation:
		grafixyy-bottom-question
		6s
		ease-in-out
		infinite;
}


/* =========================================================
   KEYFRAMES — PAGE
   ========================================================= */

@keyframes grafixyy-page-heartbeat {

	0%,
	100% {
		opacity: 0.45;

		transform:
			translateX(-50%)
			scale(0.9);
	}

	45% {
		opacity: 0.85;

		transform:
			translateX(-50%)
			scale(1.03);
	}

	55% {
		opacity: 0.68;

		transform:
			translateX(-50%)
			scale(0.98);
	}

	68% {
		opacity: 0.9;

		transform:
			translateX(-50%)
			scale(1.04);
	}

}


/* =========================================================
   KEYFRAMES — HERO
   ========================================================= */

@keyframes grafixyy-hero-wave {

	0% {
		opacity: 0;

		transform:
			translate(-50%, -50%)
			scale(0.7);
	}

	22% {
		opacity: 0.42;
	}

	100% {
		opacity: 0;

		transform:
			translate(-50%, -50%)
			scale(2.5);
	}

}


@keyframes grafixyy-hero-content-breathe {

	0%,
	100% {
		transform:
			translateY(0);
	}

	50% {
		transform:
			translateY(-4px);
	}

}


@keyframes grafixyy-hero-core-live {

	0%,
	100% {
		opacity: 0.62;

		transform:
			scale(0.96);

		box-shadow:
			0 0 80px rgba(90, 54, 255, 0.05),
			inset 0 0 70px rgba(53, 213, 255, 0.02);
	}

	50% {
		opacity: 1;

		transform:
			scale(1.045);

		box-shadow:
			0 0 150px rgba(90, 54, 255, 0.14),
			inset 0 0 110px rgba(53, 213, 255, 0.055);
	}

}


/* =========================================================
   KEYFRAMES — SIGNALS
   ========================================================= */

@keyframes grafixyy-signal-one {

	0%,
	100% {
		opacity: 0.28;
		transform:
			translateY(0)
			rotate(8deg)
			scale(0.94);
	}

	50% {
		opacity: 0.72;
		transform:
			translateY(-9px)
			rotate(3deg)
			scale(1.05);
	}

}


@keyframes grafixyy-signal-two {

	0%,
	100% {
		opacity: 0.22;
		transform:
			translateY(5px)
			scale(0.92);
	}

	50% {
		opacity: 0.55;
		transform:
			translateY(-7px)
			scale(1.05);
	}

}


@keyframes grafixyy-signal-three {

	0%,
	100% {
		opacity: 0.28;
		transform:
			translateY(0)
			rotate(-8deg);
	}

	50% {
		opacity: 0.75;
		transform:
			translateY(8px)
			rotate(-2deg)
			scale(1.07);
	}

}


@keyframes grafixyy-signal-four {

	0%,
	100% {
		opacity: 0.25;
		transform:
			translateY(6px);
	}

	50% {
		opacity: 0.66;
		transform:
			translateY(-8px)
			scale(1.08);
	}

}


@keyframes grafixyy-signal-five {

	0%,
	100% {
		opacity: 0.2;
		transform:
			scale(0.8)
			rotate(-8deg);
	}

	50% {
		opacity: 0.78;
		transform:
			scale(1.2)
			rotate(8deg);
	}

}


/* =========================================================
   KEYFRAMES — PORTAL FIELD
   ========================================================= */

@keyframes grafixyy-grid-energy {

	0%,
	100% {
		opacity: 0.35;
		transform:
			translateX(-50%)
			scale(0.94);
	}

	50% {
		opacity: 0.9;
		transform:
			translateX(-50%)
			scale(1.04);
	}

}


/* =========================================================
   KEYFRAMES — AGE
   ========================================================= */

@keyframes grafixyy-age-card-breathe {

	0%,
	100% {
		border-color:
			rgba(128, 89, 255, 0.19);

		box-shadow:
			0 26px 70px rgba(0, 0, 0, 0.23);
	}

	50% {
		border-color:
			rgba(137, 101, 255, 0.42);

		box-shadow:
			0 30px 82px rgba(56, 34, 128, 0.25),
			0 0 38px rgba(75, 53, 170, 0.1);
	}

}


@keyframes grafixyy-age-orbit-one {

	from {
		transform:
			rotate(-9deg);
	}

	to {
		transform:
			rotate(351deg);
	}

}


@keyframes grafixyy-age-orbit-two {

	from {
		transform:
			rotate(28deg)
			scaleY(0.42);
	}

	to {
		transform:
			rotate(388deg)
			scaleY(0.42);
	}

}


@keyframes grafixyy-age-number-live {

	0%,
	100% {
		opacity: 0.84;
		transform: scale(0.985);
		filter: brightness(0.94);
	}

	50% {
		opacity: 1;
		transform: scale(1.025);
		filter: brightness(1.18);
	}

}


@keyframes grafixyy-age-dot-live {

	0%,
	100% {
		opacity: 0.55;
		transform: scale(0.72);

		box-shadow:
			0 0 0 3px rgba(98, 230, 255, 0.04),
			0 0 12px rgba(80, 223, 255, 0.45);
	}

	50% {
		opacity: 1;
		transform: scale(1.3);

		box-shadow:
			0 0 0 8px rgba(98, 230, 255, 0.08),
			0 0 32px rgba(80, 223, 255, 0.95);
	}

}


@keyframes grafixyy-age-time-flare {

	0%,
	18% {
		left: -28%;
		opacity: 0;
	}

	35% {
		opacity: 1;
	}

	70%,
	100% {
		left: 110%;
		opacity: 0;
	}

}


/* =========================================================
   KEYFRAMES — SCALE LAB
   ========================================================= */

@keyframes grafixyy-scale-card-breathe {

	0%,
	100% {
		border-color:
			rgba(194, 255, 55, 0.17);

		box-shadow:
			0 26px 70px rgba(0, 0, 0, 0.23);
	}

	50% {
		border-color:
			rgba(201, 255, 61, 0.39);

		box-shadow:
			0 30px 82px rgba(95, 121, 18, 0.15),
			0 0 38px rgba(176, 221, 41, 0.07);
	}

}


@keyframes grafixyy-scale-scan {

	0%,
	12% {
		top: -25%;
		opacity: 0;
	}

	24% {
		opacity: 0.8;
	}

	72% {
		opacity: 0.62;
	}

	88%,
	100% {
		top: 112%;
		opacity: 0;
	}

}


@keyframes grafixyy-scale-grid-breathe {

	0%,
	100% {
		filter:
			brightness(0.8);
	}

	50% {
		filter:
			brightness(1.2);
	}

}


@keyframes grafixyy-scale-origin-live {

	0%,
	100% {
		transform: scale(0.88);

		box-shadow:
			0 0 8px rgba(202, 255, 61, 0.55),
			0 0 20px rgba(202, 255, 61, 0.18);
	}

	50% {
		transform: scale(1.12);

		box-shadow:
			0 0 18px rgba(220, 255, 107, 1),
			0 0 48px rgba(202, 255, 61, 0.46);
	}

}


@keyframes grafixyy-scale-readout-live {

	0%,
	100% {
		opacity: 0.62;
	}

	50% {
		opacity: 1;
		text-shadow:
			0 0 14px rgba(205, 255, 69, 0.55);
	}

}


/* =========================================================
   KEYFRAMES — BOTTOM
   ========================================================= */

@keyframes grafixyy-bottom-question {

	0%,
	100% {
		opacity: 0.7;
		transform:
			translateX(-50%)
			rotate(-2deg)
			scale(0.96);
	}

	50% {
		opacity: 1;
		transform:
			translateX(-50%)
			rotate(2deg)
			scale(1.04);
	}

}


/* =========================================================
   MOBILE — KEEP LIFE, REDUCE AMPLITUDE
   ========================================================= */

@media (max-width: 520px) {

	.grafixyy-explore::before {
		width: 130vw;
		height: 430px;
	}


	.grafixyy-explore-hero-content {
		animation-name:
			grafixyy-hero-content-breathe-mobile;
	}


	.grafixyy-portal--time-orbit,
	.grafixyy-portal--scale-lab {
		/*
		 * Brighter base state so neither portal
		 * looks dead on small screens.
		 */
		box-shadow:
			0 18px 55px rgba(0, 0, 0, 0.28);
	}


	.grafixyy-portal--time-orbit {
		border-color:
			rgba(137, 101, 255, 0.34);
	}


	.grafixyy-portal--scale-lab {
		border-color:
			rgba(201, 255, 61, 0.29);
	}

}


@keyframes grafixyy-hero-content-breathe-mobile {

	0%,
	100% {
		transform:
			translateY(0);
	}

	50% {
		transform:
			translateY(-2px);
	}

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.grafixyy-explore::before,
	.grafixyy-explore-hero::after,
	.grafixyy-explore-hero-content,
	.grafixyy-explore-hero-noise,
	.grafixyy-explore-signal span,
	.grafixyy-explore-grid::before,
	.grafixyy-portal--time-orbit,
	.grafixyy-portal--scale-lab,
	.grafixyy-portal--time-orbit
	.grafixyy-portal-time-ring-one,
	.grafixyy-portal--time-orbit
	.grafixyy-portal-time-ring-two,
	.grafixyy-portal--time-orbit
	.grafixyy-portal-time-orbit strong,
	.grafixyy-portal--time-orbit
	.grafixyy-portal-time-dot,
	.grafixyy-portal-visual--live-time::after,
	.grafixyy-portal-visual--scale-grid::after,
	.grafixyy-portal-scale-grid,
	.grafixyy-portal-scale-grid span.is-origin,
	.grafixyy-portal-scale-readout strong,
	.grafixyy-explore-bottom::before {
		animation: none !important;
	}

}
/* =========================================================
   AGE PORTAL — MYSTERY NUMBER
   Honest curiosity instead of a fake live result.
   ========================================================= */

.grafixyy-portal-time-orbit
.grafixyy-portal-mystery-number {
	position: relative;
	z-index: 2;

	display: flex;

	align-items: flex-end;
	justify-content: center;

	gap: 10px;

	color: transparent;

	background:
		linear-gradient(
			110deg,
			#ffffff,
			#bd99ff 48%,
			#65e8ff
		);

	-webkit-background-clip: text;
	background-clip: text;

	font-family:
		"Alexandria",
		Arial,
		sans-serif;

	font-size:
		clamp(
			4rem,
			8vw,
			6.4rem
		);

	font-weight: 850;

	line-height: 0.9;

	letter-spacing: 0;

	direction: rtl;

	filter:
		drop-shadow(
			0 0 22px
			rgba(121, 89, 255, 0.18)
		);

	animation:
		grafixyy-mystery-number-live
		2.4s
		ease-in-out
		infinite;
}


.grafixyy-portal-time-orbit
.grafixyy-portal-mystery-number
> span {
	display: inline-block;

	min-width: 0.75em;

	text-align: center;

	animation:
		grafixyy-mystery-question
		3.2s
		ease-in-out
		infinite;
}


.grafixyy-portal-time-orbit
.grafixyy-portal-mystery-number
> small {
	display: inline-block;

	margin: 0 0 8px;

	color: #92a0bb;

	background: none;

	font-size: 0.18em;
	font-weight: 650;

	line-height: 1;

	letter-spacing: 0;
}


.grafixyy-portal-time-tease {
	position: relative;
	z-index: 2;

	margin:
		12px
		0
		0;

	color: #9ba5ba;

	font-size: 0.73rem;
	font-weight: 550;

	line-height: 1.6;
}


.grafixyy-portal-time-tease::before {
	content: "";

	display: inline-block;

	width: 6px;
	height: 6px;

	margin-inline-end: 7px;

	border-radius: 50%;

	background: #61e5ff;

	box-shadow:
		0 0 14px
		rgba(97, 229, 255, 0.85);

	animation:
		grafixyy-live-dot
		1.35s
		ease-in-out
		infinite;
}


@keyframes grafixyy-mystery-number-live {

	0%,
	100% {
		transform:
			scale(0.97);

		filter:
			brightness(0.92)
			drop-shadow(
				0 0 15px
				rgba(121, 89, 255, 0.12)
			);
	}

	50% {
		transform:
			scale(1.04);

		filter:
			brightness(1.2)
			drop-shadow(
				0 0 32px
				rgba(94, 211, 255, 0.25)
			);
	}

}


@keyframes grafixyy-mystery-question {

	0%,
	100% {
		transform:
			rotate(-3deg);
	}

	45% {
		transform:
			rotate(4deg);
	}

	55% {
		transform:
			rotate(1deg)
			scale(1.08);
	}

}


@media (max-width: 520px) {

	.grafixyy-portal-time-orbit
	.grafixyy-portal-mystery-number {
		font-size:
			clamp(
				4.4rem,
				24vw,
				6rem
			);
	}


	.grafixyy-portal-time-tease {
		font-size: 0.72rem;
	}

}


@media (prefers-reduced-motion: reduce) {

	.grafixyy-portal-time-orbit
	.grafixyy-portal-mystery-number,

	.grafixyy-portal-time-orbit
	.grafixyy-portal-mystery-number
	> span,

	.grafixyy-portal-time-tease::before {
		animation: none !important;
	}

}

/* =========================================================
   EXPLORE MOBILE PERFORMANCE MODE
   Keep the life. Lose the GPU storm.
   ========================================================= */

@media (max-width: 700px) {

	/*
	 * Disable the expensive fixed ambient layer.
	 */
	.grafixyy-explore::before {
		display: none;
	}


	/*
	 * Large ambient objects remain visible,
	 * but no longer continuously scale/animate.
	 */
	.grafixyy-explore-hero-noise {
		animation: none;

		transform: none;

		opacity: 0.72;

		box-shadow:
			0 0 70px rgba(90, 54, 255, 0.07);
	}


	/*
	 * Don't move the entire Hero content.
	 */
	.grafixyy-explore-hero-content {
		animation: none;
	}


	/*
	 * The expanding Hero wave is expensive
	 * and not essential on mobile.
	 */
	.grafixyy-explore-hero::after {
		display: none;
	}


	/*
	 * Orbits remain part of the art direction,
	 * but become static background geometry.
	 */
	.grafixyy-explore-orbit-one,
	.grafixyy-explore-orbit-two {
		animation: none;
	}


	/*
	 * Keep only a few lightweight signal movements.
	 */
	.grafixyy-explore-signal span {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}


	.grafixyy-explore-signal span:nth-child(1),
	.grafixyy-explore-signal span:nth-child(3),
	.grafixyy-explore-signal span:nth-child(5) {
		animation: none;
	}


	.grafixyy-explore-signal span:nth-child(2) {
		animation-duration: 7s;
	}


	.grafixyy-explore-signal span:nth-child(4) {
		animation-duration: 8s;
	}


	/*
	 * No continuous whole-card breathing.
	 * Borders retain their brighter mobile state.
	 */
	.grafixyy-portal--time-orbit,
	.grafixyy-portal--scale-lab {
		animation: none;
	}


	/*
	 * Remove large blurred energy field.
	 */
	.grafixyy-explore-grid::before {
		display: none;
	}


	/*
	 * AGE:
	 * Keep one meaningful live signal.
	 *
	 * Static rings are much cheaper than continuously
	 * rotating transformed ellipses.
	 */
	.grafixyy-portal--time-orbit
	.grafixyy-portal-time-ring-one,

	.grafixyy-portal--time-orbit
	.grafixyy-portal-time-ring-two {
		animation: none;
	}


	/*
	 * Keep the mystery number alive,
	 * but slow it down.
	 */
	.grafixyy-portal--time-orbit
	.grafixyy-portal-mystery-number {
		animation-duration: 4.8s;
	}


	/*
	 * Question rotation is unnecessary on mobile.
	 */
	.grafixyy-portal--time-orbit
	.grafixyy-portal-mystery-number
	> span {
		animation: none;
	}


	/*
	 * Remove traveling blur flare.
	 */
	.grafixyy-portal-visual--live-time::after {
		display: none;
	}


	/*
	 * Keep the cyan heartbeat;
	 * it communicates "live" cheaply.
	 */
	.grafixyy-portal--time-orbit
	.grafixyy-portal-time-dot {
		animation-duration: 2.4s;
	}


	/*
	 * SCALE LAB:
	 * Keep the scan because it belongs to the idea,
	 * but make it much less frequent.
	 */
	.grafixyy-portal-visual--scale-grid::after {
		animation-duration: 7.5s;

		filter: none;
	}


	/*
	 * Don't brightness-filter the whole grid.
	 */
	.grafixyy-portal-scale-grid {
		animation: none;
	}


	/*
	 * Only the origin cell pulses.
	 */
	.grafixyy-portal-scale-grid span.is-origin {
		animation-duration: 2.8s;
	}


	/*
	 * Static readout.
	 */
	.grafixyy-portal-scale-readout strong {
		animation: none;
	}


	/*
	 * Bottom decorative question stays static.
	 */
	.grafixyy-explore-bottom::before {
		animation: none;
	}


	/*
	 * Kicker and count don't need continuous
	 * container-level breathing on mobile.
	 */
	.grafixyy-explore-kicker {
		animation: none;
	}


	.grafixyy-explore-count::before,
	.grafixyy-explore-kicker::before,
	.grafixyy-portal-time-tease::before {
		animation-duration: 2.5s;
	}


	/*
	 * Keep gradient life, but slow it substantially.
	 */
	.grafixyy-explore-hero h1 span {
		animation-duration: 12s;
	}


	/*
	 * Surprise control should not continuously
	 * animate its whole box on mobile.
	 */
	.grafixyy-explore-surprise {
		animation: none;
	}


	.grafixyy-explore-surprise-icon::after {
		animation-duration: 5.5s;
	}

}


/* =========================================================
   LOW-WIDTH PHONES
   Even lighter.
   ========================================================= */

@media (max-width: 430px) {

	/*
	 * Floating ambient symbols become static.
	 */
	.grafixyy-explore-signal span {
		animation: none !important;
	}


	/*
	 * Keep only the most meaningful motion:
	 * - Age live dot / number
	 * - Million origin / occasional scan
	 * - Discovery click reveal
	 */

	.grafixyy-explore-hero h1 span {
		animation: none;
	}


	.grafixyy-explore-surprise-icon::after {
		animation: none;
	}


	.grafixyy-explore-kicker::before,
	.grafixyy-explore-count::before {
		animation: none;
	}

}


/* =========================================================
   COSMIC SCALE PORTAL
   Experience #3 — Solar System Scale
   ========================================================= */

.grafixyy-portal--cosmic-scale {
	--cosmic-gold: #ffc653;
	--cosmic-orange: #ff7447;
	--cosmic-cyan: #55dcff;
	--cosmic-blue: #7188ff;

	color: #f7f9ff;

	border-color:
		rgba(100, 126, 255, 0.28);

	background:
		radial-gradient(
			circle at 7% 8%,
			rgba(255, 179, 45, 0.14),
			transparent 27%
		),
		radial-gradient(
			circle at 94% 48%,
			rgba(52, 82, 255, 0.22),
			transparent 38%
		),
		linear-gradient(
			145deg,
			#090b18 0%,
			#030510 52%,
			#080d2b 100%
		);

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.035),
		0 24px 70px rgba(0,0,0,.28);
}

.grafixyy-portal--cosmic-scale
.grafixyy-portal-atmosphere {
	background:
		radial-gradient(
			circle at 9% 30%,
			rgba(255, 184, 54, .14),
			transparent 25%
		),
		radial-gradient(
			circle at 90% 58%,
			rgba(63, 91, 255, .20),
			transparent 34%
		);

	opacity: 1;
}

.grafixyy-portal--cosmic-scale
.grafixyy-portal-world {
	color: #dce5ff;
}

.grafixyy-portal--cosmic-scale
.grafixyy-portal-badge {
	color: #9db0ff;

	border-color:
		rgba(111, 137, 255, .24);

	background:
		rgba(66, 84, 185, .10);
}


/* =========================================================
   VISUAL WINDOW
   ========================================================= */

.grafixyy-portal--cosmic-scale
.grafixyy-portal-visual--orbital-route {
	position: relative;
	overflow: hidden;

	border:
		1px solid rgba(100, 126, 255, .14);

	border-radius: 24px;

	background:
		radial-gradient(
			circle at 0% 50%,
			rgba(255, 180, 45, .11),
			transparent 27%
		),
		radial-gradient(
			circle at 100% 50%,
			rgba(58, 85, 255, .16),
			transparent 31%
		),
		rgba(1, 3, 11, .52);
}

.grafixyy-portal-cosmic {
	position: relative;

	min-height: 250px;
	padding: 22px 20px;

	direction: ltr;
}

.grafixyy-portal-cosmic-stars {
	position: absolute;
	inset: 0;

	pointer-events: none;

	background-image:
		radial-gradient(
			circle,
			rgba(255,255,255,.65) 0 1px,
			transparent 1.25px
		),
		radial-gradient(
			circle,
			rgba(111,145,255,.62) 0 1px,
			transparent 1.2px
		);

	background-size:
		79px 79px,
		127px 127px;

	background-position:
		12px 14px,
		45px 60px;

	opacity: .14;
}


/* =========================================================
   STATUS
   ========================================================= */

.grafixyy-portal-cosmic-status {
	position: relative;
	z-index: 2;

	display: grid;
	grid-template-columns:
		1fr auto 1fr;

	align-items: center;
	gap: 10px;
}

.grafixyy-portal-cosmic-status span {
	color: #657391;

	font-size: .56rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.grafixyy-portal-cosmic-status span:last-child {
	text-align: right;
}

.grafixyy-portal-cosmic-status strong {
	padding: 5px 8px;

	border:
		1px solid rgba(108, 134, 255, .18);

	border-radius: 999px;

	color: #9fb1ff;
	background:
		rgba(54, 71, 160, .08);

	font-size: .62rem;
	font-weight: 900;
}


/* =========================================================
   ORBITAL ROUTE
   ========================================================= */

.grafixyy-portal-cosmic-route {
	position: relative;
	z-index: 2;

	height: 95px;
	margin-top: 22px;
}

.grafixyy-portal-cosmic-line {
	position: absolute;

	left: 0;
	right: 0;
	top: 50%;

	height: 2px;

	transform:
		translateY(-50%);

	background:
		linear-gradient(
			90deg,
			#ffc653 0%,
			#fff0a3 15%,
			#74e5ed 62%,
			#7188ff 100%
		);

	box-shadow:
		0 0 9px
		rgba(91, 195, 255, .22);
}

.grafixyy-portal-cosmic-object {
	position: absolute;
	z-index: 3;

	top: 50%;

	display: block;

	width: 8px;
	height: 8px;

	transform:
		translate(-50%, -50%);

	border:
		2px solid #030510;

	border-radius: 50%;
}


/* Same relative orbital positions as the Experience. */

.grafixyy-portal-cosmic-sun {
	left: 0;

	width: 22px;
	height: 22px;

	transform:
		translate(0, -50%);

	border: 0;

	background:
		radial-gradient(
			circle at 35% 30%,
			#fff7b0,
			#ffc43f 44%,
			#ff7138
		);

	box-shadow:
		0 0 14px
		rgba(255, 193, 56, .68);
}

.grafixyy-portal-cosmic-earth {
	left: 3.33%;

	background: #55dcff;

	box-shadow:
		0 0 9px
		rgba(75, 216, 255, .62);
}

.grafixyy-portal-cosmic-jupiter {
	left: 17.31%;

	width: 13px;
	height: 13px;

	background: #d4aa84;
}

.grafixyy-portal-cosmic-saturn {
	left: 31.87%;

	width: 11px;
	height: 11px;

	background: #e1c575;
}

.grafixyy-portal-cosmic-uranus {
	left: 63.82%;

	width: 11px;
	height: 11px;

	background: #80e1e7;
}

.grafixyy-portal-cosmic-neptune {
	left: 100%;

	width: 15px;
	height: 15px;

	transform:
		translate(-100%, -50%);

	background:
		radial-gradient(
			circle at 35% 30%,
			#9bb1ff,
			#4c70ee 57%,
			#293ea6
		);

	box-shadow:
		0 0 15px
		rgba(76, 105, 255, .72);
}


/* =========================================================
   PHOTON
   ========================================================= */

.grafixyy-portal-cosmic-photon {
	position: absolute;
	z-index: 5;

	left: 0;
	top: 50%;

	width: 11px;
	height: 11px;

	transform:
		translate(0, -50%);

	border-radius: 50%;

	background: #fff4a6;

	box-shadow:
		0 0 7px #fff4a6,
		0 0 18px
		rgba(255, 222, 76, .68);

	animation:
		grafixyyExplorePhotonRun
		5.8s
		cubic-bezier(.2,.75,.2,1)
		infinite;
}


/* =========================================================
   READOUT
   ========================================================= */

.grafixyy-portal-cosmic-readout {
	position: relative;
	z-index: 2;

	display: grid;
	grid-template-columns:
		auto auto;

	align-items: center;
	justify-content: center;
	column-gap: 10px;
	row-gap: 1px;

	margin-top: 4px;

	text-align: center;
}

.grafixyy-portal-cosmic-readout span {
	color: #6f7c9a;

	font-size: .52rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.grafixyy-portal-cosmic-readout strong {
	font-size: 1.35rem;
	font-weight: 950;

	background:
		linear-gradient(
			90deg,
			#fff2a3,
			#ffffff 45%,
			#83e8ff
		);

	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.grafixyy-portal-cosmic-readout small {
	grid-column: 1 / -1;

	color: #9ba8c6;

	font-size: .67rem;
	font-weight: 700;

	direction: rtl;
}


/* =========================================================
   COPY / CTA
   ========================================================= */

.grafixyy-portal--cosmic-scale
.grafixyy-portal-eyebrow {
	color: #8da2f4;
}

.grafixyy-portal--cosmic-scale
.grafixyy-portal-copy h3 {
	color: #ffffff;

	background:
		linear-gradient(
			105deg,
			#ffd15d 0%,
			#ff7647 26%,
			#fff7df 47%,
			#a489ff 69%,
			#52dcff 100%
		);

	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.grafixyy-portal--cosmic-scale
.grafixyy-portal-hook {
	color: #a5b2cf;
}

.grafixyy-portal--cosmic-scale
.grafixyy-portal-link {
	border-color:
		rgba(103, 132, 255, .2);

	color: #f7f8ff;

	background:
		linear-gradient(
			90deg,
			rgba(255, 184, 50, .055),
			rgba(70, 91, 210, .11)
		);
}


/* =========================================================
   MOTION
   ========================================================= */

@keyframes grafixyyExplorePhotonRun {

	0% {
		left: 0;
		opacity: 0;
	}

	7% {
		opacity: 1;
	}

	82% {
		left: calc(100% - 11px);
		opacity: 1;
	}

	88%,
	100% {
		left: calc(100% - 11px);
		opacity: 0;
	}
}


/* =========================================================
   MOBILE PERFORMANCE
   Keep the soul, reduce continuous work.
   ========================================================= */

@media (max-width: 720px) {

	.grafixyy-portal-cosmic {
		min-height: 215px;

		padding:
			18px
			14px;
	}

	.grafixyy-portal-cosmic-route {
		height: 78px;

		margin-top: 16px;
	}

	.grafixyy-portal-cosmic-photon {
		animation-duration:
			7.2s;
	}

	.grafixyy-portal-cosmic-readout strong {
		font-size: 1.15rem;
	}
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.grafixyy-portal-cosmic-photon {
		left: 50%;

		animation: none;
	}
}

/* =========================================================
   PRICE → TIME PORTAL
   Experience #4 — Price In Work Hours
   ========================================================= */

.grafixyy-portal--price-time {
	--pt-green: #62ff82;
	--pt-green-soft: rgba(98, 255, 130, 0.13);
	--pt-amber: #ffb52d;
	--pt-yellow: #ffd45d;

	border-color:
		rgba(98, 255, 130, 0.24);

	background:
		radial-gradient(
			circle at 8% 12%,
			rgba(76, 255, 116, 0.14),
			transparent 28%
		),
		radial-gradient(
			circle at 92% 58%,
			rgba(255, 161, 28, 0.14),
			transparent 34%
		),
		linear-gradient(
			145deg,
			#071009 0%,
			#0a0e09 48%,
			#171005 100%
		);

	box-shadow:
		0 26px 75px rgba(0, 0, 0, 0.30),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.grafixyy-portal--price-time:hover {
	border-color:
		rgba(98, 255, 130, 0.58);

	box-shadow:
		0 32px 90px rgba(0, 0, 0, 0.36),
		0 0 42px rgba(84, 255, 120, 0.08),
		0 0 65px rgba(255, 159, 28, 0.045);
}


/* Atmosphere */

.grafixyy-portal--price-time
.grafixyy-portal-atmosphere {
	background:
		linear-gradient(
			rgba(98, 255, 130, 0.018) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 184, 77, 0.018) 1px,
			transparent 1px
		),
		radial-gradient(
			circle at 12% 18%,
			rgba(85, 255, 125, 0.10),
			transparent 30%
		),
		radial-gradient(
			circle at 92% 82%,
			rgba(255, 159, 28, 0.11),
			transparent 35%
		);

	background-size:
		34px 34px,
		34px 34px,
		auto,
		auto;
}


/* Top labels */

.grafixyy-portal--price-time
.grafixyy-portal-world {
	color: #d9e6db;

	background:
		rgba(85, 255, 125, 0.07);
}

.grafixyy-portal--price-time
.grafixyy-portal-badge {
	color: #ffd05b;

	border-color:
		rgba(255, 184, 77, 0.25);

	background:
		rgba(255, 159, 28, 0.06);
}


/* =========================================================
   VISUAL WINDOW
   ========================================================= */

.grafixyy-portal--price-time
.grafixyy-portal-visual--price-to-time {
	border:
		1px solid rgba(98, 255, 130, 0.13);

	background:
		radial-gradient(
			circle at 12% 50%,
			rgba(85, 255, 125, 0.10),
			transparent 34%
		),
		radial-gradient(
			circle at 88% 50%,
			rgba(255, 159, 28, 0.10),
			transparent 34%
		),
		linear-gradient(
			105deg,
			rgba(5, 17, 8, 0.86),
			rgba(17, 13, 6, 0.90)
		);

	box-shadow:
		inset 0 0 38px rgba(0, 0, 0, 0.22);
}

.grafixyy-portal-price-time {
	width: 100%;
	min-height: 250px;

	box-sizing: border-box;

	padding:
		18px
		22px;

	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* PRICE → TIME readout */

.grafixyy-portal-price-time-status {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;

	color: #737e74;

	font-size: 0.58rem;
	font-weight: 900;
	letter-spacing: 0.1em;

	direction: ltr;
}

.grafixyy-portal-price-time-status span:first-child {
	color: #73ff91;
}

.grafixyy-portal-price-time-status span:last-child {
	color: #ffc75a;
}

.grafixyy-portal-price-time-status strong {
	color: #c7d3c8;

	font-size: 0.8rem;

	animation:
		grafixyy-price-time-arrow
		1.8s
		ease-in-out
		infinite;
}


/* =========================================================
   CONVERSION MACHINE
   ========================================================= */

.grafixyy-portal-price-time-machine {
	display: grid;

	grid-template-columns:
		minmax(90px, 1fr)
		minmax(70px, 0.55fr)
		minmax(100px, 1fr);

	align-items: center;

	gap: 10px;

	margin-top: 21px;
}


/* Money */

.grafixyy-portal-price-time-money {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	min-width: 0;
}

.grafixyy-portal-price-time-money > span {
	font-size: 2rem;

	filter:
		drop-shadow(
			0 5px 12px
			rgba(85, 255, 125, 0.18)
		);

	animation:
		grafixyy-price-money-float
		2.7s
		ease-in-out
		infinite;
}

.grafixyy-portal-price-time-money > strong {
	margin-top: 2px;

	color: #6cff89;

	font-size: 1.8rem;
	font-weight: 950;
	line-height: 1;

	text-shadow:
		0 0 16px
		rgba(85, 255, 125, 0.24);
}

.grafixyy-portal-price-time-money > small {
	margin-top: 5px;

	color: #7d897e;

	font-size: 0.6rem;
	font-weight: 800;
}


/* Energy bridge */

.grafixyy-portal-price-time-stream {
	position: relative;

	height: 45px;

	overflow: hidden;
}

.grafixyy-portal-price-time-stream::before {
	content: "";

	position: absolute;

	top: 50%;
	left: 4%;
	right: 4%;

	height: 2px;

	transform:
		translateY(-50%);

	background:
		linear-gradient(
			90deg,
			#55ff7d,
			#bada58 50%,
			#ffb52d
		);

	box-shadow:
		0 0 10px
		rgba(255, 184, 77, 0.22);
}

.grafixyy-portal-price-time-stream > span {
	position: absolute;

	top: 50%;
	left: 3%;

	width: 8px;
	height: 8px;

	border-radius: 50%;

	background: #78ff95;

	box-shadow:
		0 0 10px currentColor;

	transform:
		translateY(-50%);

	animation:
		grafixyy-price-time-particle
		2.5s
		linear
		infinite;
}


/* Time */

.grafixyy-portal-price-time-output {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	min-width: 0;
}

.grafixyy-portal-price-time-clock {
	position: relative;

	width: 56px;
	height: 56px;

	border:
		2px solid #ffb52d;

	border-radius: 50%;

	background:
		radial-gradient(
			circle,
			#161107,
			#080b08 72%
		);

	box-shadow:
		0 0 22px
		rgba(255, 159, 28, 0.15);
}

.grafixyy-portal-price-time-hand {
	position: absolute;

	top: 50%;
	left: 50%;

	width: 3px;
	height: 18px;

	border-radius: 999px;

	background:
		linear-gradient(
			to top,
			#ff9f1c,
			#ffd05b
		);

	transform-origin:
		50% 100%;

	transform:
		translate(-50%, -100%);

	animation:
		grafixyy-price-time-clock
		4.5s
		linear
		infinite;
}

.grafixyy-portal-price-time-dot {
	position: absolute;

	top: 50%;
	left: 50%;

	width: 8px;
	height: 8px;

	border-radius: 50%;

	background: #55ff7d;

	box-shadow:
		0 0 10px
		rgba(85, 255, 125, 0.8);

	transform:
		translate(-50%, -50%);
}

.grafixyy-portal-price-time-output > strong {
	margin-top: 8px;

	color: #ffd05b;

	font-size: 1.25rem;
	font-weight: 950;
	line-height: 1;

	direction: rtl;

	text-shadow:
		0 0 15px
		rgba(255, 184, 77, 0.20);
}

.grafixyy-portal-price-time-output > small {
	margin-top: 4px;

	color: #aa936b;

	font-size: 0.58rem;
	font-weight: 800;
}


/* Punch line */

.grafixyy-portal-price-time-punch {
	margin:
		18px
		0
		0;

	text-align: center;

	color: #a8b1a8;

	font-size: 0.72rem;
	font-weight: 700;
}

.grafixyy-portal-price-time-punch strong {
	color: #ffbd4d;

	font-size: 1.08em;
}


/* =========================================================
   COPY
   ========================================================= */

.grafixyy-portal--price-time
.grafixyy-portal-eyebrow {
	color: #84a887;
}

.grafixyy-portal--price-time
.grafixyy-portal-copy h3 {
	color: transparent;

	background:
		linear-gradient(
			100deg,
			#62ff82,
			#bbed61 48%,
			#ffb52d
		);

	-webkit-background-clip: text;
	background-clip: text;

	font-weight: 850;
}

.grafixyy-portal--price-time
.grafixyy-portal-hook {
	color: #a9b3aa;
}


/* CTA */

.grafixyy-portal--price-time
.grafixyy-portal-link {
	border-color:
		rgba(85, 255, 125, 0.18);

	color: #f7fff8;

	background:
		linear-gradient(
			90deg,
			rgba(85, 255, 125, 0.08),
			rgba(255, 159, 28, 0.07)
		);
}

.grafixyy-portal--price-time
.grafixyy-portal-link:hover {
	border-color:
		rgba(85, 255, 125, 0.55);

	color: #78ff95;

	background:
		linear-gradient(
			90deg,
			rgba(85, 255, 125, 0.14),
			rgba(255, 159, 28, 0.10)
		);
}


/* =========================================================
   CHOSEN STATE
   ========================================================= */

.grafixyy-portal--price-time.is-chosen {
	border-color:
		rgba(85, 255, 125, 0.78);

	box-shadow:
		0 0 0 1px rgba(85, 255, 125, 0.10),
		0 0 48px rgba(85, 255, 125, 0.14),
		0 30px 90px rgba(0, 0, 0, 0.36);
}


/* =========================================================
   MOTION
   ========================================================= */

@keyframes grafixyy-price-time-arrow {

	0%,
	100% {
		transform: translateX(0);
		opacity: 0.55;
	}

	50% {
		transform: translateX(4px);
		opacity: 1;
	}

}

@keyframes grafixyy-price-money-float {

	0%,
	100% {
		transform:
			translateY(0)
			rotate(-3deg);
	}

	50% {
		transform:
			translateY(-5px)
			rotate(3deg);
	}

}

@keyframes grafixyy-price-time-particle {

	0% {
		left: 3%;
		opacity: 0;

		background: #55ff7d;
	}

	14% {
		opacity: 1;
	}

	75% {
		background: #ffd05b;
	}

	88% {
		opacity: 1;
	}

	100% {
		left: 88%;
		opacity: 0;

		background: #ff9f1c;
	}

}

@keyframes grafixyy-price-time-clock {

	from {
		transform:
			translate(-50%, -100%)
			rotate(0deg);
	}

	to {
		transform:
			translate(-50%, -100%)
			rotate(360deg);
	}

}


/* =========================================================
   MOBILE PERFORMANCE
   ========================================================= */

@media (max-width: 700px) {

	.grafixyy-portal--price-time {
		animation: none;
	}

	.grafixyy-portal-price-time {
		min-height: 215px;

		padding:
			15px
			13px;
	}

	.grafixyy-portal-price-time-machine {
		grid-template-columns:
			minmax(75px, 1fr)
			55px
			minmax(85px, 1fr);

		gap: 6px;

		margin-top: 16px;
	}

	.grafixyy-portal-price-time-money > span {
		animation: none;
	}

	.grafixyy-portal-price-time-stream > span {
		animation-duration: 4.8s;
	}

	.grafixyy-portal-price-time-hand {
		animation-duration: 7s;
	}

	.grafixyy-portal-price-time-clock {
		width: 50px;
		height: 50px;
	}

	.grafixyy-portal-price-time-output > strong {
		font-size: 1.1rem;
	}

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.grafixyy-portal-price-time-status strong,
	.grafixyy-portal-price-time-money > span,
	.grafixyy-portal-price-time-stream > span,
	.grafixyy-portal-price-time-hand {
		animation: none !important;
	}

}
/* =========================================================
   EXPLORE PERFORMANCE PASS 1
   Stop expensive ambient repaint animations.
   Keep meaningful Experience signals alive.
   ========================================================= */


/*
 * Whole-card breathing repaints large areas.
 * The cards already have strong static identities.
 */

.grafixyy-portal--time-orbit,
.grafixyy-portal--scale-lab {
	animation: none;
}


/*
 * Large Hero atmosphere should remain visual,
 * but does not need continuous shadow repainting.
 */

.grafixyy-explore-hero-noise {
	animation: none;
}


/*
 * Kicker stays styled without continuously
 * repainting its border and shadow.
 */

.grafixyy-explore-kicker {
	animation: none;
}


/*
 * Surprise remains interactive on hover/click,
 * without permanent box-shadow animation.
 */

.grafixyy-explore-surprise {
	animation: none;
}


/*
 * Moving gradient is decorative rather than
 * essential to the meaning of Explore.
 */

.grafixyy-explore-hero h1 span {
	animation: none;
}


/*
 * Keep Million's important origin visible,
 * but avoid continuously animating its shadow.
 */

.grafixyy-portal-scale-grid span.is-origin {
	animation: none;

	box-shadow:
		0 0 12px rgba(202, 255, 61, 0.68),
		0 0 30px rgba(202, 255, 61, 0.22);
}


/*
 * Keep ×1000 prominent without animated text-shadow.
 */

.grafixyy-portal-scale-readout strong {
	animation: none;
}


/*
 * Keep Age's cyan signal visible,
 * but stop permanent shadow repainting.
 */

.grafixyy-portal--time-orbit
.grafixyy-portal-time-dot {
	animation: none;

	opacity: 1;

	box-shadow:
		0 0 0 5px rgba(98, 230, 255, 0.06),
		0 0 20px rgba(80, 223, 255, 0.72);
}


/*
 * The traveling Age flare is decorative.
 */

.grafixyy-portal-visual--live-time::after {
	display: none;
}

/* =========================================================
   EXPLORE HERO SURPRISE — COMPACT CONTROL
   ========================================================= */

.grafixyy-explore-surprise {
	width: auto;
	min-width: 0;

	margin-top: 4px;

	padding:
		10px
		12px;

	gap: 11px;

	border-color:
		rgba(155, 116, 255, 0.25);

	border-radius: 15px;

	background:
		linear-gradient(
			135deg,
			rgba(120, 77, 255, 0.13),
			rgba(16, 18, 28, 0.9)
		);

	box-shadow:
		0 12px 36px rgba(0, 0, 0, 0.23);

	animation: none;
}


.grafixyy-explore-surprise-icon {
	width: 40px;
	height: 40px;

	flex:
		0
		0
		40px;

	border-radius: 11px;

	font-size: 1.25rem;

	box-shadow:
		0 6px 20px rgba(118, 68, 255, 0.25);
}


.grafixyy-explore-surprise-copy {
	flex: 0 1 auto;

	gap: 1px;
}


.grafixyy-explore-surprise-copy strong {
	font-size: 0.84rem;
}


.grafixyy-explore-surprise-copy small {
	font-size: 0.61rem;
}


.grafixyy-explore-surprise-arrow {
	font-size: 1rem;
}


.grafixyy-explore-surprise:hover {
	transform:
		translateY(-2px);

	border-color:
		rgba(155, 111, 255, 0.48);

	box-shadow:
		0 15px 40px rgba(62, 37, 135, 0.22);
}


/* Mobile */

@media (max-width: 520px) {

	.grafixyy-explore-surprise {
		width: auto;
		max-width: 100%;

		padding:
			9px
			10px;

		border-radius: 14px;
	}


	.grafixyy-explore-surprise-icon {
		width: 38px;
		height: 38px;

		flex-basis: 38px;

		font-size: 1.15rem;
	}


	.grafixyy-explore-surprise-copy strong {
		font-size: 0.78rem;
	}


	.grafixyy-explore-surprise-copy small {
		font-size: 0.58rem;
	}


	.grafixyy-explore-surprise-arrow {
		font-size: 0.9rem;
	}
}


@media (prefers-reduced-motion: reduce) {

	.grafixyy-explore-surprise {
		transition: none;
	}
}

/* =========================================================
   EXPLORE SURPRISE — MOBILE SIZE + COLOR FIX
   ========================================================= */

/*
 * Keep the Surprise copy white in every link state.
 */

.grafixyy-explore-surprise,
.grafixyy-explore-surprise:visited,
.grafixyy-explore-surprise:hover,
.grafixyy-explore-surprise:focus,
.grafixyy-explore-surprise:active {
	color: #ffffff;
}


.grafixyy-explore-surprise-copy strong,
.grafixyy-explore-surprise:visited
.grafixyy-explore-surprise-copy strong,
.grafixyy-explore-surprise:hover
.grafixyy-explore-surprise-copy strong,
.grafixyy-explore-surprise:focus
.grafixyy-explore-surprise-copy strong,
.grafixyy-explore-surprise:active
.grafixyy-explore-surprise-copy strong {
	color: #ffffff;
}


.grafixyy-explore-surprise-copy small,
.grafixyy-explore-surprise:visited
.grafixyy-explore-surprise-copy small,
.grafixyy-explore-surprise:hover
.grafixyy-explore-surprise-copy small,
.grafixyy-explore-surprise:focus
.grafixyy-explore-surprise-copy small,
.grafixyy-explore-surprise:active
.grafixyy-explore-surprise-copy small {
	color: #aeb5c7;
}


/* Mobile gets a stronger, easier touch target. */

@media (max-width: 520px) {

	.grafixyy-explore-surprise {
		width:
			min(
				100%,
				330px
			);

		min-height: 64px;

		padding:
			11px
			13px;

		gap: 12px;

		border-radius: 16px;
	}


	.grafixyy-explore-surprise-icon {
		width: 44px;
		height: 44px;

		flex:
			0
			0
			44px;

		border-radius: 12px;

		font-size: 1.3rem;
	}


	.grafixyy-explore-surprise-copy strong {
		font-size: 0.88rem;
	}


	.grafixyy-explore-surprise-copy small {
		font-size: 0.64rem;

		line-height: 1.5;
	}

}

/* =========================================================
   EXPLORE FINAL GRID — PASS 1
   3 Desktop / 2 Tablet / 1 Mobile
   ========================================================= */

@media (min-width: 1051px) {

	.grafixyy-explore-grid {
		grid-template-columns:
			repeat(3, minmax(0, 1fr));

		gap: 18px;
	}

}


@media (min-width: 701px) and (max-width: 1050px) {

	.grafixyy-explore-grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));

		gap: 18px;
	}

}


@media (max-width: 700px) {

	.grafixyy-explore-grid {
		grid-template-columns: 1fr;

		gap: 16px;
	}

}
/* =========================================================
   EXPLORE COMPACT PORTALS
   Final 3-column catalogue direction
   ========================================================= */

@media (min-width: 1051px) {

	/*
	 * Shorter catalogue cards.
	 */

	.grafixyy-portal {
		min-height: 490px;

		border-radius: 24px;
	}


	.grafixyy-portal-topline {
		padding:
			18px
			18px
			0;
	}


	.grafixyy-portal-world,
	.grafixyy-portal-badge {
		min-height: 25px;

		padding:
			5px
			8px;

		font-size: 0.58rem;
	}


	/*
	 * Visual area.
	 */

	.grafixyy-portal-visual {
		min-height: 205px;

		margin:
			13px
			14px
			3px;

		border-radius: 18px;
	}


	/* Age */

	.grafixyy-portal-time-orbit {
		min-height: 205px;
	}


	.grafixyy-portal-time-ring-one {
		width: 210px;
		height: 82px;
	}


	.grafixyy-portal-time-ring-two {
		width: 165px;
		height: 165px;
	}


	.grafixyy-portal-time-dot {
		top:
			calc(50% - 37px);

		right:
			calc(50% - 106px);
	}


	.grafixyy-portal-time-orbit
	.grafixyy-portal-mystery-number {
		font-size:
			clamp(
				3.6rem,
				5vw,
				5rem
			);
	}


	.grafixyy-portal-time-tease {
		margin-top: 8px;

		font-size: 0.64rem;
	}


	/* Million */

	.grafixyy-portal-scale {
		width: 88%;
	}


	.grafixyy-portal-scale-grid {
		gap: 4px;
	}


	.grafixyy-portal-scale-readout {
		gap: 6px;

		margin-top: 13px;

		font-size: 0.51rem;
	}


	.grafixyy-portal-scale-readout strong {
		font-size: 0.67rem;
	}


	/* Solar */

	.grafixyy-portal-cosmic {
		min-height: 205px;

		padding:
			16px
			13px;
	}


	.grafixyy-portal-cosmic-route {
		height: 70px;

		margin-top: 13px;
	}


	.grafixyy-portal-cosmic-status span {
		font-size: 0.48rem;
	}


	.grafixyy-portal-cosmic-readout strong {
		font-size: 1.05rem;
	}


	.grafixyy-portal-cosmic-readout small {
		font-size: 0.58rem;
	}


	/* Price → Time */

	.grafixyy-portal-price-time {
		min-height: 205px;

		padding:
			13px
			12px;
	}


	.grafixyy-portal-price-time-machine {
		grid-template-columns:
			minmax(65px, 1fr)
			50px
			minmax(72px, 1fr);

		gap: 5px;

		margin-top: 14px;
	}


	.grafixyy-portal-price-time-money > span {
		font-size: 1.55rem;
	}


	.grafixyy-portal-price-time-money > strong {
		font-size: 1.35rem;
	}


	.grafixyy-portal-price-time-clock {
		width: 46px;
		height: 46px;
	}


	.grafixyy-portal-price-time-hand {
		height: 15px;
	}


	.grafixyy-portal-price-time-output > strong {
		font-size: 1rem;
	}


	.grafixyy-portal-price-time-punch {
		margin-top: 12px;

		font-size: 0.62rem;
	}


	/*
	 * Copy.
	 */

	.grafixyy-portal-copy {
		padding:
			10px
			19px
			14px;
	}


	.grafixyy-portal-eyebrow {
		margin-bottom: 6px;

		font-size: 0.54rem;
	}


	.grafixyy-portal-copy h3 {
		font-size:
			clamp(
				1.3rem,
				2vw,
				1.65rem
			);

		line-height: 1.32;
	}


	.grafixyy-portal-hook {
		margin-top: 7px;

		font-size: 0.75rem;
		line-height: 1.7;
	}


	/*
	 * CTA.
	 */

	.grafixyy-portal-link {
		margin:
			auto
			18px
			18px;

		padding:
			11px
			13px;

		border-radius: 12px;

		font-size: 0.72rem;
	}
}
/* =========================================================
   GRAFIXYY CATALOG PAGINATION
   ========================================================= */

.grafixyy-catalog-pagination {
	display: flex;

	justify-content: center;

	width: 100%;

	margin:
		42px
		0
		0;

	padding-top: 28px;

	border-top:
		1px solid rgba(148, 163, 184, 0.09);
}


.grafixyy-catalog-pagination-links {
	display: flex;

	align-items: center;
	justify-content: center;

	flex-wrap: wrap;

	gap: 8px;
}


.grafixyy-catalog-pagination
.page-numbers {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	min-width: 42px;
	min-height: 42px;

	padding:
		8px
		12px;

	border:
		1px solid rgba(148, 163, 184, 0.14);

	border-radius: 12px;

	background:
		rgba(255, 255, 255, 0.025);

	color: #aeb8c8;

	font-size: 12px;
	font-weight: 750;
	line-height: 1;

	text-decoration: none;

	transition:
		transform 150ms ease,
		border-color 150ms ease,
		background-color 150ms ease,
		color 150ms ease;
}


.grafixyy-catalog-pagination
a.page-numbers:hover {
	transform:
		translateY(-2px);

	border-color:
		rgba(139, 92, 246, 0.42);

	background:
		rgba(139, 92, 246, 0.09);

	color: #ffffff;
}


.grafixyy-catalog-pagination
.page-numbers.current {
	border-color:
		rgba(34, 211, 238, 0.42);

	background:
		linear-gradient(
			135deg,
			rgba(139, 92, 246, 0.19),
			rgba(34, 211, 238, 0.11)
		);

	color: #ffffff;

	box-shadow:
		inset 0 0 0 1px
		rgba(255, 255, 255, 0.025);
}


.grafixyy-catalog-pagination
.prev,
.grafixyy-catalog-pagination
.next {
	padding-inline:
		14px;

	color: #c9b8ff;
}


.grafixyy-catalog-pagination
a.page-numbers:focus-visible {
	outline:
		3px solid #22d3ee;

	outline-offset: 3px;
}


/* Mobile */

@media (max-width: 700px) {

	.grafixyy-catalog-pagination {
		margin-top: 30px;

		padding-top: 22px;
	}


	.grafixyy-catalog-pagination-links {
		gap: 6px;
	}


	.grafixyy-catalog-pagination
	.page-numbers {
		min-width: 38px;
		min-height: 38px;

		padding:
			7px
			10px;

		border-radius: 10px;

		font-size: 11px;
	}

}


/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

	.grafixyy-catalog-pagination
	.page-numbers {
		transition: none;
	}


	.grafixyy-catalog-pagination
	a.page-numbers:hover {
		transform: none;
	}

}
/* =========================================================
   EXPLORE MOBILE CLS FIX
   Decorative orbits must never shift the layout.
   ========================================================= */

@media (max-width: 700px) {

	.grafixyy-explore-orbit-one {
		animation: none !important;

		width: 125vw;
		height: 310px;

		transform:
			rotate(-9deg) !important;

		will-change: auto;
	}


	.grafixyy-explore-orbit-two {
		animation: none !important;

		width: 150vw;
		height: 460px;

		transform:
			rotate(13deg) !important;

		will-change: auto;
	}

}
/* =========================================================
   EXPLORE ORBITS — STABLE DECORATIVE GEOMETRY
   Prevent layout shifts on all viewport sizes.
   ========================================================= */

.grafixyy-explore-orbit-one {
	animation: none !important;

	transform:
		rotate(-9deg) !important;

	will-change: auto;
}


.grafixyy-explore-orbit-two {
	animation: none !important;

	transform:
		rotate(13deg) !important;

	will-change: auto;
}

/* =========================================================
   EXPLORE MOBILE CLS STABILITY TEST
   Reserve Hero space while fonts/styles settle.
   ========================================================= */

@media (max-width: 700px) {

	.grafixyy-explore-hero {
		min-height: 500px;
	}

}