.front-page {
	background: var(--color-white, #ffffff);
}

.section-pad {
	padding-bottom: clamp(4rem, 8vw, 7rem);
	padding-top: clamp(4rem, 8vw, 7rem);
}

.home-hero {
	background: var(--color-primary, #0f0f0f);
	color: var(--color-white, #ffffff);
	display: grid;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
}

.home-hero__media,
.home-hero__overlay {
	inset: 0;
	position: absolute;
}

.home-hero__media {
	margin: 0;
	z-index: 0;
}

.home-hero__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-hero__image--fallback {
	background:
		linear-gradient(135deg, rgba(15, 15, 15, 0.36), rgba(15, 15, 15, 0.88)),
		linear-gradient(45deg, #262626, #70644f 48%, #161616);
}

.home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(15, 15, 15, 0.92), rgba(15, 15, 15, 0.62) 48%, rgba(15, 15, 15, 0.28)),
		linear-gradient(180deg, rgba(15, 15, 15, 0.55), rgba(15, 15, 15, 0.82));
	z-index: 1;
}

.home-hero__inner {
	align-content: end;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	min-height: 100svh;
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
	padding-top: clamp(7rem, 12vw, 10rem);
	position: relative;
	z-index: 2;
}

.home-hero__content {
	display: grid;
	gap: 1.25rem;
	max-width: 56rem;
}

.home-hero__eyebrow,
.home-vision__eyebrow,
.home-partner-cta__eyebrow {
	color: var(--color-gold, #d4af37);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.home-hero h1 {
	font-size: clamp(4rem, 9vw, 9rem);
	line-height: 0.94;
	max-width: 12ch;
}

.home-hero__content > p:not(.home-hero__eyebrow) {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	max-width: 42rem;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 0.75rem;
}

.home-hero__proof {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	max-width: 56rem;
	padding-top: 1.25rem;
}

.home-hero__proof div {
	display: grid;
	gap: 0.2rem;
}

.home-hero__proof strong {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-about {
	background: var(--color-white, #ffffff);
}

.home-about__grid {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
}

.home-about__copy {
	display: grid;
	gap: 1.5rem;
}

.home-about__copy > p {
	color: rgba(15, 15, 15, 0.72);
	font-size: 1.05rem;
	max-width: 44rem;
}

.home-about__visual {
	display: grid;
	gap: 1rem;
}

.home-about__image {
	aspect-ratio: 4 / 5;
	margin: 0;
	overflow: hidden;
	position: relative;
	background:
		linear-gradient(135deg, rgba(15, 15, 15, 0.08), rgba(15, 15, 15, 0.68)),
		linear-gradient(45deg, #c5b89a, #454545 55%, #171717);
	min-height: 28rem;
}

.home-about__note {
	background: var(--color-primary, #0f0f0f);
	color: var(--color-white, #ffffff);
	display: grid;
	gap: 0.5rem;
	padding: 1.25rem;
}

.home-about__note span {
	color: var(--color-gold, #d4af37);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-about__note p {
	color: rgba(255, 255, 255, 0.74);
}

.home-services {
	background: var(--color-light, #f5f5f5);
}

.home-services__grid,
.home-why__grid {
	display: grid;
	gap: 1rem;
}

.home-service-card,
.home-why-card {
	background: var(--color-white, #ffffff);
	border: 1px solid rgba(15, 15, 15, 0.08);
	display: grid;
	gap: 1rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.home-service-card__number {
	color: var(--color-gold, #d4af37);
	font-family: var(--font-heading, "Playfair Display", Georgia, serif);
	font-size: 1.55rem;
	font-weight: 700;
}

.home-service-card h3,
.home-why-card h3 {
	font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.home-service-card p,
.home-why-card p {
	color: rgba(15, 15, 15, 0.68);
}

.home-why {
	background: var(--color-white, #ffffff);
}

.home-why-card {
	background: #fbfbfb;
	min-height: 15rem;
}

.home-vision {
	background: var(--color-primary, #0f0f0f);
	color: var(--color-white, #ffffff);
	min-height: 44rem;
	overflow: hidden;
	position: relative;
}

.home-vision__visual {
	background:
		linear-gradient(90deg, rgba(15, 15, 15, 0.94), rgba(15, 15, 15, 0.64), rgba(15, 15, 15, 0.22)),
		linear-gradient(45deg, #151515, #8f805e, #303030);
	inset: 0;
	position: absolute;
}

.home-vision__inner {
	align-items: center;
	display: grid;
	min-height: 44rem;
	position: relative;
	z-index: 1;
}

.home-vision__panel {
	display: grid;
	gap: 1.2rem;
	max-width: 46rem;
}

.home-vision__panel h2 {
	font-size: clamp(2.4rem, 6vw, 5.5rem);
}

.home-vision__panel p {
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(1rem, 2vw, 1.18rem);
	max-width: 40rem;
}

.home-partner-cta {
	background: var(--color-light, #f5f5f5);
}

.home-partner-cta__grid {
	display: grid;
	gap: 2rem;
}

.home-partner-cta h2 {
	font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.home-partner-cta__content {
	display: grid;
	gap: 1.5rem;
}

.home-partner-cta__content p {
	color: rgba(15, 15, 15, 0.72);
	font-size: 1.05rem;
}

@media (min-width: 40rem) {
	.home-hero__proof {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 48rem) {
	.home-services__grid,
	.home-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.home-about__grid,
	.home-partner-cta__grid {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	}

	.home-services__grid,
	.home-why__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


.home-about__image .theme-media__image,
.home-about__image .theme-media__fallback {
	min-height: 28rem;
}
