/* Farm management and a compact editorial system. */
.hero-management-link{width:100%;display:flex;align-items:center;gap:10px;color:var(--forest);font-size:13px;font-weight:650;margin-top:1px}.hero-management-link .icon{width:18px}
.management-teaser{display:flex;align-items:center;gap:25px;padding:27px 30px;margin-top:16px;background:#f5f2e8;border:1px solid #e1dfd2;border-radius:9px}.management-teaser-no{font-size:10px;letter-spacing:.09em;color:#637359;white-space:nowrap}.management-teaser>span:nth-child(2){flex:1}.management-teaser strong{display:block;font-size:20px;line-height:1.3}.management-teaser small{font-size:13px;display:block;color:#687163;margin-top:6px}
.management{background:#f4f5ef}.management-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:48px}.management h2{font-size:clamp(39px,4vw,58px)}.management h2 em{color:#517d42}.management-lead{font-size:18px;line-height:1.8;color:#536152}.management-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:68px;align-items:center}.management-photo{position:relative;height:550px;overflow:hidden;border-radius:12px}.management-photo img{width:100%;height:100%;object-fit:cover;object-position:center 34%}.management-photo:after{position:absolute;inset:0;content:'';background:linear-gradient(0deg,#082f21ec,transparent 60%)}.management-photo figcaption{position:absolute;bottom:28px;left:27px;right:27px;z-index:1;color:white}.management-photo figcaption span{display:block;font-size:10px;letter-spacing:.14em;margin-bottom:14px}.management-photo figcaption strong{font:32px/1.17 Georgia,serif;letter-spacing:-.02em}.management-copy{font-size:15px;color:#5b6858;line-height:1.8}.management-stages{margin-top:26px}.management-stages article{display:flex;gap:21px;border-top:1px solid #d9dfd1;padding:23px 0}.management-stages article>span{font-size:13px;font-family:Georgia,serif;color:#5a7e43;padding-top:4px}.management-stages h3{font-size:21px;margin-bottom:9px}.management-stages p{font-size:13px;line-height:1.8;color:#596853}.management-options{display:flex;gap:7px;flex-wrap:wrap;margin:5px 0 25px}.management-options span{font-size:10px;padding:5px 9px;border:1px solid #cfd8c4;border-radius:4px;color:#516346}.management-note{font-size:11px;line-height:1.8;color:#6c7766;margin-top:17px}
.news-section{background:#fff}.news-section h2 em{color:#587b43}.news-toolbar{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid var(--line);padding-top:21px;margin-bottom:27px}.news-filters{display:flex;flex-wrap:wrap;gap:8px}.news-filters button{padding:11px 17px;border:1px solid #dce3d6;border-radius:30px;background:#fff;color:#596c4e;font-size:12px;min-height:44px}.news-filters button[aria-pressed=true]{background:var(--forest);border-color:var(--forest);color:#fff}#news-status{font-size:11px;color:#718064;text-align:right}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.news-card{border:1px solid #e0e5da;border-radius:11px;overflow:hidden;display:flex;flex-direction:column;background:#fff;position:relative}.news-card.hot{border-color:#c9b566}.news-card>img{width:100%;height:190px;object-fit:cover}.news-card-content{padding:23px;display:flex;flex-direction:column;flex:1}.news-card-meta{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:10px;color:#758268}.news-chip{font-size:9px;letter-spacing:.06em;font-weight:700;background:#eef3e7;color:#3d6530;border-radius:4px;padding:6px 8px}.hot .news-chip{background:#f7edc8;color:#705615}.news-card h3{font-size:22px;line-height:1.3;margin-bottom:15px}.news-card p{color:#637059;font-size:13px;line-height:1.8;margin-bottom:12px;overflow-wrap:anywhere}.news-card h3{overflow-wrap:anywhere}.news-card .news-price{font-size:17px;font-weight:650;color:var(--forest);margin-top:auto}.news-card .news-deadline{font-size:10px;color:#6a6e5d;margin-bottom:10px}.news-card button{padding:12px 0 0;margin-top:auto;background:none;color:var(--forest);font-size:12px;font-weight:700;text-align:left;min-height:44px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5eadf;gap:10px}.news-card button .icon{width:18px;height:18px}.news-empty{border:1px dashed #cfdac6;border-radius:12px;background:#f7f8f3;padding:40px;text-align:center}.news-empty>span{font-size:10px;letter-spacing:.12em;color:#718665}.news-empty h3{font:34px/1.2 Georgia,serif;margin-top:15px}.news-empty p{font-size:14px;color:#6b775f;max-width:590px;margin:20px auto}.news-more{display:flex;margin:25px auto 0;background:#f0f4ea;color:var(--forest)}.preview-warning{font-size:12px;background:#fff6db;color:#6f5a21;border:1px solid #efdfae;border-radius:6px;padding:13px 16px;margin-bottom:20px}.news-dialog{max-width:700px;width:calc(100% - 24px);max-height:92dvh;overflow:auto}.news-dialog-body{padding:28px}.news-dialog-body>img{width:100%;max-height:320px;object-fit:cover;margin:20px 0;border-radius:7px}.news-dialog-body>#news-dialog-meta{font-size:12px;color:#65775b}.news-dialog-body>#news-dialog-text{white-space:pre-wrap;font-size:15px;line-height:1.9;overflow-wrap:anywhere;margin:22px 0}.news-dialog-body>#news-dialog-price{font-weight:650;margin-bottom:24px;font-size:20px}.editor-link{font-size:11px;text-decoration:underline;text-underline-offset:3px;min-height:44px;display:inline-flex;align-items:center;margin-left:18px}
@media(min-width:1201px){.header nav{gap:16px}.header nav>a{font-size:11px}.header .brand-logo{width:210px}.header-inner{gap:18px}.header-phone{font-size:11px;padding-left:15px}}
@media(max-width:1050px){.management-layout{gap:38px;grid-template-columns:.8fr 1.2fr}.management-heading{gap:40px}.management-photo{height:550px}.news-grid{gap:17px}.news-card-content{padding:20px}.news-card h3{font-size:20px}}
@media(max-width:800px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.management-heading{grid-template-columns:1fr;gap:24px}.management-layout{grid-template-columns:1fr}.management-photo{height:390px}.management-right{grid-row:1}.management-lead{font-size:16px}.management-heading{margin-bottom:25px}}
@media(max-width:600px){.management-teaser{align-items:flex-start;gap:14px;padding:23px;flex-wrap:wrap}.management-teaser-no{width:100%}.management-teaser strong{font-size:20px}.management-teaser small{font-size:12px}.management h2{font-size:42px}.management-stages h3{font-size:21px}.management-stages p,.management-copy{font-size:14px}.management-right>.btn{width:100%;font-size:13px;padding:15px}.management-photo{height:350px}.management-photo figcaption strong{font-size:28px}.management-note{font-size:11px}.management-options span{font-size:11px}.news-toolbar{display:block}.news-filters button{font-size:12px;padding:10px 13px}#news-status{display:block;text-align:left;margin-top:16px}.news-grid{grid-template-columns:1fr;gap:22px}.news-card>img{height:210px}.news-card h3{font-size:24px}.news-card-content{padding:23px}.news-card p{font-size:14px}.news-card button{font-size:13px}.news-empty{padding:30px 22px}.news-empty h3{font-size:29px}.news-dialog-body{padding:22px}.news-dialog-body>#news-dialog-text{font-size:14px}.editor-link{margin-left:20px}.hero-management-link{font-size:12px}.hero-management-link .icon{width:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
