
:root{--text:#1f2937; --brand:#0ea5e9; --muted:#6b7280; --panel:#ffffff;}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica,Arial,sans-serif;background:#f7fafc;color:var(--text)}
a{color:var(--brand);text-decoration:none} a:hover{text-decoration:underline}
.header{background:url('/assets/img/nyc-hero.jpg') center/cover no-repeat;position:relative;color:#fff;padding:80px 24px 120px;text-align:center}
.header::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.25)}
.header .inner{position:relative;z-index:1;max-width:1100px;margin:0 auto}
.badge{display:inline-block;background:#16a34a;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;margin-bottom:12px}
.title{font-size:34px;font-weight:800;margin:6px 0}
.subtitle{font-size:18px;opacity:.95}
.cta{margin-top:18px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.button{background:#0ea5e9;color:#fff;border:none;border-radius:10px;padding:12px 16px;font-weight:600;cursor:pointer}
.button.secondary{background:rgba(255,255,255,.15);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25)}
.section{max-width:1100px;margin:0 auto;padding:48px 20px}
.card{background:var(--panel);border:1px solid #e5e7eb;border-radius:14px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.04)}
.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.h2{font-size:26px;margin:0 0 14px;font-weight:800}
.h3{font-size:18px;margin:0 0 8px;font-weight:700}
.kpi{display:flex;gap:10px;align-items:center;margin:6px 0}
.kpi .dot{width:8px;height:8px;border-radius:999px;background:#0ea5e9}
.list{margin:10px 0 0;padding-left:18px}
.footer{padding:28px 20px;border-top:1px solid #e5e7eb;text-align:center;color:var(--muted)}
.hero-headshot{width:96px;height:96px;border-radius:50%;border:3px solid rgba(255,255,255,.8);object-fit:cover;box-shadow:0 10px 30px rgba(0,0,0,.25);margin-top:14px}
.nav{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:10}
.nav .wrap{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 16px}
.brand{display:flex;align-items:center;gap:10px}
.brand .name{font-weight:800}
.brand small{color:#6b7280}
.nav a{margin-left:14px;color:#374151}
.anchor{scroll-margin-top:90px}
.badgelite{display:inline-block;background:#e0f2fe;color:#0369a1;padding:4px 8px;border-radius:999px;font-size:12px}
blockquote{border-left:4px solid #e5e7eb;padding-left:12px;color:#374151}
@media (max-width:600px){.title{font-size:28px}.subtitle{font-size:16px}}
