:root{--orchard-green: #173d31;--canopy-green: #0b241c;--leaf-green: #55784a;--sage: #dfe8dc;--cream: #f6f1e7;--warm-white: #fffdf8;--panel-white: #ffffff;--bg: #ffffff;--bg-panel: #faf8f4;--text: #3f413d;--text-muted: #6d726b;--border: #e8e4dc;--soil: #b8a88a;--apple: #c45c4a;--peach: #d4846a;--weather-blue: #4c6f82;--font-serif: Georgia, "Times New Roman", Times, serif;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max-width: 960px;--home-width: 72rem;--repo-width: 48rem;--text-max: 40rem;--space-section: 5rem;--space-md: 1.5rem;--space-lg: 2.5rem;--radius-sm: 6px;--radius-md: 10px;--shadow-sm: 0 1px 2px rgba(11, 36, 28, .04);--shadow-md: 0 4px 16px rgba(11, 36, 28, .06)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{margin:0;font-family:var(--font-sans);font-size:1.125rem;line-height:1.65;color:var(--text);background:var(--bg)}img{max-width:100%;height:auto;display:block}a{color:var(--orchard-green)}a:hover{color:var(--canopy-green)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--weather-blue);outline-offset:2px}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.skip-link{position:absolute;top:-100%;left:1rem;z-index:200;padding:.5rem 1rem;background:var(--canopy-green);color:var(--warm-white);text-decoration:none}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding-inline:1.75rem}.site-header{background:var(--panel-white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}@media(max-width:52rem){.site-header{position:fixed;top:0;left:0;right:0;transition:transform .24s ease}.site-header--hidden{transform:translateY(-100%)}.site-main{padding-top:var(--site-header-offset, 4.75rem)}@media(prefers-reduced-motion:reduce){.site-header{transition:none}}}.site-header-bar{max-width:var(--max-width);margin:0 auto;padding:1rem 1.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.site-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.site-brand:hover{color:inherit}.site-brand-mark{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(145deg,var(--leaf-green),var(--orchard-green));flex-shrink:0}.site-brand-text{display:flex;flex-direction:column}.site-brand-name{margin:0;font-size:1.25rem;font-weight:700;color:var(--canopy-green);line-height:1.2;letter-spacing:-.02em}.site-brand-tagline{margin:.125rem 0 0;font-size:.8125rem;line-height:1.4;color:var(--text-muted)}.nav-toggle-btn{display:none;padding:.5rem .875rem;font-size:.875rem;font-weight:600;color:var(--orchard-green);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:var(--cream);font-family:inherit}.nav-toggle-btn:focus-visible{outline:2px solid var(--weather-blue);outline-offset:2px}@media(max-width:52rem){.nav-toggle-btn{display:block}.site-nav{display:none;width:100%;flex-direction:column;padding-top:.5rem;border-top:1px solid var(--border)}.site-header.is-nav-open .site-nav{display:flex}.site-nav a{padding:.625rem .5rem;font-size:1rem}}.site-nav{display:flex;flex-wrap:wrap;gap:.125rem .25rem}.site-nav a{padding:.5rem .75rem;text-decoration:none;color:var(--text);font-size:.9375rem;font-weight:500;border-radius:var(--radius-sm)}.site-nav a:hover{color:var(--orchard-green);background:#173d310f}.site-nav a[aria-current=page]{color:var(--orchard-green);font-weight:600;background:var(--sage)}.site-nav a:focus-visible{outline:2px solid var(--orchard-green);outline-offset:2px}.site-main{flex:1}.hero{background:var(--warm-white);border-bottom:1px solid var(--border);padding:var(--space-lg) 0}.hero--home{background:var(--bg);padding:clamp(3rem,8vw,5.5rem) 0 clamp(2.5rem,5vw,3.5rem);border-bottom:none}.hero-inner{display:grid;gap:2.5rem;align-items:center}@media(min-width:56rem){.hero-inner{grid-template-columns:1.15fr .85fr;gap:3rem}}.hero-eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--leaf-green)}.hero-content h1{margin:0 0 1rem;font-size:clamp(2rem,4.5vw,2.875rem);font-weight:700;line-height:1.1;color:var(--canopy-green);letter-spacing:-.025em}.hero-lead{margin:0 0 1rem;font-size:1.125rem;font-weight:500;color:var(--leaf-green)}.hero-content>p:last-of-type{margin:0 0 1.75rem;font-size:1.0625rem;color:var(--text-muted);max-width:32rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-block;padding:.75rem 1.375rem;font:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-primary{background:var(--orchard-green);color:var(--warm-white);border-color:var(--orchard-green)}.btn-primary:hover{background:var(--canopy-green);border-color:var(--canopy-green);color:var(--warm-white)}.btn-secondary{background:transparent;color:var(--orchard-green);border-color:var(--border)}.btn-secondary:hover{border-color:var(--orchard-green);color:var(--canopy-green)}.hero-media{border:1px solid var(--border);background:linear-gradient(145deg,var(--sage) 0%,var(--cream) 45%,#c8d4bc 100%);overflow:hidden;min-height:16rem}.hero-media img{width:100%;height:100%;min-height:16rem;max-height:22rem;object-fit:cover}@media(min-width:56rem){.hero-media img{max-height:26rem}}.hero--home{padding:0;border-bottom:none}.home-page .hero--home{padding:clamp(3rem,8vw,5.5rem) 0 clamp(2.5rem,5vw,3.5rem)}.home-page .hero-inner{grid-template-columns:1fr}.home-page .hero-content h1{font-size:clamp(2.25rem,5.5vw,3.25rem);max-width:18ch;line-height:1.08;letter-spacing:-.03em}.home-page .hero-intro{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}.hero-secondary-link{margin:1.25rem 0 0;font-size:.9375rem}.hero-secondary-link a{color:var(--leaf-green);font-weight:600;text-decoration:none}.hero-secondary-link a:hover{color:var(--orchard-green);text-decoration:underline}.hero-banner{position:relative;width:100%;min-height:14rem;max-height:28rem;overflow:hidden;background:linear-gradient(145deg,var(--sage) 0%,var(--cream) 45%,#c8d4bc 100%);border-bottom:1px solid var(--border)}.hero-banner img{width:100%;height:100%;min-height:14rem;max-height:28rem;object-fit:cover}.hero-banner-placeholder{min-height:14rem}.hero-panel{padding:2.5rem 1.75rem 3rem;background:var(--warm-white)}.hero--home .hero-content h1{font-size:clamp(2.125rem,5vw,3rem)}.hero-intro{margin:0 0 1.75rem;font-size:1.1875rem;color:var(--text-muted);max-width:40rem;line-height:1.7}.hero-footnote{margin:1.25rem 0 0;font-size:.9375rem;color:var(--text-muted)}.hero-visual{display:none}@media(min-width:56rem){.hero-visual{display:block}.hero-visual-inner{position:relative;aspect-ratio:4 / 3;border-radius:var(--radius-md);background:linear-gradient(145deg,var(--sage) 0%,var(--cream) 50%,#e8d4c8 100%);border:1px solid var(--border);box-shadow:var(--shadow-md);overflow:hidden}.hero-visual-leaf{position:absolute;width:55%;height:55%;top:10%;left:8%;border-radius:0 80%;background:var(--leaf-green);opacity:.35;transform:rotate(-12deg)}.hero-visual-fruit{position:absolute;width:28%;height:28%;bottom:18%;right:15%;border-radius:50%;background:radial-gradient(circle at 35% 35%,var(--peach),var(--apple));opacity:.55}}@media(min-width:48rem){.hero-banner,.hero-banner img,.hero-banner-placeholder{min-height:18rem}.hero-panel{padding:3rem 1.75rem 3.5rem}}.audience-gateway{background:var(--cream)}.audience-gateway-grid{display:grid;gap:1.5rem}@media(min-width:52rem){.audience-gateway-grid{grid-template-columns:1fr 1fr;gap:2rem}}.audience-card{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:var(--warm-white);border:1px solid var(--border)}.audience-card h3{margin:0;font-size:1.375rem;font-weight:700;line-height:1.25;color:var(--canopy-green)}.audience-card p{margin:0;flex:1;font-size:1rem;color:var(--text-muted);line-height:1.65}.audience-card--commercial{border-top:3px solid var(--orchard-green)}.audience-card--homeowner{border-top:3px solid var(--peach)}.audience-card-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.audience-card-links a{display:inline-block;padding:.5rem 0;font-size:.9375rem;font-weight:600;text-decoration:none;color:var(--orchard-green);border-bottom:1px solid transparent}.audience-card-links a:hover{color:var(--canopy-green);border-bottom-color:var(--border)}.resource-shelf{background:var(--warm-white)}.resource-shelf-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:40rem){.resource-shelf-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.resource-shelf-grid{grid-template-columns:repeat(4,1fr)}}.resource-shelf-card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:var(--cream);border:1px solid var(--border);min-height:100%}.resource-shelf-card h3{margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.resource-shelf-card h3 a{text-decoration:none;color:var(--orchard-green)}.resource-shelf-card h3 a:hover{color:var(--canopy-green);text-decoration:underline}.resource-shelf-card p{margin:0;flex:1;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.resource-shelf-link{font-size:.875rem;font-weight:600;text-decoration:none;color:var(--leaf-green)}.resource-shelf-link:hover{color:var(--orchard-green);text-decoration:underline}.subsection-title{margin:2rem 0 .75rem;font-size:1.125rem;font-weight:700;color:var(--canopy-green)}.about-audience-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--border)}.about-audience-list li{padding:.875rem 0;border-bottom:1px solid var(--border);font-size:1rem;color:var(--text-muted);line-height:1.6}.about-audience-list li:last-child{border-bottom:none}.about-page{padding-bottom:clamp(2.5rem,5vw,4rem)}.about-intro{display:grid;gap:2rem;padding-top:clamp(2.5rem,5vw,3.5rem);padding-bottom:2.5rem;align-items:start}@media(min-width:48rem){.about-intro{grid-template-columns:minmax(0,1fr) minmax(12rem,17.5rem);gap:2.5rem 3rem;align-items:start}}.about-intro-copy{min-width:0}.about-intro-header h1{margin:0 0 .875rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--canopy-green);line-height:1.2}.about-lead{margin:0 0 1.25rem;font-size:1.125rem;color:var(--text);line-height:1.7}.about-intro-copy>p{margin:0 0 1.125rem;font-size:1.0625rem;color:var(--text-muted);line-height:1.75}.about-intro-copy>p:last-child{margin-bottom:0}.about-intro-photo{margin:0;width:100%;max-width:17.5rem}@media(max-width:47.99rem){.about-intro-photo{max-width:16rem;justify-self:start}}.about-intro-photo img{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center top;border-radius:var(--radius-sm)}.about-article{max-width:45rem;padding-top:.5rem}.about-section{padding:0;margin:0 0 2.25rem}.about-section:last-child{margin-bottom:0}.about-section h2{margin:0 0 .875rem;font-size:1.1875rem;font-weight:700;color:var(--canopy-green);line-height:1.35}.about-section p,.about-section li{margin:0 0 1.125rem;font-size:1.0625rem;color:var(--text-muted);line-height:1.75}.about-section p:last-child,.about-section ul:last-child{margin-bottom:0}.about-questions{margin:0 0 1.125rem;padding-left:1.25rem}.about-questions li{margin-bottom:.375rem}.about-questions li:last-child{margin-bottom:0}.about-section--limits{margin-top:2.75rem;padding-top:2rem;border-top:1px solid var(--border)}.page-header--homeowner p{max-width:42rem}.homeowner-section-link p{margin:0 0 .75rem;font-size:1rem;color:var(--text-muted);line-height:1.65}.problem-breadcrumb{margin:0 0 1rem;font-size:.875rem;color:var(--text-muted)}.problem-breadcrumb a{text-decoration:none;font-weight:600}.problem-breadcrumb a:hover{text-decoration:underline}.problem-page{padding-bottom:var(--space-section)}.problem-page-header{padding:2.5rem 0 0}.problem-page-header h1{margin:.75rem 0 .5rem;font-size:clamp(1.75rem,3vw,2.375rem);font-weight:700;color:var(--canopy-green);line-height:1.15}.problem-meta-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.problem-category-label{color:var(--orchard-green);background:var(--cream);border-color:var(--orchard-green)}.problem-crop-tag{display:inline-block;padding:.125rem .5rem;font-size:.75rem;font-weight:600;color:var(--text-muted);background:var(--warm-white);border:1px solid var(--border)}.problem-common-names,.problem-scientific,.problem-reviewed{margin:.375rem 0 0;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.quick-answer-box{margin:2rem 0;padding:1.25rem 1.5rem;background:var(--cream);border:1px solid var(--border);border-left:3px solid var(--orchard-green)}.quick-answer-label{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--leaf-green)}.quick-answer-box p:last-child{margin:0;font-size:1.0625rem;line-height:1.65;color:var(--text)}.problem-section-title{margin:0 0 .875rem;font-size:1.25rem;font-weight:700;color:var(--canopy-green)}.problem-gallery{margin:2rem 0;padding-bottom:2rem;border-bottom:1px solid var(--border)}.problem-gallery-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:40rem){.problem-gallery-grid{grid-template-columns:repeat(2,1fr)}}.problem-gallery-item{margin:0;border:1px solid var(--border);background:var(--warm-white)}.problem-gallery-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.problem-gallery-item figcaption{padding:.75rem 1rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.problem-gallery-empty{margin:0;padding:1.25rem 1rem;font-size:.9375rem;color:var(--text-muted);background:var(--cream);border:1px solid var(--border)}.problem-summary-block{margin:2rem 0;padding-bottom:2rem;border-bottom:1px solid var(--border)}.problem-summary-block p{margin:0 0 .75rem;line-height:1.7}.problem-severity,.problem-season{font-size:.9375rem;color:var(--text-muted)}.problem-checklist{margin:0 0 2rem;padding:1.25rem 1.5rem;background:var(--cream);border:1px solid var(--border)}.problem-checklist ul{margin:0;padding-left:1.25rem}.problem-checklist li{margin-bottom:.375rem;line-height:1.6}.problem-checklist li:last-child{margin-bottom:0}.prose-homeowner{max-width:42rem;line-height:1.75}.prose-homeowner :global(h2){margin:2.5rem 0 .875rem;font-size:1.25rem;font-weight:700;color:var(--canopy-green);line-height:1.3}.prose-homeowner :global(h2:first-child){margin-top:0}.prose-homeowner :global(p),.prose-homeowner :global(li){font-size:1.0625rem;color:var(--text)}.prose-homeowner :global(ul){margin:0 0 1rem;padding-left:1.25rem}.prose-homeowner :global(blockquote){margin:1rem 0;padding:.75rem 1rem;border-left:3px solid var(--leaf-green);background:var(--cream);color:var(--text)}.prose-homeowner :global(h2:last-of-type){margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:1.0625rem}.prose-homeowner :global(h2:last-of-type+p){font-size:.9375rem;color:var(--text-muted)}.problem-pest-notice{margin-top:2rem}.problem-disclaimer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.problem-disclaimer p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.65}.problem-index{padding:2rem 0 var(--space-section)}.problem-index-group{margin-bottom:2.5rem}.problem-index-group:last-child{margin-bottom:0}.problem-index-category{margin:0 0 1rem;font-size:1.125rem;font-weight:700;color:var(--orchard-green)}.problem-index-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}@media(min-width:40rem){.problem-index-list{grid-template-columns:repeat(2,1fr)}}.problem-index-card{height:100%;padding:1.5rem;background:var(--cream);border:1px solid var(--border)}.problem-index-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.problem-index-card h3{margin:0 0 .5rem;font-size:1.125rem;line-height:1.35}.problem-index-card h3 a{text-decoration:none;color:var(--orchard-green)}.problem-index-card h3 a:hover{text-decoration:underline}.problem-index-card>p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.problem-index-look-for{margin:.875rem 0 0;padding-left:1.125rem;font-size:.875rem;color:var(--text-muted)}.problem-index-look-for li{margin-bottom:.25rem}.mission-block{padding:3.5rem 1.75rem;background:var(--cream);border-bottom:1px solid var(--border)}.mission-text{max-width:44rem;margin:0 auto;font-family:var(--font-serif);font-size:clamp(1.1875rem,2.2vw,1.375rem);line-height:1.75;text-align:center;color:var(--text)}.section,.page-section{padding:var(--space-section) 0;border-bottom:1px solid var(--border)}.section-header{margin-bottom:2rem}.section-label{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--leaf-green)}.section-title{margin:0;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;color:var(--canopy-green);line-height:1.2}.section-title a{font-size:.9375rem;font-weight:600;margin-left:1rem}.section-intro{margin:0 0 1.75rem;font-size:1.0625rem;color:var(--text-muted);max-width:var(--text-max);line-height:1.7}.section-footer-link{margin:1.5rem 0 0;font-size:.9375rem;font-weight:600}.page-header{padding:3rem 0 0}.page-header h1{margin:0 0 .875rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--canopy-green);line-height:1.15}.page-header p{margin:0;font-size:1.0625rem;color:var(--text-muted);max-width:var(--text-max);line-height:1.7}.page-section{padding-bottom:var(--space-section)}.feature-grid{display:grid;gap:1.25rem}.feature-grid--3{grid-template-columns:1fr}@media(min-width:48rem){.feature-grid--3{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:1.75rem;background:var(--warm-white);border:1px solid var(--border)}.feature-card h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:700;color:var(--orchard-green);line-height:1.3}.feature-card p{margin:0;font-size:1rem;color:var(--text-muted);line-height:1.6}.compact-list{margin:1.75rem 0 0;padding:0;list-style:none;border-top:1px solid var(--border)}.compact-list li{padding:.625rem 0;border-bottom:1px solid var(--border);font-size:1rem;color:var(--text-muted)}.compact-list li:last-child{border-bottom:none}.split-section{display:grid;gap:2rem}@media(min-width:48rem){.split-section{grid-template-columns:1fr 1fr;gap:3rem}}.split-section p{margin:0;font-size:1.0625rem;color:var(--text-muted);line-height:1.7}.link-list{margin:0;padding:0;list-style:none}.link-list li{padding:.75rem 0;border-bottom:1px solid var(--border);font-size:1.0625rem;font-weight:500}.link-list li:last-child{border-bottom:none}.publication-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.publication-row{display:grid;gap:.5rem 1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:start}@media(min-width:40rem){.publication-row{grid-template-columns:1fr auto auto;align-items:center}}.publication-row:last-child{border-bottom:none}.publication-row h3{margin:0 0 .25rem;font-size:1.0625rem;font-weight:600;color:var(--text)}.publication-row h3 a{text-decoration:none;color:inherit}.publication-row h3 a:hover{color:var(--orchard-green)}.publication-row p{margin:0;font-size:.9375rem;color:var(--text-muted)}.publication-count{font-size:.875rem;color:var(--text-muted);white-space:nowrap}.publication-link{font-size:.9375rem;font-weight:600;white-space:nowrap}.tool-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:40rem){.tool-grid{grid-template-columns:1fr 1fr}}.tool-card{padding:1.75rem;background:var(--warm-white);border:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.tool-card h3{margin:0;font-size:1.1875rem;font-weight:700;color:var(--orchard-green)}.tool-card h3 a{text-decoration:none;color:inherit}.tool-card h3 a:hover{text-decoration:underline}.tool-card-summary{margin:0;font-size:1rem;color:var(--text-muted);line-height:1.6;flex:1}.tool-card-meta{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.55}.tool-card-link{font-size:.9375rem;font-weight:600}.tool-external{margin-top:1.25rem;padding:1.25rem 1.5rem;border:1px solid var(--border);background:var(--cream);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem}.tool-external h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}.tool-external p{margin:0;font-size:.9375rem;color:var(--text-muted)}.tag{display:inline-block;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--border);background:var(--cream);color:var(--text-muted)}.tag-prototype{border-color:var(--weather-blue);color:var(--weather-blue);background:#eef3f6}.tag-beta{border-color:var(--peach);color:#8a4a28;background:#faf3ee}.tag-stable{border-color:var(--leaf-green);color:var(--orchard-green);background:var(--sage)}.photo-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:40rem){.photo-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:56rem){.photo-grid{grid-template-columns:repeat(3,1fr)}}.photo-card{margin:0;border:1px solid var(--border);background:var(--warm-white)}.photo-card img{width:100%;aspect-ratio:5 / 4;object-fit:cover;background:var(--cream)}.photo-card figcaption{padding:1.125rem 1.25rem 1.25rem}.photo-card h3{margin:0 0 .375rem;font-size:1rem;font-weight:600;line-height:1.35;color:var(--text)}.photo-card-meta{margin:0 0 .5rem;font-size:.8125rem;color:var(--text-muted)}.photo-card-caption{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.activity-timeline{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.activity-timeline li{display:grid;gap:.25rem 1.5rem;padding:1rem 0;border-bottom:1px solid var(--border)}@media(min-width:36rem){.activity-timeline li{grid-template-columns:7rem 1fr auto;align-items:baseline}}.activity-timeline li:last-child{border-bottom:none}.activity-date{font-size:.875rem;color:var(--text-muted)}.activity-title{font-size:1rem;font-weight:500;color:var(--text)}.activity-type{font-size:.8125rem;color:var(--text-muted)}.independent-notice{padding:2rem 1.75rem 2.5rem;background:var(--warm-white);border-top:1px solid var(--border)}.independent-notice p{max-width:var(--max-width);margin:0 auto;padding:1rem 1.25rem;border-left:3px solid var(--leaf-green);background:var(--cream);font-size:.9375rem;color:var(--text-muted);line-height:1.65}.content-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.content-list-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.content-list-item:last-child{border-bottom:none}.content-list-item h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.content-list-item p{margin:0 0 .5rem;font-size:1rem;color:var(--text-muted)}.content-list-meta{font-size:.875rem;color:var(--text-muted)}.resource-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:40rem){.resource-grid{grid-template-columns:1fr 1fr}}.resource-card{padding:1.5rem;border:1px solid var(--border);background:var(--warm-white)}.resource-card h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.resource-card p{margin:0 0 .625rem;font-size:1rem;color:var(--text-muted)}.resource-meta{margin:0;font-size:.875rem;color:var(--text-muted)}.tool-group{margin-bottom:3rem}.tool-group:last-child{margin-bottom:0}.tool-meta-bar{padding:0 0 1.5rem;font-size:.9375rem;color:var(--text-muted);display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.tool-layout{padding-bottom:3rem;display:grid;gap:2rem}@media(min-width:52rem){.tool-layout{grid-template-columns:1.4fr 1fr;align-items:start}.tool-layout--stack{grid-template-columns:1fr}}.tool-panel{border:1px solid var(--border);padding:1.75rem;background:var(--warm-white)}.tool-panel h2{margin:0 0 1.25rem;font-size:1.125rem;font-weight:700;color:var(--orchard-green)}.tool-panel p,.tool-panel ul{margin:0 0 .875rem;font-size:1rem;color:var(--text-muted)}.tool-panel ul{padding-left:1.25rem}.tool-sidebar{display:flex;flex-direction:column;gap:1.25rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:30rem){.form-grid{grid-template-columns:1fr}}.form-field{margin-bottom:1.125rem}.form-field label,.form-field legend{display:block;margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.5625rem .75rem;border:1px solid var(--border);font:inherit;font-size:1rem;background:var(--warm-white)}.form-field small{display:block;margin-top:.25rem;font-size:.875rem;color:var(--text-muted)}.checkbox-list{display:flex;flex-direction:column;gap:.5rem}.checkbox-list label{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;font-size:1rem}.checkbox-list input{width:auto;margin-top:.25rem}.button{display:inline-block;padding:.5625rem 1rem;border:1px solid var(--border);background:var(--cream);color:var(--text-muted);font:inherit;font-size:.9375rem;cursor:not-allowed;opacity:.7}.output-panel{border:1px solid var(--border);padding:1.5rem;background:var(--cream);min-height:10rem}.output-panel h2{margin:0 0 .75rem;font-size:1.0625rem;font-weight:700}.output-panel p{margin:0;font-size:1rem;color:var(--text-muted);font-style:italic}.callout{padding:1.25rem 1.5rem;border:1px solid var(--border);background:var(--cream);font-size:1rem}.callout h3{margin:0 0 .5rem;font-size:1rem;font-weight:700}.callout p,.callout ul{margin:0;color:var(--text-muted)}.callout ul{padding-left:1.25rem}.callout-warning{border-left:3px solid var(--apple);background:#fdf8f6}.placeholder-block{padding:0 0 3rem;color:var(--text-muted);font-size:1rem}.compatibility-notice{padding:1.25rem 1.5rem;border:1px solid var(--border);background:var(--cream)}.status-scaffold-tool{color:var(--text-muted);background:var(--warm-white)}.tool-disclaimer-banner{margin-bottom:1.5rem}.tool-version{margin:0;font-size:.875rem;color:var(--text-muted)}.tool-link-list{list-style:none;margin:0;padding:0}.tool-link-list li{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--border);font-size:1rem}.tool-link-list li:last-child{border-bottom:none}.tool-link-list a{font-weight:600;text-decoration:none}.tool-link-list a:hover{text-decoration:underline}.tool-panel--calculator{padding:1.75rem}.calc-results-list{display:grid;gap:.875rem;margin:0 0 1rem}.calc-results-list div{display:grid;gap:.25rem}.calc-results-list dt{font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--leaf-green)}.calc-results-list dd{margin:0;font-size:1.125rem;font-weight:600;color:var(--text)}.calc-results-explanation{margin:0;font-size:1rem;line-height:1.65;color:var(--text-muted)}.calc-form-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.calc-mode-panel[hidden]{display:none}.section-overview-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:40rem){.section-overview-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.section-overview-grid{grid-template-columns:repeat(3,1fr)}}.scaffold-card{padding:1.5rem;background:var(--cream);border:1px solid var(--border);display:flex;flex-direction:column;gap:.625rem}.scaffold-card h3{margin:0;font-size:1.125rem;font-weight:700}.scaffold-card h3 a{text-decoration:none;color:var(--orchard-green)}.scaffold-card h3 a:hover{text-decoration:underline}.scaffold-card p{margin:0;flex:1;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.scaffold-card-link{font-size:.875rem;font-weight:600}.status-label{display:inline-block;align-self:flex-start;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border)}.status-scaffold{color:var(--leaf-green);background:var(--warm-white);border-color:var(--leaf-green)}.status-prototype{color:var(--weather-blue);background:#eef3f6;border-color:var(--weather-blue)}.status-planned{color:var(--text-muted);background:var(--warm-white)}.status-active{color:var(--orchard-green);background:var(--sage);border-color:var(--leaf-green)}.empty-state{padding:2rem 1.5rem;background:var(--cream);border:1px solid var(--border);text-align:center}.empty-state p{margin:0;font-size:1rem;color:var(--text)}.empty-state-hint{margin-top:.5rem!important;font-size:.9375rem!important;color:var(--text-muted)!important}.scaffold-section-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.scaffold-section-list li{padding:1.25rem 0;border-bottom:1px solid var(--border)}.scaffold-section-list li:last-child{border-bottom:none}.scaffold-section-list h3{margin:0 0 .375rem;font-size:1.0625rem;font-weight:600}.planned-tools-list{list-style:none;margin:0;padding:0}.planned-tools-list li{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.875rem 0;border-bottom:1px solid var(--border);font-size:1rem}.planned-tools-list li:last-child{border-bottom:none}.quiet-notice{margin:1.25rem 0 0;padding:1rem 1.25rem;background:var(--cream);border:1px solid var(--border);font-size:.9375rem;color:var(--text-muted);line-height:1.6}.quiet-notice p{margin:0}.prototype-banner{margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--cream);border:1px solid var(--border);border-left:3px solid var(--weather-blue)}.prototype-banner p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.hero-media-placeholder{display:none;align-items:center;justify-content:center;min-height:16rem;padding:2rem;text-align:center;color:var(--text-muted);font-size:.9375rem;background:var(--cream)}.hero-media-placeholder.is-visible{display:flex}.photo-category-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none}.photo-category-list li{padding:.375rem .75rem;font-size:.8125rem;color:var(--text-muted);border:1px solid var(--border);background:var(--warm-white)}.tool-scaffold-card{padding:1.5rem;border:1px solid var(--border);background:var(--warm-white)}.tool-scaffold-card h3{margin:0 0 .5rem;font-size:1.125rem}.tool-scaffold-card h3 a{text-decoration:none;color:var(--orchard-green)}.tool-scaffold-card h3 a:hover{text-decoration:underline}.section-footer-link{margin:1.25rem 0 0;font-size:.9375rem;font-weight:600}.tool-scaffold-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:40rem){.tool-scaffold-grid{grid-template-columns:1fr 1fr}}.photo-gallery{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:40rem){.photo-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:56rem){.photo-gallery{grid-template-columns:repeat(3,1fr)}}.site-footer{background:var(--canopy-green);color:var(--sage);padding:3.5rem 1.75rem 2.5rem;font-size:.9375rem;line-height:1.7;margin-top:auto}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:48rem){.footer-grid{grid-template-columns:1.4fr 1fr;gap:3rem}}.footer-brand-name{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;color:var(--warm-white)}.footer-about{margin:0;max-width:36rem;color:#dfe8dceb}.footer-nav-label{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#dfe8dcb3}.footer-nav-list{list-style:none;margin:0;padding:0;display:grid;gap:.375rem;grid-template-columns:repeat(2,1fr)}@media(min-width:36rem){.footer-nav-list{grid-template-columns:repeat(2,1fr)}}.footer-nav-list a{font-weight:500}.footer-disclaimer{margin:0 0 1.25rem;max-width:52rem;font-size:.875rem;color:#dfe8dcd9;line-height:1.65}.site-footer a{color:var(--cream);text-decoration:none}.site-footer a:hover{color:var(--warm-white);text-decoration:underline}.footer-meta{margin:0;padding-top:1.25rem;border-top:1px solid rgba(223,232,220,.2);font-size:.8125rem;color:#dfe8dcb3}.section--cream{background:var(--cream)}.section--panel{background:var(--warm-white);border-top:1px solid var(--border)}.pathway-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}.pathway-grid--2{grid-template-columns:1fr}@media(min-width:40rem){.pathway-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.pathway-grid{grid-template-columns:repeat(2,1fr)}}.topic-link-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:40rem){.topic-link-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.topic-link-grid{grid-template-columns:repeat(3,1fr)}}.topic-link-card{display:block;padding:1.5rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.topic-link-card:hover{border-color:var(--leaf-green);box-shadow:var(--shadow-sm);color:inherit}.topic-link-card h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:700;color:var(--canopy-green)}.topic-link-card p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.seasonal-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:40rem){.seasonal-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.seasonal-grid{grid-template-columns:repeat(4,1fr)}}.seasonal-card{padding:1.5rem;background:var(--panel-white);border:1px solid var(--border);border-top:3px solid var(--leaf-green);border-radius:var(--radius-sm)}.seasonal-card-label{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--peach)}.seasonal-card h3{margin:0 0 .75rem;font-size:1rem;font-weight:700;line-height:1.35;color:var(--canopy-green)}.seasonal-card ul{margin:0;padding-left:1.125rem;font-size:.875rem;color:var(--text-muted);line-height:1.55}.seasonal-card li{margin-bottom:.25rem}.tool-preview-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:40rem){.tool-preview-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.tool-preview-grid{grid-template-columns:repeat(4,1fr)}}.tool-preview-card{padding:1.5rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.625rem}.tool-preview-card--placeholder{background:var(--cream);border-style:dashed}.tool-preview-card h3{margin:0;font-size:1.0625rem;font-weight:700;line-height:1.35}.tool-preview-card h3 a{text-decoration:none;color:var(--orchard-green)}.tool-preview-card h3 a:hover{text-decoration:underline}.tool-preview-card p{margin:0;flex:1;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.problem-card-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:40rem){.problem-card-grid{grid-template-columns:repeat(2,1fr)}}.problem-card{padding:1.5rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm);height:100%}.problem-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.problem-type-label{color:var(--orchard-green);background:var(--cream);border-color:var(--orchard-green)}.homeowner-label{color:var(--peach);background:#faf3ee;border-color:var(--peach)}.problem-card h3{margin:0 0 .5rem;font-size:1.125rem;line-height:1.35}.problem-card h3 a{text-decoration:none;color:var(--orchard-green)}.problem-card h3 a:hover{text-decoration:underline}.problem-card>p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.problem-card-season{margin:.75rem 0 0;font-size:.8125rem;color:var(--text-muted)}.resource-card{padding:1.5rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.625rem;height:100%}.resource-card h3{margin:0;font-size:1.125rem;font-weight:700;line-height:1.35}.resource-card h3 a{text-decoration:none;color:var(--orchard-green)}.resource-card h3 a:hover{text-decoration:underline}.resource-card>p{margin:0;flex:1;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.resource-card-tags{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;margin:0;padding:0}.resource-card-tags li{padding:.125rem .5rem;font-size:.75rem;font-weight:600;color:var(--text-muted);background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-sm)}.resource-card-meta{margin:0;font-size:.8125rem;color:var(--text-muted)}.resource-card-link{font-size:.875rem;font-weight:600;text-decoration:none}.resource-card-link:hover{text-decoration:underline}.disclaimer-box{padding:1.25rem 1.5rem;background:var(--cream);border:1px solid var(--border);border-left:3px solid var(--leaf-green);border-radius:var(--radius-sm)}.disclaimer-box--compact{font-size:.9375rem}.disclaimer-box p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.65}.callout--tip{border-left:3px solid var(--leaf-green)}.callout--warning{border-left:3px solid var(--apple);background:#fdf8f6}.problem-dual-summary{display:grid;gap:1.25rem;margin:2rem 0}@media(min-width:48rem){.problem-dual-summary{grid-template-columns:1fr 1fr}}.problem-dual-card{padding:1.5rem;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-sm)}.problem-dual-card p{margin:0;line-height:1.65}.problem-symptom-list{margin:0;padding-left:1.25rem;line-height:1.65}.urgency-label{color:var(--text-muted);background:var(--warm-white)}.field-notes-list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.field-note-card{padding:1.5rem 1.75rem;background:var(--panel-white);border:1px solid var(--border);border-left:3px solid var(--orchard-green);border-radius:var(--radius-sm)}.field-note-date{margin:0 0 .375rem;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--leaf-green)}.field-note-card h2{margin:0 0 .5rem;font-size:1.25rem;line-height:1.3}.field-note-card h2 a{text-decoration:none;color:var(--canopy-green)}.field-note-card h2 a:hover{color:var(--orchard-green);text-decoration:underline}.field-note-card>p{margin:0;color:var(--text-muted);line-height:1.6}.field-note-meta{margin:.5rem 0 0;font-size:.875rem;color:var(--text-muted)}.field-note-body{margin:2rem 0}.guide-page{padding-bottom:var(--space-section)}.crop-badge{display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orchard-green);background:var(--sage);border:1px solid var(--leaf-green);border-radius:var(--radius-sm)}.crop-badge--large{margin-bottom:.75rem;font-size:.8125rem}.crop-directory-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:48rem){.crop-directory-grid{grid-template-columns:repeat(2,1fr)}}.crop-directory-card{padding:2rem;background:var(--panel-white);border:1px solid var(--border);border-top:4px solid var(--leaf-green);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.crop-directory-card h2{margin:.75rem 0 .5rem;font-size:1.5rem;line-height:1.2}.crop-directory-card h2 a{text-decoration:none;color:var(--canopy-green)}.crop-directory-card h2 a:hover{color:var(--orchard-green)}.crop-directory-desc{margin:0 0 1.25rem;color:var(--text-muted);line-height:1.65}.crop-directory-concerns{display:grid;gap:1.25rem;margin-bottom:1.25rem}@media(min-width:36rem){.crop-directory-concerns{grid-template-columns:1fr 1fr}}.crop-directory-concerns h3{margin:0 0 .5rem;font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--leaf-green)}.crop-directory-concerns ul{margin:0;padding-left:1.125rem;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.crop-directory-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9375rem;font-weight:600}.crop-browse-grid{display:grid;gap:1rem;grid-template-columns:1fr}.crop-browse-grid--homeowner{grid-template-columns:1fr}@media(min-width:40rem){.crop-browse-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.crop-browse-grid{grid-template-columns:repeat(4,1fr)}.crop-browse-grid--homeowner{grid-template-columns:repeat(2,1fr)}}.crop-browse-card{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s;height:100%}.crop-browse-card:hover{border-color:var(--leaf-green);box-shadow:var(--shadow-md);color:inherit}.crop-browse-card h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--canopy-green)}.crop-browse-card p{margin:0;flex:1;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.crop-browse-link{font-size:.875rem;font-weight:600;color:var(--orchard-green)}.crop-filter-nav{margin:0 0 2rem;padding:1rem 1.25rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm)}.crop-filter-label{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:var(--text)}.crop-filter-list{display:flex;flex-wrap:wrap;gap:.5rem 1rem;list-style:none;margin:0;padding:0}.crop-filter-list a{font-weight:600;text-decoration:none}.crop-filter-list a:hover{text-decoration:underline}.future-crop-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--border)}.future-crop-list li{padding:1rem 0;border-bottom:1px solid var(--border);font-size:1rem;color:var(--text-muted);line-height:1.6}.future-crop-list li:last-child{border-bottom:none}.crop-hub-hero{padding:2.5rem 0 2rem;background:linear-gradient(180deg,var(--warm-white) 0%,var(--cream) 100%);border-bottom:1px solid var(--border)}.crop-hub-hero h1{margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--canopy-green);line-height:1.15}.crop-hub-intro{margin:0;max-width:42rem;font-size:1.0625rem;color:var(--text-muted);line-height:1.7}.problem-lead{margin:.75rem 0 0;font-size:1.1875rem;line-height:1.7;color:var(--text);max-width:42rem}.problem-crops-line{margin:.75rem 0 0;font-size:1rem;color:var(--text-muted)}.problem-section{margin:2.5rem 0;padding-bottom:2rem;border-bottom:1px solid var(--border)}.problem-section:last-of-type{border-bottom:none}.problem-related-links{margin:0;padding:0;list-style:none}.problem-related-links li{margin-bottom:.5rem}.problem-related-links a{font-weight:600}.problem-card-crops{margin:0 0 .375rem;font-size:.8125rem;font-weight:600;color:var(--leaf-green);letter-spacing:.02em}.problem-card-season{margin:.75rem 0 0;font-size:.875rem;color:var(--text-muted);font-style:italic}.crop-more-topics{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-sm)}.crop-topic-scaffold{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--cream);border:1px dashed var(--border);border-radius:var(--radius-sm)}.crop-topic-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.crop-topic-list li{padding:.375rem .75rem;font-size:.875rem;color:var(--text-muted);background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm)}.crop-seasonal-list{margin:0;padding:0;list-style:none;display:grid;gap:.75rem}.crop-seasonal-list li{padding:1rem 1.25rem;background:var(--panel-white);border:1px solid var(--border);border-left:3px solid var(--peach);border-radius:var(--radius-sm);font-size:1rem;line-height:1.55}.crop-concern-cards{display:grid;gap:1.25rem}@media(min-width:48rem){.crop-concern-cards{grid-template-columns:1fr 1fr}}.crop-concern-card{padding:1.5rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm)}.crop-concern-card--homeowner{border-top:3px solid var(--peach)}.crop-concern-card--commercial{border-top:3px solid var(--orchard-green)}.crop-concern-card h3{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:var(--canopy-green)}.crop-concern-card ul{margin:0 0 1rem;padding-left:1.125rem;color:var(--text-muted);line-height:1.6}.crop-guide-list{display:flex;flex-direction:column;gap:1rem}.home-section{padding:clamp(2.5rem,6vw,4rem) 0}.home-section--panel{background:var(--bg-panel);border-block:1px solid var(--border)}.home-section-header{margin-bottom:2rem}.home-section-header h2{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:var(--canopy-green);letter-spacing:-.02em}.home-section-header p{margin:0;font-size:1.0625rem;color:var(--text-muted);max-width:36rem}.home-path-grid{display:grid;gap:1.25rem}@media(min-width:48rem){.home-path-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.home-path-card{padding:1.75rem;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-md)}.home-path-card h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:700;color:var(--canopy-green);line-height:1.35}.home-path-card p{margin:0 0 1.25rem;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.home-path-link{font-size:.9375rem;font-weight:600;color:var(--orchard-green);text-decoration:none}.home-path-link:hover{color:var(--canopy-green);text-decoration:underline}.home-crop-grid{display:grid;gap:.875rem}.home-crop-card{display:flex;flex-direction:column;gap:.375rem;padding:1.25rem 1.375rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;transition:border-color .15s ease,background .15s ease}.home-crop-card:hover{border-color:var(--leaf-green);background:var(--warm-white)}.home-find-list{list-style:none;margin:0;padding:0;display:grid;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}@media(min-width:48rem){.home-find-list{grid-template-columns:repeat(2,1fr)}}.home-find-list li{border-bottom:1px solid var(--border)}@media(min-width:48rem){.home-find-list li:nth-child(odd){border-right:1px solid var(--border)}.home-find-list li:nth-last-child(-n+2){border-bottom:none}}.home-find-list li:last-child{border-bottom:none}.home-find-list a{display:flex;flex-direction:column;gap:.375rem;padding:1.375rem 1.5rem;text-decoration:none;color:inherit;transition:background .15s ease}.home-find-list a:hover{background:var(--bg-panel)}.home-find-list strong{font-size:1rem;font-weight:700;color:var(--canopy-green)}.home-find-list span{font-size:.9375rem;color:var(--text-muted);line-height:1.55}.home-disclaimer{padding:0 0 clamp(2.5rem,5vw,3.5rem)}.site-footer--compact{padding:2.5rem 1.75rem 2rem}.site-footer--compact .footer-brand-name{margin-bottom:.5rem;font-size:1.125rem}.site-footer--compact .footer-about{margin-bottom:1.25rem;font-size:.9375rem;max-width:32rem}.footer-nav-inline{margin-bottom:1.25rem;font-size:.9375rem}.footer-disclaimer--compact{margin-bottom:1rem;font-size:.8125rem;line-height:1.6}.site-footer--compact .footer-meta{padding-top:1rem;border-top:1px solid rgba(223,232,220,.2)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.repo-home{width:100%;max-width:var(--repo-width);margin:0 auto;padding:clamp(2.5rem,6vw,4rem) 1.75rem clamp(3rem,6vw,4.5rem)}.repo-home--below-banner{padding-top:clamp(2.5rem,5vw,3.5rem)}.home-banner{position:relative;display:flex;align-items:flex-end;width:100%;min-height:clamp(15rem,40vw,22rem);overflow:hidden;background:var(--canopy-green)}.home-banner-media{position:absolute;inset:0}.home-banner-photo{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .6s ease}.home-banner-photo.is-fading{opacity:0}.home-banner-scrim{position:absolute;inset:0;background:linear-gradient(to top,#0b241ce0,#0b241c73 45%,#0b241c33)}.home-banner-content{position:relative;z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:clamp(2rem,5vw,3.25rem) 1.75rem;color:var(--warm-white)}.home-banner-content h1{margin:0 0 .625rem;font-size:clamp(2rem,5vw,2.875rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--warm-white)}.home-banner-content p{margin:0;max-width:38rem;font-size:clamp(1rem,2.2vw,1.1875rem);line-height:1.55;color:#fffdf8e6}@media(prefers-reduced-motion:reduce){.home-banner-photo{transition:none}}.repo-block{margin-bottom:2.75rem}.repo-block-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.repo-block-title{margin:0 0 1rem;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--leaf-green)}.repo-block-link{font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap}.repo-block-link:hover{text-decoration:underline}.crop-link-row{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}@media(min-width:34rem){.crop-link-row{grid-template-columns:repeat(2,1fr)}}.crop-link-row a{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;background:var(--panel-white);transition:border-color .15s ease,background .15s ease}.crop-link-row a:hover{border-color:var(--leaf-green);background:var(--warm-white)}.crop-link-name{font-size:1.0625rem;font-weight:700;color:var(--canopy-green)}.crop-link-summary{font-size:.875rem;color:var(--text-muted);line-height:1.5}.recent-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.recent-list li{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.25rem 1.25rem;padding:.875rem 0;border-bottom:1px solid var(--border)}.recent-list a{display:flex;flex-direction:column;gap:.125rem;text-decoration:none;color:inherit;flex:1 1 20rem}.recent-title{font-size:1rem;font-weight:600;color:var(--orchard-green)}.recent-list a:hover .recent-title{text-decoration:underline}.recent-summary{font-size:.875rem;color:var(--text-muted);line-height:1.5}.recent-meta{display:flex;align-items:baseline;gap:.625rem;font-size:.8125rem;color:var(--text-muted);white-space:nowrap}.recent-tag{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--leaf-green)}.recent-date{color:var(--text-muted)}.crop-page{width:100%;max-width:var(--repo-width);margin:0 auto;padding:clamp(2rem,5vw,3rem) 1.75rem clamp(3rem,6vw,4rem)}.crop-page-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.crop-page-eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--leaf-green)}.crop-page-header h1{margin:0 0 .75rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;color:var(--canopy-green);line-height:1.1}.crop-page-intro{margin:0;font-size:1.0625rem;color:var(--text-muted);line-height:1.65;max-width:40rem}.crop-section{margin-bottom:2.5rem}.crop-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.crop-section-title{margin:0 0 .75rem;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--leaf-green)}.crop-section-link{font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap}.crop-section-link:hover{text-decoration:underline}.crop-section-note{margin:0 0 .75rem;font-size:.875rem;color:var(--text-muted);line-height:1.5}.crop-empty{margin:0;padding:.75rem 0;font-size:.9375rem;color:var(--text-muted);font-style:italic}.crop-section--related{padding-top:1.5rem;border-top:1px solid var(--border)}.crop-disclaimer{margin-top:2.5rem}.library-page{padding-bottom:clamp(3rem,6vw,4rem);max-width:var(--repo-width)}.library-collection{margin:1.75rem 0 2.5rem;padding:1.25rem 1.35rem 1.35rem;background:var(--bg-panel);border:1px solid var(--border);border-left:3px solid var(--leaf-green);border-radius:var(--radius-sm)}.library-collection-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1.25rem;margin-bottom:.75rem}.library-collection-head h2{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--canopy-green)}.library-collection-link{font-size:.875rem;font-weight:600;text-decoration:none}.library-collection-link:hover{text-decoration:underline}.library-collection-cta{margin:1rem 0 0}.library-section{margin-top:2.5rem}.library-section-title{margin:0 0 .375rem;font-size:1.125rem;font-weight:700;color:var(--canopy-green)}.library-section-intro{margin:0 0 .75rem;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.shane-archive-notice{margin:0 0 1.25rem;padding:1rem 1.15rem;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-sm)}.shane-archive-notice--compact{margin:0 0 1.5rem;padding:.75rem 1rem}.shane-archive-notice-label{margin:0 0 .35rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--leaf-green)}.shane-archive-notice p{margin:0;font-size:.9375rem;color:var(--text);line-height:1.55}.shane-archive-notice--compact p{font-size:.875rem;color:var(--text-muted)}.library-collection .shane-archive-notice{margin-bottom:0;background:transparent;border:none;padding:0}.library-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.5rem;margin:1.5rem 0 .5rem;padding:1rem 1.25rem;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-sm)}.library-filter{display:flex;flex-direction:column;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.library-filter select{padding:.5rem .625rem;font:inherit;font-size:.9375rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--panel-white)}.library-count{margin:0 0 0 auto;font-size:.875rem;color:var(--text-muted)}.library-list{list-style:none;margin:1.5rem 0 0;padding:0;border-top:1px solid var(--border)}.library-list li{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.25rem 1.25rem;padding:.875rem 0;border-bottom:1px solid var(--border)}.library-list li[hidden]{display:none}.library-list--compact li{padding:.5rem 0}.library-list a{display:flex;flex-direction:column;gap:.125rem;text-decoration:none;color:inherit;flex:1 1 20rem}.library-title{font-size:1rem;font-weight:600;color:var(--orchard-green)}.library-list a:hover .library-title{text-decoration:underline}.library-summary{font-size:.875rem;color:var(--text-muted);line-height:1.5}.library-meta{font-size:.8125rem;color:var(--text-muted);white-space:nowrap}.library-empty{margin:1.5rem 0 0;font-size:.9375rem;color:var(--text-muted);font-style:italic}.detail-page{max-width:var(--repo-width);padding-top:2.5rem;padding-bottom:clamp(3rem,6vw,4rem)}.detail-breadcrumb{margin:0 0 1rem;font-size:.875rem;color:var(--text-muted)}.detail-breadcrumb a{text-decoration:none;font-weight:600}.detail-breadcrumb a:hover{text-decoration:underline}.detail-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.detail-header h1{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.375rem);font-weight:700;letter-spacing:-.02em;color:var(--canopy-green);line-height:1.15}.detail-summary{margin:0 0 1rem;font-size:1.0625rem;color:var(--text);line-height:1.6}.detail-meta{display:flex;flex-wrap:wrap;gap:.375rem .75rem;margin:0;padding:0;list-style:none;font-size:.8125rem;color:var(--text-muted)}.detail-meta li{padding:.125rem .5rem;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-sm)}.detail-download{margin:0 0 1.5rem}.detail-pdf{margin:0 0 2rem}.detail-pdf-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.75rem}.detail-pdf-heading{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--leaf-green)}.pdf-viewer{margin:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-panel);overflow:hidden}.pdf-viewer-frame{display:block;width:100%;height:min(75vh,52rem);border:0;background:var(--panel-white)}.pdf-viewer-fallback{margin:0;padding:.625rem .875rem;font-size:.875rem;color:var(--text-muted);border-top:1px solid var(--border);background:var(--cream)}.pdf-viewer-fallback a{font-weight:600}.detail-body{margin-bottom:2rem}.detail-tags{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;margin:0 0 1.5rem;padding:0}.detail-tags li{padding:.125rem .5rem;font-size:.75rem;color:var(--text-muted);background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-sm)}.detail-source{margin:0 0 1.5rem;font-size:.875rem;color:var(--text-muted)}.detail-related{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.detail-related h2{margin:0 0 .5rem;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--leaf-green)}.detail-disclaimer{margin-top:2.5rem}.search-page{max-width:var(--repo-width);padding-bottom:clamp(3rem,6vw,4rem)}.search-panel{margin-top:1.5rem}.search-field input{width:100%;padding:.75rem 1rem;font:inherit;font-size:1.0625rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--panel-white)}.search-status{margin:.75rem 0 0;font-size:.875rem;color:var(--text-muted)}.search-panel .library-list:empty{border-top:none;margin-top:0}.report-page{max-width:calc(var(--repo-width) + 14rem);margin:0 auto;padding:2.5rem 1.25rem clamp(3rem,6vw,4rem)}.report-layout{display:grid;gap:2rem}@media(min-width:960px){.report-layout{grid-template-columns:13rem minmax(0,1fr);align-items:start}.report-sidebar{position:sticky;top:1.5rem}}.report-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.report-header h1{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--canopy-green);line-height:1.15}.report-eyebrow{margin:0 0 .5rem;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--leaf-green)}.report-summary{margin:0 0 1rem;font-size:1.0625rem;line-height:1.6}.report-download{margin:1.25rem 0 0}.report-section{margin-bottom:2.5rem}.report-section h2{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:var(--canopy-green)}.report-section-intro{margin:0 0 1.5rem;max-width:var(--text-max);color:var(--text)}.report-findings{margin:0;padding-left:1.25rem;max-width:var(--text-max)}.report-findings li+li{margin-top:.5rem}.report-methods ul{margin:0 0 1rem;padding-left:1.25rem;max-width:var(--text-max)}.report-methods p{margin:0;max-width:var(--text-max);color:var(--text-muted);font-size:.9375rem}.report-chapter-nav-label{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--leaf-green)}.report-chapter-nav-list{margin:0;padding:0;list-style:none}.report-chapter-nav-list li+li{margin-top:.25rem}.report-chapter-nav-link{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.5rem .625rem;border-radius:var(--radius-sm);text-decoration:none;font-size:.875rem;font-weight:600;line-height:1.35;color:var(--text)}.report-chapter-nav-link:hover{background:var(--cream);color:var(--canopy-green)}.report-chapter-nav-link--active{background:var(--sage);color:var(--canopy-green)}.report-chapter-nav-count{flex-shrink:0;font-size:.75rem;font-weight:600;color:var(--text-muted)}.report-chapter-cards{margin:0;padding:0;list-style:none;display:grid;gap:.875rem}@media(min-width:720px){.report-chapter-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.report-chapter-card{display:flex;flex-direction:column;gap:.375rem;height:100%;padding:1rem 1.125rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel);text-decoration:none;box-shadow:var(--shadow-sm)}.report-chapter-card:hover{border-color:var(--sage);box-shadow:var(--shadow-md)}.report-chapter-card-title{font-weight:700;color:var(--canopy-green)}.report-chapter-card-summary{font-size:.9375rem;line-height:1.5;color:var(--text)}.report-chapter-card-meta{margin-top:auto;padding-top:.5rem;font-size:.8125rem;font-weight:600;color:var(--leaf-green)}.report-figure-grid{display:grid;gap:2rem}.report-figure{margin:0;padding:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--panel-white);overflow:hidden}.report-figure-id{margin:0;padding:.625rem .875rem 0;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.report-figure-link{display:block}.report-figure-image{width:100%;background:var(--warm-white)}.report-figure-caption{margin:0;padding:.875rem 1rem 1rem;font-size:.9375rem;line-height:1.55;color:var(--text);border-top:1px solid var(--border);background:var(--cream)}.report-figure-caption strong{color:var(--canopy-green)}.report-disclaimer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.report-hub-card{display:flex;flex-direction:column;gap:.375rem;padding:1.25rem 1.375rem;border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(135deg,var(--bg-panel) 0%,var(--cream) 100%);text-decoration:none;box-shadow:var(--shadow-sm)}.report-hub-card:hover{border-color:var(--peach);box-shadow:var(--shadow-md)}.report-hub-card-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--leaf-green)}.report-hub-card-title{font-size:1.125rem;font-weight:700;color:var(--canopy-green)}.report-hub-card-summary{font-size:.9375rem;line-height:1.55;color:var(--text)}.footer-nav-groups{display:grid;gap:1.5rem 2.5rem;grid-template-columns:1fr}@media(min-width:30rem){.footer-nav-groups{grid-template-columns:1fr 1fr}}.footer-independence{margin:.75rem 0 0;font-size:.875rem;color:#dfe8dcd9;max-width:28rem;line-height:1.55}body.home-experiment .site-header-bar,body.home-experiment .footer-inner{max-width:var(--home-width);margin-inline:auto;width:100%}.home-experiment-main,.home-hero-experiment-content{max-width:var(--home-width)}.home-experiment-main{margin:0 auto;padding:0 1.75rem clamp(2.5rem,5vw,3.5rem)}.home-experiment-section{padding:2.25rem 0;border-bottom:1px solid var(--border)}.home-experiment-section:last-of-type{border-bottom:none}.home-experiment-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.home-experiment-heading{margin:0;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--canopy-green);letter-spacing:-.02em}.home-experiment-section-link{font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap}.home-experiment-section-link:hover{text-decoration:underline}.home-hero-experiment{position:relative;display:flex;align-items:flex-end;width:100%;min-height:clamp(12rem,30vw,17rem);overflow:hidden;background:var(--canopy-green)}.home-hero-experiment-media{position:absolute;inset:0}.home-hero-experiment-photo{width:100%;height:100%;object-fit:cover;transition:opacity .6s ease}.home-hero-experiment-photo.is-fading{opacity:0}.home-hero-experiment-scrim{position:absolute;inset:0;background:linear-gradient(to top,#0b241ce6,#0b241c80,#0b241c40)}.home-hero-experiment-content{position:relative;z-index:1;width:100%;margin:0 auto;padding:clamp(1.75rem,4vw,2.5rem) 1.75rem clamp(1.5rem,3vw,2rem);color:var(--warm-white)}.home-hero-experiment-content h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--warm-white)}.home-hero-experiment-lead{margin:0 0 1.125rem;max-width:38rem;font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.55;color:#fffdf8eb}.home-hero-search{margin:0 0 1rem;max-width:36rem}.home-hero-search input{width:100%;padding:.75rem 1rem;font:inherit;font-size:1rem;border:1px solid rgba(255,253,248,.35);border-radius:var(--radius-sm);background:#fffdf8f7;color:var(--text)}.home-hero-search input::placeholder{color:var(--text-muted)}.home-hero-search input:focus-visible{outline:2px solid var(--warm-white);outline-offset:2px;border-color:var(--warm-white)}.home-hero-experiment-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.home-hero-experiment-actions .btn-primary{background:var(--warm-white);color:var(--orchard-green);border-color:var(--warm-white)}.home-hero-experiment-actions .btn-primary:hover{background:var(--sage);border-color:var(--sage);color:var(--canopy-green)}.home-hero-crop-link{font-size:.9375rem;font-weight:600;color:#fffdf8f2;text-decoration:none}.home-hero-crop-link:hover{color:var(--warm-white);text-decoration:underline}.home-hero-crop-link:focus-visible{outline:2px solid var(--warm-white);outline-offset:2px}@media(prefers-reduced-motion:reduce){.home-hero-experiment-photo{transition:none}}.home-featured-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:40rem){.home-featured-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.home-featured-grid{grid-template-columns:repeat(3,1fr)}}.home-featured-card{display:flex;flex-direction:column;gap:.5rem;height:100%;padding:1.25rem 1.375rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.home-featured-card:hover{border-color:var(--leaf-green);box-shadow:var(--shadow-sm);background:var(--warm-white)}.home-featured-card:focus-visible{outline:2px solid var(--orchard-green);outline-offset:2px}.home-featured-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--leaf-green)}.home-featured-title{margin:0;font-size:1.0625rem;font-weight:700;line-height:1.35;color:var(--canopy-green)}.home-featured-summary{margin:0;flex:1;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.home-featured-action{font-size:.875rem;font-weight:600;color:var(--orchard-green)}.home-featured-card:hover .home-featured-action{text-decoration:underline}.home-crop-grid{list-style:none;margin:0;padding:0;display:grid;gap:.875rem;grid-template-columns:1fr}@media(min-width:40rem){.home-crop-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.home-crop-grid{grid-template-columns:repeat(4,1fr)}}.home-crop-card{display:flex;flex-direction:column;gap:.375rem;height:100%;padding:1.125rem 1.25rem;background:var(--panel-white);border:1px solid var(--border);border-top-width:3px;border-radius:var(--radius-sm);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.home-crop-card:hover{box-shadow:var(--shadow-sm)}.home-crop-card:focus-visible{outline:2px solid var(--orchard-green);outline-offset:2px}.home-crop-card--apple{border-top-color:#b86b5e}.home-crop-card--pear{border-top-color:#9aab5a}.home-crop-card--peach{border-top-color:var(--peach)}.home-crop-card--cherry{border-top-color:#8b3a4a}.home-crop-name{font-size:1rem;font-weight:700;color:var(--canopy-green)}.home-crop-summary{font-size:.875rem;color:var(--text-muted);line-height:1.5}.home-recent-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:48rem){.home-recent-grid{grid-template-columns:repeat(2,1fr)}}.home-recent-card{height:100%;padding:1.125rem 1.25rem;background:var(--panel-white);border:1px solid var(--border);border-radius:var(--radius-sm)}.home-recent-meta{margin:0 0 .375rem;font-size:.8125rem;color:var(--text-muted)}.home-recent-kind{font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--leaf-green)}.home-recent-sep{margin:0 .35rem}.home-recent-title{margin:0 0 .375rem;font-size:1rem;font-weight:600;line-height:1.35}.home-recent-title a{text-decoration:none;color:var(--orchard-green)}.home-recent-title a:hover{text-decoration:underline}.home-recent-summary{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.home-recent-empty{margin:0;font-size:.9375rem;color:var(--text-muted);font-style:italic}.home-credibility{margin-top:.5rem;padding:1.5rem 0 0}.home-credibility-inner{padding:1.375rem 1.5rem;background:var(--sage);border:1px solid color-mix(in srgb,var(--leaf-green) 25%,var(--border));border-radius:var(--radius-sm)}.home-credibility-heading{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--canopy-green)}.home-credibility-text{margin:0;max-width:42rem;font-size:.9375rem;color:var(--text);line-height:1.6}.home-credibility-links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:.875rem}.home-credibility-links a{font-size:.875rem;font-weight:600;text-decoration:none}.home-credibility-links a:hover{text-decoration:underline}
