/* Services page (Template Name: Услуги) — ported from ServicesView.astro <style>. */

.svc { display: grid; gap: var(--space-6); margin-top: var(--space-6); }
@media (min-width: 960px) { .svc { grid-template-columns: repeat(3, 1fr); } }
/* Direct child only: the featured image, not images inside editor content. */
.svc__item > img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.svc__body { padding: var(--space-4); }
.svc__body h2 { font-size: 1.2rem; }

/* «Подробнее»: the card shows the lead, the full offer with prices unfolds in place. */
.more { margin-top: var(--space-2); }
.more > summary { list-style: none; display: inline-flex; cursor: pointer; }
.more > summary::-webkit-details-marker { display: none; }
.more[open] > summary { margin-bottom: var(--space-3); }
.more__body > :last-child { margin-bottom: 0; }
.lead { margin-bottom: var(--space-2); }
