:root{--background: #ffffff;--foreground: #000000;--card: #ffffff;--card-foreground: #000000;--popover: #ffffff;--popover-foreground: #000000;--primary: #000000;--primary-foreground: #ffffff;--secondary: #000000;--secondary-foreground: #ffffff;--muted: #f5f5f5;--muted-foreground: #a1a1a1;--accent: #0000ff;--accent-foreground: #ffffff;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e5e5e5;--input: #e5e5e5;--ring: #000000;--radius: 0px;--accent-blue: #0000ff;--button-hover: #1a1a1a;--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;--font-mono: "Space Mono", ui-monospace, monospace}*,:after,:before{border-color:var(--border);box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:63px}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}html,body{overflow-x:hidden}body{margin:0;padding:0;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain}*{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}h1,.hero-title{font-family:var(--font-sans);font-size:clamp(1.5rem,4vw,4.5rem);font-weight:900;line-height:.85;text-transform:uppercase;letter-spacing:-.04em;margin:0}@media (max-width: 480px){h1,.hero-title{font-size:clamp(1.25rem,6vw,2rem);line-height:1}}h2,.section-header{font-family:var(--font-sans);font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:-.02em;margin:0}h3,.subheading{font-family:var(--font-sans);font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}p,.body-text{font-family:var(--font-sans);font-size:1rem;font-weight:400;line-height:1.6;margin:0}.nav-link,a.nav-link{font-family:var(--font-sans);font-size:.875rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;color:var(--foreground);transition:color .2s;display:inline-block}.nav-link:hover{color:var(--muted-foreground)}.mono-label{font-family:var(--font-mono);font-size:.75rem;font-weight:400;color:var(--muted-foreground)}.uppercase{text-transform:uppercase}.container{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;border-left:1px solid var(--border);border-right:1px solid var(--border);position:relative}.ruler-mark{position:absolute;left:.5rem;font-family:var(--font-mono);font-size:10px;color:var(--muted-foreground);transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;gap:.5rem}.ruler-line{width:.5rem;height:1px;background-color:var(--border)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1001;background:#fff;border-bottom:1px solid var(--border);height:63px;display:flex;align-items:center}.navbar-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:100%;border-left:1px solid var(--border);border-right:1px solid var(--border)}.navbar-logo{flex:1;display:flex;justify-content:flex-start}.navbar-logo a{font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--foreground);text-decoration:none;white-space:nowrap}.navbar-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.navbar-links{display:flex}}.navbar-cta{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.cta-button{display:flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:.5rem 1.25rem;border-radius:9999px;height:40px;text-decoration:none;transition:background .3s}.cta-button:hover{background:#1a1a1a}.cta-button span{font-size:11px;font-weight:700;letter-spacing:.05em}.mobile-menu-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002;position:relative}@media (min-width: 768px){.mobile-menu-button{display:none}}.burger-icon{display:flex;flex-direction:column;gap:5px;width:24px;height:18px;position:relative}.burger-line{width:100%;height:2px;background:var(--foreground);border-radius:2px;transition:all .3s ease}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#00000080;z-index:999;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);overflow:hidden;touch-action:none;-webkit-overflow-scrolling:none}.mobile-menu{position:fixed;top:0;right:0;width:85%;max-width:400px;height:100vh;background:#fff;z-index:1000;box-shadow:-4px 0 24px #0000001a;overflow-y:auto}.mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--foreground);z-index:10;border-radius:8px;transition:background .2s ease}.mobile-menu-close:hover{background:var(--muted)}.mobile-menu-close svg{width:24px;height:24px}.mobile-menu-content{padding:6rem 2rem 2rem;display:flex;flex-direction:column;gap:.25rem;height:100%}.mobile-nav-link{font-size:2rem;font-weight:600;color:var(--foreground);text-decoration:none;padding:1.5rem 0;transition:color .3s ease;letter-spacing:-.02em;text-align:center;display:block}.mobile-nav-link:hover{color:var(--muted-foreground)}.mobile-menu-divider{width:100%;height:1px;background:var(--border);margin:auto 0 0}.mobile-menu-cta{display:flex;flex-direction:column;gap:1.5rem;margin-top:0;padding-top:1rem}.mobile-language-selector{position:relative}.mobile-language-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;background:var(--background);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:1rem;color:var(--foreground);transition:all .3s ease}.mobile-language-button:hover{background:var(--muted);border-color:var(--foreground)}.mobile-language-button span:first-child{margin-right:.75rem;font-size:1.25rem}.mobile-language-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:102}.mobile-language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:#fff;border:none;text-align:left;cursor:pointer;font-size:.9375rem;color:var(--foreground);transition:background .2s ease}.mobile-language-option:hover{background:var(--muted)}.mobile-language-option.active{background:var(--muted);font-weight:600}.mobile-cta-button{display:flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:1rem 1.5rem;border-radius:9999px;text-decoration:none;font-size:.875rem;font-weight:600;letter-spacing:.05em;transition:background .3s ease;width:100%}.mobile-cta-button:hover{background:#1a1a1a}.keyboard-shortcut{display:flex;align-items:center;gap:.25rem;opacity:.6}.key{width:18px;height:18px;border:1px solid rgba(255,255,255,.2);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;font-family:var(--font-mono)}.language-selector{position:relative}.language-button{background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all .2s;padding:0}.language-button:hover{background:#0000000d;border-color:#0003}.language-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:150px;z-index:1000;overflow:hidden}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;cursor:pointer;transition:background .2s;font-size:14px}.language-option:hover{background:#0000000d}.language-option.active{background:#0000000d;font-weight:600}.language-flag{font-size:18px}.language-name{color:var(--foreground)}.main-content{min-height:100vh;background:var(--background);padding-top:63px}.hero-section{position:relative;width:100%;background:var(--background);overflow:hidden}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-container{height:100%;border-left:1px solid rgba(229,229,229,.6);border-right:1px solid rgba(229,229,229,.6);position:relative}.ruler-vertical{position:absolute;left:0;top:0;height:100%;width:1px}.grid-line{position:absolute;top:0;height:100%;width:1px;background:linear-gradient(to bottom,rgba(229,229,229,.4) 0%,rgba(229,229,229,.4) 70%,rgba(229,229,229,.3) 85%,rgba(229,229,229,.2) 92%,rgba(229,229,229,.1) 96%,transparent 100%);display:none}@media (min-width: 1024px){.grid-line{display:block}.grid-line-left{left:25%}.grid-line-right{right:25%}}.hero-content{position:relative;padding-top:8rem;padding-bottom:6rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-headline{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.75rem 1rem;white-space:nowrap}@media (min-width: 768px){.hero-row{gap:1rem 1.25rem}}.hero-video-circle{width:80px;height:50px;border-radius:9999px;overflow:hidden;background:var(--muted);position:relative;margin-bottom:.5rem}@media (min-width: 768px){.hero-video-circle{width:120px;height:80px;margin-bottom:1rem}}.hero-video-circle video{width:100%;height:100%;object-fit:cover}.hero-subtext{margin-top:3rem;max-width:540px;font-size:1rem;color:var(--foreground);font-weight:500;line-height:1.5;padding:0 1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-cta{margin-top:2.5rem}.cta-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--primary);color:var(--primary-foreground);padding:1rem 2rem;border-radius:9999px;font-weight:700;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;transition:transform .2s,background .3s}.cta-primary:hover{transform:scale(1.05);background:var(--button-hover)}.cta-primary:active{transform:scale(.95)}.cta-icon{width:24px;height:20px;display:flex;align-items:center;justify-content:center}.cta-icon img{width:100%;height:100%;object-fit:contain}.hero-trusted{margin-top:8rem;width:100%}.hero-trusted .mono-label{margin-bottom:3rem;display:block;letter-spacing:.2em}.logo-strip-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.logo-strip{display:flex;align-items:center;justify-content:center;gap:5rem;width:fit-content;opacity:.8;filter:grayscale(100%)}@media (max-width: 767px){.logo-strip{gap:1.5rem}}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0;min-width:fit-content}.logo-item img{width:48px;height:48px;object-fit:contain}.logo-item-large img{width:69px;height:69px}.logo-item span{font-size:11px;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.trusted-by-section{width:100%;background:#fff;padding-top:2rem;padding-bottom:2rem}.trusted-by-section .container{position:relative;display:flex;flex-direction:column;align-items:center}.section-heading{margin-bottom:2rem;text-align:center}.section-heading .mono-label{font-size:11px;letter-spacing:.15em;color:#a1a1a1}.portfolio-single{width:100%;margin-top:2rem;display:flex;justify-content:center;align-items:center}.portfolio-scroll-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow:hidden;position:relative}.portfolio-scroll{display:flex;align-items:center;gap:20px;width:fit-content;animation:scroll-portfolios 75s linear infinite;will-change:transform}@keyframes scroll-portfolios{0%{transform:translate(0)}to{transform:translate(-50%)}}.portfolio-card{width:800px;height:500px;overflow:hidden;background:var(--background);display:flex;flex-direction:column;flex-shrink:0}.portfolio-image-placeholder{width:100%;height:calc(100% - 30px);position:relative;overflow:hidden;background:#f7f7f7;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-touch-callout:none}.portfolio-image-placeholder img{width:80%;height:300px;object-fit:contain;border-radius:15px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:none;-webkit-touch-callout:none}.portfolio-placeholder{width:100%;height:100%;background:#f7f7f7;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:none;-webkit-touch-callout:none;touch-action:none}.portfolio-footer{width:100%;height:30px;background:var(--background);display:flex;align-items:center;justify-content:flex-start;padding:0;margin-top:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-touch-callout:none;touch-action:none}.portfolio-client-name{font-family:var(--font-sans);font-size:9px;font-weight:600;letter-spacing:-.02em;color:var(--foreground);text-transform:uppercase;vertical-align:middle;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:none;-webkit-touch-callout:none;touch-action:none}@media (min-width: 768px){.portfolio-card{width:700px;height:450px}.portfolio-scroll{gap:20px}}@media (min-width: 1024px){.portfolio-card{width:800px;height:500px}.portfolio-scroll{gap:20px}}.section-divider{width:100%;height:1px;background:#e5e5e5;margin-top:8rem}.expert-status-section{width:100%;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--background);overflow:hidden}.expert-container{max-width:1440px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.expert-grid{display:grid;grid-template-columns:1fr;min-height:64px}@media (min-width: 768px){.expert-grid{grid-template-columns:repeat(3,1fr)}}.expert-item{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;border-bottom:1px solid var(--border)}@media (min-width: 768px){.expert-item{border-bottom:none;border-right:1px solid var(--border);padding:0 2rem}.expert-item:last-child{border-right:none}}.expert-item .mono-label{font-size:10px;letter-spacing:.15em}.separator{font-family:var(--font-mono);font-size:10px;color:var(--border);margin:0 .75rem}.expert-center{display:flex;align-items:center;gap:1rem}.framer-icon-rotating{width:18px;height:18px;display:flex;align-items:center;justify-content:center;animation:spin 12s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.expert-center h3{font-family:var(--font-sans);font-weight:900;font-size:11px;letter-spacing:.25em;color:var(--foreground);white-space:nowrap;line-height:1}@media (min-width: 640px){.expert-center h3{font-size:12px}}.projects-section{background:#000;color:#fff;position:relative;overflow:hidden;padding:4rem 0 10rem;border-top:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.projects-section{padding:6rem 0 15rem}}.projects-container{max-width:1440px;margin:0 auto;padding:0 2rem;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);position:relative;min-height:100vh}@media (min-width: 768px){.projects-container{padding:0 4rem}}.projects-ruler{position:absolute;left:0;top:0;height:100%;display:none}@media (min-width: 1024px){.projects-ruler{display:block}}.projects-ruler .ruler-mark{left:.5rem;font-family:var(--font-mono);font-size:10px;color:#a1a1a1;display:flex;align-items:center;gap:.5rem}.projects-ruler .ruler-line{width:.375rem;height:1px;background:#a1a1a1}.projects-header{margin-bottom:6rem;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width: 768px){.projects-header{margin-bottom:8rem}}.projects-header .section-header{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:2.25rem;font-weight:800;line-height:.9;letter-spacing:-.02em}@media (min-width: 768px){.projects-header .section-header{font-size:3.75rem}}@media (min-width: 1024px){.projects-header .section-header{font-size:72px}}.keyboard-icon,.tomato-icon{display:inline-block}.keyboard-icon{width:3rem}@media (min-width: 768px){.keyboard-icon{width:4rem}}@media (min-width: 1024px){.keyboard-icon{width:5rem}}.tomato-icon{width:2.5rem}@media (min-width: 768px){.tomato-icon{width:3.5rem}}@media (min-width: 1024px){.tomato-icon{width:4rem}}.keyboard-icon img,.tomato-icon img{width:100%;height:auto;object-fit:contain}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.project-card{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:pointer;height:400px}@media (min-width: 768px){.project-card{height:500px}}@media (min-width: 1024px){.project-card{height:600px}}.project-full{aspect-ratio:auto}@media (min-width: 768px){.project-full{grid-column:span 2;height:600px}}@media (min-width: 1024px){.project-full{height:720px}}.traffic-lights{position:absolute;top:1.5rem;left:1.5rem;z-index:20;display:flex;gap:.375rem}.traffic-light{width:10px;height:10px;border-radius:9999px;transition:background-color .3s}.traffic-light.red{background:#ff5f5666}.project-card:hover .traffic-light.red{background:#ff5f56}.traffic-light.yellow{background:#ffbd2e66}.project-card:hover .traffic-light.yellow{background:#ffbd2e}.traffic-light.green{background:#27c93f66}.project-card:hover .traffic-light.green{background:#27c93f}.project-subheading{position:absolute;top:1.5rem;left:5rem;z-index:20;opacity:.8;font-family:var(--font-sans);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#fff}@media (min-width: 768px){.project-subheading{font-size:.875rem}}.project-image{position:absolute;top:0;right:0;bottom:0;left:0;background:#171717;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease-out}.project-card:hover .project-image img{transform:scale(1.05)}.project-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);opacity:.6;transition:opacity .3s}.project-card:hover .project-image:after{opacity:.4}.project-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;z-index:20;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}@media (min-width: 768px){.project-content{padding:2.5rem}}.project-content h3{font-size:1.5rem;font-weight:900;text-transform:uppercase;letter-spacing:-.02em;line-height:1;color:#fff}@media (min-width: 768px){.project-content h3{font-size:1.875rem}}@media (min-width: 1024px){.project-content h3{font-size:2.25rem}}.project-tags{font-family:var(--font-mono);font-size:10px;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}@media (min-width: 768px){.project-tags{font-size:.75rem}}.project-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.2em;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.25rem;color:#fff;text-decoration:none;margin-top:1rem;transition:border-color .2s}@media (min-width: 768px){.project-link{font-size:.75rem}}.project-link:hover{border-color:#fff}.process-section{position:relative;width:100%;background:#fff;border-bottom:1px solid #e5e5e5;overflow:hidden}.process-section .container{position:relative;padding:10rem 0}@media (min-width: 768px){.process-section .container{padding:12.5rem 0}}.section-header-wrapper{text-align:center;margin-bottom:5rem;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.section-header-wrapper{margin-bottom:6.25rem}}.section-header-wrapper .mono-label{margin-bottom:1.5rem;display:block;letter-spacing:.2em}.section-header-wrapper .section-header{max-width:850px;text-wrap:balance}.pillars-grid{display:grid;grid-template-columns:1fr;gap:4rem;width:100%;max-width:1200px;margin:0 auto 5rem}@media (min-width: 768px){.pillars-grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:6.25rem}}.pillar-item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .5s}.pillar-item:hover{transform:scale(1.1)}.pillar-icon{position:relative;width:120px;height:120px;margin-bottom:2.5rem}.pillar-icon img{width:100%;height:100%;object-fit:contain}.pillar-item .subheading{margin-bottom:1rem;letter-spacing:-.02em}.pillar-item .body-text{color:#a1a1a1;max-width:280px}.process-cta{display:flex;justify-content:center}.process-cta .cta-primary{gap:1rem;padding:1.125rem 2.25rem}.process-cta .cta-icon{width:28px;height:28px}.services-section{position:relative;width:100%;background:#fff;overflow:hidden;padding:10rem 0}.services-ruler{position:absolute;left:0;top:0;bottom:0;width:2rem;display:none;pointer-events:none}@media (min-width: 1024px){.services-ruler{display:block}}.services-ruler .ruler-mark{left:.5rem}.services-section .section-header-wrapper{margin-bottom:6rem}.services-title-row{display:flex;justify-content:center;align-items:baseline;gap:3rem;margin-bottom:.5rem}@media (min-width: 640px){.services-title-row{gap:6rem}}.services-title-row .spacer{font-size:.7em;opacity:.4;transform:translateY(-.1em)}@media (min-width: 640px){.services-title-row .spacer{font-size:.6em}}.services-grid{display:grid;grid-template-columns:1fr;gap:3rem;position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:4rem 3rem;padding:0 4rem}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr);padding:0 6rem}}.service-item{display:flex;flex-direction:column;gap:1rem}.service-number{font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--accent-blue);letter-spacing:.05em;text-transform:uppercase}.service-item .subheading{font-size:24px;font-weight:700;color:#000}.service-item .body-text{font-size:15px;line-height:1.6;color:#000000b3}.services-footer{margin-top:10rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.services-footer-title{font-size:80px;font-weight:900;color:var(--accent-blue);letter-spacing:-.02em;line-height:1;margin-bottom:1rem;-webkit-user-select:none;user-select:none}@media (min-width: 640px){.services-footer-title{font-size:100px}}@media (min-width: 1024px){.services-footer-title{font-size:120px}}.services-footer-text{font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--accent-blue);letter-spacing:.15em;text-transform:uppercase;max-width:400px}.short-testimonials-section{background:#fff;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;position:relative;overflow:hidden}.short-testimonials-section .container{max-width:1440px;margin:0 auto;position:relative;border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5;padding:0}.testimonials-status-bar{display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-bottom:1px solid #E5E5E5}@media (min-width: 768px){.testimonials-status-bar{flex-direction:row}}.status-item{flex:1;padding:1rem 2rem;border-bottom:1px solid #E5E5E5;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.status-item{border-bottom:none;border-right:1px solid #E5E5E5;justify-content:flex-start}.status-item:last-child{border-right:none;justify-content:flex-end}}.status-center{gap:.5rem}.status-center svg{color:currentColor}.testimonials-grid{position:relative;display:grid;grid-template-columns:1fr;min-height:400px}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;border-bottom:1px solid #E5E5E5}@media (min-width: 768px){.testimonial-item{padding:5rem;border-bottom:none;border-right:1px solid #E5E5E5}.testimonial-item:last-child{border-right:none}}.testimonial-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:.5rem;padding:.5rem;margin-bottom:2rem}.testimonial-logo img{width:100%;height:100%;object-fit:contain}.testimonial-item blockquote{font-size:1.25rem;font-weight:500;line-height:1.4;margin-bottom:2rem;text-wrap:balance;font-style:normal;color:var(--foreground)}@media (min-width: 768px){.testimonial-item blockquote{font-size:22px}}.testimonial-item cite{font-style:normal;font-size:10px;letter-spacing:.2em;font-weight:600;color:#1a1a1a}.video-testimonials-section{background:#000;padding:7.5rem 0;position:relative;overflow:hidden}.video-container{margin:0 auto;padding:0 2rem;position:relative;min-height:1400px;border-left:none;border-right:none}.video-ruler{position:absolute;left:0;top:0;bottom:0;width:40px;border-right:1px solid #1A1A1A;display:none}@media (min-width: 1280px){.video-ruler{display:block}}.video-ruler .ruler-mark{left:10px;font-family:var(--font-mono);font-size:10px;color:#4d4d4d;line-height:1}.video-ruler .ruler-line{width:15px;height:1px;background:#1a1a1a}.video-header{position:relative;z-index:10;text-align:center;margin-bottom:6.25rem;padding-top:2.5rem}.video-header .mono-label{font-size:12px;color:#4d4d4d;letter-spacing:.2em;margin-bottom:1rem;display:block}.video-header .section-header.white{color:#fff;max-width:900px;margin:0 auto;text-wrap:balance}.video-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;position:relative;z-index:10;padding:0 1rem}@media (min-width: 768px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.video-grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 5rem}}.video-column{display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 1024px){.video-column:nth-child(2){padding-top:7.5rem}}.video-portrait{position:relative;cursor:pointer;overflow:hidden;background:#0a0a0a;aspect-ratio:3/4}.video-portrait video{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .7s}.video-portrait:hover video{filter:grayscale(0%)}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.video-portrait:hover .video-overlay{opacity:1}.play-button{width:4rem;height:4rem;background:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center}.play-button svg{margin-left:.25rem}.video-info{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.video-info h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:.25rem}.video-info p{color:#a1a1a1;font-size:14px;font-weight:500;letter-spacing:-.02em;text-transform:uppercase}.testimonial-card{background:#121212;border:1px solid #262626;padding:1.25rem;width:100%;max-width:340px;position:relative;box-shadow:0 25px 50px -12px #00000040;z-index:20}@media (min-width: 1024px){.testimonial-card.card-offset{transform:translateY(-60px) translate(40px);z-index:30}}.card-close{position:absolute;top:1rem;right:1rem;color:#4d4d4d;background:none;border:none;cursor:pointer;font-size:16px;transition:color .2s}.card-close:hover{color:#fff}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card-header img{width:40px;height:40px;border-radius:9999px;overflow:hidden;background:#262626;border:1px solid #333}.card-header h4{color:#fff;font-size:14px;font-weight:700;line-height:1.25;display:flex;align-items:center;gap:.25rem}.verified{width:14px;height:14px;background:#2563eb;border-radius:9999px;display:flex;align-items:center;justify-content:center}.verified svg{width:8px;height:8px;fill:#fff}.card-header p{color:#666;font-size:12px;line-height:1.25}.card-text{color:#e5e5e5;font-size:14px;line-height:1.5;margin-bottom:1rem}.card-time{display:flex;align-items:center;gap:.375rem;color:#4d4d4d;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.card-time span:nth-child(2){width:4px;height:4px;background:#4d4d4d;border-radius:9999px}.blog-section{background:#fff;position:relative;border-top:1px solid var(--border);overflow:hidden}.blog-section .container{position:relative;border-left:1px solid var(--border);border-right:1px solid var(--border);min-height:1000px;padding:10rem 0}@media (min-width: 768px){.blog-section .container{padding:12.5rem 0}}.blog-ruler{position:absolute;left:0;top:0;height:100%;display:none}@media (min-width: 1024px){.blog-ruler{display:block}}.blog-ruler .ruler-mark{left:.5rem}.blog-header{max-width:1200px;margin:0 auto 4rem;padding:0 1rem}@media (min-width: 768px){.blog-header{margin-bottom:6rem;padding:0 2rem}}.blog-header .mono-label{font-size:12px;color:#a1a1a1;letter-spacing:.05em;margin-bottom:1rem;display:block}.blog-header .section-header{max-width:900px}.blog-grid{display:grid;grid-template-columns:1fr;gap:4rem 2.5rem;padding:0 1rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{display:flex;flex-direction:column;cursor:pointer}.blog-read{font-family:var(--font-mono);font-size:11px;color:#a1a1a1;margin-bottom:.75rem;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}.blog-card:hover .blog-read{color:#000}.blog-image{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--muted);margin-bottom:1.5rem}.blog-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:all .5s ease-in-out;transform:scale(1)}.blog-card:hover .blog-image img{filter:grayscale(0%);transform:scale(1.05)}.blog-content{display:flex;flex-direction:column;gap:.5rem}.blog-category{font-size:12px;font-weight:700;color:#00f;letter-spacing:.05em;text-transform:uppercase;display:block}.blog-content h3{font-size:20px;font-weight:800;line-height:1.25;letter-spacing:-.02em;text-transform:uppercase}@media (min-width: 768px){.blog-content h3{font-size:22px}}.blog-content time{font-size:14px;color:#a1a1a1;font-weight:500;display:block}.blog-cta{margin-top:5rem;display:flex;justify-content:center}@media (min-width: 768px){.blog-cta{margin-top:8rem}}.blog-cta .cta-primary{gap:1rem}.blog-cta .cta-primary svg{transition:transform .2s}.blog-cta .cta-primary:hover svg{transform:translate(4px)}.faq-section{position:relative;background:#fff;padding:6.25rem 0 10rem;overflow:hidden}.faq-answer-bubble{align-self:flex-end;max-width:75%;background:#00f;color:#fff;padding:1rem 1.25rem;border-radius:9999px;will-change:height}.faq-ruler{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.faq-ruler .ruler-mark{left:0}.faq-section .container{position:relative;z-index:10;padding:0 2rem;max-width:1600px}.faq-label{display:flex;justify-content:center;margin-bottom:1.5rem}.faq-label .mono-label{font-size:12px;letter-spacing:.05em;color:#a1a1a1}.faq-header{text-align:center;margin-bottom:6rem}.faq-title{font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:800;line-height:1;letter-spacing:-.02em;display:flex;flex-direction:column;align-items:center}.faq-title span{display:flex;align-items:center;gap:2rem}@media (min-width: 640px){.faq-title span{gap:3rem}}.faq-title .spacer{width:3rem;height:1rem}@media (min-width: 640px){.faq-title .spacer{width:6rem;height:2rem}}.faq-list{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1400px;margin:0 auto}.faq-item{display:flex;flex-direction:column;align-items:center;width:100%;max-width:620px;position:relative}.faq-button{display:flex;flex-direction:column;width:100%;background:#000;color:#fff;padding:.75rem 1.25rem;border-radius:30px;border:none;cursor:pointer;overflow:hidden;transition:background .2s}@media (min-width: 640px){.faq-button{padding:.875rem 1.75rem}}.faq-button:hover{background:#1a1a1a}.faq-button-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}.faq-button span{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:-.02em;text-align:left;padding-right:1rem;line-height:1.25;flex:1}@media (min-width: 640px){.faq-button span{font-size:16px}}.faq-icon{padding:.25rem;border-radius:9999px;border:1px solid rgba(255,255,255,.2);flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;box-sizing:border-box}.faq-icon svg{width:24px;height:24px;display:block}.faq-answer{overflow:hidden;width:100%;min-height:0}.faq-answer-content{padding-top:1.5rem;padding-left:0;padding-right:0;padding-bottom:1rem}@media (min-width: 640px){.faq-answer-content{padding-top:1.5rem;padding-bottom:1.25rem}}.faq-answer p{text-align:left;color:#ffffffe6;font-weight:500;font-size:14px;margin:0;line-height:1.6}@media (min-width: 640px){.faq-answer p{font-size:15px}}.cta-final-section{position:relative;width:100%;border-top:1px solid var(--border);overflow:hidden;background:var(--background)}.cta-container{position:relative;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10rem 0 2rem}@media (min-width: 768px){.cta-container{padding:15rem 0 2rem}}.cta-collage{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5}.cta-polaroid{position:absolute;top:10%;left:5%;transform:rotate(-12deg);width:240px;display:none}@media (min-width: 1024px){.cta-polaroid{display:block}}.cta-polaroid>div{background:#fff;padding:.75rem .75rem 2rem;box-shadow:0 10px 30px #0000001a;border:1px solid #E5E5E5}.polaroid-image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--muted)}.polaroid-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s}.cta-polaroid:hover .polaroid-image img{filter:grayscale(0%)}.polaroid-label{margin-top:1rem;text-align:center;font-family:var(--font-mono);font-size:10px;color:var(--muted-foreground);letter-spacing:.05em;text-transform:uppercase}.cta-invoice{position:absolute;bottom:25%;left:-2%;transform:rotate(-5deg);width:320px;display:none}@media (min-width: 768px){.cta-invoice{display:block}}.cta-invoice img{width:100%;height:auto;filter:drop-shadow(0 20px 25px rgba(0,0,0,.15))}.cta-contra{position:absolute;top:12%;right:2%;transform:rotate(8deg);width:280px;display:none}@media (min-width: 1024px){.cta-contra{display:block}}.cta-contra img{width:100%;height:auto;box-shadow:0 10px 15px #0000001a;border:1px solid var(--border)}.cta-sticker{position:absolute;bottom:10%;right:8%;transform:rotate(15deg);width:220px;display:none}@media (min-width: 768px){.cta-sticker{display:block}}.cta-sticker img{width:100%;height:auto;filter:drop-shadow(0 25px 50px rgba(0,0,0,.25))}.cta-content{position:relative;z-index:30;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;max-width:64rem;margin:0 auto}.cta-content .section-header{margin-bottom:2.5rem}@media (min-width: 768px){.cta-content .section-header{margin-bottom:3rem}}.cta-content .cta-primary{box-shadow:0 20px 25px -5px #0000001a}.footer{width:100%;border-top:1px solid var(--border);background:var(--background);margin-top:auto}.footer-container{max-width:1440px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.footer-mobile{display:flex;flex-direction:column;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}@media (min-width: 768px){.footer-mobile{display:none}}.footer-row{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--border)}.footer-row:first-child{border-top:none}.footer-link{padding:1.5rem;text-align:center;font-size:10px;font-weight:600;letter-spacing:.2em;color:var(--foreground);text-decoration:none;text-transform:uppercase;transition:color .2s;border-right:1px solid var(--border)}.footer-link:last-child{border-right:none}.footer-link:hover{color:var(--accent-blue)}.footer-credit{padding:2rem;text-align:center;font-size:10px;font-weight:600;letter-spacing:.2em;display:flex;align-items:center;justify-content:center;gap:.375rem;text-transform:uppercase}.footer-credit .heart{color:#ef4444}.footer-desktop{display:none;grid-template-columns:repeat(11,1fr);height:64px;align-items:stretch}@media (min-width: 768px){.footer-desktop{display:grid}}.footer-desktop .footer-link{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;font-size:11px;letter-spacing:.15em;border-right:1px solid var(--border);padding:0}.footer-desktop .footer-link:last-child{border-right:none}.footer-desktop .footer-credit{grid-column:span 4;padding:0;font-size:11px;letter-spacing:.15em;white-space:nowrap;border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center;text-align:center}.text-balance{text-wrap:balance}.grid-industrial{background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:50px 50px}.work-hero-section{position:relative;padding:8rem 0 6rem;background:#fff}@media (min-width: 768px){.work-hero-section{padding:12rem 0 8rem}}.work-hero-container{position:relative;max-width:1440px;margin:0 auto;padding:0 2rem}@media (min-width: 768px){.work-hero-container{padding:0 4rem}}.work-ruler{position:absolute;left:0;top:0;height:100%;display:none}@media (min-width: 1024px){.work-ruler{display:block}}.work-hero-content{text-align:center;max-width:900px;margin:0 auto}.work-hero-content .mono-label{display:block;margin-bottom:2rem;font-size:.75rem;color:var(--muted-foreground)}.work-hero-title{font-family:var(--font-sans);font-size:clamp(1.5rem,4vw,3rem);font-weight:900;line-height:1.1;letter-spacing:-.04em;color:var(--foreground);margin:0;text-transform:uppercase}.work-brands-section{padding:4rem 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.work-brands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 4rem;max-width:1000px;margin:0 auto;padding:0 2rem}@media (min-width: 768px){.work-brands-grid{grid-template-columns:repeat(4,1fr);gap:4rem;padding:0 4rem}}.work-brand-item{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.work-brand-item img{width:64px;height:64px;object-fit:contain;margin-bottom:1rem}.work-brand-item span{font-family:var(--font-mono);font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em}.work-stats-section{padding:8rem 0;background:#fff}@media (min-width: 768px){.work-stats-section{padding:12rem 0}}.work-stats-header{text-align:center;margin-bottom:6rem}.work-stats-header .mono-label{display:block;margin-bottom:1.5rem;font-size:.75rem;color:var(--muted-foreground)}.work-stats-header .section-header{max-width:80%;margin-left:auto;margin-right:auto}.work-stats-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1000px;margin:0 auto 6rem;padding:0 2rem;justify-items:center}@media (min-width: 768px){.work-stats-grid{grid-template-columns:repeat(2,1fr);gap:4rem;padding:0 4rem;max-width:800px}}.work-stat-item{text-align:center;position:relative}.work-stat-icon{font-size:4rem;margin-bottom:1.5rem;display:block;line-height:1}.work-stat-icon img{width:100px;height:100px;object-fit:contain;display:block;margin:0 auto}.work-stat-number{font-family:var(--font-sans);font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1;color:var(--accent-blue);margin-bottom:1.5rem;letter-spacing:-.04em}.work-stat-text{font-size:.875rem;line-height:1.6;color:var(--muted-foreground);max-width:300px;margin:0 auto}.work-stats-cta{text-align:center}
