.vendors-page {
	padding-bottom: 0;
	background: #050c18;
}

.vendors-page__hero {
	position: relative;
	height: 50vh;
	min-height: 22rem;
	overflow: clip;
	background: #0b1119;
}

.vendors-page__hero-media,
.vendors-page__hero-overlay {
	position: absolute;
	inset: 0;
}

.vendors-page__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.48) saturate(0.82);
}

.vendors-page__hero-overlay {
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.2) 0%, rgba(5, 12, 24, 0.56) 100%),
		radial-gradient(circle at center, rgba(166, 132, 74, 0.16), transparent 42%);
}

.vendors-page__hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.vendors-page__hero-title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.vendors-page__hero-copy {
	display: grid;
	gap: 1rem;
	justify-items: center;
	width: min(100%, 52rem);
}

.vendors-page__title {
	margin: 0;
	max-width: none;
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	text-align: center;
	color: rgba(241, 242, 244, 0.72);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.vendors-page__hero-description {
	max-width: 42rem;
	margin: 0;
	text-align: center;
	font-size: clamp(0.98rem, 1.55vw, 1.14rem);
	line-height: 1.8;
	color: rgba(241, 242, 244, 0.82);
}

.vendors-page__hero-description p {
	margin: 0;
}

.vendors-page__hero-description p + p {
	margin-top: 0.9rem;
}

.vendors-page__form-section {
	padding: 4.5rem 0 5rem;
	background: linear-gradient(180deg, #09111d 0%, #050c18 100%);
}

.vendors-page__form-section-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.75rem, 4vw, 4rem);
	align-items: start;
}

.vendors-page__content {
	padding-top: 0.4rem;
}

.vendors-page__section-title {
	margin: 0;
	max-width: 10ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.4rem, 4vw, 4.4rem);
	line-height: 0.94;
	color: var(--ldg-brand-white);
}

.vendors-page__section-accent {
	display: block;
	width: 4.25rem;
	height: 2px;
	margin: 1rem 0 1.2rem;
	background: linear-gradient(90deg, #a6844a 0%, rgba(166, 132, 74, 0.24) 100%);
}

.vendors-page__section-copy {
	margin: 0;
	max-width: 34rem;
	font-size: 1.02rem;
	line-height: 1.9;
	color: rgba(241, 242, 244, 0.76);
}

.vendors-page__section-copy + .vendors-page__section-copy {
	margin-top: 1rem;
}

.vendors-page__form-card {
	display: grid;
	gap: 1rem;
}

.vendors-page__form-title {
	margin: 0;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.05;
	color: var(--ldg-brand-white);
}

.vendors-page__form {
	gap: 1rem;
}

@media (max-width: 980px) {
	.vendors-page__form-section-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 780px) {
	.vendors-page__form-section {
		padding: 3rem 0 3.4rem;
	}

	.vendors-page__section-title {
		max-width: 11ch;
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.vendors-page__title {
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.vendors-page__hero-copy {
		gap: 0.8rem;
	}

	.vendors-page__hero-description {
		max-width: 100%;
		font-size: 0.96rem;
		line-height: 1.7;
	}
}
