:root {
	--hpc-ink: #2b2b2b;
	--hpc-accent: #078587;
	--hpc-sand: #f7f1e8;
	--hpc-cream: #fff8ef;
	--hpc-slate: #5b6066;
	--hpc-shadow: 0 24px 50px rgba(34, 34, 34, 0.12);
}

.homepage-modern {
	background: var(--hpc-cream);
	color: var(--hpc-ink);
}

.homepage-modern .header {
	background: #fff;
}

.hpc-section {
	padding: 90px 0;
}

.hpc-section--soft {
	background: var(--hpc-sand);
}

.hpc-section--hero-tint {
	background: #efe6dc;
}

.hpc-subtitle {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8rem;
	color: var(--hpc-accent);
	margin-bottom: 12px;
}


.hpc-title {
	font-family: "Prata", serif;
	font-size: clamp(2rem, 3vw, 2.8rem);
	margin-bottom: 16px;
	color: #000;
}

.hpc-lead {
	color: var(--hpc-slate);
	font-size: 1rem;
}

.hpc-lead--dark {
	color: #000;
}

.hpc-hero {
	position: relative;
	padding: 170px 0 150px;
	background: #efe6dc;
	overflow: hidden;
}

.hpc-hero__media {
	position: absolute;
	inset: 0;
	background-image: none;
	background-size: cover;
	background-position: center;
	filter: saturate(0.9);
}

.hpc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(245, 237, 227, 0.82);
}

.hpc-hero .container {
	position: relative;
	z-index: 2;
}

.hpc-hero__eyebrow {
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-size: 1.25rem;
	color: var(--hpc-accent);
	font-weight: 700;
	margin-bottom: 16px;
}

.hpc-hero__title {
	font-family: "Prata", serif;
	font-size: clamp(2.4rem, 4vw, 3.6rem);
	margin-bottom: 18px;
	color: var(--hpc-ink);
}

.hpc-hero__lead {
	font-size: 1.1rem;
	color: var(--hpc-slate);
	margin-bottom: 28px;
}

.btn-hpc,
.btn-hpc:focus {
	background: var(--hpc-accent);
	border: none;
	color: #fff;
	padding: 12px 28px;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(179, 24, 31, 0.22);
}

.btn-hpc:hover {
	background: #69b5b6;
	color: #fff;
}

.btn-hpc-outline,
.btn-hpc-outline:focus {
	background: transparent;
	border: 1px solid var(--hpc-accent);
	color: var(--hpc-accent);
	padding: 12px 28px;
	border-radius: 999px;
}

.btn-hpc-outline:hover {
	background: rgba(7, 133, 135, 0.12);
	color: var(--hpc-accent);
}

.hpc-hero__actions .btn {
	margin: 0 8px 12px;
}

.hpc-features {
	margin-top: 50px;
	row-gap: 24px;
}

.hpc-feature {
	background: #fff;
	border-radius: 24px;
	padding: 28px;
	box-shadow: var(--hpc-shadow);
	text-align: center;
	height: 100%;
}

.hpc-feature__image {
	height: 140px;
	border-radius: 18px;
	background-size: cover;
	background-position: center;
	margin-bottom: 16px;
}

.hpc-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--hpc-sand);
	color: var(--hpc-accent);
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
	font-size: 0.8rem;
}

.hpc-feature h4 {
	font-size: 1.1rem;
	margin-bottom: 8px;
}

.hpc-feature p {
	color: var(--hpc-slate);
	margin-bottom: 0;
}

.hpc-story {
	margin-top: 40px;
	color: var(#000000);
}

.hpc-categories {
	margin-top: 40px;
	row-gap: 24px;
}

.hpc-card {
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: var(--hpc-shadow);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.hpc-card__image {
	height: 200px;
	background-size: cover;
	background-position: center;
}

.hpc-card__body {
	padding: 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hpc-card__body p {
	color: var(--hpc-slate);
	flex: 1;
}

.hpc-steps {
	margin: 40px 0 30px;
	row-gap: 24px;
}

.hpc-step {
	background: #fff;
	border-radius: 24px;
	padding: 28px;
	box-shadow: var(--hpc-shadow);
	height: 100%;
}

.hpc-steps .col-md-4:nth-child(1) .hpc-step,
.hpc-steps .col-md-4:nth-child(3) .hpc-step {
	background: #f0e4d7;
}

.hpc-steps .col-md-4:nth-child(2) .hpc-step h4 {
	color: #9a8b7a;
}

.hpc-steps .col-md-4:nth-child(1) .hpc-step h4,
.hpc-steps .col-md-4:nth-child(3) .hpc-step h4 {
	color: #9a8b7a;
}

.hpc-steps .col-md-4:nth-child(2) .hpc-step h4 {
	color: #9a8b7a;
}

.hpc-step__number {
	display: inline-block;
	font-size: 0.9rem;
	letter-spacing: 0.2em;
	color: var(--hpc-accent);
	margin-bottom: 12px;
}

.hpc-split {
	gap: 32px;
}

.hpc-signature {
	background: #fff;
	border-radius: 24px;
	padding: 36px;
	box-shadow: var(--hpc-shadow);
}

.hpc-signature__logo {
	max-width: 140px;
	margin: 20px 0 10px;
}

.hpc-signature__name {
	font-family: "Prata", serif;
	color: var(--hpc-accent);
	margin-bottom: 0;
}

.hpc-split__image {
	border-radius: 28px;
	min-height: 320px;
	background-size: cover;
	background-position: center;
	box-shadow: var(--hpc-shadow);
}

.hpc-instagram__grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.hpc-instagram__grid div {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 14px 28px rgba(34, 34, 34, 0.18);
}

.homepage-modern .dtp-image {
	display: block;
	max-width: 68%;
	margin: 60px 0 0 auto;
	filter: drop-shadow(0 22px 44px rgba(34, 34, 34, 0.32));
}

.homepage-modern .hpc-instagram__grid.is-animating div {
	opacity: 0;
	transform: translateY(18px) scale(0.98);
}

.homepage-modern .hpc-instagram__grid.is-animating.is-visible div {
	animation: hpc-tile-in 1.2s ease forwards;
}

.homepage-modern .hpc-instagram__grid.is-animating.is-visible div:nth-child(1) {
	animation-delay: 0.15s;
}

.homepage-modern .hpc-instagram__grid.is-animating.is-visible div:nth-child(2) {
	animation-delay: 0.45s;
}

.homepage-modern .hpc-instagram__grid.is-animating.is-visible div:nth-child(3) {
	animation-delay: 0.75s;
}

.homepage-modern .hpc-instagram__grid.is-animating.is-visible div:nth-child(4) {
	animation-delay: 1.05s;
}

.homepage-modern .hpc-instagram__grid.is-animating.is-visible div:nth-child(5) {
	animation-delay: 1.35s;
}

.homepage-modern .hpc-instagram__grid.is-animating.is-visible div:nth-child(6) {
	animation-delay: 1.65s;
}

@keyframes hpc-tile-in {
	0% {
		opacity: 0;
		transform: translateY(18px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.homepage-modern .hpc-instagram__grid.is-animating div {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

@media (max-width: 991px) {
	.hpc-hero {
		padding: 150px 0 120px;
	}

	.hpc-instagram__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.homepage-modern .dtp-image {
		margin: 48px auto 0;
	}
}

@media (max-width: 767px) {
	.hpc-section {
		padding: 70px 0;
	}

	.hpc-section .container {
		padding-left: 28px;
		padding-right: 28px;
	}

	.hpc-hero__actions {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hpc-hero__actions .btn {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.hpc-instagram__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hpc-features .col-sm-3 {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}
