@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/manrope-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Prata";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/prata-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Prata";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/prata-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink: #151515;
    --ink-soft: #5f6468;
    --gold: #e2a507;
    --gold-dark: #bd8700;
    --gold-pale: #f4e1a8;
    --surface: #f3f5f7;
    --surface-2: #e8ecef;
    --line: #e1e3e5;
    --white: #ffffff;
    --green: #3f6559;
    --container: 1320px;
    --font-display: "Manrope", "Segoe UI", Arial, sans-serif;
    --shadow-soft: 0 16px 45px rgba(20, 22, 24, .09);
    --shadow-card: 0 22px 60px rgba(20, 22, 24, .12);
    --shadow-deep: 0 34px 90px rgba(12, 14, 15, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", "Segoe UI", Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.55; letter-spacing: 0; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: -60px; left: 20px; padding: 12px 16px; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 20px; }

.utilitybar { background: var(--surface); border-bottom: 1px solid var(--line); }
.utilitybar__inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 76px; height: 76px; flex: 0 0 auto; object-fit: contain; object-position: center; }
.brand__text { display: grid; line-height: 1.1; }
.brand__text strong { color: var(--ink); font-size: 34px; }
.brand__text small { max-width: 150px; margin-top: 5px; color: #777b7e; font-size: 12px; line-height: 1.25; text-transform: uppercase; }
.brand--utility { min-width: 270px; }
.utilitybar__item, .utilitybar__link { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.utilitybar__item > span:last-child, .utilitybar__link > span:last-child { display: grid; gap: 2px; }
.utilitybar__item small, .utilitybar__link small { color: #8a8e91; font-size: 11px; }
.utilitybar__item strong, .utilitybar__link strong { font-size: 14px; font-weight: 600; }
.utilitybar__link:hover strong { color: var(--gold-dark); }
.utilitybar__icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--gold); font-size: 21px; }
.social-badge { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 800; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line); }
body.admin-bar .site-header { top: 32px; }
.site-header__inner { min-height: 91px; display: flex; align-items: stretch; }
.brand--mobile { display: none; }
.site-nav { display: flex; align-items: stretch; gap: 30px; }
.site-nav a { display: inline-flex; align-items: center; position: relative; color: #252525; font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-contact { margin-left: auto; min-width: 235px; display: grid; align-content: center; padding: 0 28px; border-left: 1px solid var(--line); }
.header-contact span { color: #85898b; font-size: 11px; text-transform: uppercase; }
.header-contact a { margin-top: 3px; font-size: 14px; font-weight: 600; text-decoration: none; }
.header-phones { min-width: 210px; display: grid; align-content: center; padding: 0 28px; border-left: 1px solid var(--line); }
.header-phones a { font-size: 14px; font-weight: 700; text-decoration: none; }
.header-call { width: 88px; display: grid; place-items: center; border-right: 1px solid var(--line); border-left: 1px solid var(--line); color: var(--gold-dark); font-size: 26px; text-decoration: none; }
.header-call:hover { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 29px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--ink); font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { border-color: var(--gold-dark); background: var(--gold-dark); color: var(--white); transform: translateY(-1px); }
.button--outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button--outline:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--gold-dark); font-size: 22px; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: #dce2e4; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__shade { position: absolute; inset: 0 auto 0 0; width: 57%; background: rgba(255,255,255,.9); }
.hero__content { position: relative; z-index: 2; padding-top: 54px; padding-bottom: 250px; }
.hero__kicker { margin: 0 0 18px; color: #757a7e; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-size: 64px; line-height: 1.05; font-weight: 700; }
.hero__lead { max-width: 610px; margin: 25px 0 32px; color: #3f4447; font-size: 19px; line-height: 1.55; }
.hero-promos { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); gap: 36px; }
.hero-promo { display: grid; grid-template-rows: auto 1fr; color: var(--ink); text-decoration: none; }
.hero-promo img { width: 100%; height: 142px; object-fit: cover; }
.hero-promo > span { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; background: var(--white); }
.hero-promo strong { max-width: 260px; font-size: 17px; line-height: 1.35; }
.hero-promo b { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--gold); font-size: 20px; transition: transform .2s ease; }
.hero-promo:hover b { transform: translateX(3px); }

.proof-strip { background: var(--surface); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid > div { min-height: 144px; display: grid; grid-template-columns: 36px 1fr; align-content: center; gap: 14px; padding: 24px; border-right: 1px solid #d9dde0; }
.proof-strip__grid > div:first-child { border-left: 1px solid #d9dde0; }
.proof-strip span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.proof-strip p { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.45; }

.section { padding: 104px 0; scroll-margin-top: 92px; }
.section--soft { background: var(--surface); }
.section--dark { background: #19191a; color: var(--white); }
.section h2, .page-hero h1, .error-page h1 { margin: 0; font-size: 44px; line-height: 1.12; }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.section-summary { max-width: 470px; margin: 0; color: var(--ink-soft); }
.eyebrow { margin: 0 0 11px; color: var(--gold-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }

.company-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 36px 0 58px; border-top: 1px solid var(--line); }
.company-intro__lead { max-width: 580px; margin: 0; font-size: 28px; line-height: 1.35; }
.company-intro__copy { color: var(--ink-soft); font-size: 16px; }
.company-intro__copy p { margin: 0 0 18px; }
.numbered-panels { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.numbered-panels article { min-height: 300px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbered-panels article > span { color: var(--gold-dark); font-size: 13px; font-weight: 800; }
.numbered-panels h3 { margin: 72px 0 18px; font-size: 24px; }
.numbered-panels p, .numbered-panels ul { max-width: 520px; color: var(--ink-soft); }
.numbered-panels ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.numbered-panels li { position: relative; padding-left: 18px; }
.numbered-panels li::before { content: ""; position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.filter-row span { min-height: 42px; display: inline-flex; align-items: center; padding: 9px 17px; border: 1px solid #d8dcdf; border-radius: 999px; background: var(--white); font-size: 13px; font-weight: 600; }
.filter-row span.is-active { border-color: var(--gold); background: var(--gold); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.project-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card:hover .project-card__image img { transform: scale(1.025); }
.project-card__body { padding: 26px; }
.project-card h3 { min-height: 58px; margin: 0 0 20px; font-size: 22px; line-height: 1.3; }
.project-card h3 a { text-decoration: none; }
.project-card__specs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-card__specs > span { min-width: 0; padding: 14px 8px 14px 0; }
.project-card__specs > span + span { padding-left: 10px; border-left: 1px solid var(--line); }
.project-card small, .project-card strong { display: block; }
.project-card small { color: #8b8f92; font-size: 10px; text-transform: uppercase; }
.project-card strong { margin-top: 4px; overflow-wrap: anywhere; font-size: 13px; line-height: 1.35; }
.project-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-top: 20px; }
.project-card__footer > span strong { font-size: 17px; }
.project-card__arrow { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--gold); font-size: 20px; font-weight: 700; text-decoration: none; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { min-height: 285px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-item > span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.service-item h3 { margin: 54px 0 13px; font-size: 20px; line-height: 1.3; }
.service-item p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.service-item a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; font-size: 13px; font-weight: 700; text-decoration: none; }
.service-item a b { color: var(--gold-dark); font-size: 19px; }

.production { background: var(--surface); }
.production__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 84px; align-items: center; }
.production__image { position: relative; }
.production__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.production__image span { position: absolute; right: 0; bottom: 0; padding: 18px 24px; background: var(--gold); font-size: 14px; font-weight: 800; }
.production__copy > p:not(.eyebrow) { max-width: 560px; color: var(--ink-soft); font-size: 17px; }
.production__facts { margin: 30px 0; border-top: 1px solid #d4d9dc; }
.production__facts div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid #d4d9dc; }
.production__facts strong { font-size: 14px; }
.production__facts span { color: var(--ink-soft); font-size: 14px; }

.section--dark .section-summary { color: #aeb2b4; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid #3d3d3f; border-left: 1px solid #3d3d3f; list-style: none; }
.steps li { min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-right: 1px solid #3d3d3f; border-bottom: 1px solid #3d3d3f; }
.steps > li > span { color: var(--gold); font-size: 12px; font-weight: 800; }
.steps h3 { margin: 0 0 11px; color: var(--white); font-size: 19px; }
.steps p { margin: 0; color: #adb1b3; font-size: 14px; }

.request { background: var(--white); }
.request__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.request__copy > p:not(.eyebrow) { max-width: 550px; color: var(--ink-soft); font-size: 18px; }
.request__contacts { display: grid; gap: 7px; margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); }
.request__contacts a { width: fit-content; font-size: 20px; font-weight: 700; text-decoration: none; }
.request__contacts span { margin-top: 8px; color: var(--ink-soft); font-size: 14px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 36px; border: 1px solid #d5d9dc; border-top: 5px solid var(--gold); border-radius: 6px; background: var(--surface); }
.lead-form label { display: grid; gap: 7px; color: #6c7073; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.lead-form label:nth-of-type(3), .lead-form .form-message { grid-column: 1 / -1; }
.lead-form input, .lead-form select { width: 100%; height: 56px; padding: 0 15px; border: 1px solid #cfd4d7; border-radius: 3px; background: var(--white); color: var(--ink); font-size: 15px; text-transform: none; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(226, 165, 7, .14); }
.lead-form .button { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
.lead-form small { grid-column: 1 / -1; color: #777c7f; font-size: 11px; }
.lead-form small a { color: var(--ink); }
.form-message { padding: 12px 14px; border-radius: 3px; font-size: 14px; }
.form-message--success { background: #e1f0e7; color: #1d5b35; }
.form-message--error { background: #f5e5e3; color: #8b2920; }

.site-footer { padding: 70px 0 26px; background: #19191a; color: #e8e8e8; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr .9fr; gap: 56px; }
.brand--footer { color: var(--white); }
.brand--footer img { width: 88px; height: 88px; }
.brand--footer .brand__text strong { color: var(--white); }
.brand--footer .brand__text small { color: #aeb1b3; }
.footer-note { max-width: 330px; color: #a7aaac; font-size: 13px; }
.footer-grid h2 { margin: 0 0 17px; color: var(--gold); font-size: 12px; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; color: #dedede; font-size: 14px; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--gold); }
.footer-grid p { color: #a7aaac; font-size: 13px; }
.footer-bottom { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; margin-top: 54px; padding-top: 22px; border-top: 1px solid #3c3c3e; color: #8e9294; font-size: 11px; }
.footer-bottom a { color: #babdbf; }
.footer-developer { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; padding: 8px 12px 8px 14px; border: 1px solid rgba(222, 176, 76, .3); border-radius: 8px; background: rgba(255, 255, 255, .025); color: #929796 !important; text-decoration: none; white-space: nowrap; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.footer-developer strong { color: #deb04c; font-weight: 700; }
.footer-developer__arrow { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(222, 176, 76, .12); color: #deb04c; font-size: 12px; line-height: 1; }
.footer-developer:hover { border-color: rgba(222, 176, 76, .65); background: rgba(222, 176, 76, .08); color: #d9dcdb !important; }

.page-hero { padding: 82px 0 72px; background: var(--surface); }
.page-hero .container > p:last-child { max-width: 720px; color: var(--ink-soft); font-size: 18px; }
.single-project__hero { padding: 58px 0 78px; background: var(--surface); }
.single-project__hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.single-project__hero h1 { margin: 0; font-size: 48px; line-height: 1.12; }
.single-project__lead { color: var(--ink-soft); font-size: 18px; }
.single-project__hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--ink-soft); font-size: 13px; font-weight: 700; text-decoration: none; }
.project-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-specs div { padding: 18px 12px 18px 0; }
.project-specs div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.project-specs span, .project-specs strong { display: block; }
.project-specs span { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; }
.project-specs strong { margin-top: 3px; font-size: 15px; }
.content-narrow { max-width: 800px; }
.entry-content { color: #343638; font-size: 18px; }
.entry-content h2, .entry-content h3 { color: var(--ink); }
.error-page { min-height: 560px; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--surface); }
.error-page span { color: var(--gold-dark); font-size: 80px; font-weight: 900; }
.error-page p { margin: 18px auto 28px; color: var(--ink-soft); }
.error-page .button + .button { margin-left: 8px; }

@media (max-width: 1240px) {
    .utilitybar__link:last-child { display: none; }
    .site-nav { gap: 19px; }
    .site-nav a { font-size: 12px; }
    .header-contact { min-width: 205px; padding-inline: 20px; }
    .header-phones { min-width: 180px; padding-inline: 20px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
    body.admin-bar .site-header { top: 46px; }
    body.admin-bar .site-nav { top: 122px; }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .utilitybar { display: none; }
    .site-header__inner { min-height: 76px; align-items: center; }
    .brand--mobile { display: inline-flex; }
    .brand--mobile img { width: 54px; height: 54px; }
    .brand--mobile .brand__text strong { font-size: 23px; }
    .brand--mobile .brand__text small { font-size: 9px; }
    .menu-toggle { display: block; margin-left: auto; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .site-nav { position: fixed; z-index: 99; top: 76px; right: 0; bottom: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 20px 24px; overflow-y: auto; background: var(--white); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
    .site-nav a::after { display: none; }
    .header-contact, .header-phones, .header-call { display: none; }
    .hero { min-height: 760px; }
    .hero__image { object-position: 61% center; }
    .hero__shade { width: 100%; background: rgba(255,255,255,.72); }
    .hero__content { padding-top: 58px; padding-bottom: 270px; }
    .hero h1 { font-size: 51px; }
    .hero-promos { grid-template-columns: 1fr 1fr; gap: 18px; }
    .proof-strip__grid { grid-template-columns: 1fr 1fr; }
    .proof-strip__grid > div:nth-child(3) { border-left: 1px solid #d9dde0; }
    .section { padding: 78px 0; }
    .section h2, .page-hero h1, .error-page h1 { font-size: 36px; }
    .company-intro__grid, .production__grid, .request__grid, .single-project__hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .company-intro__grid { gap: 28px; }
    .project-grid { grid-template-columns: 1fr 1fr; }
    .project-grid .project-card:last-child { display: none; }
    .production__image { max-width: 720px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 620px) {
    body.admin-bar .site-header { top: 0; }
    body.admin-bar .site-nav { top: 76px; }
    .container { width: min(calc(100% - 24px), var(--container)); }
    .hero { min-height: 700px; align-items: start; }
    .hero__image { height: 500px; object-position: 58% center; }
    .hero__shade { height: 500px; background: rgba(255,255,255,.68); }
    .hero__content { padding-top: 50px; padding-bottom: 0; }
    .hero__kicker { max-width: 270px; font-size: 11px; }
    .hero h1 { max-width: 350px; font-size: 39px; }
    .hero__lead { max-width: 350px; margin: 18px 0 24px; font-size: 16px; }
    .hero .button { min-height: 50px; }
    .hero-promos { bottom: 18px; grid-template-columns: 1fr; gap: 12px; }
    .hero-promo { grid-template-columns: 112px 1fr; grid-template-rows: 1fr; }
    .hero-promo img { width: 112px; height: 108px; }
    .hero-promo > span { min-height: 108px; padding: 14px; }
    .hero-promo strong { font-size: 14px; }
    .hero-promo b { width: 36px; height: 36px; }
    .proof-strip__grid { grid-template-columns: 1fr; }
    .proof-strip__grid > div, .proof-strip__grid > div:nth-child(3) { min-height: 94px; border-left: 1px solid #d9dde0; }
    .section { padding: 62px 0; }
    .section h2, .page-hero h1, .error-page h1 { font-size: 31px; }
    .section-topline { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 32px; }
    .company-intro__grid { padding: 26px 0 38px; }
    .company-intro__lead { font-size: 22px; }
    .numbered-panels, .project-grid, .services-grid, .steps { grid-template-columns: 1fr; }
    .numbered-panels article { min-height: 240px; padding: 24px; }
    .numbered-panels h3 { margin-top: 45px; font-size: 21px; }
    .filter-row { flex-wrap: nowrap; margin-right: -12px; padding-right: 12px; overflow-x: auto; }
    .filter-row span { flex: 0 0 auto; }
    .project-grid .project-card:last-child { display: block; }
    .project-card__body { padding: 21px; }
    .project-card h3 { min-height: 0; }
    .project-card__specs { grid-template-columns: 1fr 1fr; }
    .project-card__specs > span:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
    .service-item { min-height: 235px; padding: 24px; }
    .service-item h3 { margin-top: 40px; }
    .production__grid { gap: 36px; }
    .production__facts div { grid-template-columns: 1fr; gap: 5px; }
    .steps li { min-height: 220px; }
    .request__grid { gap: 38px; }
    .lead-form { grid-template-columns: 1fr; padding: 24px 18px; }
    .lead-form label { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { grid-template-columns: 1fr; align-items: start; }
    .footer-developer { justify-self: start; }
    .single-project__hero h1 { font-size: 36px; }
    .project-specs { grid-template-columns: 1fr; }
    .project-specs div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
    .error-page .button { width: 100%; }
    .error-page .button + .button { margin: 10px 0 0; }
}

/* Continuous editorial text with calm visual markers. */
.seo-page-content__grid > .seo-article { counter-reset: editorial-section; padding: 42px 46px 48px; border: 1px solid #dce3df; border-radius: 8px; background: #fff; box-shadow: 0 22px 58px rgba(18, 49, 40, .065); }
.seo-page-content__grid--wide > .seo-article { padding-inline: 58px; }
.seo-article__header { margin-bottom: 48px; border: 0; border-left: 4px solid var(--gold); background: #f5f8f6; box-shadow: none; }
.seo-tz-section { position: relative; counter-increment: editorial-section; margin: 0 0 44px; padding: 0 0 0 48px; border: 0; }
.seo-tz-section:last-child { margin-bottom: 0; padding-bottom: 0; }
.seo-tz-section::before { content: counter(editorial-section, decimal-leading-zero); position: absolute; top: 3px; left: 0; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #dbc37f; border-radius: 50%; background: #fffaf0; color: #9a6b00; font-size: 9px; font-weight: 800; }
.seo-tz-section h2 { margin: 0 0 13px; color: #18332b; font-size: clamp(23px, 2.35vw, 29px); font-weight: 580; line-height: 1.3; }
.seo-tz-section p { max-width: 700px; margin: 0 0 12px; color: #58645f; font-size: 15px; line-height: 1.78; }
.seo-tz-section ul, .seo-tz-section ol, .seo-article > ul, .seo-article > ol { display: grid; gap: 11px; margin: 18px 0 24px; padding: 0; list-style: none; }
.seo-tz-section li, .seo-article > ul > li, .seo-article > ol > li { position: relative; padding-left: 25px; color: #4d5a55; font-size: 15px; line-height: 1.7; }
.seo-tz-section li::before, .seo-article > ul > li::before, .seo-article > ol > li::before { content: ""; position: absolute; top: .7em; left: 2px; width: 7px; height: 7px; border: 2px solid #c59529; border-radius: 50%; background: #fff; }
.seo-article > h2 { position: relative; padding-left: 45px; }
.seo-article > h2::before { content: ""; position: absolute; top: .55em; left: 0; width: 25px; height: 2px; background: var(--gold); }
.seo-article .seo-feature-grid + h2, .seo-article .seo-note + h2 { margin-top: 58px; }
.seo-article .seo-faq { margin-right: -14px; margin-left: -14px; }

@media (max-width: 720px) {
    .seo-page-content__grid > .seo-article, .seo-page-content__grid--wide > .seo-article { padding: 27px 21px 32px; }
    .seo-article__header { margin-bottom: 36px; }
    .seo-tz-section { margin-bottom: 35px; padding-left: 39px; }
    .seo-tz-section::before { width: 26px; height: 26px; }
    .seo-tz-section h2 { font-size: 22px; }
    .seo-tz-section p { font-size: 14px; }
    .seo-article > h2 { padding-left: 34px; }
    .seo-article > h2::before { width: 20px; }
    .seo-article .seo-faq { margin-right: 0; margin-left: 0; }
}

/* Mobile refinement: fewer boxes, calmer rhythm and consistent touch targets. */
@media (max-width: 760px) {
    :root {
        --type-page-title: 34px;
        --type-section-title: 28px;
        --type-card-title: 20px;
        --type-body: 15px;
    }
    body { overflow-x: hidden; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding-block: 58px; }

    .site-header { box-shadow: 0 8px 24px rgba(14, 39, 32, .055); }
    .site-header__inner { min-height: 68px; }
    .brand--mobile img { width: 46px; height: 46px; }
    .brand--mobile .brand__text strong { font-size: 22px; }
    .brand--mobile .brand__text small { font-size: 9px; }
    .menu-toggle { width: 42px; height: 42px; border-radius: 50%; }
    .site-nav,
    body.admin-bar .site-nav { top: 68px; padding: 22px 20px 34px; background: rgba(255,255,255,.985); }
    .site-nav a { padding: 15px 6px; border-bottom-color: #e5e9e7; font-size: 17px; font-weight: 570; }

    .breadcrumbs { margin-bottom: 24px; overflow: hidden; color: #8a928f; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
    .seo-page-hero__grid { width: 100%; }
    .seo-page-hero__copy { width: min(calc(100% - 28px), var(--container)); margin-inline: auto; padding: 27px 0 31px; }
    .seo-page-hero__copy .eyebrow { margin-bottom: 16px; font-size: 10px; }
    .seo-page-hero h1 { max-width: 360px; margin-bottom: 17px; font-size: 34px; font-weight: 560; line-height: 1.13; }
    .seo-page-hero__copy > p:not(.eyebrow) { margin-top: 0; color: #65716d; font-size: 15px; line-height: 1.65; }
    .seo-page-hero__actions { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
    .seo-page-hero__actions .button { width: 100%; min-height: 50px; border-radius: 6px; box-shadow: 0 12px 27px rgba(187,137,22,.18); }
    .seo-page-hero__actions .text-link { width: fit-content; padding: 4px 0; }
    .seo-page-hero__visual { min-height: 250px; box-shadow: none; }
    .seo-page-hero__visual span { right: 12px; bottom: 12px; padding: 8px 11px; border-radius: 4px; font-size: 9px; }

    .seo-page-content { padding-block: 42px 54px; }
    .seo-article__header { margin-bottom: 22px; padding-bottom: 16px; }
    .seo-article__header p { font-size: 14px; line-height: 1.6; }
    .seo-page-content .seo-tz-section h2,
    .seo-tz-section h2 { margin-top: 23px; font-size: 22px; line-height: 1.28; }
    .seo-page-content .seo-tz-section p,
    .seo-tz-section p { font-size: 15px; line-height: 1.68; }
    .page-price-reference { display: block; margin: 0 0 28px; padding: 17px 0 18px; border: 0; border-top: 1px solid #d9e1dd; border-bottom: 1px solid #d9e1dd; border-radius: 0; background: transparent; }
    .page-price-reference div { gap: 3px; }
    .page-price-reference p { margin: 10px 0 8px; font-size: 27px; }
    .page-price-reference a { display: inline-flex; padding: 4px 0; }

    .seo-faq { margin-top: 42px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .seo-faq__heading { display: block; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid #dce4e0; }
    .seo-faq__heading > span { display: none; }
    .seo-faq__heading h2 { margin-bottom: 6px; font-size: 27px; }
    .seo-faq__heading p { font-size: 13px; }
    .seo-faq summary { display: block; padding: 17px 36px 17px 0; font-size: 15px; line-height: 1.45; }
    .seo-faq summary > span { display: none; }
    .seo-faq summary::after { top: 14px; right: 0; width: 27px; height: 27px; border: 0; background: #edf2ef; }
    .seo-faq details p { margin-left: 0; padding: 0 24px 18px 0; font-size: 14px; }

    .page-gallery { padding-block: 56px; }
    .page-gallery__heading { gap: 12px; margin-bottom: 24px; padding-bottom: 18px; }
    .page-gallery__heading h2 { font-size: 28px; }
    .page-gallery__heading p { font-size: 13px; }
    .page-gallery__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .page-gallery__item,
    .page-gallery__item:first-child { height: 160px; border: 0; border-radius: 5px; }
    .page-gallery__item:first-child { grid-column: 1 / -1; height: 235px; }
    .page-gallery__item figcaption { padding: 13px; }
    .page-gallery__item figcaption span,
    .page-gallery__item figcaption small { display: none; }
    .page-gallery__item figcaption strong { font-size: 13px; }

    .page-related { padding-block: 52px; }
    .page-related__top { margin-bottom: 22px; }
    .page-related__grid { gap: 0; border-top: 1px solid #dbe2df; }
    .page-related__grid > * { border: 0; border-bottom: 1px solid #dbe2df; border-radius: 0; box-shadow: none; }

    .project-grid { grid-template-columns: 1fr; gap: 32px; }
    .project-card,
    .home-projects .project-card { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .project-card__image { border-radius: 6px; }
    .project-card__body { padding: 17px 2px 0; }
    .project-card h3 { margin-bottom: 14px; font-size: 20px; }
    .project-card__specs { border-color: #dde4e1; }
    .project-card__specs > span + span { border-left-color: #dde4e1; }
    .project-card__footer { padding-top: 16px; }
    .project-card__arrow { width: 40px; height: 40px; box-shadow: none; }

    .filter-row,
    .catalog-switch { scrollbar-width: none; }
    .catalog-switch { gap: 0; overflow-x: auto; }
    .catalog-switch button { flex: 0 0 auto; padding: 12px 13px; font-size: 13px; }
    .catalog-filter-toggle { min-height: 46px; border-width: 0 0 1px; padding-inline: 0; }
    .catalog-filters { padding: 14px 0; background: transparent; }

    .request__grid { gap: 34px; }
    .request__copy h2 { font-size: 29px; }
    .lead-form,
    .home-lead-form { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .lead-form label { font-size: 11px; }
    .lead-form input,
    .lead-form select,
    .home-lead-form input,
    .home-lead-form select { min-height: 50px; border-radius: 5px; }
    .lead-form .button,
    .home-lead-form .button { min-height: 50px; border-radius: 6px; box-shadow: none; }
    .form-consent { padding: 13px 0; border-width: 1px 0; border-radius: 0; background: transparent; }

    .cookie-notice { left: 10px !important; right: 10px !important; bottom: 10px !important; gap: 11px; width: auto !important; padding: 14px 15px !important; border-radius: 6px; }
    .cookie-notice__copy strong { font-size: 16px; }
    .cookie-notice__copy p { font-size: 11px; line-height: 1.45; }
    .cookie-notice__actions { display: flex; gap: 7px; }
    .cookie-notice__actions button { min-height: 38px; padding: 7px 10px !important; border-radius: 4px; font-size: 10px; }
    .mobile-actionbar { left: 12px; right: 12px; bottom: 10px; gap: 0; padding: 4px; border: 0; border-radius: 7px; box-shadow: 0 14px 38px rgba(7,35,28,.18); }
    .mobile-actionbar a { min-height: 44px; font-size: 13px; }
    .mobile-actionbar a:first-child { color: #66736e; }
    .mobile-actionbar a:last-child { border-radius: 5px; }
    .scroll-to-top { right: 12px; width: 42px; height: 42px; box-shadow: 0 10px 26px rgba(8,35,28,.2); }

    .legal-page { padding-block: 38px 58px; }
    .legal-document { padding: 0; border: 0; background: transparent; box-shadow: none; }
    .legal-note { padding: 14px 0 14px 15px; background: transparent; }
}

/* Context galleries and related navigation on inner pages. */
.page-gallery { overflow: hidden; padding-block: 88px; background: #102c25; color: #fff; }
.page-gallery__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 60px; align-items: end; margin-bottom: 35px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.14); }
.page-gallery__heading span, .page-related__top > span { display: block; margin-bottom: 10px; color: #deb04c; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.page-gallery__heading h2 { margin: 0; color: #fff; font-size: clamp(30px, 3.5vw, 42px); font-weight: 550; line-height: 1.2; }
.page-gallery__heading p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.7; }
.page-gallery__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: repeat(2, 230px); gap: 13px; }
.page-gallery__item { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: #0a201a; }
.page-gallery__item:first-child { grid-row: 1 / 3; }
.page-gallery__item:nth-child(4) { grid-column: 3; }
.home-gallery__open { width: 100%; height: 100%; display: block; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: zoom-in; }
.home-gallery__open:focus-visible { outline: 3px solid #e6b84e; outline-offset: -5px; }
.page-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.page-gallery__item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(5,20,16,.88)); pointer-events: none; }
.page-gallery__item:hover img { transform: scale(1.035); }
.page-gallery__item figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 28px 1fr; gap: 2px 10px; align-items: center; padding: 21px; color: #fff; }
.page-gallery__item figcaption span { grid-row: 1 / 3; color: #e2b44e; font-size: 10px; }
.page-gallery__item figcaption strong { font-size: 16px; font-weight: 620; }
.page-gallery__item figcaption small { color: rgba(255,255,255,.62); font-size: 10px; }

.page-related { padding: 72px 0; border-bottom: 1px solid #e0e5e2; background: #f4f6f4; }
.page-related__top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.page-related__top h2 { margin: 0; color: #173129; font-size: 30px; font-weight: 570; }
.page-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d6ded9; border-left: 1px solid #d6ded9; }
.page-related__grid a { min-height: 132px; display: grid; grid-template-columns: 28px 1fr auto; gap: 15px; align-items: center; padding: 25px; border-right: 1px solid #d6ded9; border-bottom: 1px solid #d6ded9; background: #fff; color: #173129; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.page-related__grid a:hover { position: relative; z-index: 1; background: #fffaf0; transform: translateY(-3px); }
.page-related__grid a > span { color: #b78000; font-size: 10px; }
.page-related__grid a div { display: grid; gap: 6px; }
.page-related__grid strong { font-size: 16px; }
.page-related__grid small { color: #78817e; font-size: 11px; line-height: 1.5; }
.page-related__grid b { color: #b78000; font-size: 18px; }

.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { position: fixed; z-index: 10020; inset: 0; display: grid; place-items: center; padding: 28px; }
.gallery-lightbox__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(5, 18, 15, .91); cursor: zoom-out; backdrop-filter: blur(10px); }
.gallery-lightbox__dialog { position: relative; z-index: 1; width: min(1180px, 100%); max-height: calc(100vh - 56px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #0d211c; box-shadow: 0 38px 110px rgba(0,0,0,.48); }
.gallery-lightbox__topbar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px 0 22px; color: rgba(255,255,255,.6); font-size: 11px; }
.gallery-lightbox__topbar button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.07); color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.gallery-lightbox__stage { position: relative; height: min(68vh, 720px); display: grid; place-items: center; background: #091712; }
.gallery-lightbox__stage img { max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: contain; }
.gallery-lightbox__nav { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; background: rgba(11,34,28,.78); color: #fff; font-size: 20px; cursor: pointer; transform: translateY(-50%); }
.gallery-lightbox__nav--prev { left: 20px; }
.gallery-lightbox__nav--next { right: 20px; }
.gallery-lightbox__caption { min-height: 105px; display: grid; grid-template-columns: 1fr minmax(240px, .7fr); gap: 34px; align-items: center; padding: 22px 28px; }
.gallery-lightbox__caption span { color: #d9aa45; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.gallery-lightbox__caption h3 { margin: 5px 0 0; color: #fff; font-size: 20px; font-weight: 600; }
.gallery-lightbox__caption p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }
body.gallery-lightbox-open { overflow: hidden; }
.home-video { padding-block: 84px; background: #f4f7f5; }
.home-video__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.home-video__grid figure { display: grid; grid-template-columns: minmax(180px, .72fr) 1fr; align-items: center; overflow: hidden; margin: 0; border: 1px solid #d8e0dc; border-radius: 8px; background: #fff; box-shadow: 0 18px 44px rgba(13,45,37,.08); }
.home-video__grid video { width: 100%; height: 360px; display: block; background: #0d211c; object-fit: cover; }
.home-video__grid figcaption { display: grid; gap: 8px; padding: 28px; }
.home-video__grid strong { color: #102c25; font-size: 20px; font-weight: 650; }
.home-video__grid span { color: #5f6e69; font-size: 14px; line-height: 1.6; }

@media (max-width: 980px) {
    .page-gallery__heading { grid-template-columns: 1fr; gap: 18px; }
    .page-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 230px; }
    .page-gallery__item:first-child { grid-row: auto; grid-column: 1 / 3; }
    .page-gallery__item:nth-child(4) { grid-column: auto; }
    .page-related__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .page-gallery { padding-block: 60px; }
    .page-gallery__grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .page-gallery__item, .page-gallery__item:first-child { grid-column: auto; grid-row: auto; height: 260px; }
    .page-related { padding-block: 55px; }
    .page-related__top h2 { font-size: 26px; }
    .gallery-lightbox { padding: 0; }
    .gallery-lightbox__dialog { width: 100%; max-height: 100vh; border: 0; border-radius: 0; }
    .gallery-lightbox__stage { height: 62vh; }
    .gallery-lightbox__nav { width: 42px; height: 42px; }
    .gallery-lightbox__nav--prev { left: 10px; }
    .gallery-lightbox__nav--next { right: 10px; }
    .gallery-lightbox__caption { min-height: 125px; grid-template-columns: 1fr; gap: 8px; padding: 20px; }
}

/* Premium inner pages and SEO content */
.seo-page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: #f7f7f5; }
.seo-page-hero::before { content: ""; position: absolute; top: 0; right: 0; width: 34%; height: 6px; background: var(--gold); }
.seo-page-hero__grid { min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.seo-page-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 78px 80px 78px 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 62px; color: #85898b; font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--gold-dark); }
.seo-page-hero .eyebrow { margin-bottom: 16px; }
.seo-page-hero h1 { max-width: 690px; margin: 0; font-size: 58px; line-height: 1.05; font-weight: 700; }
.seo-page-hero__copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.seo-page-hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 36px; }
.seo-page-hero__visual { position: relative; min-height: 610px; overflow: hidden; }
.seo-page-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.seo-page-hero__visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .28); pointer-events: none; }
.seo-page-hero__visual > span { position: absolute; right: 0; bottom: 0; padding: 18px 24px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.seo-page-content { background: var(--white); }
.seo-page-content__grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 84px; align-items: start; }
.seo-page-content__grid--wide { grid-template-columns: minmax(0, 1040px); justify-content: center; }
.seo-article { min-width: 0; color: #3e4245; font-size: 17px; line-height: 1.75; }
.seo-article > *:first-child { margin-top: 0; }
.seo-article h2 { margin: 82px 0 26px; color: var(--ink); font-size: 38px; line-height: 1.15; }
.seo-article h3 { color: var(--ink); font-size: 19px; line-height: 1.35; }
.seo-article p { margin: 0 0 22px; }
.seo-intro { max-width: 900px; padding-left: 30px; border-left: 4px solid var(--gold); }
.seo-intro__lead { margin-bottom: 20px !important; color: var(--ink); font-size: 28px; line-height: 1.4; font-weight: 600; }
.seo-intro p:last-child { color: var(--ink-soft); }

.seo-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-feature-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.seo-feature-grid article > span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.seo-feature-grid h3 { margin: 62px 0 12px; font-size: 21px; }
.seo-feature-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.seo-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 50px; margin-top: 76px; }
.seo-split h2 { margin-top: 0; }
.seo-checklist { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.seo-checklist li { position: relative; padding: 17px 15px 17px 36px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.seo-checklist li::before { content: ""; position: absolute; top: 24px; left: 8px; width: 9px; height: 9px; background: var(--gold); }
.seo-fact { align-self: end; padding: 34px; border-top: 5px solid var(--gold); background: var(--ink); color: var(--white); }
.seo-fact small, .seo-fact strong { display: block; }
.seo-fact small { color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.seo-fact strong { margin: 36px 0 14px; font-size: 25px; line-height: 1.3; }
.seo-fact p { margin: 0; color: #b8bbbd; font-size: 14px; }

.seo-process { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.seo-process li { display: grid; grid-template-columns: 86px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.seo-process li > span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.seo-process h3 { margin: 0 0 5px; font-size: 20px; }
.seo-process p { margin: 0; color: var(--ink-soft); font-size: 15px; }

.seo-note { margin: 76px 0; padding: 38px 42px; border: 1px solid #d7dbde; border-left: 5px solid var(--gold); background: var(--surface); }
.seo-note strong { display: block; color: var(--ink); font-size: 25px; line-height: 1.3; }
.seo-note p { max-width: 720px; margin: 12px 0 22px; color: var(--ink-soft); }
.seo-note a { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.seo-note a span { color: var(--gold-dark); font-size: 22px; }
.seo-faq { border-top: 1px solid var(--line); }
.seo-faq article { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 40px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.seo-faq h3, .seo-faq p { margin: 0; }
.seo-faq p { color: var(--ink-soft); font-size: 15px; }

.service-aside { position: sticky; top: 118px; }
.service-aside__nav { display: grid; border-top: 4px solid var(--gold); background: var(--surface); }
.service-aside__nav > span { padding: 22px 24px 15px; color: #868a8d; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.service-aside__nav a { padding: 15px 24px; border-top: 1px solid #dfe2e4; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.service-aside__nav a:hover { background: var(--white); color: var(--gold-dark); }
.service-aside__contact { margin-top: 22px; padding: 29px 24px; background: var(--ink); color: var(--white); }
.service-aside__contact small, .service-aside__contact strong { display: block; }
.service-aside__contact small { color: var(--gold); font-size: 11px; text-transform: uppercase; }
.service-aside__contact strong { margin: 28px 0 24px; font-size: 18px; line-height: 1.4; }
.service-aside__contact a { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 13px; font-weight: 700; text-decoration: none; }
.service-aside__contact a span { color: var(--gold); font-size: 20px; }

.page-request { border-top: 1px solid #38383a; }
.page-request .request__copy > p:not(.eyebrow) { color: #b5b8ba; }
.page-request .request__contacts { border-color: #3f3f41; }
.page-request .request__contacts a { color: var(--white); }
.lead-form--dark { border-color: #444447; border-top-color: var(--gold); background: #232325; }
.lead-form--dark label, .lead-form--dark small { color: #b4b7b9; }
.lead-form--dark input { border-color: #454548; background: #181819; color: var(--white); }
.lead-form--dark small a { color: var(--gold); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid > * { min-height: 210px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.contact-grid small { color: var(--gold-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.contact-grid strong { margin: auto 0 12px; overflow-wrap: anywhere; font-size: 24px; line-height: 1.3; }
.contact-grid span { color: var(--ink-soft); font-size: 13px; }
.contact-grid a:hover { background: var(--surface); }

.html-sitemap { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.html-sitemap section { padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.html-sitemap section h2 { margin: 0 0 25px; font-size: 24px; }
.html-sitemap ul { margin: 0; padding: 0; list-style: none; }
.html-sitemap li { border-top: 1px solid var(--line); }
.html-sitemap a { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; font-weight: 600; text-decoration: none; }
.html-sitemap a span { color: var(--gold-dark); }

@media (max-width: 1100px) {
    .seo-page-hero__grid { grid-template-columns: 1fr 1fr; }
    .seo-page-hero__copy { padding-right: 42px; }
    .seo-page-hero h1 { font-size: 48px; }
    .seo-page-content__grid { grid-template-columns: minmax(0, 1fr) 280px; gap: 46px; }
    .seo-feature-grid { grid-template-columns: 1fr; }
    .seo-feature-grid article { min-height: 210px; }
    .seo-feature-grid h3 { margin-top: 42px; }
}

@media (max-width: 820px) {
    .seo-page-hero__grid { min-height: 0; grid-template-columns: 1fr; }
    .seo-page-hero__copy { padding: 54px 0; }
    .breadcrumbs { margin-bottom: 42px; }
    .seo-page-hero__visual { min-height: 420px; }
    .seo-page-content__grid { grid-template-columns: 1fr; }
    .service-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .service-aside__contact { margin: 0; }
    .seo-split { grid-template-columns: 1fr; }
    .seo-fact { align-self: auto; }
    .html-sitemap { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .seo-page-hero__copy { padding: 42px 0; }
    .breadcrumbs { margin-bottom: 32px; }
    .seo-page-hero h1 { font-size: 37px; }
    .seo-page-hero__copy > p:not(.eyebrow) { margin-top: 20px; font-size: 16px; }
    .seo-page-hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
    .seo-page-hero__actions .button { width: 100%; }
    .seo-page-hero__visual { min-height: 300px; }
    .seo-intro { padding-left: 18px; }
    .seo-intro__lead { font-size: 22px; }
    .seo-article h2 { margin-top: 58px; font-size: 30px; }
    .seo-feature-grid article { min-height: 190px; padding: 23px; }
    .seo-feature-grid h3 { margin-top: 35px; }
    .seo-split { margin-top: 58px; }
    .seo-fact { padding: 28px 24px; }
    .seo-process li { grid-template-columns: 48px 1fr; gap: 10px; }
    .seo-note { margin: 58px 0; padding: 28px 23px; }
    .seo-note strong { font-size: 21px; }
    .seo-faq article { grid-template-columns: 1fr; gap: 10px; }
    .service-aside { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-grid > * { min-height: 180px; padding: 24px; }
    .contact-grid strong { font-size: 20px; }
}

/* Premium visual finish */
.utilitybar { position: relative; z-index: 102; box-shadow: 0 1px 0 rgba(16, 18, 19, .06); }
.utilitybar__inner { min-height: 92px; }
.brand img { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.brand--utility img { width: 68px; height: 68px; }
.brand__text strong { font-weight: 800; }
.utilitybar__icon { border: 1px solid rgba(226, 165, 7, .32); border-radius: 50%; background: var(--white); box-shadow: 0 8px 24px rgba(20, 22, 24, .08); }
.social-badge { box-shadow: 0 10px 25px rgba(16, 18, 19, .18); }

.site-header { box-shadow: 0 13px 38px rgba(19, 21, 22, .08); }
.site-header__inner { min-height: 74px; }
.site-nav a::after { bottom: 17px; }
.header-contact, .header-phones { padding-inline: 24px; }
.header-call { transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.header-call:hover { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45); }

.button { border-width: 2px; box-shadow: 0 12px 28px rgba(189, 135, 0, .23); }
.button:hover { box-shadow: 0 17px 34px rgba(151, 106, 0, .3); }
.button--outline { box-shadow: none; }

.hero { min-height: 674px; border-bottom: 1px solid rgba(16, 18, 19, .08); background: #e7eaeb; }
.hero__image { filter: saturate(1.13) contrast(1.06) brightness(1.03); }
.hero__shade { width: 55%; border-right: 1px solid rgba(18, 20, 21, .08); background: rgba(255, 255, 255, .91); box-shadow: 30px 0 70px rgba(255, 255, 255, .72); }
.hero__content { padding-top: 44px; padding-bottom: 225px; }
.hero__kicker { display: inline-flex; align-items: center; gap: 12px; color: #5f6468; font-size: 12px; font-weight: 800; }
.hero__kicker::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 780px; font-family: var(--font-display); font-size: 66px; line-height: 1.12; font-weight: 520; text-shadow: 0 1px 0 rgba(255, 255, 255, .8); }
.hero__lead { max-width: 640px; color: #45494c; }
.hero-promos { gap: 24px; }
.hero-promo { overflow: hidden; border: 1px solid rgba(255, 255, 255, .7); border-radius: 7px 7px 0 0; box-shadow: var(--shadow-card); transition: transform .25s ease, box-shadow .25s ease; }
.hero-promo:hover { transform: translateY(-5px); box-shadow: var(--shadow-deep); }
.hero-promo img { height: 126px; filter: saturate(1.12) contrast(1.05); }
.hero-promo > span { min-height: 78px; }
.hero-promo strong { font-size: 16px; }
.hero-promo b { box-shadow: 0 9px 20px rgba(189, 135, 0, .22); }

.proof-strip { position: relative; z-index: 5; background: #eef0f2; }
.proof-strip__grid { transform: translateY(-1px); box-shadow: 0 18px 45px rgba(20, 22, 24, .08); }
.proof-strip__grid > div { background: var(--white); transition: background .2s ease, transform .2s ease; }
.proof-strip__grid > div:hover { position: relative; z-index: 2; background: #fffdf7; transform: translateY(-3px); }
.proof-strip span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(226, 165, 7, .45); border-radius: 50%; background: #fffaf0; }

.section { position: relative; }
.section h2, .page-hero h1, .error-page h1, .single-project__hero h1, .seo-page-hero h1 { font-family: var(--font-display); font-weight: 520; letter-spacing: 0; }
.section h2 { font-size: 49px; line-height: 1.18; }
.section-topline { position: relative; }
.section-topline::after { content: ""; position: absolute; right: 0; bottom: -22px; left: 0; height: 1px; background: var(--line); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }

.company-intro { overflow: hidden; }
.company-intro::after { content: "СКП"; position: absolute; z-index: -1; right: 4%; bottom: 0; color: #f2f3f4; font-family: var(--font-display); font-size: 240px; line-height: .75; pointer-events: none; }
.company-intro__lead { font-family: var(--font-display); font-size: 32px; font-weight: 500; line-height: 1.48; }
.company-intro__copy { font-size: 17px; }
.numbered-panels { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow-soft); }
.numbered-panels article { background: rgba(255, 255, 255, .92); transition: background .2s ease; }
.numbered-panels article:hover { background: #fffdf8; }
.numbered-panels h3 { font-size: 26px; }

.section--soft { background: #f0f2f3; }
.filter-row span { border-color: #d3d7d9; box-shadow: 0 6px 16px rgba(20, 22, 24, .05); }
.filter-row span.is-active { box-shadow: 0 10px 22px rgba(189, 135, 0, .18); }
.project-grid { gap: 26px; }
.project-card { border-color: rgba(211, 215, 218, .8); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); }
.project-card__image img { filter: saturate(1.1) contrast(1.05) brightness(1.02); }
.project-card h3 { font-family: var(--font-display); font-size: 23px; font-weight: 600; }
.project-card__arrow { box-shadow: 0 10px 25px rgba(189, 135, 0, .24); }

.services { background: var(--white); }
.services-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; border: 0; }
.service-item { min-height: 300px; overflow: hidden; position: relative; border: 1px solid #e0e3e5; border-radius: 8px; background: #fafbfb; box-shadow: 0 15px 40px rgba(20, 22, 24, .07); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-item::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--gold); transform: scaleX(.2); transform-origin: left; transition: transform .25s ease; }
.service-item:hover { background: var(--white); transform: translateY(-7px); box-shadow: var(--shadow-card); }
.service-item:hover::before { transform: scaleX(1); }
.service-item h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; }
.service-item a { color: var(--ink); }

.production { background: #e8ecee; }
.production__image { padding: 18px 0 0 18px; }
.production__image::before { content: ""; position: absolute; top: 0; right: 18px; bottom: 18px; left: 0; border: 1px solid var(--gold); pointer-events: none; }
.production__image img { position: relative; z-index: 1; filter: saturate(1.12) contrast(1.06); box-shadow: var(--shadow-deep); }
.production__image span { z-index: 2; box-shadow: 0 12px 25px rgba(20, 22, 24, .18); }
.production__copy h2 { max-width: 650px; }

.section--dark { background: #151718; }
.work-steps { overflow: hidden; }
.work-steps::before { content: ""; position: absolute; top: 0; right: 7%; width: 140px; height: 7px; background: var(--gold); }
.steps { gap: 14px; border: 0; }
.steps li { border: 1px solid #373a3b; border-radius: 7px; background: #1d1f20; box-shadow: 0 18px 42px rgba(0, 0, 0, .18); transition: border-color .2s ease, transform .2s ease; }
.steps li:hover { border-color: #80631c; transform: translateY(-5px); }
.steps h3 { font-family: var(--font-display); font-size: 21px; font-weight: 600; }

.request { background: #f5f6f6; }
.request__copy h2 { max-width: 640px; }
.lead-form { border-color: #e1e3e4; border-top-width: 6px; background: var(--white); box-shadow: var(--shadow-card); }
.lead-form input, .lead-form select { background: #fbfbfb; }

.site-footer { position: relative; overflow: hidden; box-shadow: inset 0 1px 0 #3a3c3d; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 50%; width: min(1320px, calc(100% - 48px)); height: 5px; background: var(--gold); transform: translateX(-50%); }

.seo-page-hero { background: #f3f4f4; }
.seo-page-hero__grid { min-height: 570px; }
.seo-page-hero__copy { padding-top: 64px; padding-bottom: 64px; }
.seo-page-hero h1 { font-size: 61px; line-height: 1.14; }
.seo-page-hero__visual { min-height: 570px; box-shadow: -24px 28px 70px rgba(16, 18, 19, .13); }
.seo-page-hero__visual img { filter: saturate(1.13) contrast(1.06) brightness(1.02); }
.seo-intro__lead { font-family: var(--font-display); font-weight: 500; }
.seo-feature-grid { gap: 16px; border: 0; }
.seo-feature-grid article { border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 14px 36px rgba(20, 22, 24, .06); }
.seo-feature-grid h3 { font-family: var(--font-display); font-size: 23px; font-weight: 600; }
.seo-fact, .service-aside__contact { box-shadow: var(--shadow-card); }
.seo-note { border-radius: 7px; box-shadow: 0 15px 40px rgba(20, 22, 24, .07); }
.service-aside__nav { overflow: hidden; border-radius: 7px; box-shadow: var(--shadow-soft); }
.contact-grid { gap: 16px; border: 0; }
.contact-grid > * { border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 14px 38px rgba(20, 22, 24, .07); }

@media (max-width: 1240px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .hero h1 { font-size: 59px; }
}

@media (max-width: 980px) {
    .site-header__inner { min-height: 76px; }
    .hero { min-height: 750px; }
    .hero__shade { width: 100%; background: rgba(255, 255, 255, .78); }
    .hero__content { padding-top: 50px; padding-bottom: 265px; }
    .hero h1 { font-size: 53px; }
    .section h2 { font-size: 42px; }
    .seo-page-hero__grid { min-height: 0; }
    .seo-page-hero__visual { min-height: 420px; box-shadow: var(--shadow-card); }
}

@media (max-width: 620px) {
    .brand img { box-shadow: none; }
    .hero { min-height: 750px; }
    .hero__image, .hero__shade { height: 525px; }
    .hero__content { padding-top: 34px; }
    .hero h1 { max-width: 350px; font-size: 38px; line-height: 1.14; }
    .hero__lead { margin-top: 14px; margin-bottom: 18px; font-size: 15px; }
    .hero .button { min-height: 48px; }
    .hero-promos { bottom: 14px; }
    .hero-promo:hover, .project-card:hover, .service-item:hover, .steps li:hover { transform: none; }
    .proof-strip__grid { box-shadow: none; }
    .section h2 { font-size: 36px; }
    .company-intro::after { font-size: 120px; }
    .company-intro__lead { font-size: 25px; }
    .services-grid { grid-template-columns: 1fr; gap: 14px; }
    .production__image { padding: 10px 0 0 10px; }
    .steps { gap: 10px; }
    .seo-page-hero h1 { font-size: 40px; }
    .seo-page-hero__visual { min-height: 310px; }
    .seo-feature-grid { gap: 12px; }
}

/* Refined navigation and contact spacing. */
.site-header__inner { align-items: center; gap: 22px; }
.site-nav { flex: 1 1 auto; gap: clamp(16px, 1.55vw, 25px); }
.site-nav a { font-size: 13px; }
.header-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; margin-left: auto; padding-left: 20px; border-left: 1px solid var(--line); }
.header-action { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid #dde2df; border-radius: 8px; background: #fbfcfb; box-shadow: 0 10px 28px rgba(20, 22, 24, .06), inset 0 1px 0 #fff; color: var(--ink); text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.header-action:hover { border-color: #b9c4bf; box-shadow: 0 14px 34px rgba(20, 22, 24, .1); transform: translateY(-2px); }
.header-action__icon { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(189, 135, 0, .34); border-radius: 50%; background: #fffaf0; color: var(--gold-dark); font-size: 13px; font-weight: 800; }
.header-action > span:last-child { display: grid; gap: 2px; }
.header-action small { color: #858b88; font-size: 8px; line-height: 1.2; text-transform: uppercase; }
.header-action strong { font-size: 12px; font-weight: 750; line-height: 1.25; white-space: nowrap; }
.header-action--phone { background: #f5f8f6; }

@media (max-width: 1240px) {
    .site-header__inner { gap: 14px; }
    .site-nav { gap: 14px; }
    .site-nav a { font-size: 11px; }
    .header-actions { gap: 7px; padding-left: 13px; }
    .header-action { padding-inline: 10px; }
    .header-action small { display: none; }
    .header-action strong { font-size: 11px; }
}

@media (max-width: 980px) {
    .header-actions { display: none; }
    .site-header__inner { gap: 0; }
    .site-nav { gap: 0; }
    .site-nav a { font-size: 18px; }
}

/* Legal documents, consent controls and cookie notice. */
.form-consent { grid-column: 1 / -1; display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 12px !important; padding: 15px 16px; border: 1px solid #dfe4e2; border-radius: 6px; background: #f7f9f8; color: #4e5753 !important; font-size: 12px !important; font-weight: 500 !important; line-height: 1.55; text-transform: none !important; }
.form-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.seo-tz-section { margin: 0 0 48px; padding-bottom: 42px; border-bottom: 1px solid #e1e6e3; }
.seo-tz-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.seo-tz-section h2 { margin: 0 0 18px; color: #172d27; font-size: clamp(27px, 3vw, 38px); font-weight: 560; line-height: 1.2; }
.seo-tz-section p { margin: 0; color: #58635f; font-size: 17px; line-height: 1.8; }
.seo-faq { margin-top: 64px; }
.seo-faq h2 { margin: 0 0 24px; color: #172d27; font-size: clamp(28px, 3vw, 40px); font-weight: 560; }
.seo-faq__list { border-top: 1px solid #dce3e0; }
.seo-faq details { border-bottom: 1px solid #dce3e0; }
.seo-faq summary { position: relative; padding: 22px 44px 22px 0; color: #172d27; font-size: 17px; font-weight: 650; cursor: pointer; list-style: none; }
.seo-faq summary::after { content: "+"; position: absolute; top: 19px; right: 8px; color: var(--gold-dark); font-size: 24px; font-weight: 400; }
.seo-faq details[open] summary::after { content: "−"; }
.seo-faq details p { margin: 0; padding: 0 42px 23px 0; color: #5f6965; line-height: 1.7; }
.seo-projects-intro { max-width: 980px; margin: 0 auto 64px; }
.error-page__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-top: 34px; }
.error-page__links a { color: #36594f; font-weight: 600; text-underline-offset: 4px; }
.form-consent input { width: 18px !important; height: 18px !important; margin: 2px 0 0; accent-color: var(--gold-dark); box-shadow: none !important; }
.form-consent span { flex: 1; }
.form-consent a { color: #203f36; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.footer-legal-links a { position: relative; }
.footer-legal-links a:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -10px; width: 2px; height: 2px; border-radius: 50%; background: #6d7274; }
.cookie-notice { position: fixed; z-index: 10000; right: 24px; bottom: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; width: min(900px, calc(100% - 48px)); padding: 22px 24px; border: 1px solid rgba(202, 158, 55, .5); border-radius: 8px; background: rgba(18, 42, 35, .98); color: #fff; box-shadow: 0 24px 70px rgba(4, 18, 14, .34); opacity: 0; transform: translateY(18px); transition: opacity .25s ease, transform .25s ease; }
.cookie-notice.is-visible { opacity: 1; transform: translateY(0); }
.cookie-notice[hidden] { display: none; }
.cookie-notice__copy strong { display: block; margin-bottom: 5px; font-size: 17px; }
.cookie-notice__copy p { margin: 0; color: #cdd7d3; font-size: 13px; line-height: 1.6; }
.cookie-notice__copy a { color: #e0b650; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cookie-notice__actions { display: flex; align-items: center; gap: 10px; }
.cookie-notice__actions button { min-height: 44px; padding: 0 18px; border-radius: 6px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.cookie-notice__accept { border: 1px solid #dfb651; background: #dfb651; color: #142c25; }
.cookie-notice__essential { border: 1px solid #6f817b; background: transparent; color: #fff; }
.legal-page { padding: 58px 0 90px; background: #f4f6f5; }
.legal-page__header { max-width: 920px; margin-bottom: 28px; }
.legal-page__header .home-kicker { margin-bottom: 15px; }
.legal-page__header h1 { margin: 0; color: #172d27; font-family: var(--font-display); font-size: clamp(36px, 5vw, 62px); font-weight: 520; line-height: 1.12; }
.legal-page__meta { margin: 14px 0 0; color: #717976; font-size: 13px; }
.legal-document { max-width: 980px; padding: 42px 48px; border: 1px solid #d9dfdc; border-top: 5px solid var(--gold); border-radius: 8px; background: #fff; box-shadow: 0 24px 60px rgba(22, 48, 41, .09); }
.legal-document h2 { margin: 42px 0 14px; color: #1a332c; font-size: 25px; line-height: 1.3; }
.legal-document h2:first-child { margin-top: 0; }
.legal-document h3 { margin: 28px 0 10px; color: #263d36; font-size: 18px; }
.legal-document p, .legal-document li { color: #4f5b57; font-size: 15px; line-height: 1.8; }
.legal-document ul, .legal-document ol { padding-left: 23px; }
.legal-document a { color: #1f5949; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.legal-document table { width: 100%; margin: 18px 0 26px; border-collapse: collapse; }
.legal-document th, .legal-document td { padding: 13px 15px; border: 1px solid #dfe4e2; color: #4f5b57; font-size: 14px; line-height: 1.55; text-align: left; vertical-align: top; }
.legal-document th { width: 30%; background: #f5f7f6; color: #213a33; }
.legal-note { margin: 26px 0; padding: 18px 20px; border-left: 4px solid var(--gold); background: #f7f9f8; }

@media (max-width: 720px) {
    .home-video { padding-block: 54px; }
    .home-video__grid { grid-template-columns: 1fr; gap: 14px; }
    .home-video__grid figure { grid-template-columns: 132px 1fr; }
    .home-video__grid video { height: 235px; }
    .home-video__grid figcaption { padding: 18px; }
    .home-video__grid strong { font-size: 16px; }
    .seo-tz-section { margin-bottom: 34px; padding-bottom: 30px; }
    .seo-tz-section p { font-size: 15px; line-height: 1.72; }
    .seo-faq { margin-top: 46px; }
    .footer-legal-links { justify-content: flex-start; }
    .cookie-notice { right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 16px; width: calc(100% - 24px); padding: 19px; }
    .cookie-notice__actions { display: grid; grid-template-columns: 1fr; }
    .cookie-notice__actions button { width: 100%; }
    .legal-page { padding: 36px 0 64px; }
    .legal-document { padding: 28px 20px; }
    .legal-document h2 { font-size: 22px; }
    .legal-document table, .legal-document tbody, .legal-document tr, .legal-document th, .legal-document td { display: block; width: 100%; }
    .legal-document tr + tr { margin-top: 10px; }
}

/* Editorial layout for service and information pages. */
.seo-page-hero__grid { min-height: 500px; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); }
.seo-page-hero__copy { padding: 62px 72px 62px 0; }
.seo-page-hero h1 { max-width: 650px; font-size: clamp(38px, 4vw, 48px); line-height: 1.14; }
.seo-page-hero__copy > p:not(.eyebrow) { max-width: 600px; margin-top: 20px; font-size: 16px; line-height: 1.72; }
.seo-page-hero__actions { margin-top: 29px; }
.seo-page-hero__visual { min-height: 500px; box-shadow: -18px 24px 58px rgba(16, 35, 29, .11); }
.seo-page-content { padding-block: 86px; background: #f7f9f7; }
.seo-page-content__grid { grid-template-columns: minmax(0, 760px) 300px; justify-content: center; gap: 62px; }
.seo-page-content__grid--wide { grid-template-columns: minmax(0, 860px); }
.seo-article { color: #45514d; font-size: 16px; line-height: 1.78; }
.seo-article__header { display: grid; grid-template-columns: 150px 1fr; gap: 25px; align-items: start; margin: 0 0 42px; padding: 24px 26px; border: 1px solid #dce3df; border-left: 4px solid var(--gold); border-radius: 7px; background: #fff; box-shadow: 0 16px 40px rgba(18, 49, 40, .055); }
.seo-article__header span { color: var(--gold-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.seo-article__header p { margin: 0; color: #66716d; font-size: 14px; line-height: 1.65; }
.seo-article h2 { max-width: 680px; margin: 62px 0 19px; color: #173129; font-size: clamp(26px, 2.7vw, 33px); font-weight: 570; line-height: 1.25; }
.seo-article h3 { margin: 32px 0 12px; font-size: 18px; }
.seo-article p { max-width: 730px; margin-bottom: 18px; }
.seo-intro { max-width: 760px; padding: 30px 34px; border: 1px solid #dce3df; border-left: 4px solid var(--gold); border-radius: 7px; background: #fff; box-shadow: 0 14px 38px rgba(19, 48, 40, .05); }
.seo-intro__lead { margin-bottom: 14px !important; font-size: 23px; line-height: 1.48; }
.seo-feature-grid { gap: 12px; margin-top: 38px; }
.seo-feature-grid article { min-height: 220px; padding: 24px; border-radius: 7px; background: #fff; }
.seo-feature-grid h3 { margin: 46px 0 10px; font-size: 19px; }
.seo-feature-grid p { font-size: 13px; }
.seo-tz-section { margin-bottom: 36px; padding: 0 0 34px; }
.seo-tz-section h2 { margin-bottom: 14px; font-size: clamp(25px, 2.6vw, 32px); }
.seo-tz-section p { font-size: 15px; line-height: 1.76; }
.seo-note { margin: 52px 0; padding: 30px 32px; background: #fff; }
.seo-note strong { font-size: 21px; }
.service-aside { top: 126px; }
.service-aside__nav, .service-aside__contact { border-radius: 7px; }

.seo-faq { margin: 72px 0 0; padding: 34px; border: 1px solid #d8e1dd; border-top: 0; border-radius: 8px; background: #fff; box-shadow: 0 22px 58px rgba(16, 44, 36, .08); }
.seo-faq__heading { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: start; margin-bottom: 27px; }
.seo-faq__heading > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #14352c; color: #e7b64a; font-size: 11px; font-weight: 800; }
.seo-faq__heading h2 { margin: 0 0 6px; font-size: clamp(26px, 2.8vw, 34px); }
.seo-faq__heading p { margin: 0; color: #77807d; font-size: 13px; }
.seo-faq__list { border-top: 1px solid #dce4e0; }
.seo-faq details { border-bottom: 1px solid #dce4e0; }
.seo-faq summary { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 20px 44px 20px 0; font-size: 15px; line-height: 1.45; }
.seo-faq summary > span { color: #b17d00; font-size: 10px; font-weight: 800; }
.seo-faq summary::after { top: 16px; right: 2px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #d5dfda; border-radius: 50%; color: #17352c; font-size: 18px; line-height: 1; }
.seo-faq details[open] summary { color: #a06f00; }
.seo-faq details p { max-width: 650px; margin-left: 56px; padding: 0 30px 21px 0; color: #65706c; font-size: 14px; line-height: 1.72; }

@media (max-width: 980px) {
    .seo-page-hero__grid { grid-template-columns: 1fr; }
    .seo-page-hero__copy { padding: 50px 0; }
    .seo-page-hero__visual { min-height: 400px; }
    .seo-page-content__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
    .seo-page-hero__copy { padding: 34px 0 40px; }
    .seo-page-hero h1 { font-size: 34px; }
    .seo-page-hero__copy > p:not(.eyebrow) { font-size: 14px; }
    .seo-page-hero__visual { min-height: 280px; }
    .seo-page-content { padding-block: 54px; }
    .seo-article__header { grid-template-columns: 1fr; gap: 9px; padding: 21px; }
    .seo-article { font-size: 15px; }
    .seo-intro { padding: 24px 21px; }
    .seo-intro__lead { font-size: 20px; }
    .seo-feature-grid article { min-height: 180px; }
    .seo-faq { margin-top: 50px; padding: 25px 19px; }
    .seo-faq__heading { grid-template-columns: 45px 1fr; gap: 12px; }
    .seo-faq__heading > span { width: 40px; height: 40px; }
    .seo-faq summary { grid-template-columns: 30px 1fr; gap: 8px; padding-right: 38px; font-size: 14px; }
    .seo-faq details p { margin-left: 38px; padding-right: 8px; font-size: 13px; }
}

/* Final editorial overrides: keep sections continuous and marker-led. */
.seo-page-content .seo-tz-section { position: relative; counter-increment: editorial-section; margin: 0 0 44px; padding: 0 0 0 48px; border: 0; }
.seo-page-content .seo-tz-section:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.seo-page-content .seo-tz-section::before { content: counter(editorial-section, decimal-leading-zero); position: absolute; top: 3px; left: 0; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #dbc37f; border-radius: 50%; background: #fffaf0; color: #9a6b00; font-size: 9px; font-weight: 800; }
.seo-page-content .seo-tz-section h2 { margin: 0 0 13px; padding-left: 0; font-size: clamp(23px, 2.35vw, 29px); line-height: 1.3; }
.seo-page-content .seo-tz-section h2::before { display: none; }
.seo-page-content .seo-tz-section p { max-width: 700px; margin: 0 0 12px; font-size: 15px; line-height: 1.78; }
.seo-tz-section { padding-left: 48px; }
.seo-tz-section h2 { padding-left: 0; }
.seo-tz-section h2::before { display: none; }

@media (max-width: 720px) {
    .seo-page-content .seo-tz-section { margin-bottom: 35px; padding: 0 0 0 39px; border: 0; }
    .seo-page-content .seo-tz-section::before { width: 26px; height: 26px; }
    .seo-page-content .seo-tz-section h2 { font-size: 22px; }
    .seo-page-content .seo-tz-section p { font-size: 14px; }
    .seo-tz-section { padding-left: 39px; }
}
.catalog-switch{display:flex;gap:8px;margin:0 0 28px;border-bottom:1px solid #d9e2df}.catalog-switch button{appearance:none;border:0;border-bottom:3px solid transparent;background:transparent;padding:14px 18px;color:#61706c;font:inherit;font-weight:800;cursor:pointer}.catalog-switch button.is-active{border-color:#c4952f;color:#102f27}.catalog-toolbar{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:end;margin:0 0 28px}.catalog-filter-toggle{display:none}.catalog-filters{display:flex;gap:12px;align-items:end}.catalog-filters label{display:grid;gap:7px;color:#5b6a66;font-size:12px;font-weight:800}.catalog-filters select{min-width:170px;height:48px;border:1px solid #cedbd7;background:#fff;padding:0 36px 0 14px;font:inherit;color:#14352c}.catalog-filters button{height:48px;border:0;background:#e9efed;padding:0 18px;font:inherit;font-weight:800;color:#14352c;cursor:pointer}.catalog-count{margin:0 0 13px;color:#677570}.catalog-count strong{color:#14352c;font-size:24px}.catalog-empty{padding:50px 24px;text-align:center;background:#edf3f1}.catalog-empty h2{font-size:28px}.project-card__view{display:inline-flex;align-items:center;min-height:42px;padding:0 15px;background:#153d32;color:#fff!important;text-decoration:none;font-size:13px;font-weight:800}.project-card[hidden]{display:none!important}
.mobile-actionbar{position:fixed;z-index:999;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1fr 1.25fr;gap:8px;padding:8px;background:rgba(255,255,255,.96);border:1px solid #d9e3df;box-shadow:0 12px 36px rgba(7,35,28,.2);backdrop-filter:blur(12px)}.mobile-actionbar[hidden]{display:none}.mobile-actionbar a{display:grid;place-items:center;min-height:48px;text-decoration:none;font-weight:800;color:#14352c}.mobile-actionbar a:last-child{background:#c99a35;color:#10251f}.has-mobile-actionbar{padding-bottom:84px}
@media(max-width:760px){.catalog-toolbar{display:block}.catalog-filter-toggle{display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;border:1px solid #cedbd7;background:#fff;padding:0 16px;font:inherit;font-weight:800}.catalog-filters{display:none;padding:14px;background:#edf3f1}.catalog-filters.is-open{display:grid}.catalog-filters label,.catalog-filters select{width:100%}.catalog-count{margin-top:14px}.cookie-notice{left:10px!important;right:10px!important;bottom:10px!important;max-width:none!important;padding:14px!important}.cookie-notice__copy p{font-size:12px;line-height:1.45}.cookie-notice__actions{display:flex;gap:8px}.cookie-notice__actions button{min-height:42px;padding:8px 12px!important}.has-mobile-actionbar .cookie-notice{bottom:86px!important}}
.brand--sticky{display:none;flex:0 0 auto;margin-right:6px}.brand--sticky img{width:42px;height:42px}.brand--sticky .brand__text strong{font-size:21px}.brand--sticky .brand__text small{display:none}.site-header.is-scrolled .brand--sticky,body:not(.home) .brand--sticky{display:inline-flex}
@media(max-width:980px){.brand--sticky{display:none!important}}
.scroll-to-top{position:fixed;z-index:980;right:24px;bottom:24px;width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid rgba(224,182,80,.55);border-radius:50%;background:#153d32;color:#fff;box-shadow:0 14px 34px rgba(8,35,28,.25);font:inherit;font-size:22px;cursor:pointer;transition:transform .2s ease,background .2s ease,opacity .2s ease}.scroll-to-top:hover{background:#c99a35;color:#10251f;transform:translateY(-3px)}.scroll-to-top[hidden]{display:none}.has-mobile-actionbar .scroll-to-top{bottom:96px}
@media(max-width:760px){.scroll-to-top{right:14px;bottom:18px;width:44px;height:44px}.has-mobile-actionbar .scroll-to-top{bottom:96px}.cookie-notice.is-visible~.mobile-actionbar~.scroll-to-top{right:18px}}

/* Unified editorial layout for internal pages. */
.seo-page-content { padding-block: 76px; background: #fff; }
.seo-page-content__grid,
.seo-page-content__grid--wide { display: block; width: min(calc(100% - 48px), var(--container)); max-width: none; }
.seo-page-content__grid > .seo-article,
.seo-page-content__grid--wide > .seo-article { width: 100%; max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.seo-article__header { display: block; margin: 0 0 38px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.seo-article__header span { display: block; margin-bottom: 8px; }
.seo-article__header p,
.seo-article p,
.seo-page-content .seo-tz-section p { width: 100%; max-width: none; }
.seo-tz-section,
.seo-page-content .seo-tz-section { margin: 0 0 34px; padding: 0 0 0 48px; border: 0; }
.seo-projects-intro { width: 100%; max-width: none; margin: 0 0 56px; }

/* Unified soft typography and social brand icons */
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.page-hero h1,
.seo-page-hero h1,
.single-project__hero h1,
.legal-page__header h1,
.section h2,
.project-card h3,
.service-item h3,
.steps h3,
.company-intro__lead,
.seo-intro__lead,
.seo-feature-grid h3 {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6,
.hero h1,
.page-hero h1,
.seo-page-hero h1,
.single-project__hero h1,
.legal-page__header h1,
.section h2 {
    font-weight: 520;
}
.social-badge { overflow: hidden; padding: 0; background: transparent; }
.social-badge img { width: 42px; height: 42px; object-fit: contain; }
.social-link { display: flex; align-items: center; gap: 10px; }
.social-link img { width: 24px; height: 24px; flex: 0 0 auto; }
a[href*="t.me"]:not(.utilitybar__link):not(.social-link):not(:has(img))::before,
a[href*="wa.me"]:not(.utilitybar__link):not(.social-link):not(:has(img))::before {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 8px;
    content: "";
    vertical-align: middle;
    background: center / contain no-repeat;
}
a[href*="t.me"]:not(.utilitybar__link):not(.social-link):not(:has(img))::before { background-image: url("../images/icon-telegram.svg"); }
a[href*="wa.me"]:not(.utilitybar__link):not(.social-link):not(:has(img))::before { background-image: url("../images/icon-whatsapp.svg"); }

/* Site-wide typography scale. The homepage hero intentionally remains independent. */
:root {
    --type-page-title: clamp(40px, 4vw, 52px);
    --type-section-title: clamp(30px, 3vw, 38px);
    --type-card-title: 22px;
    --type-body: 16px;
    --type-caption: 12px;
}
main { font-size: var(--type-body); }
main p,
main li,
main td,
main th,
main label,
main input,
main select,
main textarea { font-family: "Manrope", "Segoe UI", Arial, sans-serif; }
main p,
main li { font-size: var(--type-body); line-height: 1.7; }
.page-hero h1,
.seo-page-hero h1,
.single-project__hero h1,
.legal-page__header h1,
.archive-hero h1,
.error-page h1 {
    font-size: var(--type-page-title);
    font-weight: 520;
    line-height: 1.14;
}
.section h2,
.seo-tz-section h2,
.legal-page h2,
.page-gallery__heading h2,
.seo-projects-intro h2,
.archive-content h2 {
    font-size: var(--type-section-title);
    font-weight: 520;
    line-height: 1.2;
}
.section h3,
.seo-tz-section h3,
.legal-page h3,
.project-card h3,
.service-item h3,
.steps h3,
.seo-feature-grid h3 {
    font-size: var(--type-card-title);
    font-weight: 600;
    line-height: 1.35;
}
.eyebrow,
.section-label,
.page-kicker,
.seo-page-hero__eyebrow,
.legal-page__eyebrow,
.project-card small,
.service-item small,
main label > small {
    font-size: var(--type-caption);
    font-weight: 700;
    line-height: 1.4;
}
@media (max-width: 620px) {
    :root { --type-page-title: 36px; --type-section-title: 29px; --type-card-title: 21px; --type-body: 15px; }
}

main section:not(.home-hero) p:not(.home-kicker):not([class*="eyebrow"]),
main section:not(.home-hero) li,
main article p:not([class*="eyebrow"]),
main article li,
main .page-content p,
main .page-content li,
main .legal-page p,
main .legal-page li {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
    font-size: var(--type-body) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
}

@media(max-width:720px) {
    .seo-page-content { padding-block: 50px; }
    .seo-page-content__grid,
    .seo-page-content__grid--wide { width: min(calc(100% - 32px), var(--container)); }
    .seo-page-content__grid > .seo-article,
    .seo-page-content__grid--wide > .seo-article { padding: 0; }
    .seo-article__header { margin-bottom: 30px; padding-bottom: 20px; }
    .seo-tz-section,
    .seo-page-content .seo-tz-section { margin-bottom: 29px; padding: 0 0 0 39px; }
}

/* Calm continuous SEO typography across every internal page. */
.seo-page-content {
    padding-block: 58px 72px;
}
.seo-page-content__grid > .seo-article,
.seo-page-content__grid--wide > .seo-article {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    color: #4f5d58;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}
.seo-article__header {
    margin: 0 0 24px;
    padding: 0 0 18px;
    border-bottom: 1px solid #e2e8e5;
}
.seo-article__header span {
    margin-bottom: 5px;
    color: #a67412;
    letter-spacing: 0;
}
.seo-article__header p {
    max-width: 900px;
    color: #66736e;
    font-size: 15px;
    line-height: 1.65;
}
.seo-tz-section,
.seo-page-content .seo-tz-section {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
}
.seo-tz-section::before,
.seo-page-content .seo-tz-section::before {
    display: none;
    content: none;
}
.seo-page-content .seo-tz-section h2,
.seo-tz-section h2 {
    max-width: 980px;
    margin: 25px 0 8px;
    padding: 0;
    color: #17352c;
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 25px;
    font-weight: 620;
    line-height: 1.3;
    letter-spacing: 0;
}
.seo-page-content .seo-tz-section:first-of-type h2,
.seo-tz-section:first-of-type h2 {
    margin-top: 0;
}
.seo-page-content .seo-tz-section p,
.seo-tz-section p {
    width: 100%;
    max-width: 1080px;
    margin: 0;
    color: #52615c;
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}
.seo-keyphrase {
    color: #a8730b;
    font-weight: 680;
}
.cookie-notice,
.cookie-notice button {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}
.cookie-notice__copy strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}
.cookie-notice__copy p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}
@media (max-width: 720px) {
    .seo-page-content { padding-block: 40px 54px; }
    .seo-tz-section,
    .seo-page-content .seo-tz-section { margin: 0; padding: 0; }
    .seo-page-content .seo-tz-section h2,
    .seo-tz-section h2 { margin-top: 21px; font-size: 22px; }
    .seo-page-content .seo-tz-section p,
    .seo-tz-section p { font-size: 15px; line-height: 1.68; }
}

.page-price-reference { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 32px; align-items: center; margin: 0 0 42px; padding: 22px 26px; border: 1px solid #d7e0dc; border-left: 4px solid #d3a33b; border-radius: 7px; background: #f7f9f8; }
.page-price-reference div { display: grid; gap: 5px; }
.page-price-reference div span { color: #947020; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.page-price-reference div strong { color: #18382f; font-size: 16px; }
.page-price-reference p { margin: 0; color: #173d32; font-size: 30px; font-weight: 700; white-space: nowrap; }
.page-price-reference p small, .page-price-reference p b { font-size: 12px; font-weight: 600; }
.page-price-reference a { color: #173d32; font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
@media(max-width:760px){.page-price-reference{grid-template-columns:1fr;gap:14px;padding:20px}.page-price-reference p{font-size:28px}.page-price-reference a{white-space:normal}}

/* Shared rounded project actions and contact icons. */
.project-card__view {
    min-height: 42px;
    padding-inline: 17px;
    border-radius: 9px;
    box-shadow: 0 9px 20px rgba(11, 51, 41, .16);
}
.request__contacts { gap: 11px; }
.request__contacts .request-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 17px;
}
.request-contact-icon {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #d1a842;
    border-radius: 50%;
    background: #fffaf0;
    color: #8d650d;
    font-size: 15px;
    font-weight: 800;
    margin-top: 0 !important;
    color: #8d650d !important;
}
.page-request .request-contact-icon {
    border-color: rgba(226,182,77,.5);
    background: rgba(226,182,77,.1);
    color: #e2b64d !important;
}
@media(max-width:760px) {
    .project-card__view { min-height: 40px; border-radius: 8px; }
    .request__contacts .request-contact-link { font-size: 15px; }
    .request-contact-icon { width: 34px; height: 34px; }
}
