.card-nav-container{position:relative;width:100%;box-sizing:border-box}.card-nav{display:block;height:60px;padding:0;border:.5px solid rgba(0,0,0,.08);border-radius:.75rem;box-shadow:0 10px 20px #00000014;position:relative;overflow:hidden;will-change:height}.card-nav-top{position:absolute;top:0;left:0;right:0;height:60px;display:flex;align-items:center;justify-content:space-between;padding:.5rem .45rem .55rem 1.1rem;z-index:2}.hamburger-menu{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;gap:6px}.hamburger-menu:hover .hamburger-line{opacity:.75}.hamburger-line{width:30px;height:2px;background-color:currentColor;transition:transform .25s ease,opacity .2s ease,margin .3s ease;transform-origin:50% 50%}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(4px) rotate(45deg)}.hamburger-menu.open .hamburger-line:last-child{transform:translateY(-4px) rotate(-45deg)}.logo-container{display:flex;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.logo{height:28px;width:auto;display:block}.card-nav-cta-button{text-decoration:none;border:none;border-radius:.4rem;padding:0 1rem;height:100%;font-weight:500;cursor:pointer;transition:box-shadow .26s ease,color .26s ease;align-items:center;display:inline-flex;justify-content:center;position:relative;overflow:hidden;isolation:isolate}.card-nav-cta-button:before{content:"";position:absolute;inset:0;background:#ed1f24;border-radius:inherit;clip-path:circle(0% at 50% 100%);transition:clip-path .32s ease;z-index:0}.card-nav-cta-button>*{position:relative;z-index:1}.card-nav-cta-label{color:inherit;transition:color .26s ease}@media(hover:hover){.card-nav-cta-button:hover{box-shadow:0 0 0 1px #ed1f2440}.card-nav-cta-button:hover:before{clip-path:circle(150% at 50% 100%)}.card-nav-cta-button:hover .card-nav-cta-label{color:#000}}.card-nav-cta-button:focus-visible{outline:none;box-shadow:0 0 0 2px #ed1f24bf}.card-nav-cta-button:focus-visible:before{clip-path:circle(150% at 50% 100%)}.card-nav-cta-button:focus-visible .card-nav-cta-label{color:#000}@media(prefers-reduced-motion:reduce){.card-nav-cta-button,.card-nav-cta-button:before{transition:none}}.card-nav-content{position:absolute;inset:60px 0 0;padding:.5rem;display:flex;align-items:flex-end;gap:12px;visibility:hidden;pointer-events:none;z-index:1}.card-nav.open .card-nav-content{visibility:visible;pointer-events:auto}.nav-card{height:100%;flex:1 1 0;min-width:0;border-radius:.55rem;position:relative;display:flex;flex-direction:column;padding:12px 16px;gap:8px;-webkit-user-select:none;user-select:none}.nav-card-label{font-weight:500;font-size:22px;letter-spacing:-.5px;line-height:1}.nav-card-links{margin-top:auto;display:flex;flex-direction:column;gap:2px}.nav-card-link{font-size:16px;cursor:pointer;text-decoration:none;transition:opacity .3s ease;display:inline-flex;align-items:center;gap:6px}.nav-card-link:hover{opacity:.75}@media(max-width:768px){.card-nav-top{padding:.5rem 1rem;justify-content:space-between}.hamburger-menu{order:2}.logo-container{position:static;transform:none;order:1}.card-nav-cta-button{display:none}.card-nav-content{flex-direction:column;align-items:stretch;gap:8px;padding:.5rem;bottom:0;justify-content:flex-start}.nav-card{height:auto;min-height:60px;flex:1 1 auto;max-height:none}.nav-card-label{font-size:18px}.nav-card-link{font-size:15px}}:root{--page-bg: #ededed;--text: #000;--white: #fff;--border: #aeaeae;--accent: #ed1f24;--rail-max: 1256px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}html{scroll-behavior:smooth}body{background:var(--page-bg);color:var(--text);font-family:Satoshi,sans-serif}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}.page{min-height:100vh}.content-rail{width:min(var(--rail-max),calc(100vw - 40px));margin-inline:auto}.card-nav-shell{position:sticky;top:0;z-index:30;border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:8px 16px;background:var(--page-bg)}.home-main{display:flex;flex-direction:column}.hero-section,.what-we-do-section,.process-section{border-bottom:1px solid var(--border);border-left:1px solid var(--border);border-right:1px solid var(--border);padding:128px 64px}.hero-content{display:grid;grid-template-columns:1fr 622px;align-items:center;justify-content:space-between;gap:40px}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero-title{width:464px;font-size:48px;line-height:1.08;letter-spacing:-.96px;font-weight:700}.hero-title-accent{color:var(--accent)}.hero-media-wrap{width:622px;height:465px;border-radius:15px;overflow:hidden}.hero-media{width:100%;height:100%;object-fit:cover;display:block}.section-header{display:grid;grid-template-columns:184px 1fr 184px;align-items:center;gap:0;padding-bottom:24px}.section-label,.section-index{font-size:20px;line-height:1;font-weight:700}.section-label{text-transform:uppercase;margin:0}.section-index{text-align:right}.section-line{height:1px;background:var(--border);transform:translateY(1px)}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-card{background:#000;color:#fff;border-radius:15px;padding:20px;display:flex;flex-direction:column;gap:20px;min-width:0}.service-preview{width:100%;aspect-ratio:450 / 256;border-radius:8px;overflow:hidden;background:#111}.service-preview-video{width:100%;height:100%;object-fit:cover;display:block}.service-preview-video-redesign{transform:scale(1.12);transform-origin:center}.service-copy{display:flex;flex-direction:column;gap:8px}.service-copy h3{font-size:20px;line-height:1;font-weight:500;margin:0}.service-copy p{font-size:16px;line-height:1.28;font-weight:500;opacity:.75}.services-bottom-row{padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:16px}.services-bottom-row p{font-size:16px;line-height:1;font-weight:500}.scroll-link{display:inline-flex;align-items:center;gap:16px;font-size:16px;line-height:1;font-weight:500;white-space:nowrap}.scroll-link img{width:16px;height:16px;display:block}.process-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.process-card{background:#000;color:#fff;border-radius:15px;height:185px;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;transition:transform .24s ease,box-shadow .24s ease,background-color .24s ease}.process-card-top{display:flex;align-items:center;gap:12px}.process-card-icon-wrap{width:49px;height:49px;border-radius:24.5px;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:transform .24s ease}.process-card-icon{width:24px;height:24px;display:block}.process-card-title{font-size:20px;line-height:1;font-weight:500;margin:0}.process-card-description{font-size:16px;line-height:1.25;font-weight:400;max-width:226px}.cta-section{border-left:1px solid var(--border);border-right:1px solid var(--border);padding:128px 64px}.cta-card{height:408px;border-radius:15px;background:#000;color:#fff;padding:64px;display:flex;align-items:center;position:relative;overflow:hidden}.cta-silk{position:absolute;inset:0;z-index:0;pointer-events:none}.cta-silk canvas{width:100%!important;height:100%!important;display:block}.cta-content{width:100%;display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:1}.cta-copy{width:496px;display:flex;flex-direction:column;gap:24px}.cta-copy h3{font-size:64px;line-height:1.2;font-weight:700;margin:0}.cta-copy p{font-size:16px;line-height:1.2;font-weight:500}.cta-button{border:1px solid #fff;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:8px 20px;font-size:16px;line-height:1;font-weight:500;white-space:nowrap}.cta-button img{width:11px;height:11px;display:block;opacity:.9}.hero-cta-button{border-color:#000;color:#000;position:relative;overflow:hidden;isolation:isolate;transition:box-shadow .26s ease,color .26s ease}.hero-cta-button:before{content:"";position:absolute;inset:0;background:#ed1f24;border-radius:inherit;clip-path:circle(0% at 50% 100%);transition:clip-path .32s ease;z-index:0}.hero-cta-button>*{position:relative;z-index:1}.hero-cta-button img{filter:brightness(0)}.privacy{padding:72px 64px}.privacy-title{font-size:clamp(40px,6vw,64px);line-height:1;font-weight:700;margin-bottom:28px}.privacy p{font-size:20px;line-height:1.35;font-weight:400;max-width:1000px}.privacy-lead{margin-bottom:20px}.privacy p+p{margin-top:16px}.privacy-section{margin-top:34px}.privacy-section h2{font-size:28px;line-height:1.1;font-weight:600;margin:0 0 16px}.privacy-section ul{margin:12px 0 0;padding-left:28px;display:flex;flex-direction:column;gap:8px}.privacy-section li{font-size:20px;line-height:1.3;font-weight:400}.privacy-address{margin-top:10px}.privacy a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.footer{background:#000}.footer-inner{padding:48px 64px;display:flex;flex-direction:column;gap:24px}.footer-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.footer-col{display:flex;flex-direction:column;gap:16px}.footer-col-contact,.footer-col-social{width:184px}.footer-col-legal{width:230px}.footer-title{font-size:24px;line-height:1;font-weight:700;color:#fff}.footer-list{display:flex;flex-direction:column;gap:8px}.footer-link,.footer-text,.footer-copy,.footer-social-link span{color:#fff;font-size:20px;line-height:1;font-weight:400}.footer-link{transition:opacity .18s ease}.footer-link[aria-current=page]{opacity:.75}.footer-social-link{display:inline-flex;align-items:center;gap:10px}.footer-social-link img{width:20px;height:20px;display:block}@media(hover:hover){.cta-button:hover{background:#ed1f2429}.hero-cta-button:hover{box-shadow:0 0 0 1px #ed1f2440;color:#000}.hero-cta-button:hover:before{clip-path:circle(150% at 50% 100%)}.process-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000038;background-color:#090909}.process-card:hover .process-card-icon-wrap{transform:scale(1.05)}.footer-link:hover,.footer-social-link:hover{opacity:.75}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.cta-button:focus-visible{outline:none;box-shadow:0 0 0 2px #ed1f248c}.hero-cta-button:focus-visible:before{clip-path:circle(150% at 50% 100%)}@media(max-width:1200px){.card-nav-shell{padding-inline:12px}.hero-section,.what-we-do-section,.process-section,.cta-section,.privacy,.footer-inner{padding-inline:24px}.hero-content{grid-template-columns:1fr 1fr;gap:24px}.hero-title,.hero-media-wrap{width:100%}.hero-media-wrap{height:auto;aspect-ratio:622 / 465}.process-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-card{height:auto;min-height:340px}.cta-copy h3{font-size:clamp(42px,5.2vw,56px)}}@media(max-width:860px){.card-nav-shell{padding:8px}.hero-section,.what-we-do-section,.process-section,.cta-section,.privacy,.footer-inner{padding:72px 16px}.hero-section{padding-top:88px;padding-bottom:88px}.hero-content{grid-template-columns:1fr;justify-items:center;gap:24px}.hero-title{width:min(620px,100%);font-size:clamp(40px,9.2vw,54px);text-align:center;line-height:1.08}.hero-copy{align-items:center}.section-header{grid-template-columns:auto 1fr auto;gap:12px}.section-label,.section-index{font-size:18px}.services-grid{grid-template-columns:1fr}.service-card{padding:12px}.service-preview{aspect-ratio:16 / 9}.service-copy h3{font-size:18px}.service-copy p,.services-bottom-row p,.scroll-link,.cta-copy p{font-size:15px;line-height:1.35}.services-bottom-row{flex-direction:column;align-items:flex-start;gap:10px}.scroll-link{align-self:flex-end;gap:8px}.process-cards{grid-template-columns:1fr;gap:12px}.process-card{height:auto;min-height:164px}.process-card-title{font-size:20px}.process-card-description{font-size:15px;line-height:1.3}.cta-card{padding:24px}.cta-content{flex-direction:column;align-items:flex-start;gap:24px}.cta-copy{width:100%;gap:12px}.cta-copy h3{font-size:clamp(40px,12vw,56px);line-height:1.05}.cta-button{width:100%}.privacy-title{margin-bottom:18px}.privacy p,.privacy-section li{font-size:18px;line-height:1.35}.privacy-section{margin-top:26px}.privacy-section h2{font-size:24px;margin-bottom:12px}.footer-inner{gap:28px;padding-top:36px;padding-bottom:36px}.footer-grid{flex-direction:column;align-items:flex-start;gap:24px}.footer-col,.footer-col-contact,.footer-col-social,.footer-col-legal{width:100%}.footer-title{font-size:22px}.footer-link,.footer-text,.footer-copy,.footer-social-link span{font-size:18px;line-height:1.2}}
