:root{--ink:#162c2b;--ink-2:#2f4442;--muted:#63716f;--paper:#f5f1e9;--paper-2:#ece7dd;--surface:#fffdf8;--surface-cool:#eff4f1;--line:#d8ddd6;--line-strong:#bdc8c1;--accent:#c76643;--accent-dark:#8e422c;--accent-soft:#f4dfd4;--teal:#327064;--teal-soft:#dcece5;--violet:#665979;--violet-soft:#e9e3ee;--warning:#865b20;--warning-soft:#f3e7c9;--footer-muted:#485754;--white:#fff;--shadow-sm:0 1px 2px #162c2b0a, 0 8px 24px #162c2b0d;--shadow-lg:0 24px 80px #162c2b1f;--radius-sm:.55rem;--radius-md:1rem;--radius-lg:1.5rem;--container:76rem;--font-sans:"Aptos", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{background:var(--paper);min-width:20rem;color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:1rem;line-height:1.65}body::selection{background:var(--accent-soft);color:var(--ink)}h1,h2,h3,p,ul,ol{margin-top:0}h1,h2,h3{color:var(--ink);letter-spacing:-.035em;font-weight:680;line-height:1.08}h1{font-size:clamp(2.75rem,7vw,5.65rem)}h2{font-size:clamp(2rem,4vw,3.45rem)}h3{font-size:clamp(1.25rem,2vw,1.55rem)}p:last-child{margin-bottom:0}a{color:inherit;text-underline-offset:.2em}img,svg{max-width:100%;display:block}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.skip-link{z-index:1000;border-radius:var(--radius-sm);background:var(--ink);color:var(--white);padding:.7rem 1rem;font-weight:700;transition:transform .15s;position:fixed;top:.8rem;left:.8rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 3rem), var(--container));margin-inline:auto}.narrow-container{width:min(100% - 3rem,53rem);margin-inline:auto}.site-header{z-index:20;background:#f5f1e9f5;border-bottom:1px solid #162c2b1a;position:relative}.site-header__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:5.25rem;display:flex}.wordmark{color:var(--ink);letter-spacing:-.025em;align-items:center;gap:.72rem;font-size:1.05rem;font-weight:720;text-decoration:none;display:inline-flex}.wordmark__symbol{background:var(--ink);border-radius:.4rem;place-items:center;width:1.9rem;height:1.9rem;display:grid;position:relative}.wordmark__symbol:before{border-bottom:2px solid var(--surface);border-left:2px solid var(--surface);content:"";width:.77rem;height:.9rem;position:absolute}.wordmark__symbol span:first-child{background:var(--accent);width:.5rem;height:2px;position:absolute;top:.48rem;right:.42rem}.wordmark__symbol span:last-child{display:none}.desktop-nav{align-items:center;gap:.15rem;display:flex}.desktop-nav a{color:var(--ink-2);border-radius:.45rem;padding:.65rem .85rem;font-size:.93rem;font-weight:620;text-decoration:none;transition:color .15s,background .15s;position:relative}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--accent-dark);background:#fffdf8b8}.desktop-nav a.is-active:after{background:var(--accent);content:"";height:2px;position:absolute;bottom:.31rem;left:.85rem;right:.85rem}.mobile-nav{display:none}.eyebrow{color:var(--accent-dark);letter-spacing:.13em;text-transform:uppercase;margin-bottom:1rem;font-size:.76rem;font-weight:780;line-height:1.4}.section{padding:clamp(5rem,9vw,8.5rem) 0}.section--tight{padding:clamp(4rem,7vw,6.2rem) 0}.section--surface{border-block:1px solid var(--line);background:var(--surface)}.section--dark{background:var(--ink);color:#d8e1de}.section--dark h2,.section--dark h3{color:var(--surface)}.section--dark .eyebrow{color:#e9a283}.section-heading{grid-template-columns:minmax(0,1.35fr) minmax(16rem,.65fr);align-items:end;gap:clamp(2rem,6vw,6rem);margin-bottom:3.1rem;display:grid}.section-heading h2{max-width:14ch;margin-bottom:0}.section-heading>p{color:var(--muted);margin-bottom:.35rem;font-size:1.05rem}.button-row{flex-wrap:wrap;gap:.85rem;display:flex}.button-link{border:1px solid #0000;border-radius:.55rem;justify-content:center;align-items:center;gap:.65rem;min-height:3.2rem;padding:.78rem 1.2rem;font-size:.94rem;font-weight:720;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.button-link svg,.product-card__link svg,.text-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.05rem;transition:transform .15s}.button-link:hover,.product-card__link:hover,.text-link:hover{text-decoration:none}.button-link:hover svg,.product-card__link:hover svg,.text-link:hover svg{transform:translate(.2rem)}.button-link--primary{background:var(--ink);color:var(--white);box-shadow:0 7px 18px #162c2b26}.button-link--primary:hover{background:#213b39;transform:translateY(-1px)}.button-link--secondary{border-color:var(--line-strong);color:var(--ink);background:#fffdf89e}.button-link--secondary:hover{border-color:var(--ink-2);background:var(--surface)}.button-link--text{min-height:auto;color:var(--accent-dark);padding:.2rem 0}.status-badge{letter-spacing:.015em;border:1px solid;border-radius:999px;align-items:center;gap:.48rem;width:fit-content;padding:.42rem .65rem;font-size:.72rem;font-weight:760;line-height:1.2;display:inline-flex}.status-badge__dot{background:currentColor;border-radius:50%;flex:none;width:.42rem;height:.42rem}.status-badge--review{background:var(--warning-soft);color:#714713;border-color:#d3ae68}.status-badge--development{background:var(--teal-soft);color:#245b50;border-color:#9fc7b8}.status-badge--research{background:var(--violet-soft);color:#554666;border-color:#c3b7ce}.home-hero{padding:clamp(4.5rem,9vw,8rem) 0 clamp(5rem,10vw,9rem);position:relative;overflow:hidden}.home-hero:before{content:"";filter:blur(3rem);pointer-events:none;background:#c7664317;border-radius:50%;width:35rem;height:35rem;position:absolute;top:-10rem;right:-5rem}.home-hero__grid{grid-template-columns:minmax(0,1.25fr) minmax(20rem,.75fr);align-items:center;gap:clamp(3rem,8vw,7rem);display:grid;position:relative}.home-hero h1{max-width:10.5ch;margin-bottom:1.6rem}.home-hero__lead{max-width:44rem;color:var(--ink-2);margin-bottom:2.2rem;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.65}.integrity-diagram{min-height:28rem;position:relative}.integrity-diagram:before{border-radius:var(--radius-lg);content:"";background-image:linear-gradient(#162c2b0e 1px,#0000 1px),linear-gradient(90deg,#162c2b0e 1px,#0000 1px);background-size:2.25rem 2.25rem;border:1px solid #162c2b1f;position:absolute;inset:.5rem 2rem 0 0}.integrity-diagram__panel{border-radius:var(--radius-md);width:min(100%,22rem);box-shadow:var(--shadow-lg);background:#fffdf8f5;border:1px solid #162c2b29;position:absolute;top:3.1rem;right:0;overflow:hidden}.integrity-diagram__header{border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:1rem 1.1rem;font-size:.76rem;font-weight:690;display:flex}.integrity-diagram__header span:last-child{background:var(--accent);width:.5rem;height:.5rem;box-shadow:0 0 0 4px var(--accent-soft);border-radius:50%}.integrity-diagram__row{border-bottom:1px solid var(--line);grid-template-columns:2.2rem 1fr;align-items:start;gap:.9rem;padding:1.2rem 1.1rem;display:grid}.integrity-diagram__row:last-child{border-bottom:0}.integrity-diagram__number{color:var(--accent-dark);letter-spacing:.08em;font-size:.76rem;font-weight:780}.integrity-diagram__row strong{color:var(--ink);margin-bottom:.18rem;font-size:.94rem;display:block}.integrity-diagram__row p{color:var(--muted);font-size:.82rem;line-height:1.5}.credibility-strip{border-block:1px solid var(--line);background:#fffdf87a}.credibility-strip__grid{grid-template-columns:repeat(3,1fr);display:grid}.credibility-strip__item{border-right:1px solid var(--line);padding:1.65rem clamp(1rem,3vw,2.4rem)}.credibility-strip__item:first-child{padding-left:0}.credibility-strip__item:last-child{border-right:0;padding-right:0}.credibility-strip__item strong{color:var(--ink);margin-bottom:.2rem;font-size:.92rem;display:block}.credibility-strip__item span{color:var(--muted);font-size:.86rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;display:grid}.product-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);min-height:28rem;box-shadow:var(--shadow-sm);flex-direction:column;padding:clamp(1.35rem,3vw,2rem);transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden}.product-card:before{background:var(--line-strong);content:"";height:3px;position:absolute;top:0;left:0;right:0}.product-card:first-child:before{background:#b9842d}.product-card:nth-child(2):before{background:var(--teal)}.product-card:nth-child(3):before{background:var(--violet)}.product-card:hover{border-color:var(--line-strong);transform:translateY(-3px);box-shadow:0 18px 48px #162c2b17}.product-card__topline{justify-content:space-between;align-items:flex-start;gap:.7rem;min-height:3rem;margin-bottom:2.3rem;display:flex}.product-mark{letter-spacing:.04em;border:1px solid;border-radius:.65rem;flex:none;place-items:center;width:2.65rem;height:2.65rem;font-size:.72rem;font-weight:800;display:grid}.product-mark--review{background:var(--warning-soft);color:#714713;border-color:#dbc08e}.product-mark--development{background:var(--teal-soft);color:#245b50;border-color:#acd0c2}.product-mark--research{background:var(--violet-soft);color:#554666;border-color:#c9bfd2}.product-card__platform{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem;font-size:.74rem;font-weight:730}.product-card h3{margin-bottom:1rem}.product-card__description{color:var(--muted);margin-bottom:2rem;font-size:.98rem}.product-card__link{border-top:1px solid var(--line);color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;font-size:.9rem;font-weight:720;text-decoration:none;display:inline-flex}.philosophy-grid{grid-template-columns:minmax(18rem,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(3rem,9vw,8rem);display:grid}.philosophy-grid h2{max-width:10ch;margin-bottom:0}.philosophy-copy>p{max-width:43rem;color:var(--ink-2);font-size:clamp(1.1rem,2vw,1.32rem);line-height:1.7}.principle-list{border-top:1px solid var(--line-strong);gap:0;margin-top:2.5rem;display:grid}.principle-list__item{border-bottom:1px solid var(--line);grid-template-columns:3rem 1fr;gap:1rem;padding:1.35rem 0;display:grid}.principle-list__item span{color:var(--accent-dark);letter-spacing:.08em;font-size:.74rem;font-weight:780}.principle-list__item strong{color:var(--ink);font-size:.98rem}.page-hero{border-bottom:1px solid var(--line);padding:clamp(4.5rem,9vw,8rem) 0 clamp(4.8rem,9vw,7.5rem);position:relative;overflow:hidden}.page-hero:after{content:"";pointer-events:none;border:1px solid #162c2b14;border-radius:50%;width:31rem;height:31rem;position:absolute;top:-7rem;right:-9rem;box-shadow:0 0 0 4rem #162c2b05,0 0 0 8rem #162c2b03}.page-hero--research{background:#f0ebf2}.page-hero--compact{padding-block:clamp(4rem,8vw,6.5rem)}.page-hero__inner{z-index:1;grid-template-columns:minmax(0,1.38fr) minmax(16rem,.62fr);align-items:center;gap:clamp(3rem,9vw,8rem);display:grid;position:relative}.page-hero__copy>.status-badge{margin-bottom:1.5rem}.page-hero h1{max-width:13ch;margin-bottom:1.5rem;font-size:clamp(2.65rem,6vw,5.1rem)}.page-hero--compact h1{max-width:14ch;font-size:clamp(2.65rem,6vw,4.75rem)}.page-hero__description{max-width:45rem;color:var(--ink-2);margin-bottom:0;font-size:clamp(1.08rem,2vw,1.25rem);line-height:1.7}.page-hero__actions:not(:empty){margin-top:2rem}.page-hero__aside:empty{display:none}.aside-note,.status-panel,.research-note{border:1px solid var(--line-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fffdf8c2;padding:1.5rem;position:relative}.aside-note__label,.status-panel__label{color:var(--accent-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;font-size:.73rem;font-weight:780}.aside-note p:last-child,.status-panel p:last-child,.research-note p:last-child{color:var(--muted);font-size:.92rem}.status-panel__status{align-items:flex-start;gap:.8rem;margin-bottom:.9rem;display:flex}.status-panel__status:before{background:var(--accent);content:"";width:.6rem;height:.6rem;box-shadow:0 0 0 5px var(--accent-soft);border-radius:50%;flex:none;margin-top:.45rem}.status-panel__status strong{line-height:1.45}.intro-grid{grid-template-columns:minmax(15rem,.6fr) minmax(0,1.4fr);align-items:start;gap:clamp(3rem,9vw,8rem);display:grid}.intro-grid h2{max-width:11ch;margin-bottom:0}.intro-grid__copy>p:first-child{color:var(--ink-2);font-size:clamp(1.18rem,2vw,1.48rem);line-height:1.65}.intro-grid__copy>p:not(:first-child){max-width:45rem;color:var(--muted);font-size:1.02rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.feature-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:clamp(1.4rem,3vw,2rem)}.feature-card__number,.feature-card__icon{border:1px solid var(--line-strong);width:2.5rem;height:2.5rem;color:var(--accent-dark);border-radius:50%;place-items:center;margin-bottom:2.5rem;font-size:.74rem;font-weight:780;display:grid}.feature-card h3{margin-bottom:.7rem}.feature-card p{color:var(--muted);font-size:.94rem}.detail-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.detail-item{background:var(--surface);min-height:13rem;padding:clamp(1.4rem,3vw,2.2rem)}.detail-item__label{color:var(--accent-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2.5rem;font-size:.72rem;font-weight:780}.detail-item h3{margin-bottom:.7rem}.detail-item p{color:var(--muted);font-size:.94rem}.timeline{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3rem;display:grid;position:relative}.timeline:before{content:"";background:#75918c;height:1px;position:absolute;top:1rem;left:1rem;right:1rem}.timeline__item{padding-top:3rem;position:relative}.timeline__item:before{border:4px solid var(--ink);content:"";background:#e9a283;border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:.64rem;left:0}.timeline__item span{color:#e9a283;letter-spacing:.09em;text-transform:uppercase;margin-bottom:.5rem;font-size:.74rem;font-weight:780;display:block}.timeline__item h3{margin-bottom:.7rem;font-size:1.2rem}.timeline__item p{color:#aebdb9;font-size:.91rem}.callout{border-radius:var(--radius-md);background:#faf1dc;border:1px solid #d8c28f;grid-template-columns:auto 1fr;gap:1.25rem;padding:1.4rem;display:grid}.callout--review{background:#f1ecf4;border-color:#c6b8d1}.callout__mark{width:2rem;height:2rem;color:var(--warning);border:1px solid;border-radius:50%;place-items:center;font-size:.78rem;font-weight:800;display:grid}.callout--review .callout__mark{color:var(--violet)}.callout strong{margin-bottom:.25rem;display:block}.callout p{color:var(--ink-2);font-size:.92rem}.question-list{border-top:1px solid var(--line-strong);counter-reset:questions;gap:0;display:grid}.question-list__item{border-bottom:1px solid var(--line);counter-increment:questions;grid-template-columns:3rem 1fr;gap:1rem;padding:1.3rem 0;display:grid}.question-list__item:before{color:var(--violet);content:"0" counter(questions);letter-spacing:.08em;font-size:.74rem;font-weight:780}.question-list__item p{color:var(--ink);font-size:1.02rem;font-weight:620}.tag-list{flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.tag-list li{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink-2);border-radius:.45rem;padding:.55rem .75rem;font-size:.86rem;font-weight:650}.research-layout{grid-template-columns:minmax(0,1.1fr) minmax(17rem,.55fr);align-items:start;gap:clamp(3rem,9vw,8rem);display:grid}.research-layout h2{margin-bottom:1.2rem}.research-layout__intro{color:var(--ink-2);font-size:1.15rem}.research-sidebar{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:1.5rem;position:sticky;top:2rem}.research-sidebar h3{margin-bottom:1rem;font-size:1.1rem}.research-sidebar p{color:var(--muted);font-size:.9rem}.research-sidebar ul{border-top:1px solid var(--line);gap:.55rem;margin:1.2rem 0 0;padding:1.2rem 0 0;list-style:none;display:grid}.research-sidebar li{color:var(--ink-2);font-size:.87rem}.research-sidebar li:before{color:var(--violet);content:"—";margin-right:.6rem}.partner-research-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:3rem;display:grid;overflow:hidden}.partner-research-grid div{background:var(--surface);color:var(--ink-2);padding:1.35rem 1.5rem;font-weight:640}.partner-research-grid span{color:var(--accent-dark);letter-spacing:.09em;margin-bottom:.45rem;font-size:.7rem;font-weight:800;display:block}.founder-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);grid-template-columns:minmax(15rem,.6fr) minmax(0,1.4fr);gap:clamp(2rem,8vw,7rem);padding:clamp(2rem,6vw,4.5rem);display:grid}.founder-card__identity{border-right:1px solid var(--line);padding-right:2rem}.founder-monogram{border-radius:var(--radius-md);background:var(--ink);width:5rem;height:5rem;color:var(--surface);letter-spacing:.02em;place-items:center;margin-bottom:1.5rem;font-size:1.4rem;font-weight:750;display:grid}.founder-card__identity h2{margin-bottom:.4rem;font-size:1.75rem}.founder-card__identity p{color:var(--accent-dark);font-size:.88rem;font-weight:700}.founder-card__copy p:first-child{color:var(--ink-2);font-size:1.2rem;line-height:1.7}.founder-card__copy p:not(:first-child){color:var(--muted)}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.contact-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;min-height:15rem;padding:1.6rem;display:flex}.contact-card__label{color:var(--accent-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;font-size:.72rem;font-weight:780}.contact-card h2,.contact-card h3{margin-bottom:.7rem;font-size:1.35rem}.contact-card p{color:var(--muted);font-size:.9rem}.contact-card a{color:var(--ink);overflow-wrap:anywhere;margin-top:auto;font-size:.9rem;font-weight:720}.document-shell{grid-template-columns:15rem minmax(0,1fr);align-items:start;gap:clamp(3rem,8vw,7rem);display:grid}.document-nav{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:1.3rem;position:sticky;top:2rem}.document-nav p{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.9rem;font-size:.72rem;font-weight:780}.document-nav a{color:var(--ink-2);padding:.45rem 0;font-size:.87rem;font-weight:620;text-decoration:none;display:block}.document-nav a:hover{color:var(--accent-dark)}.document-content{min-width:0}.document-content section{border-bottom:1px solid var(--line);margin-bottom:3rem;padding:0 0 3rem;scroll-margin-top:2rem}.document-content section:last-child{border-bottom:0;margin-bottom:0}.document-content h2{margin-bottom:1rem;font-size:clamp(1.55rem,3vw,2.2rem)}.document-content p,.document-content li{color:var(--ink-2)}.document-content ul{padding-left:1.25rem}.placeholder-block{border-radius:var(--radius-sm);background:#fbebe4;border:1px dashed #bb8e7e;padding:1.2rem 1.3rem}.placeholder-block strong{color:#763921;margin-bottom:.3rem;font-size:.84rem;display:block}.placeholder-block p{color:#64483d;font-size:.9rem}.section--cta{padding-top:0}.cta-panel{border-radius:var(--radius-lg);background:var(--ink);color:#b9c7c4;justify-content:space-between;align-items:center;gap:3rem;padding:clamp(2rem,6vw,4rem);display:flex}.cta-panel h2{max-width:18ch;color:var(--surface);margin-bottom:.8rem;font-size:clamp(1.8rem,4vw,3rem)}.cta-panel p:not(.eyebrow){max-width:40rem;margin-bottom:0}.cta-panel .eyebrow{color:#e9a283}.cta-panel .button-link--primary{background:var(--surface);color:var(--ink);box-shadow:none;flex:none}.cta-panel .button-link--primary:hover{background:var(--accent-soft)}.site-footer{border-top:1px solid var(--line);background:#e9e4da;padding:clamp(4rem,7vw,6rem) 0 2rem}.site-footer__main{grid-template-columns:1.35fr .65fr;gap:4rem;padding-bottom:4rem;display:grid}.site-footer__brand p{max-width:25rem;color:var(--footer-muted);margin:1rem 0 0}.site-footer__links{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.site-footer__links>div{flex-direction:column;align-items:flex-start;display:flex}.site-footer__heading{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem;font-size:.78rem;font-weight:760}.site-footer__links a{color:var(--footer-muted);padding:.25rem 0;font-size:.9rem;text-decoration:none}.site-footer__links a:hover{color:var(--accent-dark)}.site-footer__legal{border-top:1px solid var(--line-strong);justify-content:space-between;align-items:flex-end;gap:3rem;padding-top:1.5rem;display:flex}.site-footer__legal p{max-width:58rem;color:var(--footer-muted);margin:0;font-size:.74rem;line-height:1.6}.site-footer__legal p:last-child{flex:none}.not-found{text-align:center;place-items:center;min-height:65vh;display:grid}.not-found__code{color:var(--accent-dark);letter-spacing:.12em;margin-bottom:.5rem;font-size:.8rem;font-weight:800}.not-found h1{margin-bottom:1rem;font-size:clamp(2.7rem,7vw,5rem)}.not-found p{max-width:34rem;color:var(--muted);margin:0 auto 2rem;font-size:1.08rem}@media (width<=62rem){.home-hero__grid,.page-hero__inner{grid-template-columns:1fr}.home-hero__copy,.page-hero__copy{max-width:51rem}.integrity-diagram{max-width:35rem;min-height:24rem}.product-grid,.feature-grid,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:last-child,.feature-grid:not(.feature-grid--two) .feature-card:last-child,.contact-card:last-child{grid-column:1/-1}.product-card:last-child{min-height:22rem}.research-layout{grid-template-columns:1fr}.research-sidebar{position:static}}@media (width<=48rem){.container,.narrow-container{width:min(calc(100% - 2rem), var(--container))}.site-header__inner{min-height:4.6rem}.desktop-nav{display:none}.mobile-nav{display:block;position:relative}.mobile-nav summary{color:var(--ink);cursor:pointer;align-items:center;gap:.6rem;padding:.55rem 0;font-size:.86rem;font-weight:720;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav__icon{width:1.25rem;height:1rem;position:relative}.mobile-nav__icon i{background:var(--ink);height:2px;transition:transform .15s,top .15s;position:absolute;left:0;right:0}.mobile-nav__icon i:first-child{top:.25rem}.mobile-nav__icon i:last-child{top:.7rem}.mobile-nav[open] .mobile-nav__icon i:first-child{top:.48rem;transform:rotate(45deg)}.mobile-nav[open] .mobile-nav__icon i:last-child{top:.48rem;transform:rotate(-45deg)}.mobile-nav nav{border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface);width:min(18rem,100vw - 2rem);box-shadow:var(--shadow-lg);padding:.7rem;display:grid;position:absolute;top:3.2rem;right:0}.mobile-nav nav a{color:var(--ink-2);border-radius:.4rem;padding:.75rem .8rem;font-size:.92rem;font-weight:660;text-decoration:none}.mobile-nav nav a.is-active{background:var(--paper);color:var(--accent-dark)}.section-heading,.philosophy-grid,.intro-grid,.founder-card,.document-shell{grid-template-columns:1fr}.section-heading{gap:1.3rem}.section-heading h2,.philosophy-grid h2,.intro-grid h2{max-width:16ch}.credibility-strip__grid{grid-template-columns:1fr}.credibility-strip__item,.credibility-strip__item:first-child,.credibility-strip__item:last-child{border-right:0;border-bottom:1px solid var(--line);padding:1rem 0}.credibility-strip__item:last-child{border-bottom:0}.product-grid,.feature-grid,.feature-grid--two,.detail-grid,.contact-grid,.timeline,.partner-research-grid{grid-template-columns:1fr}.product-card:last-child,.feature-grid:not(.feature-grid--two) .feature-card:last-child,.contact-card:last-child{grid-column:auto}.product-card{min-height:25rem}.timeline{gap:0}.timeline:before{width:1px;height:auto;inset:1rem auto 1rem .36rem}.timeline__item{padding:0 0 2.4rem 2.25rem}.timeline__item:before{top:.1rem}.founder-card__identity{border-right:0;border-bottom:1px solid var(--line);padding:0 0 1.7rem}.document-nav{position:static}.cta-panel{flex-direction:column;align-items:flex-start;gap:1.8rem}.site-footer__main{grid-template-columns:1fr;gap:3rem}.site-footer__legal{flex-direction:column;align-items:flex-start;gap:1rem}}@media (width<=30rem){.wordmark{font-size:.93rem}.mobile-nav__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button-row{flex-direction:column;align-items:stretch}.button-link{width:100%}.product-card__topline{flex-direction:column;align-items:flex-start}.integrity-diagram{min-height:26rem}.integrity-diagram:before{right:0}.callout{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
