.hero h1,.hero h2.hero-h1{font-size:clamp(36px,6vw,60px);line-height:1.02;letter-spacing:-.02em;margin:0 0 36px}.hero-pane-split h1,.hero-pane-split h2.hero-h1{margin:0 0 36px;text-align:left}.hero p{margin:0 auto;max-width:840px;color:var(--muted);font-size:clamp(16px,2.4vw,20px);line-height:1.7}.hero-cta{margin-top:28px;display:inline-flex;gap:14px;flex-wrap:wrap;justify-content:center}.hero-rotator{position:relative;min-height:300px}@media(max-width:720px){.hero-rotator{min-height:560px}}.hero-slide{position:absolute;inset:0;opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease;pointer-events:none;display:flex;align-items:center;justify-content:center}.hero-slide.is-active{opacity:1;transform:none;pointer-events:auto}.hero-pane{width:100%;margin:0 auto;padding:0 6px;text-align:center}.hero-pane p{max-width:860px}.hero-pane-split{display:flex;align-items:center;justify-content:center;gap:28px;text-align:left}.hero-avatar{width:196px;height:196px;border-radius:9999px;object-fit:cover;border:1px solid var(--stroke);box-shadow:var(--shadow);flex:0 0 auto;background:var(--card);align-self:center}.hero-pane-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.hero-pane-split h1{margin:0 0 36px;text-align:left}.hero-pane-split h1{margin:0 0 36px;text-align:left}.hero-pane-split p{margin:0 0 14px;text-align:left}.hero-pane-split .hero-cta{margin-top:18px;justify-content:flex-start}@media(max-width:720px){.hero-pane-split{flex-direction:column;text-align:center}.hero-pane-copy{align-items:center}.hero-pane-split h1,.hero-pane-split h2.hero-h1{text-align:center}.hero-pane-split p{max-width:860px;margin-left:auto;margin-right:auto;text-align:center}.hero-pane-split .hero-cta{justify-content:center}}.hero-nav{margin-top:18px;display:flex;justify-content:center;gap:10px}.hero-dot{width:10px;height:10px;border-radius:9999px;border:2px solid var(--fg);background:transparent;opacity:.8;cursor:pointer;padding:0;line-height:0;font-size:0;appearance:none;-webkit-appearance:none}.hero-dot.is-active{background:var(--fg);border-color:transparent;opacity:1}.hero-link{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.hero-link:hover{opacity:.9}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none;transform:none}}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:14px;border:1px solid var(--stroke);background:var(--card);font-weight:600}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.btn.primary{background:var(--accent);color:var(--accent-ink);border-color:transparent}.grid{display:grid;grid-template-columns:1fr;gap:16px;padding:40px 0 72px}@media(min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.grid{grid-template-columns:repeat(3,1fr)}}