.gelglass-artists-page,
.gelglass-artist-profile {
	--gg-artist-gold: #d6a82c;
	--gg-artist-bg: #080706;
	--gg-artist-panel: #151109;
	--gg-artist-text: #f4efe5;
	--gg-artist-muted: #c7bda9;
}

.gg-artist-section {
	box-sizing: border-box;
	width: min(1280px, 100%);
	max-width: 100%;
	margin: clamp(48px, 7vw, 96px) auto;
	padding: clamp(24px, 4vw, 48px);
	background: linear-gradient(135deg, #080706 0%, #171107 100%);
	border: 1px solid rgba(214, 168, 44, .28);
	color: var(--gg-artist-text);
	overflow: hidden;
}

.gg-artist-section *,
.gg-artist-section *::before,
.gg-artist-section *::after,
.gg-artist-profile-main *,
.gg-artist-profile-main *::before,
.gg-artist-profile-main *::after {
	box-sizing: border-box;
}

.gg-artist-section > h2 {
	margin: 0 0 16px;
	color: var(--gg-artist-gold);
	font-size: clamp(1.75rem, 3vw, 2.8rem);
	letter-spacing: .04em;
}

.gg-artist-section__intro,
.gg-artist-section blockquote {
	max-width: 900px;
	color: var(--gg-artist-text);
}

.gg-artist-section blockquote {
	margin: 20px 0 34px;
	padding-left: 18px;
	border-left: 2px solid var(--gg-artist-gold);
	font-style: italic;
}

.gg-artist-slider {
	position: relative;
	max-width: 100%;
}

.gg-artist-track {
	display: flex;
	gap: clamp(14px, 2vw, 24px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding: 5px 2px 16px;
}

.gg-artist-track::-webkit-scrollbar { display: none; }

.gg-artist-card {
	display: flex;
	flex: 0 0 clamp(218px, 20vw, 272px);
	min-width: 0;
	flex-direction: column;
	scroll-snap-align: start;
	background: linear-gradient(160deg, #19140c 0%, #0d0b08 100%);
	border: 1px solid rgba(214, 168, 44, .38);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .32);
}

.gg-artist-card__portrait {
	position: relative;
	margin: 0;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #100d09;
}

.gg-artist-card__portrait img,
.gg-artist-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.gg-artist-card__placeholder {
	display: grid;
	place-items: center;
	color: rgba(214, 168, 44, .75);
	font-size: 2.4rem;
	font-weight: 700;
}

.gg-artist-card__portrait figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 8px 12px;
	background: rgba(0, 0, 0, .68);
	color: #ddd4c3;
	font-size: .72rem;
}

.gg-artist-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.gg-artist-card h3 {
	margin: 0 0 6px;
	color: var(--gg-artist-gold);
	font-size: 1.25rem;
	line-height: 1.25;
}

.gg-artist-card__profession {
	margin: 0 0 16px;
	color: var(--gg-artist-muted);
	font-size: .9rem;
	line-height: 1.45;
}

.gg-artist-card__connection,
.gg-artist-card__work {
	margin: 0 0 12px;
	color: var(--gg-artist-text);
	font-size: .92rem;
	line-height: 1.55;
}

.gg-artist-card__work { color: var(--gg-artist-muted); }

.gg-artist-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(214, 168, 44, .26);
	color: var(--gg-artist-gold);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
}

.gg-artist-card__more:hover,
.gg-artist-card__more:focus-visible { color: #f0c957; }

.gg-artist-arrow {
	position: absolute;
	top: 44%;
	z-index: 2;
	display: grid;
	width: 46px;
	height: 58px;
	place-items: center;
	transform: translateY(-50%);
	border: 1px solid rgba(214, 168, 44, .56);
	background: rgba(8, 7, 6, .86);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .45);
	color: var(--gg-artist-gold);
	cursor: pointer;
	font-size: 1.4rem;
}

.gg-artist-arrow.is-prev { left: 5px; }
.gg-artist-arrow.is-next { right: 5px; }
.gg-artist-arrow:disabled { opacity: 0; pointer-events: none; }

.gg-artist-empty { color: var(--gg-artist-muted); }

.gg-artist-profile-main {
	min-height: 70vh;
	padding: clamp(32px, 6vw, 80px) 20px;
	background: linear-gradient(135deg, #080706 0%, #171107 100%);
	color: var(--gg-artist-text);
}

.gg-artist-profile-card {
	width: min(1040px, 100%);
	margin: 0 auto;
	padding: clamp(26px, 5vw, 64px);
	border: 1px solid rgba(214, 168, 44, .34);
	background: rgba(10, 8, 5, .82);
}

.gg-artist-profile-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}

.gg-artist-profile-header h1 { margin: 0; color: var(--gg-artist-gold); font-size: clamp(2rem, 5vw, 4rem); }
.gg-artist-profile-kicker { color: var(--gg-artist-gold); font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.gg-artist-profile-profession { color: var(--gg-artist-muted); font-size: 1.1rem; }
.gg-artist-profile-header figure { flex: 0 0 160px; margin: 0; }
.gg-artist-profile-header img { width: 160px; height: 190px; object-fit: cover; object-position: center top; border: 1px solid rgba(214, 168, 44, .5); }
.gg-artist-profile-connection { margin: 32px 0; padding: 18px; border-left: 2px solid var(--gg-artist-gold); font-style: italic; }
.gg-artist-profile-content { margin: 30px 0; color: var(--gg-artist-text); }
.gg-artist-profile-back { display: inline-block; min-height: 44px; color: var(--gg-artist-gold); font-weight: 700; text-decoration: none; }

@media (max-width: 1100px) {
	.gg-artist-card { flex-basis: clamp(225px, 31vw, 290px); }
}

@media (max-width: 780px) {
	.gg-artist-card { flex-basis: clamp(220px, 43vw, 300px); }
}

@media (max-width: 689px) {
	.gg-artist-section { width: 100%; padding: 24px 15px; }
	.gg-artist-track { gap: 14px; padding-inline: 2px; }
	.gg-artist-card { flex-basis: 84%; }
	.gg-artist-arrow { display: none; }
	.gg-artist-profile-header { flex-direction: column-reverse; }
	.gg-artist-profile-header figure,
	.gg-artist-profile-header img { width: 112px; height: 132px; flex-basis: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.gg-artist-track { scroll-behavior: auto; }
}
