/* source: assets/cultivera-global.css */
:root{--global-nav-height:64px;--nav-height:var(--global-nav-height);--nav-surface:transparent;--nav-surface-scrolled:rgba(250,250,247,0.92);--nav-line:transparent;--nav-ink:#141714;--nav-muted:rgba(20,23,20,0.66);--nav-shadow:0 14px 36px rgba(20,30,23,0.055);--subnav-offset:calc(var(--global-nav-height) + 10px);--standard-radius:8px;--standard-pill:999px;--button-bg:#141714;--button-bg-hover:#0d2f20;--button-line:rgba(20,23,20,0.16);--button-radius:999px;--mobile-tap-target:44px;--paper-warm:#eef3ea;--white:#ffffff;--green-900:#092a1c;--green-700:#1a6440;--green-500:#4f9a63;--green-deep:#083e2a;--green:#126746;--green-mid:#3e8d6b;--red:#bd3443;--gold:#b78b28;--blue-logo:#0b567c;--surface:#ffffff;--forest:var(--green-700);--forest-deep:var(--green-900);--accent:var(--green-500);--serif:"Playfair Display",Georgia,serif;--sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",
    sans-serif;--mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--ease:cubic-bezier(0.16,1,0.3,1);--ease-out-expo:cubic-bezier(0.19,1,0.22,1);--editorial-container:1360px;--gutter:clamp(20px,5vw,72px);--radius:8px;--type-display:clamp(2.75rem,5vw,4.5rem);--type-section:clamp(2.15rem,3.8vw,3.5rem);--type-subhead:clamp(1.55rem,2.2vw,2.45rem);--type-panel-title:clamp(1.7rem,3vw,3rem);--type-card-title:clamp(1.35rem,1.72vw,1.82rem);--type-card-title-large:clamp(1.58rem,2.1vw,2.3rem);--type-card-title-small:clamp(1.18rem,1.45vw,1.52rem);--type-route-title:clamp(1.16rem,1.42vw,1.58rem);--type-stat:clamp(1.95rem,3vw,3.55rem);--type-stat-small:clamp(1.35rem,2vw,2rem);--type-body-large:clamp(1.125rem,1.25vw,1.35rem);--type-body:clamp(0.96rem,0.92vw,1.02rem);--type-caption:clamp(0.74rem,0.76vw,0.84rem);--type-mobile-section:clamp(2rem,8.2vw,3rem);--type-mobile-card-title:clamp(1.35rem,6.8vw,1.9rem);--type-mobile-stat:clamp(0.98rem,4.8vw,1.25rem);--type-display-track:-0.015em;--type-display-leading:1;--type-section-leading:1.08;--type-label-track:0.12em;--type-label-track-tight:0.14em;--type-serif-leading-tight:1.15;--type-copy-leading:1.55;--section-pad:clamp(48px,4.5vw,64px);--section-pad-compact:clamp(42px,4vw,60px);--runner-heading-gap:clamp(12px,1.2vw,18px);--ledger-row-space:clamp(13px,1.4vw,18px);--media-index-row-space:clamp(15px,1.55vw,20px);--type-section-supporting:clamp(2.25rem,3.45vw,3.8rem);--paper:#f7f8f4;--paper-soft:#ffffff;--ink:#141714;--ink-soft:#343a35;--muted:#4e5550;--faint:#687169;--line:rgba(20,23,20,0.105);--line-soft:rgba(20,23,20,0.085);--media-card-short:clamp(128px,11vw,168px);--media-card-medium:clamp(150px,15vw,210px);--media-card-large:clamp(180px,18vw,260px);--route-card-height:clamp(172px,14.5vw,210px);--media-feature:clamp(340px,34vw,440px);--media-feature-mobile:300px;--map-panel-height:clamp(420px,40vw,600px);--close-bg:#0b2016;--close-panel:#102c1f;--close-panel-2:#153827;--close-ink:#f4f7ef;--close-muted:rgba(232,240,231,0.72);--close-line:rgba(255,255,255,0.14);--close-accent:#b7df62;--close-warm:#d5b56b;--editorial-max-copy:62ch;--type-hero-standard:clamp(3.75rem,6vw,6.55rem);--type-hero-editorial:clamp(3.65rem,5.55vw,5.95rem);--type-section-large:clamp(2.7rem,4.35vw,4.75rem);--closing-title-max:12ch;--closing-copy-max:44ch;--main-section-space:clamp(72px,7vw,108px);--main-section-space-compact:clamp(56px,5.5vw,84px);--main-head-gap:clamp(28px,4vw,56px);--main-device-radius:8px;--main-feature-media-max:620px;}*,::after,::before{box-sizing:border-box;}.skip-link{position:fixed;top:10px;left:10px;z-index:4000;min-height:var(--mobile-tap-target);display:inline-flex;align-items:center;padding:10px 16px;border-radius:var(--standard-pill);background:var(--ink);color:var(--paper-soft);font-size:.9rem;font-weight:600;transform:translateY(calc(-100% - 20px));transition:transform 150ms var(--ease);}.skip-link:focus-visible{transform:translateY(0);outline-color:var(--close-accent);}main[tabindex="-1"]:focus{outline:0;}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:var(--type-body);line-height:var(--type-copy-leading);overflow-x:clip;}.container{width:min(100%,calc(var(--editorial-container) + (var(--gutter)*2)));margin-inline:auto;padding-inline:var(--gutter);}.section{padding-block:var(--section-pad);}a,button{color:inherit;}a{text-decoration:none;}button{border:0;background:0 0;cursor:pointer;font:inherit;}img{display:block;max-width:100%;color:transparent;}:focus-visible{outline:2px solid var(--forest);outline-offset:4px;border-radius:4px;}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}}.hero-title,.section-title,h1,h2,h3{text-wrap:balance;}.hero-copy,.section-copy,li{text-wrap:pretty;}.hero-title,.section-title{font-family:var(--serif);font-weight:400;font-size:var(--type-display);line-height:var(--type-serif-leading-tight);letter-spacing:var(--type-display-track);}.section-title--supporting{font-size:var(--type-section-supporting);line-height:1.04;letter-spacing:-.035em;}.hero-title em,.section-title em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--green-mid,#3e8d6b);}.hero-copy,.section-copy{color:var(--ink-soft);font-size:var(--type-body-large);font-weight:400;line-height:var(--type-copy-leading);}.hero-copy strong,.nav-links a,.section-copy strong{font-weight:500;}.nav-inner{width:min(100%,calc(var(--editorial-container) + (var(--gutter)*2)));height:var(--nav-height);min-height:var(--nav-height);margin-inline:auto;padding-inline:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:clamp(18px,2.6vw,42px);}.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--forest);margin-bottom:var(--runner-heading-gap);letter-spacing:.04em;}.brand-lockup,.nav-links a{display:inline-flex;align-items:center;padding:0;}.brand-lockup,.brand-logo{background:0 0;box-shadow:none;filter:none;}.brand-lockup{width:fit-content;min-width:0;min-height:var(--mobile-tap-target,44px);}.brand-logo{display:block;width:clamp(140px,9vw,170px);transform:translateY(1px);height:auto;object-fit:contain;mix-blend-mode:multiply;}.nav-links{display:flex;align-items:center;gap:clamp(18px,1.65vw,32px);color:var(--nav-muted);font-size:.84rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;}.nav-links a{position:relative;min-height:44px;justify-content:center;color:inherit;line-height:1;transition:color 180ms ease;}.nav-links a::after{content:"";position:absolute;right:0;bottom:7px;left:0;height:1px;background:currentColor;opacity:0;transform:scaleX(.64);transform-origin:center;transition:opacity 180ms ease,transform 180ms ease;}.nav-links a:focus-visible,.nav-links a:hover{color:var(--nav-ink);}.nav-links a:focus-visible::after,.nav-links a:hover::after,.nav-links a[aria-current=page]::after{opacity:.72;transform:scaleX(1);}.nav-cta,.nav-links a[aria-current=page]{color:var(--nav-ink);}.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:0 17px;background:var(--ink);line-height:1;box-shadow:inset 0 1px 1px rgba(255,255,255,.2),0 4px 12px rgba(20,24,20,.15);white-space:nowrap;transition:background-color 250ms ease,border-color 250ms ease,box-shadow 250ms ease,color 250ms ease,transform 250ms ease;padding-inline:22px;color:#fff;border-radius:40px;font-size:.84rem;letter-spacing:.01em;}.mobile-menu-button,.nav-cta{min-height:44px;font-weight:400;border:1px solid rgba(0,0,0,.06);}.mobile-menu-button{display:none;align-items:center;border-radius:6px;padding:0 17px;background:rgba(255,255,255,.34);color:var(--nav-ink);font-size:.78rem;line-height:1;box-shadow:none;white-space:nowrap;transition:border-color 220ms var(--ease,ease),background 220ms var(--ease,ease),color 220ms var(--ease,ease),box-shadow 220ms var(--ease,ease),transform 220ms var(--ease,ease);position:relative;min-width:82px;justify-content:flex-start;padding-right:42px;}.mobile-menu-button:focus-visible,.mobile-menu-button:hover,.nav-cta:focus-visible,.nav-cta:hover{border-color:rgba(18,103,70,.28);background:rgba(255,255,255,.78);color:#0d2f20;box-shadow:0 8px 24px rgba(20,30,23,.08),inset 0 1px 0 rgba(255,255,255,.76);transform:translateY(-1px);}.mobile-menu-button::after,.mobile-menu-button::before{content:"";position:absolute;right:16px;width:14px;height:1px;border-radius:1px;background:currentColor;transform-origin:center;transition:transform 180ms ease,opacity 180ms ease,top 180ms ease;}.mobile-menu-button::before{top:calc(50% - 4px);}.mobile-menu-button::after{top:calc(50% + 4px);}.mobile-menu-button[aria-expanded=true]{border-color:rgba(18,103,70,.38);background:rgba(255,255,255,.74);color:#0d2f20;}.mobile-menu-button[aria-expanded=true]::before{top:50%;transform:rotate(42deg);}.mobile-menu-button[aria-expanded=true]::after{top:50%;transform:rotate(-42deg);}.mobile-panel{display:none;border-top:1px solid rgba(16,21,18,.1);border-bottom:1px solid var(--nav-line);padding:12px var(--gutter,24px) 18px;background:rgba(248,249,245,.98);box-shadow:0 18px 34px rgba(20,30,23,.045);}.mobile-panel.is-open{display:block;}.mobile-panel a{display:flex;align-items:center;border-bottom:1px solid rgba(23,24,19,.08);padding:12px 0;color:rgba(20,23,20,.72);font-size:.92rem;font-weight:400;}body.mobile-menu-open{overscroll-behavior:none;}@media (max-width:1120px){.mobile-panel{position:fixed;top:var(--nav-height);right:0;bottom:0;left:0;z-index:99;width:100%;height:auto;max-height:calc(100dvh - var(--nav-height));padding:12px var(--gutter,24px) max(24px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;border-bottom:0;background:linear-gradient(180deg,rgba(250,250,247,.98),rgba(247,248,244,.98)),var(--paper);box-shadow:0 24px 54px rgba(20,30,23,.12);}}.paper-subnav,.story-subnav{position:sticky;top:var(--subnav-offset);z-index:92;width:fit-content;max-width:calc(100% - 32px);margin:10px auto 0;border:1px solid rgba(0,0,0,.06);border-radius:var(--standard-pill);background:rgba(247,248,244,.9);box-shadow:0 12px 32px rgba(20,30,23,.07);backdrop-filter:blur(18px) saturate(1.08);-webkit-backdrop-filter:blur(18px) saturate(1.08);overflow:hidden;}.paper-subnav-inner,.story-subnav-inner{width:100%;max-width:100%;min-height:46px;padding-inline:14px;display:flex;align-items:center;justify-content:space-between;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;}.paper-subnav-inner::-webkit-scrollbar,.story-subnav-inner::-webkit-scrollbar{display:none;}.paper-subnav-inner>span,.story-subnav-inner>span{flex:0 0 auto;color:rgba(20,23,20,.48);font-size:.72rem;font-weight:600;white-space:nowrap;}.paper-subnav a,.story-subnav a,.subnav-back{min-height:32px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--button-radius);padding:0 12px;color:rgba(20,23,20,.66);font-family:var(--sans);font-size:.78rem;font-weight:400;text-decoration:none;white-space:nowrap;transition:background 200ms var(--ease,ease),color 200ms var(--ease,ease),border-color 200ms var(--ease,ease),transform 200ms var(--ease,ease);}.paper-subnav a:focus-visible,.paper-subnav a:hover,.story-subnav a:focus-visible,.story-subnav a:hover,.subnav-back:hover{color:var(--nav-ink);border-color:rgba(18,103,70,.12);background:rgba(255,255,255,.72);transform:none;}.subnav-back{border-right:0;padding-right:12px;}.paper-subnav-links{display:flex;flex:0 0 auto;gap:8px;}.publication-subnav-toggle{display:none;}.btn,.button,.copy-brief{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:var(--button-radius);padding:0 20px;font-family:var(--sans);font-size:.86rem;font-weight:400;text-align:center;line-height:1.12;white-space:normal;box-shadow:none;transition:background 180ms ease,border-color 180ms ease,color 180ms ease,transform 180ms ease;}.btn.primary,.button-primary,.button.primary{border-color:var(--ink);background:var(--ink);color:#fff;}.btn.primary:focus-visible,.btn.primary:hover,.button-primary:focus-visible,.button-primary:hover,.button.primary:focus-visible,.button.primary:hover{border-color:var(--forest);background:var(--forest);color:#fff;transform:scale(1.02);box-shadow:0 8px 24px rgba(26,91,57,.25);}.btn.secondary,.button-secondary,.button.secondary,.copy-brief{border-color:var(--ink);background:0 0;color:var(--ink);}.btn.secondary:focus-visible,.btn.secondary:hover,.button-secondary:focus-visible,.button-secondary:hover,.button.secondary:focus-visible,.button.secondary:hover,.copy-brief:focus-visible,.copy-brief:hover{border-color:var(--ink);background:rgba(20,23,20,.05);color:var(--ink);}.story-standfirst{max-width:var(--measure-wide,74ch);}.btn.text-link{border:0;background:0 0;color:var(--ink);display:inline-flex;align-items:center;padding:8px 0;border-radius:0;position:relative;font-weight:500;min-height:var(--mobile-tap-target,44px);box-shadow:none;}.btn.text-link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1.5px;background:var(--ink);transform-origin:left center;transform:scaleX(0);transition:transform .3s ease;}.btn.text-link:focus-visible,.btn.text-link:hover{background:0 0;transform:none;box-shadow:none;color:var(--ink);}.btn.text-link:focus-visible::after,.btn.text-link:hover::after{transform:scaleX(1);}.route-option{border-radius:var(--standard-radius);}@media (max-width:1120px){:root{--global-nav-height:56px;--nav-height:var(--global-nav-height);--subnav-offset:calc(var(--global-nav-height) + 8px);}.nav-cta,.nav-links{display:none;}.mobile-menu-button{display:inline-flex;}.brand-logo{width:120px;}.nav-inner{padding-inline:var(--gutter,24px);}}@media (max-width:700px){html{scroll-padding-top:calc(var(--global-nav-height) + 66px);}.paper-subnav,.story-subnav{width:calc(100% - 20px);margin-top:8px;border-radius:16px;}.paper-subnav-inner,.story-subnav-inner{align-items:center;min-height:44px;padding:0 8px;gap:10px;}.paper-subnav-inner>span,.story-subnav-inner>span{display:none;}}@media (max-width:680px){.hero-actions,.hero-copy,.hero-title{transition-delay:.08s;}}.hero-media-banner{position:relative;min-height:clamp(290px,32vw,430px);margin:0;overflow:hidden;border:0;border-radius:var(--standard-radius,8px);background:#edf1ea;box-shadow:0 18px 46px rgba(20,30,23,.09),0 3px 10px rgba(20,30,23,.045);isolation:isolate;display:grid;grid-template-rows:minmax(0,1fr) auto;}.hero-media-banner img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:50% 56%;}.hero-media-banner::after{content:none;}.hero-media-banner img[src*=about-field-note]{object-position:50% 54%;}.hero-media-banner img[src*=farms-movement]{object-position:50% 57%;}.hero-media-banner img[src*=field-system-route]{object-position:50% 62%;}.hero-copy,.section-copy,.story-deck{max-width:var(--editorial-max-copy);}main:not(#home)>.hero.visual-hero .breadcrumb,main:not(#home)>.hero.visual-hero .section-kicker{letter-spacing:var(--type-label-track-tight);}main:not(#home)>.hero.visual-hero{min-height:calc(100dvh - var(--nav-height));padding-block:0;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(79,154,99,.12),transparent 28rem),linear-gradient(180deg,#fafbf8 0,#f3f6f0 100%);}main:not(#home)>.hero.visual-hero .container.hero-content,main:not(#home)>.hero.visual-hero .container.hero-grid{min-height:calc(100dvh - var(--nav-height));display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.86fr);gap:clamp(40px,7vw,108px);align-items:center;align-content:center;width:100%;padding-top:clamp(72px,7vw,104px);padding-bottom:clamp(72px,7vw,104px);}main:not(#home)>.hero.visual-hero .hero-copy{max-width:36rem;margin-top:clamp(18px,2vw,26px);font-size:var(--type-body-large);line-height:1.6;}main:not(#home)>.hero.visual-hero .hero-actions{margin-top:clamp(18px,2.6vh,28px);}main:not(#home)>.hero.visual-hero .hero-media-banner{height:clamp(390px,52vh,560px);min-height:0;border-radius:0;box-shadow:none;}main:not(#home)>.hero.visual-hero .hero-media-banner img{min-height:0;}main:not(#home)>.hero.visual-hero .btn.primary::before,main:not(#home)>.hero.visual-hero .button.primary::before{content:none;display:none;}main:not(#home)>.hero.visual-hero .btn,main:not(#home)>.hero.visual-hero .button{overflow:visible;box-shadow:none;}@media (max-width:760px){main:not(#home)>.hero.visual-hero{min-height:calc(100svh - var(--nav-height));}main:not(#home)>.hero.visual-hero .container.hero-content,main:not(#home)>.hero.visual-hero .container.hero-grid{grid-template-columns:1fr;gap:22px;padding-top:clamp(34px,6vh,52px);padding-bottom:clamp(34px,6vh,52px);}main:not(#home)>.hero.visual-hero .hero-title{max-width:16ch;margin-bottom:12px;font-size:clamp(2.65rem,10vw,3.45rem);}main:not(#home)>.hero.visual-hero .hero-copy{font-size:.94rem;line-height:1.45;}main:not(#home)>.hero.visual-hero .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;}main:not(#home)>.hero.visual-hero .hero-actions .btn,main:not(#home)>.hero.visual-hero .hero-actions .button{width:auto;min-height:44px;padding-inline:12px;font-size:.72rem;}.hero-media-banner,main:not(#home)>.hero.visual-hero .hero-media-banner{min-height:0;height:clamp(210px,32vh,280px);}}@media (max-width:700px) and (max-height:720px){main:not(#home)>.hero.visual-hero .container.hero-content,main:not(#home)>.hero.visual-hero .container.hero-grid{gap:16px;padding-top:24px;padding-bottom:24px;}main:not(#home)>.hero.visual-hero .breadcrumb,main:not(#home)>.hero.visual-hero .section-kicker{margin-bottom:8px;}main:not(#home)>.hero.visual-hero .hero-title{margin-bottom:10px;font-size:clamp(2.25rem,9.6vw,2.78rem);}main:not(#home)>.hero.visual-hero .hero-copy{font-size:.88rem;line-height:1.36;}main:not(#home)>.hero.visual-hero .hero-actions{margin-top:10px;}main:not(#home)>.hero.visual-hero .hero-actions .btn,main:not(#home)>.hero.visual-hero .hero-actions .button{min-height:44px;}main:not(#home)>.hero.visual-hero .hero-media-banner{height:clamp(180px,28vh,230px);}}@media (max-width:360px){main:not(#home)>.hero.visual-hero .hero-actions{display:grid;grid-template-columns:1fr;}}.story-asset figcaption,.story-photo figcaption{display:grid;gap:4px;max-width:42rem;margin:0;border:0;border-top:1px solid rgba(20,23,20,.18);border-radius:0;padding:10px 0 0;background:0 0;box-shadow:none;color:rgba(20,23,20,.68);font-family:var(--sans,system-ui,sans-serif);font-size:clamp(.74rem,.76vw,.84rem);font-weight:400;line-height:1.48;}.story-asset figcaption strong,.story-photo figcaption strong{display:block;margin:0;color:rgba(20,23,20,.84);font-family:var(--mono,ui-monospace,monospace);font-size:.64rem;font-weight:600;letter-spacing:var(--type-label-track-tight);line-height:1.25;text-transform:uppercase;}body,html{max-width:100%;}.breadcrumb a,.mobile-panel a{min-height:44px;}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;}.breadcrumb a{min-width:40px;display:inline-flex;align-items:center;}@media (max-width:700px){.breadcrumb a,.mobile-panel a{min-height:var(--mobile-tap-target,44px);}}body.page-crop-intelligence main:not(#home)>.hero.visual-hero{background:#e1e5e0;}main#home>.hero{min-height:100vh;}.hero .hero-kicker,.hero .hero-title,.hero .section-kicker{text-align:center;margin-inline:auto;}.hero .hero-actions{justify-content:center;}.hero .hero-copy{max-width:58ch;margin-inline:auto;text-align:left;}main:not(#home)>.hero.visual-hero .hero-content>div:first-child{display:flex;flex-direction:column;align-items:center;}@media (max-width:720px){.paper-subnav,.story-subnav{width:calc(100% - 24px);max-width:none;border-radius:10px;}.publication-subnav-toggle{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;border:0;padding:0 16px;background:0 0;color:var(--nav-ink);font-family:var(--sans);font-size:.8rem;font-weight:600;}.publication-subnav-toggle span:last-child{transition:transform 180ms ease;}.paper-subnav.is-open .publication-subnav-toggle span:last-child,.story-subnav.is-open .publication-subnav-toggle span:last-child{transform:rotate(180deg);}.paper-subnav .paper-subnav-inner,.story-subnav .story-subnav-inner{display:none;max-height:min(60vh,420px);min-height:0;flex-direction:column;align-items:stretch;gap:2px;border-top:1px solid rgba(31,29,26,.08);padding:8px;overflow-y:auto;}.paper-subnav.is-open .paper-subnav-inner,.story-subnav.is-open .story-subnav-inner{display:flex;}.paper-subnav .paper-subnav-links{width:100%;flex-direction:column;gap:2px;}.paper-subnav .paper-subnav-inner a,.story-subnav .story-subnav-inner a{width:100%;min-height:44px;justify-content:flex-start;}}html{scroll-padding-top:calc(var(--global-nav-height) + 72px);scroll-behavior:smooth;overflow-x:hidden;background:var(--paper);font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%;font-synthesis:none;font-kerning:normal;}@media (max-width:700px){:root{--type-label-track:0.065em;--type-serif-leading-tight:1;--type-copy-leading:1.6;}}body.main-page{--section-pad:var(--main-section-space);}body.main-page main>section[id]{scroll-margin-top:calc(var(--global-nav-height,64px) + 18px);}body .closing-section{position:relative;isolation:isolate;overflow:visible;margin:0;padding:var(--closing-section-pad-top,clamp(44px,4.5vw,62px)) 0 var(--closing-section-pad-bottom,clamp(10px,1.2vw,16px));}body main>.section-before-closing{padding-bottom:clamp(32px,4vw,56px);}body .closing-section::before{content:none;}body .closing-section .cta-band{position:relative;isolation:isolate;display:grid;width:min(100%,1320px);margin-inline:auto;grid-template-columns:minmax(0,.95fr) minmax(340px,.65fr);gap:clamp(42px,7vw,100px);align-items:center;padding:var(--closing-panel-padding,clamp(38px,5vw,64px));border-radius:10px;background:var(--surface,#fff);color:var(--ink);box-shadow:0 16px 42px rgba(6,28,18,.12);}body .closing-section .cta-band::before{content:"";position:absolute;z-index:-1;top:50%;left:50%;width:100vw;height:calc(50% + var(--closing-section-pad-bottom,clamp(10px,1.2vw,16px)));background:var(--close-bg,#0b2016);transform:translateX(-50%);pointer-events:none;}body .closing-section .cta-band>div,body .closing-section .head-action,body .closing-section .head-main,body:not(.project-theme) .image-caption span{min-width:0;}body .closing-section .section-kicker{margin-bottom:14px;}body .closing-section .section-title{max-width:var(--closing-title-max);margin:0;font-size:var(--closing-title-size,clamp(3rem,4.75vw,5.2rem));line-height:var(--closing-title-leading,.95);letter-spacing:-.048em;}body .closing-section--compact{padding-top:clamp(32px,4vw,52px);}body .closing-section--compact .cta-band{padding:clamp(34px,4vw,52px);}body .closing-section--compact .section-title{font-size:clamp(2.75rem,4vw,4.45rem);}body .closing-section .cta-copy{max-width:var(--closing-copy-max);margin:0 0 var(--closing-copy-bottom,0);color:var(--muted,#4e5550);font-size:clamp(.98rem,1.15vw,1.08rem);line-height:1.6;}.closing-section .head-action{display:flex;min-width:0;flex-direction:column;align-items:flex-start;}.closing-section .action-group{width:100%;align-items:center;}body .closing-section .action-group{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;gap:clamp(12px,1.8vw,20px);margin-top:clamp(20px,2.5vw,28px);}body .closing-section .action-group .btn{min-width:0;min-height:46px;}body .closing-section .action-group .btn.text-link{padding-block:0;}@media (max-width:900px){body .closing-section .cta-band{grid-template-columns:1fr;align-items:start;gap:28px;}}@media (max-width:700px){body main>.section-before-closing{padding-bottom:32px;}body .closing-section{padding-top:32px;}body .closing-section>.container{padding-inline:20px;}body .closing-section .cta-band{padding:30px 24px 32px;}body .closing-section .section-title{font-size:clamp(2.55rem,11vw,3.45rem);}body .closing-section .action-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}body .closing-section .action-group .btn{width:100%;padding-inline:10px;font-size:clamp(.72rem,3vw,.82rem);}body .closing-section .action-group .btn:only-child{grid-column:1/-1;width:fit-content;max-width:100%;padding-inline:18px;}body .closing-section .action-group .btn.text-link{padding-inline:6px;}body .closing-section .hero-actions{align-items:flex-start;}}body footer.site-footer{display:block;margin-top:0;padding:clamp(12px,1.5vw,20px) 0 clamp(28px,3vw,40px);border-top:0;background:var(--close-bg,#0b2016);box-shadow:none;color:rgba(235,241,235,.72);}body footer.site-footer .footer-grid,body footer.site-footer .footer-inner{display:grid;width:min(100%,calc(1180px + (var(--gutter,clamp(20px,5vw,72px))*2)));margin-inline:auto;grid-template-columns:minmax(240px,1.18fr) minmax(220px,.78fr) minmax(260px,.88fr);gap:clamp(34px,5vw,72px);align-items:stretch;border-top:0;padding-inline:var(--gutter,clamp(20px,5vw,72px));padding-top:0;}body footer.site-footer .footer-brand-block,body footer.site-footer .footer-col,body footer.site-footer .footer-contact-block,body footer.site-footer .footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;}body footer.site-footer .footer-brand-logo{display:block;width:clamp(128px,10vw,156px);height:auto;margin:0 0 2px;background:0 0;box-shadow:none;}body footer.site-footer .footer-brand-link{display:inline-flex;min-height:var(--mobile-tap-target,44px);align-items:center;}body footer.site-footer .footer-brand-block p,body footer.site-footer .footer-summary{max-width:18rem;margin:7px 0 0;color:rgba(245,249,241,.76);font-size:.96rem;line-height:1.48;letter-spacing:-.008em;}body footer.site-footer .footer-col-label{margin:0 0 2px;color:rgba(213,181,107,.8);border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:6px;font-size:.69rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;}body footer.site-footer .footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 20px;}body footer.site-footer .footer-contact-block a,body footer.site-footer a{min-height:44px;color:rgba(245,249,241,.78);font-size:.91rem;text-decoration:none;overflow-wrap:anywhere;line-height:1.25;}body footer.site-footer a:focus-visible,body footer.site-footer a:hover{color:#a7e75a;}body footer.site-footer .footer-contact-block>a:first-of-type{min-height:var(--mobile-tap-target,44px);display:inline-flex;align-items:center;border:0;border-bottom:1px solid rgba(183,223,98,.28);border-radius:0;padding:1px 0 5px;background:0 0;color:#f2f8df;font-family:var(--sans,system-ui,sans-serif);font-size:1rem;font-weight:400;}@media (max-width:900px){body footer.site-footer .footer-grid,body footer.site-footer .footer-inner{grid-template-columns:1.2fr .8fr;}body footer.site-footer .footer-contact-block{grid-column:1/-1;}}@media (max-width:700px){body footer.site-footer{padding-top:28px;}body footer.site-footer .footer-grid,body footer.site-footer .footer-inner{grid-template-columns:1fr;gap:22px;}body footer.site-footer .footer-contact-block{grid-column:auto;}body footer.site-footer .footer-links{grid-template-columns:1fr;}body footer.site-footer a{min-height:var(--mobile-tap-target,44px);}}body footer.site-footer .footer-credit{min-height:44px;display:inline-flex;align-items:center;margin-top:7px;border:0;padding:0;color:rgba(245,249,241,.48);font-size:.7rem;letter-spacing:.025em;}body footer.site-footer .footer-credit:focus-visible,body footer.site-footer .footer-credit:hover{color:rgba(245,249,241,.86);}body.main-page .hero-actions,body:not(.project-theme) .action-group:not(.closing-actions){display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:clamp(14px,2vw,24px);}body.main-page .hero .action-group,body.main-page .hero-actions{margin-top:clamp(22px,3vh,30px);}body:not(.project-theme) .action-group--center{justify-content:center;}body:not(.project-theme) .mono{font-family:var(--mono,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Consolas,
    monospace
  );font-size:.68rem;font-weight:600;line-height:1.35;letter-spacing:.13em;}body:not(.project-theme){--main-caption-size:clamp(.76rem,.78vw,.84rem);--main-caption-label-size:.63rem;--main-hero-caption-size:clamp(.74rem,.76vw,.82rem);--main-hero-caption-label-size:.6rem;}body:not(.project-theme) .image-caption{position:static;width:100%;max-width:none;margin:18px 0 0;padding:13px 0 0;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:clamp(18px,2vw,28px);align-items:baseline;border:0;border-top:1px solid rgba(20,23,20,.16);border-radius:0;background:0 0;box-shadow:none;color:rgba(20,23,20,.68);font-family:var(--sans);font-size:var(--main-caption-size);font-weight:400;line-height:1.5;letter-spacing:0;text-transform:none;backdrop-filter:none;-webkit-backdrop-filter:none;}body:not(.project-theme) .image-caption strong{margin:0;color:rgba(20,23,20,.84);font-family:var(--mono);font-size:var(--main-caption-label-size);font-weight:600;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;}body:not(.project-theme) .hero-media-banner>figcaption.image-caption{margin:0;padding:12px 0 0;gap:clamp(16px,1.8vw,24px);border-top-color:rgba(20,23,20,.14);color:rgba(20,23,20,.66);font-size:var(--main-hero-caption-size);line-height:1.5;}body:not(.project-theme) .hero-media-banner>figcaption.image-caption strong{color:rgba(31,52,38,.82);font-size:var(--main-hero-caption-label-size);letter-spacing:.105em;}body:not(.project-theme) .image-caption--dark{border-top-color:rgba(255,255,255,.18);color:rgba(245,249,241,.7);}body:not(.project-theme) .image-caption--dark strong{color:rgba(245,249,241,.88);}body:not(.project-theme) .evidence-panel{--evidence-panel-surface:var(--paper-soft);--evidence-panel-media:var(--paper-warm);--evidence-panel-line:rgba(20,23,20,0.13);--evidence-panel-heading:var(--ink);--evidence-panel-copy:var(--muted);--evidence-panel-muted:var(--faint);--evidence-panel-accent:var(--forest);--evidence-panel-link:var(--ink);--evidence-footer-min-height:60px;display:grid;grid-template-columns:minmax(0,1.14fr) minmax(350px,.86fr);min-height:clamp(470px,34vw,520px);overflow:hidden;border:1px solid var(--evidence-panel-line);border-radius:var(--standard-radius);background:var(--evidence-panel-surface);color:var(--evidence-panel-heading);}body:not(.project-theme) .evidence-panel--dark{--evidence-panel-surface:#102a1d;--evidence-panel-media:rgba(255,255,255,0.025);--evidence-panel-line:rgba(255,255,255,0.15);--evidence-panel-heading:#fff;--evidence-panel-copy:rgba(245,249,241,0.78);--evidence-panel-muted:rgba(245,249,241,0.58);--evidence-panel-accent:var(--close-accent);--evidence-panel-link:#fff;}body:not(.project-theme) .evidence-panel__media{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;margin:0;overflow:hidden;background:var(--evidence-panel-media);}body:not(.project-theme) .evidence-panel__media>img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:50% 56%;}body:not(.project-theme) .evidence-panel__media>.image-caption{width:100%;max-width:none;}body:not(.project-theme) .evidence-panel__body{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;padding:0;border-left:1px solid var(--evidence-panel-line);background:linear-gradient(145deg,rgba(255,255,255,.018),transparent 64%);}body:not(.project-theme) .evidence-panel__main{min-width:0;padding:clamp(26px,2.9vw,40px);}body:not(.project-theme) .evidence-panel__footer{min-width:0;min-height:var(--evidence-footer-min-height);display:flex;align-items:center;padding:14px clamp(26px,2.9vw,40px) 15px;}body:not(.project-theme) .evidence-panel__decision .mono,body:not(.project-theme) .evidence-panel__eyebrow{color:var(--evidence-panel-accent);}body:not(.project-theme) .evidence-panel__main>h3{max-width:12ch;margin:12px 0 14px;color:var(--evidence-panel-heading);font-family:var(--serif);font-size:clamp(2.2rem,3vw,3.2rem);font-weight:400;line-height:1.01;letter-spacing:-.04em;text-wrap:balance;}body:not(.project-theme) .evidence-panel__main>p{max-width:48ch;margin:0;color:var(--evidence-panel-copy);font-size:clamp(.94rem,.95vw,1rem);line-height:1.56;}body:not(.project-theme) .evidence-panel__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0 0;border-block:1px solid var(--evidence-panel-line);}body:not(.project-theme) .evidence-panel__metrics>div{min-width:0;padding:14px 12px 15px 0;}body:not(.project-theme) .evidence-panel__metrics>div+div{padding-left:16px;border-left:1px solid var(--evidence-panel-line);}body:not(.project-theme) .evidence-panel__metrics dt{color:var(--evidence-panel-heading);font-family:var(--serif);font-size:clamp(1.55rem,1.95vw,1.95rem);font-weight:400;line-height:1.02;}body:not(.project-theme) .evidence-panel__metrics dd{margin:6px 0 0;color:var(--evidence-panel-muted);font-size:.72rem;line-height:1.38;}body:not(.project-theme) .evidence-panel__decision{display:grid;grid-template-columns:minmax(92px,.3fr) minmax(0,1fr);gap:16px;align-items:start;padding-top:16px;}body:not(.project-theme) .evidence-panel__decision p{margin:0;color:var(--evidence-panel-heading);font-size:.94rem;line-height:1.48;}body:not(.project-theme) .card-action{--card-action-color:var(--ink);--card-action-accent:var(--forest);width:fit-content;min-height:0;display:inline-flex;align-items:center;gap:8px;margin:0;padding:0;color:var(--card-action-color);font-size:clamp(.82rem,.84vw,.88rem);font-weight:500;line-height:1.5;white-space:nowrap;text-decoration:none;}body:not(.project-theme) .card-action::after{content:"→";color:var(--card-action-accent);transition:transform 180ms var(--ease);}body:not(.project-theme) a.card-action:focus-visible,body:not(.project-theme) a.card-action:hover{color:var(--card-action-accent);}body:not(.project-theme) a.card-action:focus-visible::after,body:not(.project-theme) a.card-action:hover::after{transform:translateX(3px);}body:not(.project-theme) .evidence-panel__link{--card-action-color:var(--evidence-panel-link);--card-action-accent:var(--evidence-panel-accent);}@media (max-width:1040px){body:not(.project-theme) .evidence-panel{grid-template-columns:1fr;min-height:0;}body:not(.project-theme) .evidence-panel__media>img{min-height:clamp(320px,58vw,520px);}body:not(.project-theme) .evidence-panel__body{border-top:1px solid var(--evidence-panel-line);border-left:0;}}@media (max-width:620px){body:not(.project-theme) .evidence-panel__body{padding:0;}body:not(.project-theme) .evidence-panel__main{padding:26px 22px 24px;}body:not(.project-theme) .evidence-panel__footer{padding:14px 22px 15px;}body:not(.project-theme) .evidence-panel__metrics{grid-template-columns:1fr;}body:not(.project-theme) .evidence-panel__metrics>div{padding:14px 0;}body:not(.project-theme) .evidence-panel__metrics>div+div{padding-left:0;border-top:1px solid var(--evidence-panel-line);border-left:0;}body:not(.project-theme) .evidence-panel__decision{grid-template-columns:1fr;gap:6px;}}body:not(.project-theme) .btn.text-link{min-height:44px;padding:8px 0;border:0;border-radius:0;background:0 0;color:var(--ink);box-shadow:none;transform:none;}body:not(.project-theme) .btn.text-link::after{bottom:5px;height:1px;transform:scaleX(0);}body:not(.project-theme) .btn.text-link:focus-visible::after,body:not(.project-theme) .btn.text-link:hover::after{transform:scaleX(1);}@media (max-width:620px){body.main-page .hero-actions,.action-group--stack-mobile{align-items:flex-start;flex-direction:column;}body:not(.project-theme) .action-group--center.action-group--stack-mobile{align-items:center;}body:not(.project-theme) .hero-media-banner>figcaption.image-caption,body:not(.project-theme) .image-caption{grid-template-columns:1fr;gap:5px;}}body:not(.project-theme) .image-caption.image-caption--attached{margin:0;padding:15px 18px 16px;border:0;border-top:1px solid rgba(20,23,20,.09);border-radius:0;background:linear-gradient(180deg,#fafbf8 0,#f4f6ef 100%);color:rgba(20,23,20,.7);box-shadow:none;}body:not(.project-theme) .evidence-panel--dark .evidence-panel__media>figcaption.image-caption.image-caption--attached{min-height:var(--evidence-footer-min-height);margin:0;padding:14px 18px 15px;border:0;border-top:1px solid rgba(255,255,255,.12);border-radius:0;background:#153827;color:rgba(245,249,241,.74);box-shadow:none;}body:not(.project-theme) .image-caption.image-caption--attached strong{color:var(--forest);}body:not(.project-theme) .evidence-panel--dark .evidence-panel__media>figcaption.image-caption.image-caption--attached strong{color:var(--close-accent);}body:not(.project-theme) .evidence-panel__media>figcaption.image-caption.image-caption--attached span,body:not(.project-theme) .image-caption.image-caption--attached span{line-height:1.52;}body .closing-section+.site-footer{margin-top:0;}.editorial-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.56fr);gap:clamp(30px,4.5vw,66px);align-items:end;margin-bottom:clamp(22px,3vw,38px);}.editorial-head .section-copy{max-width:29rem;margin:0 0 2px;justify-self:end;}.editorial-table{border-top:1px solid var(--line);}.editorial-table__row{display:grid;gap:clamp(24px,4vw,64px);align-items:center;padding:clamp(15px,1.75vw,22px) 0;border-bottom:1px solid var(--line);}.editorial-table--compact .editorial-table__row{padding:var(--ledger-row-space) 0;}.definition-ledger--compact>div{padding-block:var(--ledger-row-space);}.media-index--compact>.media-index__row{padding-block:var(--media-index-row-space);}.editorial-table__header{min-height:40px;padding:0;color:rgba(20,23,20,.46);font-size:.66rem;}.split-feature{display:grid;overflow:hidden;}.split-feature figure{margin:0;min-height:100%;}.media-index__row img,.split-feature img{width:100%;height:100%;object-fit:cover;}.split-feature--dark{background:#102f30;color:#fff;}.definition-ledger{margin:0;border-top:1px solid var(--line);}.definition-ledger>div{display:grid;border-bottom:1px solid var(--line);}.definition-ledger dd{margin:0;}.definition-ledger--dark,.definition-ledger--dark>div{border-color:rgba(255,255,255,.14);}.definition-ledger--dark dt{color:rgba(255,255,255,.5);}.definition-ledger--dark dd{color:rgba(255,255,255,.78);}.media-index{border-top:1px solid var(--line);}.media-index__row{border-bottom:1px solid var(--line);}.media-index__row figure{margin:0;overflow:hidden;}.media-index__row,.proof-layout{display:grid;align-items:center;}body:not(.project-theme) .surface-dark .btn.text-link,body:not(.project-theme) .surface-dark .btn.text-link:focus-visible,body:not(.project-theme) .surface-dark .btn.text-link:hover{color:#fff;}body:not(.project-theme) .surface-dark .btn.text-link::after{background:#fff;}body:not(.project-theme) .surface-dark .card-action{--card-action-color:#f4f7ef;--card-action-accent:#b9d875;}@media (max-width:620px){.subnav-back{min-height:44px;}}body.main-page.page-crop-intelligence{--hero-surface-base:#edf2ef;--hero-surface-end:#e7eeea;--hero-glow-primary:rgba(104,148,130,0.27);--hero-glow-secondary:rgba(135,164,179,0.2);}
/* Standard editorial runner rhythm for non-home main pages. */
body:not(.project-theme) .action-group:not(.closing-actions).action-group--center{justify-content:center;}


/* Dark closing surfaces use the same global action contract. */
body .closing-section{background:var(--closing-upper-surface,var(--paper));}
body .closing-section .cta-band::after{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;background:var(--surface,#fff);pointer-events:none;}
body .closing-section .cta-band>div{position:relative;z-index:1;}


/* Shared editorial metadata and compact rails. */
.cd-response-note,.cd-freshness{letter-spacing:.12em;text-transform:uppercase;}.cd-response-note{margin:18px 0 0;color:var(--forest);font-size:.72rem;}.image-caption .cd-freshness{margin-left:auto;color:var(--muted);font-size:.62rem;}

/* Mobile headings use one direct reading column. */


/* source: assets/funding-mandate-nav.css */
/* v1.50.17 Funding Mandate Allocation — isolated navigation intelligence. */
.funding-nav-entry{display:inline-flex;align-items:center;}
.funding-menu-panel[hidden],.funding-mobile-menu__detail[hidden]{display:none!important;}
@media (min-width:1121px){
  .funding-menu-panel{position:fixed;z-index:140;top:calc(var(--nav-height,64px) + 7px);left:50%;width:min(900px,calc(100vw - 48px));min-height:314px;display:grid;grid-template-columns:minmax(265px,.43fr) minmax(0,.57fr);overflow:hidden;border:1px solid rgba(19,32,25,.12);border-radius:18px;background:rgba(249,249,245,.985);box-shadow:0 26px 70px rgba(20,30,23,.15),0 2px 8px rgba(20,30,23,.05);opacity:0;transform:translate(-50%,-6px);transition:opacity 160ms ease,transform 180ms cubic-bezier(.2,.7,.2,1);isolation:isolate;font-family:var(--sans,"Inter",sans-serif);font-size:1rem;letter-spacing:normal;text-transform:none;color:var(--ink,#141714);}
  .funding-menu-panel.is-open{opacity:1;transform:translate(-50%,0);}
  .funding-menu-nav{padding:28px 28px 26px;border-right:1px solid rgba(19,32,25,.11);background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(244,247,241,.56));}
  .funding-menu-top{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start;padding-bottom:22px;border-bottom:1px solid rgba(19,32,25,.1);}
  .funding-menu-all{display:grid;gap:3px;color:var(--ink,#141714);text-decoration:none;}
  .funding-menu-all span,.funding-menu-label,.funding-menu-profile__kicker{font-family:var(--mono,"JetBrains Mono",monospace);font-size:.61rem;font-weight:600;letter-spacing:.105em;text-transform:uppercase;color:rgba(20,23,20,.5);}
  .funding-menu-all strong{font-family:var(--serif,"Playfair Display",serif);font-size:1.28rem;font-weight:500;letter-spacing:-.025em;}
  .funding-menu-open-count{padding-top:2px;font-family:var(--mono,"JetBrains Mono",monospace);font-size:.57rem;letter-spacing:.06em;color:rgba(20,23,20,.5);white-space:nowrap;}
  .funding-menu-label{display:block;margin:22px 0 7px;}
  .funding-menu-priorities{display:grid;}
  .nav-links .funding-menu-priority{min-height:43px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;justify-content:stretch;padding:0!important;color:rgba(20,23,20,.68)!important;font-family:var(--sans,"Inter",sans-serif);font-size:.9rem;font-weight:500;letter-spacing:-.01em;text-transform:none;transition:color 140ms ease,transform 140ms ease;}
  .nav-links .funding-menu-priority::after{content:none!important;}
  .funding-menu-priority small{font-family:var(--mono,"JetBrains Mono",monospace);font-size:.59rem;font-weight:500;color:rgba(20,23,20,.38);}
  .nav-links .funding-menu-priority:hover,.nav-links .funding-menu-priority:focus-visible,.nav-links .funding-menu-priority.is-active{color:var(--ink,#141714)!important;transform:translateX(6px);}
  .funding-menu-profile{position:relative;display:flex;flex-direction:column;min-width:0;padding:28px 34px 26px;background:radial-gradient(circle at 88% 12%,rgba(185,216,117,.13),transparent 27%),linear-gradient(180deg,#f5f7f1 0%,#eef3ec 100%);}
  .funding-menu-profile::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background:linear-gradient(90deg,transparent 0 17%,rgba(20,45,32,.09) 17% 17.2%,transparent 17.2% 52%,rgba(20,45,32,.07) 52% 52.15%,transparent 52.15%),linear-gradient(rgba(20,45,32,.055) 1px,transparent 1px);background-size:auto,100% 54px;mask-image:linear-gradient(120deg,rgba(0,0,0,.9),transparent 78%);-webkit-mask-image:linear-gradient(120deg,rgba(0,0,0,.9),transparent 78%);}
  .funding-menu-profile>*{position:relative;z-index:1;}
  .funding-menu-profile__metric{display:flex;align-items:flex-end;gap:13px;margin-top:14px;}
  .funding-menu-profile__metric strong{font-family:var(--serif,"Playfair Display",serif);font-size:clamp(3.8rem,5.5vw,5.05rem);font-weight:500;line-height:.78;letter-spacing:-.065em;color:#16382a;font-variant-numeric:tabular-nums;}
  .funding-menu-profile__metric span{max-width:92px;padding-bottom:5px;font-family:var(--mono,"JetBrains Mono",monospace);font-size:.58rem;line-height:1.35;letter-spacing:.07em;text-transform:uppercase;color:rgba(20,23,20,.48);}
  .funding-menu-profile__rule{height:1px;margin:19px 0 17px;background:rgba(20,36,26,.14);overflow:hidden;}
  .funding-menu-profile__rule i{display:block;width:100%;height:100%;background:#315b48;transform:scaleX(var(--funding-share,1));transform-origin:left;transition:transform 180ms cubic-bezier(.2,.7,.2,1);}
  .funding-menu-profile h3{margin:0;font-family:var(--serif,"Playfair Display",serif);font-size:1.45rem;font-weight:500;line-height:1.04;letter-spacing:-.035em;color:#17231b;}
  .funding-menu-profile>p{max-width:49ch;margin:8px 0 0;color:rgba(20,23,20,.65);font-size:.78rem;line-height:1.5;}
  .funding-menu-profile__projects{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:center;min-height:28px;margin-top:15px;}
  .funding-menu-profile__project,.funding-menu-profile__more{font-family:var(--mono,"JetBrains Mono",monospace);font-size:.61rem;letter-spacing:.025em;color:#315b48;text-decoration:none;}
  .funding-menu-profile__project[data-separator]::after{content:attr(data-separator);margin-left:8px;color:rgba(20,23,20,.28);}
  .funding-menu-profile__project:hover,.funding-menu-profile__project:focus-visible{text-decoration:underline;text-underline-offset:4px;}
  .funding-menu-profile__action{align-self:flex-start;margin-top:auto;padding-top:14px;color:#173b2c;font-size:.75rem;font-weight:600;text-decoration:none;}
  .funding-menu-profile__action:hover,.funding-menu-profile__action:focus-visible{text-decoration:underline;text-underline-offset:5px;}
  .funding-menu-profile__disclosure{display:block;margin-top:7px;color:rgba(20,23,20,.42);font-size:.58rem;line-height:1.35;}
}
@media (max-width:1120px){
  .funding-mobile-menu{display:block;margin:2px 0 8px;padding:12px 0 8px;border-bottom:1px solid rgba(23,24,19,.08);}
  .funding-mobile-menu__head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:8px 0 6px;}
  .funding-mobile-menu__label{font-family:var(--mono,"JetBrains Mono",monospace);font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(20,23,20,.46);}
  .funding-mobile-menu__head small{font-family:var(--mono,"JetBrains Mono",monospace);font-size:.57rem;color:rgba(20,23,20,.38);}
  .funding-mobile-menu__list{display:grid;}
  .funding-mobile-menu__priority{min-height:46px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:0;border:0;border-top:1px solid rgba(23,24,19,.065);background:transparent;color:rgba(20,23,20,.74);text-align:left;font:500 .9rem/1.25 var(--sans,"Inter",sans-serif);}
  .funding-mobile-menu__priority small{font-family:var(--mono,"JetBrains Mono",monospace);font-size:.56rem;font-weight:500;color:rgba(20,23,20,.4);}
  .funding-mobile-menu__priority.is-active{color:#16382a;}
  .funding-mobile-menu__detail{padding:12px 0 8px;border-top:1px solid rgba(23,24,19,.08);}
  .funding-mobile-menu__detail p{display:grid;gap:5px;margin:0;color:rgba(20,23,20,.62);font-size:.76rem;line-height:1.4;}
  .funding-mobile-menu__detail p strong{color:#16382a;font-size:.8rem;}.funding-mobile-menu__detail p em{font-style:normal;font-family:var(--mono,"JetBrains Mono",monospace);font-size:.56rem;letter-spacing:.02em;color:rgba(20,23,20,.44);}
  .funding-mobile-menu__detail a{display:inline-flex!important;min-height:44px!important;align-items:center!important;margin-top:4px!important;padding:7px 0 0!important;border:0!important;color:#16382a!important;font-size:.78rem!important;font-weight:600!important;}
}







@media (prefers-reduced-motion:reduce){.funding-menu-panel,.funding-menu-profile__rule i,.nav-links .funding-menu-priority{transition:none!important;}}

/* source: assets/editorial-foundation.css */
/* Variable-driven editorial heads */

/* source: assets/cultivera-atlas.css */
.atlas-shell {
  --atlas-ink: var(--ink, #171814);
  --atlas-muted: var(--muted, #5d665f);
  --atlas-line: var(--line, rgba(20, 26, 22, 0.14));
  --atlas-paper: var(--paper-soft, #fffdfa);
  --atlas-green: var(--green, var(--forest, #1f6b43));
  --atlas-deep: var(--green-deep, var(--forest-deep, #092a1c));
  color: var(--atlas-ink);
}

.atlas-shell button,
.atlas-shell input,
.atlas-shell select {
  font: inherit;
}

.atlas-shell button,
.atlas-shell summary,
.atlas-shell [role="option"] {
  -webkit-tap-highlight-color: transparent;
}

.atlas-label {
  color: var(--atlas-muted);
}

.atlas-workflow-shell {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
}

.atlas-command-bar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 14px clamp(18px, 3vw, 34px);
  align-items: end;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--atlas-line);
}

.atlas-crop-picker {
  display: grid;
  gap: 8px;
  max-width: 620px;
}

.atlas-crop-picker > label,
.atlas-control-compact label,
.atlas-district-search label {
  color: var(--atlas-muted);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atlas-combobox-wrap {
  position: relative;
}

.atlas-crop-input,
.atlas-control-compact select,
.atlas-district-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--atlas-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--atlas-ink);
  padding: 10px 13px;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.atlas-crop-input {
  min-height: 58px;
  padding-right: 46px;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.15rem, 1.5vw, 1.36rem);
}

.atlas-crop-input:focus,
.atlas-control-compact select:focus,
.atlas-district-search input:focus {
  outline: none;
  border-color: var(--atlas-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(31, 107, 67, 0.12);
}

.atlas-crop-cue {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-52%);
  color: var(--atlas-green);
  pointer-events: none;
  font-size: 1.2rem;
}

.atlas-native-crop-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.atlas-combobox-options {
  position: absolute;
  z-index: 40;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  max-height: min(360px, 52vh);
  overflow-y: auto;
  border: 1px solid rgba(9, 42, 28, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 24px 54px rgba(18, 41, 28, 0.16);
  padding: 7px;
  overscroll-behavior: contain;
}

.atlas-combobox-option {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 9px 11px;
  color: var(--atlas-ink);
  cursor: pointer;
}

.atlas-combobox-option:hover,
.atlas-combobox-option.is-active {
  background: rgba(31, 107, 67, 0.09);
  color: var(--atlas-deep);
}

.atlas-combobox-option[aria-selected="true"] {
  font-weight: 600;
}

.atlas-combobox-option[aria-selected="true"]::after {
  content: "Selected";
  margin-left: auto;
  color: var(--atlas-green);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-combobox-empty {
  margin: 0;
  padding: 13px;
  color: var(--atlas-muted);
}

.atlas-refine {
  position: relative;
  align-self: end;
}

.atlas-refine-summary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--atlas-line);
  border-radius: 999px;
  list-style: none;
  color: var(--atlas-deep);
  padding: 10px 18px;
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-refine-summary::-webkit-details-marker {
  display: none;
}

.atlas-refine-summary::after {
  content: "+";
  font-size: 1rem;
}

.atlas-refine[open] .atlas-refine-summary::after {
  content: "−";
}

.atlas-refine-summary:hover,
.atlas-refine-summary:focus-visible {
  outline: none;
  border-color: var(--atlas-deep);
  background: var(--atlas-deep);
  color: #fff;
}

.atlas-refine-panel {
  position: absolute;
  z-index: 35;
  top: calc(100% + 10px);
  right: 0;
  width: min(430px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid rgba(9, 42, 28, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 24px 60px rgba(18, 41, 28, 0.16);
  padding: 20px;
}

.atlas-control-compact {
  display: grid;
  gap: 7px;
}

.atlas-control-year,
.atlas-toggle,
.atlas-action {
  grid-column: 1 / -1;
}

.atlas-toggle {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  border-top: 1px solid var(--atlas-line);
  padding-top: 14px;
  color: var(--atlas-muted);
  cursor: pointer;
}

.atlas-toggle input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--atlas-green);
}

.atlas-toggle b,
.atlas-toggle small {
  display: block;
}

.atlas-toggle b {
  color: var(--atlas-ink);
  font-weight: 600;
}

.atlas-toggle small {
  margin-top: 3px;
  line-height: 1.4;
}

.atlas-action {
  width: max-content;
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--atlas-deep);
  padding: 4px 0;
  cursor: pointer;
}

.atlas-action:hover,
.atlas-action:focus-visible {
  outline: none;
  color: var(--atlas-green);
}

.atlas-coverage-line {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: baseline;
  color: var(--atlas-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.atlas-coverage-line strong {
  color: var(--atlas-deep);
  font-weight: 600;
}

.atlas-coverage-line span {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.atlas-mobile-modes {
  display: none;
}

.atlas-decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(340px, 0.88fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.atlas-map-card {
  position: relative;
  display: flex;
  min-height: clamp(640px, 70vh, 740px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 26, 22, 0.1);
  background: #f1f2ec;
  box-shadow: 0 22px 54px rgba(21, 39, 29, 0.08);
}

.atlas-map-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px 0;
}

.atlas-map-title {
  margin: 6px 0 0;
  max-width: 22ch;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.08;
}

.atlas-map-note {
  max-width: 300px;
  margin: 0;
  color: var(--atlas-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.atlas-map-frame {
  position: relative;
  flex: 1 1 auto;
  min-height: 520px;
  padding: 0 18px 104px;
}

.atlas-svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: visible;
  transform: scale(1.12);
  transform-origin: 50% 49%;
}

.atlas-district {
  stroke: rgba(24, 44, 31, 0.25);
  stroke-width: 0.5;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  transition: fill 150ms ease-out, stroke 150ms ease-out, filter 150ms ease-out;
}

.atlas-district:hover {
  stroke: var(--atlas-deep);
  stroke-width: 1.2;
  filter: brightness(0.95) contrast(1.06);
}

.atlas-district.is-selected {
  stroke: var(--atlas-deep);
  stroke-width: 2;
  filter: drop-shadow(0 2px 2px rgba(9, 42, 28, 0.16));
}

.atlas-selection-label line {
  stroke: var(--atlas-deep);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.atlas-selection-label circle {
  fill: var(--atlas-deep);
  stroke: #fff;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.atlas-selection-label rect {
  fill: rgba(255, 255, 255, 0.97);
  stroke: rgba(9, 42, 28, 0.22);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.atlas-selection-label text {
  fill: var(--atlas-deep);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.atlas-marker {
  stroke: rgba(255, 255, 255, 0.96);
  stroke-width: 1.8;
  filter: drop-shadow(0 5px 8px rgba(15, 47, 29, 0.18));
}

.atlas-legend {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  border: 1px solid rgba(16, 21, 18, 0.08);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(12px);
  padding: 13px 14px;
}

.atlas-legend-title {
  margin: 0 0 8px;
  color: var(--atlas-muted);
}

.atlas-legend-scale,
.atlas-legend-labels {
  display: grid;
  grid-template-columns: repeat(var(--atlas-legend-count, 5), minmax(0, 1fr));
}

.atlas-legend-scale {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
}

.atlas-legend-swatch--crop-0 { background: #eef1e8; }
.atlas-legend-swatch--crop-1 { background: #cadfbe; }
.atlas-legend-swatch--crop-2 { background: #91bf82; }
.atlas-legend-swatch--crop-3 { background: #4f9a63; }
.atlas-legend-swatch--crop-4 { background: #1f6b43; }
.atlas-legend-swatch--empty { background: #e8e7e1; }

.atlas-legend-labels {
  gap: 7px;
  margin-top: 7px;
  color: var(--atlas-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.atlas-legend-labels span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.atlas-legend-missing {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  color: var(--atlas-muted);
  font-size: 0.72rem;
}

.atlas-legend-missing > span {
  width: 30px;
  height: 10px;
  flex: 0 0 auto;
  border: 1px solid rgba(24, 44, 31, 0.15);
  background: repeating-linear-gradient(125deg, #e8e7e1 0 4px, #c9ccc4 4px 5px, #e8e7e1 5px 9px);
}

.atlas-intelligence-pane {
  min-width: 0;
  border-top: 1px solid var(--atlas-line);
}

.atlas-pane-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--atlas-line);
}

.atlas-pane-tab,
.atlas-mode-button {
  min-height: 46px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--atlas-muted);
  padding: 10px 8px;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-pane-tab:hover,
.atlas-pane-tab:focus-visible,
.atlas-pane-tab.is-active,
.atlas-mode-button:hover,
.atlas-mode-button:focus-visible,
.atlas-mode-button.is-active {
  outline: none;
  color: var(--atlas-deep);
  border-bottom-color: var(--atlas-green);
}

.atlas-pane-panel {
  padding-top: 22px;
}

.atlas-brief-district {
  margin: 7px 0 0;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.atlas-decision-block {
  margin-top: 22px;
  border-top: 1px solid var(--atlas-line);
  padding-top: 16px;
}

.atlas-decision-block > span {
  display: block;
  margin-bottom: 8px;
  color: var(--atlas-green);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-decision-block strong {
  display: block;
  color: var(--atlas-ink);
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 400;
  line-height: 1.22;
}

.atlas-decision-block p {
  margin: 8px 0 0;
  color: var(--atlas-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.atlas-decision-block--signal strong {
  color: var(--atlas-deep);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.atlas-decision-block--field {
  border-left: 3px solid var(--atlas-green);
  background: rgba(31, 107, 67, 0.055);
  padding: 16px 16px 17px;
}

.atlas-field-brief-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  border-bottom: 1px solid currentColor;
  color: var(--atlas-deep);
  padding-bottom: 4px;
  font-weight: 600;
}

.atlas-field-brief-link:hover,
.atlas-field-brief-link:focus-visible {
  color: var(--atlas-green);
}

.atlas-evidence-details {
  margin-top: 24px;
  border-top: 1px solid var(--atlas-line);
  border-bottom: 1px solid var(--atlas-line);
  padding: 14px 0;
}

.atlas-evidence-details summary {
  width: max-content;
  cursor: pointer;
  color: var(--atlas-deep);
  list-style: none;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-evidence-details summary::-webkit-details-marker {
  display: none;
}

.atlas-evidence-details summary::after { content: " +"; }
.atlas-evidence-details[open] summary::after { content: " −"; }

.atlas-evidence-list {
  margin: 16px 0 0;
}

.atlas-evidence-list > div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--atlas-line);
}

.atlas-evidence-list dt {
  color: var(--atlas-muted);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.atlas-evidence-list dd {
  margin: 0;
  color: var(--atlas-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.atlas-side-head {
  display: grid;
  gap: 18px;
}

.atlas-side-head h3 {
  margin: 6px 0 0;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.05;
}

.atlas-district-search {
  display: grid;
  gap: 6px;
}

.atlas-ranking-list {
  display: grid;
  margin-top: 16px;
  border-top: 1px solid var(--atlas-line);
}

.atlas-rank-row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid var(--atlas-line);
  background: transparent;
  padding: 10px 0;
  text-align: left;
  cursor: pointer;
  color: var(--atlas-ink);
}

.atlas-rank-row:hover,
.atlas-rank-row:focus-visible,
.atlas-rank-row.is-selected {
  outline: none;
  color: var(--atlas-green);
}

.atlas-rank-row.is-selected {
  box-shadow: inset 3px 0 0 var(--atlas-green);
  padding-left: 10px;
}

.atlas-rank-index {
  color: var(--atlas-muted);
}

.atlas-rank-row strong,
.atlas-rank-row small {
  display: block;
}

.atlas-rank-row strong {
  font-size: 0.94rem;
}

.atlas-rank-row small {
  margin-top: 3px;
  color: var(--atlas-muted);
  line-height: 1.4;
}

.atlas-rank-toggle {
  width: max-content;
  margin-top: 14px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--atlas-deep);
  padding: 4px 0;
  cursor: pointer;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-projects {
  margin-top: 24px;
  border-top: 1px solid var(--atlas-line);
  padding-top: 18px;
}

.atlas-project-list {
  display: grid;
  margin-top: 10px;
}

.atlas-project-row {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px solid var(--atlas-line);
}

.atlas-project-dot {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--atlas-green);
}

.atlas-project-row strong,
.atlas-project-row em {
  display: block;
}

.atlas-project-row em {
  margin-top: 3px;
  color: var(--atlas-muted);
  font-style: normal;
  font-size: 0.8rem;
}

.atlas-empty {
  padding: 16px 0;
  color: var(--atlas-muted);
}

[hidden] {
  display: none !important;
}

@media (min-width: 901px) {
  .atlas-map-card {
    position: sticky;
    top: 88px;
  }
}

@media (max-width: 1080px) {
  .atlas-decision-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
  }

  .atlas-map-card {
    min-height: 610px;
  }

  .atlas-map-frame {
    min-height: 490px;
  }
}

@media (max-width: 900px) {
  .atlas-command-bar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .atlas-decision-grid {
    grid-template-columns: 1fr;
  }

  .atlas-map-card {
    position: relative;
    top: auto;
    min-height: 590px;
  }

  .atlas-map-frame {
    min-height: 470px;
  }

  .atlas-intelligence-pane {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .atlas-workflow-shell {
    gap: 20px;
  }

  .atlas-command-bar {
    grid-template-columns: 1fr auto;
    align-items: end;
    padding-bottom: 18px;
  }

  .atlas-crop-picker {
    min-width: 0;
  }

  .atlas-crop-input {
    min-height: 52px;
    font-size: 1.08rem;
  }

  .atlas-refine-summary {
    min-height: 48px;
    padding-inline: 15px;
  }

  .atlas-refine-panel {
    position: fixed;
    z-index: 80;
    inset: auto 14px 14px;
    width: auto;
    max-height: min(72vh, 620px);
    overflow-y: auto;
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .atlas-coverage-line {
    font-size: 0.78rem;
  }

  .atlas-coverage-line span {
    width: 100%;
    font-size: 0.66rem;
  }

  .atlas-mobile-modes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--atlas-line);
    border-bottom: 1px solid var(--atlas-line);
  }

  .atlas-pane-tabs {
    display: none;
  }

  .atlas-shell[data-mobile-mode="ranking"] [data-atlas-pane="map"],
  .atlas-shell[data-mobile-mode="ranking"] [data-atlas-brief-panel] {
    display: none;
  }

  .atlas-shell[data-mobile-mode="ranking"] [data-atlas-ranking-panel] {
    display: block !important;
  }

  .atlas-shell[data-mobile-mode="map"] [data-atlas-ranking-panel] {
    display: none !important;
  }

  .atlas-map-card {
    min-height: 0;
  }

  .atlas-map-head {
    display: grid;
    gap: 12px;
    padding: 20px 20px 0;
  }

  .atlas-map-note {
    max-width: none;
  }

  .atlas-map-frame {
    min-height: 335px;
    padding: 0 6px 12px;
  }

  .atlas-svg {
    min-height: 320px;
    transform: scale(1.04);
  }

  .atlas-legend {
    position: static;
    margin: 0 16px 16px;
  }

  .atlas-intelligence-pane {
    border-top: 0;
  }

  .atlas-pane-panel {
    padding-top: 8px;
  }

  .atlas-brief-district {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .atlas-decision-block strong {
    font-size: 1.22rem;
  }

  .atlas-decision-block--signal strong {
    font-size: 1.42rem;
  }

  .atlas-evidence-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .atlas-combobox-options {
    max-height: min(340px, 48vh);
  }
}

@media (max-width: 460px) {
  .atlas-command-bar {
    gap: 11px 10px;
  }

  .atlas-refine-summary {
    font-size: 0.67rem;
    padding-inline: 13px;
  }

  .atlas-map-title {
    font-size: 1.48rem;
  }

  .atlas-legend-labels {
    font-size: 0.75rem;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-district,
  .atlas-crop-input,
  .atlas-control-compact select,
  .atlas-district-search input {
    transition: none;
  }
}

/* source: assets/vertical-compaction.css */
@media (min-width:981px){
  body.page-not-found main>.hero.visual-hero,
  body.page-crop-intelligence main>.hero.visual-hero{min-height:clamp(650px,82vh,720px);padding-block:46px;}
  body.page-not-found main>.hero.visual-hero :is(.container.hero-content,.container.hero-grid),
  body.page-crop-intelligence main>.hero.visual-hero :is(.container.hero-content,.container.hero-grid){min-height:0;padding-block:0;}
  
  
  
  
  body.page-crop-intelligence .atlas-verification{padding-block:64px;}
  
  
  
  
  
  
  

  
  
  
}

/* source: assets/award-system.css */
/* Cultivera final-award shared system contract.
   Approved production aliases preserve the signed visual state.
   Route timing supports the page-owned production interactions. */
:root {
  /* Motion: existing approved behaviour. */
  --cultivera-motion-existing-fast: 220ms;
  --cultivera-motion-existing-medium: 520ms;
  --cultivera-motion-existing-slow: 820ms;
  --cultivera-motion-control: 180ms;
  --cultivera-motion-reduced: 0.01ms;
  --cultivera-ease-existing: cubic-bezier(.16, 1, .3, 1);
  --cultivera-ease-existing-quiet: cubic-bezier(.22, .61, .36, 1);

  /* Stage 02 route prototype contract. */
  --cultivera-route-first-duration: 600ms;
  --cultivera-route-repeat-duration: 360ms;
  --cultivera-route-content-duration: 150ms;
  --cultivera-route-ease: cubic-bezier(.16, 1, .3, 1);

  /* Functional type: baseline-equivalent active values. */
  --cultivera-type-control-floor: .78rem;
  --cultivera-type-label-floor: .78rem;
  --cultivera-type-caption-floor: .84rem;
  --cultivera-type-source-floor: .78rem;
  --cultivera-type-functional-leading: 1.45;
  --cultivera-type-label-track: .055em;

  /* Approved target floors for owned visual stages. */
  --cultivera-type-target-nav: .8125rem;
  --cultivera-type-target-eyebrow: .75rem;
  --cultivera-type-target-caption: .8125rem;
  --cultivera-type-target-map-label: .75rem;

  /* Editorial, instrument and evidence spacing. */
  --cultivera-space-editorial-section: clamp(3.5rem, 5.5vw, 5rem);
  --cultivera-space-instrument-section: clamp(3.5rem, 5vw, 4.5rem);
  --cultivera-space-evidence-compact: clamp(2.75rem, 4vw, 3.5rem);
  --cultivera-space-heading-gap: clamp(1.75rem, 3.25vw, 3rem);
  --cultivera-space-grid-gap: clamp(2rem, 4.5vw, 4.25rem);
  --cultivera-space-stack-gap: clamp(.875rem, 1.5vw, 1.25rem);
  --cultivera-space-evidence-row: clamp(1.125rem, 1.8vw, 1.5rem);
  --cultivera-space-editorial-section-mobile: 3.5rem;
  --cultivera-space-instrument-section-mobile: 3.5rem;
  --cultivera-space-evidence-compact-mobile: 2.75rem;
  --cultivera-space-heading-gap-mobile: 1.5rem;
  --cultivera-space-grid-gap-mobile: 2rem;
  --cultivera-space-stack-gap-mobile: .875rem;
  --cultivera-space-evidence-row-mobile: 1.125rem;

  /* Action hierarchy and accessibility. */
  --cultivera-action-primary-height: 3rem;
  --cultivera-touch-target-min: 2.75rem;
  --cultivera-action-inline-pad: 1.25rem;
  --cultivera-action-gap: .625rem;
  --cultivera-focus-ring: 0 0 0 3px rgba(183, 223, 98, .46), 0 0 0 6px rgba(20, 23, 20, .18);
  --cultivera-focus-ring-dark: 0 0 0 3px rgba(183, 223, 98, .72), 0 0 0 6px rgba(255, 255, 255, .28);
  --cultivera-state-selected-outline: inset 0 0 0 1px currentColor;

  /* Existing shared motion colours. */
  --cultivera-motion-line: rgba(18, 103, 70, .34);
  --cultivera-motion-line-dark: rgba(183, 223, 98, .42);
}
/* Cultivera V1.43 award-readiness: tested typography floors.
   This layer is loaded last. It raises functional labels, captions, evidence notes
   and controls without changing headline scale, body copy, layout or interaction. */
:root {
  --award-type-control-floor: var(--cultivera-type-control-floor);
  --award-type-label-floor: var(--cultivera-type-label-floor);
  --award-type-caption-floor: var(--cultivera-type-caption-floor);
  --award-type-source-floor: var(--cultivera-type-source-floor);
  --award-type-functional-leading: var(--cultivera-type-functional-leading);
  --award-type-label-track: var(--cultivera-type-label-track);
}

/* Shared navigation and footer. */
body .nav-links.mono a,
body .nav-cta.mono,
body .mobile-menu-button {
  font-size: var(--award-type-control-floor) !important;
  letter-spacing: var(--award-type-label-track);
}
body footer.site-footer .footer-col-label,
body footer.site-footer .footer-credit {
  font-size: var(--award-type-label-floor);
  line-height: var(--award-type-functional-leading);
  letter-spacing: var(--award-type-label-track);
}

/* Main-page labels and captions. Homepage hero and Insights editorial body stay outside this scope. */
body.main-page:not(.page-home):not(.page-insights) :is(.mono, .section-kicker, .section-label, .eyebrow),
body.page-contact :is(.brief-field label, .form-field label, .brief-destination, .route-number, .copy-status, .submission-note),
body.page-about :is(.role-chain__marker, .role-chain dt, .front-index, .front-action, .record-proof__label, .record-facts dt, .record-timeline time),
body.page-advisory :is(.concept-tab span, .concept-video-toggle, .concept-status, .concept-logic dt, .policy-logic dt, .policy-publication figcaption strong),
body.page-crop-intelligence :is(.breadcrumb, .atlas-verification-steps span),
body.page-farms :is(.route-facts span, .handoff-step small, .handoff-discipline, .feature-meta span, .support-route .status, .cd-buyer-proof span),
body.main-page:not(.page-home):not(.page-insights) .editorial-metric-rail span,
body.main-page:not(.page-home):not(.page-insights) .editorial-table__header,
body.main-page:not(.page-home):not(.page-insights) .cd-response-note {
  font-size: var(--award-type-label-floor) !important;
  line-height: var(--award-type-functional-leading);
  letter-spacing: var(--award-type-label-track);
}




/* Crop/field controls that must be read to operate the interface. */
body.page-crop-intelligence :is(
  .atlas-crop-picker > label,
  .atlas-control-compact label,
  .atlas-district-search label,
  .atlas-refine-summary,
  .atlas-coverage-line span,
  .atlas-legend-labels,
  .atlas-legend-missing,
  .atlas-pane-tab,
  .atlas-mode-button,
  .atlas-decision-block > span,
  .atlas-evidence-details summary,
  .atlas-evidence-list dt,
  .atlas-rank-toggle
),
body.page-field-systems .field-systems-experience :is(
  .eyebrow,
  .tour-position,
  .tour-nav,
  .project-browser-head p,
  .project-browser-group h3,
  .project-browser-link > span,
  .project-browser-link small,
  .atlas-refine > summary small,
  .control label,
  .filter-chip,
  .atlas-stage-key,
  .atlas-legend,
  .marker-preview-copy span,
  .marker-preview-copy small,
  .marker-preview-copy p,
  .selected-project-meta,
  .selected-project-location,
  .selected-project-why span,
  .selected-project-why p,
  .selected-project-decisions span,
  .selected-project-decisions p,
  .selected-project-media figcaption,
  .selected-project-facts dt,
  .selected-project-facts small,
  .selected-project-link
) {
  font-size: var(--award-type-label-floor) !important;
  line-height: var(--award-type-functional-leading);
  letter-spacing: var(--award-type-label-track);
}

/* Project-shell contract. */
body.project-theme {
  --project-label-size: clamp(0.75rem, 0.78vw, 0.84rem);
  --project-meta-size: clamp(0.82rem, 0.86vw, 0.94rem);
  --project-caption-size: clamp(0.82rem, 0.86vw, 0.92rem);
  --project-caption-small-size: clamp(0.78rem, 0.8vw, 0.86rem);
  --project-nav-label-size: 0.78rem;
  --project-label-track: var(--award-type-label-track);
}
body.project-theme :is(.mono, .project-eyebrow, .evidence, .kicker, .project-source) {
  font-size: var(--award-type-label-floor) !important;
  line-height: var(--award-type-functional-leading);
  letter-spacing: var(--award-type-label-track);
}
body.project-theme :is(.project-functional-meta, .project-caption, .project-caption__meta, .project-caption__title) {
  font-size: var(--award-type-caption-floor) !important;
  line-height: 1.45;
}
body.project-theme .project-caption__title {
  font-size: var(--award-type-caption-floor) !important;
}

/* Shared project data labels and source links. */
body.project-theme :is(
  .source-links a,
  .comparator-note,
  .route-note,
  .sources-grid p,
  .source-note summary,
  .budget-disclosure__label
) {
  font-size: var(--award-type-source-floor) !important;
  line-height: 1.5;
}

/* Green Flame. */
body.theme-green-flame :is(
  .proof-chain-node b,
  .digestate-chain span,
  .record-fields span,
  .conclusion-gate dt,
  .proof-ledger dt,
  .evidence-table th::before,
  .evidence-table td::before,
  .replication-table th::before,
  .replication-table td::before
) {
  font-size: var(--award-type-label-floor) !important;
  line-height: var(--award-type-functional-leading);
}

/* Solar and FRiO. */


/* GLOW. */



/* MAVH family. */

body.theme-mahasthangarh-floriculture :is(.hero-v4 figcaption span, .route-evidence-cards dd, .decision-v4__path p, .decision-v4__outcomes p) {
  font-size: var(--award-type-caption-floor) !important;
  line-height: 1.5;
}

/* Sundarbans and EcoChar. */


/* Residual shared labels found by the computed-style audit. */



@media (max-width: 700px) {
  :root {
    --award-type-caption-floor: 0.78rem;
  }
}
/* Cultivera V1.43 award-readiness: tested spacing and density rhythm.
   Changes outer composition and editorial rhythm only. Signature mechanism internals remain untouched. */
:root {
  --award-density-section: var(--cultivera-space-instrument-section);
  --award-density-section-main: var(--cultivera-space-editorial-section);
  --award-density-compact: var(--cultivera-space-evidence-compact);
  --award-density-head-gap: var(--cultivera-space-heading-gap);
  --award-density-grid-gap: var(--cultivera-space-grid-gap);
  --award-density-stack-gap: var(--cultivera-space-stack-gap);
  --award-density-row: var(--cultivera-space-evidence-row);
}

/* Main-page composition. Homepage, Insights and article bodies are outside this scope. */








/* Project section rhythm. Protected signature mechanism sections are excluded. */


body.project-theme .head {
  margin-bottom: var(--award-density-head-gap);
}

@media (max-width: 760px) {
  :root {
    --award-density-section: var(--cultivera-space-instrument-section-mobile);
    --award-density-section-main: var(--cultivera-space-editorial-section-mobile);
    --award-density-compact: var(--cultivera-space-evidence-compact-mobile);
    --award-density-head-gap: var(--cultivera-space-heading-gap-mobile);
    --award-density-grid-gap: var(--cultivera-space-grid-gap-mobile);
    --award-density-stack-gap: var(--cultivera-space-stack-gap-mobile);
    --award-density-row: var(--cultivera-space-evidence-row-mobile);
  }
  
  body.project-theme .head {
    margin-bottom: 1.75rem;
  }
}
/* Cultivera V1.43 award-readiness: CTA and interaction-control affordances.
   This final cascade layer standardises touch targets, focus visibility and state cues.
   The global Start a brief action and project switcher geometry remain unchanged. */
:root {
  --award-control-primary-height: var(--cultivera-action-primary-height);
  --award-control-utility-height: var(--cultivera-touch-target-min);
  --award-control-inline-pad: var(--cultivera-action-inline-pad);
  --award-control-gap: var(--cultivera-action-gap);
  --award-control-focus: var(--cultivera-focus-ring);
  --award-control-focus-dark: var(--cultivera-focus-ring-dark);
}

/* Primary and secondary CTA geometry. Homepage and Insights retain their authored systems. */


/* Text actions retain editorial lightness while becoming visibly actionable. */



/* Main-page utility controls. Signature workbench controls are deliberately excluded. */
body.main-page :is(
  .publication-subnav-toggle,
  .concept-tab,
  .decision-tab,
  .tour-nav,
  .browse-toggle,
  .browse-close,
  .clear-btn,
  .filter-chip,
  .atlas-pane-tab,
  .atlas-mode-button,
  .atlas-rank-toggle
) {
  min-height: var(--award-control-utility-height);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Expanded/selected controls must advertise state without relying on colour alone. */
body.main-page :is(.publication-subnav-toggle, .browse-toggle)[aria-expanded="true"],
body.main-page :is(.concept-tab[aria-pressed="true"], .decision-tab[aria-selected="true"]),
body.main-page :is(.atlas-pane-tab, .atlas-mode-button, .atlas-rank-toggle)[aria-pressed="true"] {
  box-shadow: var(--cultivera-state-selected-outline);
}
body.project-theme :is(.hero, .closing-section--project, .mandate-panel) :is(.btn, .button, .project-action):focus-visible {
  box-shadow: var(--award-control-focus-dark);
}

body :is(.btn, .button, .copy-brief, .project-action, button)[disabled],
body :is(.btn, .button, .copy-brief, .project-action, button)[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none !important;
}



@media (prefers-reduced-motion: reduce) {
  body :is(.btn, .button, .copy-brief, .project-action, .btn.text-link) {
    transition-duration: var(--cultivera-motion-reduced) !important;
  }
}

/* source: assets/award-visual-correction.css */
/* Cultivera V1.45 RC visual-correction batch.
   Scoped DTP, state and hierarchy refinements for the five audited pages.
   No homepage composition or site architecture changes. */

/* Shared functional legibility and rules. */
body:is(.page-field-systems,.page-farms,.page-insights,.page-crop-intelligence,.theme-green-flame) :is(.nav-links.mono a,.nav-cta.mono,.mobile-menu-button){
  letter-spacing:.055em;
}
body:is(.page-field-systems,.page-farms,.page-insights,.page-crop-intelligence) :is(.section-kicker,.eyebrow,.image-caption,.source-line),
body.theme-green-flame :is(.project-eyebrow,.project-source,.project-caption){
  text-rendering:geometricPrecision;
}
body:is(.page-field-systems,.page-farms,.page-insights,.page-crop-intelligence) :is(.media-index__row,.definition-ledger>div,.article-row){
  border-color:rgba(20,23,20,.15);
}

/* GREEN FLAME ----------------------------------------------------------- */
body.theme-green-flame .green-flame-evidence-page .hero-status{
  grid-template-columns:minmax(250px,.82fr) minmax(480px,1.38fr);
}
body.theme-green-flame .green-flame-evidence-page .hero-status__facts{
  border-right:0;
}
body.theme-green-flame .green-flame-evidence-page .hero-status>p{display:none;}
body.theme-green-flame .green-flame-evidence-page .section-head--contract{
  grid-template-columns:minmax(0,1.18fr) minmax(310px,.72fr);
  gap:clamp(34px,5vw,76px);
}
body.theme-green-flame .green-flame-evidence-page .section-head--contract h2{
  max-width:20ch !important;
  text-wrap:balance;
}
body.theme-green-flame .green-flame-evidence-page .contract-grid article{
  min-height:230px;
  padding:28px 30px;
}
body.theme-green-flame .green-flame-evidence-page .contract-grid strong{
  margin-top:24px;
  font-size:clamp(2.35rem,3.65vw,3.85rem);
}
body.theme-green-flame .green-flame-evidence-page .contract-grid h3{
  font-size:1.22rem;
  line-height:1.25;
}
body.theme-green-flame .green-flame-evidence-page .table-wrap{
  border-color:rgba(20,23,20,.17);
  box-shadow:0 18px 45px rgba(20,35,27,.08);
}
body.theme-green-flame .green-flame-evidence-page .evidence-table :is(th,td){
  padding:23px 24px;
  border-bottom-color:rgba(20,23,20,.14);
  font-size:.97rem;
  line-height:1.55;
}
body.theme-green-flame .green-flame-evidence-page .evidence-table thead th{
  padding-block:17px;
  font-size:.78rem;
  letter-spacing:.055em;
}
body.theme-green-flame .green-flame-evidence-page .evidence-table tbody th{width:21%;font-size:1rem;}
body.theme-green-flame .green-flame-evidence-page .evidence-table td:nth-child(2){width:23%;}
body.theme-green-flame .green-flame-evidence-page .evidence-table td:nth-child(3){width:22%;}
body.theme-green-flame .green-flame-evidence-page .evidence-table small{
  margin-top:8px;
  font-size:.8rem;
  line-height:1.5;
}
body.theme-green-flame .green-flame-evidence-page .proofs-layout{
  grid-template-columns:minmax(270px,.58fr) minmax(620px,1.56fr);
  gap:clamp(28px,3vw,42px);
}
body.theme-green-flame .green-flame-evidence-page .proof-steps::before,
body.theme-green-flame .green-flame-evidence-page .proof-steps::after{
  min-height:38px;
}
body.theme-green-flame .green-flame-evidence-page .proof-step{
  min-height:132px;
  padding:19px 18px;
  opacity:.56;
  border-left-color:rgba(255,255,255,.16);
  transition:opacity .18s ease,background-color .18s ease,border-color .18s ease;
}
body.theme-green-flame .green-flame-evidence-page .proof-step:is(.is-active,[aria-selected="true"]){
  opacity:1;
  border-left-color:#b7df62;
  background:rgba(183,223,98,.075);
}
body.theme-green-flame .green-flame-evidence-page .proof-step strong{
  font-size:clamp(1.55rem,2.1vw,2.35rem);
}
body.theme-green-flame .green-flame-evidence-page .proof-step__description{
  margin-top:8px;
  font-size:.88rem;
  line-height:1.48;
}
body.theme-green-flame .green-flame-evidence-page .proof-stage{
  border-color:rgba(255,255,255,.22);
}

/* FIELD SYSTEMS --------------------------------------------------------- */





















/* FARMS ----------------------------------------------------------------- */























/* INSIGHTS -------------------------------------------------------------- */


























/* CROP INTELLIGENCE ----------------------------------------------------- */
body.page-crop-intelligence .hero-photo-frame img{
  transform:none;
  image-rendering:auto;
}
body.page-crop-intelligence .atlas-command-bar{
  
  
  
  
  border-radius:12px;
  
  
}

body.page-crop-intelligence .atlas-refine-summary{
  
  min-width:116px;
  justify-content:center;
  border:1px solid rgba(20,26,22,.16);
  
  
}
body.page-crop-intelligence .atlas-coverage-line{
  
  padding-top:14px;
  border-top:1px solid rgba(20,26,22,.12);
}


body.page-crop-intelligence .atlas-map-frame{min-height:440px;}
body.page-crop-intelligence .atlas-svg{transform:scale(1.04);}
body.page-crop-intelligence .atlas-intelligence-pane{
  padding:0 2px;
  border-top-color:rgba(20,26,22,.18);
}
body.page-crop-intelligence .atlas-pane-tab{min-height:50px;font-size:.78rem;}
body.page-crop-intelligence .atlas-decision-block{margin-top:16px;padding-top:15px;}
body.page-crop-intelligence .atlas-verification{
  padding-block:clamp(64px,6vw,88px);
}
body.page-crop-intelligence .atlas-verification-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  gap:clamp(44px,6vw,88px);
  
}

body.page-crop-intelligence .atlas-field-proof img{aspect-ratio:4/4.35;object-fit:cover;}
body.page-crop-intelligence .crop-editorial-close{padding-block:clamp(54px,5.5vw,78px);}
body.page-crop-intelligence .crop-editorial-close__inner{
  grid-template-columns:minmax(0,.64fr) minmax(290px,.36fr);
  gap:clamp(30px,4vw,58px);
  align-items:center;
}
body.page-crop-intelligence .crop-editorial-close__link{
  
  padding:0 18px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  text-decoration:none;
  font-size:1rem;
}
body.page-crop-intelligence .crop-editorial-close__link:hover,
body.page-crop-intelligence .crop-editorial-close__link:focus-visible{
  border-color:#b7df62;
  color:#b7df62;
}

@media (max-width:980px){
  body.theme-green-flame .green-flame-evidence-page .hero-status{grid-template-columns:1fr;}
  body.theme-green-flame .green-flame-evidence-page .proofs-layout{grid-template-columns:1fr;}
  
  
  
  
  
  
  body.page-crop-intelligence .atlas-decision-grid{grid-template-columns:1fr;}
  body.page-crop-intelligence .atlas-verification-grid{grid-template-columns:1fr;}
  body.page-crop-intelligence .atlas-field-proof{max-width:680px;justify-self:start;}
}
@media (max-width:720px){
  body.theme-green-flame .green-flame-evidence-page .section-head--contract{grid-template-columns:1fr;}
  body.theme-green-flame .green-flame-evidence-page .contract-grid article{min-height:auto;}
  
  
  
  
  
  
  
  
  
  body.page-crop-intelligence .atlas-command-bar{grid-template-columns:1fr;padding:18px;}
  body.page-crop-intelligence .atlas-refine-summary{width:100%;}
  body.page-crop-intelligence .atlas-coverage-line{grid-column:1;}
  body.page-crop-intelligence .crop-editorial-close__inner{grid-template-columns:1fr;}
}


/* Keep the signature instrument present in static/full-page captures; stage changes remain interactive. */




/* source: assets/mobile-dtp-final.css */
/* Cultivera final mobile DTP ownership layer
   Scope: authored mobile layouts only. Desktop composition remains unchanged. */

@media (max-width: 760px) {
  :root {
    --mobile-dtp-label: .75rem;
    --mobile-dtp-meta: .8125rem;
    --mobile-dtp-copy: .9375rem;
    --mobile-dtp-touch: 44px;
  }

  /* Shared functional type and action floors. */
  main :is(.section-kicker,.eyebrow,.meta-line,.caption-meta,.cap-type) {
    font-size: var(--mobile-dtp-label) !important;
    line-height: 1.35 !important;
  }
  main :is(figcaption,.image-caption) {
    font-size: var(--mobile-dtp-meta) !important;
    line-height: 1.42 !important;
  }
  main :is(dt,.definition-ledger dt) {
    font-size: var(--mobile-dtp-label) !important;
    line-height: 1.35 !important;
  }
  main :is(.card-action,.story-link) {
    display: inline-flex;
    min-height: var(--mobile-dtp-touch);
    align-items: center;
    padding-block: 10px;
  }
  main :is(.btn,a.button,button):focus-visible {
    outline-offset: 3px;
  }
  main :is(.section-head,.editorial-head) {
    row-gap: 16px;
  }

  /* Home: preserve the reference composition while making its actions and proof labels usable. */
  
  
  

  /* Field Systems: one contained CTA language and legible mobile atlas state. */
  
  
  
  
  /* Advisory: authored horizontal progress, readable answers and concept comparison. */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  /* Farms: clearer route ownership, readable evidence and explicit horizontal authorship. */
  
  
  
  
  
  
  
  
  
  
  
  

  /* Insights: repair collapsed grids and restore one-column editorial flow. */
  
  
  
  
  
  
  
  

  /* About: use the Home closing component and restore detail hierarchy. */
  
  
  
  
  
  
  
  
  
  

  /* Contact: retain compact form while making review labels readable. */
  
  

  /* Policy and insight story: horizontal records must announce and snap, not appear clipped. */
  
  
  

  /* Shared project-shell mobile DTP floors. */
  body.project-theme main :is(.project-eyebrow,.project-kicker,.mono,.status,.source-label) {
    line-height:1.35;
  }
  body.project-theme main :is(figcaption,.project-caption,.media-caption) {
    font-size:.8125rem!important;
    line-height:1.42!important;
  }
  body.project-theme .source-links a {
    display:flex;
    min-height:44px;
    align-items:center;
    padding:10px 0;
    font-size:.8125rem;
    line-height:1.35;
  }
  body.project-theme .source-links {gap:0;}
  body.project-theme .source-links a+a {border-top:1px solid rgba(20,23,20,.14);}

  /* GLOW source notes become deliberate mobile evidence rows. */
  
  

  /* FRiO Flower Clock: visible horizontal ownership and readable evidence links. */
  body.theme-frio :is(.flower-clock__stages,.flower-clock__rail,.clock-stages) {
    scroll-snap-type:x mandatory;
    scroll-padding-inline:0 28px;
    scrollbar-width:thin;
  }
  body.theme-frio :is(.flower-clock__stages,.flower-clock__rail,.clock-stages)>* {scroll-snap-align:start;}
  body.theme-frio main :is(.stage-index,.clock-index,.source-links a) {font-size:.75rem!important;}

  /* Solar capacity instrument: preserve its data width but author the scroll. */
  body.theme-solar :is(.capacity-calendar,.capacity-table,.calendar-shell) {
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:thin;
  }
  body.theme-solar :is(.capacity-calendar,.capacity-table,.calendar-shell)>* {scroll-snap-align:start;}

  /* MAVH pages: legible route labels and touch-safe source credits. */
  
  
  body.theme-mahasthangarh-floriculture main a[href*="media-credits"],
  body.theme-mahasthangarh-floriculture main a[href*="creativecommons"] {
    display:inline-flex;
    min-height:44px;
    align-items:center;
    padding-block:8px;
  }

  /* SGC: contain the mobile poster and make evidence links actual targets. */
  
  

  /* Green Flame: improve evidence labels without changing its long-form structure. */
  body.theme-green-flame main :is(.evidence-step-index,.evidence-status,.proof-index,.proof-status) {
    font-size:.75rem!important;
    line-height:1.35!important;
  }

  /* Compact only the recurring excess runway, not content-led page rhythm. */
  
}



/* Measured mobile DTP closure after the three-width audit. */
@media (max-width: 760px) {
  

  
  

  

  body.theme-green-flame .proof-mobile-controller :is(span,a) {font-size:.75rem!important;line-height:1.3!important;}
  body.theme-green-flame .proof-mobile-controller a {display:inline-flex;min-height:44px;align-items:center;padding-inline:10px;}

  

  
  
  

  
  
}



@media (max-width: 760px) {
  
  
  body.theme-green-flame .green-flame-evidence-page .service-preferred {
    background:#173f35!important;
    color:#fff!important;
  }
  body.theme-green-flame .green-flame-evidence-page .service-preferred h3 {color:#fff!important;}
  body.theme-green-flame .green-flame-evidence-page .service-preferred li {color:rgba(255,255,255,.82)!important;}
}

/* 2026-08-08 · CD mobile DTP deep-run closure
   Scope: SGC route accessibility, Solar hero/subnav rhythm + long system question,
   GLOW/MAVH/MAVH Floriculture opening depth, FRiO funding-boundary display scale.
   Desktop and non-target pages intentionally unchanged. */







/* source: assets/lock18-creative.css */
/* Cultivera Lock18 Creative Recovery
   CD + ART authority: shell, destination legibility, Advisory field intelligence,
   Field Systems continuity, project caption discipline, FRiO subtraction. */
:root{--lock18-paper:#f6f6f1;--lock18-ink:#172019;--lock18-forest:#173f3a;--lock18-lime:#b9d875;--lock18-line:rgba(23,32,25,.14);--lock18-ease:cubic-bezier(.16,1,.3,1);}

/* 01 — Global shell material. Preserve established geometry and offsets. */









.site-footer{border-top:1px solid rgba(255,255,255,.08);}
.site-footer .footer-links a,.site-footer .footer-contact-block a{transition:opacity .2s ease;}
.site-footer .footer-links a:hover,.site-footer .footer-contact-block a:hover{opacity:.68;}

/* Home shell retains the approved embedded-to-light handoff, with quieter material. */









/* 02 — Home leaf destination intelligence. Annotation lives inside the mark, not in a UI card. */











/* 03 — Advisory: verdant field becomes the page's signature opening. */




















/* Advisory diagnostic: editorial decision field, not a form-builder card stack. */































/* 04 — Field Systems: one continuous journey into the Atlas. */












/* 05 — Project caption authority. Atlas is default; human-pause is editorial. */
body.project-theme figure figcaption,body.project-theme .project-caption{font-family:var(--sans);}
body.project-theme figure[data-media-class]:not([data-media-class="human-pause"]) figcaption,
body.project-theme .media-frame:not([data-media-class="human-pause"]) figcaption,
body.project-theme .project-caption{position:static!important;inset:auto!important;display:grid!important;grid-template-columns:max-content minmax(0,1fr);gap:16px!important;align-items:baseline!important;width:100%!important;max-width:none!important;margin:0!important;padding:11px 0 0!important;border:0!important;border-top:1px solid rgba(23,32,25,.16)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:rgba(23,32,25,.64)!important;text-shadow:none!important;}
body.project-theme figure[data-media-class]:not([data-media-class="human-pause"]) figcaption strong,
body.project-theme .media-frame:not([data-media-class="human-pause"]) figcaption strong,
body.project-theme .project-caption__title{margin:0!important;color:rgba(23,63,50,.88)!important;font:600 .62rem/1.35 var(--mono)!important;letter-spacing:.1em!important;text-transform:uppercase!important;white-space:nowrap;}
body.project-theme figure[data-media-class]:not([data-media-class="human-pause"]) figcaption span,
body.project-theme .media-frame:not([data-media-class="human-pause"]) figcaption span,
body.project-theme .project-caption__meta{color:rgba(23,32,25,.64)!important;font:400 .76rem/1.45 var(--sans)!important;letter-spacing:0!important;text-transform:none!important;}
body.project-theme figure[data-media-class="human-pause"] figcaption{position:static!important;display:grid!important;gap:7px!important;margin:0!important;padding:14px 0 0!important;border:0!important;border-top:1px solid rgba(23,32,25,.15)!important;border-radius:0!important;background:transparent!important;color:rgba(23,32,25,.66)!important;box-shadow:none!important;backdrop-filter:none!important;}
body.project-theme figure[data-media-class="human-pause"] figcaption strong{color:var(--lock18-forest)!important;font:500 clamp(1.05rem,1.5vw,1.35rem)/1.25 var(--serif)!important;letter-spacing:-.02em!important;}
body.project-theme figure[data-media-class="human-pause"] figcaption span{max-width:62ch;color:rgba(23,32,25,.62)!important;font:400 .8rem/1.5 var(--sans)!important;}
body.project-theme .media-frame{overflow:visible!important;}
@media(max-width:640px){body.project-theme figure figcaption,body.project-theme .project-caption{grid-template-columns:1fr!important;gap:4px!important;}.project-caption__title{white-space:normal!important;}}

/* Project-wide subtraction: lower the visual volume of generic framework furniture. */
body.project-theme{--lock18-section-line:rgba(23,32,25,.12);}
body.project-theme .section-head>p{max-width:43ch;}
body.project-theme :is(.decision-table,.finance-table,.measurement-register,.release-board,.design-grid){box-shadow:none!important;}
body.project-theme :is(.decision-row,.finance-row,.operator-row){border-color:var(--lock18-section-line)!important;}

body.project-theme :is(.dark-bg,.surface-dark,.campaign,.clock-section) figure figcaption{border-top-color:rgba(255,255,255,.18)!important;color:rgba(255,255,255,.7)!important;}
body.project-theme :is(.dark-bg,.surface-dark,.campaign,.clock-section) figure figcaption strong{color:#fff!important;}
body.project-theme :is(.dark-bg,.surface-dark,.campaign,.clock-section) figure figcaption span{color:rgba(255,255,255,.68)!important;}

/* 06 — FRiO: make the Flower Clock the dominant instrument and compress the second half. */



















/* Fix loop stabilization — Art + UX pass, 2026-08-16. */
body.page-crop-intelligence main>.hero.visual-hero .hero-content>div:first-child{align-self:center}
body.page-crop-intelligence .crop-hero-tool__map img{width:min(94%,330px);opacity:.9;filter:saturate(.72) contrast(1.02)}
body.page-crop-intelligence .crop-hero-tool__map{background:linear-gradient(180deg,#f7f8f3,#ecefe7)}
body.page-crop-intelligence .crop-hero-tool__panel p{max-width:29ch}
body.page-crop-intelligence .atlas-workbench-intro{margin-bottom:30px}
body.page-crop-intelligence .atlas-verification{padding-block:clamp(64px,6.5vw,92px)}
body.page-crop-intelligence .atlas-verification-grid{align-items:center;gap:clamp(42px,6vw,86px)}
body.page-crop-intelligence .atlas-verification-copy .section-title{max-width:14ch;font-size:clamp(2.65rem,4.25vw,4.9rem);line-height:.96;text-wrap:balance}
body.page-crop-intelligence .atlas-verification-copy>p{max-width:45ch}
body.page-crop-intelligence .atlas-field-proof{align-self:center}
body.page-crop-intelligence .atlas-field-proof img{aspect-ratio:4/5;height:auto;max-height:700px;object-fit:cover;object-position:62% 50%}
body.page-crop-intelligence .atlas-field-proof .image-caption{padding-top:10px}
@media(max-width:760px){body.page-crop-intelligence .atlas-verification-copy .section-title{max-width:12ch;font-size:clamp(2.6rem,12vw,3.8rem)}body.page-crop-intelligence .atlas-field-proof img{aspect-ratio:4/5;max-height:none}}

/* ART-CONVERGENCE-CROP START */
/* ART CONVERGENCE LOCK — CROP INTELLIGENCE / DATA PLATE → FIELD PLATE — 2026-08-16 */
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"]{--crop-plate:#f4f2e9;--crop-plate-line:rgba(23,63,50,.18)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .crop-hero-tool{border-radius:0;box-shadow:none;border-color:var(--crop-plate-line);background:var(--crop-plate)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .crop-hero-tool__map{border-right-color:var(--crop-plate-line);background:#eeede5}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .crop-hero-tool__map img{width:min(96%,350px);opacity:1;filter:saturate(.82) contrast(1.1)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .crop-hero-tool__panel{background:#faf9f4}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-command-bar{border-radius:0;box-shadow:none;background:#f7f6ef;border-color:var(--crop-plate-line)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-refine-summary{border-radius:0}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-decision-grid{grid-template-columns:minmax(0,1.55fr) minmax(330px,.62fr);gap:0;border-top:1px solid var(--crop-plate-line);border-bottom:1px solid var(--crop-plate-line)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-map-card{min-height:clamp(620px,68vh,760px);border:0;border-right:1px solid var(--crop-plate-line);border-radius:0!important;background:var(--crop-plate)!important;box-shadow:none!important}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-map-head{padding-inline:clamp(20px,2.4vw,34px);padding-top:clamp(24px,2.8vw,38px)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-map-title{font-size:clamp(1.8rem,2.7vw,3rem)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-map-frame{background:transparent}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-intelligence-pane{position:sticky;top:calc(var(--global-nav-height,64px) + 18px);align-self:start;min-height:clamp(420px,52vh,590px);border:0;border-radius:0!important;background:#fbfaf5;box-shadow:none!important}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-pane-tabs{border-bottom:1px solid var(--crop-plate-line);background:transparent}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-pane-panel{padding:30px clamp(22px,2.6vw,38px) 34px}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-legend{margin-inline:clamp(20px,2.4vw,34px);padding:16px 0;border-top:1px solid var(--crop-plate-line);background:transparent}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-legend-labels span,
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-legend-missing{font-size:.72rem;line-height:1.35}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-district{stroke:#88968d;stroke-width:.8}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-district:hover{stroke:#173f32;stroke-width:1.25}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-district.is-selected{stroke:#102f25;stroke-width:2;filter:drop-shadow(0 3px 6px rgba(23,63,50,.12))}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-verification{background:#ecebe3}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-field-proof{max-width:560px}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-field-proof img{aspect-ratio:4/5;object-position:center;filter:saturate(.92) contrast(1.03)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-field-proof .image-caption{grid-template-columns:max-content 1fr}
@media(max-width:1000px){body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-decision-grid{grid-template-columns:1fr}body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-map-card{border-right:0;border-bottom:1px solid var(--crop-plate-line)}body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-intelligence-pane{position:static;min-height:0}}
/* ART-CONVERGENCE-CROP END */

/* Art propagation · Crop Intelligence · data plate to field plate. */
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .hero.visual-hero{border-bottom:1px solid var(--crop-plate-line)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .hero-content{position:relative}
@media(min-width:1001px){
  body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .hero-content::after{content:"";position:absolute;left:50%;top:28px;bottom:28px;width:1px;background:linear-gradient(180deg,transparent,var(--crop-plate-line) 16%,var(--crop-plate-line) 84%,transparent);pointer-events:none}
}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro{position:relative;margin-bottom:0!important;padding-block:clamp(30px,3.8vw,52px);border-top:1px solid var(--crop-plate-line);border-bottom:1px solid var(--crop-plate-line)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro::before{content:"";position:absolute;left:0;top:-5px;width:9px;height:9px;border:2px solid var(--crop-route-ink,#315444);border-radius:50%;background:#fff;box-shadow:0 0 0 5px #fff}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-command-bar{position:relative;border-radius:0;box-shadow:none;background:#f7f6ef}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-command-bar::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,var(--crop-route-ink,#315444) 0 33.333%,rgba(49,84,68,.28) 33.333% 66.666%,rgba(49,84,68,.12) 66.666%);pointer-events:none}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-refine-summary{box-shadow:none!important}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-refine[open] .atlas-refine-summary{box-shadow:inset 0 -2px 0 var(--crop-route-ink,#315444)!important}
@media(max-width:760px){
  body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro::before{display:none}
  body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro{padding-block:28px}
  body.page-crop-intelligence #tool{scroll-margin-top:calc(var(--global-nav-height,58px) + 10px);padding-top:28px}
}

/* source: assets/crop-intelligence-consolidated.css */
/* Crop Intelligence consolidated ownership layer · 2026-08-20
   Replaces the fragmented page/DTP/award/accessibility layers.
   Atlas core remains in cultivera-atlas.css; this file owns page composition,
   state gating, legibility and final Crop Intelligence presentation. */
body.page-crop-intelligence .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(18px, 2vw, 24px);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-crop-intelligence .breadcrumb span:not(:last-child) { opacity: 0.42; }
body.page-crop-intelligence .section-kicker { color: var(--forest); }

@media (min-width: 901px) {
  body.page-crop-intelligence main > .hero.visual-hero {
    min-height: clamp(500px, 64svh, 600px);
    padding-block: 0;
  }

  body.page-crop-intelligence main > .hero.visual-hero .container.hero-content {
    min-height: clamp(500px, 64svh, 600px);
    gap: clamp(32px, 5vw, 72px);
    padding-top: clamp(28px, 3.8vh, 44px);
    padding-bottom: clamp(26px, 3.5vh, 40px);
  }

  body.page-crop-intelligence .hero-media-banner > .hero-photo-frame {
    aspect-ratio: 16 / 10;
  }
}

body.page-crop-intelligence .atlas-workbench.section {
  padding-block: clamp(34px, 3.8vw, 54px) clamp(74px, 7vw, 108px);
  background: #fbfcf9;
}

.atlas-workbench-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: end;
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

body.page-crop-intelligence .atlas-workbench-intro .section-title {
  max-width: 15ch;
  margin: 7px 0 0;
  font-size: clamp(2.25rem, 3.35vw, 3.45rem);
  line-height: 0.98;
}

.atlas-workbench-intro > p {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.52;
}

.atlas-verification {
  background: #e8e9e2;
  padding-block: clamp(68px, 7vw, 104px);
}

.atlas-verification-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.72fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

body.page-crop-intelligence .section-title--supporting {
  max-width: 15ch;
  margin: 8px 0 0;
  font-size: var(--type-section-supporting);
  line-height: 1.04;
}

.atlas-verification-steps {
  margin: clamp(28px, 4vw, 42px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(20, 26, 22, 0.14);
}

.atlas-verification-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: baseline;
  border-bottom: 1px solid rgba(20, 26, 22, 0.14);
  padding: 15px 0;
}

.atlas-verification-steps span {
  color: var(--forest);
  font-size: 0.68rem;
}

.atlas-verification-steps strong {
  font-weight: 500;
  line-height: 1.4;
}

.atlas-verification-copy > p {
  max-width: 48ch;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.atlas-field-proof {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f8f3;
  box-shadow: 0 18px 42px rgba(20, 34, 27, 0.1);
}

.atlas-field-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 48%;
}

.atlas-field-proof > .image-caption {
  margin: 0;
  padding: 13px 15px;
  border-top: 1px solid rgba(20, 26, 22, 0.1);
  background: #f8f8f3;
}

.crop-editorial-close {
  background: #18362e;
  color: #fff;
  padding-block: clamp(54px, 6vw, 80px);
}

.crop-editorial-close__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
}

.crop-editorial-close .section-kicker { color: #b9d875; }

.crop-editorial-close h2 {
  max-width: 17ch;
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.crop-editorial-close__link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.74);
  color: #fff;
  padding-bottom: 5px;
  font-weight: 600;
  white-space: nowrap;
}

.crop-editorial-close__link:hover,
.crop-editorial-close__link:focus-visible {
  color: #b9d875;
  border-bottom-color: #b9d875;
}

@media (min-width: 981px) {
  .page-crop-intelligence {
    --main-hero-copy-track: 0.78fr;
    --main-hero-media-min: 480px;
    --main-hero-media-track: 1.22fr;
  }
}

body.page-crop-intelligence .hero-media-banner > figcaption.image-caption {
  grid-template-columns: max-content minmax(0, 1fr);
  row-gap: 5px;
}

body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > small:not(.cd-freshness) {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > .cd-freshness {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.page-crop-intelligence .hero-photo-frame img {
  transform: scale(1.035);
  transform-origin: 50% 52%;
}

@media (max-width: 900px) {
  .atlas-workbench-intro,
  .atlas-verification-grid {
    grid-template-columns: 1fr;
  }

  .atlas-workbench-intro {
    gap: 18px;
  }

  .atlas-verification-grid {
    gap: 36px;
  }

  .atlas-field-proof {
    max-width: 680px;
  }
}

@media (max-width: 768px) {
  body.page-crop-intelligence .breadcrumb { display: none; }

  body.page-crop-intelligence .atlas-workbench.section {
    padding-block: 62px 76px;
  }

  body.page-crop-intelligence .atlas-workbench-intro .section-title {
    font-size: clamp(2.45rem, 10.5vw, 3.35rem);
  }

  .atlas-verification {
    padding-block: 62px 70px;
  }

  .crop-editorial-close__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .crop-editorial-close h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .crop-editorial-close__link {
    width: max-content;
  }
}

@media (max-width: 620px) {
  body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > small:not(.cd-freshness),
  body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > .cd-freshness {
    grid-column: 1;
  }

  .atlas-field-proof img {
    aspect-ratio: 4 / 3;
  }
}


/* DTP ownership */
/* Cultivera Crop Intelligence DTP correction.
   Page-owned, last-loaded refinements for legibility, hierarchy and text composition. */
body.page-crop-intelligence {
  --crop-dtp-label-size: 0.75rem;
  --crop-dtp-control-size: 0.8125rem;
  --crop-dtp-body-small: 0.9rem;
  --crop-dtp-track: 0.055em;
}

/* Consolidate the hero record into two readable lines. */
body.page-crop-intelligence .hero-media-banner > figcaption.image-caption {
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 5px;
  align-items: baseline;
}
body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > strong,
body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > .cd-freshness {
  font-size: var(--crop-dtp-label-size) !important;
  line-height: 1.45;
  letter-spacing: var(--crop-dtp-track);
}
body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > span {
  min-width: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
}
body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > .cd-freshness {
  grid-column: 1 / -1;
  margin-top: 2px;
  color: var(--muted);
  text-transform: none;
}

/* Functional microtype floor. */
body.page-crop-intelligence .atlas-shell :is(
  .atlas-label,
  .atlas-crop-picker > label,
  .atlas-control-compact label,
  .atlas-district-search label,
  .atlas-refine-summary,
  .atlas-coverage-line span,
  .atlas-legend-title,
  .atlas-legend-labels,
  .atlas-legend-missing,
  .atlas-pane-tab,
  .atlas-mode-button,
  .atlas-decision-block > span,
  .atlas-evidence-details summary,
  .atlas-evidence-list dt,
  .atlas-rank-toggle
) {
  font-size: var(--crop-dtp-label-size) !important;
  line-height: 1.4;
  letter-spacing: var(--crop-dtp-track);
}
body.page-crop-intelligence .atlas-shell :is(
  .atlas-refine-summary,
  .atlas-pane-tab,
  .atlas-mode-button,
  .atlas-evidence-details summary,
  .atlas-rank-toggle
) {
  font-size: var(--crop-dtp-control-size) !important;
}
body.page-crop-intelligence .atlas-selection-label text {
  font-size: 12px;
  letter-spacing: 0.03em;
}

/* Make the command summary scan as two grouped lines. */
body.page-crop-intelligence .atlas-coverage-line {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 5px 18px;
  align-items: baseline;
  font-size: var(--crop-dtp-control-size);
}
body.page-crop-intelligence .atlas-coverage-line strong {
  font-variant-numeric: tabular-nums;
}
body.page-crop-intelligence .atlas-coverage-line span {
  width: auto;
  min-width: 0;
  text-transform: none;
}

/* Map title and qualification belong to one reading block. */
body.page-crop-intelligence .atlas-map-head {
  display: grid;
  justify-content: stretch;
  gap: 7px;
  padding: 24px 28px 0;
}
body.page-crop-intelligence .atlas-map-head > div {
  min-width: 0;
}
body.page-crop-intelligence .atlas-map-title {
  max-width: 29ch;
  margin-top: 5px;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
body.page-crop-intelligence .atlas-map-note {
  max-width: 52ch;
  font-size: 0.8125rem;
  line-height: 1.45;
}
body.page-crop-intelligence .atlas-legend-labels,
body.page-crop-intelligence .atlas-legend-missing {
  font-variant-numeric: tabular-nums;
}

/* Controlled two-sentence supporting heading. */
body.page-crop-intelligence .section-title--supporting {
  max-width: none;
}
body.page-crop-intelligence .section-title--supporting > span {
  display: block;
}
@media (min-width: 1100px) {
  body.page-crop-intelligence .section-title--supporting > span {
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  body.page-crop-intelligence .hero-media-banner > figcaption.image-caption {
    grid-template-columns: 1fr;
    row-gap: 3px;
  }
  body.page-crop-intelligence .hero-media-banner > figcaption.image-caption > .cd-freshness {
    grid-column: 1;
    max-width: 40ch;
  }
  body.page-crop-intelligence .atlas-coverage-line {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  body.page-crop-intelligence .atlas-coverage-line span {
    width: 100%;
  }
  body.page-crop-intelligence .atlas-map-head {
    gap: 6px;
    padding: 20px 20px 0;
  }
  body.page-crop-intelligence .atlas-map-title {
    max-width: 22ch;
    font-size: 1.52rem;
  }
}

/* P1 composition and pacing. */
@media (min-width: 901px) {
  body.main-page.page-crop-intelligence:not(.page-home):not(.page-insights) main:not(#home) > .hero.visual-hero {
    min-height: clamp(500px, 56svh, 550px);
    padding-block: 0;
  }
  body.main-page.page-crop-intelligence:not(.page-home):not(.page-insights) main:not(#home) > .hero.visual-hero .container.hero-content {
    min-height: clamp(500px, 56svh, 550px);
    gap: clamp(32px, 4vw, 58px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.main-page.page-crop-intelligence:not(.page-home) .hero-media-banner {
    max-width: 620px;
    justify-self: end;
    row-gap: 14px;
    gap: 14px;
  }
}

body.page-crop-intelligence .atlas-workbench-intro {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(24px, 3vw, 44px);
  max-width: 1120px;
  align-items: end;
}
body.page-crop-intelligence .atlas-workbench-intro .section-title {
  max-width: 16ch;
}
body.page-crop-intelligence .atlas-workbench-intro > p {
  max-width: 36ch;
}

body.page-crop-intelligence .atlas-map-card {
  min-height: clamp(600px, 66vh, 690px);
}
body.page-crop-intelligence .atlas-map-frame {
  min-height: 480px;
}

/* Keep the district brief to three principal evidence blocks. */
body.page-crop-intelligence .atlas-decision-block {
  margin-top: 18px;
  padding-top: 14px;
}
body.page-crop-intelligence .atlas-detail > .atlas-decision-block:first-of-type {
  margin-top: 18px;
  border-top: 0;
  padding-top: 0;
}
body.page-crop-intelligence .atlas-decision-block p,
body.page-crop-intelligence .atlas-evidence-list dd {
  font-size: var(--crop-dtp-body-small);
  line-height: 1.52;
}
body.page-crop-intelligence .atlas-evidence-details {
  margin-top: 20px;
  border-bottom: 0;
  padding: 13px 0 4px;
}
body.page-crop-intelligence .atlas-evidence-details summary {
  padding-block: 3px;
  font-weight: 600;
}
body.page-crop-intelligence .atlas-evidence-list > div:first-child {
  border-top: 0;
}

/* Stronger, quieter verification rhythm. */
body.page-crop-intelligence .atlas-verification-steps li {
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 17px 0;
}
body.page-crop-intelligence .atlas-verification-steps strong {
  font-size: 1rem;
  line-height: 1.42;
}
body.page-crop-intelligence .atlas-verification-copy > p {
  margin-top: 20px;
}

/* Keep the action within the closing argument rather than at the far edge. */
body.page-crop-intelligence .crop-editorial-close__inner {
  grid-template-columns: minmax(0, 0.72fr) minmax(220px, 0.28fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: end;
}
body.page-crop-intelligence .crop-editorial-close__link {
  justify-self: start;
  align-self: end;
  gap: 12px;
  font-size: 0.98rem;
}

@media (max-width: 900px) {
  body.page-crop-intelligence .atlas-workbench-intro {
    grid-template-columns: 1fr;
    max-width: none;
  }
  body.page-crop-intelligence .atlas-workbench-intro > p {
    max-width: 38ch;
  }
  body.page-crop-intelligence .atlas-map-card {
    min-height: 570px;
  }
  body.page-crop-intelligence .atlas-map-frame {
    min-height: 450px;
  }
}

@media (max-width: 720px) {
  body.page-crop-intelligence .atlas-map-card {
    min-height: 0;
  }
  body.page-crop-intelligence .atlas-map-frame {
    min-height: 335px;
  }
  body.page-crop-intelligence .atlas-verification-steps li {
    grid-template-columns: 30px 1fr;
    gap: 8px;
    padding: 15px 0;
  }
  body.page-crop-intelligence .atlas-verification-steps strong {
    font-size: 0.9375rem;
  }
  body.page-crop-intelligence .crop-editorial-close__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}


/* Production instrument ownership */
/* Cultivera final award pass · Crop Intelligence production instrument.
   Owns the Select → Refine → Inspect → Verify → Prepare composition only. */
body.page-crop-intelligence {
  --crop-route-ink: #315444;
  --crop-route-muted: rgba(20, 26, 22, 0.34);
  --crop-route-line: rgba(20, 26, 22, 0.16);
  --crop-route-surface: #f8f8f3;
}

/* The route is part of the command system, not a separate explanatory rail. */
body.page-crop-intelligence .atlas-command-route {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: end;
  padding: 0 0 17px;
  border-bottom: 1px solid var(--crop-route-line);
}
body.page-crop-intelligence .atlas-command-route__head {
  display: grid;
  gap: 5px;
}
body.page-crop-intelligence .atlas-command-route__label {
  color: var(--crop-route-ink);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}
body.page-crop-intelligence .atlas-command-route__head strong {
  color: var(--atlas-deep);
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.15;
}
body.page-crop-intelligence .atlas-command-route__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-crop-intelligence .atlas-command-route__steps::before,
body.page-crop-intelligence .atlas-command-route__steps::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10%;
  right: 10%;
  height: 1px;
}
body.page-crop-intelligence .atlas-command-route__steps::before {
  background: var(--crop-route-line);
}
body.page-crop-intelligence .atlas-command-route__steps::after {
  right: auto;
  width: calc((var(--crop-route-progress, 0) / 4) * 80%);
  background: var(--crop-route-ink);
  transition: width var(--cultivera-route-repeat-duration, 380ms) var(--cultivera-route-ease, ease);
}
body.page-crop-intelligence [data-route-progress="0"] .atlas-command-route__steps { --crop-route-progress: 0; }
body.page-crop-intelligence [data-route-progress="1"] .atlas-command-route__steps { --crop-route-progress: 1; }
body.page-crop-intelligence [data-route-progress="2"] .atlas-command-route__steps { --crop-route-progress: 2; }
body.page-crop-intelligence [data-route-progress="3"] .atlas-command-route__steps { --crop-route-progress: 3; }
body.page-crop-intelligence [data-route-progress="4"] .atlas-command-route__steps { --crop-route-progress: 4; }
body.page-crop-intelligence .atlas-command-route__steps li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--crop-route-muted);
  text-align: center;
}
body.page-crop-intelligence .atlas-command-route__steps li::before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid rgba(49, 84, 68, .32);
  border-radius: 50%;
  background: var(--crop-route-surface);
  box-shadow: 0 0 0 4px var(--crop-route-surface);
  transition: background-color var(--cultivera-route-repeat-duration, 380ms) var(--cultivera-route-ease, ease), border-color var(--cultivera-route-repeat-duration, 380ms) var(--cultivera-route-ease, ease), transform var(--cultivera-route-repeat-duration, 380ms) var(--cultivera-route-ease, ease);
}
body.page-crop-intelligence .atlas-command-route__steps li.is-complete::before {
  border-color: var(--crop-route-ink);
  background: var(--crop-route-ink);
}
body.page-crop-intelligence .atlas-command-route__steps li.is-current {
  color: var(--crop-route-ink);
}
body.page-crop-intelligence .atlas-command-route__steps li.is-current::before {
  border-color: var(--crop-route-ink);
  background: #b9d875;
  box-shadow: 0 0 0 5px rgba(185, 216, 117, .2);
  transform: scale(1.08);
}
body.page-crop-intelligence .atlas-command-route__steps span {
  display: none;
}
body.page-crop-intelligence .atlas-command-route__steps b {
  max-width: 11ch;
  overflow: hidden;
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .055em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

/* One command surface: crop, refine and evidence context align. */
body.page-crop-intelligence .atlas-command-bar {
  grid-template-columns: minmax(300px, 1.05fr) auto minmax(290px, .76fr);
  gap: 17px clamp(18px, 2.6vw, 34px);
  align-items: end;
  padding: 21px 22px 22px;
  border: 1px solid rgba(20, 26, 22, .13);
  background: rgba(248, 248, 243, .92);
  box-shadow: 0 18px 44px rgba(24, 54, 46, .06);
}
body.page-crop-intelligence .atlas-crop-picker {
  max-width: none;
}
body.page-crop-intelligence .atlas-refine-summary {
  min-height: 58px;
  border-radius: 6px;
  padding-inline: 20px;
  background: #fff;
}
body.page-crop-intelligence .atlas-refine[open] .atlas-refine-summary {
  border-color: var(--crop-route-ink);
  box-shadow: 0 0 0 3px rgba(49, 84, 68, .1);
}
body.page-crop-intelligence .atlas-coverage-line {
  grid-column: 3;
  align-self: center;
  padding-left: clamp(16px, 2vw, 26px);
  border-left: 1px solid var(--crop-route-line);
}
body.page-crop-intelligence .atlas-coverage-line strong {
  font-size: .9rem;
  line-height: 1.35;
}
body.page-crop-intelligence .atlas-coverage-line span {
  max-width: 34ch;
}

/* Map and district intelligence are equal members of one instrument. */
body.page-crop-intelligence .atlas-decision-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(390px, .92fr);
  gap: clamp(22px, 2.5vw, 34px);
}
body.page-crop-intelligence .atlas-map-card {
  min-height: clamp(600px, 65vh, 680px);
}
body.page-crop-intelligence .atlas-intelligence-pane {
  overflow: hidden;
  border: 1px solid rgba(20, 26, 22, .13);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(24, 54, 46, .055);
}
body.page-crop-intelligence .atlas-pane-panel {
  padding: 24px clamp(20px, 2vw, 28px) 28px;
}
body.page-crop-intelligence .atlas-pane-tabs {
  background: rgba(248, 248, 243, .9);
}
body.page-crop-intelligence .atlas-pane-tab,
body.page-crop-intelligence .atlas-mode-button {
  min-height: 48px;
}
body.page-crop-intelligence .atlas-detail > .atlas-label {
  color: var(--crop-route-ink);
  font-weight: 600;
}
body.page-crop-intelligence .atlas-field-brief-link {
  min-height: 44px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid var(--atlas-deep);
  background: var(--atlas-deep);
  color: #fff;
  padding: 10px 14px;
  text-decoration: none;
}
body.page-crop-intelligence .atlas-field-brief-link:hover,
body.page-crop-intelligence .atlas-field-brief-link:focus-visible {
  border-color: var(--atlas-green);
  background: var(--atlas-green);
  color: #fff;
}
body.page-crop-intelligence .atlas-selection-label text {
  font-size: 12.5px;
}

/* Verification and preparation belong to one closing decision. */
body.page-crop-intelligence .atlas-verification-grid {
  align-items: start;
}
body.page-crop-intelligence .atlas-field-proof {
  align-self: start;
  max-width: 610px;
  justify-self: end;
}
body.page-crop-intelligence .crop-editorial-close__copy {
  max-width: 48ch;
  margin: 15px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.55;
}
body.page-crop-intelligence .crop-editorial-close__link {
  min-height: 44px;
  align-items: center;
}

@media (max-width: 1100px) {
  body.page-crop-intelligence .atlas-command-bar {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  body.page-crop-intelligence .atlas-coverage-line {
    grid-column: 1 / -1;
    padding: 13px 0 0;
    border-top: 1px solid var(--crop-route-line);
    border-left: 0;
  }
  body.page-crop-intelligence .atlas-decision-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  }
}

@media (max-width: 900px) {
  body.page-crop-intelligence .atlas-command-route {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  body.page-crop-intelligence .atlas-command-route__head {
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 12px;
  }
  body.page-crop-intelligence .atlas-command-route__head strong {
    text-align: right;
  }
  body.page-crop-intelligence .atlas-decision-grid {
    grid-template-columns: 1fr;
  }
  body.page-crop-intelligence .atlas-intelligence-pane {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  body.page-crop-intelligence .atlas-command-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 10px;
    padding: 16px 14px 17px;
  }
  body.page-crop-intelligence .atlas-command-route {
    grid-column: 1 / -1;
    padding-bottom: 14px;
  }
  body.page-crop-intelligence .atlas-command-route__head {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  body.page-crop-intelligence .atlas-command-route__head strong {
    text-align: left;
    font-size: 1.05rem;
  }
  body.page-crop-intelligence .atlas-command-route__steps b {
    font-size: .64rem;
    letter-spacing: .035em;
  }
  body.page-crop-intelligence .atlas-command-route__steps li::before {
    width: 17px;
    height: 17px;
  }
  body.page-crop-intelligence .atlas-command-route__steps::before,
  body.page-crop-intelligence .atlas-command-route__steps::after {
    top: 9px;
  }
  body.page-crop-intelligence .atlas-refine-summary {
    min-height: 52px;
    padding-inline: 13px;
  }
  body.page-crop-intelligence .atlas-coverage-line {
    grid-column: 1 / -1;
    padding-top: 11px;
  }
  body.page-crop-intelligence .atlas-pane-panel {
    padding: 18px 16px 22px;
  }
  body.page-crop-intelligence .atlas-selection-label text {
    font-size: 13px;
  }
  body.page-crop-intelligence .crop-editorial-close__copy {
    font-size: .96rem;
  }
}

@media (max-width: 460px) {
  body.page-crop-intelligence .atlas-command-route__steps b {
    max-width: 8ch;
    font-size: .6rem;
  }
  body.page-crop-intelligence .atlas-command-route__steps li::before {
    box-shadow: 0 0 0 3px var(--crop-route-surface);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-crop-intelligence .atlas-command-route__steps::after,
  body.page-crop-intelligence .atlas-command-route__steps li::before {
    transition-duration: var(--cultivera-motion-reduced, .00001ms) !important;
  }
}

/* The live status remains available to assistive technology only. */
body.page-crop-intelligence .atlas-status.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
}
body.page-crop-intelligence .atlas-action {
  min-width: 44px;
  min-height: 44px;
}
body.page-crop-intelligence .atlas-toggle {
  min-height: 44px;
}
/* Route labels meet the 12px functional microtype floor at every audited width. */
body.page-crop-intelligence .atlas-command-route__steps b {
  font-size: .75rem;
  letter-spacing: .02em;
}
@media (max-width: 460px) {
  body.page-crop-intelligence .atlas-command-route__steps b {
    font-size: .75rem;
    letter-spacing: .015em;
  }
}

/* Stage 5 · selected-result hierarchy.
   The existing route state distinguishes browsing from a deliberately verified district.
   Keep the command system primary while choosing; let the intelligence brief take over once verified. */
html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-workbench-intro > p,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-workbench-intro > p {
  color: rgba(20, 26, 22, .48);
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-command-bar,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-command-bar {
  border-color: rgba(20, 26, 22, .10);
  background: rgba(248, 248, 243, .78);
  box-shadow: 0 12px 32px rgba(24, 54, 46, .035);
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-crop-picker,
html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-refine,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-crop-picker,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-refine {
  opacity: .74;
  transition: opacity 180ms ease;
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-crop-picker:focus-within,
html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-refine:focus-within,
html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-refine[open],
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-crop-picker:focus-within,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-refine:focus-within,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-refine[open] {
  opacity: 1;
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-coverage-line strong,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-coverage-line strong {
  color: var(--crop-route-ink);
  font-size: 1rem;
  font-weight: 600;
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-map-note,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-map-note {
  color: rgba(20, 26, 22, .44);
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-intelligence-pane,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-intelligence-pane {
  border-color: rgba(49, 84, 68, .28);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 62px rgba(24, 54, 46, .105);
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-pane-panel--brief,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-pane-panel--brief {
  padding-top: clamp(26px, 2.4vw, 34px);
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-detail > .atlas-label,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-detail > .atlas-label {
  color: var(--crop-route-ink);
  letter-spacing: .075em;
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-brief-district,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-brief-district {
  max-width: 12ch;
  margin-top: 10px;
  color: var(--atlas-deep);
  font-size: clamp(2.65rem, 4vw, 4.15rem);
  line-height: .92;
  letter-spacing: -.035em;
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-decision-block--signal,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-decision-block--signal {
  margin-top: 26px;
  border-top: 0;
  border-left: 3px solid var(--crop-route-ink);
  background: rgba(185, 216, 117, .16);
  padding: 17px 18px 18px;
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-decision-block--signal > span,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-decision-block--signal > span {
  margin-bottom: 9px;
  color: var(--crop-route-ink);
  font-weight: 600;
}

html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-decision-block--signal strong,
html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-decision-block--signal strong {
  max-width: 25ch;
  font-size: clamp(1.65rem, 2.65vw, 2.15rem);
  line-height: 1.08;
}

@media (max-width: 720px) {
  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-crop-picker,
  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-refine,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-crop-picker,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-refine {
    opacity: .86;
  }

  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-intelligence-pane,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-intelligence-pane {
    box-shadow: 0 18px 42px rgba(24, 54, 46, .08);
  }

  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-brief-district,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-brief-district {
    max-width: 14ch;
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-decision-block--signal,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-decision-block--signal {
    margin-inline: -4px;
    padding: 15px 16px 17px;
  }

  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-decision-block--signal strong,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-decision-block--signal strong {
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-crop-picker,
  html[data-crop-route-phase="verify"] body.page-crop-intelligence .atlas-refine,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-crop-picker,
  html[data-crop-route-phase="prepare"] body.page-crop-intelligence .atlas-refine {
    transition-duration: var(--cultivera-motion-reduced, .00001ms) !important;
  }
}

/* Art propagation · Crop Intelligence · data plate to field plate. */
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .hero.visual-hero{border-bottom:1px solid var(--crop-plate-line)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .hero-content{position:relative}
@media(min-width:1001px){
  body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .hero-content::after{content:"";position:absolute;left:50%;top:28px;bottom:28px;width:1px;background:linear-gradient(180deg,transparent,var(--crop-plate-line) 16%,var(--crop-plate-line) 84%,transparent);pointer-events:none}
}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro{position:relative;margin-bottom:0!important;padding-block:clamp(30px,3.8vw,52px);border-top:1px solid var(--crop-plate-line);border-bottom:1px solid var(--crop-plate-line)}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro::before{content:"";position:absolute;left:0;top:-5px;width:9px;height:9px;border:2px solid var(--crop-route-ink,#315444);border-radius:50%;background:#fff;box-shadow:0 0 0 5px #fff}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-command-bar{position:relative;border-radius:0;box-shadow:none;background:#f7f6ef}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-command-bar::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,var(--crop-route-ink,#315444) 0 33.333%,rgba(49,84,68,.28) 33.333% 66.666%,rgba(49,84,68,.12) 66.666%);pointer-events:none}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-refine-summary{box-shadow:none!important}
body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-refine[open] .atlas-refine-summary{box-shadow:inset 0 -2px 0 var(--crop-route-ink,#315444)!important}
@media(max-width:760px){
  body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro::before{display:none}
  body.page-crop-intelligence[data-art-thesis="data-plate-field-plate"] .atlas-workbench-intro{padding-block:28px}
}


/* Accessibility correction */
/* RC2: rendered WCAG contrast correction, crop-instrument-owned. */
.crop-editorial-close__inner .section-kicker{color:#a7d5bb!important}

/* CD + CTO convergence · 2026-08-20 */
body.page-crop-intelligence .atlas-workbench-intro{
  align-items:end;
  gap:clamp(24px,5vw,72px);
  margin-bottom:clamp(28px,3.5vw,46px);
}
body.page-crop-intelligence .atlas-workbench-intro .section-title{
  max-width:12ch;
  font-size:clamp(2.35rem,4vw,4.25rem);
  line-height:.98;
}
body.page-crop-intelligence .atlas-workbench-intro>p{
  max-width:44ch;
  margin:0;
  color:var(--muted,#4e5550);
  font-size:clamp(.95rem,1vw,1.06rem);
  line-height:1.5;
}

body.page-crop-intelligence .atlas-verification{
  padding-block:clamp(64px,7vw,100px);
}
body.page-crop-intelligence .atlas-verification-grid{
  align-items:center;
  gap:clamp(42px,7vw,96px);
}
body.page-crop-intelligence #atlas-method-title{
  max-width:10ch;
  font-size:clamp(2.7rem,4.5vw,4.9rem);
  line-height:.96;
  letter-spacing:-.04em;
}
body.page-crop-intelligence .atlas-verification-steps{
  margin-top:clamp(30px,4vw,50px);
}
body.page-crop-intelligence .atlas-verification-copy>p{
  max-width:50ch;
  font-size:clamp(.9rem,.95vw,1rem);
  line-height:1.5;
}

body.page-crop-intelligence .atlas-field-proof{
  margin:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body.page-crop-intelligence .atlas-field-proof img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0;
}
body.page-crop-intelligence .atlas-field-proof .image-caption{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px 18px;
  align-items:start;
  margin:0;
  padding:11px 0 0;
  border-top:1px solid rgba(20,26,22,.14);
  background:transparent;
  color:var(--muted,#4e5550);
  font-size:clamp(.78rem,.82vw,.88rem);
  line-height:1.45;
  box-shadow:none;
}
body.page-crop-intelligence .atlas-field-proof .image-caption strong{
  color:var(--ink,#141714);
  font-family:var(--mono,"JetBrains Mono",monospace);
  font-size:.68rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.page-crop-intelligence [data-atlas-closing][hidden]{display:none!important}
body.page-crop-intelligence [data-atlas-closing]{
  padding-block:clamp(34px,4vw,54px);
  background:linear-gradient(180deg,#f0efe9 0%,#ebeae4 100%);
}
body.page-crop-intelligence [data-atlas-closing] .global-cta-band{
  min-height:0;
  padding:clamp(30px,3.5vw,46px);
  grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);
  gap:clamp(28px,5vw,72px);
  align-items:center;
  border:1px solid rgba(20,26,22,.1);
  border-radius:8px;
  background:rgba(255,255,255,.72);
  box-shadow:none;
}
body.page-crop-intelligence [data-atlas-closing] .global-cta-title{
  max-width:12ch;
  margin-top:10px;
  font-size:clamp(2.2rem,3.8vw,4rem);
  line-height:.98;
  letter-spacing:-.04em;
}
body.page-crop-intelligence [data-atlas-closing] .global-cta-copy{
  max-width:38ch;
  margin:0 0 18px;
  font-size:clamp(.94rem,.95vw,1.02rem);
  line-height:1.5;
}
body.page-crop-intelligence [data-atlas-context-cta][aria-disabled="true"]{
  opacity:.45;
  pointer-events:none;
}

body.page-crop-intelligence .atlas-load-fallback{
  max-width:720px;
  margin:clamp(18px,3vw,32px) 0 0;
  padding:clamp(24px,3vw,36px) 0;
  border-top:1px solid rgba(20,26,22,.14);
  border-bottom:1px solid rgba(20,26,22,.14);
}
body.page-crop-intelligence .atlas-load-fallback strong{
  display:block;
  margin:8px 0 6px;
  font-family:var(--serif,"Playfair Display",serif);
  font-size:clamp(1.7rem,2.5vw,2.6rem);
  font-weight:400;
  line-height:1.04;
  letter-spacing:-.035em;
}
body.page-crop-intelligence .atlas-load-fallback p{
  max-width:52ch;
  margin:0 0 14px;
  color:var(--muted,#4e5550);
}
body.page-crop-intelligence .atlas-fallback-link{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  color:var(--forest,#1f6b43);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:4px;
}
body.page-crop-intelligence .atlas-workbench.is-load-failed{
  padding-bottom:clamp(42px,5vw,64px);
}

/* Trust-critical metadata must remain readable. */
body.page-crop-intelligence :is(.crop-hero-tool__panel small,.atlas-coverage-line,.atlas-map-note,.atlas-evidence-list,.atlas-field-proof .image-caption){
  font-size:max(.78rem,12px);
}

@media (max-width:760px){
  body.page-crop-intelligence .atlas-workbench-intro{
    grid-template-columns:minmax(0,1fr);
    align-items:start;
    gap:12px;
  }
  body.page-crop-intelligence .atlas-workbench-intro .section-title{max-width:11ch}
  body.page-crop-intelligence .atlas-verification-grid{
    grid-template-columns:minmax(0,1fr);
    gap:34px;
  }
  body.page-crop-intelligence #atlas-method-title{
    max-width:9ch;
    font-size:clamp(2.35rem,11vw,3.35rem);
  }
  body.page-crop-intelligence .atlas-field-proof img{aspect-ratio:4/3}
  body.page-crop-intelligence .atlas-field-proof .image-caption{
    grid-template-columns:minmax(0,1fr);
    gap:4px;
  }
  body.page-crop-intelligence [data-atlas-closing] .global-cta-band{
    grid-template-columns:minmax(0,1fr);
    padding:26px 24px;
    gap:18px;
  }
  body.page-crop-intelligence [data-atlas-closing] .global-cta-title{
    max-width:11ch;
    font-size:clamp(2.15rem,10vw,3rem);
  }
}
