@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--ink:#183c2c;--paper:#fffefb;--muted:#647166;--line:#dce3dc;--green:#204d36;--wash:#f0f4ed;--lime:#dfed90;--orange:#d05e30;--serif:'DM Serif Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--sans)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}button{cursor:pointer}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.1}h1{font-size:clamp(2.6rem,4.5vw,4.5rem);letter-spacing:-.035em;margin-bottom:22px}h2{font-size:2.4rem;letter-spacing:-.025em}h3{font-size:1.25rem;line-height:1.3}p{max-width:68ch}.wrap{width:min(1240px,calc(100% - 72px));margin:auto}.topbar{border-bottom:1px solid var(--line)}header{height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font-family:var(--serif);font-size:2rem;letter-spacing:-.08em;white-space:nowrap}.logo span{font-family:var(--sans);font-size:1rem;letter-spacing:0;color:var(--orange);vertical-align:top;margin-left:5px}.nav{display:flex;gap:32px;align-items:center;font-size:14px;font-weight:600}.nav a:hover,.textlink:hover{text-decoration:underline;text-underline-offset:5px}.nav .pill-link{background:var(--green);color:white;border-radius:30px;padding:12px 22px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.14em;font-weight:700;color:var(--muted);margin:0 0 20px}.intro{padding:58px 0 32px;max-width:800px}.intro p{color:var(--muted);font-size:18px;margin-bottom:26px}.search{display:flex;align-items:center;background:white;border:1px solid #b1bfb2;border-radius:8px;overflow:hidden;max-width:670px;box-shadow:0 4px 0 #183c2c05}.search svg{margin-left:18px;flex:none}.search input{padding:17px 14px;border:0;outline:0;min-width:0;flex:1;color:var(--ink);background:transparent}.search button{border:0;background:var(--green);color:white;padding:17px 24px}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin:38px 0 20px}.section-head h2{margin:0;font-size:2rem}.textlink{font-size:14px;font-weight:600}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.filter{border:1px solid var(--line);border-radius:30px;padding:9px 20px;font-size:14px;background:transparent;color:var(--ink)}.filter[aria-pressed=true],.filter.active{color:white;background:var(--green);border-color:var(--green)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 22px}.plant-card{display:block;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white;transition:transform .18s,box-shadow .18s}.plant-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #183c2c0b}.plant-card .photo{height:205px;overflow:hidden;background:#e7ede1;position:relative}.plant-card img{height:100%;transition:transform .3s}.plant-card:hover img{transform:scale(1.035)}.plant-card .body{padding:19px 20px}.plant-card h3{margin:0 0 5px;font-family:var(--serif);font-weight:400;font-size:1.5rem}.plant-card p{color:var(--muted);font-size:14px;margin:0}.card-meta{display:flex;justify-content:space-between;gap:8px;border-top:1px solid var(--line);margin-top:15px;padding-top:13px;font-size:12px;color:var(--muted)}.photo .badge{position:absolute;left:12px;top:12px;background:var(--paper);padding:4px 10px;border-radius:20px;font-size:12px;color:var(--ink)}.start-banner{display:grid;grid-template-columns:1.2fr 1fr;gap:45px;align-items:center;margin:60px 0;padding:40px;background:var(--green);color:white;border-radius:12px}.start-banner h2{margin-bottom:16px}.start-banner p{color:#d9e4d6;margin-bottom:0}.start-links{display:grid;gap:10px}.start-links a{padding:13px 18px;border:1px solid #ffffff55;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.start-links a:hover{background:#ffffff10}footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted);font-size:14px}.footer-row{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}.footer-links{display:flex;gap:24px}.skip{position:absolute;top:-80px;padding:12px;background:white;z-index:20}.skip:focus{top:0}.count{font-size:14px;color:var(--muted)}[hidden]{display:none!important}.empty{padding:45px;background:var(--wash);border-radius:12px}.mobile-nav{display:none}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.nav{gap:18px}.nav .pill-link{display:none}.start-banner{grid-template-columns:1fr;gap:25px}.intro{padding-top:38px}}@media(max-width:580px){.wrap{width:calc(100% - 36px)}header{height:78px}.logo{font-size:1.7rem}.nav{font-size:13px;gap:16px}.nav a:last-child{display:none}h1{font-size:2.7rem}.intro p{font-size:16px}.search button{padding:17px 18px}.grid{gap:20px 12px}.plant-card .photo{height:165px}.plant-card .body{padding:14px}.plant-card h3{font-size:1.28rem}.card-meta{font-size:12px;flex-wrap:wrap}.filters{gap:7px}.filter{padding:8px 13px}.start-banner{padding:28px 23px;margin:40px 0}.section-head{margin-top:28px}.section-head h2{font-size:1.8rem}.footer-links{gap:18px;flex-wrap:wrap}}
.header-search{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%}.home-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:62px;align-items:center;padding:48px 0 14px}.home-intro .intro{padding:0}.home-intro h1{font-size:clamp(2.7rem,4.4vw,4.25rem)}.intro-link{display:inline-flex;gap:16px;margin-top:18px;font-size:14px;color:var(--muted)}.featured{height:370px;border-radius:12px;overflow:hidden;position:relative;color:white;isolation:isolate}.featured img{height:100%;object-position:50% 62%}.featured:after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#092914d9);z-index:0}.featured-label{position:absolute;bottom:27px;left:30px;right:30px;z-index:1}.featured-label .eyebrow{color:#e4ebd8;font-size:11px}.featured-label h2{font-size:2rem;margin-bottom:10px}.featured-label p{margin:0;font-size:14px;display:flex;justify-content:space-between}.featured-label p span{font-size:25px}.catalog-intro{padding:45px 0 12px;max-width:800px}.catalog-intro h1{font-size:3.5rem}.catalog-intro>p{font-size:18px;color:var(--muted)}.catalog-intro .eyebrow{font-size:12px}.footer-note{margin:4px 0 0}.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:20px;font-size:12px;display:flex;justify-content:space-between;gap:20px}.start-banner .eyebrow{color:var(--lime)}.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--muted);padding:24px 0}.breadcrumbs a:hover{text-decoration:underline}.plant-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;padding:10px 0 34px}.plant-hero h1{font-size:clamp(3rem,5vw,4.9rem);line-height:1.03;margin-bottom:15px}.plant-hero h1 em{font-weight:400;color:var(--green)}.plant-heading .eyebrow{font-size:11px}.plant-latin{font-style:italic;color:var(--muted);font-size:14px;margin:0 0 20px}.plant-tagline{font-size:20px;line-height:1.5}.plant-picture{margin:0;min-width:0}.plant-picture img{height:370px;border-radius:12px}.plant-picture figcaption{font-size:11px;line-height:1.5;color:var(--muted);margin-top:8px}.plant-picture figcaption a:hover{text-decoration:underline}.hero-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--green);background:var(--green);color:white;padding:12px 22px;border-radius:6px;font-size:14px;font-weight:600}.button:hover{background:#143724}.button.outline{background:transparent;color:var(--green)}.button.outline:hover{background:var(--wash)}.print-button{background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--muted);padding:8px 0;font-size:14px}.review-date{font-size:12px;color:var(--muted);margin:25px 0 0}.review-date a{margin-left:8px;text-decoration:underline}.preferences{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:10px;padding:25px 0;background:var(--wash)}.preference{display:flex;gap:16px;padding:0 25px;border-right:1px solid #cdd8cb}.preference:last-child{border:0}.pref-icon{font-size:26px;color:var(--green);line-height:1.7}.pref-label{display:block;font-size:10px;letter-spacing:.13em;color:var(--muted)}.preference strong{font-size:16px;font-weight:600;display:block;margin:3px 0}.preference p{font-size:13px;line-height:1.5;color:var(--muted);margin:0;max-width:27ch}.pet-note{font-size:13px;margin:15px 0 0;color:#87612e}.page-jumps{display:flex;gap:28px;padding:21px 0;border-bottom:1px solid var(--line);font-size:14px;overflow:auto;white-space:nowrap}.page-jumps a:hover{text-decoration:underline;text-underline-offset:6px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:78px;align-items:start}.article-section{padding:44px 0;border-bottom:1px solid var(--line);scroll-margin-top:20px}.article-section h2{font-size:2.2rem;margin-bottom:22px}.article-section h3{font-size:18px}.article-section p{color:#435447}.article-section .eyebrow{color:var(--muted)}.plan-context{margin-bottom:25px}.spec-row{display:grid;grid-template-columns:1fr 1fr;background:var(--wash);border-radius:8px;margin:28px 0}.spec-row>div{padding:22px}.spec-row>div+div{border-left:1px solid var(--line)}.spec-row span{display:block;font-size:11px;letter-spacing:.1em;color:var(--muted)}.spec-row strong{display:block;font-size:22px;margin:5px 0}.spec-row p{font-size:14px;margin:0;line-height:1.5}.steps{padding:0;margin:32px 0;list-style:none}.steps li{display:flex;gap:20px;margin-bottom:28px}.step-number{font-family:var(--serif);font-size:22px;color:#77946b;line-height:1.3;flex:none;min-width:30px}.steps h3{margin:0 0 8px}.steps p{margin:0}.alternative-title{margin:35px 0 14px}.alt-method{border:1px solid var(--line);border-radius:8px;background:#f8faf5;padding:0 18px!important;margin-top:12px}.alt-method p{padding-top:8px}.section-number{font-size:11px;color:var(--muted);letter-spacing:.13em;margin-bottom:17px}.remember{padding:18px 22px;border-left:3px solid #829858;background:#f3f6ee;margin-top:25px}.remember strong{display:block;font-size:14px}.remember span{display:block;font-size:14px;color:var(--muted);margin-top:4px}.fertilizer-card{border:1px solid #becaa9;border-radius:8px;padding:26px;margin:25px 0;background:#f5f8ea}.fertilizer-card h3{line-height:1.5;font-size:19px;max-width:40ch}.fertilizer-card .eyebrow{margin-bottom:12px;color:#627345}.small-note{font-size:12px;line-height:1.65;color:var(--muted)!important}details{padding:18px 0;border-bottom:1px solid var(--line)}details:last-child{border-bottom:0}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-weight:500;font-size:16px}summary::-webkit-details-marker{display:none}summary span{font-size:20px;font-weight:400}details[open] summary span{transform:rotate(45deg)}details p{margin:16px 0 5px;font-size:15px}details a{text-decoration:underline}.sources ul{padding-left:19px;line-height:1.8;font-size:14px}.sources li{margin-bottom:8px}.sources li a,.prose a,.source-line a,.editorial-note a{text-decoration:underline;text-underline-offset:3px}.kit{position:sticky;top:24px;padding:30px;background:#f0f2e8;border-radius:10px;margin-top:44px}.kit h2{font-size:2rem;margin:0 0 20px}.kit ul{padding:0;list-style:none}.kit li{padding:14px 0 14px 26px;border-bottom:1px solid #d8dece;font-size:15px;position:relative}.kit li:before{content:'✓';position:absolute;left:0;color:#5d7b46}.soil-note{padding-top:20px}.soil-note h3{font-size:14px;margin-bottom:8px}.soil-note p{font-size:14px;color:var(--muted)}.kit-note{font-size:12px;color:var(--muted)}.kit .button{display:flex;margin-top:20px}.side-nudge{border-top:1px solid #d8dece;margin-top:25px;padding-top:20px}.side-nudge p{font-size:13px;color:var(--muted);margin-bottom:4px}.side-nudge a{font-size:13px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.related-grid .photo{height:250px}.guide-heading{padding:48px 0 25px;max-width:850px}.guide-heading h1{font-size:clamp(3rem,5vw,4.5rem)}.guide-heading>p{font-size:19px;color:var(--muted);max-width:57ch}.guide-heading .eyebrow{font-size:12px}.choice-section{padding:40px 0 15px;scroll-margin-top:20px}.choice-section>p{color:var(--muted);max-width:80ch;margin-bottom:30px}.editorial-note{padding:26px 30px;background:var(--wash);margin:35px 0 50px;border-radius:8px;max-width:85ch}.editorial-note p{margin:8px 0 0;color:var(--muted)}.prose{max-width:760px;margin-bottom:60px}.prose h2{font-size:2rem;margin-top:40px}.prose p{color:#435447}.prose .source-line{font-size:13px}.credit-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-bottom:60px}.credit-grid img{height:250px;border-radius:10px}.credit-grid h2{font-size:1.7rem;margin:15px 0 10px}.credit-grid p{font-size:13px;color:var(--muted)}.credit-grid p a{text-decoration:underline}.article-section:last-child{border:0}
@media(max-width:1000px){.home-intro{gap:30px}.featured{height:330px}.home-intro h1{font-size:3.1rem}.article-layout{grid-template-columns:minmax(0,1fr) 285px;gap:35px}.plant-hero{gap:35px}.preference{padding:0 18px;gap:10px}.kit{padding:24px}.related-grid .photo{height:205px}.nav{gap:22px}.header-search{flex:none}.nav a:last-child{display:none}}
@media(max-width:760px){.home-intro{grid-template-columns:1fr;padding-top:30px;gap:26px}.intro{max-width:none}.home-intro h1{font-size:3.2rem}.featured{height:250px}.home-intro .intro p br{display:none}.article-layout{grid-template-columns:1fr;gap:0}.kit{position:static;grid-row:1;margin-top:28px;padding:26px}.kit ul{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.kit .button,.side-nudge{display:none}.plant-hero{grid-template-columns:1fr;gap:26px}.plant-picture img{height:290px}.plant-hero h1{font-size:3.7rem}.plant-hero h1 br{display:none}.plant-heading .eyebrow{max-width:42ch}.preferences{padding:16px 0}.preference{display:block;padding:0 15px}.pref-icon{display:none}.preference p{font-size:12px}.preference strong{font-size:14px;line-height:1.3}.page-jumps{gap:23px}.related-grid{grid-template-columns:repeat(2,1fr)}.related-grid .plant-card:last-child{display:none}.footer-bottom{flex-direction:column;gap:5px}.nav{margin-left:auto}.header-search{width:36px;height:36px}.catalog-intro h1{font-size:2.8rem}.article-section h2{font-size:2rem}}
@media(max-width:580px){header{gap:15px}.nav a:nth-child(2){display:none}.hero-actions{gap:20px}.plant-picture img{height:255px}.plant-hero h1{font-size:3.2rem}.preferences{grid-template-columns:1fr;padding:4px 20px}.preference{padding:15px 0;display:flex;border-right:0;border-bottom:1px solid #d7e0d2;gap:15px}.preference strong{font-size:16px}.preference p{max-width:none;font-size:13px}.pref-icon{display:block;width:22px}.pref-label{font-size:10px}.kit ul{display:block}.spec-row{grid-template-columns:1fr}.spec-row>div+div{border-left:0;border-top:1px solid var(--line)}.spec-row strong{font-size:22px}.spec-row>div{padding:18px 22px}.steps li{gap:14px}.fertilizer-card{padding:22px}.related-grid{gap:12px}.related-grid .photo{height:165px}.credit-grid{grid-template-columns:1fr}.search button{font-size:14px;padding:17px 14px}.search input{font-size:14px}.guide-heading{padding-top:28px}.guide-heading h1{font-size:2.8rem}.featured-label{left:23px;bottom:22px}.home-intro h1{font-size:3rem}.section-head .textlink{max-width:14ch;text-align:right}.section-head{gap:10px}.count{font-size:12px}.footer-links{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media print{.topbar,.skip,.page-jumps,.hero-actions,.featured,.start-banner,.related-grid,.section-head,footer,.side-nudge,.breadcrumbs,.plant-picture,.kit .button{display:none!important}.wrap{width:100%}.plant-hero,.article-layout{display:block}.plant-hero h1{font-size:32px}.plant-hero h1 br{display:none}.preferences{padding:10px}.article-section{padding:16px 0;break-inside:avoid}.kit{position:static;break-inside:avoid;margin:0}body{font-size:11pt;background:white}h2,.article-section h2{font-size:22px}.print-button{display:none}details>p{display:block!important}.sources{font-size:10pt}a{color:inherit}.review-date{margin-top:10px}}
.hero-recipe{display:flex;gap:14px;align-items:center;flex-wrap:wrap;font-size:15px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 0 22px}.hero-recipe strong{font-weight:500}.hero-recipe span{color:var(--muted)}.pref-label,.section-number,.spec-row span,.plant-heading .eyebrow,.featured-label .eyebrow{font-size:12px}.plant-picture figcaption{font-size:12px}.preference p{font-size:14px}.card-meta{font-size:13px}.kit-note,.small-note{font-size:13px}.sources .small-note{font-size:13px}

/* Plant Care Steps: compact brand and a directory built around choosing a plant. */
.logo{display:inline-flex;align-items:center;letter-spacing:0;line-height:1;flex:none}
.logo .brand-type{display:block;font-family:var(--serif);font-size:1.4rem;letter-spacing:-.04em;line-height:.97;color:var(--ink);margin:0;vertical-align:baseline}
.logo .brand-bottom{display:block;font-family:var(--serif);font-size:1.75rem;line-height:1.04;letter-spacing:-.035em;color:var(--ink);margin:0;vertical-align:baseline}
.logo .brand-spark{font-family:var(--sans);font-size:1rem;color:var(--orange);margin-left:6px;vertical-align:middle;letter-spacing:0}
.nav a[aria-current=page]{text-decoration:underline;text-underline-offset:7px;text-decoration-color:var(--orange);text-decoration-thickness:2px}
.search:focus-within{outline:3px solid var(--orange);outline-offset:3px}
.search input:focus-visible{outline:none}
select:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.header-search{min-width:44px;min-height:44px}
.card-read{display:none}
.library-intro{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:60px;align-items:center;padding:42px 0 24px}
.library-heading .eyebrow{margin-bottom:12px}
.library-heading h1{font-size:clamp(2.25rem,3.8vw,3.6rem);margin-bottom:14px}
.library-heading>p:not(.eyebrow){font-size:1rem;color:var(--muted);margin-bottom:22px}
.library-heading .search{max-width:none}
.library-nudge{display:grid;grid-template-columns:108px minmax(0,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--wash);min-height:177px}
.library-nudge img{height:100%;min-height:177px}
.library-nudge>div{padding:20px}
.library-nudge .eyebrow{font-size:.75rem;letter-spacing:.08em;margin-bottom:10px}
.library-nudge h2{font-size:1.65rem;line-height:1.13;margin-bottom:16px}
.library-nudge>div>span{font-size:.875rem;font-weight:600}
.library-nudge>div>span span{margin-left:8px}
.library-nudge:hover>div>span{text-decoration:underline;text-underline-offset:4px}
.library-categories{gap:9px;margin:0;padding:20px 0;border-bottom:1px solid var(--line)}
.library-categories .filter{display:inline-flex;align-items:center;gap:11px;min-height:44px;font-size:.875rem;padding:8px 17px}
.library-categories [data-category-count]{font-size:.8125rem;opacity:.75;font-variant-numeric:tabular-nums}
.library-tools{display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px;min-height:76px;padding:14px 0}
.library-tools .count{margin:0 auto 0 0;font-size:.875rem;overflow-wrap:anywhere}
.space-control{display:flex;align-items:center;gap:12px;font-size:.875rem}
.space-control label{color:var(--muted)}
.space-control select{font:inherit;color:var(--ink);background:white;border:1px solid var(--line);border-radius:6px;padding:10px 30px 10px 12px;min-height:44px;max-width:100%}
.clear-filters{font-size:.875rem;color:var(--green);background:none;border:0;text-decoration:underline;text-underline-offset:4px;padding:8px 0;min-height:44px}
.space-note{font-size:.875rem;color:var(--muted);margin:0 0 20px;max-width:none}
.library-browser .plant-card{height:100%;display:flex;flex-direction:column}
.library-browser .plant-card .photo{height:190px;flex:none}
.plant-card--plan .body{display:flex;flex-direction:column;flex:1}
.plant-card--plan .body>p{min-height:2.8em;line-height:1.5;font-size:.875rem}
.card-plan{font-size:.875rem;margin:18px 0 0;padding-top:13px;border-top:1px solid var(--line)}
.card-plan>div{display:grid;grid-template-columns:66px minmax(0,1fr);gap:8px;line-height:1.5;margin-bottom:8px}
.card-plan dt{color:var(--muted)}
.card-plan dd{margin:0;font-weight:500}
.plant-card--plan .card-read{display:flex;justify-content:space-between;gap:8px;font-size:.875rem;font-weight:500;margin-top:auto;padding-top:12px}
.plant-card--plan:hover .card-read{text-decoration:underline;text-underline-offset:4px}
.library-empty{margin:4px 0 25px;text-align:center;padding:42px 24px}
.library-empty h2{font-size:2rem;margin-bottom:15px}
.library-empty p{margin:0 auto 22px;overflow-wrap:anywhere}
.library-empty .textlink{display:block;width:fit-content;margin:18px auto 0}
@media(max-width:1050px){.library-intro{gap:28px;grid-template-columns:minmax(0,1fr) 300px}.library-nudge{grid-template-columns:80px minmax(0,1fr)}.library-nudge>div{padding:18px}.library-nudge h2{font-size:1.5rem}.library-browser .grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-plan>div{grid-template-columns:1fr;gap:0}}
@media(max-width:800px){.library-intro{grid-template-columns:1fr;gap:18px;padding-top:28px}.library-nudge{display:flex;align-items:center;min-height:0;padding:14px 18px}.library-nudge img,.library-nudge h2{display:none}.library-nudge>div{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;width:100%;padding:0}.library-nudge .eyebrow{margin:0;font-size:.8125rem;letter-spacing:.02em}.library-browser .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-categories{padding-top:6px}.library-tools{gap:8px 14px}.library-tools .count{flex-basis:100%}.space-control{margin-right:auto}.library-browser .plant-card .photo{height:190px}.card-plan>div{grid-template-columns:66px minmax(0,1fr);gap:8px}}
@media(max-width:580px){header{height:82px;gap:14px}.logo .brand-type{font-size:1.18rem}.logo .brand-bottom{font-size:1.5rem}.nav{font-size:.875rem}.library-intro{padding:25px 0 20px}.library-heading h1{font-size:2.55rem;line-height:1.08}.library-heading>p:not(.eyebrow){font-size:1rem;line-height:1.5}.library-nudge{padding:12px 15px}.library-nudge>div{gap:6px}.library-nudge .eyebrow{font-size:.75rem}.library-nudge>div>span{font-size:.875rem}.library-categories{gap:8px;padding-bottom:16px}.library-categories .filter{padding:8px 12px;gap:8px;font-size:.875rem}.library-tools{padding:14px 0 18px}.space-control{gap:10px}.space-control select{padding-right:22px}.library-browser .grid{gap:18px 12px}.library-browser .plant-card .photo{height:155px}.library-browser .plant-card .body{padding:13px}.library-browser .plant-card h3{font-size:1.3rem;line-height:1.22}.plant-card--plan .body>p{font-size:.875rem;line-height:1.45;min-height:0}.card-plan{margin-top:13px;font-size:.875rem}.card-plan>div{grid-template-columns:1fr;gap:1px;margin-bottom:9px}.card-plan dt{font-size:.8125rem}.plant-card--plan .card-read{font-size:.875rem;line-height:1.3}.library-empty{padding:30px 18px}.library-empty h2{font-size:1.8rem}}
@media(max-width:359px){.wrap{width:calc(100% - 28px)}header{gap:9px}.nav{font-size:.8125rem}.header-search{min-width:40px;width:40px}.library-browser .grid{grid-template-columns:1fr}.library-browser .plant-card .photo{height:200px}.card-plan>div{grid-template-columns:66px minmax(0,1fr);gap:8px}}

.nudge-short{display:none}
@media(max-width:580px){.library-heading>.eyebrow{display:none}.library-nudge .nudge-long{display:none}.library-nudge .nudge-short{display:inline}.library-nudge>div{flex-wrap:nowrap;gap:10px}.library-nudge .eyebrow{font-size:.875rem;text-transform:none;letter-spacing:0}.library-nudge{min-height:48px}.library-nudge>div>span{white-space:nowrap}}

/* Flower collection: choose the available space, then the flower. */
.flower-intro{padding:24px 0 30px;border-bottom:1px solid var(--line)}
.flower-intro h1{font-size:clamp(2.4rem,4.3vw,3.8rem);line-height:1.12;max-width:1000px;margin-bottom:16px}
.flower-intro h1 em{font-weight:400;color:var(--green)}
.flower-intro>p:not(.eyebrow){font-size:1.125rem;color:var(--muted);max-width:730px;line-height:1.6}
.flower-choices{display:flex;gap:12px;flex-wrap:wrap;margin-top:23px}
.flower-choices a{display:flex;gap:30px;align-items:center;padding:13px 18px;border:1px solid var(--green);border-radius:6px;font-size:1rem;font-weight:600}
.flower-choices a:first-child{background:var(--green);color:white}
.flower-choices a span{font-size:.875rem;font-weight:400;white-space:nowrap}
.flower-choices a:hover{text-decoration:underline;text-underline-offset:4px}
.flower-group{scroll-margin-top:28px;margin-top:38px}
.flower-group .section-head{align-items:flex-end;margin:0 0 23px;gap:20px}
.flower-group .section-head h2{font-size:2rem;margin-bottom:8px}
.flower-group .section-head p{font-size:1rem;line-height:1.6;color:var(--muted);max-width:700px;margin:0}
.flower-group .section-head .count{flex-shrink:0}
.flower-library .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.flower-library .plant-card .photo{height:230px}
.flower-return{margin-top:28px}
.flower-collection-link{display:inline-flex;gap:12px;margin:0 0 22px;font-size:.9375rem;font-weight:600;text-decoration:underline;text-underline-offset:5px}
@media(max-width:800px){.flower-library .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flower-library .plant-card .photo{height:205px}.flower-intro{padding-top:18px}.flower-group .section-head{align-items:flex-start}.flower-group .section-head .count{display:none}}
@media(max-width:520px){.flower-intro h1{font-size:2.4rem}.flower-intro>p:not(.eyebrow){font-size:1rem}.flower-choices{gap:10px}.flower-choices a{width:100%;justify-content:space-between;padding:12px 15px}.flower-group{margin-top:30px}.flower-group .section-head h2{font-size:1.85rem}.flower-library .plant-card .photo{height:155px}}
@media(max-width:359px){.flower-library .grid{grid-template-columns:1fr}.flower-library .plant-card .photo{height:210px}}

img[src="/assets/plants/rose.webp"]{object-position:45% 50%}
img[src="/assets/plants/lavender.webp"]{object-position:50% 50%}
img[src="/assets/plants/hydrangea.webp"]{object-position:50% 45%}
img[src="/assets/plants/peony.webp"]{object-position:50% 42%}
img[src="/assets/plants/dahlia.webp"]{object-position:50% 45%}
img[src="/assets/plants/sweet-pea.webp"]{object-position:50% 45%}
img[src="/assets/plants/foxglove.webp"]{object-position:50% 40%}
img[src="/assets/plants/hollyhock.webp"]{object-position:52% 45%}
/* Three main categories, with more detail only inside Other plants. */
.nav.primary-nav a{display:inline-flex;min-height:44px;align-items:center;white-space:nowrap}
.nav.primary-nav a[aria-current]{text-decoration:underline;text-underline-offset:7px;text-decoration-color:var(--orange);text-decoration-thickness:2px}
.other-filters{padding:0 0 20px;margin:0;border-bottom:1px solid var(--line)}
.other-filters[hidden],.collection-link[hidden]{display:none}
.other-filters .filter{padding:8px 13px;font-size:.875rem;border-radius:6px}
.other-filters .filter span{margin-left:8px;font-size:.8125rem;opacity:.75}
.collection-link{display:inline-flex;gap:12px;margin:0 0 22px;font-size:.9375rem;font-weight:600;text-decoration:underline;text-underline-offset:5px}
.subcategories{display:flex;gap:12px 24px;flex-wrap:wrap;margin:0 0 28px;padding-bottom:20px;border-bottom:1px solid var(--line);font-size:1rem}
.subcategories a{display:inline-flex;gap:12px;align-items:center;min-height:44px}
.subcategories a[aria-current],.subcategories a:hover{text-decoration:underline;text-underline-offset:5px}
.subcategories span{font-size:.875rem;color:var(--muted)}
.other-group{scroll-margin-top:25px;margin-bottom:44px}
.other-group .section-head{align-items:flex-start;gap:20px;margin-bottom:25px}
.other-group .section-head p{max-width:700px;color:var(--muted);font-size:1rem;line-height:1.6;margin:10px 0 0}
.other-group .section-head>.textlink{white-space:nowrap}
@media(max-width:680px){
 .topbar header{height:auto;display:grid;grid-template-columns:1fr auto;gap:8px 16px;padding-top:15px;padding-bottom:8px}
 .topbar header>.logo{grid-column:1;grid-row:1;justify-self:start}
 .topbar header>.header-search{grid-column:2;grid-row:1}
 .nav.primary-nav{grid-column:1 / -1;grid-row:2;width:100%;margin:0;gap:12px;justify-content:space-between;font-size:.875rem}
 .nav.primary-nav a{display:inline-flex}
 .other-group .section-head{display:block}
 .other-group .section-head>.textlink{display:inline-block;margin-top:12px}
}
