/* stylelint-disable */
:root {
    --ps-green: #5baa00;
    --ps-green-dark: #376d00;
    --ps-green-soft: #edf6e5;
    --ps-ink: #172019;
    --ps-muted: #4f5d52;
    --ps-line: #d7dfd7;
    --ps-paper: #fff;
    --ps-mist: #f4f6f3;
    --ps-dark: #222b24;
    --ps-shadow: 0 18px 55px rgba(23, 32, 25, .1);
}

html { scroll-behavior: smooth; }
body.archive-theme { margin: 0; color: var(--ps-ink); background: var(--ps-paper); font-family: "Exo 2", Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.archive-theme * { box-sizing: border-box; }
body.archive-theme img { max-width: 100%; height: auto; }
body.archive-theme a { color: var(--ps-green-dark); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
body.archive-theme a:hover { color: var(--ps-green); text-decoration: none; }
body.archive-theme h1, body.archive-theme h2, body.archive-theme h3, body.archive-theme h4 { color: var(--ps-ink); font-weight: 600; line-height: 1.18; }
body.archive-theme h1 { font-size: clamp(34px, 5vw, 62px); }
body.archive-theme h2 { font-size: clamp(28px, 3.6vw, 43px); }
body.archive-theme h3 { font-size: 21px; }
body.archive-theme p { margin: 0 0 1.15em; }
body.archive-theme .container { width: min(1170px, calc(100% - 40px)); max-width: 1170px; padding: 0; margin-right: auto; margin-left: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { top: 12px; left: 12px; width: auto; height: auto; clip: auto; z-index: 9999; padding: 10px 14px; color: #fff; background: var(--ps-green-dark); }

.site-utility { color: #dce6dc; background: var(--ps-dark); font-size: 13px; letter-spacing: .04em; }
.site-utility__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-utility p { margin: 0; }
body.archive-theme .site-utility a { color: #fff; }
.site-utility__links { display: flex; gap: 20px; }
.topmenu-COLOR { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid var(--ps-line); }
.logo-row { padding-top: 20px !important; padding-bottom: 20px !important; }
.logo-row__inner { display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; align-items: center; gap: 44px; }
.logo-row .logo { display: inline-flex; align-items: center; }
.logo-row .logo img { width: 215px; max-height: 80px; object-fit: contain; }
.header-contact { display: grid; gap: 3px; }
.header-contact__label { color: var(--ps-muted); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.header-contact__phones { display: flex; gap: 18px; flex-wrap: wrap; }
.header-contact__phones a { color: var(--ps-ink); font-size: 18px; font-weight: 600; white-space: nowrap; }
.header-contact__phones a:hover { color: var(--ps-green); }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; color: #fff !important; background: var(--ps-green-dark); border: 1px solid var(--ps-green-dark); font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1.2; }
.header-cta:hover { background: var(--ps-ink); border-color: var(--ps-ink); transform: translateY(-1px); }
.navbar-wrapper { position: relative; z-index: 40; background: #fff; border-top: 1px solid var(--ps-line); }
.navbar-wrapper .navbar { min-height: 58px; margin: 0; border: 0; background: transparent; }
.navbar-wrapper .navbar-collapse { padding: 0; }
.primary-menu-layout { min-height: 58px; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.navbar-wrapper .navbar-nav { display: flex; float: none; padding: 0; margin: 0; list-style: none; }
.navbar-wrapper .navbar-nav > li { float: none; }
.navbar-wrapper .navbar-nav > li > a, .services-menu-toggle { min-height: 58px; display: flex; align-items: center; padding: 0 24px; color: var(--ps-ink); background: transparent; border: 0; border-bottom: 3px solid transparent; font-family: inherit; font-size: 15px; font-weight: 500; line-height: 1.2; }
.navbar-wrapper .navbar-nav > li:first-child > a { padding-left: 0; }
.services-menu-toggle { gap: 8px; cursor: pointer; }
.services-menu-toggle__icon { width: 8px; height: 8px; display: inline-block; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.menu-item-services.is-open .services-menu-toggle__icon { margin-top: 4px; transform: rotate(225deg); }
.navbar-wrapper .navbar-nav > li.current-menu-item > a, .navbar-wrapper .navbar-nav > li.current-menu-item > .services-menu-toggle, .navbar-wrapper .navbar-nav > li > a:hover, .navbar-wrapper .navbar-nav > li > a:focus, .services-menu-toggle:hover, .services-menu-toggle:focus-visible { color: var(--ps-green-dark); background: transparent; border-bottom-color: var(--ps-green); outline: 0; }
.menu-item-services { position: static !important; }
.services-mega-menu { width: 100%; position: absolute; top: calc(100% + 12px); left: 0; z-index: 60; padding: 24px; color: var(--ps-ink); background: #fff; border: 1px solid var(--ps-line); border-radius: 10px; box-shadow: 0 18px 48px rgba(20, 36, 27, .18); }
.services-mega-menu[hidden] { display: none !important; }
.services-mega-menu__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 0 17px; border-bottom: 1px solid var(--ps-line); font-size: 16px; font-weight: 600; }
.services-mega-menu__header a { color: var(--ps-green-dark); white-space: nowrap; }
.services-mega-menu__header a:hover, .services-mega-menu__group h2 a:hover { color: var(--ps-ink); }
.services-mega-menu__grid { max-height: min(570px, calc(100vh - 176px)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; padding-top: 8px; overflow-y: auto; }
.services-mega-menu__group { padding: 18px 4px; border-bottom: 1px solid var(--ps-line); }
.services-mega-menu__group h2 { margin: 0 0 12px; color: var(--ps-ink); font-size: 14px; font-weight: 600; line-height: 1.3; }
.services-mega-menu__group h2 a { color: inherit; }
.services-mega-menu__group ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.services-mega-menu__group li { margin: 0; padding: 0; }
.services-mega-menu__group li a { color: var(--ps-muted); font-size: 14px; font-weight: 500; line-height: 1.35; }
.services-mega-menu__group li a:hover, .services-mega-menu__group li a:focus-visible { color: var(--ps-green-dark); text-decoration: underline; }
.services-mega-menu__empty { margin: 24px 0 0; color: var(--ps-muted); }
.navbar-toggle { width: 44px; height: 40px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin: 6px 0; padding: 0; border: 1px solid var(--ps-green-dark); border-radius: 0; background: var(--ps-green-dark) !important; }
.navbar-toggle .icon-bar { width: 20px; height: 2px; display: block; border-radius: 0; background: #fff; }
.nav-search-button { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 0 0 16px; color: var(--ps-ink); background: transparent; border: 0; border-left: 1px solid var(--ps-line); font-family: inherit; font-size: 14px; font-weight: 500; }
.nav-search-button span:first-child { color: var(--ps-green-dark); font-size: 24px; line-height: 1; transform: rotate(-20deg); }
.nav-search-button:hover, .nav-search-button:focus-visible { color: var(--ps-green-dark); }
@media (min-width: 768px) { .navbar-wrapper .navbar-header, .navbar-wrapper .navbar-toggle { display: none !important; } }

.archive-hero { width: 100%; max-width: none; overflow: hidden; background: linear-gradient(135deg, #f4f8f1 0%, #eaf3e4 100%); }
.archive-hero__inner { min-height: 570px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: stretch; gap: 52px; }
.archive-hero__caption { display: flex; flex-direction: column; justify-content: center; padding: 76px 0 106px; color: var(--ps-ink); }
.archive-hero__media { min-width: 0; position: relative; margin-right: 0; overflow: hidden; background: #dce8d6; }
.archive-hero__media::before { content: ""; width: 110px; height: 110px; position: absolute; left: -38px; bottom: 48px; z-index: 1; border: 22px solid rgba(91, 170, 0, .78); border-radius: 50%; }
.archive-hero__media img { width: 100%; height: 100%; max-width: none; position: absolute; inset: 0; object-fit: cover; object-position: 72% center; filter: saturate(.9) contrast(1.04); }
.archive-hero__eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--ps-green-dark); font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.archive-hero__eyebrow::before, .section-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.archive-hero h1 { max-width: 650px; margin: 0 0 20px; color: var(--ps-ink); font-size: clamp(38px, 4.2vw, 58px); }
.archive-hero__caption > p:not(.archive-hero__eyebrow) { max-width: 590px; margin-bottom: 30px; color: var(--ps-muted); font-size: 19px; font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
body.archive-theme .ps-button, body.archive-theme .btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--ps-green-dark); border-radius: 6px; color: #fff; background: var(--ps-green-dark); font-size: 15px; font-weight: 600; line-height: 1.2; }
body.archive-theme .ps-button:hover, body.archive-theme .btn:hover { color: #fff; background: var(--ps-ink); border-color: var(--ps-ink); }
body.archive-theme .ps-button--ghost { color: var(--ps-green-dark); background: transparent; border-color: #8ab85f; }
body.archive-theme .ps-button--ghost:hover { color: #fff; background: var(--ps-green-dark); border-color: var(--ps-green-dark); }
.hero-facts { position: relative; z-index: 3; margin-top: -38px; }
.hero-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid var(--ps-line); border-radius: 10px; box-shadow: var(--ps-shadow); overflow: hidden; }
.hero-fact { min-height: 112px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 16px; padding: 22px 30px; border-right: 1px solid var(--ps-line); }
.hero-fact:last-child { border-right: 0; }
.hero-fact img { width: 40px; height: 40px; object-fit: contain; }
.hero-fact strong { display: block; margin-bottom: 3px; font-size: 16px; font-weight: 600; }
.hero-fact span { color: var(--ps-muted); font-size: 14px; line-height: 1.5; }

.archive-section { padding: 86px 0; }
.archive-section--compact { padding: 58px 0; }
.archive-section--gray { background: var(--ps-mist); }
.archive-section--advantages { background: linear-gradient(135deg, #edf6e5 0%, #f7faf5 100%); }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading h2 { margin: 0 0 14px; }
.section-heading p:last-child { max-width: 700px; color: var(--ps-muted); font-size: 18px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.section-heading--split > p { margin-bottom: 8px; }
.section-action { margin-top: 32px; }

.legacy-services { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.legacy-service { min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px 24px; color: var(--ps-ink) !important; background: #fff; border: 1px solid var(--ps-line); border-radius: 8px; }
.legacy-service:hover { position: relative; z-index: 2; color: #fff !important; background: var(--ps-green-dark); transform: translateY(-5px); box-shadow: 0 14px 34px rgba(55,109,0,.24); }
.legacy-service img { width: 52px; height: 52px; margin-bottom: 25px; object-fit: contain; }
.legacy-service:hover img { filter: brightness(0) invert(1); }
.legacy-service strong { margin-top: auto; font-size: 17px; line-height: 1.3; }
.legacy-service span { margin-top: 12px; color: var(--ps-green-dark); font-size: 14px; font-weight: 600; }
.legacy-service:hover span { color: #fff; }

.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.category-panel { min-height: 160px; position: relative; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 24px; padding: 27px 30px; color: var(--ps-ink) !important; background: #fff; border: 1px solid var(--ps-line); border-radius: 8px; overflow: hidden; }
.category-panel::before { content: ""; width: 4px; position: absolute; inset: 0 auto 0 0; background: var(--ps-green); transform: scaleY(.38); transition: transform .2s ease; }
.category-panel:hover { border-color: #a9c595; box-shadow: 0 12px 34px rgba(23,32,25,.08); transform: translateY(-3px); }
.category-panel:hover::before { transform: scaleY(1); }
.category-panel__number { position: relative; z-index: 1; color: var(--ps-green-dark); font-size: 27px; font-weight: 600; }
.category-panel__body { position: relative; z-index: 1; }
.category-panel h3 { margin: 0 0 8px; }
.category-panel p { margin: 0; color: var(--ps-muted); font-size: 15px; }
.category-panel__arrow { position: relative; z-index: 2; font-size: 24px; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.archive-service-card { min-width: 0; height: 100%; position: relative; background: #fff; border: 1px solid var(--ps-line); border-radius: 10px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.archive-service-card:hover { border-color: #b9c8b6; box-shadow: var(--ps-shadow); transform: translateY(-5px); }
.archive-service-card > a { height: 100%; display: flex; flex-direction: column; color: var(--ps-ink); }
.service-card__media { height: 228px; position: relative; overflow: hidden; background: #e9eee8; }
.service-card__image { width: 100%; height: 100%; max-width: none; display: block; object-fit: cover; transition: transform .45s ease; }
.archive-service-card:hover .service-card__image { transform: scale(1.045); }
.service-card__badge { position: absolute; left: 18px; top: 18px; padding: 8px 11px; color: #fff; background: rgba(23,32,25,.88); border-radius: 4px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.archive-service-card__body { min-height: 220px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 25px; }
body.archive-theme .archive-service-card h2, body.archive-theme .archive-service-card h3 { margin: 0 0 12px; overflow-wrap: normal; word-break: normal; font-size: clamp(19px, 1.45vw, 23px); line-height: 1.28; }
.archive-service-card p { color: var(--ps-muted); font-size: 14px; line-height: 1.55; }
.archive-service-card__link { margin-top: auto; color: var(--ps-green-dark); font-size: 14px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.service-card__fallback { height: 228px; display: grid; place-items: center; color: var(--ps-green); background: var(--ps-green-soft); font-size: 42px; }

.archive-advantages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.archive-advantage { min-height: 235px; padding: 32px 28px; background: #fff; border: 1px solid #d8e7cc; border-radius: 8px; }
.archive-advantage img { width: 50px; height: 50px; margin-bottom: 24px; object-fit: contain; }
.archive-advantage h3 { color: var(--ps-ink); }
.archive-advantage p { color: var(--ps-muted); font-size: 15px; }

.page-top { min-height: 260px; display: flex; align-items: center; color: var(--ps-ink); background: linear-gradient(135deg, #edf6e5 0%, #f7faf5 65%, #fff 100%); border-bottom: 1px solid #dbe8d2; }
.page-top h1 { margin: 0 0 12px; color: var(--ps-ink); }
.page-top p, .page-top .page-hero__lead { max-width: 760px; margin: 0; color: var(--ps-muted); font-size: 18px; }
.archive-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.archive-toolbar a { padding: 10px 15px; color: var(--ps-ink); background: #fff; border: 1px solid var(--ps-line); border-radius: 999px; font-size: 14px; font-weight: 600; }
.archive-toolbar a:hover, .archive-toolbar a[aria-current="page"] { color: #fff; background: var(--ps-green-dark); border-color: var(--ps-green-dark); }

.news-listing { padding: 64px 0 88px; background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.news-card { min-width: 0; min-height: 292px; background: #f7faf5; border: 1px solid var(--ps-line); border-radius: 10px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.news-card:hover { border-color: #abc896; box-shadow: var(--ps-shadow); transform: translateY(-4px); }
.news-card > a { min-height: 292px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; color: var(--ps-ink); }
.news-card__meta { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 34px; color: var(--ps-green-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.news-card__meta time { color: var(--ps-muted); font-weight: 600; letter-spacing: 0; }
body.archive-theme .news-card h2 { margin: 0 0 14px; color: var(--ps-ink); font-size: clamp(20px, 1.6vw, 25px); line-height: 1.25; }
.news-card p { margin: 0; color: var(--ps-muted); font-size: 15px; line-height: 1.55; }
.news-card__link { margin-top: auto; padding-top: 24px; color: var(--ps-green-dark); font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.news-article__hero { padding: 74px 0 64px; background: linear-gradient(135deg, #edf6e5 0%, #f7faf5 65%, #fff 100%); border-bottom: 1px solid #dbe8d2; }
.news-article__hero-inner { max-width: 930px; }
.news-article__hero .section-kicker { margin-bottom: 18px; }
.news-article__date { margin: 0 0 16px; color: var(--ps-green-dark); font-size: 14px; font-weight: 600; }
.news-article__hero h1 { max-width: 880px; margin: 0 0 20px; color: var(--ps-ink); font-size: clamp(35px, 4.25vw, 58px); line-height: 1.12; }
.news-article__lead { max-width: 760px; margin: 0; color: var(--ps-muted); font-size: 19px; line-height: 1.55; }
.news-article__layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(230px, 1fr); gap: 64px; align-items: start; padding-top: 58px !important; padding-bottom: 90px !important; }
.news-article__content { min-width: 0; font-size: 17px; }
.news-article__content h2 { margin: 42px 0 16px; color: var(--ps-ink); font-size: 30px; line-height: 1.25; }
.news-article__content h3 { margin: 30px 0 12px; color: var(--ps-ink); font-size: 23px; }
.news-article__content p, .news-article__content ul, .news-article__content ol { margin-bottom: 20px; }
.news-article__content li { margin-bottom: 9px; }
.news-article__aside { position: sticky; top: 24px; padding: 26px; background: var(--ps-green-soft); border-top: 4px solid var(--ps-green); }
.news-article__aside p { margin: 0 0 18px; color: var(--ps-ink); font-size: 18px; font-weight: 600; line-height: 1.35; }
.news-article__aside .ps-button { width: 100%; padding: 0 14px; text-align: center; }

.service-hero { background: var(--ps-mist); border-bottom: 1px solid var(--ps-line); }
.service-hero__grid { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; }
.service-hero__content { display: flex; flex-direction: column; justify-content: center; padding: 64px 70px 64px 0; }
.service-hero__content h1 { margin: 0 0 18px; overflow-wrap: normal; word-break: normal; font-size: clamp(34px, 3.6vw, 48px); }
.service-hero__lead { color: var(--ps-muted); font-size: 19px; }
.service-hero__media { min-height: 460px; position: relative; overflow: hidden; }
.service-hero__media img { width: 100%; height: 100%; max-width: none; position: absolute; inset: 0; object-fit: cover; }
.service-hero__media::after { content: ""; position: absolute; inset: 0; border: 16px solid rgba(255,255,255,.42); }
.service-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(260px, 1fr); gap: 58px; align-items: start; }
.archive-service-content { min-width: 0; font-size: 17px; }
.archive-service-content > h2, .archive-service-content .content-section h2 { margin: 42px 0 16px; font-size: 30px; }
.archive-service-content ul, .archive-service-content ol { padding-left: 22px; }
.archive-service-content li { margin-bottom: 9px; }
.content-section { padding-top: 1px; }
.service-aside { position: sticky; top: 24px; padding: 28px; background: var(--ps-green-soft); border-top: 4px solid var(--ps-green); }
.service-aside h2 { margin: 0 0 16px; font-size: 23px; }
.service-aside ul { padding: 0; margin: 0 0 24px; list-style: none; }
.service-aside li { padding: 9px 0; border-bottom: 1px solid #d4e4c8; color: #4e5b50; font-size: 14px; }
.service-aside .ps-button { width: 100%; }
.review-note { margin-bottom: 24px; padding: 15px 18px; background: #fff8db; border-left: 4px solid #d4a600; color: #594b11; font-size: 14px; }

.prose, .content-narrow { max-width: 800px; }
.content-narrow { padding-top: 56px !important; padding-bottom: 80px !important; }
.breadcrumb { margin: 0; padding: 16px 0; background: transparent; font-size: 13px; }
.pagination { display: flex; gap: 6px; margin-top: 38px; }
.page-numbers { min-width: 40px; min-height: 40px; display: inline-grid; place-items: center; border: 1px solid var(--ps-line); }
.page-numbers.current { color: #fff; background: var(--ps-green-dark); border-color: var(--ps-green-dark); }

.footer { padding-top: 64px; color: var(--ps-muted); background: #f1f5ee; border-top: 5px solid var(--ps-green); }
.footer__grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr; gap: 60px; padding-bottom: 48px; }
.footer h2, .footer h3 { margin-top: 0; color: var(--ps-ink); font-size: 18px; }
.footer a { color: var(--ps-green-dark); font-weight: 500; }
.footer a:hover { color: var(--ps-green); }
.footer-logo { width: 205px; margin-bottom: 20px; }
.footer-menu { padding: 0; margin: 0; list-style: none; }
.footer-menu li { margin-bottom: 8px; }
.footer-contacts { font-size: 17px; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #d5ded3; font-size: 14px; }

.site-modal { width: min(560px, calc(100% - 32px)); max-height: min(760px, calc(100% - 32px)); padding: 0; color: var(--ps-ink); background: transparent; border: 0; overflow: visible; }
.site-modal::backdrop { background: rgba(20, 30, 23, .66); backdrop-filter: blur(3px); }
.site-modal__content { position: relative; padding: 38px; background: #fff; border-top: 5px solid var(--ps-green); box-shadow: 0 24px 80px rgba(0, 0, 0, .32); }
.site-modal__content h2 { margin: 0 0 14px; font-size: clamp(27px, 4vw, 36px); }
.site-modal__close { width: 38px; height: 38px; position: absolute; top: 12px; right: 12px; display: grid; place-items: center; padding: 0; color: var(--ps-ink); background: transparent; border: 0; font-size: 30px; line-height: 1; }
.site-modal__close:hover { color: var(--ps-green-dark); }
.search-form { max-width: 760px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 12px; margin: 0; }
.search-form__field { min-width: 0; margin: 0; }
.search-form input, .contact-popup-form input, .contact-popup-form textarea { width: 100%; min-height: 52px; padding: 11px 15px; color: var(--ps-ink); background: #fff; border: 1px solid #b9c8b6; border-radius: 4px; font: inherit; }
.search-form input:focus, .contact-popup-form input:focus, .contact-popup-form textarea:focus { border-color: var(--ps-green-dark); outline: 3px solid rgba(91, 170, 0, .2); outline-offset: 1px; }
.search-form__submit { min-width: 132px; min-height: 52px; justify-content: center; }
.search-page-top { min-height: 230px; }
.search-page-top h1 { max-width: 760px; font-size: clamp(34px, 4vw, 52px); }
.search-results { padding-top: 44px; }
.search-results__form { padding: 24px; background: var(--ps-mist); border: 1px solid var(--ps-line); border-radius: 10px; }
.search-results__count { margin: 30px 0 18px; color: var(--ps-muted); font-size: 15px; }
.search-result-card { min-width: 0; height: 100%; background: #fff; border: 1px solid var(--ps-line); border-radius: 10px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.search-result-card:hover { border-color: #b9c8b6; box-shadow: var(--ps-shadow); transform: translateY(-4px); }
.search-result-card > a { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; color: var(--ps-ink); }
.search-result-card__type { margin: 0 0 14px; color: var(--ps-green-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.archive-theme .search-result-card h2 { margin: 0 0 12px; color: var(--ps-ink); font-size: clamp(20px, 1.6vw, 25px); line-height: 1.28; }
.search-result-card__summary { margin: 0; color: var(--ps-muted); font-size: 14px; line-height: 1.55; }
.search-result-card .archive-service-card__link { margin-top: auto; padding-top: 22px; }
.contact-popup-form { display: grid; gap: 14px; margin-top: 22px; }
.contact-popup-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 600; }
.contact-popup-form textarea { min-height: 92px; resize: vertical; }
.contact-popup-form .ps-button { justify-self: start; }
.contact-popup-form__message { min-height: 1.65em; margin: 0; color: var(--ps-muted); font-size: 14px; }
.site-modal__contacts { display: grid; gap: 5px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--ps-line); }
.site-modal__contacts strong { margin-bottom: 3px; }

body.archive-theme { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
body.archive-theme .archive-hero__media img, body.archive-theme .service-hero__media img, body.archive-theme .service-card__image { height: 100%; }

.archive-theme a:focus-visible, .archive-theme button:focus-visible { outline: 3px solid #f0c420; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

@media (max-width: 991px) {
    .logo-row__inner { grid-template-columns: 1fr auto; gap: 24px; }
    .header-contact { display: none; }
    .navbar-wrapper .navbar-nav > li > a { padding: 0 15px; }
    .archive-hero__inner { min-height: 520px; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: 32px; }
    .archive-hero__media { margin-right: 0; }
    .hero-facts__grid { grid-template-columns: 1fr; }
    .hero-fact { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--ps-line); }
    .legacy-services { grid-template-columns: repeat(3, 1fr); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .archive-advantages { grid-template-columns: repeat(2, 1fr); }
    .service-hero__grid { min-height: 0; grid-template-columns: 1fr; }
    .service-hero__content { padding: 54px 0; }
    .service-hero__media { min-height: 400px; }
    .service-layout { grid-template-columns: 1fr; }
    .service-aside { position: static; }
}

@media print {
    body.archive-theme { width: 100% !important; }
    body.archive-theme .container { width: calc(100% - 40px) !important; max-width: 1170px !important; margin-right: auto !important; margin-left: auto !important; }
    body.archive-theme .navbar { display: block !important; }
    body.archive-theme a[href]::after { content: none !important; }
    body.archive-theme .ps-button, body.archive-theme .header-cta { color: #fff !important; background: var(--ps-green-dark) !important; border-color: var(--ps-green-dark) !important; text-decoration: none !important; }
    body.archive-theme .ps-button--ghost { color: var(--ps-green-dark) !important; background: transparent !important; }
}

@media (max-width: 767px) {
    body.archive-theme .container { width: min(100% - 28px, 1170px); }
    .site-utility__inner { min-height: 34px; justify-content: center; }
    .site-utility__links, .site-utility p { display: none; }
    .site-utility::after { content: "Посейдон-Сервис · профессиональные услуги"; }
    .logo-row { padding-top: 14px !important; padding-bottom: 14px !important; }
    .logo-row__inner { grid-template-columns: 1fr auto; }
    .logo-row .logo img { width: 174px; }
    .header-cta { min-height: 40px; padding: 0 12px; font-size: 12px; }
    .navbar-wrapper .navbar { min-height: 52px; }
    .navbar-wrapper .navbar-header { min-height: 52px; display: flex !important; align-items: center; justify-content: flex-end; padding: 0; }
    .navbar-wrapper .navbar-toggle { display: inline-flex !important; float: none; }
    .navbar-wrapper .navbar-collapse { display: none !important; border: 0; box-shadow: none; }
    .navbar-wrapper .navbar-collapse.is-open { display: block !important; }
    .primary-menu-layout { min-height: 0; display: block; }
    .navbar-wrapper .navbar-nav { display: block; }
    .navbar-wrapper .navbar-nav > li > a, .navbar-wrapper .navbar-nav > li:first-child > a, .services-menu-toggle { width: 100%; min-height: 48px; justify-content: space-between; padding: 0 4px; border-bottom: 1px solid var(--ps-line); }
    .services-mega-menu { width: auto; position: static; margin: 0 -4px; padding: 8px 4px 4px; border: 0; border-bottom: 1px solid var(--ps-line); border-radius: 0; box-shadow: none; }
    .services-mega-menu__header { padding: 10px 0 14px; font-size: 14px; }
    .services-mega-menu__grid { max-height: none; grid-template-columns: 1fr; gap: 0; padding: 0; overflow: visible; }
    .services-mega-menu__group { padding: 13px 0; }
    .services-mega-menu__group h2 { margin-bottom: 9px; font-size: 13px; }
    .services-mega-menu__group ul { gap: 7px; }
    .services-mega-menu__group li a { font-size: 14px; }
    .nav-search-button { width: 100%; min-height: 48px; justify-content: flex-start; padding: 0 4px; border-bottom: 1px solid var(--ps-line); border-left: 0; }
    .archive-hero__inner { min-height: 0; grid-template-columns: 1fr; gap: 0; }
    .archive-hero__caption { padding: 58px 0 46px; }
    .archive-hero__media { min-height: 300px; margin: 0 -14px; }
    .archive-hero__media::before { display: none; }
    .archive-hero__media img { object-position: 72% center; }
    .archive-hero__caption > p:not(.archive-hero__eyebrow) { font-size: 17px; }
    .hero-facts { margin-top: 0; }
    .hero-fact { padding: 16px 18px; }
    .archive-section { padding: 62px 0; }
    .section-heading--split { grid-template-columns: 1fr; gap: 10px; }
    .legacy-services, .category-grid, .service-grid, .news-grid, .archive-advantages, .footer__grid { grid-template-columns: 1fr; }
    .legacy-service { min-height: 170px; }
    .category-panel { grid-template-columns: 52px 1fr; padding: 24px 20px; }
    .category-panel__arrow { display: none; }
    .portfolio-strip figure { min-height: 260px; }
    .service-hero__media { min-height: 300px; }
    .service-hero__media::after { border-width: 8px; }
    .archive-service-content { font-size: 16px; }
    .news-listing { padding: 48px 0 64px; }
    .news-card, .news-card > a { min-height: 250px; }
    .news-card > a { padding: 23px 20px; }
    .news-card__meta { margin-bottom: 25px; }
    .news-article__hero { padding: 52px 0 44px; }
    .news-article__lead { font-size: 17px; }
    .news-article__layout { grid-template-columns: 1fr; gap: 30px; padding-top: 42px !important; padding-bottom: 60px !important; }
    .news-article__content { font-size: 16px; }
    .news-article__content h2 { font-size: 26px; }
    .news-article__aside { position: static; }
    .footer { padding-top: 50px; }
    .footer-bottom { padding: 18px 0 !important; flex-direction: column; align-items: flex-start; }
    .site-modal__content { padding: 32px 20px 24px; }
    .search-form { grid-template-columns: 1fr; }
    .search-form__submit { width: 100%; }
    .search-results__form { padding: 18px; }
}
