:root{--bg:#f7f7f5;--fg:#0b0b0b;--muted:#8a8a8a;--accent:#2b59ff;--border:#e6e6e6;--maxw:1100px;--pad:24px;--footer-bg: var(--bg);--footer-fg: #000;--footer-size: clamp(16px, 1.6vw, 18px);--footer-pad: 28px}html,body,#root{margin:0;padding:0}html,body{background:var(--bg);color:var(--fg);font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}*{box-sizing:border-box}html{scrollbar-gutter:stable}@supports not (scrollbar-gutter: stable){body{overflow-y:scroll}}body{overflow-x:hidden}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}.section{padding:72px 0}.site{min-height:100svh;display:flex;flex-direction:column}@supports (min-height: 100dvh){.site{min-height:100dvh}}.site_main{padding-inline:0;gap:0}.section--bleed{position:relative}.section--bleed:before{content:"";position:absolute;inset:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.section--bleed>.container{position:relative;z-index:1}.nav{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);background:color-mix(in lab,var(--bg) 80%,transparent);border-bottom:1px solid var(--border)}.nav__row{display:flex;align-items:center;justify-content:space-between;height:64px;gap:14px}.logo{display:flex;align-items:center;min-width:0;font-weight:700;letter-spacing:.4px}.logo-img{display:block;flex:0 0 auto;height:40px;width:auto;object-fit:contain;max-width:160px;transition:all .2s ease}.nav__links{display:flex;gap:18px;min-width:0}.nav__links a{white-space:nowrap;opacity:.8}.nav__links a:hover{opacity:1}@media (min-width:900px){.nav__row{height:80px}.logo-img{height:110px;max-width:220px}}@media (max-width:768px){.nav__row{flex-wrap:wrap;justify-content:center;gap:10px;height:auto!important;padding:8px 12px}.nav__links{flex-wrap:wrap;justify-content:center;width:100%;gap:12px;margin-top:6px}.nav__links a{font-size:14px;padding:4px}}@media (max-width:600px){.logo-img{height:100px;max-width:160px}.nav__row{padding-top:10px;padding-bottom:8px}}.page_header{padding-block:56px;border-bottom:1px solid var(--border)}.page_header--center .page_header_wrap{text-align:center}.page_title{font-family:Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.1;letter-spacing:.2px;font-size:clamp(28px,4vw,48px);margin:0 0 10px}.page_intro{max-width:72ch;color:var(--muted);margin:0 auto}.page_body{padding-block:24px}.card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px}.about-copy{margin-bottom:24px}.about_callouts{display:grid;grid-template-columns:1fr;gap:12px;margin:16px 0 24px;align-items:stretch}.callout{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px;width:100%}.callout_icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#0e24500f;color:#0e2450}.callout_text{display:grid;gap:2px;text-align:left;min-width:0}.callout_value{font-weight:700;font-size:1.4rem;line-height:1.1;color:#121418}.callout_label{font-size:.95rem;color:var(--muted)}@media (min-width:640px){.about_callouts{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (min-width:992px){.about_callouts{gap:20px}}.about_select{margin:12px auto 36px}.about_select_title{font-size:1.6rem;margin-bottom:18px;text-align:left;border-bottom:2px solid #0e2450;display:inline-block;padding-bottom:4px}.tombstone_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.tombstone{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;padding:12px;display:grid;place-items:center}.tombstone img{width:100%;height:auto;object-fit:contain;display:block}@media (min-width:992px){.tombstone_grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;justify-items:center}.tombstone{padding:18px;border-radius:22px;max-width:300px;box-shadow:0 2px 6px #0000000a}.tombstone img{max-width:260px;transform:scale(1.08);transition:transform .25s ease,box-shadow .25s ease}.tombstone:hover img{transform:scale(1.12);box-shadow:0 4px 10px #00000014}}.about_press{margin:60px auto}.about_press_title{font-size:1.6rem;margin-bottom:18px;border-bottom:2px solid #0e2450;display:inline-block;padding-bottom:4px}.press_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}.press_card{display:grid;grid-template-rows:160px 1fr;background:#fff;border:1px solid var(--border);border-radius:16px;color:inherit;text-decoration:none;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.press_card:focus-visible,.press_card:focus-within{outline:2px solid #2b59ff;outline-offset:2px}@media (min-width:992px){.press_card{grid-template-rows:180px 1fr}}.press_card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000014}.press_logo_wrap{display:flex;align-items:center;justify-content:center;background:#f6f7fb;padding:8px;border-bottom:0;overflow:hidden;height:100%}.press_logo{max-height:100%;max-width:100%;height:auto;width:auto;display:block;object-fit:contain;object-position:center}.press_logo--stl{width:125%;max-width:none;height:auto;display:block;margin:0 auto;object-fit:contain;object-position:center}@media (min-width: 992px){.press_logo--stl{width:135%}}.press_logo_wrap--stl{padding:6px 8px;overflow:hidden}.press_body{display:grid;gap:6px;padding:16px}.press_source{font-size:.9rem;color:var(--muted);letter-spacing:.2px}.press_title{font-size:1.05rem;line-height:1.35;color:#121418;margin:0}.press_cta{margin-top:2px;font-size:.95rem;color:#0e2450;text-decoration:underline;text-underline-offset:3px;justify-self:start}@media (max-width:420px){.press_card{grid-template-rows:150px 1fr}.press_title{font-size:1rem}}.footer{width:100%;background:var(--footer-bg);border-top:1px solid var(--border);background-color:#000;margin-top:auto}.footer a{color:inherit;text-decoration:none}.footer a:hover{opacity:.9}.footer__inner{max-width:var(--maxw);margin-inline:auto;padding:var(--footer-pad) 24px;text-align:center;color:#d3d3d3;font-size:var(--footer-size);line-height:1.4}:root{--bg:#faf9f7;--paper:#ffffff;--ink:#121418;--muted:#6c7280;--border:#e6e8ee;--navy:#0e2450;--ff-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--ff-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--hero-blur: 2px;--hero-dim: .18;--spotlight-a: .78;--spotlight-b: .52;--spotlight-stop1: 26%;--spotlight-stop2: 48%;--spotlight-stop3: 72%}body{font-family:var(--ff-sans);background:var(--bg);color:var(--ink)}.title-serif{font-family:var(--ff-serif);font-weight:500;letter-spacing:.2px;line-height:1.15;margin:0 0 8px}.title-font{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:500;letter-spacing:.2px;line-height:1.15}.title-2xl{font-size:clamp(36px,4.6vw,54px)}.title-xl{font-size:clamp(32px,4vw,48px)}.title-lg{font-size:clamp(28px,3.2vw,40px)}.service-title.serif{font-size:clamp(18px,1.6vw,22px);font-weight:500}.sa-container{width:min(1160px,100% - 48px);margin-left:auto;margin-right:auto;display:block}.container{max-width:1160px;margin-inline:auto;padding-inline:24px}.section{padding:92px 0;background:var(--paper);position:relative;z-index:0}.section--alt{background:#f7f8fb}.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;border:1px solid var(--ink);font-weight:600;text-decoration:none;transition:.15s}.btn:hover{transform:translateY(-1px)}.btn--accent{background:var(--navy);color:#fff;border-color:var(--navy)}.btn--ghost{border-color:#cfd5e4}.btn--light{border-color:#fff;color:#fff}a.btn,button.btn{position:relative;z-index:3;pointer-events:auto;cursor:pointer}.section--hero{position:relative;min-height:62vh;min-height:62svh}.section--hero h1{font-size:clamp(40px,6.2vw,72px);margin:0 0 12px}.section--hero p{max-width:760px;color:var(--muted)}.section--hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,var(--spotlight-a)) 0 var(--spotlight-stop1),rgba(255,255,255,var(--spotlight-b)) var(--spotlight-stop2),rgba(255,255,255,0) var(--spotlight-stop3)),linear-gradient(0deg,rgba(0,0,0,var(--hero-dim)),rgba(0,0,0,var(--hero-dim))),url(/Hands.jpg) center/cover no-repeat;filter:blur(var(--hero-blur));transform:scale(1.03);z-index:0;pointer-events:none}.section--hero:after{content:none}.section--hero>.sa-container{position:relative;z-index:2;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.section--hero .title-font{color:#0b1015;font-weight:700;letter-spacing:-.015em}.section--hero p{color:#0f1418;font-weight:520;opacity:1}.section:before,.section:after,.section--hero:before,.hero-bg,.panel-dark:before,.panel-media:before,.panel-media:after{pointer-events:none!important}@media (max-width: 768px){.section--hero:before{filter:blur(12px) brightness(1.06) saturate(90%)!important}.section--hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#ffffff47,#ebebf238 30%,#0000002e)}.section--hero h1,.section--hero p{color:#111;text-shadow:none;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;filter:none}.section--hero p{line-height:1.45;font-weight:500}}.panel-dark{display:grid;gap:32px;grid-template-columns:1.15fr 1fr;align-items:center;padding:40px;border-radius:20px;color:#fff;background:linear-gradient(180deg,#0e2450,#162e63);box-shadow:0 18px 40px #0e24502e}.panel-media{aspect-ratio:16/10;border-radius:14px;background:url(/handshake.jpg) center/cover no-repeat,#0c1531}.section--what{background:linear-gradient(180deg,#0e2450,#162e63);color:#fff;padding:72px 0}.what-grid{display:grid;gap:32px;grid-template-columns:1.15fr 1fr;align-items:center}.site_main>.section:first-child{padding-top:0}.site_main>.section.section--bleed:first-child{padding-top:0}.footer,.footer .container{text-align:center}@media (max-width: 900px){.what-grid,.panel-dark{grid-template-columns:1fr}}.services{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.service{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--border);padding:18px;border-radius:14px;box-shadow:0 6px 18px #0e24500d}.service-icon{width:52px;height:52px;border-radius:12px;background:#eef1f7}.service-title{font-weight:600}@media (max-width:720px){.services{grid-template-columns:1fr}}.band{background:var(--navy);color:#fff;padding:28px 0}.band-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.band h3{margin:0;font-weight:600}@media (max-width:820px){.band-row{flex-direction:column;text-align:center}}@media (max-width: 820px){.band{padding:36px 0}.band-row{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px}.band h3{font-size:clamp(20px,5.2vw,26px);line-height:1.28;max-width:28ch;margin:0}.band .btn{width:100%;max-width:320px;justify-content:center;padding:12px 18px;border-radius:999px}.band .btn--light{color:#fff;border-color:#ffffffbf;box-shadow:0 0 0 1px #ffffff59 inset}}@media (max-width: 380px){.band{padding:28px 0}.band h3{max-width:26ch}.band .btn{max-width:280px}}@media (min-width: 1024px){.band{padding:72px 0}.band-row{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;text-align:center}.band h3{max-width:58ch;margin:0 auto;font-size:clamp(26px,2.4vw,34px);line-height:1.28}.band .btn{flex:0 0 auto;padding:14px 26px;border-radius:999px;border:1px solid rgba(255,255,255,.75);box-shadow:0 0 0 1px #ffffff59 inset}}.founder{display:grid;gap:24px;grid-template-columns:1.15fr .85fr;align-items:center}.founder-photo{aspect-ratio:3 / 4;border-radius:16px;border:1px solid var(--border);background:url(/founder.jpg) center / cover no-repeat,#eef1f7;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media (max-width: 900px){.founder{grid-template-columns:1fr}.founder-photo{min-height:400px;max-height:none;border-radius:12px}}@media (max-width:900px){.founder{grid-template-columns:1fr}}.signup .form{display:grid;gap:12px;grid-template-columns:1fr 1fr;max-width:680px}.signup input,.signup select{padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:#fff;font:inherit}.captcha{grid-column:1 / -1;height:54px;border:1px dashed #cdd3e1;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#7b8190}.ok{color:green}.err{color:#dc143c}@media (max-width:640px){.signup .form{grid-template-columns:1fr}}
