.agro-wrap {
    max-width: 1360px;
    margin: 34px auto 80px;
    padding: 0 20px;
}
.agro-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.agro-breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
}
.agro-breadcrumbs a:hover {
    color: #111827;
}
.agro-shell {
    display: grid;
    gap: 28px;
}
.agro-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 28px;
    align-items: start;
}
.agro-gallery-box,
.agro-summary,
.agro-section {
    background: #fff;
    border: 1px solid #dedede;
}
.agro-gallery-box {
    padding: 24px;
}
.agro-main-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
    border: 1px solid #ececec;
    overflow: hidden;
}
.agro-main-image {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    display: block;
    cursor: zoom-in;
    filter: drop-shadow(0 20px 32px rgba(17,17,17,.10));
}
.agro-thumbs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}
.agro-thumb {
    width: 88px;
    height: 88px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 6px;
    cursor: pointer;
    object-fit: cover;
    transition: border-color .2s ease, transform .2s ease;
}
.agro-thumb:hover,
.agro-thumb.is-active {
    border-color: #111827;
    transform: translateY(-2px);
}
.agro-summary {
    display: grid;
    gap: 20px;
    padding: 26px;
    position: sticky;
    top: 24px;
}
.agro-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.agro-flag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.agro-flag--new {
    background: #e11d48;
}
.agro-kicker {
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.agro-title {
    margin: 0;
    color: #111827;
    font-size: clamp(2.25rem, 1.7rem + 1.7vw, 4rem);
    line-height: .96;
    letter-spacing: -.055em;
    font-weight: 900;
}
.agro-meta {
    display: grid;
    gap: 12px;
}
.agro-meta-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
}
.agro-meta-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.agro-meta-label {
    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.agro-meta-value {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}
.agro-short {
    color: #374151;
    font-size: 17px;
    line-height: 1.8;
}
.agro-contact-panel {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid #111827;
    background: linear-gradient(180deg, #141922 0%, #111827 100%);
    color: #fff;
}
.agro-contact-label {
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.agro-contact-title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 900;
}
.agro-contact-copy {
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.7;
}
.agro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.agro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 800;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
    border: 1px solid transparent;
	font-size:20px;
}
.agro-btn:hover {
    transform: translateY(-2px);
}
.agro-btn-primary {
    background: #fff;
    border-color: #fff;
    color: #111827;
}
.agro-btn-primary:hover {
    background: #e11d48;
    border-color: #e11d48;
    color: #fff;
}
.agro-btn-secondary {
    background: transparent;
    border-color: rgba(255,255,255,.32);
    color: #fff;
}
.agro-btn-secondary:hover {
    border-color: #fff;
    background: rgba(255,255,255,.08);
    color: #fff;
}
.agro-section {
    padding: 26px;
}
.agro-section-head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}
.agro-section-kicker {
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.agro-section-title {
    margin: 0;
    color: #111827;
    font-size: clamp(1.9rem, 1.45rem + .8vw, 2.5rem);
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 900;
}
.agro-tech-grid {
    display: grid;
    gap: 0;
    border-top: 1px solid #ececec;
}
.agro-tech-row {
    display: grid;
    grid-template-columns: minmax(220px, .9fr) 1.1fr;
    gap: 22px;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
}
.agro-tech-label {
    color: #6b7280;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
}
.agro-tech-value {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
}
.agro-description {
    color: #374151;
    line-height: 1.85;
    font-size: 17px;
}
.agro-related-slider {
    display: grid;
    gap: 22px;
}
.agro-related-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.agro-related-nav {
    display: inline-flex;
    gap: 10px;
}
.agro-related-arrow {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #111827;
    background: #fff;
    color: #111827;
    font-size: 18px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
}
.agro-related-arrow:hover {
    background: #111827;
    color: #fff;
    transform: translateY(-2px);
}
.agro-related-arrow[disabled] {
    opacity: .35;
    cursor: not-allowed;
    transform: none;
}
.agro-related-viewport {
    overflow: hidden;
}
.agro-related-track {
    display: flex;
    gap: 22px;
    transition: transform .45s cubic-bezier(.22,1,.36,1);
    will-change: transform;
}
.agro-related-slide {
    flex: 0 0 calc((100% - (22px * 3)) / 4);
    min-width: 0;
}
.agro-related-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #dedede;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.agro-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(17,17,17,.06);
    border-color: #cfcfcf;
}
.agro-related-image-wrap {
    position: relative;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
    border-bottom: 1px solid #ececec;
}
.agro-related-image {
    width: 100%;
    height: 190px;
    object-fit: contain;
    display: block;
}
.agro-related-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    background: #e11d48;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.agro-related-body {
    display: grid;
    gap: 12px;
    flex: 1 1 auto;
    padding: 18px;
}
.agro-related-producer {
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.agro-related-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.04;
    letter-spacing: -.04em;
    font-weight: 900;
}
.agro-related-title a {
    color: #111827;
    text-decoration: none;
}
.agro-related-title a:hover {
    color: #e11d48;
}
.agro-related-desc {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}
.agro-related-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #111827;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}
.agro-related-link::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #e11d48;
    transition: width .2s ease, transform .2s ease;
}
.agro-related-link:hover {
    color: #e11d48;
}
.agro-related-link:hover::after {
    width: 32px;
    transform: translateX(3px);
}
.agro-related-progress {
    height: 2px;
    background: #ececec;
    overflow: hidden;
}
.agro-related-progress-bar {
    width: 25%;
    height: 100%;
    background: #111827;
    transition: width .3s ease;
}
.agro-empty {
    padding: 24px;
    border: 1px solid #dedede;
    background: #fff;
}
.agro-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,.92);
}
.agro-lightbox.is-open {
    display: block;
}
.agro-lightbox-backdrop {
    position: absolute;
    inset: 0;
}
.agro-lightbox-close,
.agro-lightbox-nav {
    position: absolute;
    z-index: 5;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.agro-lightbox-close {
    top: 18px;
    right: 18px;
}
.agro-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
}
.agro-lightbox-prev {
    left: 18px;
}
.agro-lightbox-next {
    right: 18px;
}
.agro-lightbox-counter {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    z-index: 5;
}
.agro-lightbox-stage {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 40px 90px 140px;
    box-sizing: border-box;
}
.agro-lightbox-panel {
    width: min(1160px, 100%);
    height: min(78vh, 820px);
    background: #fff;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agro-lightbox-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
.agro-lightbox-strip {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
}
.agro-lightbox-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1000px;
}
.agro-lightbox-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 2px solid transparent;
    background: #fff;
    cursor: pointer;
    opacity: .88;
    transition: all .2s ease;
}
.agro-lightbox-thumb:hover,
.agro-lightbox-thumb.is-active {
    border-color: #e11d48;
    opacity: 1;
    transform: translateY(-2px);
}
@media (max-width: 1180px) {
    .agro-hero {
        grid-template-columns: 1fr;
    }
    .agro-summary {
        position: static;
    }
    .agro-related-slide {
        flex-basis: calc((100% - 22px) / 2);
    }
}
@media (max-width: 767px) {
    .agro-wrap {
        padding: 0 14px;
    }
    .agro-gallery-box,
    .agro-summary,
    .agro-section {
        padding: 18px;
    }
    .agro-main-image-wrap {
        min-height: 320px;
    }
    .agro-title {
        font-size: 42px;
    }
    .agro-meta-row,
    .agro-tech-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .agro-actions {
        flex-direction: column;
    }
    .agro-btn {
        width: 100%;
    }
    .agro-related-topbar {
        align-items: flex-start;
    }
    .agro-related-slide {
        flex-basis: 100%;
    }
    .agro-related-arrow {
        width: 48px;
        height: 48px;
    }
    .agro-lightbox-stage {
        padding: 18px 12px 112px;
    }
    .agro-lightbox-panel {
        padding: 14px;
    }
    .agro-lightbox-nav {
        top: auto;
        bottom: 118px;
        transform: none;
    }
    .agro-lightbox-prev {
        left: 10px;
    }
    .agro-lightbox-next {
        right: 10px;
    }
}