.he-page-hero {
	padding: calc(var(--he-space-96) + var(--he-space-80)) 0 var(--he-space-96);
	color: var(--he-color-background);
}

.he-page-hero--amber,
.he-page-hero--gradient {
	background: linear-gradient(90deg, var(--he-color-amber-dark) 0%, var(--he-color-amber) 100%);
}

.he-page-hero__container,
.he-page-filter__container,
.he-page-section__container {
	max-width: 80rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--he-space-16);
	padding-left: var(--he-space-16);
}

.he-page-hero__container {
	text-align: center;
}

.he-page-hero__title,
.he-page-hero__text {
	color: inherit;
}

.he-page-hero__text {
	max-width: 42rem;
	margin: var(--he-space-16) auto 0;
	font-size: var(--he-type-body-large-size);
	line-height: var(--he-type-body-large-line-height);
}

.he-page-section {
	padding-top: var(--he-space-96);
	padding-bottom: var(--he-space-96);
	content-visibility: auto;
	contain-intrinsic-size: 900px;
}

.he-page-section--soft {
	background: linear-gradient(180deg, var(--he-color-surface-gray) 0%, var(--he-color-background) 100%);
}

.he-page-section--bordered {
	border-top: 1px solid var(--he-color-border-light);
	border-bottom: 1px solid var(--he-color-border-light);
}

.he-page-section--catalog {
	padding-top: var(--he-space-64);
}

.he-page-section--cta {
	background: linear-gradient(90deg, var(--he-color-amber-dark) 0%, var(--he-color-amber) 100%);
}

.he-page-section__container--narrow {
	max-width: 52rem;
}

.he-page-section__intro {
	margin-bottom: var(--he-space-48);
}

.he-page-section__intro--center,
.he-page-cta {
	text-align: center;
}

.he-page-section__title {
	margin-bottom: var(--he-space-16);
}

.he-page-section__text {
	color: var(--he-color-text-secondary);
}

.he-info-grid,
.he-process-grid,
.he-gallery-grid,
.he-catalog-grid {
	display: grid;
	gap: var(--he-space-24);
}

.he-info-card,
.he-process-card,
.he-form-surface,
.he-location-panel {
	padding: var(--he-space-32);
	border: 1px solid var(--he-color-border-light);
	border-radius: var(--he-radius-base);
	background-color: var(--he-color-background);
	box-shadow: 0 16px 32px rgba(17, 24, 39, 0.06);
}

.he-info-card__title,
.he-process-card__title,
.he-gallery-card__title,
.he-catalog-card__title,
.he-page-cta__title {
	color: var(--he-color-heading);
	font-family: var(--he-font-heading);
	font-size: var(--he-type-card-title-size);
	font-weight: 500;
	line-height: var(--he-type-card-title-line-height);
}

.he-info-card__text,
.he-process-card__text,
.he-gallery-card__text,
.he-catalog-card__text,
.he-page-cta__text,
.he-form-fallback__text {
	margin-top: var(--he-space-12);
	color: var(--he-color-text-secondary);
	font-size: var(--he-type-body-small-size);
	line-height: var(--he-type-body-small-line-height);
}

.he-info-card__text--muted {
	color: var(--he-color-text-muted);
}

.he-inline-link {
	display: inline-flex;
	margin-top: var(--he-space-12);
	color: var(--he-color-amber);
	font-size: var(--he-type-body-small-size);
	font-weight: 500;
}

.he-split-section,
.he-contact-layout {
	display: grid;
	gap: var(--he-space-32);
	align-items: center;
}

.he-split-section__media,
.he-split-section__content--surface {
	border-radius: var(--he-radius-base);
	overflow: hidden;
}

.he-split-section__image,
.he-gallery-card__image,
.he-strip-gallery__image,
.he-catalog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none;
}

.he-split-section__image {
	min-height: 32rem;
}

.he-process-card__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background-color: var(--he-color-surface-amber-soft);
	color: var(--he-color-amber-dark);
	font-size: var(--he-type-body-small-size);
	font-weight: 600;
}

.he-contact-actions,
.he-catalog-card__footer {
	display: flex;
}
.he-contact-actions {
	flex-wrap: wrap;
	gap: var(--he-space-12);
}

.he-page-cta__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: var(--he-space-10) var(--he-space-16);
	border-radius: var(--he-space-6);
	border: 1px solid var(--he-color-border-light);
	font-size: var(--he-type-body-small-size);
	font-weight: 500;
}
.he-page-cta__action {
	background-color: var(--he-color-amber);
	color: var(--he-color-background);
	border-color: var(--he-color-amber);
}

.he-page-cta__action--ghost {
	background-color: transparent;
	color: var(--he-color-amber);
}

.he-catalog-grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.he-catalog-card,
.he-gallery-card {
	overflow: hidden;
	border-radius: var(--he-radius-base);
	background-color: var(--he-color-background);
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.he-catalog-card__link {
	display: block;
	height: 100%;
	cursor: pointer;
}

.he-catalog-card__media,
.he-gallery-card__image-wrap {
	position: relative;
	background-color: var(--he-color-surface-soft);
}

.he-catalog-card__media {
	min-height: 24rem;
}

.he-catalog-card__badge {
	position: absolute;
	top: var(--he-space-16);
	right: var(--he-space-16);
	padding: var(--he-space-8) var(--he-space-12);
	border-radius: 999px;
	background-color: var(--he-color-amber);
	color: var(--he-color-background);
	font-size: var(--he-type-caption-size);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.he-catalog-card__content,
.he-gallery-card__caption {
	padding: var(--he-space-24);
}

.he-catalog-card__footer {
	align-items: center;
	justify-content: space-between;
	gap: var(--he-space-16);
	margin-top: var(--he-space-20);
}

.he-catalog-card__price {
	color: var(--he-color-amber);
	font-family: var(--he-font-heading);
	font-size: 2rem;
	line-height: 1;
}

.he-catalog-card__action {
	color: var(--he-color-amber);
	font-size: var(--he-type-body-small-size);
	font-weight: 600;
}

.he-catalog-grid__empty {
	margin-top: var(--he-space-24);
	text-align: center;
	color: var(--he-color-text-muted);
}

.he-gallery-grid,
.he-strip-gallery {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.he-gallery-card__image {
	min-height: 26rem;
}

.he-strip-gallery {
	display: grid;
	gap: var(--he-space-16);
}

.he-strip-gallery__item {
	overflow: hidden;
	border-radius: var(--he-radius-base);
}

.he-strip-gallery__image {
	min-height: 16rem;
}

.he-location-panel {
	text-align: center;
	background: linear-gradient(180deg, var(--he-color-surface-gray) 0%, var(--he-color-background) 100%);
}

.he-catalog-card:hover,
.he-catalog-card:focus-within,
.he-gallery-card:hover,
.he-gallery-card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px rgba(17, 24, 39, 0.12);
}

@media (min-width: 640px) {
	.he-page-hero__container,
	.he-page-filter__container,
	.he-page-section__container {
		padding-right: var(--he-space-24);
		padding-left: var(--he-space-24);
	}
}

@media (min-width: 768px) {
	.he-info-grid,
	.he-process-grid,
	.he-gallery-grid,
	.he-strip-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.he-contact-layout,
	.he-split-section {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.he-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.he-page-hero__container,
	.he-page-filter__container,
	.he-page-section__container {
		padding-right: var(--he-space-32);
		padding-left: var(--he-space-32);
	}

	.he-info-grid,
	.he-process-grid,
	.he-gallery-grid,
	.he-strip-gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

@media (max-width: 767px) {
	.he-page-hero {
		padding-bottom: var(--he-space-64);
	}

	.he-page-hero__text {
		font-size: var(--he-type-body-size);
		line-height: var(--he-type-body-line-height);
	}

	.he-page-section {
		padding-top: var(--he-space-64);
		padding-bottom: var(--he-space-64);
	}

	.he-catalog-card__footer {
		flex-direction: column;
		align-items: flex-start;
	}
}
