/* FAQ band: light cream surface, dark text (readable). Dark footer stays separate. */
.malli-faq {
	background: #f7f5ef;
	color: #141414;
	padding: 3.5rem 1.25rem 4rem;
	font-family: 'DM Sans', system-ui, sans-serif;
}

.malli-faq__inner {
	max-width: 720px;
	margin: 0 auto;
}

.malli-faq h2 {
	font-family: 'Bricolage Grotesque', 'Cabinet Grotesk', sans-serif;
	font-weight: 800;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 0.5rem;
	color: #141414;
}

.malli-faq__lead {
	margin: 0 0 1.5rem;
	color: #3a3a3a;
	font-size: 0.95rem;
	line-height: 1.5;
}

.malli-faq__item {
	border-top: 1px solid rgba(20, 20, 20, 0.12);
	padding: 0.85rem 0;
}

.malli-faq__item:last-of-type {
	border-bottom: 1px solid rgba(20, 20, 20, 0.12);
}

.malli-faq__item summary {
	cursor: pointer;
	font-weight: 600;
	color: #141414;
	list-style: none;
}

.malli-faq__item summary::-webkit-details-marker {
	display: none;
}

.malli-faq__item summary::after {
	content: '+';
	float: right;
	color: #c5a028;
	font-weight: 700;
}

.malli-faq__item[open] summary::after {
	content: '−';
}

.malli-faq__a {
	margin-top: 0.65rem;
	color: #2a2a2a;
	font-size: 0.95rem;
	line-height: 1.55;
}

.malli-faq__a a {
	color: #8a6d12;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.malli-faq__links {
	margin: 1.75rem 0 0;
	font-size: 0.9rem;
	color: #3a3a3a;
}

.malli-faq__links a {
	color: #141414;
	font-weight: 600;
	text-decoration: none;
}

.malli-faq__links a:hover {
	color: #8a6d12;
	text-decoration: underline;
}
