.foundation-examples {
	padding-top: 40px;
}

.foundation-examples__title {
	text-align: center;
	margin-bottom: 30px;
}

/* =====================================================
   GALLERY — desktop first (3 колонки, masonry)
   ===================================================== */

.foundation-examples__gallery {
	column-count: 3;
	column-gap: 10px;
}

.foundation-examples__item {
	break-inside: avoid;
	margin-bottom: 12px;
}

.foundation-examples__item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.foundation-examples__item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.foundation-examples__caption {
	display: block;
	font-size: 0.875em;
	padding: 6px 4px 2px;
	color: #555;
}

/* Кнопка «Смотреть ещё» скрыта на desktop */
.foundation-examples__load-more {
	display: none;
}

/* =====================================================
   МОБИЛЬНЫЕ — до 767px включительно
   ===================================================== */

@media (max-width: 767px) {

	.foundation-examples__gallery {
		column-count: 1;
	}

	.foundation-examples__item--hidden {
		display: none;
	}

	.foundation-examples__load-more {
		display: block;
		margin: 20px auto 0;
		padding: 10px 24px;
		border: none;
		border-radius: 4px;
		font-size: 1em;
		cursor: pointer;
	}
}
