/* Agro Capital Standard / CARBON — responsive information site */
:root {
  --ink: #222a23;
  --muted: #586056;
  --paper: #fffdf8;
  --white: #ffffff;
  --green: #2d513b;
  --deep: #19281f;
  --lime: #efd393;
  --gold: #8a652d;
  --line: #dedfd4;
  --soft: #f1f2e9;
  --gutter: clamp(1rem, 4.5vw, 4rem);
  --header-height: 90px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: var(--ink);
  background: var(--paper);
  color-scheme: light;
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; min-width: 0; }
a { color: inherit; text-underline-offset: 4px; }
a, button, summary { -webkit-tap-highlight-color: #efd39360; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
p { margin: 0 0 1.25rem; line-height: 1.7; overflow-wrap: break-word; }
img { max-width: 100%; display: block; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.16; letter-spacing: -.035em; margin: 0 0 1.4rem; }
h3 { font-size: 1.2rem; font-weight: 600; line-height: 1.4; letter-spacing: -.015em; margin: 0 0 .85rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 15px 22px; color: var(--ink); background: var(--lime); }
.skip-link:focus { top: 12px; }

/* The official asset is preserved; the product name is a two-line lockup. */
.site-header { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 30px; padding: 17px var(--gutter); background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); text-decoration: none; min-width: 0; }
.official-brand { display: flex; align-items: center; gap: 12px; }
.official-logo { width: 48px; height: 48px; object-fit: contain; flex: 0 0 auto; }
.brand-lockup { min-width: 0; display: block; }
.brand-line { display: block; font-size: 1.2rem; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.brand-carbon { display: block; margin-top: 5px; color: var(--gold); font-size: .875rem; font-weight: 600; line-height: 1.2; letter-spacing: .25em; }
.main-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 24px; }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: .875rem; line-height: 1.4; }
.main-nav a:hover { text-decoration: underline; }
.header-tools { position: relative; display: flex; align-items: center; gap: 8px; }
.header-menu summary { display: flex; align-items: center; justify-content: center; gap: 6px; min-width: 44px; min-height: 44px; padding: 9px; border: 1px solid var(--line); border-radius: 6px; background: transparent; cursor: pointer; list-style: none; font-size: .875rem; line-height: 1.2; }
.header-menu summary::-webkit-details-marker { display: none; }
.header-menu summary svg { width: 20px; height: 20px; flex: 0 0 auto; }
.header-menu[open]>summary { background: var(--deep); border-color: var(--deep); color: white; }
.header-menu nav { position: absolute; right: 0; top: calc(100% + 12px); width: min(22rem, calc(100vw - var(--gutter) * 2)); max-height: calc(100vh - var(--header-height) - 30px); max-height: calc(100dvh - var(--header-height) - 30px); overflow-y: auto; padding: 8px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 15px 36px #19281f20; }
.header-menu nav a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; padding: 11px 14px; border-radius: 4px; font-size: 1rem; line-height: 1.5; text-decoration: none; }
.header-menu nav a span { font-size: .75rem; color: var(--muted); }
.header-menu nav a:hover { background: var(--soft); }
.header-menu nav [aria-current] { background: var(--deep); color: white; }
.header-menu nav [aria-current] span { color: var(--lime); }
.navigation-menu { display: none; }

/* Soil photography and carbon symbols establish the subject immediately. */
.hero { max-width: 1440px; margin: auto; padding: 42px var(--gutter) 48px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 6%; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { font-size: .875rem; line-height: 1.65; letter-spacing: .11em; font-weight: 600; margin: 0 0 1.6rem; color: var(--gold); }
.hero h1 { font-size: clamp(2.7rem, 4.8vw, 4.6rem); line-height: 1.08; letter-spacing: -.045em; margin: 0 0 25px; }
.hero h1 em { color: var(--green); font-weight: 400; }
:lang(ru) .hero h1 { font-size: clamp(2.5rem, 4.3vw, 4.4rem); }
.lead { max-width: 37rem; font-size: 1.06rem; color: var(--muted); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 100%; min-height: 48px; padding: 16px 22px; background: var(--green); color: white; border-radius: 5px; text-decoration: none; font-size: 1rem; line-height: 1.45; }
.button:hover { background: var(--deep); }
.button span { font-size: 1.25rem; flex: 0 0 auto; }
.text-link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 1rem; line-height: 1.6; }
.status-note { display: flex; align-items: baseline; gap: 9px; margin: 22px 0 0; font-size: .8125rem; line-height: 1.65; color: var(--muted); }
.status-note span { color: var(--gold); flex-shrink: 0; }
.hero-figure { min-width: 0; margin: 0; }
.hero-image-frame { position: relative; aspect-ratio: 1672 / 941; background: var(--deep); border-radius: 12px; overflow: hidden; }
.hero-image-frame>img { display: block; width: 100%; height: auto; }
.carbon-element { position: absolute; left: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-start; width: 6.5rem; padding: .75rem .875rem; border: 1px solid #efd393b3; border-radius: 4px; color: var(--lime); background: #19281fe8; }
.carbon-element>span:first-child { font-size: .8125rem; }
.carbon-element strong { font-family: Georgia, serif; font-weight: 400; font-size: 3.5rem; line-height: 1.05; margin: 2px 0 8px; }
.carbon-element>span:last-child { font-size: .75rem; letter-spacing: .14em; }
.hero-image-label { position: absolute; right: 22px; top: 22px; left: 22px; text-align: right; color: white; text-shadow: 0 1px 8px #000; font-size: .75rem; font-weight: 600; letter-spacing: .08em; line-height: 1.6; margin: 0; }
.hero-figure figcaption { font-size: .75rem; color: var(--muted); line-height: 1.6; margin-top: 10px; }

/* Reusable content rhythm */
.section { max-width: 1440px; margin: auto; padding: 76px var(--gutter); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.1fr); gap: 5%; align-items: start; margin-bottom: 38px; }
.section-heading>.eyebrow { padding-top: 7px; max-width: 19rem; }
.section-heading h2 { max-width: 44rem; }
.section-intro { max-width: 44rem; color: var(--muted); margin-bottom: 0; }
.three-grid, .audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.four-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.approach-card { min-width: 0; padding: 28px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--green); border-radius: 6px; }
.card-index { font-family: Georgia, serif; color: var(--gold); font-size: 1.8rem; line-height: 1; display: block; margin-bottom: 26px; }
.small-label { font-size: .8125rem; color: var(--muted); line-height: 1.65; margin: 0 0 12px; }
.approach-card p:last-child, .audience-grid p, .four-grid p { color: var(--muted); margin-bottom: 0; }
.audience-grid article, .four-grid article { min-width: 0; border-top: 1px solid var(--line); padding-top: 22px; }
.small-note { font-size: .875rem; line-height: 1.75; color: var(--muted); margin: 24px 0 0; max-width: 74rem; }
.inline-sources { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 22px; font-size: .875rem; line-height: 1.7; }
.inline-sources a { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; }
.evidence-strip { width: calc(100% - var(--gutter) * 2); max-width: 1312px; margin: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 24px 0; }
.evidence-strip>span { display: flex; align-items: baseline; gap: 16px; font-size: .875rem; line-height: 1.6; }
.evidence-strip small { color: var(--gold); font-family: Georgia, serif; font-size: 1.1rem; }
.chapter-band { width: calc(100% - var(--gutter) * 2); max-width: 1312px; margin: auto; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, 1fr); gap: 5%; }
.chapter-band h2 { font-size: 1.8rem; margin: 0; }
.chapter-band p { margin: 0; }
.chapter-band>p:last-child { color: var(--muted); }

/* An explanatory pathway, not a quantified carbon promise. */
.carbon-cycle { padding-top: 48px; }
.cycle-heading { max-width: 48rem; }
.cycle-heading .eyebrow { margin-bottom: 16px; }
.carbon-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 36px 0 0; padding: 0; border: 1px solid #c6d1bc; border-radius: 10px; background: var(--soft); }
.carbon-path li { min-width: 0; padding: 28px; border-right: 1px solid #c6d1bc; }
.carbon-path li:last-child { border-right: 0; background: #e4eacb; border-radius: 0 10px 10px 0; }
.cycle-symbol { display: block; color: var(--green); font-family: Georgia, serif; font-size: 3.7rem; line-height: 1.1; letter-spacing: -.05em; margin-bottom: 28px; }
.cycle-number { color: var(--gold); font-size: .8125rem; display: block; margin-bottom: 10px; }
.carbon-path p { color: var(--muted); margin: 0; }

/* Each data family keeps its complete source, metrics and explanation. */
.data-section, .quality-section, .jurisdiction-section, .company-section { border-top: 1px solid var(--line); }
.data-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.data-stats>div { min-width: 0; padding: 25px 24px; border-right: 1px solid var(--line); }
.data-stats>div:first-child { padding-left: 0; }
.data-stats>div:last-child { border-right: 0; }
.data-stats strong { display: block; font-family: Georgia, serif; font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.6rem); line-height: 1.3; letter-spacing: -.025em; margin-bottom: 10px; }
.data-stats span { display: block; font-size: .875rem; line-height: 1.6; color: var(--muted); }
.data-catalogue { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 32px; }
.data-record { min-width: 0; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.data-record:last-child { grid-column: 1 / -1; }
.data-record-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.data-record-head>div { min-width: 0; }
.source-symbol { flex: 0 0 auto; width: 54px; min-height: 54px; display: flex; align-items: center; justify-content: center; background: var(--soft); border: 1px solid #c6d1bc; border-radius: 6px; color: var(--green); font-size: .875rem; font-weight: 600; letter-spacing: -.025em; }
.data-record h3 { margin-bottom: 7px; }
.data-provider { font-size: .875rem; line-height: 1.6; overflow-wrap: anywhere; color: var(--muted); }
.data-provider a { display: inline-block; padding: 2px 0 8px; }
.data-metric-label { color: var(--gold); font-size: .875rem; font-weight: 600; margin-bottom: 8px; }
.data-metrics { margin-bottom: 22px; }
.data-notes { margin-top: auto; border-top: 1px solid var(--line); }
.data-notes summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 13px 0 0; font-size: .875rem; line-height: 1.6; cursor: pointer; }
.data-notes summary::-webkit-details-marker { display: none; }
.data-notes p { color: var(--muted); margin: 16px 0 0; }

/* Evidence, regional operations and company information */
.infrastructure { background: #eaf0e5; }
.method-section { background: var(--deep); color: white; }
.method-section .eyebrow { color: var(--lime); }
.method-section .section-intro { color: #d9e2d5; }
.method-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; list-style: none; margin: 0; padding: 0; }
.method-steps li { min-width: 0; border-top: 1px solid #687d69; padding-top: 23px; }
.step-number { font-family: Georgia, serif; font-size: 2.1rem; color: var(--lime); display: block; margin-bottom: 25px; line-height: 1; }
.method-steps p { color: #d9e2d5; margin: 0; }
.method-note { border-top: 1px solid #687d69; padding-top: 24px; margin: 32px 0 0; color: #d9e2d5; font-size: .875rem; }
.geography { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8%; }
.geography>div>p:not(.eyebrow) { color: var(--muted); max-width: 35rem; }
.market-list { border-top: 1px solid var(--line); align-self: center; min-width: 0; }
.market-list>div { border-bottom: 1px solid var(--line); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.market-list>div>span:first-child { font-size: 1.05rem; line-height: 1.5; }
.market-current, .market-future { flex-shrink: 0; max-width: 50%; padding: 7px 10px; font-size: .8125rem; line-height: 1.5; text-align: center; border-radius: 3px; }
.market-current { background: var(--lime); }
.market-future { background: var(--soft); color: var(--muted); }
.offices-section { background: var(--soft); }
.region-code { display: block; color: var(--green); font-family: Georgia, serif; font-size: 2.3rem; margin-bottom: 20px; }
.company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.company-card { min-width: 0; background: white; border: 1px solid var(--line); border-top: 3px solid #ae8a48; border-radius: 6px; padding: 30px; }
.company-card h3 { font-size: 1.2rem; }
.company-card p { color: var(--muted); }
.company-card dl { border-top: 1px solid var(--line); padding-top: 6px; margin: 24px 0; }
.company-card dl>div { padding-top: 18px; }
.company-card dt { color: var(--muted); font-size: .875rem; line-height: 1.6; margin-bottom: 5px; }
.company-card dd { margin: 0; font-size: 1rem; line-height: 1.7; overflow-wrap: anywhere; }
.company-card>a { font-size: .875rem; display: inline-block; min-height: 44px; line-height: 1.7; padding: 8px 0; }

/* Touch-friendly disclosure and contact controls */
.faq-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 8%; border-top: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; min-height: 48px; font-size: 1rem; line-height: 1.6; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.details-icon { position: relative; width: 16px; height: 16px; flex: 0 0 auto; }
.details-icon::before, .details-icon::after { content: ""; position: absolute; display: block; background: currentColor; }
.details-icon::before { width: 14px; height: 1px; top: 7px; }
.details-icon::after { width: 1px; height: 14px; left: 6px; }
details[open]>summary .details-icon::after { display: none; }
.faq-list details p { color: var(--muted); margin: 0 0 22px; }
.contact-section { background: var(--deep); color: white; }
.contact-inner { max-width: 1440px; margin: auto; padding: 70px var(--gutter); }
.contact-inner .eyebrow { color: var(--lime); }
.contact-inner h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.contact-intro { max-width: 49rem; color: #d9e2d5; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 5%; margin-top: 36px; }
.contact-grid article { min-width: 0; border-top: 1px solid #687d69; padding-top: 23px; }
.contact-grid h3 { color: var(--lime); }
.contact-grid p { color: #d9e2d5; max-width: 35rem; }
.contact-grid a { display: inline-block; max-width: 100%; min-height: 44px; padding: 5px 0; color: white; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.7; overflow-wrap: anywhere; }
.contact-grid .phone-card a { font-size: 1.5rem; text-decoration: none; }
.contact-grid .phone-card a:hover { text-decoration: underline; }
.contact-note { margin: 28px 0 0; font-size: .8125rem; color: #d9e2d5; }
.references { max-width: 1440px; margin: auto; padding: 38px var(--gutter); display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.references h2 { font-family: Arial, Helvetica, sans-serif; font-size: .875rem; font-weight: 600; letter-spacing: 0; margin-bottom: 10px; }
.references p { color: var(--muted); font-size: .8125rem; margin: 0; max-width: 31rem; }
.reference-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 4px 20px; min-width: 0; }
.reference-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 4px; font-size: .875rem; line-height: 1.7; }
.source-note { color: var(--muted); font-size: .875rem; padding-top: 24px; }
.source-note p { margin-bottom: 8px; }
.site-footer { max-width: 1440px; margin: auto; border-top: 1px solid var(--line); padding: 38px var(--gutter) max(24px, env(safe-area-inset-bottom)); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-bottom: 24px; }
.footer-top>a:last-child:not(.brand) { min-height: 44px; display: inline-flex; align-items: center; font-size: .875rem; line-height: 1.7; }
.legal { font-size: .8125rem; color: var(--muted); max-width: 70rem; }
.privacy { max-width: 70rem; font-size: .875rem; line-height: 1.7; color: var(--muted); }
.privacy summary { cursor: pointer; min-height: 44px; padding: 10px 0; }
.privacy p { margin: 12px 0; }
.privacy a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; font-size: .75rem; color: var(--muted); line-height: 1.6; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
  .site-header>.main-nav { display: none; }
  .navigation-menu { display: block; }
  .hero { gap: 4%; }
  .hero h1, :lang(ru) .hero h1 { font-size: clamp(2.3rem, 4.5vw, 3.5rem); }
  .method-steps, .four-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .approach-card { padding: 24px; }
  .market-list>div { align-items: flex-start; flex-direction: column; gap: 12px; }
  .market-current, .market-future { max-width: 100%; }
}
@media (max-width: 850px) {
  .section-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 28px; }
  .section-heading>.eyebrow { padding: 0; max-width: none; margin-bottom: 16px; }
  .three-grid, .audience-grid, .company-grid { grid-template-columns: 1fr; }
  .geography, .faq-section { grid-template-columns: 1fr; gap: 30px; }
  .chapter-band { grid-template-columns: 1fr; gap: 20px; }
  .references { flex-direction: column; align-items: flex-start; gap: 20px; }
  .reference-links { justify-content: flex-start; }
  .carbon-path li { padding: 22px; }
}
@media (max-width: 720px) {
  .site-header { padding-top: 12px; padding-bottom: 12px; }
  .official-logo { width: 42px; height: 42px; }
  .official-brand { gap: 10px; }
  .brand-line { font-size: 1rem; }
  .brand-carbon { font-size: .8125rem; margin-top: 4px; letter-spacing: .22em; }
  .hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; padding-top: 24px; padding-bottom: 28px; }
  .hero-copy { display: contents; }
  .hero-copy>.eyebrow { grid-row: 1; margin: 0; font-size: .8125rem; }
  .hero h1, :lang(ru) .hero h1 { grid-row: 2; font-size: clamp(2rem, 7.5vw, 3.4rem); line-height: 1.1; letter-spacing: -.035em; margin: 0; }
  .hero .lead { grid-row: 3; margin: 0; font-size: 1rem; }
  .hero-figure { grid-row: 4; margin: 4px 0 0; }
  .hero-image-frame { aspect-ratio: 1672 / 941; border-radius: 8px; }
  .hero-figure figcaption { margin-top: 7px; }
  .hero-actions { grid-row: 5; margin: 2px 0 0; gap: 12px 20px; }
  .status-note { grid-row: 6; margin: 0; }
  .carbon-element { left: 16px; bottom: 16px; width: 4.8rem; padding: .5625rem .6875rem; }
  .carbon-element strong { font-size: 2.5rem; margin: 1px 0 5px; }
  .carbon-element>span:last-child { font-size: .75rem; letter-spacing: .06em; }
  .hero-image-label { top: 15px; right: 15px; left: 15px; font-size: .75rem; }
  .section { padding-top: 48px; padding-bottom: 48px; }
  h2 { font-size: clamp(1.85rem, 6.5vw, 2.6rem); letter-spacing: -.025em; }
  .eyebrow { margin-bottom: 18px; }
  .carbon-cycle { padding-top: 28px; }
  .carbon-path { grid-template-columns: 1fr; margin-top: 26px; }
  .carbon-path li { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); gap: 18px; padding: 24px 20px; border-right: 0; border-bottom: 1px solid #c6d1bc; }
  .carbon-path li:last-child { border-bottom: 0; border-radius: 0 0 10px 10px; }
  .cycle-symbol { font-size: 2.5rem; margin: 0; padding-top: 18px; }
  .cycle-number { margin-bottom: 6px; }
  .carbon-path h3 { font-size: 1.1rem; }
  .carbon-path p { font-size: 1rem; }
  .data-catalogue { grid-template-columns: minmax(0, 1fr); gap: 16px; margin-top: 26px; }
  .data-record { padding: 22px; }
  .data-record:last-child { grid-column: auto; }
  .data-record-head { gap: 14px; margin-bottom: 20px; }
  .data-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .data-stats>div { padding: 20px 16px; }
  .data-stats>div:nth-child(2) { border-right: 0; }
  .data-stats>div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-left: 0; }
  .data-stats strong { font-size: clamp(1.4rem, 4.5vw, 2rem); }
  .data-stats>div:last-child strong { font-size: 1.5rem; }
  .contact-inner { padding-top: 48px; padding-bottom: 48px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .contact-grid a { font-size: 1rem; }
  .company-card { padding: 24px; }
  .footer-top { flex-wrap: wrap; }
}
@media (max-width: 440px) {
  .site-header { gap: 8px; }
  .official-brand { gap: 8px; }
  .brand-line { font-size: .9375rem; }
  .brand-carbon { font-size: .75rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { justify-content: center; flex: 1 1 100%; }
  .hero-actions .text-link { justify-content: center; width: 100%; }
  .evidence-strip { grid-template-columns: 1fr; gap: 14px; padding: 21px 0; }
  .evidence-strip>span { gap: 18px; }
  .method-steps, .four-grid { grid-template-columns: 1fr; gap: 28px; }
  .carbon-path li { grid-template-columns: 4rem minmax(0, 1fr); gap: 14px; padding: 22px 16px; }
  .cycle-symbol { font-size: 2.15rem; }
  .data-record { padding: 20px; }
  .data-record-head { gap: 12px; }
  .source-symbol { width: 46px; min-height: 46px; font-size: .8125rem; }
  .data-record h3 { font-size: 1.1rem; }
  .company-card { padding: 22px; }
}
@media (max-width: 360px) {
  .official-logo { width: 36px; height: 36px; }
  .brand-line { font-size: .875rem; }
  .language-menu summary svg { display: none; }
  .hero h1, :lang(ru) .hero h1 { font-size: 2rem; }
  .carbon-path li { grid-template-columns: 1fr; gap: 12px; }
  .cycle-symbol { padding-top: 0; }
  .data-record-head { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Farm income and the assessment request use the existing site primitives. */
[hidden] { display: none !important; }
.main-nav { gap: 8px 18px; }
.main-nav .nav-request { color: var(--green); font-weight: 700; }
.economics-section { background: var(--soft); border-block: 1px solid var(--line); }
.economics-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8%; align-items: center; }
.economics-grid>div { min-width: 0; }
.economics-grid>div>p:not(.eyebrow) { color: var(--muted); }
.income-figure { padding-left: clamp(24px, 4vw, 55px); border-left: 1px solid #bdc8b9; }
.income-figure>strong { display: block; font-family: Georgia, serif; font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: 1.1; font-weight: 400; letter-spacing: -.055em; color: var(--green); }
.income-figure>span { display: block; margin: 12px 0 24px; font-size: 1rem; line-height: 1.5; }
.income-figure>p { font-size: .875rem; line-height: 1.7; margin: 0; }
.request-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.75fr); gap: 6%; align-items: start; }
.request-heading { min-width: 0; }
.request-form { min-width: 0; padding: clamp(20px, 3vw, 36px); background: white; border: 1px solid var(--line); border-top: 3px solid var(--green); border-radius: 8px; }
.request-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.request-field { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.request-field label { font-weight: 600; font-size: .9375rem; line-height: 1.5; }
.request-field input, .request-field textarea, .request-field select { width: 100%; min-width: 0; min-height: 48px; border: 1px solid #939e91; border-radius: 4px; background: var(--paper); color: var(--ink); padding: 12px; font: inherit; font-size: 16px; line-height: 1.5; }
.request-field textarea { resize: vertical; }
.request-field input:focus, .request-field textarea:focus, .request-field select:focus { outline: 2px solid var(--green); outline-offset: 2px; }
.request-field select { white-space: normal; }
.field-wide { grid-column: 1 / -1; }
.field-hint { color: var(--muted); font-size: .8125rem; line-height: 1.6; }
.request-extra { margin-top: 26px; border-block: 1px solid var(--line); padding: 4px 0; }
.request-extra summary { cursor: pointer; min-height: 48px; padding: 13px 0; color: var(--green); font-weight: 600; line-height: 1.5; }
.request-extra summary span { font-weight: 400; font-size: .8125rem; }
.request-extra[open] { padding-bottom: 22px; }
.request-extra[open] summary { margin-bottom: 12px; }
.request-extra .small-note { font-size: .8125rem; }
.request-consent { display: flex; align-items: flex-start; gap: 12px; margin: 25px 0 2px; cursor: pointer; font-size: .875rem; line-height: 1.65; }
.request-consent input { flex: 0 0 auto; width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--green); }
.privacy-link { display: inline-flex; align-items: center; min-height: 44px; margin-left: 34px; font-size: .8125rem; }
.request-submit { margin-top: 15px; }
button.button { border: 0; cursor: pointer; font-family: inherit; }
button.button:focus-visible, .request-consent input:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
button.button:disabled { cursor: wait; opacity: .65; }
.request-status { font-size: .875rem; line-height: 1.7; margin: 14px 0 0; }
.request-status:empty { display: none; }
.request-draft { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 24px; }
.request-draft summary { min-height: 44px; cursor: pointer; font-weight: 600; }
.request-draft[open] summary { margin-bottom: 12px; }
.request-mode-note { margin: 18px 0 0; }
.contact-order { margin: 6px 0 12px; background: var(--lime); color: var(--deep); }
.contact-order:hover { background: white; color: var(--deep); }
@media (max-width: 1000px) {
  .request-section { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 720px) {
  .economics-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .income-figure { padding: 26px 0 0; border-left: 0; border-top: 1px solid #bdc8b9; }
  .request-fields { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .request-form { padding: 22px 18px; }
  .request-submit .button, .contact-order { width: 100%; justify-content: center; }
}
