.home-hero{background:linear-gradient(160deg,var(--color-brand) 0,var(--color-brand-light) 55%,var(--color-brand) 100%);color:#fff;padding:3.5rem 1.5rem 4rem}.home-hero__inner{max-width:var(--max-width);margin:0 auto}.home-hero__eyebrow{margin:0 0 .75rem;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7)}.home-hero__title{margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);line-height:1.15;font-weight:700;max-width:640px}.home-hero__lead{margin:0 0 2rem;font-size:1.1rem;line-height:1.6;color:rgba(255,255,255,.85);max-width:520px}.home-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.home-hero__btn-primary{padding:.75rem 1.5rem;background:#fff;color:var(--color-brand);border-radius:var(--radius-md);text-decoration:none;font-size:1rem;font-weight:600;display:inline-block}.home-hero__btn-primary:hover{text-decoration:none;filter:brightness(.98)}.home-hero__btn-secondary{padding:.75rem 1.5rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:var(--radius-md);text-decoration:none;font-size:1rem;font-weight:600;display:inline-block}.home-hero__btn-secondary:hover{text-decoration:none;background:rgba(255,255,255,.08)}.home-hero__search{display:flex;gap:.5rem;max-width:520px;background:#fff;padding:.35rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.home-hero__search-input{flex:1 1;padding:.75rem 1rem;font-size:1rem;outline:none;color:var(--color-text)}.home-hero__search-btn,.home-hero__search-input{border:none;border-radius:var(--radius-md);font-family:inherit}.home-hero__search-btn{padding:.75rem 1.25rem;background:var(--color-brand);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.home-hero__search-btn:hover{background:var(--color-brand-light)}.home-categories{padding:1.25rem 1.5rem;border-bottom:1px solid #eee;background:#fafafa}.home-categories__inner{max-width:var(--max-width);margin:0 auto;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.home-categories__label{font-size:.85rem;color:var(--color-text-muted);margin-right:.25rem}.home-category-chip{padding:.35rem .85rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-pill);text-decoration:none;color:var(--color-text-secondary);font-size:.85rem}.home-category-chip:hover{text-decoration:none;background:var(--color-bg-subtle)}.home-section{padding:3rem 1.5rem;max-width:var(--max-width);margin:0 auto}.home-section__header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.home-section__title{margin:0;font-size:1.5rem}.home-section__subtitle{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.95rem}.home-empty{text-align:center;padding:3rem 1.5rem;background:var(--color-bg-subtle);border-radius:var(--radius-lg);border:1px dashed var(--color-border)}.home-empty__text{margin:0 0 1rem;color:var(--color-text-muted);font-size:1.05rem}.home-pitch{background:var(--color-bg-subtle);border-top:1px solid #eee;border-bottom:1px solid #eee;padding:3rem 1.5rem}.home-pitch__inner{max-width:var(--max-width);margin:0 auto}.home-pitch__intro{max-width:560px;margin-bottom:2rem}.home-pitch__title{margin:0 0 .5rem;font-size:1.5rem}.home-pitch__lead{margin:0;color:var(--color-text-muted);line-height:1.6}.home-cta-center{text-align:center;margin-top:2rem}