.home{display:flex;flex-direction:column}.home-band{margin:0 calc(50% - 50vw);padding:clamp(var(--space-5),6vw,72px) clamp(var(--space-3),3vw,var(--space-5));background:var(--surface-card);border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default)}.home-band-inner{display:flex;flex-direction:column;max-width:1100px}.hero,.home-band-inner{gap:var(--space-6);margin:0 auto}.hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:var(--space-6);align-items:center;width:100%;max-width:1180px;padding:clamp(var(--space-5),6vw,72px) 0 clamp(var(--space-5),6vw,88px)}.hero-copy{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.hero-title{margin:0;font-family:var(--font-sans);font-size:clamp(36px,5.5vw,56px);font-weight:700;line-height:1.08;letter-spacing:-.025em;color:var(--text-body);text-wrap:balance}.hero-accent{color:var(--color-primary)}.hero-lead{margin:0;max-width:460px;font-size:var(--text-subtitle-size);line-height:1.55;color:var(--text-secondary)}.hero-search{max-width:32rem;min-width:0}.hero-enso{display:flex;justify-content:center;min-width:0}.hero-reveal{animation:zs-fade-up var(--duration-hero) var(--ease-out-expo) both}.hero-reveal--2{animation-delay:80ms}.hero-reveal--3{animation-delay:.16s}.hero-reveal--enso{animation-delay:.2s}@media (prefers-reduced-motion:reduce){.hero-reveal{animation:none}}@media (max-width:860px){.hero{grid-template-columns:1fr}.hero,.hero-copy{position:relative}.hero-copy{z-index:1}.hero-enso{position:absolute;inset:0;align-items:center;justify-content:center;z-index:0;pointer-events:none}.hero-enso canvas{max-width:100%;height:auto;opacity:.18}}.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));grid-gap:var(--space-4);gap:var(--space-4)}.pillar{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:24px;border-radius:var(--radius-lg);background:var(--surface-card);border:1px solid var(--border-default);box-shadow:var(--shadow-1)}.pillar-dash{width:34px;height:4px;border-radius:2px;margin-bottom:18px}.pillar--dictionary .pillar-dash{background:var(--color-primary)}.pillar--converter .pillar-dash{background:var(--vermillion-500)}.pillar .eyebrow{margin-bottom:8px}.pillar h2{margin:0 0 8px;font-family:var(--font-sans);font-size:19px;font-weight:600;line-height:var(--text-h2-line);letter-spacing:var(--text-h2-tracking);color:var(--text-body)}.pillar p{margin:0 0 var(--space-3);font-size:14px;color:var(--text-secondary);line-height:1.6;flex:1 1 auto}