/* Front: Strengths — matched to totop-site-main final list + sticky visuals */

body.totop-front-page .totop-front .strengths.totop-section {
	padding: 96px 0;
	background: transparent;
}

body.totop-front-page .totop-front .strengths-grid {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 64px;
	align-items: start;
}

body.totop-front-page .totop-front .strength-list {
	display: flex;
	flex-direction: column;
}

body.totop-front-page .totop-front .strength-item {
	display: flex;
	gap: 36px;
	padding: 34px 8px;
	border-bottom: 1px solid var(--totop-line);
}

body.totop-front-page .totop-front .strength-item:first-child {
	border-top: 1px solid var(--totop-line);
}

body.totop-front-page .totop-front .strength-num {
	margin: 0;
	font-family: "Inter", "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.15em;
	color: var(--totop-teal-ink);
	padding-top: 6px;
	flex-shrink: 0;
}

body.totop-front-page .totop-front .strength-item h3 {
	font-family: var(--totop-head);
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: none;
	word-break: auto-phrase;
}

body.totop-front-page .totop-front .strength-item h3::after,
body.totop-front-page .totop-front .strength-item h3:after {
	content: none;
	display: none;
}

body.totop-front-page .totop-front .strength-item p {
	margin: 0;
	font-size: 14.5px;
	color: var(--totop-ink-soft);
	line-height: 1.9;
	max-width: 720px;
}

body.totop-front-page .totop-front .strength-visual {
	position: sticky;
	top: calc(var(--totop-header-h, 72px) + var(--totop-admin-bar-h, 0px) + 38px);
	display: flex;
	flex-direction: column;
	gap: 24px;
}

body.totop-front-page .totop-front .strength-visual figure {
	margin: 0;
}

body.totop-front-page .totop-front .strength-visual img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid var(--totop-line);
	border-radius: 6px;
	box-shadow: 0 16px 38px rgba(30, 40, 40, 0.12);
	background: #fff;
}

body.totop-front-page .totop-front .strength-visual figcaption {
	margin: 8px 0 0;
	font-size: 11.5px;
	color: var(--totop-gray);
	letter-spacing: 0.04em;
}

@media (max-width: 900px) {
	body.totop-front-page .totop-front .strengths-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	body.totop-front-page .totop-front .strength-visual {
		position: static;
		flex-direction: row;
	}

	body.totop-front-page .totop-front .strength-visual figure {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 767px) {
	body.totop-front-page .totop-front .strengths.totop-section {
		padding: 68px 0;
	}

	body.totop-front-page .totop-front .strength-item {
		flex-direction: column;
		gap: 8px;
		padding: 26px 4px;
	}
}

@media (max-width: 600px) {
	body.totop-front-page .totop-front .strength-visual {
		flex-direction: column;
	}
}
