/* Conventions section + More than Manga — paired middle-of-home surfaces
   on a soft gray field. Conventions holds two side-by-side cards with
   placeholder 2:1 media slots; More than Manga is a two-column copy block. */

.conventions {
	background-color: var(--color-background-2);
	background-image: url(../../assets/kodanshahouse-background--light.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: var(--color-text);
	padding: 4rem 0;
}

.conventions__title {
	margin: 0 0 2rem;
	font-family: "Maax Bold";
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1.05;
}

.conventions__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 2rem;
}

.convention-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-04);
	align-items: flex-start;
}

.convention-card__logo {
	display: block;
	width: auto;
	height: 3.75rem;
	max-width: 100%;
	fill: var(--color-text);
}

.convention-card__logo path {
	fill: inherit;
}

.convention-card__subtitle {
	margin: 0;
	padding-bottom: var(--space-04);
	width: 100%;
	font-family: "Maax Bold";
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.2;
}

.convention-card__when {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	font-family: "Maax Medium";
	font-size: 1rem;
	line-height: 1.4;
}

.convention-card__when p {
	margin: 0;
}

.convention-card__date {
	font-family: "Maax Bold";
	font-weight: 400;
	font-size: 1.125rem;
}

.convention-card__cta {
	margin-top: var(--space-03);
}

/* More than Manga — two-column intro copy block on the pale section
   surface that follows the warm-tour gradient. */
.more-than-manga {
	background: var(--color-background-pale);
	padding: 4rem 0;
}

.more-than-manga__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 4rem;
	align-items: start;
}

.more-than-manga__title {
	margin: 0;

	/* Family + tracking via .kodansha-black. */
	font-size: 4.8rem;
	line-height: 1;
}

.more-than-manga__body {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	font-size: 1rem;
	line-height: 1.6;
}

.more-than-manga__body p {
	margin: 0;
}

/* Good to Know — white surface hosting the shared FAQ accordion
   (.faq-sections, ported from the kodansha.us support center). */
.good-to-know {
	background: var(--color-background);
	padding: 4rem 0;
}

/* The FAQ section carries its own top border + spacing for stacking on the
   support center; as the lone section here it sits flush in good-to-know. */
.good-to-know .faq-section {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.good-to-know__footnote {
	margin: 3rem 0 0;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6;
}

.good-to-know__footnote a {
	color: var(--color-text);
	text-underline-offset: 0.2rem;
}

/* Sponsors styles moved to css/components/sponsors.css when the band was
   promoted to site-wide footer chrome (see footer.php). */

@media (max-width: 768px) {

	.conventions,
	.more-than-manga,
	.good-to-know {
		padding: 3rem 0;
	}

	.conventions__title {
		font-size: 2rem;
	}

	.conventions__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.more-than-manga__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.more-than-manga__title {
		font-size: 2.25rem;
	}
}
