*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;height:100%;background:#fff;font-family:DM Sans,system-ui,sans-serif;color:#1a1a2e}body{overflow-x:hidden;overflow-y:auto}#mesh{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;touch-action:none;z-index:0}.app{position:relative;z-index:1;min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:1rem 1.25rem 1.5rem;pointer-events:none}.app>*{pointer-events:auto}.app>.content{pointer-events:none}.content>*{pointer-events:auto;width:100%;max-width:46rem;flex-shrink:0}.site-header{position:relative;z-index:2;width:100%;max-width:56rem;margin-bottom:1.5rem}.mesh-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1rem;background:#ffffffc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:999px;border:1px solid rgba(26,26,46,.08);box-shadow:0 1px #ffffffe6 inset,0 4px 24px #1a1a2e0f}.nav-brand{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.nav-brand-img{display:block;height:40px;width:auto;max-width:min(220px,58vw);object-fit:contain;object-position:left center}.mesh-nav-links{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}.mesh-nav-links a{position:relative;display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:500;color:#3d3d55}.mesh-nav-links a:after{content:"";position:absolute;left:.85rem;right:.85rem;bottom:.3rem;height:2px;border-radius:1px;background:#5c5c7a;transform:scaleX(0);transform-origin:center;transition:transform .22s ease;pointer-events:none}.mesh-nav-links a:hover:after,.mesh-nav-links a:focus-visible:after{transform:scaleX(1)}.mesh-nav-links a.is-active{color:#1a1a2e;font-weight:600}.mesh-nav-links a.is-active:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.mesh-nav-links a:after{transition:none}}.mesh-nav-join{width:10px;height:1px;background:linear-gradient(90deg,transparent,rgba(26,26,46,.2),transparent);flex-shrink:0}.content{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:safe center;width:100%;max-width:none;padding:1rem 1.25rem;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.panel{width:100%;background:#ffffffd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:1.25rem;border:1px solid rgba(26,26,46,.07);box-shadow:0 1px 2px #0000000a,0 12px 40px #1a1a2e12}.panel--hero{padding:2.5rem 1.75rem 2.25rem;text-align:center}.hero-copy{max-width:36rem;margin-inline:auto}.hero-mission{margin:0;font-size:clamp(1.2rem,3.2vw,1.45rem);line-height:1.5;font-weight:500;letter-spacing:-.02em;color:#1a1a2e}.panel--page{padding:1.75rem 1.75rem 1.5rem;max-height:min(70vh,36rem);overflow-y:auto}.page-head{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(26,26,46,.08);background:linear-gradient(90deg,rgba(92,92,122,.12) 0%,transparent 40%);background-repeat:no-repeat;background-size:100% 3px;background-position:0 100%}.page-title{margin:0 0 .35rem;font-size:1.65rem;font-weight:700;letter-spacing:-.03em}.page-lead{margin:0;font-size:1.05rem;line-height:1.5;color:#3d3d55}.page-lead--hook{font-size:1.08rem;line-height:1.55}.page-lead-em{display:inline-block;margin-top:.35rem;font-weight:700;color:#1a1a2e;letter-spacing:-.02em}.about-problems{margin:1rem 0 1.25rem;padding:0;list-style:none}.about-problems li{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.75rem;padding-left:.1rem}.about-problems li:last-child{margin-bottom:0}.about-result{margin:0;padding:1rem 1.1rem;border-radius:.75rem;background:#1a1a2e0d;border-left:3px solid rgba(92,92,122,.55);font-size:1rem;line-height:1.55;color:#2f2f44}.page-body{font-size:1rem;line-height:1.65;color:#2f2f44}.page-body p{margin:0 0 1rem}.page-body p:last-child{margin-bottom:0}.mesh-pillars{margin:1.25rem 0;padding:0;list-style:none}.mesh-pillars li{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.85rem;padding-left:.15rem}.mesh-pillars li:last-child{margin-bottom:0}.mesh-pillar-dot{flex-shrink:0;width:8px;height:8px;margin-top:.45rem;border-radius:50%;background:radial-gradient(circle at 30% 30%,#8a8aa8,#5c5c7a);box-shadow:0 0 0 2px #5c5c7a33}.page-footnote{font-size:.9rem;color:#5c5c7a;font-style:italic;margin-top:1.25rem!important}.panel--contact{max-height:none;overflow-y:visible}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-hint{margin:0 0 .25rem;font-size:.875rem;line-height:1.5;color:#5c5c7a}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.8rem;font-weight:600;color:#3d3d55;letter-spacing:.02em}.form-field input,.form-field textarea{width:100%;margin:0;padding:.6rem .75rem;font:inherit;font-size:1rem;color:#1a1a2e;background:#ffffffe6;border:1px solid rgba(26,26,46,.12);border-radius:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.form-field input::placeholder,.form-field textarea::placeholder{color:#9a9ab0}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#5c5c7a8c;box-shadow:0 0 0 3px #5c5c7a26}.form-field textarea{resize:vertical;min-height:7rem;line-height:1.5}.form-status{margin:0;min-height:1.35em;font-size:.9rem;line-height:1.45;color:#5c5c7a}.form-status:empty{display:none}.form-status--success{color:#2d6a4f}.form-status--error{color:#9b2226}.form-submit{align-self:flex-start;margin-top:.25rem;padding:.65rem 1.25rem;font:inherit;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(165deg,#2a2a42,#1a1a2e);border:none;border-radius:999px;cursor:pointer;box-shadow:0 2px 12px #1a1a2e33;transition:transform .12s ease,box-shadow .12s ease}.form-submit:hover{transform:translateY(-1px);box-shadow:0 4px 16px #1a1a2e40}.form-submit:focus-visible{outline:none;box-shadow:0 0 0 3px #5c5c7a59,0 2px 12px #1a1a2e33}.form-submit:active{transform:translateY(0)}.form-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}@media(max-width:520px){.mesh-nav{border-radius:1rem;flex-direction:column;align-items:stretch}.mesh-nav-links{justify-content:center;flex-wrap:wrap}.mesh-nav-join{display:none}}
