:root{--black: #0a0a0a;--charcoal: #111111;--graphite: #1a1a1a;--ash: #2a2a2a;--smoke: #444444;--fog: #888888;--cream: #f0ece2;--milk: #faf8f4;--lime: #BFFF00;--lime-dim: rgba(191, 255, 0, .12);--lime-glow: rgba(191, 255, 0, .4);--orange: #ff6b35;--lavender: #c4b5fd;--font-display: "Bricolage Grotesque", sans-serif;--font-serif: "Fraunces", serif;--font-mono: "JetBrains Mono", monospace;--page-margin: clamp(20px, 5vw, 80px);--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;scrollbar-color:var(--ash) var(--black)}body{background:var(--black);color:var(--cream);font-family:var(--font-serif);font-size:clamp(16px,1.2vw,19px);line-height:1.65;overflow-x:hidden}::selection{background:var(--lime);color:var(--black)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul{list-style:none}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:10000;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px}.rv{opacity:0;transform:translateY(40px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.rv.vis{opacity:1;transform:none}.rv-d1{transition-delay:.1s}.rv-d2{transition-delay:.2s}.rv-d3{transition-delay:.35s}.rv-d4{transition-delay:.5s}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes nodePulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@keyframes vpnFlow{0%{opacity:.05}50%{opacity:.2}to{opacity:.05}}.header{position:fixed;top:0;left:0;right:0;z-index:900;padding:0 var(--page-margin);height:64px;display:flex;align-items:center;justify-content:space-between;transition:background .4s ease,backdrop-filter .4s ease}.header.scrolled{background:#0a0a0ae6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--ash)}.header-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:1.15rem;color:var(--cream);letter-spacing:-.02em}.logo-icon{width:30px;height:30px;background:linear-gradient(135deg,var(--lime),#8aff00);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon svg{width:18px;height:18px}.header-nav{display:flex;align-items:center;gap:clamp(20px,3vw,40px)}.header-nav a{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--cream);position:relative;padding-bottom:2px}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--lime);transition:width .4s var(--ease-out)}.header-nav a:hover:after{width:100%}.header-cta{font-family:var(--font-mono)!important;font-size:.7rem!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:var(--black)!important;padding:9px 22px!important;background:var(--lime);font-weight:800;border-radius:4px;border:none;cursor:pointer;transition:background .3s ease}.header-cta:after{display:none!important}.header-cta:hover{background:var(--cream)}.header-right{display:flex;align-items:center;gap:16px}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-toggle span{width:22px;height:2px;background:var(--cream);border-radius:1px}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 var(--page-margin);padding-bottom:clamp(48px,8vw,100px);overflow:hidden}.hero-bg-numbers{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0;white-space:nowrap}.hero-bg-number{font-family:var(--font-display);font-weight:800;font-size:clamp(160px,26vw,380px);line-height:.85;color:transparent;-webkit-text-stroke:1px var(--ash);opacity:.35;display:block;letter-spacing:-.05em;-webkit-user-select:none;user-select:none}.hero-bg-number:nth-child(2){-webkit-text-stroke-color:var(--lime);opacity:.06;transform:translate(15%)}.hero:before{content:"";position:absolute;top:64px;left:var(--page-margin);width:1px;height:40%;background:linear-gradient(to bottom,var(--lime),transparent);z-index:1}.hero-top-tag{position:absolute;top:clamp(80px,10vh,120px);right:var(--page-margin);text-align:right;z-index:2}.hero-top-tag .mono{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--fog);display:block;margin-bottom:6px}.hero-top-tag .status{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:.7rem;color:var(--lime);letter-spacing:.06em}.status-dot{width:6px;height:6px;background:var(--lime);border-radius:50%;animation:blink 2s ease infinite}.hero-content{position:relative;z-index:2;max-width:1400px}.hero h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2.6rem,7vw,7rem);line-height:.93;letter-spacing:-.04em;color:var(--cream);margin-bottom:clamp(24px,4vw,48px)}.hero h1 .em{color:var(--lime);font-style:normal}.hero h1 .serif-italic{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--fog)}.hero-sub{display:grid;grid-template-columns:auto 1fr;gap:20px 32px;align-items:start;max-width:600px}.hero-sub .label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--lime);padding-top:5px;line-height:1}.hero-sub p{font-size:clamp(.95rem,1.2vw,1.1rem);color:var(--fog);line-height:1.6}.hero-metrics{position:absolute;bottom:clamp(48px,8vw,100px);right:var(--page-margin);display:flex;gap:clamp(24px,4vw,56px);z-index:2}.hero-metric{text-align:right}.hero-metric .num{font-family:var(--font-display);font-weight:800;font-size:clamp(2.2rem,4.5vw,4.5rem);line-height:1;letter-spacing:-.04em;color:var(--cream)}.hero-metric .num .plus{color:var(--lime)}.hero-metric .desc{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fog);margin-top:6px}.marquee-strip{padding:20px 0;border-top:1px solid var(--ash);border-bottom:1px solid var(--ash);overflow:hidden}.marquee-track{display:flex;width:max-content;animation:marquee 35s linear infinite}.marquee-item{flex-shrink:0;padding:0 clamp(20px,3vw,48px);font-family:var(--font-display);font-weight:800;font-size:clamp(.75rem,1.1vw,.95rem);letter-spacing:.06em;text-transform:uppercase;color:var(--smoke);white-space:nowrap;display:flex;align-items:center;gap:clamp(20px,3vw,48px)}.marquee-item:after{content:"◆";font-size:.5em;color:var(--lime)}.philosophy{padding:clamp(100px,14vw,200px) var(--page-margin);position:relative}.philosophy-grid{display:grid;grid-template-columns:clamp(100px,16vw,240px) 1fr;gap:clamp(32px,6vw,100px);max-width:1300px}.philosophy-label{position:sticky;top:120px;align-self:start}.philosophy-label .eyebrow{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--lime);margin-bottom:16px}.philosophy-label .section-num{font-family:var(--font-display);font-weight:800;font-size:clamp(3rem,6vw,5rem);line-height:1;color:var(--ash);letter-spacing:-.04em}.philosophy-body h2{font-family:var(--font-display);font-weight:800;font-size:clamp(1.8rem,3.5vw,3.2rem);line-height:1.08;letter-spacing:-.03em;color:var(--cream);margin-bottom:clamp(28px,4vw,48px)}.philosophy-body h2 .highlight{color:var(--lime)}.philosophy-text{margin-bottom:clamp(48px,6vw,80px);max-width:680px}.philosophy-text p{color:var(--fog);font-size:clamp(.92rem,1.05vw,1.05rem);line-height:1.75;margin-bottom:1em}.philosophy-text p strong{color:var(--cream);font-weight:600}.tenets{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ash);border:1px solid var(--ash)}.tenet{background:var(--black);padding:clamp(24px,3vw,40px);transition:background .5s ease}.tenet:hover{background:var(--graphite)}.tenet-num{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.15em;color:var(--lime);margin-bottom:16px}.tenet h3{font-family:var(--font-display);font-weight:800;font-size:clamp(1rem,1.4vw,1.25rem);color:var(--cream);margin-bottom:10px;letter-spacing:-.02em}.tenet p{font-size:.85rem;color:var(--fog);line-height:1.6}.portfolio-intro{padding:clamp(60px,8vw,120px) var(--page-margin) clamp(40px,5vw,60px);display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap}.portfolio-intro h2{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.04em;color:var(--cream)}.portfolio-intro .count{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fog);padding-bottom:8px}.product-block{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;position:relative}.product-block:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--ash)}.product-text{padding:clamp(40px,5vw,80px) var(--page-margin);display:flex;flex-direction:column;justify-content:center}.product-tag{display:inline-flex;align-items:center;gap:10px;margin-bottom:clamp(20px,2.5vw,32px)}.product-tag .tag-line{width:40px;height:1px;background:var(--lime)}.product-tag span{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--lime)}.product-text h3{font-family:var(--font-display);font-weight:800;font-size:clamp(1.8rem,3.5vw,3.2rem);line-height:1;letter-spacing:-.04em;color:var(--cream);margin-bottom:clamp(14px,2vw,24px)}.product-text h3 .italic{font-family:var(--font-serif);font-style:italic;font-weight:400}.product-text .lede{font-family:var(--font-serif);font-size:clamp(1rem,1.3vw,1.2rem);color:var(--cream);line-height:1.55;margin-bottom:18px;font-weight:400;opacity:.85}.product-text .body-copy{color:var(--fog);font-size:clamp(.88rem,.95vw,.95rem);line-height:1.7;margin-bottom:32px;max-width:480px}.product-stats{display:flex;gap:clamp(24px,3vw,48px);padding-top:24px;border-top:1px solid var(--ash)}.product-stat .val{font-family:var(--font-display);font-weight:800;font-size:clamp(1.4rem,2.2vw,2.1rem);color:var(--lime);letter-spacing:-.03em;line-height:1}.product-stat .lbl{font-family:var(--font-mono);font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fog);margin-top:6px}.product-visual{position:relative;background:var(--charcoal);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,var(--lime-dim),transparent 60%),radial-gradient(circle at 80% 20%,rgba(196,181,253,.04),transparent 50%)}.product-visual.orange-glow:before{background:radial-gradient(circle at 70% 60%,rgba(255,107,53,.08),transparent 60%),radial-gradient(circle at 20% 30%,var(--lime-dim),transparent 50%)}.product-visual.lavender-glow:before{background:radial-gradient(circle at 50% 50%,rgba(196,181,253,.08),transparent 60%),radial-gradient(circle at 80% 80%,var(--lime-dim),transparent 50%)}.product-block.reversed .product-visual{order:-1}.overlap-card{position:absolute;z-index:3;background:var(--black);border:1px solid var(--ash);padding:clamp(14px,2vw,22px)}.overlap-card.pos-bottom-left{bottom:clamp(20px,5%,60px);left:clamp(12px,3%,32px)}.overlap-card.pos-top-right{top:clamp(20px,5%,60px);right:clamp(12px,3%,32px)}.overlap-card.pos-bottom-right{bottom:clamp(20px,5%,60px);right:clamp(12px,3%,32px)}.overlap-card .oc-label{font-family:var(--font-mono);font-size:.55rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fog);margin-bottom:6px}.overlap-card .oc-value{font-family:var(--font-display);font-weight:800;font-size:clamp(1.3rem,1.8vw,1.8rem);color:var(--lime);letter-spacing:-.03em}.overlap-card .oc-bar{margin-top:10px;height:3px;background:var(--ash)}.overlap-card .oc-bar .fill{height:100%;background:var(--lime)}.laptop-mock{width:85%;max-width:520px;position:relative;z-index:1}.laptop-lid{background:var(--graphite);border:1px solid var(--ash);border-bottom:none;border-radius:10px 10px 0 0;padding:8px 8px 0}.browser-chrome{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--black);border-radius:6px 6px 0 0}.browser-dot{width:7px;height:7px;border-radius:50%}.browser-dot:nth-child(1){background:#ff5f57}.browser-dot:nth-child(2){background:#ffbd2e}.browser-dot:nth-child(3){background:#28c840}.browser-url{flex:1;height:18px;margin-left:10px;background:var(--graphite);border-radius:4px}.screen-content{aspect-ratio:16 / 10;background:var(--black);position:relative;overflow:hidden}.ui-dash{position:absolute;inset:0;display:grid;grid-template-columns:44px 1fr}.ui-sidebar{background:#ffffff05;border-right:1px solid var(--ash);padding:10px 0;display:flex;flex-direction:column;align-items:center;gap:8px}.ui-sidebar i{width:22px;height:22px;border-radius:5px;background:var(--ash);display:block;font-style:normal}.ui-sidebar i.active{background:var(--lime);box-shadow:0 0 12px var(--lime-glow)}.ui-main{padding:10px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto 1fr;gap:6px}.ui-topbar{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding-bottom:6px;border-bottom:1px solid var(--ash)}.ui-topbar .title{width:80px;height:8px;background:var(--cream);opacity:.15;border-radius:2px}.ui-topbar .actions{display:flex;gap:4px}.ui-topbar .actions span{width:40px;height:16px;border-radius:3px}.ui-topbar .actions span:first-child{background:var(--lime);opacity:.7}.ui-topbar .actions span:last-child{background:var(--ash)}.ui-kpi{background:#ffffff05;border:1px solid var(--ash);border-radius:6px;padding:8px}.ui-kpi .kpi-label{width:50%;height:4px;background:var(--smoke);opacity:.4;border-radius:2px}.ui-kpi .kpi-val{width:35%;height:10px;border-radius:2px;margin:6px 0;opacity:.5}.ui-kpi .kpi-bars{display:flex;align-items:flex-end;gap:2px;height:20px}.ui-kpi .kpi-bars span{flex:1;border-radius:1px 1px 0 0;opacity:.25}.ui-chart{grid-column:1 / -1;background:#ffffff05;border:1px solid var(--ash);border-radius:6px;padding:10px;overflow:hidden}.ui-chart .chart-label{width:60px;height:4px;background:var(--smoke);opacity:.4;border-radius:2px;margin-bottom:8px}.ui-chart svg{width:100%;height:60px;display:block}.laptop-base{width:110%;margin-left:-5%;height:14px;background:var(--ash);border-radius:0 0 8px 8px;position:relative}.laptop-base:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--smoke);border-radius:0 0 3px 3px}.phones-container{display:flex;gap:clamp(12px,2vw,24px);align-items:flex-start;z-index:1;position:relative}.phone-mock{width:clamp(120px,16vw,175px);background:var(--graphite);border:2px solid var(--ash);border-radius:22px;overflow:hidden;transition:transform .6s var(--ease-out)}.phone-mock:first-child{transform:rotate(-3deg)}.phone-mock:last-child{transform:rotate(3deg) translateY(28px)}.phone-mock:hover{transform:rotate(0) translateY(-6px)!important}.phone-top{height:12px;display:flex;justify-content:center;padding-top:4px}.phone-top .notch{width:40%;height:10px;background:var(--black);border-radius:0 0 10px 10px}.phone-ui{aspect-ratio:9 / 17;background:var(--black);padding:6px;display:flex;flex-direction:column;gap:5px}.pu-header{padding:6px 8px;display:flex;justify-content:space-between;align-items:center}.pu-header .time{width:20px;height:3px;background:var(--cream);opacity:.3;border-radius:2px}.pu-header .icons{display:flex;gap:3px}.pu-header .icons span{width:6px;height:3px;background:var(--cream);opacity:.2;border-radius:1px}.pu-hero{margin:0 4px;padding:12px;border-radius:12px;border:1px solid var(--ash);background:linear-gradient(135deg,var(--lime-dim),rgba(196,181,253,.05))}.pu-hero .greeting{width:55%;height:4px;background:var(--cream);opacity:.15;border-radius:2px;margin-bottom:8px}.pu-hero .big-num{width:40%;height:10px;background:var(--lime);opacity:.5;border-radius:2px;margin-bottom:10px}.pu-hero .btns{display:flex;gap:4px}.pu-hero .btns span{flex:1;height:18px;background:#ffffff0d;border-radius:6px}.pu-list{flex:1;padding:0 4px;display:flex;flex-direction:column;gap:4px}.pu-item{display:flex;align-items:center;gap:6px;padding:6px;background:#ffffff05;border-radius:8px}.pu-item .avatar{width:22px;height:22px;border-radius:50%;background:var(--ash);flex-shrink:0}.pu-item .info{flex:1}.pu-item .info .n{width:55%;height:3px;background:var(--cream);opacity:.15;border-radius:2px;margin-bottom:3px}.pu-item .info .d{width:35%;height:2px;background:var(--cream);opacity:.07;border-radius:2px}.pu-item .amt{width:24px;height:5px;background:var(--lime);opacity:.35;border-radius:2px}.pu-tab-bar{display:flex;gap:3px;padding:6px 4px;border-top:1px solid var(--ash)}.pu-tab-bar span{flex:1;height:3px;background:var(--ash);border-radius:2px}.pu-tab-bar span:first-child{background:var(--lime);opacity:.5}.phone-v2 .pu-hero{background:linear-gradient(135deg,#ff6b3514,#c4b5fd0a);border-color:#ff6b351f}.phone-v2 .pu-hero .big-num,.phone-v2 .pu-item .amt{background:var(--orange)}.vpn-visual-container{z-index:1;position:relative;display:flex;align-items:center;justify-content:center}.shield-frame{width:clamp(200px,28vw,320px);position:relative}.shield-svg{width:100%;filter:drop-shadow(0 0 40px var(--lime-glow))}.vpn-nodes{position:absolute;inset:0}.vpn-node{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--lime);opacity:.6;animation:nodePulse 3s ease infinite}.vpn-node:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid var(--lime);opacity:.3;animation:nodePulse 3s ease infinite}.vpn-node:nth-child(1){top:15%;left:20%;animation-delay:0s}.vpn-node:nth-child(2){top:25%;right:18%;animation-delay:-1s}.vpn-node:nth-child(3){top:55%;left:12%;animation-delay:-.5s}.vpn-node:nth-child(4){top:50%;right:15%;animation-delay:-1.5s}.vpn-node:nth-child(5){top:75%;left:30%;animation-delay:-2s}.vpn-node:nth-child(6){top:70%;right:25%;animation-delay:-.8s}.vpn-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,var(--lime),transparent);opacity:.15;animation:vpnFlow 4s linear infinite}.vpn-line:nth-child(7){top:30%;left:25%;width:50%;animation-delay:0s}.vpn-line:nth-child(8){top:50%;left:15%;width:65%;animation-delay:-1.5s;transform:rotate(15deg)}.vpn-line:nth-child(9){top:65%;left:20%;width:55%;animation-delay:-3s;transform:rotate(-10deg)}.eng-core{padding:clamp(80px,12vw,160px) var(--page-margin);position:relative}.eng-core:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--ash)}.eng-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(48px,6vw,80px);gap:40px;flex-wrap:wrap}.eng-header h2{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.04em;color:var(--cream)}.eng-header p{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--fog);max-width:280px;text-align:right}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:var(--ash);border:1px solid var(--ash)}.stack-group{background:var(--black);padding:clamp(24px,3vw,40px);transition:background .4s ease}.stack-group:hover{background:var(--charcoal)}.stack-group h4{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:var(--lime);margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--ash)}.stack-group ul{display:flex;flex-direction:column;gap:10px}.stack-group li{font-family:var(--font-display);font-weight:700;font-size:clamp(1.05rem,1.4vw,1.25rem);color:var(--cream);letter-spacing:-.01em;display:flex;align-items:baseline;gap:10px}.stack-group li:before{content:"→";color:var(--smoke);font-size:.8em}.stack-group li .note{font-family:var(--font-mono);font-size:.55rem;color:var(--fog);letter-spacing:.04em;margin-left:auto}.footer{border-top:1px solid var(--ash);padding:clamp(48px,6vw,80px) var(--page-margin) clamp(32px,4vw,48px);font-family:var(--font-mono)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.8fr;gap:clamp(24px,4vw,56px);margin-bottom:clamp(48px,6vw,72px)}.footer-brand-block .footer-logo{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--cream);margin-bottom:14px;letter-spacing:-.02em}.footer-logo-icon{width:24px;height:24px;background:linear-gradient(135deg,var(--lime),#8aff00);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-logo-icon svg{width:14px;height:14px}.footer-brand-block .tagline{font-family:var(--font-mono);font-size:.72rem;color:var(--fog);line-height:1.7;max-width:300px}.footer-col h5{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:var(--lime);margin-bottom:18px;font-weight:700}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col li a{font-size:.75rem;color:var(--fog);letter-spacing:.02em;transition:color .3s ease}.footer-col li a:hover{color:var(--lime)}.footer-legal-col h5{color:var(--orange)}.legal-entries{display:flex;flex-direction:column;gap:8px}.legal-entries span{font-size:.7rem;color:var(--fog);line-height:1.55}.legal-entries a{color:var(--lime)}.legal-entries a:hover{text-decoration:underline}.footer-bottom{padding-top:24px;border-top:1px solid var(--ash);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom .copy{font-size:.65rem;color:var(--smoke);letter-spacing:.04em}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{font-size:.65rem;color:var(--smoke);letter-spacing:.04em;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--lime)}.cookie-banner{position:fixed;bottom:clamp(16px,3vw,32px);left:50%;transform:translate(-50%) translateY(0);z-index:9000;display:flex;align-items:center;gap:14px;background:var(--graphite);border:1px solid var(--ash);padding:14px 18px;max-width:480px;width:calc(100% - 40px);box-shadow:0 8px 40px #0009;opacity:1;transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}.cookie-banner.hide{opacity:0;transform:translate(-50%) translateY(12px);pointer-events:none}.cookie-icon{font-size:1.1rem;flex-shrink:0;line-height:1}.cookie-banner p{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.04em;color:var(--fog);line-height:1.5;flex:1}.cookie-banner p strong{color:var(--lime);font-weight:700}.cookie-close{background:none;border:none;color:var(--smoke);font-size:.75rem;cursor:pointer;padding:2px 4px;flex-shrink:0;transition:color .2s ease;line-height:1}.cookie-close:hover{color:var(--cream)}@media(max-width:1024px){.hero-metrics{position:relative;bottom:auto;right:auto;margin-top:clamp(40px,6vw,64px)}.product-block{grid-template-columns:1fr;min-height:auto}.product-block.reversed .product-visual{order:unset}.product-visual{min-height:50vh}}@media(max-width:1100px)and (min-width:769px){.stack-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mobile-toggle{display:flex}.header-nav{display:none}.header-nav.open{display:flex;position:absolute;top:64px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--charcoal);border-bottom:1px solid var(--ash);z-index:800}.header-nav.open a{display:block;padding:18px var(--page-margin);border-bottom:1px solid var(--ash);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cream);transition:color .2s ease,background .2s ease}.header-nav.open a:hover{color:var(--lime);background:#bfff000a}.header-nav.open a:last-child{border-bottom:none}.hero-bg-number{font-size:clamp(100px,22vw,200px)}.hero-top-tag{display:none}.hero-metrics{flex-wrap:wrap}.philosophy-grid{grid-template-columns:1fr;gap:24px}.philosophy-label{position:relative;top:auto;display:flex;align-items:center;gap:16px}.philosophy-label .section-num{font-size:2.5rem}.tenets{grid-template-columns:1fr}.portfolio-intro{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:32px}.overlap-card{display:none}.stack-grid{grid-template-columns:1fr}.product-visual{min-height:auto;padding:clamp(40px,8vw,64px) var(--page-margin)}.phones-container{justify-content:center;gap:clamp(16px,5vw,32px)}.phone-mock{width:clamp(130px,36vw,180px)}.phone-mock:last-child{transform:rotate(3deg) translateY(20px)}}
