/* =====================================================================
   Гидра Фильтр — production page
   ===================================================================== */

.hydra-production-page {
    --pr-navy: #0b1f3a;
    --pr-ink: #26384e;
    --pr-blue: #0b57c4;
    --pr-cyan: #0aa2e0;
    --pr-orange: #ff8f17;
    --pr-muted: #5f6f82;
    --pr-line: #dfe7f0;
    --pr-soft: #f4f8fc;
    --pr-soft-2: #eef4fb;
    --pr-dark: #071224;
    --pr-shadow: 0 18px 44px -30px rgba(7, 18, 36, .42);
    color: var(--pr-ink);
}

.hydra-production-page .col-inner {
    max-width: 1560px;
    margin: 0 auto;
}

.hydra-production-page .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.hydra-production-page .button.primary {
    background: linear-gradient(120deg, #ffa53d 0%, #ff8f17 60%, #ef7c00 100%);
    border-color: transparent;
    color: #fff;
}

.hydra-production-page .button.secondary.is-outline {
    border: 1px solid rgba(11, 87, 196, .35);
    background: #fff;
    color: var(--pr-blue);
}

.hydra-production-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
    gap: 34px;
    align-items: stretch;
    padding: 34px 0 28px;
}

.hydra-production-hero__content {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
    border: 1px solid var(--pr-line);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, var(--pr-soft) 100%);
}

.hydra-production-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--pr-muted);
    font-size: 13px;
    line-height: 1.3;
}

.hydra-production-breadcrumbs a {
    color: var(--pr-blue);
    font-weight: 700;
    text-decoration: none;
}

.hydra-production-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--pr-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.hydra-production-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: var(--pr-orange);
}

.hydra-production-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--pr-navy);
    font-size: 46px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.06;
}

.hydra-production-hero p {
    max-width: 700px;
    margin: 0;
    color: var(--pr-muted);
    font-size: 18px;
    line-height: 1.62;
}

.hydra-production-actions,
.hydra-production-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hydra-production-hero__media {
    position: relative;
    min-height: 500px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--pr-dark);
    box-shadow: var(--pr-shadow);
}

.hydra-production-hero__media::after,
.hydra-production-gallery figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 18, 36, 0) 45%, rgba(7, 18, 36, .78) 100%);
    pointer-events: none;
}

.hydra-production-hero__media img,
.hydra-production-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hydra-production-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 10px 0 74px;
    overflow: hidden;
    border: 1px solid var(--pr-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--pr-shadow);
}

.hydra-production-stats div {
    min-height: 118px;
    padding: 24px;
    border-right: 1px solid var(--pr-line);
}

.hydra-production-stats div:last-child {
    border-right: 0;
}

.hydra-production-stats strong {
    display: block;
    margin-bottom: 9px;
    color: var(--pr-navy);
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
}

.hydra-production-stats span {
    display: block;
    color: var(--pr-muted);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.hydra-production-section {
    display: grid;
    grid-template-columns: minmax(300px, .52fr) minmax(0, 1fr);
    gap: 54px;
    margin-bottom: 78px;
}

.hydra-production-section h2,
.hydra-production-split h2,
.hydra-production-cta h2 {
    margin: 0;
    color: var(--pr-navy);
    font-size: 32px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.16;
}

.hydra-production-copy {
    max-width: 900px;
}

.hydra-production-copy p,
.hydra-production-panel p,
.hydra-production-cta p {
    margin: 0 0 16px;
    color: var(--pr-ink);
    font-size: 16px;
    line-height: 1.7;
}

.hydra-production-copy p:last-child,
.hydra-production-panel p:last-child,
.hydra-production-cta p:last-child {
    margin-bottom: 0;
}

.hydra-production-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 255px;
    gap: 14px;
    margin-bottom: 82px;
}

.hydra-production-gallery figure {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--pr-dark);
}

.hydra-production-gallery figure.is-wide {
    grid-column: span 2;
    grid-row: span 2;
}

.hydra-production-gallery figcaption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
}

.hydra-production-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hydra-production-process article {
    min-height: 230px;
    padding: 22px;
    border: 1px solid var(--pr-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px -28px rgba(7, 18, 36, .45);
}

.hydra-production-process span {
    display: block;
    margin-bottom: 28px;
    color: var(--pr-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
}

.hydra-production-process h3 {
    margin: 0 0 10px;
    padding: 0;
    color: var(--pr-navy);
    font-size: 19px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.24;
}

.hydra-production-process h3::before {
    display: none;
}

.hydra-production-process p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hydra-production-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 78px;
}

.hydra-production-panel {
    padding: 30px;
    border: 1px solid var(--pr-line);
    border-radius: 8px;
    background: var(--pr-soft);
}

.hydra-production-panel h2 {
    margin-bottom: 18px;
    font-size: 28px;
}

.hydra-production-panel ul,
.hydra-production-equipment {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.hydra-production-panel li,
.hydra-production-equipment li {
    position: relative;
    min-height: 46px;
    padding: 12px 14px 12px 42px;
    border: 1px solid var(--pr-line);
    border-radius: 8px;
    background: #fff;
    color: var(--pr-ink);
    font-size: 15px;
    line-height: 1.45;
}

.hydra-production-panel li::before,
.hydra-production-equipment li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pr-orange);
    box-shadow: 0 0 0 4px rgba(255, 143, 23, .16);
}

.hydra-production-section--equipment {
    align-items: start;
    padding: 46px;
    border-radius: 8px;
    background: linear-gradient(120deg, #ffffff 0%, #eef4fb 100%);
}

.hydra-production-equipment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.hydra-production-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    margin: 0 0 56px;
    padding: 34px;
    border-radius: 8px;
    background: var(--pr-dark);
    color: #fff;
}

.hydra-production-cta h2 {
    margin-bottom: 12px;
    color: #fff;
}

.hydra-production-cta p {
    max-width: 760px;
    color: rgba(239, 244, 255, .82);
}

.hydra-production-cta__note {
    color: rgba(239, 244, 255, .62) !important;
    font-size: 13px !important;
}

.hydra-production-cta__actions {
    flex-direction: column;
    min-width: 245px;
    margin-top: 0;
}

.hydra-production-phone {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
}

.hydra-production-phone:hover {
    color: #fff;
}

.hydra-production-phone small {
    display: block;
    margin-bottom: 5px;
    color: rgba(239, 244, 255, .64);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .hydra-production-hero,
    .hydra-production-section,
    .hydra-production-cta {
        grid-template-columns: 1fr;
    }

    .hydra-production-hero__content,
    .hydra-production-hero__media {
        min-height: 430px;
    }

    .hydra-production-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hydra-production-cta__actions {
        flex-direction: row;
        min-width: 0;
    }
}

@media (max-width: 849px) {
    .hydra-production-hero {
        padding-top: 18px;
    }

    .hydra-production-hero__content {
        min-height: 0;
        padding: 28px;
    }

    .hydra-production-hero__media {
        min-height: 320px;
    }

    .hydra-production-hero h1 {
        font-size: 34px;
    }

    .hydra-production-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 56px;
    }

    .hydra-production-stats div:nth-child(2) {
        border-right: 0;
    }

    .hydra-production-stats div:nth-child(-n+2) {
        border-bottom: 1px solid var(--pr-line);
    }

    .hydra-production-section,
    .hydra-production-gallery,
    .hydra-production-split,
    .hydra-production-section--equipment {
        margin-bottom: 58px;
    }

    .hydra-production-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px;
    }

    .hydra-production-gallery figure.is-wide {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .hydra-production-split,
    .hydra-production-equipment {
        grid-template-columns: 1fr;
    }

    .hydra-production-section--equipment {
        padding: 28px;
    }
}

@media (max-width: 549px) {
    .hydra-production-page .button,
    .hydra-production-actions .button,
    .hydra-production-cta__actions .button {
        width: 100%;
    }

    .hydra-production-hero__content,
    .hydra-production-panel,
    .hydra-production-cta {
        padding: 22px;
    }

    .hydra-production-hero h1 {
        font-size: 28px;
    }

    .hydra-production-hero p {
        font-size: 16px;
    }

    .hydra-production-stats {
        grid-template-columns: 1fr;
    }

    .hydra-production-stats div,
    .hydra-production-stats div:nth-child(2) {
        border-right: 0;
    }

    .hydra-production-stats div {
        min-height: 0;
        border-bottom: 1px solid var(--pr-line);
    }

    .hydra-production-stats div:last-child {
        border-bottom: 0;
    }

    .hydra-production-section {
        gap: 24px;
    }

    .hydra-production-section h2,
    .hydra-production-cta h2 {
        font-size: 25px;
    }

    .hydra-production-panel h2 {
        font-size: 23px;
    }

    .hydra-production-gallery,
    .hydra-production-process {
        grid-template-columns: 1fr;
    }

    .hydra-production-gallery {
        grid-auto-rows: 210px;
    }

    .hydra-production-process article {
        min-height: 0;
    }

    .hydra-production-cta__actions {
        flex-direction: column;
    }
}
