html,body{overflow-x:clip}.hero-section{background-color:#000;width:100%;height:100vh;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-section:before{content:"";z-index:1;background:linear-gradient(#0000001a,#0000001a);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;gap:10px;max-width:1400px;display:flex;position:absolute;bottom:60px;left:60px}.hero-headline{font-family:var(--font-soliden);color:#fff;letter-spacing:-.04em;text-transform:uppercase;will-change:transform, opacity;font-size:80px;font-weight:700;line-height:1.1}.hero-body{font-family:var(--font-soliden);color:#fff;letter-spacing:-.01em;will-change:transform, opacity;max-width:1000px;font-size:24px;font-weight:400;line-height:1.2}.hero-actions{will-change:transform, opacity;gap:16px;margin-top:24px;display:flex}.hero-project-feature{z-index:2;-webkit-backdrop-filter:blur(24px)saturate(1.4);color:#ffffffb3;will-change:transform, opacity;background:#ffffff26;border:1px solid #fff3;border-radius:20px;flex-direction:column;gap:20px;width:460px;padding:20px;text-decoration:none;transition:background .6s cubic-bezier(.4,0,.2,1),border-color .6s cubic-bezier(.4,0,.2,1),color .6s cubic-bezier(.4,0,.2,1),box-shadow .6s cubic-bezier(.4,0,.2,1),filter .6s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:60px;right:60px}.hero-project-feature:hover{border-color:#fff6;box-shadow:0 16px 48px #00000026}.feature-image{aspect-ratio:16/10;opacity:.2;border-radius:10px;width:100%;transition:opacity .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-project-feature:hover .feature-image{opacity:1}.feature-details{align-items:flex-start;gap:30px;padding:0 4px;display:flex}.feature-title{font-family:var(--font-soliden);letter-spacing:-.02em;color:#fffc;flex-shrink:0;font-size:40px;font-weight:700;line-height:1;transition:color .6s cubic-bezier(.4,0,.2,1)}.hero-project-feature:hover .feature-title{color:#fff}.feature-desc{font-family:var(--font-soliden);color:#ffffff80;font-size:11px;font-weight:400;line-height:1.2;transition:color .6s cubic-bezier(.4,0,.2,1)}.hero-project-feature:hover .feature-desc{color:#fffc}.feature-cta{gap:0;width:200px;height:48px;margin-left:4px;text-decoration:none;transition:gap .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.feature-cta-text{color:#ffffffb3;height:100%;font-size:14px;font-family:var(--font-soliden);white-space:nowrap;-webkit-backdrop-filter:blur(10px);background-color:#ffffff26;border:1px solid #ffffff26;border-radius:10px;flex:1;justify-content:center;align-items:center;font-weight:700;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex}.hero-project-feature:hover .feature-cta-text{background-color:var(--brand-secondary);color:var(--brand-primary);-webkit-backdrop-filter:none;border-color:#0000}.feature-cta-arrow{background-color:var(--brand-secondary);opacity:0;border-radius:10px;justify-content:center;align-items:center;width:0;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.feature-cta-arrow img{filter:brightness(0)invert();width:18px;height:18px}.feature-cta:hover{gap:6px}.feature-cta:hover .feature-cta-text{background-color:var(--brand-secondary);color:var(--brand-primary)}.feature-cta:hover .feature-cta-arrow{opacity:1;background-color:var(--brand-primary);width:54px}.feature-cta:hover .feature-cta-arrow img{filter:brightness(0)invert(0)}.hero-btn{gap:0;width:280px;height:60px;text-decoration:none;transition:gap .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.hero-btn.primary .hero-btn-text{background-color:var(--brand-primary);color:var(--brand-secondary)}.hero-btn.secondary .hero-btn-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;box-sizing:border-box;background-color:#ffffff1a;border:.2px solid #fff6}.hero-btn.secondary .hero-btn-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background-color:#ffffff1a;border:.2px solid #fff6}.hero-btn-text{height:100%;font-size:18px;font-family:var(--font-soliden);white-space:nowrap;border-radius:12px;flex:1;justify-content:center;align-items:center;font-weight:700;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex}.hero-btn-arrow{background-color:var(--brand-secondary);opacity:0;border-radius:12px;justify-content:center;align-items:center;width:0;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.hero-btn-arrow img{filter:brightness(0)invert();width:24px;height:24px}.hero-btn:hover{gap:6px}.hero-btn:hover .hero-btn-arrow{opacity:1;width:60px}.about-cards-section{box-sizing:border-box;background-color:#163321;width:100%;padding:120px 60px}.about-cards-container{max-width:1678px;margin:0 auto}.about-cards-headline{font-family:var(--font-soliden);color:var(--brand-primary);text-transform:uppercase;text-align:center;letter-spacing:-.02em;will-change:transform, opacity;margin-bottom:40px;font-size:70px;font-weight:700}.about-cards-grid{grid-template-columns:1.4fr 1.2fr 1fr;gap:40px;display:grid}.about-card{will-change:transform, opacity;background-color:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:540px;padding:40px;display:flex;position:relative;overflow:hidden}.about-card-content h3{font-family:var(--font-soliden);color:#163321;margin:0;font-size:48px;font-weight:400;line-height:1.1}.about-card-content p{font-family:var(--font-soliden);color:#163321;margin:0;font-size:30px;font-weight:400;line-height:1.25}.about-card-content .highlight{font-weight:700}.about-card-image{justify-content:flex-end;align-items:flex-end;margin:auto -40px -48px;display:flex}.card-illustration{width:100%;height:auto;display:block}.last-card{justify-content:flex-start}.about-card-footer{width:100%;margin-top:auto}.about-card-cta{width:100%!important}.about-card-cta .hero-btn-text{color:#fff!important;background-color:#163321!important}.about-card-cta .hero-btn-arrow{background-color:var(--brand-primary)!important}.about-card-cta .hero-btn-arrow img{filter:brightness(0)!important}.editorial-section{background-color:#fff;padding:160px 60px}.editorial-grid{grid-template-columns:1fr 1fr;align-items:center;gap:70px;max-width:1600px;margin:0 auto;display:grid}.editorial-headline{font-family:var(--font-soliden);letter-spacing:-.04em;color:#000;font-size:70px;font-weight:700;line-height:1}.editorial-label{font-family:var(--font-soliden);text-transform:uppercase;letter-spacing:.2em;color:var(--brand-primary);margin-bottom:24px;font-size:14px;font-weight:700;display:block}.editorial-body{flex-direction:column;gap:28px;display:flex}.editorial-body p{font-family:var(--font-soliden);color:var(--brand-secondary);font-size:27px;font-weight:400;line-height:1.4}.problems-section{position:relative;overflow:hidden}.problems-section .editorial-grid{z-index:2;position:relative}.swash-container{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.swash-svg{width:100%;height:100%;display:block}.problem-headline{text-transform:uppercase;max-width:100%;color:var(--brand-secondary)!important;font-size:66px!important;line-height:1.1!important}.problem-pill-container{margin-top:28px;margin-bottom:28px}.problem-pill{background-color:var(--brand-primary);border-radius:10px;align-items:center;width:100%;display:flex;position:relative;overflow:visible}.pill-part{font-family:var(--font-soliden);text-align:center;white-space:nowrap;flex:1;padding:20px;font-size:20px;font-weight:700}.pill-part.strong{color:var(--brand-secondary)}.pill-part.weak{color:#163321;opacity:.8;font-weight:400}.pill-part.fade-in{opacity:1;filter:blur();transition:opacity .6s ease-out,filter .6s ease-out}.pill-part.fade-out{opacity:0;filter:blur(8px);transition:opacity .6s ease-in,filter .6s ease-in}.problem-pill:before,.problem-pill:after{content:"";z-index:2;background-color:#fff;border-radius:50%;width:25px;height:25px;position:absolute;left:50%;transform:translate(-50%)}.problem-pill:before{top:-12px}.problem-pill:after{bottom:-12px}.pill-notch{z-index:1;background-color:#1633211a;flex-shrink:0;width:1px;height:30px}.problem-closing-alt{font-family:var(--font-soliden);color:#000;letter-spacing:-.02em;margin-top:0;font-size:35px;font-weight:400}.problem-image-wrapper{width:100%}.problem-image{object-fit:cover;border-radius:40px;width:100%;height:680px;display:block}.staggered-text p{margin-bottom:16px}.stagger-highlight{font-weight:700;color:var(--brand-primary)!important;font-size:32px!important}.services-editorial-list{flex-direction:column;gap:80px;display:flex}.service-editorial-item h3{font-family:var(--font-soliden);letter-spacing:-.02em;color:#000;margin-bottom:16px;font-size:40px;font-weight:700}.service-editorial-item p{font-family:var(--font-soliden);color:#666;max-width:540px;font-size:20px;font-weight:400;line-height:1.5}.projects-section{background-color:#f9f9f9}.projects-subtitle{font-family:var(--font-soliden);color:#666;margin-top:32px;font-size:20px;font-weight:400}.projects-list{border-top:1px solid #e0e0e0;flex-direction:column;display:flex}.project-item{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:50px 0;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.project-item:hover{background-color:#fff;padding-left:20px}.project-category{font-family:var(--font-soliden);text-transform:uppercase;letter-spacing:.15em;color:var(--brand-primary);margin-bottom:12px;font-size:12px;font-weight:700;display:block}.project-name{font-family:var(--font-soliden);letter-spacing:-.02em;color:#000;font-size:48px;font-weight:700}.project-item img{opacity:.2;filter:brightness(0);transition:all .4s cubic-bezier(.4,0,.2,1)}.project-item:hover img{opacity:1;transform:translate(10px)}.projects-cta{margin-top:60px}.client-strip{align-items:center;width:100%;max-width:575px;height:75px;margin-bottom:24px;display:flex;position:relative;overflow:hidden}.client-logo-track{will-change:transform;align-items:center;gap:45px;width:max-content;animation:20s linear infinite client-logo-marquee;display:flex}.client-logo-item{flex:none;justify-content:center;align-items:center;height:75px;display:flex}.client-logo-image{object-fit:contain;width:auto;height:46px}@keyframes client-logo-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 28px))}}@media (prefers-reduced-motion:reduce){.client-logo-track{animation:none}}.projects-section .client-strip{margin-bottom:24px}.client-context{font-family:var(--font-soliden);color:#666;margin-bottom:40px;font-size:18px;font-weight:400}.contact-cta-section{background-color:#000;padding:200px 60px}.contact-cta-section .editorial-headline{color:#fff}.contact-cta-section .editorial-body p{color:#999}.contact-cta{margin-top:48px}.contact-info-footer{border-top:1px solid #ffffff1a;margin-top:60px;padding-top:40px}.contact-email{font-family:var(--font-soliden);color:#fff;letter-spacing:.05em;font-size:20px;font-weight:700}.how-section{background-color:#fcfdfc;background-image:radial-gradient(#d1e1d3 1.2px,#0000 1.2px);background-size:32px 32px;padding:160px 60px;position:relative}.how-grid{grid-template-columns:1.2fr 1.1fr;align-items:center;gap:90px;max-width:1600px;margin:0 auto;display:grid}.how-illustration{width:100%}.how-illustration img{width:100%;height:auto;display:block}.how-content{flex-direction:column;gap:16px;display:flex}.how-headline{font-family:var(--font-soliden);color:var(--brand-secondary);text-transform:uppercase;letter-spacing:-.025em;margin-bottom:12px;font-size:70px;font-weight:900;line-height:.9}.how-subtext{font-family:var(--font-soliden);color:#000;max-width:725px;font-size:35px;font-weight:400;line-height:1.1}.how-highlight{font-family:var(--font-soliden);color:var(--brand-primary);letter-spacing:-.03em;margin:12px 0;font-size:60px;font-weight:900;line-height:.9}.services-scroll-container{background-color:#fff;position:relative}.services-sticky-wrapper{box-sizing:border-box;flex-direction:column;justify-content:center;height:100vh;padding:40px 0;display:flex;position:sticky;top:0;overflow:hidden}.services-header-content{box-sizing:border-box;width:100%;max-width:1600px;margin:0 auto 36px;padding:0 60px}.services-header-grid{grid-template-columns:.5fr 1.5fr;align-items:flex-start;gap:80px;display:grid}.services-title{font-family:var(--font-soliden);color:var(--brand-secondary);text-transform:uppercase;margin:0;font-size:66px;font-weight:700;line-height:1}.services-intro{font-family:var(--font-soliden);color:var(--brand-secondary);max-width:800px;margin:0;font-size:24px;font-weight:500;line-height:1.3}.services-track-container{width:100%;overflow:hidden}.services-cards-track{will-change:transform;gap:32px;width:max-content;padding-left:60px;padding-right:60px;display:flex}.service-card-open{background-color:var(--brand-secondary);box-sizing:border-box;border-radius:20px;flex-direction:column;flex-shrink:0;gap:32px;width:calc(88vw - 60px);min-width:850px;max-width:1280px;padding:44px 48px;display:flex;box-shadow:0 10px 30px #0000001a}.service-card-header{align-items:flex-start;gap:24px;display:flex}.service-card-index{font-family:var(--font-soliden);color:#fff;opacity:.7;font-size:1.2rem;font-weight:700;line-height:1.2}.service-card-title{font-family:var(--font-soliden);color:#fff;margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}.service-card-body{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.service-card-info p{font-family:var(--font-soliden);color:#fff;opacity:.9;margin:0;font-size:1.2rem;line-height:1.6}.service-img-wrapper{aspect-ratio:16/10;background-color:#ffffff0d;border-radius:20px;width:100%;overflow:hidden}@media (max-width:1200px){.about-cards-headline{font-size:48px}.about-card-content h3,.about-card-content p{font-size:28px}}@media (max-width:1024px){.about-cards-grid{grid-template-columns:1fr;gap:40px}.about-card{min-height:auto}.editorial-section{padding:100px 40px}.editorial-grid{grid-template-columns:1fr;gap:60px}.editorial-col-left,.editorial-col-right{width:100%;min-width:0}.editorial-headline{font-size:60px}.editorial-body p{font-size:20px}.project-name{font-size:36px}.how-grid{grid-template-columns:1fr;gap:40px}.how-section{padding:100px 40px}.how-headline{font-size:52px}.how-subtext{font-size:28px}.services-header-content{margin-bottom:24px;padding:0 40px}.services-title{font-size:52px}.services-cards-track{padding-left:40px;padding-right:40px}.service-card-open{width:calc(88vw - 40px);min-width:auto;padding:32px 36px}.service-card-title{font-size:1.8rem}.service-card-info p{font-size:1rem}.contact-cta-section{padding:120px 40px}}@media (max-width:768px){.hero-content{max-width:none;bottom:40px;left:20px;right:20px}.hero-headline{font-size:36px}.hero-body{font-size:16px}.hero-actions{flex-direction:column;gap:12px}.hero-btn{width:100%;height:56px}.hero-btn-text{font-size:16px}.hero-btn:hover .hero-btn-arrow{width:56px}.hero-project-feature{display:none}.about-cards-section{padding:60px 20px}.about-cards-headline{text-align:left;margin-bottom:28px;font-size:32px}.about-cards-grid{gap:24px}.about-card{border-radius:16px;min-height:auto;padding:28px 20px}.about-card-content h3{font-size:28px}.about-card-content p{font-size:18px}.about-card-image{margin-bottom:-36px;margin-left:-20px;margin-right:-20px}.editorial-section{padding:60px 20px}.editorial-grid{grid-template-columns:1fr;gap:32px}.editorial-col-left,.editorial-col-right{width:100%;min-width:0}.editorial-body p{font-size:18px}.problem-headline{font-size:32px!important}.problem-closing-alt{font-size:22px}.problem-image{border-radius:20px;height:300px}.pill-part{white-space:normal;padding:14px 8px;font-size:13px}.problem-pill:before,.problem-pill:after{width:18px;height:18px}.problem-pill:before{top:-9px}.problem-pill:after{bottom:-9px}.how-section{padding:60px 20px}.how-grid{gap:24px}.how-headline{font-size:36px;line-height:1}.how-subtext{max-width:100%;font-size:18px}.how-highlight{font-size:36px}.services-header-content{margin-bottom:20px;padding:0 20px}.services-header-grid{grid-template-columns:1fr;gap:16px}.services-title{margin-bottom:8px;font-size:36px}.services-intro{font-size:16px}.services-cards-track{gap:20px;padding-left:20px;padding-right:20px}.service-card-open{border-radius:16px;gap:20px;width:85vw;padding:24px 20px}.service-card-title{font-size:1.35rem}.service-card-body{grid-template-columns:1fr;gap:20px}.service-card-info p{font-size:.95rem}.service-img-wrapper{border-radius:14px}.project-item{padding:28px 0}.project-name{font-size:24px}.project-item img{width:20px;height:20px}.projects-cta{width:100%;max-width:280px;margin-top:32px}.client-strip{max-width:100%;height:56px}.client-logo-item{height:56px}.client-logo-image{height:32px}.client-logo-track{gap:32px}.client-context{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;font-size:16px}.editorial-headline{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;font-size:clamp(24px,6.5vw,32px)}.contact-cta-section{padding:80px 20px}.contact-cta{margin-top:32px}.contact-info-footer{margin-top:40px;padding-top:24px}.contact-email{font-size:16px}.service-editorial-item h3{font-size:28px}}@media (max-width:480px){.hero-headline{font-size:28px}.hero-body{font-size:14px}.about-cards-headline{font-size:26px}.about-card-content h3{font-size:24px}.about-card-content p{font-size:16px}.editorial-headline{font-size:28px}.problem-headline{font-size:26px!important}.how-headline{font-size:28px}.how-subtext{font-size:16px}.services-title{font-size:28px}.service-name{font-size:1.1rem}.project-name{font-size:20px}.pill-part{padding:12px 6px;font-size:11px}}
