Beneficial Insects
A collection page of Happy Hydro
About
What's eating your plants? | Happy Hydro *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --green: #61A84D; --green-dark: #4D8A3C; --green-pale: #EDF6EA; --blue: #01ADF0; --blue-dark: #0190C8; --blue-pale: #E8F7FD; --orange: #FF723C; --orange-pale: #FFF2ED; --text: #4D4D4D; --text-soft: #6B6B6B; --text-muted: #999; --border: #E1E3E4; --surface: #FAFAFA; } html { scroll-behavior: smooth; } body { font-family: 'Inter', sans-serif; font-size: 15px; color: var(--text); background: #fff; line-height: 1.5; } .pg { max-width: 1040px; margin: 0 auto; padding: 56px 20px 80px; } /* HEADER */ .pg-h1 { font-family: 'Poppins', sans-serif; font-size: 2.4rem; font-weight: 700; color: #2d2d2d; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 10px; } .pg-sub { font-size: 1.05rem; color: var(--text-soft); max-width: 540px; } /* PEST GRID */ .pest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; } .pest-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; } .pest-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); border-color: var(--green); } .pest-card:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; } .pest-photo { aspect-ratio: 4 / 3; overflow: hidden; border-bottom: 1px solid var(--border); } .pest-photo img { width: 100%; height: 100%; object-fit: cover; display: block; } .pest-card-body { padding: 16px 16px 18px; flex: 1; display: flex; flex-direction: column; gap: 4px; } .pest-card-name { font-family: 'Poppins', sans-serif; font-size: 1.05rem; font-weight: 700; color: #2d2d2d; } .pest-card-tagline { font-size: 0.82rem; color: var(--text-soft); line-height: 1.45; } /* RECOMMENDATIONS */ .recs { margin-top: 80px; padding-top: 60px; border-top: 1px