.hero--landing{flex:1;display:flex;align-items:center;justify-content:center;padding:0 0 2rem;min-height:0;overflow-x:hidden;overflow-y:auto}.hero-stack{display:flex;flex-direction:column;align-items:center;gap:clamp(1.25rem,3vh,2rem);width:100%;max-width:72rem;margin:0 auto;padding:0 1rem clamp(.5rem,2vh,1rem)}.hero-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,3vw,1.75rem);width:100%;max-width:42rem}.hero-text{text-align:center}.hero-title{font-size:clamp(1.75rem,4.5vw,2.375rem);font-weight:600;line-height:1.2;letter-spacing:-.025em;color:var(--text-primary)}.hero-subtitle{font-size:.9375rem;color:var(--text-secondary);line-height:1.55;max-width:26rem;margin:.625rem auto 0}.home-search{width:100%}@media(max-height:560px){.hero-title{font-size:clamp(1.375rem,4vw,1.75rem)}.hero-subtitle{font-size:.8125rem;line-height:1.45;margin-top:.35rem}.hero-inner{gap:.625rem}.hero-stack{gap:.75rem}}@media(max-height:420px){.hero-subtitle{display:none}}.home-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%;max-width:44rem;margin:0 auto}.home-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius-full);background:transparent;color:var(--text-secondary);font-family:var(--font-sans);font-size:.8125rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:all var(--transition-base)}.home-chip:hover{background:var(--bg-card);border-color:var(--border-hover);color:var(--text-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.home-chip:active{transform:translateY(0)}.home-chip-label{line-height:1.25}.home-chip-count{font-size:.8125rem;font-weight:500;color:var(--text-muted);font-variant-numeric:tabular-nums;line-height:1.25}
