.honar-what-is-gratitude {
	--honar-what-is-gratitude-accent: #c7922d;
	--honar-what-is-gratitude-heading: #2f261d;
	--honar-what-is-gratitude-text: #665d53;
	width: 100%;
	padding: clamp(28px, 3vw, 52px) clamp(12px, 1.5vw, 28px) 0;
	background: #fff;
}

.honar-what-is-gratitude__container {
	position: relative;
	overflow: hidden;
	max-width: none;
	padding: clamp(24px, 3vw, 48px);
	background:
		radial-gradient(circle at 12% 20%, rgba(199, 146, 45, 0.12), transparent 28%),
		linear-gradient(135deg, #fffdf9 0%, #faf5ec 100%);
	border: 1px solid rgba(199, 146, 45, 0.15);
	border-radius: clamp(22px, 2vw, 34px);
}

.honar-what-is-gratitude__row {
	min-height: 0;
}

.honar-what-is-gratitude__content-col,
.honar-what-is-gratitude__media-col {
	min-width: 0;
}

.honar-what-is-gratitude__content {
	max-width: 680px;
	margin-inline: auto;
	padding: clamp(12px, 2vw, 28px) clamp(10px, 2.5vw, 40px);
	text-align: right;
}

.honar-what-is-gratitude__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--honar-what-is-gratitude-accent);
}

.honar-what-is-gratitude__eyebrow span {
	width: clamp(30px, 4vw, 62px);
	height: 1px;
	background: currentColor;
	opacity: 0.6;
}

.honar-what-is-gratitude__eyebrow strong {
	font-size: clamp(0.9rem, 1vw, 1.05rem);
	font-weight: 700;
}

.honar-what-is-gratitude__title {
	margin: 0 0 14px;
	color: var(--honar-what-is-gratitude-heading);
	font-size: clamp(2rem, 3vw, 3.5rem);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.03em;
}

.honar-what-is-gratitude__lead {
	max-width: 620px;
	margin: 0 0 20px;
	color: var(--honar-what-is-gratitude-text);
	font-size: clamp(1rem, 1.15vw, 1.2rem);
	line-height: 1.95;
}

.honar-what-is-gratitude__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.honar-what-is-gratitude__list li {
	position: relative;
	padding-right: 34px;
	color: #443a31;
	font-size: clamp(0.98rem, 1.05vw, 1.12rem);
	font-weight: 600;
	line-height: 1.75;
}

.honar-what-is-gratitude__list li::before {
	content: "✓";
	position: absolute;
	top: 0.05em;
	right: 0;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(199, 146, 45, 0.14);
	color: var(--honar-what-is-gratitude-accent);
	font-size: 0.9rem;
	font-weight: 800;
}

.honar-what-is-gratitude__media {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: clamp(10px, 2vw, 26px);
}

.honar-what-is-gratitude__video-wrap {
	position: relative;
	overflow: hidden;
	width: min(100%, 720px);
	aspect-ratio: 16 / 9;
	background: #1d1a17;
	border: 1px solid rgba(199, 146, 45, 0.2);
	border-radius: clamp(18px, 2vw, 28px);
	box-shadow: 0 18px 48px rgba(75, 55, 28, 0.13);
}

.honar-what-is-gratitude__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.honar-what-is-gratitude__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: min(100%, 270px);
	padding: 0.82rem 1.55rem;
	border-radius: 999px;
	font-weight: 700;
}

.honar-what-is-gratitude__button .honar-action-arrow {
	font-size: 1.15em;
	line-height: 1;
}

@media (max-width: 991.98px) {
	.honar-what-is-gratitude {
		padding: 28px 12px 0;
	}

	.honar-what-is-gratitude__container {
		padding: 28px 18px;
	}

	.honar-what-is-gratitude__content {
		max-width: 760px;
		padding: 8px 8px 28px;
		text-align: center;
	}

	.honar-what-is-gratitude__eyebrow {
		justify-content: center;
	}

	.honar-what-is-gratitude__lead {
		margin-inline: auto;
	}

	.honar-what-is-gratitude__list {
		max-width: 600px;
		margin-inline: auto;
		text-align: right;
	}

	.honar-what-is-gratitude__media {
		padding: 0;
	}
}

@media (max-width: 575.98px) {
	.honar-what-is-gratitude__container {
		padding: 24px 14px;
	}

	.honar-what-is-gratitude__title {
		font-size: clamp(1.75rem, 9vw, 2.45rem);
	}

	.honar-what-is-gratitude__lead {
		font-size: 0.96rem;
		line-height: 1.9;
	}

	.honar-what-is-gratitude__list li {
		padding-right: 30px;
		font-size: 0.94rem;
	}

	.honar-what-is-gratitude__video-wrap {
		border-radius: 18px;
	}

	.honar-what-is-gratitude__button {
		width: 100%;
	}
}
