.page-content:has(.gth-catalog-page) {
	max-width: none;
	padding: 0;
}

.gth-catalog-page {
	--gth-catalog-button-bg: #dff7e9;
	--gth-catalog-button-bg-strong: #b9eccb;
	--gth-catalog-button-border: #8fdcac;
	--gth-catalog-button-hover: #028f94;
	--gth-catalog-button-text: #064859;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #f6fafb;
	color: #17363f;
	font-family: var(--e-global-typography-text-font-family), Poppins, Arial, sans-serif;
	letter-spacing: 0;
}

.gth-catalog-page *,
.gth-catalog-page *::before,
.gth-catalog-page *::after {
	box-sizing: border-box;
}

.gth-catalog-page__inner {
	width: min(1180px, calc(100vw - 32px));
	margin: 0 auto;
	padding: clamp(34px, 5vw, 72px) 0 clamp(46px, 7vw, 92px);
}

.gth-catalog-hero {
	display: grid;
	gap: clamp(14px, 2vw, 22px);
	max-width: 900px;
	margin: 0 0 clamp(28px, 4vw, 46px);
}

.gth-catalog-eyebrow {
	margin: 0;
	color: #028f94;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gth-catalog-hero h1 {
	margin: 0;
	color: #064859;
	font-family: var(--e-global-typography-primary-font-family), Poppins, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.gth-catalog-hero h1 {
	max-width: 900px;
	font-size: 4rem;
}

.gth-catalog-page .gth-catalog-hero h1 {
	color: #064859;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0;
}

.gth-catalog-hero p:not(.gth-catalog-eyebrow) {
	margin: 0;
	color: #53676d;
	font-size: 1.08rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0;
}

.gth-catalog-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.gth-catalog-button,
.gth-catalog-tool-link,
.gth-catalog-tool-button,
.gth-catalog-icon-button {
	min-height: 44px;
	border: 1px solid transparent;
	border-radius: 8px;
	font: inherit;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
}

.gth-catalog-button,
.gth-catalog-tool-link,
.gth-catalog-tool-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
}

.gth-catalog-button--primary {
	background: var(--gth-catalog-button-bg-strong);
	color: var(--gth-catalog-button-text);
	border-color: var(--gth-catalog-button-border);
	box-shadow: 0 10px 22px rgba(80, 168, 116, 0.16);
}

.gth-catalog-button--secondary,
.gth-catalog-tool-link,
.gth-catalog-tool-button {
	background: var(--gth-catalog-button-bg);
	color: var(--gth-catalog-button-text);
	border-color: var(--gth-catalog-button-border);
}

.gth-catalog-page a.gth-catalog-button,
.gth-catalog-page a.gth-catalog-tool-link {
	text-decoration: none;
}

.gth-catalog-button:hover,
.gth-catalog-button:focus,
.gth-catalog-tool-link:hover,
.gth-catalog-tool-link:focus,
.gth-catalog-tool-button:hover,
.gth-catalog-tool-button:focus,
.gth-catalog-icon-button:hover,
.gth-catalog-icon-button:focus {
	transform: translateY(-1px);
	outline: none;
}

.gth-catalog-button--primary:hover,
.gth-catalog-button--primary:focus {
	background: var(--gth-catalog-button-hover);
	color: #fff;
	border-color: var(--gth-catalog-button-hover);
}

.gth-catalog-button--secondary:hover,
.gth-catalog-button--secondary:focus,
.gth-catalog-tool-link:hover,
.gth-catalog-tool-link:focus,
.gth-catalog-tool-button:hover,
.gth-catalog-tool-button:focus,
.gth-catalog-icon-button:hover,
.gth-catalog-icon-button:focus {
	background: var(--gth-catalog-button-hover);
	color: #fff;
	border-color: var(--gth-catalog-button-hover);
}

.gth-catalog-viewer {
	--gth-catalog-zoom: 1;
	--gth-catalog-zoom-width: 100%;
	position: relative;
	display: grid;
	gap: 12px;
	margin: 0;
	padding: clamp(12px, 2vw, 18px);
	border: 1px solid #d9e9ec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(6, 72, 89, 0.1);
}

.gth-catalog-viewer:fullscreen {
	width: 100vw;
	height: 100vh;
	grid-template-rows: auto auto minmax(0, 1fr);
	padding: clamp(10px, 2vw, 18px);
	overflow: auto;
	background: #eef7f8;
}

.gth-catalog-viewer:fullscreen .gth-catalog-viewer__viewport {
	min-height: 0;
}

.gth-catalog-viewer:fullscreen .gth-catalog-viewer__stage {
	min-height: 100%;
	align-items: center;
	padding: clamp(10px, 1.4vw, 20px);
	place-items: center;
}

.gth-catalog-viewer:fullscreen .gth-catalog-viewer__page {
	width: min(96vw, 180vh);
	max-width: none;
}

.gth-catalog-viewer__toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.gth-catalog-viewer__nav,
.gth-catalog-viewer__tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.gth-catalog-icon-button {
	display: inline-grid;
	width: 44px;
	padding: 0;
	place-items: center;
	background: var(--gth-catalog-button-bg);
	color: var(--gth-catalog-button-text);
	border-color: var(--gth-catalog-button-border);
	font-size: 1.35rem;
	line-height: 1;
}

.gth-catalog-page .gth-catalog-button--primary {
	background-color: var(--gth-catalog-button-bg-strong);
	color: var(--gth-catalog-button-text);
	border-color: var(--gth-catalog-button-border);
}

.gth-catalog-page .gth-catalog-button--secondary,
.gth-catalog-page .gth-catalog-tool-link,
.gth-catalog-page .gth-catalog-tool-button,
.gth-catalog-page .gth-catalog-icon-button {
	background-color: var(--gth-catalog-button-bg);
	color: var(--gth-catalog-button-text);
	border-color: var(--gth-catalog-button-border);
}

.gth-catalog-page .gth-catalog-button--primary:hover,
.gth-catalog-page .gth-catalog-button--primary:focus,
.gth-catalog-page .gth-catalog-button--secondary:hover,
.gth-catalog-page .gth-catalog-button--secondary:focus,
.gth-catalog-page .gth-catalog-tool-link:hover,
.gth-catalog-page .gth-catalog-tool-link:focus,
.gth-catalog-page .gth-catalog-tool-button:hover,
.gth-catalog-page .gth-catalog-tool-button:focus,
.gth-catalog-page .gth-catalog-icon-button:hover,
.gth-catalog-page .gth-catalog-icon-button:focus {
	background-color: var(--gth-catalog-button-hover);
	color: #fff;
	border-color: var(--gth-catalog-button-hover);
}

.gth-catalog-icon-button:disabled {
	cursor: not-allowed;
	opacity: 0.38;
	transform: none;
}

.gth-catalog-viewer__count,
.gth-catalog-viewer__zoom {
	min-width: 74px;
	margin: 0;
	color: #064859;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.gth-catalog-viewer__zoom {
	min-width: 52px;
}

.gth-catalog-tool-link,
.gth-catalog-tool-button {
	min-height: 44px;
	padding: 0 12px;
	font-size: 0.86rem;
}

.gth-catalog-viewer__status {
	min-height: 1.1rem;
	color: #53676d;
	font-size: 0.88rem;
	line-height: 1.2;
}

.gth-catalog-viewer__viewport {
	position: relative;
	overflow: auto;
	border-radius: 8px;
	background: #edf5f6;
	outline: none;
	touch-action: pan-y;
}

.gth-catalog-viewer__viewport:focus-visible {
	box-shadow: 0 0 0 3px rgba(2, 143, 148, 0.24);
}

.gth-catalog-viewer__stage {
	display: grid;
	min-height: clamp(190px, 47vw, 660px);
	padding: clamp(10px, 2vw, 22px);
	place-items: start center;
	isolation: isolate;
}

.gth-catalog-viewer__page {
	position: relative;
	grid-area: 1 / 1;
	width: min(100%, 1120px);
	margin: 0;
	aspect-ratio: var(--gth-catalog-page-ratio);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(23, 54, 63, 0.14);
	overflow: hidden;
	will-change: transform, opacity;
	isolation: isolate;
}

.gth-catalog-viewer__page.is-entering {
	z-index: 3;
	pointer-events: none;
}

.gth-catalog-viewer__page.is-leaving {
	z-index: 2;
	pointer-events: none;
}

.gth-catalog-viewer__page img {
	display: block;
	width: var(--gth-catalog-zoom-width);
	max-width: none;
	height: auto;
	border-radius: 8px;
	background: #fff;
}

.gth-catalog-viewer__page.is-leaving-forward {
	animation: gth-catalog-page-slip-out-left 360ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.gth-catalog-viewer__page.is-entering-forward {
	animation: gth-catalog-page-slip-in-right 360ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.gth-catalog-viewer__page.is-leaving-back {
	animation: gth-catalog-page-slip-out-right 360ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.gth-catalog-viewer__page.is-entering-back {
	animation: gth-catalog-page-slip-in-left 360ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes gth-catalog-page-slip-out-left {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	100% {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}
}

@keyframes gth-catalog-page-slip-in-right {
	0% {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes gth-catalog-page-slip-out-right {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	100% {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}
}

@keyframes gth-catalog-page-slip-in-left {
	0% {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 1080px) {
	.gth-catalog-hero h1 {
		font-size: 3.1rem;
	}

	.gth-catalog-page .gth-catalog-hero h1 {
		font-size: 3.1rem;
	}
}

@media (max-width: 760px) {
	.gth-catalog-page__inner {
		width: min(100% - 22px, 680px);
		padding-top: 30px;
	}

	.gth-catalog-hero h1 {
		font-size: 2.15rem;
	}

	.gth-catalog-page .gth-catalog-hero h1 {
		font-size: 2.15rem;
	}

	.gth-catalog-hero p:not(.gth-catalog-eyebrow) {
		font-size: 1rem;
	}

	.gth-catalog-viewer {
		padding: 10px;
	}

	.gth-catalog-viewer__toolbar,
	.gth-catalog-viewer__nav,
	.gth-catalog-viewer__tools {
		width: 100%;
		justify-content: center;
	}

	.gth-catalog-viewer__stage {
		min-height: clamp(176px, 52vw, 340px);
		padding: 9px;
	}

	.gth-catalog-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gth-catalog-viewer__page.is-leaving-forward,
	.gth-catalog-viewer__page.is-leaving-back,
	.gth-catalog-viewer__page.is-entering-forward,
	.gth-catalog-viewer__page.is-entering-back {
		animation: none;
	}
}
