.gd-psh,
.gd-psh * {
	box-sizing: border-box;
}

.gd-psh {
	--gd-ink: #17132f;
	--gd-muted: #6f6a82;
	--gd-line: rgba(31, 24, 64, .12);
	--gd-surface: rgba(255, 255, 255, .88);
	--gd-purple: #6548e5;
	position: relative;
	isolation: isolate;
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
	padding: 54px 0 72px;
	color: var(--gd-ink);
	font-family: "Inter", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gd-psh__ambient {
	position: absolute;
	z-index: -1;
	top: -180px;
	left: 50%;
	width: 100vw;
	height: 920px;
	transform: translateX(-50%);
	background:
		radial-gradient(circle at 82% 24%, rgba(119, 89, 238, .17), transparent 34%),
		radial-gradient(circle at 14% 2%, rgba(78, 205, 195, .11), transparent 26%),
		linear-gradient(180deg, #f7f5ff 0%, rgba(248, 247, 253, 0) 92%);
	pointer-events: none;
}

.gd-psh a {
	color: inherit;
	text-decoration: none;
}

.gd-psh__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, .65fr);
	gap: 56px;
	align-items: center;
	min-height: 550px;
	padding: 68px clamp(34px, 6vw, 84px);
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 34px;
	background:
		linear-gradient(125deg, rgba(20, 15, 48, .97), rgba(38, 26, 86, .96) 58%, rgba(101, 72, 229, .92)),
		linear-gradient(135deg, #17102f, #6548e5);
	box-shadow: 0 40px 90px rgba(27, 18, 73, .18);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.gd-psh__hero::before,
.gd-psh__hero::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	pointer-events: none;
}

.gd-psh__hero::before {
	right: -160px;
	top: -260px;
	width: 660px;
	height: 660px;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
}

.gd-psh__hero::after {
	left: 48%;
	bottom: -270px;
	width: 430px;
	height: 430px;
	background: rgba(111, 78, 231, .18);
	filter: blur(1px);
}

.gd-psh__hero-copy,
.gd-psh__hero-panel {
	position: relative;
	z-index: 1;
}

.gd-psh__eyebrow,
.gd-psh__collection-head span,
.gd-psh__footer-cta span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.gd-psh__eyebrow {
	color: #d9d0ff;
}

.gd-psh__eyebrow i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #9af7c8;
	box-shadow: 0 0 0 6px rgba(154, 247, 200, .11);
}

.gd-psh__hero h1 {
	max-width: 820px;
	margin: 24px 0 22px;
	font-family: "Assistant", "Inter", sans-serif;
	font-size: clamp(52px, 6.4vw, 92px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .95;
}

.gd-psh__hero-copy > p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: clamp(17px, 1.6vw, 21px);
	line-height: 1.65;
}

.gd-psh__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.gd-psh__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.gd-psh__button:hover {
	transform: translateY(-2px);
}

.gd-psh__button--primary {
	background: #fff;
	color: #201746 !important;
}

.gd-psh__button--ghost {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .06);
	color: #fff !important;
	backdrop-filter: blur(12px);
}

.gd-psh__button--ghost:hover {
	background: rgba(255, 255, 255, .12);
}

.gd-psh__hero-panel {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 24px;
	background: rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(18px);
	overflow: hidden;
}

.gd-psh__hero-panel div {
	display: grid;
	gap: 6px;
	min-height: 126px;
	padding: 28px;
	border-right: 1px solid rgba(255, 255, 255, .11);
	border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.gd-psh__hero-panel div:nth-child(2) {
	border-right: 0;
}

.gd-psh__hero-panel div:nth-child(3) {
	grid-column: 1 / -1;
	border-right: 0;
}

.gd-psh__hero-panel strong {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -.04em;
}

.gd-psh__hero-panel span,
.gd-psh__hero-panel small {
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gd-psh__hero-panel small {
	grid-column: 1 / -1;
	padding: 17px 24px;
	text-align: center;
}

.gd-psh__collection {
	padding: 108px 0 84px;
	scroll-margin-top: 60px;
}

.gd-psh__collection-head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
	gap: 60px;
	align-items: end;
	margin-bottom: 42px;
}

.gd-psh__collection-head span {
	color: var(--gd-purple);
}

.gd-psh__collection-head h2,
.gd-psh__footer-cta h2 {
	margin: 12px 0 0;
	font-family: "Assistant", "Inter", sans-serif;
	font-size: clamp(37px, 4.5vw, 60px);
	font-weight: 550;
	letter-spacing: -.045em;
	line-height: 1.02;
}

.gd-psh__collection-head p {
	margin: 0;
	color: var(--gd-muted);
	font-size: 16px;
	line-height: 1.7;
}

.gd-psh__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--gd-line);
}

.gd-psh__filters button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--gd-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .62);
	color: var(--gd-muted);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	transition: .2s ease;
}

.gd-psh__filters button:hover,
.gd-psh__filters button.is-active {
	border-color: #2a214f;
	background: #211944;
	color: #fff;
}

.gd-psh__filters em {
	display: grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 50px;
	background: rgba(102, 74, 228, .12);
	color: inherit;
	font-size: 10px;
	font-style: normal;
}

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

.gd-psh-card {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	min-height: 420px;
	border: 1px solid var(--gd-line);
	border-radius: 26px;
	background: var(--gd-surface);
	box-shadow: 0 18px 55px rgba(35, 27, 73, .06);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.gd-psh-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 70px rgba(35, 27, 73, .12);
}

.gd-psh-card[hidden] {
	display: none;
}

.gd-psh-card.is-featured {
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
	min-height: 500px;
}

.gd-psh-card__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 24px;
	background-image:
		linear-gradient(145deg, rgba(13, 10, 32, .1), rgba(13, 10, 32, .28)),
		var(--gd-cover, linear-gradient(145deg, var(--gd-start), var(--gd-end)));
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.gd-psh-card__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .34));
	pointer-events: none;
}

.gd-psh-card__visual-top,
.gd-psh-card__mark {
	position: relative;
	z-index: 2;
}

.gd-psh-card__visual-top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}

.gd-psh-card__visual-top span,
.gd-psh-card__visual-top em {
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: rgba(11, 8, 29, .18);
	backdrop-filter: blur(12px);
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gd-psh-card__visual-top em {
	background: #fff;
	color: #211944;
}

.gd-psh-card__mark {
	display: grid;
	gap: 16px;
	align-items: end;
}

.gd-psh-card__mark i {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .15);
	color: var(--gd-start);
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -.04em;
}

.gd-psh-card__mark strong {
	max-width: 290px;
	font-size: 25px;
	font-weight: 650;
	letter-spacing: -.03em;
	line-height: 1.05;
}

.gd-psh-card.is-featured .gd-psh-card__mark strong {
	max-width: 480px;
	font-size: clamp(34px, 3.8vw, 54px);
}

.gd-psh-card__orb {
	position: absolute;
	z-index: 1;
	right: -90px;
	top: 50%;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
	box-shadow: 0 0 0 44px rgba(255, 255, 255, .055), 0 0 0 88px rgba(255, 255, 255, .03);
}

.gd-psh-card__body {
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 4vw, 46px);
}

.gd-psh-card__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	color: #8b8698;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.gd-psh-card__status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.gd-psh-card__status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #a5a1af;
}

.gd-psh-card__status.is-available i { background: #2bc67d; box-shadow: 0 0 0 4px rgba(43, 198, 125, .12); }
.gd-psh-card__status.is-coming-soon i { background: #ffab45; box-shadow: 0 0 0 4px rgba(255, 171, 69, .12); }
.gd-psh-card__status.is-portfolio i { background: #7253e8; box-shadow: 0 0 0 4px rgba(114, 83, 232, .12); }

.gd-psh-card__body h3 {
	margin: 24px 0 14px;
	font-family: "Assistant", "Inter", sans-serif;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.gd-psh-card__excerpt,
.gd-psh-card__excerpt p {
	margin: 0;
	color: var(--gd-muted);
	font-size: 14px;
	line-height: 1.65;
}

.gd-psh-card__body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 25px 0 30px;
	padding: 0;
	list-style: none;
}

.gd-psh-card__body li {
	padding: 7px 10px;
	border: 1px solid var(--gd-line);
	border-radius: 8px;
	background: #faf9fd;
	color: #5e5872;
	font-size: 10px;
	font-weight: 700;
}

.gd-psh-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid var(--gd-line);
}

.gd-psh-card__actions a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #2a214f;
	font-size: 12px;
	font-weight: 800;
}

.gd-psh-card__actions a:hover {
	color: var(--gd-purple);
}

.gd-psh-card__soon {
	color: #948fa2;
	font-size: 11px;
	font-weight: 700;
}

.gd-psh__empty {
	grid-column: 1 / -1;
	display: grid;
	gap: 7px;
	padding: 60px;
	border: 1px dashed var(--gd-line);
	border-radius: 24px;
	text-align: center;
}

.gd-psh__footer-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 36px;
	padding: 52px clamp(30px, 5vw, 64px);
	border-radius: 28px;
	background: linear-gradient(120deg, #5d1c9b, #33126e 68%, #221344);
	box-shadow: 0 30px 70px rgba(56, 20, 117, .18);
	color: #fff;
}

.gd-psh__footer-cta span {
	color: #d8c4ff;
}

.gd-psh__footer-cta h2 {
	max-width: 760px;
	font-size: clamp(30px, 4vw, 48px);
}

.gd-psh__button--light {
	flex: 0 0 auto;
	background: #fff;
	color: #2f145c !important;
}

body[data-theme="dark"] .gd-psh,
[data-theme="dark"] .gd-psh {
	--gd-ink: #f7f5ff;
	--gd-muted: #aaa4bb;
	--gd-line: rgba(255, 255, 255, .12);
	--gd-surface: rgba(22, 20, 30, .92);
}

body[data-theme="dark"] .gd-psh__ambient,
[data-theme="dark"] .gd-psh__ambient {
	background:
		radial-gradient(circle at 82% 24%, rgba(119, 89, 238, .18), transparent 34%),
		radial-gradient(circle at 14% 2%, rgba(78, 205, 195, .08), transparent 26%),
		linear-gradient(180deg, #15121d 0%, rgba(21, 18, 29, 0) 92%);
}

body[data-theme="dark"] .gd-psh__filters button,
[data-theme="dark"] .gd-psh__filters button {
	background: rgba(255, 255, 255, .035);
}

body[data-theme="dark"] .gd-psh-card__body li,
[data-theme="dark"] .gd-psh-card__body li {
	background: rgba(255, 255, 255, .035);
	color: #c4bece;
}

@media (max-width: 1100px) {
	.gd-psh__hero { grid-template-columns: 1fr; min-height: auto; }
	.gd-psh__hero-panel { max-width: 560px; }
	.gd-psh-card,
	.gd-psh-card.is-featured { grid-template-columns: 1fr; }
	.gd-psh-card__visual { min-height: 330px; }
	.gd-psh-card.is-featured .gd-psh-card__visual { min-height: 430px; }
}

@media (max-width: 760px) {
	.gd-psh { width: min(100% - 24px, 1320px); padding-top: 20px; }
	.gd-psh__hero { gap: 36px; padding: 46px 25px; border-radius: 24px; }
	.gd-psh__hero h1 { font-size: clamp(43px, 14vw, 64px); }
	.gd-psh__hero-actions { display: grid; }
	.gd-psh__button { width: 100%; }
	.gd-psh__collection { padding: 76px 0 58px; }
	.gd-psh__collection-head { grid-template-columns: 1fr; gap: 22px; }
	.gd-psh__grid { grid-template-columns: 1fr; }
	.gd-psh-card.is-featured { grid-column: auto; }
	.gd-psh-card__visual,
	.gd-psh-card.is-featured .gd-psh-card__visual { min-height: 330px; }
	.gd-psh-card.is-featured .gd-psh-card__mark strong { font-size: 34px; }
	.gd-psh__footer-cta { align-items: stretch; flex-direction: column; padding: 38px 26px; }
}

@media (max-width: 430px) {
	.gd-psh__hero-panel div { min-height: 105px; padding: 22px; }
	.gd-psh-card__visual { min-height: 290px; }
	.gd-psh-card__body { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
	.gd-psh *, .gd-psh *::before, .gd-psh *::after { scroll-behavior: auto !important; transition: none !important; }
}
