.hero{position:relative;min-height:100svh;min-height:100lvh;display:grid;grid-template-rows:auto auto 1fr auto;gap:clamp(16px,2vw,24px);padding:clamp(16px,4vw,32px);padding-bottom:calc(16px + env(safe-area-inset-bottom))}.section,.brand,.hero-pitch,.services,.foot{max-width:1100px;margin-inline:auto;width:100%}.hero-pitch{display:grid;align-items:center;gap:clamp(16px,3vw,28px)}.hero-pitch.center{grid-template-columns:1fr;text-align:center;justify-items:center}.hero-wordmark{font-size:clamp(36px,9vw,88px);line-height:1.02;font-weight:900;letter-spacing:.2px;margin:4px 0 2px}.brand-glow{color:var(--accent);text-shadow:0 0 6px rgba(34,197,94,.55),0 0 18px rgba(34,197,94,.35)}@media (prefers-reduced-motion: no-preference){.brand-glow{animation:glowPulse 2.2s ease-in-out infinite alternate}@keyframes glowPulse{0%{text-shadow:0 0 6px rgba(34,197,94,.45),0 0 14px rgba(34,197,94,.25)}to{text-shadow:0 0 10px rgba(34,197,94,.75),0 0 22px rgba(34,197,94,.45)}}}.pitch-title{margin:.25rem 0 0;font-size:clamp(24px,3.2vw,36px);font-weight:800}.pitch-sub{margin:.5rem 0 1rem;color:var(--muted)}.value-props{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:.25rem auto 0;justify-content:center}.value-props li{border:1px solid var(--border);color:var(--muted);background:transparent;padding:.35rem .6rem;border-radius:999px;font-size:.9rem}.cta-row{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.btn{padding:.8rem 1.2rem;min-height:44px;border-radius:10px;font-weight:700;letter-spacing:.2px;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,transform .12s ease}.btn:focus-visible{outline:2px solid rgba(34,197,94,.6);outline-offset:2px}.btn-primary{background:var(--accent);color:#0b1a12}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.btn-outline{border-color:var(--border);background:transparent;color:var(--text)}.btn-outline:hover{border-color:#94a3b859;background:#94a3b80d}.about-trigger{white-space:nowrap}.services-grid{display:grid;gap:16px}.svc-feature{padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 1px #ffffff0a,0 8px 24px #00000059}.svc-feature h3{margin:0 0 .35rem;font-size:clamp(16px,2.4vw,18px)}.svc-feature p{margin:0;color:var(--muted)}.svc-group{display:grid;gap:.5rem}.group-title{margin:4px 0;color:var(--muted);font-weight:800;font-size:12px;letter-spacing:.6px;text-transform:uppercase}.cards{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 1px #ffffff0a,0 8px 24px #0000004d}.card h5{margin:0 0 .35rem;font-size:16px}.card p{margin:0;color:var(--muted)}.includes{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.pill{padding:.35rem .6rem;border-radius:999px;border:1px solid var(--border);color:var(--muted);background:transparent;font-size:.85rem}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 1px #ffffff0a,0 8px 24px #00000059}.cta-content h3{margin:0 0 4px;font-size:clamp(16px,2.4vw,20px)}.cta-content .muted{color:var(--muted);margin:0}@media (max-width: 820px){.cta-band{flex-direction:column;text-align:center}}.foot{text-align:center;color:var(--muted);padding:18px 0 10px}.modal-open{overflow:hidden}.sheet{position:fixed;inset:0;z-index:60;display:none}.sheet.is-open{display:block}.sheet-bg{position:absolute;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sheet-card{position:absolute;left:0;right:0;bottom:0;width:100%;max-width:720px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-bottom:none;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -18px 44px #00000080;max-height:85svh;overflow:auto;transform:translateY(100%);transition:transform .25s ease}.sheet.is-open .sheet-card{transform:translateY(0)}.sheet-grip{width:54px;height:5px;border-radius:999px;background:#22c55e73;margin:8px auto 4px}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:8px 14px 0}.sheet-title{display:flex;align-items:center;gap:12px}.sheet-title h3{margin:0;font-size:1rem}.sheet-avatar{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);object-fit:cover;image-rendering:pixelated}.sheet-close{border:1px solid var(--border);background:transparent;color:var(--text);width:34px;height:34px;border-radius:8px;cursor:pointer}.sheet-close:hover{background:#94a3b80f}.sheet-body{padding:8px 14px 16px}.sheet-body .bio{color:var(--muted);margin:6px 0 12px}.badges{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 8px}.badge.chip{border:1px solid rgba(34,197,94,.35);color:var(--text);background:#22c55e14;border-radius:10px;padding:.45rem .6rem;font-size:.9rem}.facts{display:grid;gap:8px;list-style:none;padding:0;margin:0 0 12px}.facts li{display:flex;align-items:center;min-height:40px;padding:.55rem .65rem;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--text)}.sheet-subhead{margin:10px 0 6px;font-size:.95rem;font-weight:700;color:var(--muted);letter-spacing:.2px}.chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;list-style:none;padding:0;margin:0 0 12px}.chip{padding:.55rem .65rem;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--text)}.chip:hover{background:#94a3b80f}.links{display:flex;gap:8px;flex-wrap:wrap}.links .btn{padding:.6rem .9rem}@media (min-width: 860px){.sheet-card{border-radius:16px;bottom:10vh}}@media (max-width: 420px){.hero-wordmark{font-size:clamp(28px,10vw,56px)}.pitch-title{font-size:clamp(20px,6vw,28px)}.cards{grid-template-columns:1fr}.svc-feature{padding:14px}.cta-band{gap:10px;padding:14px}.sheet-avatar{width:36px;height:36px}}@media (pointer: coarse){.pill{font-size:.95rem;padding:.45rem .7rem}}@media (prefers-reduced-motion: reduce){.sheet-card,.sheet.is-open .sheet-card{transition:none;transform:none}.brand-glow{animation:none!important}}#root{min-height:100%}html,body{margin:0}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica Neue,Arial}:root{--bg:#0b0f14;--surface:#0f141a;--text:#e6edf3;--muted:#94a3b8;--border:rgba(148,163,184,.18);--accent:#22c55e;--accent-ink:#062d17}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:auto;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background:#22c55e40;color:var(--text)}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}html,body,#root{height:auto;min-height:100%}body{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@supports (-webkit-touch-callout: none){:root{height:-webkit-fill-available}body{min-height:-webkit-fill-available}}
