:root {
	--gh-bg: #070707;
	--gh-panel: #111111;
	--gh-panel-2: #171512;
	--gh-line: rgba(216, 171, 86, 0.22);
	--gh-gold: #d9ad55;
	--gh-gold-2: #f2cc77;
	--gh-text: #f7f2e7;
	--gh-muted: #bdb4a3;
}

.gh-home {
	background: var(--gh-bg);
	color: var(--gh-text);
	font-family: inherit;
	overflow: hidden;
}

.gh-home * {
	box-sizing: border-box;
}

.gh-shell {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 24px;
	width: 100%;
}

.gh-hero {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.76) 38%, rgba(0, 0, 0, 0.16) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.12), #070707 96%),
		var(--gh-hero-image) center / cover no-repeat;
	min-height: 720px;
	position: relative;
}

.gh-hero__inner {
	align-items: center;
	display: flex;
	min-height: 720px;
	padding-bottom: 72px;
	padding-top: 76px;
}

.gh-hero__content {
	max-width: 720px;
}

.gh-eyebrow {
	color: var(--gh-gold);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gh-hero h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 800;
	line-height: 1.02;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.gh-hero h1 span {
	color: var(--gh-gold-2);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 86px;
}

.gh-hero__lead {
	color: #ddd5c9;
	font-size: 20px;
	line-height: 1.7;
	margin: 0 0 34px;
	max-width: 660px;
}

.gh-hero__metrics {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 34px;
}

.gh-hero__metrics div,
.gh-number-grid div {
	border-left: 1px solid var(--gh-line);
	padding-left: 16px;
}

.gh-hero__metrics strong,
.gh-number-grid strong {
	color: var(--gh-gold-2);
	display: block;
	font-size: 30px;
	line-height: 1;
}

.gh-hero__metrics span,
.gh-number-grid span {
	color: var(--gh-muted);
	display: block;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 8px;
}

.gh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.gh-button {
	align-items: center;
	border: 1px solid var(--gh-line);
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	text-transform: uppercase;
}

.gh-button--primary {
	background: linear-gradient(135deg, #f1c667, #c99235);
	border-color: transparent;
	color: #161006;
}

.gh-button--ghost {
	background: rgba(0, 0, 0, 0.4);
	color: var(--gh-text);
}

.gh-section {
	padding: 64px 0;
}

.gh-section__header {
	margin: 0 auto 34px;
	max-width: 720px;
	text-align: center;
}

.gh-section__header--left {
	margin-left: 0;
	text-align: left;
}

.gh-section__header h2 {
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gh-section__header p {
	color: var(--gh-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.gh-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gh-feature-card,
.gh-panel,
.gh-service-card,
.gh-project-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.gh-feature-card {
	min-height: 190px;
	padding: 24px 18px;
	text-align: center;
}

.gh-feature-card__icon {
	align-items: center;
	border: 1px solid var(--gh-line);
	border-radius: 50%;
	color: var(--gh-gold-2);
	display: inline-flex;
	font-weight: 800;
	height: 46px;
	justify-content: center;
	margin-bottom: 16px;
	width: 46px;
}

.gh-feature-card h3,
.gh-service-card h3,
.gh-project-card h3 {
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
	margin: 0 0 10px;
}

.gh-feature-card p,
.gh-service-card p,
.gh-project-card p {
	color: var(--gh-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.gh-services {
	background: radial-gradient(circle at 50% 0, rgba(217, 173, 85, 0.08), transparent 42%);
}

.gh-service-strip {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(8, minmax(136px, 1fr));
}

.gh-service-card {
	overflow: hidden;
}

.gh-service-card__media,
.gh-project-card__media {
	background:
		linear-gradient(145deg, rgba(217, 173, 85, 0.26), rgba(95, 42, 22, 0.08)),
		linear-gradient(45deg, #1c1710, #050505);
	min-height: 126px;
	position: relative;
}

.gh-service-card__media::after,
.gh-project-card__media::after {
	background: linear-gradient(135deg, transparent 0 40%, rgba(242, 204, 119, 0.24) 41% 43%, transparent 44% 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.gh-service-card__body {
	padding: 16px;
}

.gh-service-card a {
	color: var(--gh-gold-2);
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 14px;
}

.gh-catalog {
	background: #090909;
}

.gh-catalog__tabs {
	margin: 0 0 24px;
}

.gh-catalog .sc-section.container {
	max-width: none;
	padding: 0;
}

.gh-catalog .sc-section__header {
	display: none;
}

.gh-catalog .sc-grid {
	gap: 18px;
}

.gh-catalog .sc-card {
	background: linear-gradient(180deg, #151515, #0b0b0b);
	border-color: rgba(216, 171, 86, 0.22);
	border-radius: 8px;
	overflow: hidden;
}

.gh-catalog .sc-card__title a,
.gh-catalog .sc-card__price,
.gh-catalog .sc-card__category {
	color: var(--gh-text);
}

.gh-catalog .sc-button,
.gh-catalog .sc-categories__pill {
	background: rgba(217, 173, 85, 0.12);
	border: 1px solid var(--gh-line);
	border-radius: 5px;
	color: var(--gh-gold-2);
}

.gh-empty,
.gh-catalog .sc-empty {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	color: var(--gh-muted);
	margin: 0;
	padding: 22px;
	text-align: center;
}

.gh-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: -10px 0 24px;
}

.gh-filter a {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 5px;
	color: var(--gh-text);
	font-size: 13px;
	min-width: 110px;
	padding: 10px 16px;
	text-align: center;
}

.gh-filter a:first-child {
	background: linear-gradient(135deg, #f1c667, #c99235);
	color: #161006;
}

.gh-project-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gh-project-card {
	overflow: hidden;
}

.gh-project-card__media {
	min-height: 170px;
}

.gh-project-card__media span {
	background: var(--gh-gold-2);
	border-radius: 0 0 6px 0;
	color: #161006;
	font-size: 12px;
	font-weight: 800;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.gh-project-card__body {
	padding: 16px;
}

.gh-project-card strong {
	color: var(--gh-gold-2);
	display: block;
	margin-top: 10px;
}

.gh-center {
	margin-top: 26px;
	text-align: center;
}

.gh-process__layout {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
}

.gh-panel {
	padding: 30px;
}

.gh-steps {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.gh-steps li {
	border-top: 1px solid var(--gh-line);
	padding-top: 16px;
	position: relative;
}

.gh-steps span {
	color: var(--gh-gold-2);
	display: block;
	font-weight: 800;
	margin-bottom: 8px;
}

.gh-steps strong {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.3;
}

.gh-numbers h2 {
	color: var(--gh-gold-2);
	font-size: 24px;
	margin: 0 0 28px;
	text-transform: uppercase;
}

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

.gh-quote {
	padding-bottom: 86px;
}

.gh-quote__box {
	align-items: stretch;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.74)),
		linear-gradient(135deg, #21170a, #050505);
	border: 1px solid rgba(242, 204, 119, 0.45);
	border-radius: 8px;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
	padding: 36px;
}

.gh-quote__content h2 {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.gh-quote__content p,
.gh-quote__content li {
	color: var(--gh-muted);
	font-size: 15px;
	line-height: 1.7;
}

.gh-quote__content ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.gh-quote-form {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-quote-form label {
	margin: 0;
}

.gh-quote-form span {
	color: var(--gh-muted);
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
}

.gh-quote-form input,
.gh-quote-form select,
.gh-quote-form textarea {
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 5px;
	color: #fff;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.gh-quote-form__wide,
.gh-quote-form button {
	grid-column: 1 / -1;
}

@media (max-width: 1100px) {
	.gh-feature-grid,
	.gh-service-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gh-project-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gh-steps {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.gh-shell {
		padding: 0 16px;
	}

	.gh-hero,
	.gh-hero__inner {
		min-height: 640px;
	}

	.gh-hero h1 {
		font-size: 42px;
	}

	.gh-hero h1 span {
		font-size: 58px;
	}

	.gh-hero__lead {
		font-size: 17px;
	}

	.gh-hero__metrics,
	.gh-number-grid,
	.gh-process__layout,
	.gh-quote__box,
	.gh-quote-form {
		grid-template-columns: 1fr;
	}

	.gh-feature-grid,
	.gh-service-strip,
	.gh-project-grid,
	.gh-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gh-section {
		padding: 46px 0;
	}

	.gh-section__header h2,
	.gh-quote__content h2 {
		font-size: 28px;
	}
}

@media (max-width: 520px) {
	.gh-hero h1 {
		font-size: 34px;
	}

	.gh-hero h1 span {
		font-size: 46px;
	}

	.gh-feature-grid,
	.gh-service-strip,
	.gh-project-grid,
	.gh-steps {
		grid-template-columns: 1fr;
	}

	.gh-button {
		width: 100%;
	}
}
