:root {
    --forest: #123b2a;
    --forest-2: #1c5139;
    --green: #2d6b4c;
    --lime: #d7ec83;
    --gold: #d8ad58;
    --terra: #c26732;
    --cream: #f3f0e7;
    --paper: #fffef9;
    --ink: #14221a;
    --muted: #68736c;
    --line: #d9dcd2;
    --soft-green: #e7eee8;
    --shadow: 0 18px 48px rgba(27, 48, 35, .10);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { min-width: 0; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font: 16px/1.45 "Segoe UI", Inter, Arial, sans-serif; }
button, input, select { font: inherit; }
a { color: inherit; }
.service-line { min-height: 30px; padding: 5px clamp(18px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #d9e4dc; background: #0d2c20; font-size: 11px; letter-spacing: .035em; }
.site-header { min-height: 82px; padding: 10px clamp(18px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(18, 59, 42, .12); background: rgba(255, 254, 249, .94); backdrop-filter: blur(16px); }
.brand { width: max-content; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; clip-path: circle(44%); transform: scale(1.09); }
.brand-name { color: var(--forest); font-size: 27px; font-weight: 900; line-height: .9; letter-spacing: -.055em; }
.brand-name small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: #f0eee6; }
.main-nav a { min-width: 104px; padding: 10px 20px; border-radius: 999px; text-align: center; text-decoration: none; font-size: 14px; font-weight: 750; }
.main-nav a.active { color: white; background: var(--forest); box-shadow: 0 4px 12px rgba(18, 59, 42, .18); }
.header-status { justify-self: end; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.header-status i, .live-pulse { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #4a9b62; box-shadow: 0 0 0 5px rgba(74, 155, 98, .12); }
main { min-width: 0; width: min(1500px, 100%); margin: 0 auto; }
.eyebrow { margin: 0; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.market-hero { min-height: 410px; margin: 24px clamp(16px, 3.8vw, 58px) 34px; padding: clamp(32px, 5vw, 70px); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(270px, .6fr); align-items: end; gap: 60px; position: relative; overflow: hidden; border-radius: 12px 64px 12px 64px; color: white; background: linear-gradient(118deg, #113827 0%, #1f5940 66%, #2d6b4c 100%); box-shadow: var(--shadow); }
.market-hero::before { content: ""; width: 600px; height: 600px; position: absolute; right: -220px; top: -340px; border: 1px solid rgba(216, 173, 88, .45); border-radius: 50%; box-shadow: 0 0 0 60px rgba(216, 173, 88, .05), 0 0 0 120px rgba(216, 173, 88, .035), 0 0 0 180px rgba(216, 173, 88, .025); }
.market-hero::after { content: "С/Х"; position: absolute; right: 4%; top: 4%; color: rgba(255, 255, 255, .035); font-size: clamp(150px, 21vw, 330px); font-weight: 950; line-height: 1; letter-spacing: -.1em; }
.hero-copy, .hero-board { position: relative; z-index: 1; }
.market-hero .eyebrow { color: var(--lime); }
.market-hero h1 { max-width: 850px; margin: 12px 0 20px; font-size: clamp(52px, 7vw, 98px); line-height: .89; letter-spacing: -.065em; }
.market-hero .hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 0; color: #dbe8df; font-size: clamp(16px, 1.5vw, 20px); }
.hero-link { min-height: 48px; margin-top: 30px; display: inline-flex; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255, 255, 255, .5); color: white; text-decoration: none; font-weight: 800; }
.hero-link span { color: var(--lime); font-size: 21px; }
.hero-board { border-top: 1px solid rgba(255, 255, 255, .28); }
.hero-board div { padding: 17px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.hero-board span { color: #c8d8ce; font-size: 12px; }
.hero-board strong { font-size: 19px; text-align: right; }
.market-workspace { min-width: 0; margin: 0 clamp(16px, 3.8vw, 58px) 70px; }
.workspace-heading { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.workspace-heading h2 { margin: 4px 0 0; font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.045em; }
.workspace-heading > p { max-width: 360px; margin: 0; color: var(--muted); text-align: right; font-size: 13px; }
.filters { min-width: 0; max-width: 100%; margin-bottom: 18px; padding: 12px; display: grid; grid-template-columns: auto minmax(170px, .68fr) minmax(260px, 1fr) auto; gap: 10px; align-items: end; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 8px 24px rgba(32, 48, 37, .06); }
.filters > * { min-width: 0; max-width: 100%; }
.filters fieldset { min-inline-size: 0; margin: 0; padding: 0; border: 0; }
.filters legend, .control span { display: block; margin: 0 0 6px; color: var(--muted); font-size: 11px; font-weight: 750; }
.crop-tabs { display: flex; gap: 3px; padding: 3px; border-radius: 10px; background: #ecebe3; }
.crop-tabs label { margin: 0; }
.crop-tabs input { position: absolute; opacity: 0; pointer-events: none; }
.crop-tabs span { min-height: 43px; padding: 0 14px; display: grid; place-items: center; border-radius: 8px; cursor: pointer; font-size: 13px; font-weight: 800; white-space: nowrap; }
.crop-tabs input:focus-visible + span { outline: 3px solid rgba(45, 107, 76, .28); }
.crop-tabs input:checked + span { color: white; background: var(--forest); }
.control select, .control input { width: 100%; height: 49px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; outline: none; color: var(--ink); background: white; }
.control select:focus, .control input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(45, 107, 76, .12); }
.primary-button, .phone-button, .contact-button, .map-button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 0; border-radius: 9px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.primary-button { color: white; background: var(--terra); }
.primary-button:hover, .phone-button:hover, .contact-button:hover, .map-button:hover { transform: translateY(-1px); }

.market-layout { display: grid; grid-template-columns: minmax(450px, 1fr) minmax(500px, 1.03fr); gap: 18px; align-items: start; }
.map-column { min-width: 0; position: sticky; top: 102px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.map-column-head { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.map-column-head div { display: flex; align-items: center; gap: 11px; }
.map-column-head small { color: var(--muted); font-weight: 650; }
.map-panel { min-height: 650px; position: relative; contain: layout paint; overflow: hidden; background: #dce7d9; }
.map-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(30deg, transparent 48%, #9cb394 49%, #9cb394 51%, transparent 52%), linear-gradient(120deg, transparent 48%, #9cb394 49%, #9cb394 51%, transparent 52%); background-size: 84px 84px; transform: scale(1.3) rotate(-5deg); }
.map-copy { max-width: 380px; margin: 22px; padding: 20px; position: relative; z-index: 1; display: flex; gap: 14px; border: 1px solid rgba(23, 63, 45, .16); border-radius: 15px; background: rgba(255, 254, 249, .92); }
.map-copy p { margin: 0; }
.map-pin { color: var(--terra); font-size: 28px; line-height: 1; }
.map-note { position: absolute; left: 16px; bottom: 16px; z-index: 500; padding: 9px 13px; border-radius: 7px; color: white; background: rgba(18, 59, 42, .92); font-size: 11px; pointer-events: none; }
.market-map { position: absolute; inset: 0; z-index: 0; }
.market-map.selecting-start { cursor: crosshair; }
.yandex-map-logo { position: absolute; right: 0; top: 0; z-index: 500; padding: 8px; background: rgba(255, 255, 255, .94); line-height: 0; }
.yandex-map-logo[hidden] { display: none; }
.yandex-map-logo img { display: block; width: 76px; height: auto; }
.price-marker-shell { background: none; border: 0; }
.price-marker { min-width: 44px; height: 32px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid white; border-radius: 4px 15px 15px 15px; color: white; background: var(--forest); box-shadow: 0 5px 14px rgba(0, 0, 0, .28); font-size: 12px; font-weight: 900; white-space: nowrap; }
.map-popup { display: grid; gap: 4px; color: var(--ink); font-family: "Segoe UI", Inter, Arial, sans-serif; }
.map-popup-crop { margin: 0; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.map-popup strong { font-size: 17px; line-height: 1.15; }
.map-popup > span { font-weight: 700; }
.map-popup small { color: var(--muted); line-height: 1.3; }
.map-popup > b { margin-top: 5px; color: var(--forest); font-size: 18px; }
.map-popup-actions { display: flex; gap: 6px; margin-top: 7px; }
.leaflet-container .map-popup-actions a, .leaflet-container .map-popup-actions button { flex: 1; padding: 8px 10px; border: 0; border-radius: 7px; color: white; background: var(--green); text-align: center; text-decoration: none; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.leaflet-container .map-popup-actions button:last-child { color: var(--forest); background: var(--soft-green); }
.route-panel { width: min(330px, calc(100% - 32px)); position: absolute; left: 16px; top: 16px; z-index: 700; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 254, 249, .97); box-shadow: 0 15px 40px rgba(20, 42, 29, .22); backdrop-filter: blur(10px); }
.route-panel[hidden] { display: none; }
.route-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.route-panel-head > strong { font-size: 17px; }
.route-panel-head button { width: 30px; height: 30px; border: 0; border-radius: 7px; color: var(--ink); background: #ecece6; font-size: 20px; cursor: pointer; }
.route-panel > p { margin: 8px 0; color: var(--muted); font-size: 13px; }
.route-metrics { display: flex; align-items: baseline; gap: 10px; margin: 10px 0; }
.route-metrics strong { color: var(--forest); font-size: 27px; }
.route-metrics span { color: var(--muted); }
.route-panel label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 750; }
.route-panel input { height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; }
.route-cost, .route-farm-price { margin: 8px 0 0 !important; color: var(--forest) !important; font-weight: 850; }
.route-source { display: block; margin-top: 8px; color: var(--muted); font-size: 9px; line-height: 1.25; }
.route-panel-actions { display: flex; gap: 6px; margin-top: 11px; }
.route-panel-actions button { flex: 1; min-height: 39px; padding: 6px 9px; border: 0; border-radius: 8px; color: white; background: var(--green); font-size: 11px; font-weight: 850; cursor: pointer; }
.route-panel-actions button:last-child { color: var(--forest); background: var(--soft-green); }

.results { min-width: 0; }
.results-head { height: 55px; padding: 0 5px 10px; display: flex; align-items: end; justify-content: space-between; }
.results-head h2 { margin: 1px 0 0; font-size: 28px; line-height: 1; letter-spacing: -.035em; }
.results-head > span { color: var(--muted); font-size: 12px; }
.facility-card { margin-bottom: 10px; padding: 20px; display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 15px 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 5px 16px rgba(32, 48, 37, .045); transition: border-color .15s ease, box-shadow .15s ease; }
.facility-card:hover { border-color: #b8c6ba; box-shadow: 0 12px 30px rgba(32, 48, 37, .08); }
.region, .updated { margin: 0 0 7px; color: var(--muted); font-size: 11px; }
.region span { width: 6px; height: 6px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--gold); }
.facility-card h3 { margin: 0; font-size: 21px; line-height: 1.15; letter-spacing: -.025em; }
.facility-name { margin: 4px 0; font-size: 13px; font-weight: 750; }
.address { margin: 9px 0; color: #4f5d54; font-size: 13px; }
.updated { margin-top: 13px; margin-bottom: 0; }
.price-box { padding-left: 20px; border-left: 1px solid var(--line); text-align: right; }
.price-box span, .price-box small { display: block; color: var(--muted); font-size: 11px; }
.price-box strong { display: block; margin: 3px 0 5px; color: var(--forest); font-size: 27px; letter-spacing: -.035em; white-space: nowrap; }
.price-box .price-call { font-size: 20px; }
.price-box .price-quality { margin-top: 7px; line-height: 1.35; }
.facility-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone-button, .contact-button { gap: 10px; color: white; background: var(--green); font-size: 12px; }
.phone-button strong { font-size: 13px; }
.contact-button.is-revealed { padding-inline: 12px; overflow-wrap: anywhere; text-align: center; background: var(--forest-2); }
.contact-button.is-revealed[data-contact-copy]::after, .map-popup-actions button.copy-ready::after { content: "⧉"; margin-left: 7px; font-size: 16px; font-weight: 400; line-height: 1; opacity: .9; }
.map-button { color: var(--forest); background: var(--soft-green); font-size: 12px; }
.phone-missing, .map-unavailable { min-height: 49px; display: grid; place-items: center; padding: 0 12px; border-radius: 9px; color: var(--muted); background: #ecece6; text-align: center; font-size: 12px; }
.empty-state { padding: 55px; border: 1px solid var(--line); border-radius: 14px; text-align: center; background: var(--paper); }

.media-hero { min-height: 390px; margin: 24px clamp(16px, 3.8vw, 58px); padding: clamp(36px, 6vw, 82px); display: flex; flex-direction: column; justify-content: end; position: relative; overflow: hidden; border-radius: 12px 64px 12px 64px; color: white; background: var(--forest); }
.media-hero::after { content: "МЕДИА"; position: absolute; right: -15px; top: -20px; color: rgba(255, 255, 255, .045); font-size: clamp(110px, 20vw, 290px); font-weight: 950; line-height: 1; }
.media-hero > * { position: relative; z-index: 1; }
.media-hero .eyebrow { color: var(--lime); }
.media-hero h1 { max-width: 1100px; margin: 10px 0 20px; font-size: clamp(43px, 6.5vw, 86px); line-height: .94; letter-spacing: -.06em; }
.media-hero > p:not(.eyebrow) { max-width: 700px; margin: 0; color: #d7e3db; font-size: 18px; }
.media-grid { margin: 18px clamp(16px, 3.8vw, 58px) 70px; display: grid; gap: 18px; }
.media-lead { min-height: 330px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.media-visual { padding: 35px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: radial-gradient(circle at 78% 20%, rgba(216, 173, 88, .65), transparent 28%), linear-gradient(135deg, var(--forest-2), var(--forest)); }
.media-visual span { font-size: clamp(80px, 13vw, 190px); font-weight: 950; line-height: .85; letter-spacing: -.1em; }
.media-visual b { color: var(--lime); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.media-lead > div:last-child { padding: clamp(30px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.media-lead h2 { margin: 8px 0 14px; font-size: clamp(29px, 4vw, 48px); line-height: 1; letter-spacing: -.045em; }
.media-lead p:not(.eyebrow) { color: var(--muted); }
.media-lead a { width: max-content; margin-top: 16px; color: var(--forest); font-weight: 850; text-decoration: none; border-bottom: 1px solid var(--forest); }
.media-formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.media-formats article { min-height: 200px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.media-formats span { color: var(--terra); font-size: 12px; font-weight: 900; }
.media-formats h3 { margin: 28px 0 8px; font-size: 25px; }
.media-formats p { margin: 0; color: var(--muted); font-size: 14px; }
.media-hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.media-hero-bottom p { max-width: 690px; margin: 0; color: #d7e3db; font-size: 18px; }
.media-hero-bottom span { padding-bottom: 4px; color: #aebfb4; font-size: 11px; white-space: nowrap; }
.news-section { margin: 32px clamp(16px, 3.8vw, 58px) 76px; }
.news-section-head { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.news-section-head h2 { margin: 4px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1; letter-spacing: -.045em; }
.news-section-head > a { color: var(--forest); font-size: 13px; font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(18, 59, 42, .35); }
.news-accent-terra, .news-accent-gold, .news-accent-green, .news-accent-forest { --news-accent: var(--forest); }
.news-feature { min-height: 365px; margin-bottom: 14px; display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr); overflow: hidden; border-radius: 20px; color: white; background: linear-gradient(120deg, var(--forest), #1f5940); box-shadow: var(--shadow); }
.news-feature-index { padding: 26px; display: flex; align-items: end; position: relative; overflow: hidden; color: rgba(255, 255, 255, .12); background: color-mix(in srgb, var(--news-accent) 30%, transparent); font-size: clamp(110px, 14vw, 210px); font-weight: 950; line-height: .72; letter-spacing: -.12em; }
.news-feature-index::after { content: ""; width: 190px; height: 190px; position: absolute; right: -90px; top: -85px; border: 1px solid rgba(255, 255, 255, .26); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255, 255, 255, .035), 0 0 0 70px rgba(255, 255, 255, .025); }
.news-feature-body { padding: clamp(30px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; }
.news-meta { display: flex; align-items: center; gap: 16px; color: #b8cbbf; font-size: 11px; }
.news-meta span { padding: 6px 9px; border-radius: 999px; color: white; background: var(--news-accent); font-weight: 850; }
.news-feature h2 { max-width: 850px; margin: 20px 0 16px; font-size: clamp(34px, 4.4vw, 61px); line-height: .98; letter-spacing: -.052em; }
.news-feature-body > p { max-width: 790px; margin: 0; color: #d9e5dd; font-size: 16px; }
.news-feature a { width: max-content; margin-top: 28px; color: var(--lime); font-size: 13px; font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(215, 236, 131, .45); }
.news-feature a b, .news-card a b { font-size: 16px; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.news-card { min-height: 345px; padding: 22px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); transition: transform .18s ease, box-shadow .18s ease; }
.news-card::before { content: ""; width: 100%; height: 4px; position: absolute; left: 0; top: 0; background: var(--news-accent); }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(32, 48, 37, .09); }
.news-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.news-card-top > span { color: var(--news-accent); font-size: 14px; font-weight: 950; }
.news-card time { color: var(--muted); font-size: 10px; }
.news-category { margin: 28px 0 8px; color: var(--news-accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-card h3 { margin: 0 0 12px; font-size: clamp(21px, 2vw, 28px); line-height: 1.05; letter-spacing: -.035em; }
.news-summary { margin: 0; color: var(--muted); font-size: 13px; }
.news-card > a { width: max-content; margin-top: auto; padding-top: 22px; color: var(--forest); font-size: 12px; font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(18, 59, 42, .28); }
.news-list { display: grid; gap: 9px; }
.news-row { scroll-margin-top: 112px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); transition: border-color .16s ease, background-color .16s ease; }
.news-row::before { content: ""; width: 3px; position: absolute; inset: 0 auto 0 0; background: var(--forest); }
.news-row:hover { border-color: #b8c6ba; background: #fbfcf8; }
.news-row > a { min-height: 170px; padding: 24px 26px 24px 29px; display: grid; grid-template-columns: minmax(0, 1fr) 180px; align-items: center; gap: 26px; text-decoration: none; }
.news-row-body { max-width: 880px; }
.news-row-body .news-category { margin: 0 0 9px; }
.news-row h3 { margin: 0 0 10px; font-size: clamp(24px, 2.7vw, 38px); line-height: 1.02; letter-spacing: -.042em; }
.news-row-body > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.news-row-side { height: 100%; padding-left: 22px; display: flex; flex-direction: column; justify-content: space-between; align-items: end; border-left: 1px solid var(--line); text-align: right; }
.news-row-side time { color: var(--muted); font-size: 11px; }
.news-row-side time small { display: block; margin-top: 3px; }
.news-row-arrow { color: var(--forest); font-size: 22px; line-height: 1; }

.article-page { margin: 24px clamp(16px, 7vw, 120px) 52px; }
.article-back { display: inline-block; margin: 12px 0 28px; color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.article-header { padding: clamp(34px, 6vw, 82px); position: relative; overflow: hidden; border-radius: 12px 58px 12px 58px; color: white; background: linear-gradient(120deg, var(--forest), #215c42); }
.article-header::after { content: "С/Х"; position: absolute; right: -2%; top: -5%; color: rgba(255, 255, 255, .04); font-size: clamp(140px, 24vw, 340px); font-weight: 950; line-height: 1; letter-spacing: -.1em; }
.article-header > * { max-width: 1050px; position: relative; z-index: 1; }
.article-meta { display: flex; align-items: center; gap: 16px; color: #b8cbbf; font-size: 11px; }
.article-meta span { padding: 6px 10px; border-radius: 999px; color: white; background: var(--news-accent); font-weight: 850; }
.article-header h1 { margin: 24px 0 22px; font-size: clamp(43px, 6.3vw, 88px); line-height: .93; letter-spacing: -.06em; }
.article-header > p { margin: 0; color: #d8e5dc; font-size: clamp(17px, 2vw, 22px); }
.article-layout { max-width: 1120px; margin: 46px auto; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, .65fr); gap: clamp(35px, 7vw, 90px); align-items: start; }
.article-text { color: #26372d; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 2vw, 23px); line-height: 1.62; }
.article-text p { margin: 0 0 1.35em; }
.article-text p:first-child::first-letter { margin: .08em .12em 0 0; float: left; color: var(--news-accent); font: 900 3.4em/.78 "Segoe UI", Arial, sans-serif; }
.article-aside { padding: 22px; position: sticky; top: 112px; border-top: 4px solid var(--news-accent); border-radius: 0 0 12px 12px; background: var(--paper); box-shadow: 0 8px 25px rgba(32, 48, 37, .07); }
.article-aside strong { display: block; margin: 8px 0; color: var(--forest); font-size: 23px; }
.article-aside > p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.article-aside a { display: inline-block; margin-top: 10px; color: var(--forest); font-size: 12px; font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(18, 59, 42, .3); }
.article-market-link { max-width: 1120px; margin: 0 auto; padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-radius: 13px; color: white; background: var(--forest); }
.article-market-link div { display: grid; gap: 2px; }
.article-market-link span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-market-link strong { font-size: 17px; }
.article-market-link > a { min-height: 43px; padding: 0 16px; display: inline-flex; align-items: center; border-radius: 8px; color: var(--forest); background: var(--lime); font-size: 12px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.related-news { margin: 0 clamp(16px, 7vw, 120px) 76px; }
.related-news > .eyebrow { margin-bottom: 13px; }
.related-news > a { padding: 17px 3px; display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 22px; border-top: 1px solid var(--line); text-decoration: none; }
.related-news > a:last-child { border-bottom: 1px solid var(--line); }
.related-news a span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.related-news a strong { font-size: 18px; }
.related-news a b { color: var(--forest); font-size: 20px; }
footer { width: min(1500px, 100%); margin: 0 auto; padding: 35px clamp(18px, 4vw, 64px); display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer div { display: flex; align-items: center; gap: 14px; }
footer strong { color: var(--forest); font-size: 27px; letter-spacing: -.05em; }
footer div span { max-width: 160px; }
footer p { margin: 0; }
footer a { color: var(--forest); font-weight: 850; text-decoration: none; white-space: nowrap; }

@media (max-width: 1080px) {
    .header-status { display: none; }
    .site-header { grid-template-columns: 1fr auto; }
    .main-nav { justify-self: end; }
    .market-hero { grid-template-columns: 1fr; gap: 35px; }
    .hero-board { max-width: 620px; }
    .filters { grid-template-columns: 1fr 1fr; }
    .filters fieldset { grid-column: 1 / -1; }
    .market-layout { grid-template-columns: 1fr; }
    .map-column { position: relative; top: 0; }
    .map-panel { min-height: 480px; }
    .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-row > a { grid-template-columns: minmax(0, 1fr) 150px; gap: 18px; }
}
@media (max-width: 700px) {
    .service-line span:last-child { display: none; }
    .site-header { min-height: 68px; padding-block: 7px; gap: 12px; }
    .brand-logo { width: 46px; height: 46px; }
    .brand-name { font-size: 23px; }
    .brand-name small { display: none; }
    .main-nav a { min-width: 0; padding: 8px 13px; font-size: 13px; }
    .market-hero, .media-hero { min-height: 420px; margin: 12px 10px 24px; padding: 28px 22px; border-radius: 8px 34px 8px 34px; }
    .market-hero h1 { font-size: clamp(48px, 16vw, 70px); }
    .hero-board div { padding: 12px 0; }
    .market-workspace, .media-grid { margin-inline: 10px; }
    .workspace-heading { align-items: start; flex-direction: column; gap: 7px; }
    .workspace-heading > p { text-align: left; }
    .filters { grid-template-columns: 1fr; padding: 10px; }
    .filters fieldset { width: 100%; max-width: 100%; grid-column: auto; contain: inline-size layout paint; overflow: hidden; }
    .crop-tabs { min-width: 0; width: 100%; max-width: 100%; contain: inline-size layout paint; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
    .crop-tabs label { flex: 0 0 auto; }
    .map-column { border-radius: 14px; }
    .map-panel { min-height: 360px; }
    .facility-card { grid-template-columns: 1fr; padding: 17px; }
    .price-box { padding: 12px 0 0; border-top: 1px solid var(--line); border-left: 0; text-align: left; }
    .facility-actions { grid-column: auto; grid-template-columns: 1fr; }
    .phone-button { flex-direction: column; gap: 1px; padding-block: 8px; }
    .results-head { margin-top: 10px; }
    .media-lead { grid-template-columns: 1fr; }
    .media-visual { min-height: 220px; }
    .media-formats { grid-template-columns: 1fr; }
    .media-hero-bottom, .news-section-head { align-items: start; flex-direction: column; gap: 12px; }
    .media-hero-bottom span { white-space: normal; }
    .news-section { margin-inline: 10px; }
    .news-feature { grid-template-columns: 1fr; }
    .news-feature-index { min-height: 120px; align-items: center; font-size: 100px; }
    .news-feature-body { padding: 25px 22px 30px; }
    .news-meta { align-items: start; flex-direction: column; gap: 8px; }
    .news-feature h2 { font-size: 34px; }
    .news-grid { grid-template-columns: 1fr; }
    .news-card { min-height: 300px; }
    .news-row > a { min-height: 0; padding: 20px; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 12px; }
    .news-row h3 { font-size: 25px; }
    .news-row-side { height: auto; padding: 14px 0 0; grid-column: 1; flex-direction: row; align-items: center; border-top: 1px solid var(--line); border-left: 0; text-align: left; }
    .news-row-side time small { display: inline; margin-left: 5px; }
    .article-page { margin: 10px 10px 40px; }
    .article-header { padding: 35px 22px; border-radius: 8px 32px 8px 32px; }
    .article-header h1 { font-size: 43px; }
    .article-meta { align-items: start; flex-direction: column; gap: 8px; }
    .article-layout { margin: 32px 10px; grid-template-columns: 1fr; gap: 22px; }
    .article-aside { position: relative; top: 0; }
    .article-market-link { align-items: start; flex-direction: column; }
    .related-news { margin-inline: 15px; }
    .related-news > a { grid-template-columns: 1fr auto; gap: 7px 14px; }
    .related-news a span { grid-column: 1 / -1; }
    footer { grid-template-columns: 1fr; gap: 18px; }
}
