*{box-sizing:border-box;margin:0;padding:0}:root{--hv-green:#32cd32;--hv-green-dark:#1e7a1e;--hv-green-light:#f0f7f0;--amber-warm:#ba7517;--amber-light:#faeeda;--color-text-primary:#111827;--color-text-secondary:#6b7280;--color-background-primary:#fff;--color-background-secondary:#f9fafb;--color-border-tertiary:#e5e7eb;--border-radius-lg:12px;--border-radius-md:8px;--text:var(--color-text-primary);--text-muted:var(--color-text-secondary);--bg:var(--color-background-primary);--bg2:var(--color-background-secondary);--border:var(--color-border-tertiary)}html{scroll-behavior:smooth}body{background:#fff;font-family:DM Sans,system-ui,sans-serif}.hv-wrap{color:var(--text);background:var(--bg);width:100%;font-family:DM Sans,system-ui,sans-serif;font-size:16px;line-height:1.7}.hv-nav-outer{border-bottom:.5px solid var(--border);background:var(--bg);z-index:10;width:100%;position:sticky;top:0}.hv-nav{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:.5rem 3rem;display:flex}.hv-logo-wrap{align-items:center;gap:8px;text-decoration:none;display:flex}.hv-logo-img{object-fit:contain;width:auto;height:80px}.hv-nav-links{align-items:center;gap:1.5rem;display:flex}.hv-nav-links a{color:var(--text-muted);font-size:14px;text-decoration:none}.hv-nav-links a:hover{color:var(--text)}.hv-nav-links a.active{color:var(--hv-green-dark);font-weight:500}.hv-btn-primary{color:#0a2e0a;cursor:pointer;background:#32cd32;border:none;border-radius:999px;padding:8px 18px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-block}.hv-btn-primary:hover{opacity:.85}.hv-btn-outline{color:var(--hv-green-dark);cursor:pointer;background:0 0;border:1.5px solid #32cd32;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;display:inline-block}.hv-resources-hero{max-width:1000px;margin:0 auto;padding:3.5rem 3rem 2.5rem}.hv-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:var(--hv-green-dark);margin-bottom:1rem;font-size:12px;font-weight:500}.hv-resources-hero h1{letter-spacing:-1px;color:var(--text);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:38px;line-height:1.15}.hv-resources-hero p{color:var(--text-muted);max-width:560px;font-size:17px;font-weight:300}.hv-resources-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1000px;margin:0 auto;padding:0 3rem 4rem;display:grid}.hv-resource-card{border:.5px solid var(--border);border-radius:var(--border-radius-lg);color:inherit;padding:1.75rem;text-decoration:none;transition:border-color .15s;display:block}.hv-resource-card:hover{border-color:var(--hv-green)}.hv-resource-card-icon{border-radius:var(--border-radius-md);background:var(--hv-green-light);width:40px;height:40px;color:var(--hv-green-dark);justify-content:center;align-items:center;margin-bottom:1rem;font-size:19px;display:flex}.hv-resource-card h2{margin-bottom:.4rem;font-family:DM Serif Display,serif;font-size:20px}.hv-resource-card p{color:var(--text-muted);font-size:14px;font-weight:300}.hv-blog-hero{max-width:1000px;margin:0 auto;padding:3.5rem 3rem 1.5rem}.hv-blog-hero h1{letter-spacing:-1px;color:var(--text);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:38px;line-height:1.15}.hv-blog-hero p{color:var(--text-muted);max-width:560px;font-size:17px;font-weight:300}.hv-blog-filters{flex-wrap:wrap;align-items:center;gap:.75rem;max-width:1000px;margin:0 auto;padding:0 3rem 1.5rem;display:flex}.hv-blog-search{border:.5px solid var(--border);min-width:200px;color:var(--text);background:var(--bg);border-radius:999px;flex:1;padding:10px 16px;font-family:inherit;font-size:14px}.hv-blog-search:focus{border-color:var(--hv-green);outline:none}.hv-tag-chip{border:.5px solid var(--border);background:var(--bg);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:500}.hv-tag-chip.active{background:var(--hv-green-light);border-color:var(--hv-green);color:var(--hv-green-dark)}.hv-blog-empty{max-width:1000px;color:var(--text-muted);margin:0 auto;padding:2rem 3rem;font-size:14px}.hv-blog-list{flex-direction:column;gap:1rem;max-width:1000px;margin:0 auto;padding:0 3rem 4rem;display:flex}.hv-blog-card{border:.5px solid var(--border);border-radius:var(--border-radius-lg);color:inherit;padding:1.75rem;text-decoration:none;transition:border-color .15s;display:block}.hv-blog-card:hover{border-color:var(--hv-green)}.hv-blog-card-date{letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:12px}.hv-blog-card h2{color:var(--text);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:24px;line-height:1.25}.hv-blog-card p{color:var(--text-muted);font-size:15px;font-weight:300}.hv-blog-card-tag{background:var(--hv-green-light);color:var(--hv-green-dark);border-radius:999px;align-items:center;gap:5px;margin-bottom:.75rem;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.hv-article-header{max-width:720px;margin:0 auto;padding:3rem 1.5rem 1.5rem}.hv-back-link{color:var(--text-muted);align-items:center;gap:4px;margin-bottom:1.5rem;font-size:13px;text-decoration:none;display:inline-flex}.hv-back-link:hover{color:var(--text)}.hv-article-tag{background:var(--hv-green-light);color:var(--hv-green-dark);border-radius:999px;align-items:center;gap:5px;margin-bottom:1rem;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.hv-article-date{color:var(--text-muted);margin-bottom:.75rem;font-size:13px}.hv-article-header h1{letter-spacing:-.5px;color:var(--text);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:34px;line-height:1.2}.hv-article-dek{color:var(--text-muted);font-size:18px;font-weight:300;line-height:1.55}.hv-article-body{max-width:720px;margin:0 auto;padding:0 1.5rem 3rem}.hv-article-body p{color:var(--text);margin-bottom:1.25rem;font-size:17px}.hv-article-body h2{color:var(--text);margin:2rem 0 1rem;font-family:DM Serif Display,serif;font-size:24px}.hv-article-body h3{color:var(--text);margin:1.5rem 0 .75rem;font-size:18px;font-weight:600}.hv-article-body strong{font-weight:500}.hv-article-body ul{margin:0 0 1.25rem 1.25rem}.hv-article-body li{margin-bottom:.5rem;font-size:17px}.hv-article-body a{color:var(--hv-green-dark)}.hv-callout,.hv-article-body blockquote{background:var(--bg2);border-left:3px solid var(--hv-green);border-radius:var(--border-radius-md);margin:1.75rem 0;padding:1.25rem 1.5rem}.hv-callout p,.hv-article-body blockquote p{color:var(--text-muted);font-size:15px;margin-bottom:0!important}.hv-source-note{color:var(--text-muted);border-top:.5px solid var(--border);margin-top:2rem;padding-top:1rem;font-size:13px}.hv-source-note a{color:var(--hv-green-dark)}.hv-article-cta{max-width:720px;margin:0 auto 4rem;padding:0 1.5rem}.hv-article-cta-box{background:var(--hv-green-light);border-radius:var(--border-radius-lg);text-align:center;padding:2rem}.hv-article-cta-box h3{margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:22px}.hv-article-cta-box p{color:var(--text-muted);margin-bottom:1.25rem;font-size:15px}.hv-videos-empty{max-width:1000px;margin:0 auto;padding:2rem 3rem 5rem}.hv-videos-empty-box{border:.5px dashed var(--border);border-radius:var(--border-radius-lg);text-align:center;color:var(--text-muted);padding:3rem 2rem}.hv-videos-empty-box i{color:var(--hv-green-dark);margin-bottom:.75rem;font-size:28px;display:block}.hv-footer{border-top:.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1400px;margin:0 auto;padding:2rem 3rem;display:flex}.hv-footer-links{flex-wrap:wrap;gap:1.25rem;display:flex}.hv-footer-links a{color:var(--text-muted);font-size:13px;text-decoration:none}.hv-footer-links a:hover{color:var(--text)}.hv-footer-copy{color:var(--text-muted);text-align:center;border-top:.5px solid var(--border);width:100%;margin-top:.5rem;padding-top:1rem;font-size:12px}.hv-cookie-banner{z-index:100;background:var(--bg);border:.5px solid var(--border);border-radius:var(--border-radius-lg);max-width:360px;padding:1.1rem 1.25rem;position:fixed;bottom:1.25rem;left:1.25rem;box-shadow:0 8px 28px #0a2e0a24}.hv-cookie-banner p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.5}.hv-cookie-banner a{color:var(--hv-green-dark);text-decoration:underline}.hv-cookie-actions{gap:.5rem;margin-top:.85rem;display:flex}.hv-cookie-actions .hv-btn-outline,.hv-cookie-actions .hv-btn-primary{text-align:center;flex:1;padding:8px 14px;font-size:13px}@media (max-width:540px){.hv-nav,.hv-footer{padding-left:1.25rem;padding-right:1.25rem}.hv-logo-img{height:56px}.hv-nav-links a:not(.hv-btn-primary){display:none}.hv-resources-hero h1,.hv-blog-hero h1{font-size:30px}.hv-resources-grid{grid-template-columns:1fr;padding-left:1.25rem;padding-right:1.25rem}.hv-resources-hero,.hv-blog-hero,.hv-blog-filters,.hv-blog-list,.hv-videos-empty{padding-left:1.25rem;padding-right:1.25rem}.hv-article-header h1{font-size:26px}.hv-cookie-banner{max-width:none;bottom:.75rem;left:.75rem;right:.75rem}}
