:root {
	--pst-accent: #2f9df4;
	--pst-soft: #bcecdf;
	--pst-panel-bg: #f4f4f1;
	--pst-text: #19304d;
	--pst-muted: rgba(25, 48, 77, 0.7);
	--pst-line: rgba(25, 48, 77, 0.1);
	--pst-shadow: 0 32px 80px rgba(19, 39, 63, 0.12);
	--pst-nav-banner-gap: 32px;
	--pst-panel-shadow-y: 32px;
	--pst-panel-shadow-blur: 80px;
	--pst-panel-shadow-opacity: 0.12;
}

.pst-tabs {
	position: relative;
	display: grid;
	gap: 12px;
	color: var(--pst-text);
}

.pst-tabs,
.pst-tabs * {
	box-sizing: border-box;
}

.pst-layout-top {
	grid-template-columns: minmax(0, 1fr);
}

.pst-layout-side {
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	align-items: start;
}

.pst-tabs__empty {
	padding: 24px;
	border-radius: 24px;
	background: rgba(25, 48, 77, 0.04);
	color: var(--pst-muted);
}

.pst-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.pst-layout-side .pst-tabs__nav {
	position: sticky;
	top: 24px;
	flex-direction: column;
	align-items: stretch;
}

.pst-tabs__trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 16px 24px;
	border: 1px solid var(--pst-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--pst-text);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
	backdrop-filter: blur(16px);
}

.pst-layout-side .pst-tabs__trigger {
	width: 100%;
	justify-content: flex-start;
}

.pst-tabs__trigger:hover,
.pst-tabs__trigger:focus-visible {
	transform: translateY(-2px);
	outline: none;
	text-decoration: none;
}

.pst-tabs__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	flex: 0 0 34px;
	font-size: 12px;
	font-weight: 700;
	background: rgba(25, 48, 77, 0.06);
}

.pst-tabs__label {
	white-space: nowrap;
}

.pst-nav-soft-pills .pst-tabs__trigger.is-active {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(188, 236, 223, 0.72));
	border-color: rgba(47, 157, 244, 0.36);
	box-shadow: 0 16px 36px rgba(47, 157, 244, 0.16);
}

.pst-nav-outline .pst-tabs__trigger {
	background: transparent;
	border-width: 1.5px;
}

.pst-nav-outline .pst-tabs__trigger.is-active {
	background: rgba(25, 48, 77, 0.04);
	border-color: var(--pst-text);
	box-shadow: 0 12px 24px rgba(19, 39, 63, 0.08);
}

.pst-nav-segmented .pst-tabs__nav {
	padding: 10px;
	border-radius: 26px;
	background: rgba(25, 48, 77, 0.05);
}

.pst-nav-segmented .pst-tabs__trigger {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.pst-nav-segmented .pst-tabs__trigger.is-active {
	background: #fff;
	box-shadow: 0 12px 24px rgba(19, 39, 63, 0.08);
}

.pst-nav-underline .pst-tabs__nav {
	gap: 26px;
	border-bottom: 1px solid rgba(25, 48, 77, 0.08);
	padding-bottom: 8px;
}

.pst-nav-underline .pst-tabs__trigger {
	padding: 12px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pst-nav-underline .pst-tabs__trigger::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 2px;
	background: var(--pst-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.pst-nav-underline .pst-tabs__trigger.is-active::after {
	transform: scaleX(1);
}

.pst-nav-floating .pst-tabs__trigger {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 12px 24px rgba(19, 39, 63, 0.08);
}

.pst-nav-floating .pst-tabs__trigger.is-active {
	background: linear-gradient(135deg, var(--pst-text), #476b92);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 16px 30px rgba(19, 39, 63, 0.18);
}

.pst-nav-floating .pst-tabs__trigger.is-active .pst-tabs__index {
	background: rgba(255, 255, 255, 0.16);
}

.pst-nav-korean-luxe .pst-tabs__nav {
	gap: 18px;
}

.pst-nav-korean-luxe .pst-tabs__trigger {
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	box-shadow: none;
}

.pst-nav-korean-luxe .pst-tabs__index {
	background: #eef1f4;
	color: #29405f;
}

.pst-nav-korean-luxe .pst-tabs__trigger.is-active {
	background: linear-gradient(135deg, #f7f3ea, #ffffff);
	box-shadow: 0 14px 30px rgba(30, 49, 73, 0.12);
}

.pst-nav-atelier .pst-tabs__trigger {
	border-radius: 24px;
	background: transparent;
	border: 1px solid rgba(25, 48, 77, 0.08);
}

.pst-nav-atelier .pst-tabs__index {
	width: 38px;
	height: 38px;
	flex-basis: 38px;
	background: rgba(25, 48, 77, 0.05);
}

.pst-nav-atelier .pst-tabs__trigger.is-active {
	background: rgba(188, 236, 223, 0.26);
	border-color: rgba(47, 157, 244, 0.24);
}

.pst-tabs__panel {
	display: none;
	position: relative;
	gap: var(--pst-nav-banner-gap, 32px);
	padding: clamp(24px, 4vw, 56px);
	border-radius: 36px;
	background:
		radial-gradient(circle at top right, rgba(188, 236, 223, 0.4), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
		var(--pst-panel-bg);
	box-shadow: 0 var(--pst-panel-shadow-y, 32px) var(--pst-panel-shadow-blur, 80px) rgba(19, 39, 63, var(--pst-panel-shadow-opacity, 0.12));
	overflow: hidden;
}

.pst-tabs__panel.is-active {
	display: grid;
}

.pst-panel__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.15fr);
	gap: 44px;
	align-items: stretch;
}

.pst-panel__layout--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.pst-panel__media,
.pst-panel__content {
	position: relative;
	z-index: 1;
}

.pst-panel__media {
	display: flex;
	align-items: flex-end;
}

.pst-panel__image-shell {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(231, 234, 238, 0.8));
	box-shadow: 0 18px 50px rgba(19, 39, 63, 0.12);
}

.pst-panel__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.pst-panel__orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: -1;
}

.pst-panel__orb--large {
	right: -8%;
	bottom: 6%;
	width: clamp(180px, 22vw, 280px);
	height: clamp(180px, 22vw, 280px);
	background: rgba(188, 236, 223, 0.82);
}

.pst-panel__orb--small {
	right: 8%;
	top: 18%;
	width: 20px;
	height: 20px;
	background: var(--pst-accent);
}

.pst-panel__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.pst-panel__eyebrow,
.pst-banner__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--pst-accent);
}

.pst-panel__heading {
	margin: 0;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1.15;
	letter-spacing: -0.04em;
}

.pst-panel__description,
.pst-banner__text {
	font-size: 18px;
	line-height: 1.9;
	color: var(--pst-muted);
}

.pst-panel__description p,
.pst-banner__text p {
	margin: 0 0 1em;
}

.pst-panel__description p:last-child,
.pst-banner__text p:last-child {
	margin-bottom: 0;
}

.pst-panel__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding-top: 8px;
}

.pst-panel__meta-wrap {
	display: grid;
	gap: 8px;
}

.pst-panel__accent {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.pst-panel__meta,
.pst-banner__subtitle {
	font-size: 14px;
	line-height: 1.6;
	color: var(--pst-muted);
}

.pst-panel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	padding: 16px 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--pst-text), #36597f);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 18px 36px rgba(25, 48, 77, 0.2);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pst-panel__button:hover,
.pst-panel__button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 40px rgba(25, 48, 77, 0.28);
	outline: none;
	color: #fff;
}

.pst-banner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 360px);
	gap: 32px;
	padding: 0 0 8px;
	align-items: center;
}

.pst-banner--no-image {
	grid-template-columns: minmax(0, 1fr);
}

.pst-banner__body {
	display: grid;
	gap: 12px;
}

.pst-banner__title {
	margin: 0;
	font-size: clamp(32px, 4vw, 64px);
	line-height: 1.05;
	letter-spacing: -0.05em;
}

.pst-banner__media {
	position: relative;
	min-height: 220px;
}

.pst-banner__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	border-radius: 28px;
}

.pst-banner-halo .pst-banner {
	padding: 12px 0 18px;
}

.pst-banner-halo .pst-banner__media::before {
	content: "";
	position: absolute;
	inset: auto auto -24px -24px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(188, 236, 223, 0.55);
	filter: blur(4px);
}

.pst-banner-glass-ribbon .pst-banner {
	padding: 28px;
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14));
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(24px);
}

.pst-banner-editorial .pst-banner {
	grid-template-columns: minmax(0, 1fr);
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(25, 48, 77, 0.08);
}

.pst-banner-editorial .pst-banner__title {
	max-width: 12ch;
}

.pst-banner-luxe-frame .pst-banner {
	padding: 26px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(12, 31, 54, 0.95), rgba(53, 86, 118, 0.88));
	color: #eef6ff;
}

.pst-banner-luxe-frame .pst-banner__subtitle,
.pst-banner-luxe-frame .pst-banner__text {
	color: rgba(238, 246, 255, 0.78);
}

.pst-banner-heritage .pst-banner {
	padding: 28px;
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(248, 243, 233, 0.98), rgba(255, 255, 255, 0.92)),
		repeating-linear-gradient(
			90deg,
			rgba(34, 61, 92, 0.03) 0,
			rgba(34, 61, 92, 0.03) 1px,
			transparent 1px,
			transparent 24px
		);
	border: 1px solid rgba(34, 61, 92, 0.08);
}

.pst-banner-heritage .pst-banner__title {
	max-width: 12ch;
}

.pst-banner-heritage .pst-banner__media::before {
	content: "";
	position: absolute;
	right: -12px;
	top: -12px;
	width: 88px;
	height: 88px;
	border-radius: 24px;
	background: rgba(188, 236, 223, 0.45);
}

.pst-banner-serene .pst-banner {
	padding: 34px;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 248, 0.92));
	box-shadow: inset 0 0 0 1px rgba(25, 48, 77, 0.06);
}

.pst-banner-serene .pst-banner__body {
	gap: 16px;
}

.pst-banner-serene .pst-banner__title {
	max-width: 13ch;
}

.pst-skin-portrait-statement .pst-tabs__panel {
	background:
		radial-gradient(circle at 78% 70%, rgba(188, 236, 223, 0.9), transparent 18%),
		radial-gradient(circle at 85% 24%, rgba(47, 157, 244, 0.7), transparent 1.2%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.78)),
		var(--pst-panel-bg);
}

.pst-skin-editorial-split .pst-panel__layout {
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr);
}

.pst-skin-editorial-split .pst-panel__media {
	order: 2;
}

.pst-skin-editorial-split .pst-panel__image-shell {
	border-radius: 160px 160px 28px 28px;
}

.pst-skin-glass-luxe .pst-tabs__panel {
	background:
		radial-gradient(circle at 0% 0%, rgba(47, 157, 244, 0.18), transparent 30%),
		radial-gradient(circle at 100% 100%, rgba(188, 236, 223, 0.24), transparent 36%),
		linear-gradient(145deg, rgba(18, 34, 55, 0.94), rgba(45, 73, 104, 0.88));
	color: #eff6ff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(28px);
}

.pst-skin-glass-luxe .pst-panel__description,
.pst-skin-glass-luxe .pst-panel__meta,
.pst-skin-glass-luxe .pst-banner__subtitle,
.pst-skin-glass-luxe .pst-banner__text {
	color: rgba(239, 246, 255, 0.78);
}

.pst-skin-glass-luxe .pst-panel__button {
	background: linear-gradient(135deg, #7fe0ff, #8df5ce);
	color: #11304d;
}

.pst-skin-minimal-rail .pst-tabs__panel {
	border-radius: 24px;
	box-shadow: 0 18px 46px rgba(19, 39, 63, 0.08);
}

.pst-skin-minimal-rail .pst-panel__layout {
	gap: 36px;
}

@media (max-width: 1024px) {
	.pst-layout-side {
		grid-template-columns: minmax(0, 1fr);
	}

	.pst-layout-side .pst-tabs__nav {
		position: static;
		flex-direction: row;
	}

	.pst-panel__layout,
	.pst-banner,
	.pst-skin-editorial-split .pst-panel__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.pst-skin-editorial-split .pst-panel__media {
		order: 0;
	}
}

@media (max-width: 767px) {
	.pst-tabs {
		gap: 20px;
	}

	.pst-tabs__nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	.pst-tabs__trigger,
	.pst-layout-side .pst-tabs__trigger {
		flex: 0 0 auto;
	}

	.pst-nav-underline .pst-tabs__nav {
		gap: 18px;
	}

	.pst-tabs__panel {
		padding: 22px;
		border-radius: 24px;
	}

	.pst-panel__layout {
		gap: 24px;
	}

	.pst-panel__image,
	.pst-banner__image {
		min-height: 260px;
	}

	.pst-banner__title,
	.pst-panel__heading {
		font-size: clamp(26px, 10vw, 40px);
	}

	.pst-banner__text,
	.pst-panel__description {
		font-size: 16px;
		line-height: 1.75;
	}

	.pst-panel__accent {
		font-size: 22px;
	}

	.pst-panel__footer {
		align-items: stretch;
	}

	.pst-panel__button {
		width: 100%;
	}
}
