.ind-concept {
	background: #f7f3ea;
	color: #17233d;
	padding: clamp(2.5rem, 6vw, 6rem) 1.25rem;
}

.ind-concept__article {
	margin: 0 auto;
	max-width: 920px;
}

.ind-concept__header {
	margin: 0 auto 3rem;
	max-width: 780px;
	text-align: center;
}

.ind-concept__eyebrow,
.ind-related__type {
	color: #9a772c;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ind-concept__traditions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: center;
	margin-top: 1.1rem;
}

.ind-concept__traditions-label {
	color: #596274;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ind-concept__traditions a {
	background: #fff;
	border: 1px solid #d9cba9;
	border-radius: 999px;
	color: #172440;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.32rem 0.7rem;
	text-decoration: none;
}

.ind-concept__traditions a:hover,
.ind-concept__traditions a:focus {
	background: #172440;
	border-color: #172440;
	color: #fff;
}

.ind-concept h1 {
	color: #17233d;
	font-size: clamp(2.6rem, 7vw, 5.5rem);
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0.35em 0 0;
}

.ind-concept__summary {
	color: #4c5568;
	font-family: Georgia, serif;
	font-size: clamp(1.2rem, 2.5vw, 1.65rem);
	line-height: 1.65;
	margin: 1.5rem auto 0;
	max-width: 720px;
}

.ind-concept__featured {
	margin: 0 0 3rem;
}

.ind-concept__featured img {
	border-radius: 18px;
	display: block;
	height: auto;
	width: 100%;
}

.ind-concept__body {
	background: #ffffff;
	border: 1px solid rgba(23, 35, 61, 0.09);
	border-radius: 22px;
	box-shadow: 0 20px 60px rgba(23, 35, 61, 0.07);
	padding: clamp(1.5rem, 5vw, 4.5rem);
}

.ind-section + .ind-section,
.ind-related,
.ind-quote {
	border-top: 1px solid #e8e2d7;
	margin-top: 2.75rem;
	padding-top: 2.75rem;
}

.ind-section h2,
.ind-related h2 {
	color: #17233d;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	margin: 0 0 1rem;
}

.ind-section__content {
	color: #343d50;
	font-size: 1.08rem;
	line-height: 1.85;
}

.ind-quote {
	margin-left: 0;
	margin-right: 0;
}

.ind-quote blockquote {
	border-left: 4px solid #b48a32;
	color: #17233d;
	font-family: Georgia, serif;
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-style: italic;
	line-height: 1.55;
	margin: 0;
	padding-left: 1.5rem;
}

.ind-quote figcaption {
	color: #6c7280;
	font-size: 0.9rem;
	margin: 1rem 0 0 1.75rem;
}

.ind-related__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.ind-related__card {
	border: 1px solid #e4ded2;
	border-radius: 14px;
	margin: 0;
	overflow: hidden;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ind-related__card:hover {
	box-shadow: 0 12px 30px rgba(23, 35, 61, 0.1);
	transform: translateY(-2px);
}

.ind-related__link {
	color: inherit;
	display: block;
	height: 100%;
	padding: 1.15rem;
	text-decoration: none;
}

.ind-related__image {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	display: block;
	margin: 0 0 1rem;
	object-fit: cover;
	width: 100%;
}

.ind-related__card h3 {
	color: #17233d;
	font-size: 1.2rem;
	margin: 0.35rem 0 0;
}

.ind-related__card p {
	color: #596174;
	font-size: 0.94rem;
	line-height: 1.55;
	margin: 0.65rem 0 0;
}

.ind-affiliate-box {
	background: #f7f3ea;
	border: 1px solid #ded3bd;
	border-radius: 14px;
	margin-top: 2.75rem;
	padding: 1.35rem;
}

.ind-affiliate-box__disclosure {
	color: #596174;
	font-size: 0.86rem;
	line-height: 1.5;
	margin: 0 0 1rem;
}

.ind-affiliate-box__button {
	background: #17233d;
	border-radius: 8px;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	padding: 0.8rem 1.15rem;
	text-decoration: none;
}

.ind-affiliate-box__button:hover,
.ind-affiliate-box__button:focus {
	background: #9a772c;
	color: #ffffff;
}

.ind-affiliate-compact {
	align-items: center;
	background: #fffdf8;
	border: 1px solid #ded3bd;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
	justify-content: center;
	margin: 0 auto 1.75rem;
	max-width: 860px;
	padding: 0.85rem 1rem;
	text-align: center;
}

.ind-affiliate-compact > span {
	color: #17233d;
	font-weight: 700;
}

.ind-affiliate-compact > a {
	color: #8a641a;
	font-weight: 700;
}

.ind-affiliate-compact > small {
	color: #687083;
	flex-basis: 100%;
	font-size: 0.72rem;
}

.ind-reading {
	background: #f7f3ea;
	border: 1px solid #ded3bd;
	border-radius: 16px;
	margin-top: 2.75rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.ind-reading__header {
	margin-bottom: 1.25rem;
}

.ind-reading__header h2 {
	margin: 0.15rem 0 0.45rem;
}

.ind-reading__header > p:last-child {
	color: #596174;
	margin: 0;
}

.ind-reading__eyebrow {
	color: #9a772c;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.ind-reading__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ind-reading__card {
	background: #ffffff;
	border: 1px solid #e4dac7;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	padding: 1.1rem;
}

.ind-reading__card h3 {
	font-size: 1.08rem;
	line-height: 1.35;
	margin: 0 0 0.65rem;
}

.ind-reading__card h3 a {
	color: #17233d;
	text-decoration: none;
}

.ind-reading__card > p {
	color: #596174;
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0 0 1rem;
}

.ind-reading__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.8rem;
	margin-top: auto;
}

.ind-reading__guide,
.ind-reading__amazon {
	font-size: 0.86rem;
	font-weight: 700;
}

.ind-reading__amazon {
	color: #8a641a;
}

.ind-reading__disclosure {
	color: #687083;
	font-size: 0.74rem;
	margin: 1rem 0 0;
}

@media (max-width: 800px) {
	.ind-reading__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.ind-concept {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.ind-concept__body {
		border-radius: 15px;
	}
}
