:root{--espresso:#241611;--espresso-soft:#3a271d;--cream:#fbf3e7;--cream-dim:#f2e6d3;--marmalade:#ef7d16;--marmalade-deep:#d9660a;--gold:#f6b93b;--clay:#c1622b;--latte:#dcb98d;--font-display:"Fraunces", Georgia, serif;--font-body:"Work Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-pill:100px;--border-width:2px;--border:var(--border-width) solid var(--espresso);--shadow-hard:4px 4px 0px var(--espresso);--shadow-hard-lg:6px 6px 0px var(--espresso);--max-w:1080px;--section-pad:clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 3rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{background-color:var(--cream);color:var(--espresso);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.65}img{max-width:100%;display:block}a{color:var(--marmalade-deep);text-underline-offset:3px;text-decoration:underline}.font-display{font-family:var(--font-display)}.font-mono{font-family:var(--font-mono)}h1,h2,h3,h4{font-family:var(--font-display);color:var(--espresso);font-weight:700;line-height:1.1}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}.tile-strip{border-top:2px solid var(--espresso);border-bottom:2px solid var(--espresso);background-image:repeating-linear-gradient(45deg, var(--gold) 0px, var(--gold) 14px, var(--marmalade) 14px, var(--marmalade) 28px);flex-shrink:0;width:100%;height:28px}.eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--espresso-soft);background:var(--cream-dim);border:var(--border);border-radius:var(--radius-pill);margin-bottom:1.1rem;padding:.25rem .85rem;font-size:.7rem;font-weight:500;display:inline-block}.btn{border-radius:var(--radius-pill);border:var(--border);font-family:var(--font-body);cursor:pointer;white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn-primary{background:var(--marmalade);color:var(--espresso);box-shadow:var(--shadow-hard)}.btn-primary:hover,.btn-primary:focus-visible{box-shadow:6px 6px 0px var(--espresso);color:var(--espresso);transform:translate(-2px,-2px)}.btn-secondary{background:var(--cream);color:var(--espresso);box-shadow:var(--shadow-hard)}.btn-secondary:hover,.btn-secondary:focus-visible{box-shadow:6px 6px 0px var(--espresso);color:var(--espresso);transform:translate(-2px,-2px)}.btn-gold{background:var(--gold);color:var(--espresso);box-shadow:var(--shadow-hard)}.btn-gold:hover,.btn-gold:focus-visible{box-shadow:6px 6px 0px var(--espresso);color:var(--espresso);transform:translate(-2px,-2px)}.btn:active{box-shadow:var(--shadow-hard)!important;transform:translate(0)!important}.card{background:var(--cream);border:var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-hard-lg);overflow:hidden}.hero{padding:var(--section-pad);position:relative;overflow:hidden}.hero-blob{background:radial-gradient(circle, var(--gold) 0%, var(--marmalade) 45%, transparent 70%);opacity:.25;pointer-events:none;z-index:0;border-radius:50%;width:420px;height:420px;position:absolute;top:-80px;right:-80px}.hero-inner{z-index:1;max-width:var(--max-w);margin-inline:auto;position:relative}.hero-brand{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-logo{border-radius:var(--radius-md);border:var(--border);width:64px;height:64px;box-shadow:var(--shadow-hard);object-fit:cover;flex-shrink:0}.hero-logo-fallback{border-radius:var(--radius-md);border:var(--border);width:64px;height:64px;box-shadow:var(--shadow-hard);background:var(--marmalade);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-wordmark{font-family:var(--font-display);color:var(--espresso);letter-spacing:-.02em;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:700;line-height:1}.hero-wordmark-group{flex-direction:column;gap:.2rem;display:flex}.hero-signature{font-family:var(--font-mono);letter-spacing:.08em;color:var(--marmalade-deep);text-transform:uppercase;font-size:.72rem;font-weight:500}.hero-content{grid-template-columns:1fr auto;align-items:start;gap:3rem;display:grid}.hero-text{max-width:580px}.hero-headline{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,6vw,4rem);line-height:1.05}.hero-headline em{color:var(--marmalade-deep);font-style:italic}.hero-desc{color:var(--espresso-soft);max-width:520px;margin-bottom:.8rem;font-size:1.05rem}.hero-cta{margin-top:2rem}.hero-deco{flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-deco-tile{border:var(--border);border-radius:var(--radius-md);width:220px;height:220px;box-shadow:var(--shadow-hard-lg);background:var(--gold);background-image:repeating-conic-gradient(var(--gold) 0deg 90deg, var(--marmalade) 90deg 180deg);background-size:36px 36px;justify-content:center;align-items:center;display:flex;overflow:hidden;transform:rotate(6deg)}@media (width<=720px){.hero-content{grid-template-columns:1fr}.hero-deco{display:none}}.about{padding:var(--section-pad);background:var(--cream-dim)}.about-inner{max-width:var(--max-w);margin-inline:auto}.about-header{margin-bottom:2.5rem}.about-heading{letter-spacing:-.02em;font-size:clamp(1.9rem,4vw,2.8rem)}.about-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=720px){.about-cards{grid-template-columns:1fr}}.about-card{padding:1.75rem;transition:transform .2s,box-shadow .2s}.about-card:hover{box-shadow:9px 9px 0px var(--espresso);transform:translate(-3px,-3px)}.about-card-icon{border-radius:var(--radius-sm);background:var(--marmalade);border:var(--border);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.about-card-title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.about-card-desc{color:var(--espresso-soft);font-size:.95rem}.apps{padding:var(--section-pad)}.apps-inner{max-width:var(--max-w);margin-inline:auto}.apps-header{margin-bottom:2.5rem}.apps-heading{letter-spacing:-.02em;font-size:clamp(1.9rem,4vw,2.8rem)}.app-card{overflow:hidden}.app-banner{aspect-ratio:16/6;background:var(--espresso);width:100%;position:relative;overflow:hidden}.app-banner img{object-fit:cover;object-position:center top;width:100%;height:100%}.app-banner-fallback{background-image:repeating-conic-gradient(var(--espresso-soft) 0deg 90deg, var(--espresso) 90deg 180deg);background-size:40px 40px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.app-card-body{padding:clamp(1.5rem,4vw,2.5rem)}.app-card-meta{flex-wrap:wrap;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.app-icon-wrap{flex-shrink:0}.app-icon{border-radius:var(--radius-md);border:var(--border);width:72px;height:72px;box-shadow:var(--shadow-hard);object-fit:cover;background:var(--espresso)}.app-icon-fallback{border-radius:var(--radius-md);border:var(--border);width:72px;height:72px;box-shadow:var(--shadow-hard);background:var(--espresso);justify-content:center;align-items:center;display:flex}.app-meta-text{flex:1;min-width:0}.app-title{letter-spacing:-.02em;font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.15}.app-subtitle{font-family:var(--font-mono);color:var(--clay);margin-top:.3rem;margin-bottom:.75rem;font-size:.78rem}.app-chip{font-family:var(--font-mono);background:var(--gold);color:var(--espresso);border:var(--border);border-radius:var(--radius-pill);align-items:center;gap:.4rem;padding:.2rem .7rem;font-size:.72rem;font-weight:500;display:inline-flex}.app-chip-dot{background:var(--marmalade-deep);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.app-desc{color:var(--espresso-soft);max-width:640px;margin-bottom:1.75rem;font-size:1rem}.app-features{grid-template-columns:repeat(2,1fr);gap:.85rem;margin-bottom:2rem;display:grid}@media (width<=500px){.app-features{grid-template-columns:1fr}}.feature-item{border:var(--border);border-radius:var(--radius-md);background:var(--cream-dim);align-items:flex-start;gap:.75rem;padding:1rem;transition:background .15s,transform .15s;display:flex}.feature-item:hover{background:var(--cream);transform:translateY(-2px)}.feature-icon{border-radius:var(--radius-sm);background:var(--marmalade);border:var(--border);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.feature-text{flex:1;min-width:0}.feature-title{font-family:var(--font-display);margin-bottom:.15rem;font-size:.95rem;font-weight:700}.feature-desc{color:var(--espresso-soft);font-size:.82rem;line-height:1.4}.app-actions{flex-wrap:wrap;gap:1rem;display:flex}.footer{background:var(--espresso);color:var(--cream);padding:2.5rem clamp(1.25rem,5vw,3rem)}.footer-inner{max-width:var(--max-w);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-logo{border-radius:var(--radius-sm);border:2px solid var(--latte);object-fit:cover;width:36px;height:36px}.footer-logo-fallback{border-radius:var(--radius-sm);border:2px solid var(--latte);background:var(--marmalade);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.footer-wordmark{font-family:var(--font-display);color:var(--cream);font-size:1.1rem;font-weight:700}.footer-copy{color:var(--latte);font-size:.85rem}.footer-email{color:var(--gold);text-underline-offset:3px}@media (width<=600px){.footer-inner{flex-direction:column;align-items:flex-start;gap:.75rem}}.founder{padding:var(--section-pad);background:var(--cream)}.founder-inner{max-width:var(--max-w);margin-inline:auto}.founder-card{align-items:flex-start;gap:2rem;margin-top:.5rem;padding:clamp(1.75rem,4vw,2.5rem);transition:transform .2s,box-shadow .2s;display:flex}.founder-card:hover{box-shadow:9px 9px 0px var(--espresso);transform:translate(-3px,-3px)}.founder-avatar{background:linear-gradient(135deg, var(--marmalade) 0%, var(--clay) 100%);border:var(--border);width:80px;height:80px;box-shadow:var(--shadow-hard);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.founder-avatar-initials{font-family:var(--font-display);color:var(--cream);letter-spacing:-.03em;font-size:1.6rem;font-weight:700;line-height:1}.founder-text{flex:1;min-width:0}.founder-name{letter-spacing:-.02em;margin-bottom:.25rem;font-size:clamp(1.5rem,3.5vw,2rem)}.founder-role{font-family:var(--font-mono);color:var(--clay);margin-bottom:.85rem;font-size:.78rem}.founder-bio{color:var(--espresso-soft);max-width:560px;margin-bottom:.6rem;font-size:1rem;line-height:1.7}.founder-bio:last-of-type{margin-bottom:1.25rem}.founder-links{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.founder-social-link{font-family:var(--font-mono);color:var(--espresso);background:var(--cream-dim);border:var(--border);border-radius:var(--radius-pill);box-shadow:3px 3px 0px var(--espresso);align-items:center;gap:.45rem;padding:.35rem .9rem .35rem .5rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.founder-social-link:hover,.founder-social-link:focus-visible{box-shadow:5px 5px 0px var(--espresso);background:var(--gold);color:var(--espresso);text-decoration:none;transform:translate(-2px,-2px)}.founder-x-icon{filter:brightness(0)saturate();width:22px;height:22px;display:block}@media (width<=600px){.founder-card{flex-direction:column;align-items:flex-start;gap:1.25rem}.founder-avatar{width:64px;height:64px}.founder-avatar-initials{font-size:1.3rem}}.footer-right{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer-x-link{background:var(--espresso-soft);border:2px solid var(--latte);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .15s,background .15s;display:flex}.footer-x-link:hover,.footer-x-link:focus-visible{background:var(--marmalade);transform:translateY(-2px)}.footer-x-icon{filter:brightness(0)invert();width:18px;height:18px;display:block}@media (width<=600px){.footer-right{flex-direction:column;align-items:flex-start;gap:.5rem}}
