:root{--cream:#f7f3e8;--paper:#fffdf7;--green:#234f35;--green-2:#3f7650;--sage:#a8bfa9;--gold:#d6a64f;--ink:#263129;--muted:#667067;--line:rgba(35,79,53,.14);--shadow:0 20px 50px rgba(35,79,53,.12);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.topbar{background:var(--green);color:#fff;text-align:center;padding:9px 20px;font-size:14px;letter-spacing:.01em}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(16px);background:rgb(247 243 232 / .88);border-bottom:1px solid var(--line)}.nav-wrap{width:min(1180px, calc(100% - 36px));margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--green);min-width:240px}.brand-mark{width:42px;height:42px;border-radius:50% 50% 45% 55%;background:radial-gradient(circle at 30% 30%,#cde0b8 0 20%,transparent 21%),linear-gradient(145deg,var(--green-2),var(--green));position:relative;box-shadow:inset 0 0 0 3px rgb(255 255 255 / .5)}.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:#fff;width:13px;height:22px;border-radius:100% 0 100% 0;opacity:.95}.brand-mark:before{transform:rotate(-35deg);left:9px;top:10px}.brand-mark:after{transform:rotate(145deg);right:8px;top:9px}.brand-text{line-height:1.05}.brand-text span{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-top:5px}nav{display:flex;align-items:center;gap:24px;font-weight:650;font-size:15px}nav a:hover{color:var(--green-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid #fff0;font-weight:750;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 25px rgb(35 79 53 / .18)}.btn-primary:hover{background:#183e29}.btn-secondary{background:rgb(255 255 255 / .55);border-color:var(--line);color:var(--green)}.hero{width:min(1240px, calc(100% - 24px));margin:20px auto 0;border-radius:34px;overflow:hidden;min-height:650px;position:relative;background:linear-gradient(90deg,rgb(18 48 31 / .94) 0%,rgb(18 48 31 / .78) 48%,rgb(18 48 31 / .20) 100%),radial-gradient(circle at 78% 25%,rgb(255 255 255 / .33) 0 3%,transparent 4%),linear-gradient(145deg,#80a46d 0%,#496f4d 48%,#b9c99d 100%);box-shadow:var(--shadow)}.hero:before,.hero:after{content:"";position:absolute;inset:auto;border-radius:45% 55% 50% 50%;filter:blur(.2px);opacity:.82}.hero:before{width:520px;height:520px;right:-40px;bottom:-120px;background:radial-gradient(circle at 38% 34%,#f5efe0 0 5%,transparent 6%),radial-gradient(circle at 54% 30%,#e8d7df 0 6%,transparent 7%),radial-gradient(circle at 61% 48%,#f2e2e4 0 6%,transparent 7%),radial-gradient(circle at 45% 54%,#d8b8c6 0 7%,transparent 8%),radial-gradient(circle at 64% 64%,#f7efea 0 6%,transparent 7%),radial-gradient(circle at 29% 66%,#e8ccd4 0 7%,transparent 8%),radial-gradient(circle at 50% 50%,#a9c08c 0 54%,#6d915c 55% 68%,transparent 69%);box-shadow:-30px -20px 100px rgb(255 255 255 / .14);transform:rotate(-8deg)}.hero:after{width:280px;height:390px;right:250px;top:70px;background:linear-gradient(25deg,transparent 0 35%,rgb(255 255 255 / .18) 36% 39%,transparent 40%),radial-gradient(ellipse at 55% 30%,#759866 0 23%,transparent 24%),radial-gradient(ellipse at 40% 58%,#5d8258 0 28%,transparent 29%),radial-gradient(ellipse at 60% 76%,#8ca77a 0 22%,transparent 23%);transform:rotate(12deg)}.hero-content{position:relative;z-index:2;width:min(1180px, calc(100% - 44px));margin:0 auto;padding:94px 0 85px;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .22);font-size:13px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}h1{font-family:Georgia,"Times New Roman",serif;font-weight:700;font-size:clamp(48px, 7vw, 88px);line-height:.98;max-width:780px;margin:26px 0 24px;letter-spacing:-.04em}.hero p{max-width:640px;color:rgb(255 255 255 / .86);font-size:clamp(18px, 2vw, 22px);margin:0 0 34px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero .btn-secondary{color:#fff;border-color:rgb(255 255 255 / .25);background:rgb(255 255 255 / .08)}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:68px;max-width:780px}.trust-item{padding:16px 18px;border-left:1px solid rgb(255 255 255 / .25)}.trust-item strong{display:block;font-size:22px}.trust-item span{color:rgb(255 255 255 / .7);font-size:14px}.section{width:min(1180px, calc(100% - 36px));margin:0 auto;padding:96px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.kicker{color:var(--green-2);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:13px}h2{font-family:Georgia,"Times New Roman",serif;color:var(--green);font-size:clamp(38px, 5vw, 60px);line-height:1.02;margin:8px 0 0;max-width:720px;letter-spacing:-.03em}.section-head p{max-width:430px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 32px rgb(35 79 53 / .06);transition:transform .22s ease,box-shadow .22s ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#e7efe1;font-size:26px}.card h3{color:var(--green);font-size:23px;margin:22px 0 8px}.card p{color:var(--muted);margin:0}.card-link{margin-top:24px;color:var(--green-2);font-weight:800}.feature{background:var(--green);color:#fff;border-radius:34px;padding:38px;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:stretch;box-shadow:var(--shadow)}.feature-copy{padding:40px 30px}.feature h2{color:#fff}.feature p{color:rgb(255 255 255 / .75);font-size:18px;max-width:560px}.feature-list{display:grid;gap:14px;margin:28px 0 34px}.feature-list div{display:flex;gap:12px;align-items:center}.check{width:26px;height:26px;border-radius:50%;background:rgb(255 255 255 / .14);display:grid;place-items:center}.directory-demo{background:var(--cream);border-radius:26px;padding:24px;color:var(--ink);display:flex;flex-direction:column;gap:15px}.search-box{background:#fff;padding:16px 18px;border-radius:18px;border:1px solid var(--line);display:flex;gap:12px}.search-box input{border:0;outline:0;width:100%;background:#fff0}.filter-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fake-select{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:14px 15px;color:var(--muted)}.plant-result{background:#fff;border-radius:18px;padding:16px;display:grid;grid-template-columns:70px 1fr;gap:15px;align-items:center}.plant-thumb{height:70px;border-radius:15px;background:radial-gradient(circle at 45% 38%,#f4f1ec 0 8%,transparent 9%),radial-gradient(circle at 58% 52%,#e7d7e8 0 10%,transparent 11%),radial-gradient(circle at 38% 58%,#dbc3db 0 12%,transparent 13%),#7f9f69}.plant-result strong{color:var(--green)}.plant-result small{display:block;color:var(--muted);margin-top:4px}.newsletter{background:linear-gradient(135deg,#f0e5c8,#e7efe1);border:1px solid var(--line);border-radius:34px;padding:54px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.newsletter h2{font-size:clamp(34px, 4vw, 52px)}.newsletter p{color:var(--muted);max-width:650px}.newsletter-form{display:flex;gap:10px;background:rgb(255 255 255 / .65);padding:8px;border-radius:999px;border:1px solid var(--line);min-width:430px}.newsletter-form input{flex:1;border:0;outline:0;background:#fff0;padding:0 14px}footer{background:#173b27;color:#fff;margin-top:90px}.footer-inner{width:min(1180px, calc(100% - 36px));margin:0 auto;padding:58px 0 32px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:40px}footer h4{margin:0 0 14px}footer p,footer a{color:rgb(255 255 255 / .7)}footer a{display:block;margin:8px 0}.copyright{border-top:1px solid rgb(255 255 255 / .12);margin-top:35px;padding-top:20px;color:rgb(255 255 255 / .55);font-size:14px;display:flex;justify-content:space-between;gap:20px}.mobile-toggle{display:none;background:none;border:0;font-size:24px;color:var(--green)}@media (max-width:980px){nav{display:none}.mobile-toggle{display:block}.cards{grid-template-columns:repeat(2,1fr)}.feature{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr}.newsletter-form{min-width:0;width:100%}.footer-grid{grid-template-columns:1fr 1fr}.hero:before{right:-170px;opacity:.48}.hero:after{display:none}}@media (max-width:680px){.topbar{font-size:12px}.nav-wrap{min-height:66px}.brand{min-width:0;font-size:14px}.brand-text span{display:none}.hero{min-height:680px;border-radius:24px}.hero-content{padding:70px 0 48px}h1{font-size:52px}.hero p{font-size:18px}.trust-row{grid-template-columns:1fr;gap:8px;margin-top:45px}.trust-item{padding:9px 14px}.section{padding:68px 0}.section-head{display:block}.section-head p{margin-top:18px}.cards{grid-template-columns:1fr}.card{min-height:250px}.feature{padding:18px;border-radius:26px}.feature-copy{padding:26px 14px}.newsletter{padding:34px 24px}.newsletter-form{flex-direction:column;border-radius:20px}.newsletter-form input{min-height:46px}.footer-grid{grid-template-columns:1fr}.copyright{flex-direction:column}}.custom-logo-link{display:block;line-height:0}.custom-logo{width:auto!important;height:auto!important;max-width:360px!important;max-height:92px!important;object-fit:cover}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:20px}.brand-copy small{margin-top:5px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff0;color:var(--green);border-radius:999px;padding:10px 16px;font-weight:700}.main-nav{display:block}.main-nav .primary-menu{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.main-nav .primary-menu>li{margin:0;padding:0}.main-nav .primary-menu a{display:block;padding:12px 0;color:var(--ink);font-weight:650;white-space:nowrap}.main-nav .primary-menu a:hover{color:var(--green-2)}.main-nav .sub-menu{display:none!important}.hero.has-hero-image{background-image:linear-gradient(90deg,rgb(12 37 24 / .91),rgb(12 37 24 / .48),rgb(12 37 24 / .12)),var(--hero-image);background-size:cover;background-position:center}.hero h1{color:#fff!important}.hero .eyebrow{color:#fff}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.post-card{overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 30px rgb(35 79 53 / .07)}.post-card-media{aspect-ratio:16/9;background:#f1eee4;overflow:hidden;display:flex;align-items:center;justify-content:center}.post-card-media img{width:100%;height:100%;object-fit:cover;display:block}.post-card-body{padding:24px}.post-card h3{margin:0 0 12px;color:var(--green);font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.15}.post-card p{color:var(--muted);margin:0 0 18px}.plant-band{background:rgb(255 255 255 / .38)}.plant-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.plant-tile{min-height:240px;border-radius:22px;display:flex;align-items:flex-end;padding:24px;overflow:hidden;background:linear-gradient(145deg,#315f40,#78936e);color:#fff;box-shadow:0 12px 30px rgb(35 79 53 / .12)}.plant-tile:nth-child(2){background:linear-gradient(145deg,#44694f,#a1b78d)}.plant-tile:nth-child(3){background:linear-gradient(145deg,#555c47,#9b8d74)}.plant-tile:nth-child(4){background:linear-gradient(145deg,#6c5a39,#b78447)}.plant-tile span{font-family:Georgia,"Times New Roman",serif;font-size:28px}.visit-section{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.visit-section>div>p{max-width:650px;color:var(--muted);font-size:18px}.visit-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:0 12px 30px rgb(35 79 53 / .08)}.visit-card strong{display:block;font-family:Georgia,"Times New Roman",serif;color:var(--green);font-size:30px;margin-bottom:12px}.subscribe-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:linear-gradient(135deg,#f0e5c8,#e7efe1);border:1px solid var(--line);border-radius:30px;padding:54px}.subscribe-section h2{margin-bottom:14px}.subscribe-section p{color:var(--muted)}.subscribe-placeholder{background:rgb(255 255 255 / .66);border:1px dashed rgb(35 79 53 / .35);border-radius:20px;padding:28px;display:grid;gap:8px}.subscribe-placeholder span{color:var(--muted)}@media (max-width:1100px){.custom-logo{max-width:280px!important;max-height:76px!important}.main-nav .primary-menu{gap:16px}.main-nav .primary-menu a{font-size:14px}}@media (max-width:900px){.nav-wrap{min-height:74px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:18px;right:18px;top:calc(100% + 8px);background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:14px 20px}.main-nav.is-open{display:block}.main-nav .primary-menu{display:grid;gap:0}.main-nav .primary-menu a{padding:12px 0;border-bottom:1px solid var(--line)}.main-nav .primary-menu li:last-child a{border-bottom:0}.post-grid{grid-template-columns:1fr 1fr}.plant-grid{grid-template-columns:1fr 1fr}.visit-section,.subscribe-section{grid-template-columns:1fr}}@media (max-width:620px){.custom-logo{max-width:220px!important;max-height:64px!important}.post-grid,.plant-grid{grid-template-columns:1fr}.subscribe-section{padding:34px 24px}}.hero:before,.hero:after{content:none!important;display:none!important}.hero.has-hero-image{background-image:linear-gradient(90deg,rgb(10 30 20 / .88) 0%,rgb(10 30 20 / .68) 43%,rgb(10 30 20 / .22) 76%,rgb(10 30 20 / .08) 100%),var(--hero-image);background-size:cover;background-position:center}.hero-content{position:relative;z-index:1;max-width:680px}.hero .eyebrow{max-width:560px}@media (max-width:760px){.hero.has-hero-image{background-image:linear-gradient(180deg,rgb(10 30 20 / .80) 0%,rgb(10 30 20 / .68) 60%,rgb(10 30 20 / .74) 100%),var(--hero-image);background-position:center}}.post-card-media img{width:100%;height:100%;object-fit:cover;object-position:center}.post-card>a{display:flex;flex-direction:column;height:100%}.post-card-body{display:flex;flex-direction:column;flex:1}.post-card .card-link{margin-top:auto}.post-card:nth-child(2) .post-card-media img,.post-card:nth-child(3) .post-card-media img{object-position:center top}.plant-tile{position:relative;isolation:isolate}.plant-tile.has-plant-image{background-image:linear-gradient(0deg,rgb(10 30 19 / .78),rgb(10 30 19 / .10) 72%),var(--plant-image);background-size:cover;background-position:center}.plant-tile.has-plant-image::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgb(12 38 24 / .62),transparent 65%)}.plant-tile span{position:relative;z-index:1;text-shadow:0 2px 12px rgb(0 0 0 / .35)}.site-footer{background:#173b27;color:#fff;margin-top:90px;overflow:hidden}.site-footer .footer-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:58px 0 28px}.site-footer .footer-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:64px}.site-footer h3{margin:0 0 16px;color:#fff}.site-footer p,.site-footer a{color:rgb(255 255 255 / .76)}.site-footer .footer-links{list-style:none;margin:0;padding:0}.site-footer .footer-links li{margin:0;padding:0}.site-footer .footer-links a{display:inline-block;margin:5px 0}.site-footer .footer-links a:hover{color:#fff}.site-footer .footer-bottom{border-top:1px solid rgb(255 255 255 / .14);margin-top:38px;padding-top:20px;color:rgb(255 255 255 / .58);font-size:14px}@media (max-width:980px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:680px){.site-footer .footer-inner{width:min(100% - 36px,1180px)}.site-footer .footer-grid{grid-template-columns:1fr;gap:28px}}.article-shell{width:min(1180px, calc(100% - 48px));margin:0 auto;padding:72px 0 0}.article-header{width:min(900px, 100%);margin:0 auto 38px;text-align:center}.article-header .eyebrow{background:#fff0;border:0;border-radius:0;padding:0;color:var(--green-2);font-size:13px;letter-spacing:.12em}.article-header h1{max-width:900px;margin:18px auto 0;color:var(--ink);font-size:clamp(42px, 4.4vw, 52px);line-height:1.02;letter-spacing:-.035em;text-wrap:balance}.article-deck{max-width:760px;margin:22px auto 0;color:var(--muted);font-size:clamp(18px, 2vw, 22px);line-height:1.55}.article-hero{width:100%;margin:0 auto 54px;overflow:hidden;border-radius:28px;background:#eee9dc;box-shadow:0 18px 42px rgb(35 79 53 / .10)}.article-hero img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block}.article-content{width:min(760px, 100%);margin:0 auto;font-size:18px;line-height:1.82}.article-content>:first-child{margin-top:0}.article-content p{margin:0 0 1.35em}.article-content h2,.article-content h3,.article-content h4{font-family:Georgia,"Times New Roman",serif;color:var(--green);line-height:1.18;letter-spacing:-.02em}.article-content h2{font-size:clamp(28px, 3vw, 34px);margin:1.55em 0 .5em}.article-content h3{font-size:clamp(22px, 2.4vw, 26px);margin:1.45em 0 .45em}.article-content img{border-radius:18px}.article-content .alignwide{width:min(1040px, calc(100vw - 48px));max-width:none;margin-left:50%;transform:translateX(-50%)}.article-content .alignfull{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}.article-content blockquote{margin:2em 0;padding:24px 28px;border-left:4px solid var(--green-2);background:rgb(255 255 255 / .52);border-radius:0 18px 18px 0}@media (max-width:680px){.article-shell{width:min(100% - 30px, 1180px);padding-top:46px}.article-header{text-align:left;margin-bottom:28px}.article-header h1{font-size:clamp(30px, 9vw, 36px);text-wrap:wrap}.article-deck{font-size:18px}.article-hero{border-radius:20px;margin-bottom:36px}.article-content{font-size:17px;line-height:1.75}}.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents){margin:2.2rem 0;padding:26px 28px;border:1px solid rgb(35 79 53 / .22)!important;border-radius:18px;background:rgb(255 255 255 / .62)!important;box-shadow:0 10px 26px rgb(35 79 53 / .06)}.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) h2,.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) h3,.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) .uagb-toc__title,.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) .ez-toc-title{margin:0 0 14px!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:22px!important;line-height:1.25!important;font-weight:700!important;color:var(--ink)!important;letter-spacing:0!important}.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) ul,.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) ol{margin:0!important;padding-left:1.2rem!important}.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) li{margin:7px 0!important;padding:0!important;line-height:1.45!important}.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) a{color:#375844!important;text-decoration-thickness:1px;text-underline-offset:3px}.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) a:hover{color:var(--green)!important}@media (max-width:680px){.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents){padding:20px 18px;border-radius:14px}.article-content :is(.wp-block-uagb-table-of-contents,.uagb-toc__wrap,.lwptoc,.ez-toc-container,.toc-container,.table-of-contents) li{margin:9px 0!important}}.article-content .wp-block-uagb-table-of-contents{margin:2.2rem 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.article-content .wp-block-uagb-table-of-contents>.uagb-toc__wrap{margin:0!important;padding:26px 28px!important;border:1px solid rgb(35 79 53 / .22)!important;border-radius:18px!important;background:rgb(255 255 255 / .62)!important;box-shadow:0 10px 26px rgb(35 79 53 / .06)!important}@media (max-width:680px){.article-content .wp-block-uagb-table-of-contents>.uagb-toc__wrap{padding:20px 18px!important;border-radius:14px!important}}.single-plant .article-header .eyebrow{display:none}.single-plant .plant-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:1.25rem 0 2.4rem}.single-plant .plant-fact-card{display:flex;flex-direction:column;gap:5px;min-height:92px;padding:18px 20px;border:1px solid rgb(35 79 53 / .14);border-radius:16px;background:rgb(255 255 255 / .48);box-shadow:0 8px 20px rgb(35 79 53 / .045)}.single-plant .plant-fact-label{font-size:13px;line-height:1.2;font-weight:750;letter-spacing:.075em;text-transform:uppercase;color:#52705c}.single-plant .plant-fact-value{font-size:18px;line-height:1.38;color:var(--ink)}@media (max-width:680px){.single-plant .plant-facts-grid{grid-template-columns:1fr;gap:10px}.single-plant .plant-fact-card{min-height:0;padding:16px 17px}}.single-plant .plant-fact-card--centered{grid-column:1 / -1;width:calc(50% - 7px);justify-self:center}@media (max-width:680px){.single-plant .plant-fact-card--centered{grid-column:auto;width:100%}}.opf-plant-card-image-wrap{display:block;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:18px 18px 0 0;margin:0}.opf-plant-card-image-wrap>a,.opf-plant-card-image-wrap figure,.opf-plant-card-image-wrap .uagb-image__figure{display:block;width:100%;height:100%;margin:0}.opf-plant-card-image{display:block!important;width:100%!important;height:100%!important;max-width:none!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important}.opf-view-plant-button,.opf-view-plant-button:visited{background:var(--green)!important;color:#fff!important}@media (max-width:700px){.opf-plant-card-image-wrap{aspect-ratio:16 / 10}}.opf-plant-card{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important}.opf-plant-card-image-wrap{aspect-ratio:16 / 10!important;border-radius:16px 16px 0 0}.opf-plant-card h2,.opf-plant-card h3,.opf-plant-card h4{min-height:2.5em;display:flex;align-items:center;justify-content:center;margin-bottom:12px!important}.opf-plant-card .opf-card-facts{min-height:7.2em}.opf-plant-card .opf-view-plant-button{margin-top:auto!important}@media (max-width:700px){.opf-plant-card-image-wrap{aspect-ratio:16 / 10!important}.opf-plant-card h2,.opf-plant-card h3,.opf-plant-card h4{min-height:0}}.opf-hydrangea-help .entry-content>.wp-block-uagb-container:first-of-type,.opf-hydrangea-help .entry-content>.wp-block-group:first-of-type{box-shadow:0 10px 28px rgb(35 79 53 / .08)!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4)){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;max-width:1080px!important;margin-left:auto!important;margin-right:auto!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4))>.wp-block-uagb-container{width:auto!important;min-width:0!important;min-height:0!important;height:100%!important;padding:28px 24px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;border-radius:18px!important;box-shadow:0 8px 22px rgb(35 79 53 / .07)!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4))>.wp-block-uagb-container :is(h2,h3,h4){font-size:clamp(1.55rem, 2vw, 2rem)!important;line-height:1.08!important;margin:0 0 14px!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4))>.wp-block-uagb-container p{font-size:1.05rem!important;line-height:1.65!important;margin:0 0 18px!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4))>.wp-block-uagb-container :is(.wp-block-button,.uagb-buttons__wrap,.wp-block-buttons){margin-top:auto!important;padding-top:8px!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4))>.wp-block-uagb-container :is(.wp-block-button__link,.uagb-button__link){min-height:48px!important;padding:12px 22px!important;line-height:1.2!important;border-radius:999px!important}@media (max-width:900px){.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}}@media (max-width:620px){.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4)){grid-template-columns:1fr!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-uagb-container:nth-child(4))>.wp-block-uagb-container{padding:22px 20px!important}}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:2rem!important;align-items:stretch}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns)>:not(.wp-block-columns){grid-column:1 / -1}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns)>.wp-block-columns{display:contents!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns)>.wp-block-columns>.wp-block-column{width:auto!important;flex-basis:auto!important;min-width:0!important;margin:0!important;padding:2rem 1.5rem!important;display:flex!important;flex-direction:column!important;height:100%!important;background:#fffdf8;border-radius:16px;box-shadow:0 10px 28px rgb(29 69 46 / .08)}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns)>.wp-block-columns>.wp-block-column h3{font-size:clamp(1.55rem, 2vw, 2rem)!important;line-height:1.12!important;margin:0 0 1rem!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns)>.wp-block-columns>.wp-block-column p{font-size:1.05rem!important;line-height:1.65!important;margin:0 0 1.25rem!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns)>.wp-block-columns>.wp-block-column .wp-block-buttons{margin-top:auto!important}.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns)>.wp-block-columns>.wp-block-column .wp-block-button__link{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem!important}@media (max-width:960px){.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns){grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.opf-hydrangea-help .entry-content .wp-block-uagb-container:has(>.wp-block-columns){grid-template-columns:1fr!important;gap:1.25rem!important}}.opf-hydrangea-help .entry-content .wp-block-columns{gap:1.6rem!important;align-items:stretch!important;margin-block:0 1.6rem!important}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column{position:relative;overflow:hidden;box-sizing:border-box;min-width:0;padding:2rem 1.65rem 1.55rem!important;display:flex!important;flex-direction:column!important;justify-content:flex-start;background:#fffdf8!important;border:1px solid rgb(47 107 63 / .14)!important;border-radius:18px!important;box-shadow:0 8px 24px rgb(31 65 42 / .08)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:#2f6b3f;opacity:.9}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column:hover{transform:translateY(-3px);border-color:rgb(47 107 63 / .28)!important;box-shadow:0 14px 34px rgb(31 65 42 / .12)!important}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column h3{margin:.15rem 0 1rem!important;font-size:clamp(1.45rem, 1.7vw, 1.85rem)!important;line-height:1.15!important;text-align:center;text-wrap:balance}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column p{max-width:32ch;margin:0 auto 1.35rem!important;font-size:1rem!important;line-height:1.6!important;text-align:center}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column .wp-block-buttons{width:100%;margin:auto 0 0!important;justify-content:center}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column .wp-block-button{width:100%;max-width:230px}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column .wp-block-button__link{width:100%;min-height:50px;padding:.75rem 1.1rem!important;border-radius:999px!important;font-size:1rem!important;font-weight:700;line-height:1.2;box-shadow:none!important}@media (max-width:781px){.opf-hydrangea-help .entry-content .wp-block-columns{gap:1.25rem!important}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column{padding:1.75rem 1.35rem 1.35rem!important}}@media (prefers-reduced-motion:reduce){.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column{transition:none}.opf-hydrangea-help .entry-content .wp-block-columns>.wp-block-column:hover{transform:none}}.hydrangea-help-cards.wp-block-columns{gap:1.5rem!important;align-items:stretch!important;margin:0 auto 1.5rem!important}.hydrangea-help-cards.wp-block-columns>.wp-block-column{position:relative!important;overflow:hidden!important;box-sizing:border-box!important;min-width:0!important;padding:2rem 1.5rem 1.5rem!important;display:flex!important;flex-direction:column!important;background:#fffdf8!important;border:1px solid rgb(47 107 63 / .16)!important;border-radius:18px!important;box-shadow:0 8px 24px rgb(31 65 42 / .09)!important}.hydrangea-help-cards.wp-block-columns>.wp-block-column::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:#2f6b3f}.hydrangea-help-cards.wp-block-columns>.wp-block-column h3{margin:.15rem 0 1rem!important;font-size:clamp(1.45rem, 1.7vw, 1.85rem)!important;line-height:1.15!important;text-align:center!important}.hydrangea-help-cards.wp-block-columns>.wp-block-column p{margin:0 auto 1.25rem!important;font-size:1rem!important;line-height:1.55!important;text-align:center!important}.hydrangea-help-cards.wp-block-columns>.wp-block-column .wp-block-buttons{margin-top:auto!important;justify-content:center!important;width:100%!important}.hydrangea-help-cards.wp-block-columns>.wp-block-column .wp-block-button{width:100%!important;max-width:230px!important}.hydrangea-help-cards.wp-block-columns>.wp-block-column .wp-block-button__link{width:100%!important;min-height:50px!important;padding:.75rem 1.1rem!important;border-radius:999px!important;font-weight:700!important}@media (max-width:781px){.hydrangea-help-cards.wp-block-columns{gap:1.15rem!important}.hydrangea-help-cards.wp-block-columns>.wp-block-column{padding:1.65rem 1.25rem 1.25rem!important}}.entry-content .wp-block-jetpack-contact-form,.entry-content .contact-form,.entry-content form.contact-form,.entry-content .wp-block-jetpack-contact-form-container{width:min(100%, 830px);margin-left:auto;margin-right:auto}.entry-content .wp-block-jetpack-contact-form .grunion-field-wrap,.entry-content .contact-form .grunion-field-wrap,.entry-content .wp-block-jetpack-contact-form .wp-block-jetpack-field,.entry-content .contact-form>div{margin-bottom:18px}.entry-content .wp-block-jetpack-contact-form label,.entry-content .contact-form label,.entry-content .grunion-field-label{display:block;margin:0 0 7px;color:var(--ink);font-size:17px;line-height:1.35;font-weight:700}.entry-content .wp-block-jetpack-contact-form label span,.entry-content .contact-form label span,.entry-content .grunion-label-required{font-size:.8em;font-weight:500;color:var(--muted)}.entry-content .wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.entry-content .wp-block-jetpack-contact-form select,.entry-content .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.entry-content .contact-form select,.entry-content .grunion-field-wrap input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.entry-content .grunion-field-wrap select{width:100%;min-height:52px;padding:11px 14px;border:1px solid #b9c2b7;border-radius:10px;background:#fff;color:var(--ink);font:inherit;box-shadow:none}.entry-content .wp-block-jetpack-contact-form textarea,.entry-content .contact-form textarea,.entry-content .grunion-field-wrap textarea{width:100%;min-height:170px;padding:12px 14px;border:1px solid #b9c2b7;border-radius:10px;background:#fff;color:var(--ink);font:inherit;resize:vertical;box-shadow:none}.entry-content .wp-block-jetpack-contact-form input:focus,.entry-content .wp-block-jetpack-contact-form select:focus,.entry-content .wp-block-jetpack-contact-form textarea:focus,.entry-content .contact-form input:focus,.entry-content .contact-form select:focus,.entry-content .contact-form textarea:focus{outline:3px solid rgb(47 107 63 / .16);border-color:var(--green-2)}.entry-content .wp-block-jetpack-contact-form .wp-block-button,.entry-content .contact-form .contact-submit,.entry-content .contact-form p.contact-submit{margin-top:22px}.entry-content .wp-block-jetpack-contact-form button[type="submit"],.entry-content .wp-block-jetpack-contact-form input[type="submit"],.entry-content .contact-form button[type="submit"],.entry-content .contact-form input[type="submit"],.entry-content .grunion-field-wrap+.wp-block-button .wp-block-button__link{min-height:50px;padding:12px 24px;border:0;border-radius:999px;background:var(--green);color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgb(20 63 43 / .14)}.entry-content .wp-block-jetpack-contact-form button[type="submit"]:hover,.entry-content .wp-block-jetpack-contact-form input[type="submit"]:hover,.entry-content .contact-form button[type="submit"]:hover,.entry-content .contact-form input[type="submit"]:hover{background:var(--green-2)}.entry-content .wp-block-jetpack-contact-form .contact-form__inset-label-wrap,.entry-content .contact-form .contact-form__inset-label-wrap{border-radius:10px}@media (max-width:640px){.entry-content .wp-block-jetpack-contact-form,.entry-content .contact-form,.entry-content form.contact-form{width:100%}.entry-content .wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.entry-content .wp-block-jetpack-contact-form select,.entry-content .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.entry-content .contact-form select{min-height:48px}.entry-content .wp-block-jetpack-contact-form textarea,.entry-content .contact-form textarea{min-height:145px}}.entry-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button),.page-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button),.post-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button){color:var(--green-2);text-decoration-color:currentColor;text-decoration-thickness:1px;text-underline-offset:3px}.entry-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):hover,.entry-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):focus,.page-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):hover,.page-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):focus,.post-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):hover,.post-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):focus{color:var(--green)}.entry-content .wp-block-button__link,.entry-content .uagb-button__link,.page-content .wp-block-button__link,.page-content .uagb-button__link,.post-content .wp-block-button__link,.post-content .uagb-button__link{background:var(--green)!important;color:#fff!important;border-color:var(--green)!important}.entry-content .wp-block-button__link:hover,.entry-content .wp-block-button__link:focus,.entry-content .uagb-button__link:hover,.entry-content .uagb-button__link:focus,.page-content .wp-block-button__link:hover,.page-content .wp-block-button__link:focus,.page-content .uagb-button__link:hover,.page-content .uagb-button__link:focus,.post-content .wp-block-button__link:hover,.post-content .wp-block-button__link:focus,.post-content .uagb-button__link:hover,.post-content .uagb-button__link:focus{background:var(--green-2)!important;border-color:var(--green-2)!important;color:#fff!important}@media (max-width:760px){body.single-plant,body.single-plant .site-main,body.single-plant .article-shell,body.single-plant .article-content,body.single-plant .plant-details-box{max-width:100%;overflow-x:hidden}body.single-plant .article-shell{width:min(100% - 28px, 760px);margin-inline:auto}body.single-plant .article-header h1{font-size:clamp(2rem, 9vw, 2.65rem);line-height:1.08;overflow-wrap:anywhere}body.single-plant .article-hero,body.single-plant .article-hero img{width:100%;max-width:100%}body.single-plant .plant-facts-grid,body.single-plant .plant-details-box .plant-facts-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:1.1rem 0 1.8rem!important}body.single-plant .plant-fact-card,body.single-plant .plant-details-box .plant-fact-card,body.single-plant .plant-fact-card--centered{grid-column:1!important;justify-self:stretch!important;width:100%!important;min-width:0!important;min-height:0!important;margin:0!important;padding:15px 16px!important;box-sizing:border-box!important}body.single-plant .plant-fact-label,body.single-plant .plant-fact-value{max-width:100%;overflow-wrap:anywhere;word-break:normal}body.single-plant .plant-fact-value{font-size:17px;line-height:1.35}body.single-plant .plant-details-box h2,body.single-plant .plant-details-box h3,body.single-plant .plant-details-box p{max-width:100%}}:root{--button-cream:#f7f3e8}button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button),input[type="button"],input[type="submit"],input[type="reset"],.btn,a.btn,.button,a.button,.wp-element-button,.wp-block-button__link,.uagb-button__link,.jetpack-submit-button,.contact-form .wp-block-button__link,.contact-form button,.contact-form input[type="submit"],.wp-block-jetpack-contact-form button,.wp-block-jetpack-contact-form input[type="submit"]{background-color:var(--green)!important;color:var(--button-cream)!important;border-color:var(--green)!important;text-decoration:none!important}button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):hover,button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):focus-visible,input[type="button"]:hover,input[type="button"]:focus-visible,input[type="submit"]:hover,input[type="submit"]:focus-visible,input[type="reset"]:hover,input[type="reset"]:focus-visible,.btn:hover,.btn:focus-visible,a.btn:hover,a.btn:focus-visible,.button:hover,.button:focus-visible,a.button:hover,a.button:focus-visible,.wp-element-button:hover,.wp-element-button:focus-visible,.wp-block-button__link:hover,.wp-block-button__link:focus-visible,.uagb-button__link:hover,.uagb-button__link:focus-visible,.jetpack-submit-button:hover,.jetpack-submit-button:focus-visible,.contact-form button:hover,.contact-form button:focus-visible,.contact-form input[type="submit"]:hover,.contact-form input[type="submit"]:focus-visible,.wp-block-jetpack-contact-form button:hover,.wp-block-jetpack-contact-form button:focus-visible,.wp-block-jetpack-contact-form input[type="submit"]:hover,.wp-block-jetpack-contact-form input[type="submit"]:focus-visible{background-color:var(--green-2)!important;color:var(--button-cream)!important;border-color:var(--green-2)!important}.wp-block-button__link *,.uagb-button__link *,.btn *,.button *,button[type="submit"] *{color:inherit!important}@media (max-width:700px){.wp-block-columns:has(.opf-plant-card),.wp-block-columns:has(.opf-plant-card)>.wp-block-column,.wp-block-column:has(.opf-plant-card),.wp-block-uagb-container:has(.opf-plant-card),.wp-block-uagb-container:has(.opf-plant-card)>.uagb-container-inner-blocks-wrap{height:auto!important;min-height:0!important;align-self:flex-start!important}.opf-plant-card{height:auto!important;min-height:0!important;align-self:flex-start!important;padding-bottom:24px!important}.opf-plant-card h2,.opf-plant-card h3,.opf-plant-card h4,.opf-plant-card .opf-card-facts{min-height:0!important}.opf-plant-card .opf-view-plant-button,.opf-plant-card .wp-block-buttons,.opf-plant-card .wp-block-button,.opf-plant-card .uagb-buttons__wrap,.opf-plant-card .uagb-button__wrapper{margin-top:28px!important}.opf-plant-card-image-wrap{aspect-ratio:16 / 10!important}}@media (max-width:700px){.opf-plants-we-grow .article-content{overflow:visible!important}.opf-plants-we-grow .article-content>.wp-block-uagb-container,.opf-plants-we-grow .article-content>.wp-block-uagb-container>.uagb-container-inner-blocks-wrap,.opf-plants-we-grow .article-content .opf-plant-card,.opf-plants-we-grow .article-content .opf-plant-card>.uagb-container-inner-blocks-wrap{height:auto!important;min-height:0!important;max-height:none!important}.opf-plants-we-grow .article-content>.wp-block-uagb-container,.opf-plants-we-grow .article-content .opf-plant-card{align-self:auto!important}.opf-plants-we-grow .article-content>.wp-block-uagb-container>.uagb-container-inner-blocks-wrap,.opf-plants-we-grow .article-content .opf-plant-card>.uagb-container-inner-blocks-wrap{justify-content:flex-start!important;align-content:flex-start!important;gap:18px!important;padding-bottom:24px!important}.opf-plants-we-grow .opf-plant-card h2,.opf-plants-we-grow .opf-plant-card h3,.opf-plants-we-grow .opf-plant-card h4,.opf-plants-we-grow .opf-plant-card .opf-card-facts{min-height:0!important;height:auto!important;margin-bottom:0!important}.opf-plants-we-grow .opf-plant-card .opf-view-plant-button,.opf-plants-we-grow .opf-plant-card .wp-block-buttons,.opf-plants-we-grow .opf-plant-card .wp-block-button,.opf-plants-we-grow .opf-plant-card .uagb-buttons__wrap,.opf-plants-we-grow .opf-plant-card .uagb-button__wrapper{margin-top:14px!important}}@media (max-width:700px){body.opf-plants-we-grow .article-content .opf-plant-card,body.opf-plants-we-grow .article-content .opf-plant-card>.uagb-container-inner-blocks-wrap,body.opf-plants-we-grow .article-content .opf-plant-card>.wp-block-group__inner-container,body.opf-plants-we-grow .article-content .opf-plant-card>div{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;flex:0 0 auto!important}body.opf-plants-we-grow .article-content .opf-plant-card{padding-bottom:26px!important}body.opf-plants-we-grow .article-content .opf-plant-card .opf-plant-card-image-wrap{margin-bottom:24px!important}body.opf-plants-we-grow .article-content .opf-plant-card h2,body.opf-plants-we-grow .article-content .opf-plant-card h3,body.opf-plants-we-grow .article-content .opf-plant-card h4{margin:0 20px 20px!important}body.opf-plants-we-grow .article-content .opf-plant-card .opf-card-facts{margin:0 20px!important}body.opf-plants-we-grow .article-content .opf-plant-card .opf-view-plant-button,body.opf-plants-we-grow .article-content .opf-plant-card .wp-block-buttons,body.opf-plants-we-grow .article-content .opf-plant-card .wp-block-button,body.opf-plants-we-grow .article-content .opf-plant-card .uagb-buttons__wrap,body.opf-plants-we-grow .article-content .opf-plant-card .uagb-button__wrapper{display:flex!important;justify-content:center!important;margin:24px 20px 0!important;position:static!important;inset:auto!important;transform:none!important}}.archive-header .eyebrow,.post-meta,.entry-date,.posted-on,.wp-block-post-date,time.entry-date,.jp-relatedposts-post-date{display:none!important}.home.blog .archive-header h1,.blog .archive-header h1{font-size:clamp(40px, 5vw, 64px)!important;line-height:1.02!important;margin-bottom:34px!important}.post-card h2{margin:0 0 14px!important;color:var(--green)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:34px!important;line-height:1.08!important;overflow-wrap:anywhere}@media (max-width:980px){.post-card h2{font-size:29px!important}}@media (max-width:680px){.post-card h2{font-size:25px!important;line-height:1.12!important}.home.blog .archive-header h1,.blog .archive-header h1{font-size:40px!important}}.article-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button),.entry-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button),.page-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button),.post-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button){color:var(--green-2)!important;font-weight:700!important;text-decoration-color:currentColor!important;text-decoration-thickness:1px;text-underline-offset:3px}.article-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):hover,.article-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):focus-visible,.entry-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):hover,.entry-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):focus-visible,.page-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):hover,.page-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):focus-visible,.post-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):hover,.post-content a:not(.wp-block-button__link):not(.uagb-button__link):not(.btn):not(.button):focus-visible{color:var(--green)!important}@media (min-width:761px){body.single-post .article-shell{padding-top:118px!important}body.single-post .article-header{margin-bottom:34px!important}body.single-post .article-hero{width:min(1040px, 100%)!important;max-height:590px!important;margin:0 auto 48px!important}body.single-post .article-hero img{width:100%!important;height:min(56.25vw, 590px)!important;max-height:590px!important;aspect-ratio:16 / 9!important;object-fit:cover!important;object-position:center!important}}@media (max-width:760px){body.single-post .article-shell{padding-top:46px!important}body.single-post .article-hero,body.single-post .article-hero img{width:100%!important;height:auto!important;max-height:none!important}}@media (min-width:761px){body.single-post .article-hero{max-height:none!important;overflow:visible!important}body.single-post .article-hero img{height:auto!important;max-height:590px!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top!important}}@media (min-width:761px){body.single-post .article-hero{width:100%!important;max-width:1180px!important}body.single-post .article-hero img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center top!important}}@media (max-width:760px){body.single-post .article-shell{width:calc(100% - 32px)!important;padding-top:38px!important}body.single-post .article-header{margin-bottom:24px!important}body.single-post .article-header h1{font-size:clamp(30px, 8.2vw, 34px)!important;line-height:1.06!important;letter-spacing:-0.025em!important;text-wrap:balance!important}body.single-post .article-hero{width:100%!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:18px!important;margin-bottom:32px!important}body.single-post .article-hero img{width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top!important}body.single-post .article-content{font-size:17px!important;line-height:1.72!important}body.single-post .article-content h2{font-size:28px!important;line-height:1.12!important;margin-top:1.35em!important}}.subscribe-widget-area{min-width:0}.homepage-newsletter-widget,.subscribe-widget-area .wp-block-jetpack-subscriptions,.subscribe-widget-area .wp-block-jetpack-subscriptions__container,.subscribe-widget-area form{width:100%;margin:0}.homepage-newsletter-widget{background:rgb(255 255 255 / .72);border:1px solid rgb(35 79 53 / .18);border-radius:20px;padding:28px;box-shadow:0 12px 28px rgb(35 79 53 / .08)}.homepage-newsletter-widget-title{margin:0 0 14px;color:var(--green);font-size:1.35rem}.subscribe-widget-area input[type="email"],.subscribe-widget-area input[type="text"]{width:100%;min-height:48px;border:1px solid rgb(35 79 53 / .28);border-radius:999px;padding:10px 18px;background:#fffdf7;color:var(--ink)}.subscribe-widget-area button,.subscribe-widget-area input[type="submit"],.subscribe-widget-area .wp-block-button__link{min-height:48px;border:0;border-radius:999px;padding:11px 24px;background:var(--green);color:var(--cream)!important;font-weight:700;cursor:pointer}.subscribe-widget-area button:hover,.subscribe-widget-area input[type="submit"]:hover,.subscribe-widget-area .wp-block-button__link:hover{background:#1f4f2d}.subscribe-widget-area .wp-block-jetpack-subscriptions__form-elements,.subscribe-widget-area .wp-block-jetpack-subscriptions__container{gap:12px}.subscribe-widget-area p:last-child{margin-bottom:0}@media (max-width:720px){.homepage-newsletter-widget{padding:22px 18px}.subscribe-widget-area .wp-block-jetpack-subscriptions__form-elements{display:grid;grid-template-columns:1fr}.subscribe-widget-area button,.subscribe-widget-area input[type="submit"]{width:100%}}.opf-scoped-search{display:flex;align-items:stretch;gap:.7rem;width:min(760px, 100%);margin:1.25rem auto 2.2rem}.opf-scoped-search input[type="search"]{flex:1 1 auto;min-width:0;height:52px;padding:0 1rem;border:1px solid rgb(47 107 63 / .32);border-radius:999px;background:#fff;color:#26352b;font:inherit;box-shadow:none}.opf-scoped-search input[type="search"]:focus{outline:3px solid rgb(47 107 63 / .18);outline-offset:2px;border-color:#2f6b3f}.opf-scoped-search button{min-width:118px;height:52px;padding:0 1.25rem;border:0;border-radius:999px;background:#2f6b3f;color:#f7f3e8;font:inherit;font-weight:700;cursor:pointer}.opf-scoped-search button:hover,.opf-scoped-search button:focus{background:#1f4f2d;color:#f7f3e8}.opf-search-clear{width:min(760px, 100%);margin:-1.35rem auto 2rem;text-align:center}.opf-search-clear a{color:#2f6b3f;font-weight:700}.opf-no-results{grid-column:1 / -1;text-align:center;padding:2.5rem 1rem}@media (max-width:640px){.opf-scoped-search{display:grid;gap:.65rem;margin:1rem auto 1.75rem}.opf-scoped-search input[type="search"],.opf-scoped-search button{width:100%}}.hero{isolation:isolate;background:#234f35}.hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(10 30 20 / .88) 0%,rgb(10 30 20 / .68) 43%,rgb(10 30 20 / .22) 76%,rgb(10 30 20 / .08) 100%);pointer-events:none}.hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero.has-hero-image{background-image:none!important}.hero-content{position:relative;z-index:1}@media (max-width:760px){.hero-media::after{background:linear-gradient(180deg,rgb(10 30 20 / .80) 0%,rgb(10 30 20 / .68) 60%,rgb(10 30 20 / .74) 100%)}}.latest-section .section-head h2{font-size:clamp(38px, 4.4vw, 54px);line-height:1.04}@media (max-width:900px){.latest-section .section-head h2{font-size:46px}}@media (max-width:680px){.latest-section .section-head h2{font-size:38px}}.archive-section{padding-bottom:20px}.archive-pagination{margin-top:34px}.archive-pagination .nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:12px}body.blog .site-footer,body.archive .site-footer{margin-top:40px}@media (max-width:680px){.archive-section{padding-bottom:10px}.archive-pagination{margin-top:26px}body.blog .site-footer,body.archive .site-footer{margin-top:24px}}@media (max-width:680px){body.blog{min-height:0!important}body.blog .blog-archive-section,body.blog section.blog-archive-section,body.blog main,body.blog .site-main{height:auto!important;min-height:0!important;padding-bottom:0!important;margin-bottom:0!important}body.blog .blog-archive-pagination,body.blog .navigation.pagination{margin-bottom:0!important;padding-bottom:0!important}body.blog footer,body.blog .site-footer{margin-top:0!important}@media (max-width:980px){body.blog .navigation.pagination,body.archive .navigation.pagination{display:block!important}body.blog .navigation.pagination .nav-links,body.archive .navigation.pagination .nav-links{display:flex!important;flex-wrap:wrap;align-items:center;gap:12px}}