@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Mono:ital,wght@0,300;0,400;1,300&family=Instrument+Serif:ital@0;1&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#080808;--white:#f5f5f0;--gray:#b0b0a8;--line:#2a2a2a;--accent:#f5f5f0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);cursor:crosshair;font-family:DM Mono,monospace;font-weight:300;overflow-x:hidden}nav{z-index:100;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080808eb;justify-content:space-between;align-items:center;padding:1.4rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:.12em;color:var(--white);font-family:Bebas Neue,sans-serif;font-size:1.6rem;text-decoration:none}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.18em;text-transform:uppercase;color:var(--gray);font-size:.68rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}#hero{border-bottom:1px solid var(--line);grid-template-rows:1fr auto;min-height:100vh;padding:0 3rem;display:grid;position:relative;overflow:hidden}.hero-main{flex-direction:column;justify-content:flex-end;padding-top:10rem;padding-bottom:3rem;display:flex}.hero-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--gray);align-items:center;gap:.8rem;margin-bottom:1.6rem;font-size:.68rem;display:flex}.hero-eyebrow:before{content:"";background:var(--gray);width:2rem;height:1px;display:inline-block}.hero-headline{letter-spacing:.02em;text-transform:uppercase;color:var(--white);max-width:14ch;font-family:Bebas Neue,sans-serif;font-size:clamp(5rem,12vw,11rem);line-height:.92}.hero-headline em{color:var(--gray);font-family:Instrument Serif,serif;font-style:italic}.hero-bottom{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding:1.8rem 0;display:grid}.hero-subtext{color:var(--gray);max-width:46ch;font-size:.82rem;line-height:1.75}.hero-ctas{justify-content:flex-end;gap:1rem;display:flex}.btn{letter-spacing:.2em;text-transform:uppercase;cursor:crosshair;border:1px solid;padding:.85rem 2rem;font-family:DM Mono,monospace;font-size:.7rem;text-decoration:none;transition:background .2s,color .2s}.btn-primary{background:var(--white);color:var(--black);border-color:var(--white)}.btn-primary:hover,.btn-ghost{color:var(--white);background:0 0}.btn-ghost:hover{background:var(--white);color:var(--black)}.btn-dark{background:var(--black);color:var(--white);border-color:var(--black)}.btn-dark:hover,.btn-outline-dark{color:var(--black);border-color:var(--black);background:0 0}.btn-outline-dark:hover{background:var(--black);color:var(--white)}#trust{border-bottom:1px solid var(--line);align-items:center;height:3.2rem;display:flex;overflow:hidden}.trust-scroll{white-space:nowrap;flex-shrink:0;gap:0;animation:28s linear infinite marquee;display:flex}.trust-item{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);border-right:1px solid var(--line);align-items:center;gap:.5rem;height:3.2rem;padding:0 2.5rem;font-size:.65rem;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}section{border-bottom:1px solid var(--line);padding:6rem 3rem}.section-label{letter-spacing:.28em;text-transform:uppercase;color:var(--gray);align-items:center;gap:.8rem;margin-bottom:4rem;font-size:.62rem;display:flex}.section-label span{font-variant-numeric:tabular-nums;border:1px solid var(--line);padding:.2rem .5rem;font-size:.58rem}.what-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.what-left h2{letter-spacing:.02em;text-transform:uppercase;color:var(--white);margin-bottom:1.5rem;font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,6vw,5.5rem);line-height:1}.what-left h2 em{color:var(--gray);font-family:Instrument Serif,serif;font-style:italic}.what-left p{color:var(--gray);font-size:.85rem;line-height:1.8}.what-pillars{flex-direction:column;gap:0;margin-top:2rem;display:flex}.pillar{border-top:1px solid var(--line);align-items:flex-start;gap:1.5rem;padding:1.6rem 0;display:flex}.pillar-num{color:var(--gray);min-width:2rem;padding-top:.1rem;font-size:.6rem}.pillar-text{color:var(--white);font-size:.82rem;line-height:1.6}.pillar-text strong{margin-bottom:.2rem;display:block}.pillar-sub{color:var(--gray);font-size:.76rem}.products-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.products-header h2{letter-spacing:.02em;color:var(--white);font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1}.product-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.product-card{border:1px solid var(--line);padding:3rem;transition:background .3s;position:relative}.product-card:hover{background:#ffffff05}.product-card+.product-card{border-left:none}.product-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--gray);border:1px solid var(--line);align-items:center;gap:.5rem;margin-bottom:2rem;padding:.3rem .8rem;font-size:.6rem;display:inline-flex}.product-name{letter-spacing:.04em;color:var(--white);margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:3.5rem;line-height:1}.product-desc{color:var(--gray);margin-bottom:2.5rem;font-size:.8rem;line-height:1.75}.product-features{flex-direction:column;gap:0;list-style:none;display:flex}.product-features li{color:var(--gray);border-top:1px solid var(--line);align-items:flex-start;gap:.8rem;padding:.7rem 0;font-size:.76rem;line-height:1.5;display:flex}.product-features li:before{content:"→";color:var(--white);flex-shrink:0}.product-badge{letter-spacing:.15em;text-transform:uppercase;color:var(--white);border:1px solid var(--white);align-items:center;gap:.6rem;margin-top:2.5rem;padding:.5rem 1rem;font-size:.62rem;display:inline-flex}.how-section{background:#0f0f0f}.how-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.how-step{border-left:1px solid var(--line);padding:3rem 2rem;transition:background .3s;position:relative}.how-step:hover{background:#ffffff06}.step-num{color:#ffffff0f;margin-bottom:1.5rem;font-family:Bebas Neue,sans-serif;font-size:5rem;line-height:1}.step-title{letter-spacing:.04em;color:var(--white);margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:2rem}.step-desc{color:var(--gray);font-size:.76rem;line-height:1.7}.tech-grid{grid-template-columns:1fr 2fr;align-items:center;gap:5rem;display:grid}.tech-label-col h2{color:var(--white);margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,5vw,4.5rem);line-height:1}.tech-label-col p{color:var(--gray);font-size:.78rem;line-height:1.7}.tech-tags{flex-wrap:wrap;gap:.8rem;display:flex}.tech-tag{letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--line);color:var(--gray);padding:.7rem 1.4rem;font-size:.72rem;transition:all .2s}.tech-tag:hover{border-color:var(--white);color:var(--white)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-grid h2{color:var(--white);margin-bottom:2rem;font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,6vw,5rem);line-height:1}.about-grid p{color:var(--gray);font-size:.83rem;line-height:1.85}.about-stats{flex-direction:column;gap:0;display:flex}.stat{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding:2rem 0;display:flex}.stat-val{color:var(--white);font-family:Bebas Neue,sans-serif;font-size:3.5rem}.stat-label{letter-spacing:.18em;color:var(--gray);text-transform:uppercase;font-size:.68rem}.cta-section{text-align:center;background:var(--white);color:var(--black);border-bottom:none;padding:8rem 3rem}.cta-section h2{letter-spacing:.02em;color:var(--black);margin-bottom:1.5rem;font-family:Bebas Neue,sans-serif;font-size:clamp(4rem,9vw,9rem);line-height:.9}.cta-section h2 em{color:#777;font-family:Instrument Serif,serif;font-style:italic}.cta-section p{color:#888;margin-bottom:3rem;font-size:.85rem}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem;display:flex}.footer-logo{letter-spacing:.12em;color:var(--white);font-family:Bebas Neue,sans-serif;font-size:1.4rem}.footer-meta{letter-spacing:.15em;color:var(--gray);text-transform:uppercase;font-size:.64rem}footer a{color:var(--gray);text-decoration:none}footer a:hover{color:var(--white)}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}@media (width<=900px){nav{padding:1.2rem 1.5rem}.nav-links{display:none}#hero,section{padding-left:1.5rem;padding-right:1.5rem}.what-grid,.about-grid,.tech-grid{grid-template-columns:1fr;gap:3rem}.product-grid,.how-grid{grid-template-columns:1fr}.product-card+.product-card{border-left:1px solid var(--line);border-top:none}.hero-bottom{grid-template-columns:1fr}.hero-ctas{justify-content:flex-start}.products-header{flex-direction:column;align-items:flex-start;gap:1rem}footer{flex-direction:column;align-items:flex-start}}@media (width<=480px){nav{padding:1rem 1.2rem}#hero{padding:0 1.2rem}.hero-main{padding-top:7rem;padding-bottom:2rem}.hero-headline{font-size:clamp(3.2rem,14vw,5rem)}.hero-subtext{max-width:100%;font-size:.78rem}.hero-bottom{gap:1.2rem;padding:1.2rem 0}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .btn{text-align:center;width:100%}section{padding:4rem 1.2rem}.section-label{margin-bottom:2.5rem}.what-left h2{font-size:clamp(2.4rem,11vw,3.5rem)}.pillar{gap:1rem;padding:1.2rem 0}.products-header h2{font-size:clamp(2rem,10vw,3rem)}.product-card{padding:2rem 1.2rem}.product-name{font-size:2.6rem}.product-card+.product-card{border-left:1px solid var(--line);border-top:none}.how-step{padding:2rem 1.2rem}.step-num{font-size:3.5rem}.step-title{font-size:1.6rem}.tech-grid{gap:2rem}.tech-label-col h2{font-size:clamp(2.2rem,10vw,3.5rem)}.tech-tags{gap:.6rem}.tech-tag{padding:.55rem 1rem;font-size:.65rem}.about-grid{gap:2.5rem}.about-grid h2{font-size:clamp(2.2rem,10vw,3.5rem)}.stat-val{font-size:2.6rem}.cta-section{padding:5rem 1.2rem}.cta-section h2{font-size:clamp(2.8rem,13vw,5rem)}.cta-btns{flex-direction:column;align-items:stretch}.cta-btns .btn{text-align:center}footer{gap:1.2rem;padding:2rem 1.2rem}.footer-meta{text-align:left!important}}
