.ih{max-width:1100px;margin:0 auto;padding:0 var(--page-pad);overflow:hidden}[data-animate]{opacity:0;transform:translateY(32px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}[data-animate].ih-visible{opacity:1;transform:translateY(0)}.ih-hero.ih-visible{transition-delay:0s}.ih-ticker.ih-visible{transition-delay:.15s}.ih-featured.ih-visible,.ih-upcoming.ih-visible{transition-delay:.1s}.ih-footer-cta.ih-visible{transition-delay:.05s}.ih-crumb{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted);padding:2.5rem 0 0}.ih-crumb a{color:var(--text-muted);text-decoration:none;transition:color .15s}.ih-crumb a:hover{color:var(--accent)}.ih-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 0 3rem}.ih-kicker{font-family:var(--mono);font-size:.6875rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem}.ih-title{font-family:var(--font);font-size:clamp(2.75rem,6vw,4rem);font-weight:800;color:var(--text);letter-spacing:-.045em;line-height:1;margin-bottom:1.25rem}.ih-subtitle{font-size:1.0625rem;line-height:1.65;color:var(--text-body);max-width:380px}.ih-hero-right{position:relative;display:flex;flex-direction:column;align-items:flex-end}.ih-dot-grid{display:flex;flex-wrap:wrap;gap:3px;max-width:340px;justify-content:flex-end}.ih-dot{width:8px;height:8px;border-radius:1.5px;background:var(--accent);opacity:0;transform:scale(0);animation:ih-dot-in .3s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--i) * 2ms)}@keyframes ih-dot-in{to{opacity:.18;transform:scale(1)}}.ih-dot:nth-child(3n+1){animation-delay:calc(var(--i) * 2ms + 50ms)}.ih-dot:nth-child(5n){background:var(--text)}.ih-dot:nth-child(7n+2){opacity:0;animation-name:ih-dot-bright}@keyframes ih-dot-bright{to{opacity:.4;transform:scale(1)}}.ih-dot-label{margin-top:1.25rem;text-align:right}.ih-dot-count{font-family:var(--mono);font-size:2.5rem;font-weight:700;color:var(--accent);letter-spacing:-.03em;line-height:1.1;display:block}.ih-dot-text{font-size:.8125rem;color:var(--text-muted);font-weight:500}.ih-ticker{display:flex;align-items:center;gap:0;padding:1.5rem 2rem;background:#fff;border:1px solid var(--border);border-radius:12px;margin-bottom:4rem}.ih-tick{flex:1;display:flex;flex-direction:column;align-items:center;gap:.125rem}.ih-tick-val{font-family:var(--mono);font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.ih-tick-lbl{font-size:.6875rem;font-weight:500;color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em}.ih-tick-sep{width:1px;height:32px;background:var(--border);flex-shrink:0}.ih-section-label{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.ih-label-line{flex:1;height:1px;background:var(--border)}.ih-label-text{font-family:var(--mono);font-size:.6875rem;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.1em;flex-shrink:0}.ih-card{display:grid;grid-template-columns:320px 1fr;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:border-color .3s,box-shadow .4s cubic-bezier(.22,1,.36,1);margin-bottom:4rem}.ih-card:hover{border-color:#cbd5e1;box-shadow:0 8px 40px #1e3a5f0f,0 2px 12px #1e3a5f0a}.ih-card-viz{background:var(--text);padding:2.5rem 2rem;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:hidden}.ih-card-viz:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,.03) 39px,rgba(255,255,255,.03) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(255,255,255,.03) 39px,rgba(255,255,255,.03) 40px);pointer-events:none}.ih-viz-inner{width:100%;position:relative;z-index:1}.ih-bars{display:flex;align-items:flex-end;gap:8px;height:180px;padding-bottom:24px}.ih-bar{flex:1;background:var(--accent);border-radius:3px 3px 0 0;height:0;position:relative;transition:height .8s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay, 0s);opacity:.7}.ih-bars-go .ih-bar{height:var(--h)}.ih-bar:first-child,.ih-bar:hover{opacity:1}.ih-bar-label{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-family:var(--mono);font-size:.5625rem;font-weight:500;color:#ffffff59;white-space:nowrap;letter-spacing:.02em}.ih-viz-caption{font-family:var(--mono);font-size:.625rem;font-weight:500;color:#ffffff4d;text-transform:uppercase;letter-spacing:.08em;text-align:center;margin-top:2rem}.ih-card-body{padding:2.5rem 2.5rem 2.5rem 3rem;display:flex;flex-direction:column;justify-content:center}.ih-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--text-faint);margin-bottom:1rem}.ih-badge{font-family:var(--mono);font-size:.5625rem;font-weight:700;color:#fff;background:var(--accent);padding:.1875rem .5rem;border-radius:3px;text-transform:uppercase;letter-spacing:.06em}.ih-card-title{font-family:var(--font);font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1.25;margin-bottom:1rem;transition:color .2s}.ih-card:hover .ih-card-title{color:var(--accent)}.ih-card-num{font-family:var(--mono);font-weight:700;color:var(--accent)}.ih-card-desc{font-size:.9375rem;line-height:1.65;color:var(--text-body);margin-bottom:1.5rem;max-width:460px}.ih-card-stats{display:flex;gap:2.5rem;margin-bottom:1.75rem}.ih-stat{display:flex;flex-direction:column;gap:.125rem}.ih-stat-val{font-family:var(--mono);font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.2}.ih-stat-sep{color:var(--text-faint);font-weight:400}.ih-stat-lbl{font-size:.6875rem;font-weight:500;color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em}.ih-card-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;color:var(--accent);transition:gap .3s cubic-bezier(.22,1,.36,1)}.ih-card:hover .ih-card-cta{gap:.875rem}.ih-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:4rem}.ih-next-card{background:#fff;padding:2rem;transition:background .25s}.ih-next-card:hover{background:#fafaf8}.ih-next-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f1f5f9;color:var(--text-muted);margin-bottom:1rem;transition:background .2s,color .2s}.ih-next-card:hover .ih-next-icon{background:#fde8ea;color:var(--accent)}.ih-next-title{font-family:var(--font);font-size:.9375rem;font-weight:700;color:var(--text);letter-spacing:-.01em;margin-bottom:.5rem;line-height:1.3}.ih-next-desc{font-size:.8125rem;line-height:1.6;color:var(--text-muted)}.ih-footer-cta{text-align:center;padding:2rem 0 4rem;border-top:1px solid var(--border)}.ih-footer-line{font-size:.9375rem;color:var(--text-muted);line-height:1.6}.ih-footer-line a{color:var(--accent);font-weight:600;text-decoration:none;transition:opacity .15s}.ih-footer-line a:hover{opacity:.8}.ih-crumb a:focus-visible,.ih-card:focus-visible,.ih-footer-line a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}@media (max-width: 768px){.ih-hero{grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem}.ih-hero-right{align-items:flex-start}.ih-dot-grid{max-width:280px;justify-content:flex-start;gap:2.5px}.ih-dot{width:7px;height:7px}.ih-dot-label{text-align:left}.ih-ticker{padding:1.25rem 1rem;margin-bottom:3rem}.ih-tick-val{font-size:1rem}.ih-card{grid-template-columns:1fr;margin-bottom:3rem}.ih-card-viz{padding:2rem 1.5rem}.ih-bars{height:140px}.ih-card-body{padding:2rem}.ih-next-grid{grid-template-columns:1fr;margin-bottom:3rem}}@media (max-width: 480px){.ih-crumb{padding-top:1.5rem}.ih-hero{padding:2rem 0 1.5rem}.ih-title{font-size:2.25rem}.ih-subtitle{font-size:.9375rem}.ih-dot-grid{max-width:240px;gap:2px}.ih-dot{width:6px;height:6px}.ih-dot-count{font-size:2rem}.ih-ticker{flex-wrap:wrap;gap:0;padding:1rem}.ih-tick{flex-basis:50%;padding:.5rem 0}.ih-tick-sep{display:none}.ih-card-title{font-size:1.125rem}.ih-card-desc{font-size:.875rem}.ih-card-stats{gap:1.5rem}.ih-stat-val{font-size:1.125rem}.ih-card-body,.ih-next-card{padding:1.5rem}.ih-footer-cta{padding:1.5rem 0 3rem}.ih-footer-line{font-size:.875rem}}
