.service-list-hero, .service-hero, .article-list-hero, .article-hero { min-height: 430px; color: var(--color-text-inverse); background-color: #263127; background-position: center; background-size: cover; }
.service-list-hero__content, .service-hero__content, .article-list-hero__content, .article-hero__content { max-width: 670px; padding: 90px 0 70px; }
.service-list-hero h1, .service-hero h1, .article-list-hero h1, .article-hero h1 { margin: 12px 0 20px; font-family: var(--font-display); font-size: clamp(38px, 5vw, 64px); line-height: 1.05; }
.service-list-hero p, .service-hero p, .article-list-hero p, .article-hero p { font-size: 17px; line-height: 1.55; }
.service-list, .article-list { padding-top: 80px; padding-bottom: 80px; }
.service-grid--catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-card--catalog { min-height: 330px; padding: 0; overflow: hidden; background: #f4f1ea; }
.service-card--catalog img { width: 100%; height: 190px; object-fit: cover; }
.service-card--catalog > div { padding: 24px; }
.service-card--catalog h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.15; }
.service-card--catalog h2 a { color: inherit; text-decoration: none; }
.article-pagination { margin-top: 42px; }
.article-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.article-pagination .page-numbers { padding: 8px 12px; color: inherit; background: #f4f1ea; text-decoration: none; }
.article-pagination .page-numbers.current { background: var(--color-brand); }
.service-page { max-width: 920px; padding-top: 75px; padding-bottom: 80px; }
.service-page, .article-page { max-width: 920px; padding-top: 75px; padding-bottom: 80px; }
.service-content, .article-content { font-size: 17px; line-height: 1.7; }
.service-content h2, .article-content h2, .service-prices h2, .service-gallery h2, .article-gallery h2 { margin-top: 48px; font-family: var(--font-display); font-size: 34px; }
.service-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.service-table th, .service-table td { padding: 14px 16px; border: 1px solid #d8d5cc; text-align: left; }
.service-table th { background: #dce991; font-weight: 800; }
.service-table tr > th:first-child { background: #eff1e8; }
.price-table { table-layout: fixed; }
.price-table th, .price-table td { overflow-wrap: break-word; hyphens: auto; }
.service-gallery, .article-gallery { margin-top: 50px; }
.service-swiper { overflow: hidden; position: relative; padding-bottom: 38px; }
.service-swiper figure { margin: 0; }
.service-swiper img { width: 100%; max-height: 600px; object-fit: cover; display: block; }
.service-swiper .swiper-button-next, .service-swiper .swiper-button-prev { color: #fff; }
.service-swiper .swiper-pagination-bullet-active { background: var(--color-brand); }
@media (max-width: 700px) { .service-grid--catalog { grid-template-columns: 1fr; } .service-list, .service-page, .article-list, .article-page { padding-top: 48px; } }
