:root{--ash:#F3E8D6;--coal:#141511;--ghost-fern:#A7AE8D;--cinder:#A64330;--section-dark-bg-color:#A7AE8D;--section-dark-text-color:#141511;--section-light-bg-color:#F3E8D6;--section-light-text-color:#141511;--cover-text-color:#141511;--highlight:#A64330;--highlight-contrast:#F3E8D6;--highlight-inverse:#141511;--highlight-inverse-contrast:#F3E8D6;--sticky-menu-text-color:#A7AE8D;--footer-color-background:#141511;--footer-color:#F3E8D6;--section-uni-code-bg-color:#e8e0d0}html{scroll-behavior:smooth}body{font-family:figtree,sans-serif;margin:0;color:var(--coal)}h1,h2,h3,h4,h5,h6{font-family:figtree,sans-serif;font-weight:600}.fixed-nav{display:none}.floating-nav{position:fixed;top:15px;left:15px;right:15px;z-index:1000}.nav-inner{max-width:1410px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background:rgba(20,21,17,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:150px;padding:0 30px;height:59px}.nav-logo{display:flex;align-items:center;text-decoration:none}.nav-logo img{height:27px;width:auto}.nav-links{display:flex;align-items:center;gap:30px}.nav-link{font-weight:600;font-size:14px;letter-spacing:-.14px;color:var(--ash);text-decoration:none;transition:opacity .2s}.nav-link:hover{opacity:.8}.nav-cta{font-weight:600;font-size:14px;letter-spacing:-.14px;color:var(--ash);text-decoration:none;background:var(--cinder);border-radius:100px;padding:8px 15px;transition:opacity .2s}.nav-cta:hover{opacity:.9}.nav-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:5px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--ash);border-radius:1px;transition:transform .3s,opacity .3s}.nav-toggle.open span:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{background:var(--coal);min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:80px 100px 100px;overflow:hidden;box-sizing:border-box}.hero-logomark{position:absolute;top:60px;left:-30px;width:380px;height:380px;opacity:.08;transform:rotate(-15deg);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:1240px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:80px}.hero-left{flex:1;max-width:650px}.hero-title{font-weight:600;font-size:62px;letter-spacing:-.62px;line-height:1;color:var(--ash);margin:0}.hero-right{max-width:340px;flex-shrink:0}.hero-description{font-weight:400;font-size:16px;letter-spacing:-.16px;line-height:1.3;color:var(--ash);margin:0}.section-inner{max-width:1240px;margin:0 auto}.section-features{background:var(--ash);height:600vh;position:relative}.features-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;padding:0 100px;box-sizing:border-box}.features-content{max-width:1240px;width:100%;margin:0 auto;display:flex;gap:60px;align-items:center}.features-left{flex:1;display:flex;flex-direction:column;gap:50px;min-width:0}.features-text-panels{position:relative;min-height:180px}.features-text-panel{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.features-text-panel.active{position:relative;opacity:1;transform:translateY(0);pointer-events:auto}.features-text-panel h2{font-size:42px;letter-spacing:-.42px;line-height:1;color:var(--coal);margin:0 0 20px}.features-text-panel p{font-size:16px;letter-spacing:-.16px;line-height:1.5;color:var(--coal);margin:0}.features-icon-bar{display:flex;gap:30px}.feature-icon{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--coal);opacity:.3;transition:opacity .3s ease;cursor:pointer}.feature-icon.active{opacity:1}.feature-icon svg{width:24px;height:24px}.feature-icon span{font-size:14px;letter-spacing:-.14px;line-height:1.3;text-align:center;white-space:nowrap}.features-right{flex:1;position:relative;min-height:400px}.features-image{position:absolute;top:0;left:0;width:100%;border-radius:16px;display:block;opacity:0;transition:opacity .4s ease}.features-image.active{position:relative;opacity:1}.section-why{background:var(--coal);padding:100px;position:relative;overflow:hidden}.section-why::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--bg-texture);background-size:cover;background-position:50%;opacity:.15;pointer-events:none}.section-why .section-inner{position:relative;z-index:1}.why-top{display:flex;gap:80px;margin-bottom:80px;align-items:flex-start}.why-problem{flex:1;max-width:530px}.why-problem-desc{max-width:510px}.section-label{display:block;font-weight:600;font-size:18px;letter-spacing:-.18px;line-height:1.3;color:var(--ash);margin-bottom:24px}.section-why h2{font-size:42px;letter-spacing:-.42px;line-height:1;color:var(--ash);margin:0}.why-problem-desc p{font-size:16px;letter-spacing:-.16px;line-height:1.3;color:var(--ash);margin:0}.why-bottom{position:relative;z-index:1}.value-props{display:flex;gap:60px;margin-top:20px}.value-prop{flex:1}.value-prop svg{width:24px;height:24px;color:var(--ash);margin-bottom:20px}.value-prop p{font-size:16px;letter-spacing:-.16px;line-height:1.3;color:var(--ash);margin:0}.section-contact{background:var(--ghost-fern);padding:100px}.contact-layout{max-width:1240px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}.contact-form-area{flex:1;max-width:600px}.contact-form-area h2{font-size:42px;letter-spacing:-.42px;line-height:1;color:var(--coal);margin:0 0 30px}.contact-intro{font-size:16px;letter-spacing:-.16px;line-height:1.3;color:var(--coal);margin:0 0 40px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px}.form-group{flex:1;display:flex;flex-direction:column;gap:8px}.form-group-full{width:100%}.form-group label{font-weight:600;font-size:14px;letter-spacing:-.14px;color:var(--coal)}.form-group input,.form-group textarea{font-family:figtree,sans-serif;font-size:14px;letter-spacing:-.14px;color:var(--coal);background:rgba(20,21,17,5%);border:none;border-radius:8px;padding:8px 12px;outline:none;transition:background .2s}.form-group input:focus,.form-group textarea:focus{background:rgba(20,21,17,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(20,21,17,.4)}.form-group textarea{resize:vertical;min-height:100px}.btn-submit{font-family:figtree,sans-serif;font-weight:600;font-size:14px;letter-spacing:-.14px;color:var(--ash);background:var(--cinder);border:none;border-radius:100px;padding:8px 15px;cursor:pointer;width:fit-content;transition:opacity .2s}.btn-submit:hover{opacity:.9}.contact-image{flex:1;max-width:654px}.contact-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.site-footer{background:var(--coal);padding:70px 100px 50px;font-family:figtree,sans-serif;color:var(--ash)}.footer-inner{max-width:1240px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px}.footer-logo img{height:80px;width:auto}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.footer-email{display:flex;align-items:center;gap:10px;color:var(--ash);text-decoration:none;font-size:16px;letter-spacing:-.16px;transition:opacity .2s}.footer-email:hover{opacity:.8}.footer-email svg{width:24px;height:24px;flex-shrink:0}.footer-social{display:flex;gap:24px}.footer-social a{color:var(--ash);font-size:20px;text-decoration:none;transition:opacity .2s}.footer-social a:hover{opacity:.8}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(243,232,214,.1)}.footer-copyright{font-size:12px;letter-spacing:-.12px;opacity:.7}.footer-legal{display:flex;gap:40px}.footer-legal a{font-size:12px;letter-spacing:-.12px;color:var(--ash);text-decoration:none;transition:opacity .2s}.footer-legal a:hover{opacity:.8;text-decoration:underline}body.animations-ready .section-why,body.animations-ready .section-contact{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}body.animations-ready .section-why.visible,body.animations-ready .section-contact.visible{opacity:1;transform:translateY(0)}body.animations-ready .value-prop{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94)}body.animations-ready .value-prop.visible{opacity:1;transform:translateY(0)}body.animations-ready .value-prop:nth-child(2){transition-delay:.1s}body.animations-ready .value-prop:nth-child(3){transition-delay:.2s}body.animations-ready .value-prop:nth-child(4){transition-delay:.3s}@media(prefers-reduced-motion:reduce){body.animations-ready .section-about,body.animations-ready .section-why,body.animations-ready .section-contact,body.animations-ready .value-prop{opacity:1;transform:none;transition:none}.section-features{height:auto}.features-text-panel{opacity:1;transform:none;transition:none}.features-image{opacity:1;transition:none}}@media(max-width:1024px){.hero{padding:80px 40px 60px}.hero-title{font-size:48px}.hero-content{gap:40px}.section-contact{padding:60px 40px}.section-why{padding:60px 40px}.features-sticky{padding:0 40px}.features-content{gap:40px}.features-text-panel h2{font-size:32px}.contact-layout{flex-direction:column}.contact-image{max-width:none}.why-top{flex-direction:column;gap:40px}.why-problem{max-width:none}.value-props{flex-wrap:wrap;gap:40px}.value-prop{flex:1 1 calc(50% - 20px);min-width:180px}.site-footer{padding:50px 40px 40px}}@media(max-width:768px){.nav-links{display:none;position:absolute;top:69px;left:0;right:0;flex-direction:column;background:rgba(20,21,17,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;padding:20px;gap:16px;align-items:flex-start}.nav-links.open{display:flex}.nav-toggle{display:flex}.hero{padding:100px 24px 50px;min-height:80vh}.hero-content{flex-direction:column;align-items:flex-start;gap:30px}.hero-title{font-size:36px}.hero-right{max-width:none}.hero-logomark{width:250px;height:250px;top:40px;left:-40px}.section-contact{padding:50px 24px}.section-why{padding:50px 24px}.section-why h2,.contact-form-area h2,.features-text-panel h2{font-size:32px}.features-sticky{padding:0 24px}.features-content{flex-direction:column;gap:30px}.features-right{min-height:250px}.features-icon-bar{flex-wrap:wrap;gap:20px;justify-content:center}.value-props{flex-direction:column;gap:30px}.value-prop{flex:none}.form-row{flex-direction:column;gap:20px}.contact-image img{border-radius:16px}.footer-top{flex-direction:column;gap:30px}.footer-contact{align-items:flex-start}.footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}.footer-legal{flex-wrap:wrap;gap:16px}.site-footer{padding:40px 24px 30px}}.content.page-template{padding-top:100px}.post-content{hyphens:none;word-break:normal}.post-content .mermaid{max-width:100%;overflow-x:auto;border:1px solid #a7ae8d;border-radius:4px;padding:1em}.post-content .mermaid svg{font-size:160px !important}.post-meta{color:#666;font-size:.95em;margin-top:-.5em;margin-bottom:2em}.post-meta a{color:var(--cinder);text-decoration:none}.post-meta a:hover{text-decoration:underline}.team-role{color:#666;font-size:1.1em;margin-top:-.5em;margin-bottom:1.5em}.team-headshot{border-radius:50%;float:right;margin:0 0 1em 1.5em}.team-list{list-style:none;padding:0}.team-member{display:flex;align-items:center;gap:1.2em;margin-bottom:1.5em}.team-headshot-thumb{border-radius:50%}.team-member-info{display:flex;flex-direction:column}.team-member-name{font-size:1.2em;font-weight:600;color:var(--cinder);text-decoration:none}.team-member-name:hover{text-decoration:underline}.team-member-role{color:#666;font-size:.95em}.post-content h3:first-child{margin-top:1.5em}.legal-meta{color:#666;font-size:.95em;margin-bottom:2em;border-bottom:1px solid #ddd;padding-bottom:1em}a.btn,#site-head a.btn{font-family:figtree,sans-serif;font-weight:600}#site-head .blog-description{font-family:figtree,sans-serif !important}