img{height:auto}canvas{will-change:auto}@media (max-width:768px){canvas{will-change:auto!important}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0c0c0a;--ink2:#1e1e1a;--cream:#f8f8f5;--cream2:#f0f0eb;--gold2:#a366f7;--muted:#8a8a7e;--border-dark:rgba(255,255,255,0.07);--border-light:#e0e0d8;--ff-display:"Cormorant Garamond",Georgia,serif;--ff-body:"Inter",system-ui,sans-serif;--ff-mono:"Inter Mono",monospace}html{scroll-behavior:smooth}body{font-family:var(--ff-body);font-weight:300;background:var(--ink);color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,60px);background:rgba(12,12,10,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-dark);transition:background .4s ease}.nav.scrolled{background:#faf6f0}.nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.nav-logo img{height:32px;width:auto}.nav-logo span{font-family:var(--ff-body);font-size:15px;color:var(--cream);letter-spacing:-.3px}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-size:13px;color:rgba(248,248,245,.6);text-decoration:none;transition:color .2s;letter-spacing:.2px}.nav-links a:hover{color:var(--cream)}.nav-links a.blog-pill{background:var(--ink2);border:1px solid var(--border-dark);padding:5px 14px;border-radius:100px;color:rgba(248,248,245,.7);font-size:12px;font-weight:500;transition:all .2s}.nav-links a.blog-pill:hover{border-color:var(--gold);color:var(--gold)}.nav-cta{background:var(--gold);color:var(--ink);font-size:13px;font-weight:600;padding:9px 20px;border-radius:100px;text-decoration:none;transition:all .2s;white-space:nowrap}.nav-cta:hover{background:var(--gold2);transform:translateY(-1px)}.nav-mob-btn{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--cream)}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:120px clamp(20px,5vw,60px) 80px}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(139,63,245,.06) 0,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(139,63,245,.03) 0,transparent 50%);pointer-events:none}.hero-line{position:absolute;top:50%;left:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);width:0;animation:drawLine 1.2s ease .2s forwards;opacity:.3}@keyframes drawLine{to{width:100%}}.hero-content{position:relative;z-index:1;max-width:900px}.hero-eyebrow{font-family:var(--ff-mono);font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:28px;opacity:0;animation:fadeUp .6s ease .8s forwards}.hero-title{font-family:var(--ff-display);font-size:clamp(52px,8vw,120px);font-weight:300;line-height:.95;letter-spacing:-3px;margin-bottom:32px;color:var(--cream)}.hero-title .word{display:inline-block;opacity:0;transform:translateY(20px);animation:wordIn .5s ease forwards}.hero-title em{font-style:italic;color:var(--gold);font-weight:300}.hero-sub{font-size:clamp(16px,2vw,20px);color:var(--muted);line-height:1.7;max-width:520px;margin-bottom:48px;font-weight:300;opacity:0;animation:fadeUp .6s ease 1.6s forwards}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;opacity:0;animation:fadeUp .6s ease 1.9s forwards}.btn-primary{background:var(--gold);color:var(--ink);font-size:14px;font-weight:600;padding:14px 28px;border-radius:100px;text-decoration:none;transition:all .2s;letter-spacing:.2px}.btn-primary:hover{background:var(--gold2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(139,63,245,.25)}.btn-ghost{color:rgba(248,248,245,.6);font-size:14px;font-weight:400;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s}.btn-ghost:hover{color:var(--cream)}.btn-ghost:after{content:"→";transition:transform .2s}.btn-ghost:hover:after{transform:translateX(4px)}.hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;animation:fadeUp .6s ease 2.2s forwards}.hero-scroll span{font-family:var(--ff-mono);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(248,248,245,.3)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease infinite}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:1}}.showcase{background:var(--cream);padding:120px clamp(20px,5vw,60px);overflow:hidden}.showcase-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:64px;gap:24px;flex-wrap:wrap}.section-eyebrow{font-family:var(--ff-mono);font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.section-title{font-family:var(--ff-display);font-size:clamp(36px,5vw,64px);font-weight:300;letter-spacing:-2px;line-height:1;color:var(--ink)}.section-title em{font-style:italic}.blog-section .section-title,.diff .section-title,.how .section-title,.testimonials .section-title{color:var(--cream)}.diff .section-title em,.how .section-title em,.testimonials .section-title em{color:var(--gold2)}.section-title.light{color:var(--cream)}.section-title.light em{color:var(--gold2)}.work-card{background:var(--ink);border-radius:20px;overflow:hidden;position:relative;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.work-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px rgba(0,0,0,.3)}.work-card-screen{width:100%;aspect-ratio:16/10;overflow:hidden;position:relative;background:#111}.work-card-screen iframe{width:150%;height:150%;transform:scale(.667);transform-origin:top left;border:none;pointer-events:none}.work-card-info{padding:24px 28px;border-top:1px solid var(--border-dark);display:flex;align-items:center;justify-content:space-between}.work-card-name{font-size:15px;font-weight:600;color:var(--cream);letter-spacing:-.3px}.work-card-type{font-family:var(--ff-mono);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-top:3px}.work-card-arrow{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-dark);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:16px;transition:all .2s}.work-card:hover .work-card-arrow{background:var(--gold);color:var(--ink);border-color:var(--gold)}.services{background:var(--ink);padding:120px clamp(20px,5vw,60px)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1px;gap:1px;background:var(--border-dark);border:1px solid var(--border-dark);border-radius:20px;overflow:hidden;margin-top:64px}.service-card{background:var(--ink);padding:40px 36px;position:relative;transition:background .3s;cursor:default}.service-card:hover{background:var(--ink2)}.service-icon{width:44px;height:44px;border:1px solid rgba(139,63,245,.3);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--gold);font-size:18px;transition:all .3s}.service-card:hover .service-icon{background:rgba(139,63,245,.1);border-color:var(--gold)}.service-name{font-size:17px;font-weight:600;color:var(--cream);margin-bottom:10px;letter-spacing:-.3px}.service-desc{font-size:13px;color:var(--muted);line-height:1.7;font-weight:300}.how{background:var(--cream);padding:120px clamp(20px,5vw,60px)}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;margin-top:64px;position:relative}.how-steps:before{content:"";position:absolute;top:28px;left:calc(16.67% + 28px);right:calc(16.67% + 28px);height:1px;background:linear-gradient(90deg,var(--gold),rgba(139,63,245,.3),var(--gold))}.how-step{padding:0 32px;position:relative}.how-step:first-child{padding-left:0}.how-step:last-child{padding-right:0}.step-num{width:56px;height:56px;border-radius:50%;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--ff-display);font-size:22px;font-weight:300;color:var(--gold);margin-bottom:28px;background:var(--cream);position:relative;z-index:1}.step-title{font-size:17px;font-weight:600;color:var(--ink);margin-bottom:10px;letter-spacing:-.3px}.step-desc{font-size:14px;color:var(--muted);line-height:1.75;font-weight:300}.diff{background:var(--ink2);padding:120px clamp(20px,5vw,60px)}.diff-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-top:64px;align-items:start}.diff-left{position:-webkit-sticky;position:sticky;top:120px}.diff-right{display:flex;flex-direction:column;gap:2px}.diff-item{padding:28px 0;border-bottom:1px solid var(--border-dark);cursor:default}.diff-item:last-child{border-bottom:none}.diff-item-title{font-size:16px;font-weight:600;color:var(--cream);margin-bottom:8px;letter-spacing:-.3px;display:flex;align-items:center;gap:12px}.diff-item-title:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.diff-item-desc{font-size:14px;color:var(--muted);line-height:1.75;font-weight:300;padding-left:18px}.testimonials{padding:clamp(64px,7vw,100px) clamp(20px,5vw,60px)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:64px}.testi-card{background:var(--ink2);border:1px solid var(--border-dark);border-radius:16px;position:relative;transition:border-color .3s}.testi-card:hover{border-color:rgba(139,63,245,.3)}.testi-quote{font-size:32px;opacity:.8}.testi-text{color:rgba(248,248,245,.8);line-height:1.7;margin-bottom:20px}.testi-author{gap:12px}.testi-author,.testi-avatar{display:flex;align-items:center}.testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--gold);justify-content:center;font-size:14px;font-weight:600;color:var(--ink);flex-shrink:0}.testi-name{font-size:14px;letter-spacing:-.2px}.testi-role{font-size:12px;margin-top:2px}.blog-section{background:var(--cream);padding:120px clamp(20px,5vw,60px)}.blog-card{background:var(--ink);border-radius:16px;overflow:hidden;text-decoration:none;display:block;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(0,0,0,.15)}.blog-card-img{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--ink2)}.blog-card-body{padding:28px 24px}.blog-card-cat{font-family:var(--ff-mono);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.blog-card-title{font-family:var(--ff-display);font-size:22px;font-weight:400;color:var(--cream);line-height:1.2;letter-spacing:-.5px;margin-bottom:10px}.blog-card-excerpt{font-size:13px;color:var(--muted);line-height:1.7;font-weight:300}.contact{background:var(--ink);padding:120px clamp(20px,5vw,60px);position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 60% 50% at 50% 0,rgba(139,63,245,.08) 0,transparent 60%);pointer-events:none}.contact-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.contact-title{font-family:var(--ff-display);font-size:clamp(40px,6vw,80px);font-weight:300;letter-spacing:-3px;line-height:1;color:var(--cream);margin-bottom:16px;text-align:center}.contact-title em{font-style:italic;color:var(--gold)}.contact-sub{font-size:16px;color:var(--muted);text-align:center;line-height:1.7;margin-bottom:56px;font-weight:300}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:16px}.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-field label{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.5px;text-transform:uppercase;font-family:var(--ff-mono)}.form-field input,.form-field select,.form-field textarea{background:var(--ink2);border:1px solid var(--border-dark);border-radius:10px;padding:14px 16px;font-size:14px;color:var(--cream);font-family:var(--ff-body);outline:none;transition:border-color .2s;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold)}.form-field select option{background:var(--ink2)}.form-field textarea{resize:vertical;min-height:120px}.form-submit{width:100%;background:var(--gold);color:var(--ink);font-size:15px;font-weight:700;padding:16px;border-radius:100px;border:none;cursor:pointer;transition:all .2s;letter-spacing:.3px;margin-top:8px}.form-submit:hover{background:var(--gold2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(139,63,245,.3)}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-success{text-align:center;padding:48px 0;display:none}.form-success.show{display:block}.form-success-icon{font-size:48px;margin-bottom:16px}.form-success-title{font-family:var(--ff-display);font-size:32px;font-weight:300;color:var(--cream);margin-bottom:10px}.form-success-sub{font-size:15px;color:var(--muted)}.footer{background:var(--ink2);border-top:1px solid var(--border-dark);padding:48px clamp(20px,5vw,60px)}.footer-inner{justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-inner,.footer-logo{display:flex;align-items:center}.footer-logo{gap:8px;text-decoration:none}.footer-logo img{height:28px}.footer-logo span{font-size:14px;font-weight:600;color:var(--cream)}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:var(--muted);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--cream)}.footer-copy{font-size:12px;color:rgba(120,120,110,.6);font-family:var(--ff-mono)}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;padding:12px 20px 20px;background:rgba(12,12,10,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-dark)}.sticky-cta a{display:block;width:100%;padding:14px;background:var(--gold);color:var(--ink);font-weight:700;font-size:14px;text-align:center;border-radius:100px;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes wordIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@media (max-width:900px){.nav-links{display:none}.nav-mob-btn{display:block}.how-steps{grid-template-columns:1fr;gap:40px}.how-steps:before{display:none}.how-step{padding:0}.diff-grid{grid-template-columns:1fr}.diff-left{position:static}.form-row,.testi-grid{grid-template-columns:1fr}.sticky-cta{display:block}.hero-actions{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.showcase-header{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.hero-blob{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(139,63,245,.12) 0,rgba(139,63,245,.04) 40%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;transition:transform .8s cubic-bezier(.23,1,.32,1);filter:blur(40px)}.footer-socials{display:flex;align-items:center;gap:16px}.footer-socials a{color:var(--muted);transition:color .2s;display:flex;align-items:center;justify-content:center}.footer-socials a:hover{color:var(--gold)}@media (max-width:640px){.blog-card[style]{display:flex!important;flex-direction:column!important}.blog-card[style] img{border-radius:16px 16px 0 0!important;height:200px!important}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.char-reveal span{display:inline;opacity:0;animation:charIn .04s ease forwards}@keyframes charIn{to{opacity:1}}@media (max-width:768px){.hero{padding:100px 20px 60px;min-height:100svh}.hero-title{font-size:clamp(44px,12vw,72px);letter-spacing:-2px}.hero-sub{font-size:15px;max-width:100%}.hero-actions{gap:12px}.btn-primary{padding:13px 24px;font-size:14px}.showcase{padding:80px 20px}.showcase-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:40px}.section-title{font-size:clamp(32px,8vw,52px);letter-spacing:-1.5px}.services{padding:80px 20px}.services-grid{grid-template-columns:1fr 1fr;margin-top:40px}.service-card{padding:28px 24px}.blog-section,.contact,.diff,.how,.testimonials{padding:80px 20px}.contact-title{font-size:clamp(36px,9vw,64px);letter-spacing:-2px}.footer{padding:40px 20px}.footer-inner{flex-direction:column;align-items:flex-start;gap:24px}}@media (max-width:480px){.nav{padding:0 16px}.nav-logo span{font-size:14px}.nav-cta{display:none}.hero{padding:88px 16px 60px}.hero-eyebrow{font-size:9px;letter-spacing:2px;margin-bottom:20px}.hero-title{font-size:clamp(38px,11vw,56px);letter-spacing:-1.5px;line-height:1;margin-bottom:20px}.hero-sub{font-size:14px;line-height:1.65;margin-bottom:32px}.hero-actions{flex-direction:column;align-items:stretch;gap:10px}.btn-primary{text-align:center;padding:14px 20px}.btn-ghost{justify-content:center}.showcase{padding:64px 16px}.section-eyebrow{font-size:9px}.section-title{font-size:clamp(30px,9vw,44px);letter-spacing:-1px}.services{padding:64px 16px}.services-grid{grid-template-columns:1fr}.service-card{padding:24px 20px}.service-icon{width:36px;height:36px}.service-icon,.service-name{font-size:15px}.service-desc{font-size:12px}.how{padding:64px 16px}.step-num{width:48px;height:48px;font-size:18px;margin-bottom:20px}.step-title{font-size:15px}.step-desc{font-size:13px}.diff{padding:64px 16px}.diff-item{padding:20px 0}.diff-item-title{font-size:14px}.diff-item-desc{font-size:13px}.testimonials{padding:64px 16px}.testi-card{padding:24px 20px}.testi-text{font-size:14px}.blog-section,.contact{padding:64px 16px}.contact-title{font-size:clamp(32px,9vw,52px);letter-spacing:-2px}.contact-sub{font-size:14px;margin-bottom:40px}.form-field input,.form-field select,.form-field textarea{font-size:16px}.form-submit{font-size:14px;padding:15px}.footer{padding:32px 16px 80px}.footer-inner{gap:20px}.footer-links{gap:12px 20px;flex-wrap:wrap;justify-content:center}.footer-inner{text-align:center}.footer-inner,.footer-logo,.footer-socials{justify-content:center}.footer-copy{text-align:center;font-size:10px}.sticky-cta{padding:10px 16px 16px}}@media (max-width:768px){div[style*=grid-template-columns][style*="1.2fr 1fr"],div[style*=grid-template-columns][style*="1fr 1.2fr"]{display:flex!important;flex-direction:column!important;gap:32px!important}}@media (max-width:480px){div[style*="display: flex"][style*="gap: 12px"]>div:last-child:nth-child(3){display:none}}@media (max-width:600px){.work-card-screen iframe{width:200%;height:200%;transform:scale(.5);transform-origin:top left}}@media (max-width:768px){.diff-grid,.testi-grid{grid-template-columns:1fr!important}.diff-grid{gap:32px!important}.diff-left{position:static!important}}@media (max-width:600px){div[style*="repeat(auto-fit, minmax(260px"]{grid-template-columns:1fr!important}}@media (max-width:768px){.blog-section{padding:48px 0!important}}.blog-section div::-webkit-scrollbar{display:none}@media (max-width:700px){div[style*="grid-template-columns:1.2fr 1fr"],div[style*="grid-template-columns:1fr 1.2fr"]{grid-template-columns:1fr!important}div[style*="order:0"],div[style*="order:1"]{order:unset!important}div[style*="display:flex"][style*="gap:16px"]>div:nth-child(3){display:none!important}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:700px){.mockup-desktop{display:none!important}.mockup-mobile-trigger{display:flex!important}}.sticky-cta{display:none!important}@media (max-width:640px){div[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}}.see-more-desktop{display:flex!important}.see-more-mobile{display:none!important}@media (max-width:640px){.see-more-desktop{display:none!important}.how-steps,.see-more-mobile{display:flex!important}.how-steps{flex-direction:row!important;overflow-x:auto!important;gap:0!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding-bottom:16px!important}}@media (max-width:640px){.how-steps::-webkit-scrollbar{display:none}.how-step{min-width:220px!important;padding:0 24px 0 0!important;flex-shrink:0!important;border-right:1px solid var(--border-light)!important;margin-right:24px!important}.how-step:last-child{border-right:none!important;margin-right:0!important}.how-steps:before{display:none!important}}@media (max-width:700px){.mockup-desktop{display:none!important}.mockup-mobile-trigger{display:flex!important}.nav-links{display:none!important}.nav-mob-btn{display:block!important}}@media (min-width:701px){.mockup-mobile-trigger{display:none!important}}@media (max-width:700px){.service-row{grid-template-columns:1fr!important;gap:32px!important}.service-row>div{order:unset!important}}body{overflow-x:hidden}.service-row{width:100%}@media (max-width:700px){.service-row{grid-template-columns:1fr!important;gap:32px!important}.service-row>div{order:unset!important;width:100%!important;min-width:0!important}.service-row canvas,.service-row iframe,.service-row img{max-width:100%!important}div[style*="width: 140px"],div[style*="width:140px"]{width:110px!important}}body,html{overflow-x:hidden!important;max-width:100vw!important}@media (max-width:700px){.service-row{grid-template-columns:1fr!important;gap:24px!important;width:100%!important}.service-row>div{order:unset!important;width:100%!important;min-width:0!important;overflow:hidden!important}.service-row *{max-width:100%!important;box-sizing:border-box!important}.service-row div[style*="display: flex"][style*="gap: 16px"],.service-row div[style*="display:flex"][style*="gap:16px"]{flex-wrap:wrap!important;justify-content:center!important}.service-row div[style*="width: 140px"],.service-row div[style*="width:140px"]{width:calc(45vw - 16px)!important;min-width:0!important;max-width:150px!important}.service-row div[style*="grid-template-columns: 180px"]{grid-template-columns:100px 1fr!important}.service-row div[style*="repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr)!important}.service-row div[style*="1fr 1fr"][style*="gap: 12px"],.service-row div[style*="1fr 1fr"][style*="gap:12px"]{grid-template-columns:1fr!important}.service-row{display:none!important}.service-mobile-row{display:block!important}.mockup-desktop{display:none!important}}@media (min-width:701px){.service-mobile-row{display:none!important}.service-row{display:grid!important}.mockup-desktop{display:block!important}.mockup-mobile-trigger{display:none!important}}.services-page .nav,.services-page nav.nav{background:rgba(250,246,240,.97)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}@media (max-width:900px){.nav{background:rgba(250,246,240,.97)!important}.nav-cta{display:none}}.how-steps-line{position:absolute;top:32px;left:calc(32px + 2%);right:calc(32px + 2%);height:1px;background:linear-gradient(90deg,transparent,rgba(139,63,245,.3) 20%,rgba(139,63,245,.3) 80%,transparent);pointer-events:none}@media (max-width:640px){.how-steps-line{display:none}.pre-footer-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.about-grid{grid-template-columns:1fr!important}.hero canvas{pointer-events:none!important}.hero{touch-action:pan-y!important}}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)!important}}.post-content{color:#c8c8c0;font-size:16px;line-height:1.85;font-weight:300}.post-content h1,.post-content h2,.post-content h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:300;color:#f8f8f5;letter-spacing:-1px;margin:40px 0 16px;line-height:1.1}.post-content h1{font-size:clamp(28px,4vw,44px);letter-spacing:-2px}.post-content h2{font-size:clamp(24px,3vw,36px)}.post-content h3{font-size:clamp(20px,2.5vw,28px)}.post-content p{margin:0 0 20px}.post-content strong{color:#f8f8f5;font-weight:600}.post-content em{color:#8b3ff5;font-style:italic}.post-content a{color:#8b3ff5;text-decoration:underline;text-underline-offset:3px}.post-content ol,.post-content ul{margin:0 0 20px;padding-left:24px}.post-content li{margin-bottom:8px}.post-content blockquote{border-left:3px solid #8b3ff5;margin:32px 0;padding:4px 0 4px 24px;color:rgba(248,248,245,.75);font-size:18px;font-style:italic}.post-content img{width:100%;border-radius:12px;margin:32px 0;border:1px solid rgba(255,255,255,.06)}.post-content code{font-family:Inter Mono,monospace;font-size:13px;background:rgba(255,255,255,.06);padding:2px 6px;border-radius:4px;color:#8b3ff5}.post-content pre{background:#111110;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:24px;overflow-x:auto;margin:32px 0}.post-content pre code{background:none;padding:0;color:#c8c8c0}.post-content hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:40px 0}.featured-post:hover .featured-title{color:#8b3ff5!important}.featured-post:hover .featured-img{transform:scale(1.03)}@media (max-width:700px){.featured-post{grid-template-columns:1fr!important}.featured-post>div:last-child{order:-1}}.featured-post-light:hover .featured-title-light{color:#8b3ff5!important}.featured-post-light:hover .featured-img-light{transform:scale(1.04)}@media (max-width:700px){.featured-post-light{grid-template-columns:1fr!important}}.post-content-light{color:rgba(12,12,10,.75);font-size:16px;line-height:1.85;font-weight:300}.post-content-light h1,.post-content-light h2,.post-content-light h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;color:#0c0c0a;letter-spacing:-1px;margin:40px 0 16px;line-height:1.1}.post-content-light h1{font-size:clamp(28px,4vw,44px);letter-spacing:-2px}.post-content-light h2{font-size:clamp(24px,3vw,36px)}.post-content-light h3{font-size:clamp(20px,2.5vw,28px)}.post-content-light p{margin:0 0 20px}.post-content-light strong{color:#0c0c0a;font-weight:600}.post-content-light em{color:#8b3ff5;font-style:italic}.post-content-light a{color:#8b3ff5;text-decoration:underline;text-underline-offset:3px}.post-content-light ol,.post-content-light ul{margin:0 0 20px;padding-left:24px}.post-content-light li{margin-bottom:8px}.post-content-light blockquote{border-left:3px solid #8b3ff5;margin:32px 0;padding:4px 0 4px 24px;color:rgba(12,12,10,.6);font-size:18px;font-style:italic}.post-content-light img{width:100%;border-radius:12px;margin:32px 0}.post-content-light code{font-family:Inter Mono,monospace;font-size:13px;background:rgba(0,0,0,.06);padding:2px 6px;border-radius:4px;color:#8b3ff5}.post-content-light pre{background:#f0efe9;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:24px;overflow-x:auto;margin:32px 0}.post-content-light hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:40px 0}@media (max-width:700px){.featured-post-light{grid-template-columns:1fr!important}.featured-post-light>div:first-child{order:-1}.edits-nav-links>a:not(:last-child){display:none}div[style*="marginBottom: 24, display: 'flex'"]{flex-direction:column!important;align-items:center!important}}.process-tap-hint{display:none}@media (max-width:768px){.process-grid{grid-template-columns:1fr!important}.process-cards-stack{display:flex!important;justify-content:center;align-items:center;margin-top:32px;min-height:360px;width:100%}.process-card-container{width:260px!important;height:360px!important;position:relative}}.nav .nav-links a{color:rgba(248,248,245,.7)!important}.hero-title,.nav .nav-links a:hover{color:#f8f8f5!important}.hero-title em{color:#a366f7!important}.section-title em{color:var(--gold)}.section-title.light{color:#f8f8f5!important}@media (max-width:900px){.nav-cta,.nav-links{display:none!important}.nav-mob-btn{display:flex!important}}@media (min-width:901px){.nav-mob-btn{display:none!important}.nav-cta,.nav-links{display:flex!important}}@media print{.audit-input-row,a[href="/audit"],button,footer,nav{display:none!important}body{background:white!important}.audit-fade{animation:none!important}canvas{display:none!important}}@media (max-width:768px){.process-card-container{width:260px!important;height:360px!important}}.blog-section .section-title,.showcase .section-title{color:var(--ink)!important}.nav-links a{color:rgba(248,248,245,.75)!important}nav .nav-links li a:hover{color:#f8f8f5!important}.testi-next:hover,.testi-prev:hover{background:rgba(139,63,245,.1)!important}.diff .section-title,.how .section-title,.testimonials .section-title{color:var(--cream)!important}.diff .section-title em,.how .section-title em,.testimonials .section-title em{color:var(--gold2)!important}.showcase .section-title em{color:var(--gold)!important}.blog-section .section-title{color:var(--ink)!important}.blog-section .section-title em{color:var(--gold)!important}@media (max-width:768px){.process-grid{grid-template-columns:1fr!important}.process-cards-stack{display:flex!important;justify-content:center;align-items:flex-start;margin-top:28px;min-height:380px}.process-card-container{width:260px!important;height:370px!important}}nav.main-nav{background:rgba(250,246,240,.97)!important}.nav-links a{color:rgba(248,248,245,.72)!important}.nav-links a:hover{color:#f8f8f5!important}@media (max-width:600px){.footer-inner{flex-direction:column;align-items:center;gap:20px}.footer-links{display:grid;grid-template-columns:repeat(3,auto);grid-gap:10px 20px;gap:10px 20px;justify-content:center}.footer-copy{text-align:center}}@media (max-width:640px){.audit-preview-grid,.gauges-grid{grid-template-columns:repeat(2,1fr)!important}.gauges-grid{gap:16px!important}.metrics-grid{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important}.lead-grid{grid-template-columns:1fr!important}.results-meta{flex-direction:column!important;gap:8px!important}.audit-input-row{border-radius:12px!important}}.testimonials{background:var(--ink);padding:clamp(64px,7vw,96px) clamp(20px,5vw,60px)}.testi-card{padding:24px 22px}.testi-quote{font-family:var(--ff-display);font-size:34px;color:var(--gold);line-height:1;margin-bottom:12px;opacity:.75}.testi-text{font-size:14px;color:rgba(248,248,245,.82);line-height:1.72;font-weight:300;margin-bottom:18px}.testi-name,.testi-text{font-family:var(--ff-body)}.testi-name{font-size:13px;font-weight:600;color:var(--cream)}.testi-role{font-family:var(--ff-mono);font-size:11px;color:var(--muted)}@media (max-width:900px){.edits-nav-links{display:none!important}}@media (max-width:768px){.services-grid{grid-template-columns:1fr!important}.anchor-pills,.service-sample{display:none!important}.about-grid,.about-hero-grid{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important}}input,select,textarea{-webkit-text-size-adjust:100%}.audit-input-row input,.lead-form-input,input,select,textarea{font-size:16px!important}.nav,nav.main-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,60px);background:rgba(12,12,10,.97)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.nav .nav-links a,nav .nav-links a{color:rgba(248,248,245,.72)!important;font-size:13px;font-weight:400;text-decoration:none;transition:color .2s}.nav .nav-links a:hover,.nav-logo span,nav .nav-links a:hover{color:#f8f8f5!important}.nav-logo span{font-weight:600}.testimonials .testi-text{color:rgba(248,248,245,.85)!important}.diff .section-title{color:var(--cream)!important}.showcase .section-title{color:var(--ink)!important}.step-desc{color:rgba(248,248,245,.8)!important}.hero .hero-title{color:#1a1208!important}.hero .hero-title em{color:#8b3ff5!important}.hero .hero-eyebrow{color:#6d28d9!important}.hero .hero-sub{color:#5a4a2a!important}.showcase .work-card{box-shadow:0 4px 20px rgba(0,0,0,.08)!important}.services a[style]{background:#fff!important;color:#1e1b4b!important}.services a[style]:hover{background:#f5f3ff!important}.services a[style] div[style*="color: var(--gold)"]{color:#4f46e5!important}.services a[style] div[style*="color: var(--cream)"]{color:#1e1b4b!important}.services a[style] div[style*="color: var(--muted)"]{color:#6b7280!important}.diff span[style*="color: rgba(248"]{color:#292524!important}.diff div[style*=border-bottom]{border-bottom-color:rgba(217,119,6,.15)!important}.diff div[style*="background: var(--muted)"]{background:rgba(217,119,6,.25)!important}.testimonials .testi-card{box-shadow:0 2px 12px rgba(2,132,199,.08)!important}.testimonials .testi-card:hover{border-color:rgba(2,132,199,.4)!important}.blog-section h2{color:#3b0764!important}.blog-section a[style*="background: var(--ink)"]{background:#fff!important;box-shadow:0 2px 12px rgba(147,51,234,.06)!important}.blog-section a[style*="color: var(--cream)"]{color:#3b0764!important}.footer{background:#1a1a18!important}.footer .footer-logo span{color:#f8f8f5!important}.footer .footer-links a{color:rgba(248,248,245,.5)!important}.footer .footer-links a:hover{color:#f8f8f5!important}section[style*="background: var(--ink)"][style*=borderTop]{background:#f8fafc!important;border-top-color:rgba(0,0,0,.08)!important}section[style*="background: var(--ink)"][style*=borderTop] a[style*="color: var(--muted)"],section[style*="background: var(--ink)"][style*=borderTop] p{color:#64748b!important}.nav{background:rgba(255,255,255,.92)!important;border-bottom-color:rgba(0,0,0,.08)!important}.nav.scrolled{background:#ffffff!important}.nav-logo span{color:#0c0c0a!important}.nav-links a{color:rgba(12,12,10,.55)!important}.nav-links a:hover{color:#0c0c0a!important}.mobile-pill-nav{display:none!important}@media (max-width:900px){.mobile-pill-nav{display:flex!important}.nav-mob-btn{display:none!important}body{padding-bottom:90px}.footer{padding-bottom:90px!important}}@media (min-width:901px){.mobile-pill-nav,.nav-mob-btn{display:none!important}.nav-cta,.nav-links{display:flex!important}}body:has([data-page=about]){background:#f0fdf4}body:has([data-page=services]){background:#fafafa}body:has([data-page=audit-engine]){background:#f8fafc}body:has([data-page=edits]){background:#fffbf0}body{background:#fdf6ee!important;color:#1a1208!important}.nav{background:rgba(253,246,238,.95)!important;border-bottom:1px solid rgba(139,63,245,.15)!important}.nav.scrolled{background:#fdf6ee!important}.nav-links a{color:rgba(26,18,8,.55)!important}.hero{background:#fdf6ee!important}.hero-eyebrow{color:#6d28d9!important}.showcase .section-eyebrow{color:#2d7a4f!important}.showcase .section-title{color:#0d2618!important}.showcase .section-title em{color:#2d7a4f!important}.showcase .work-card-name{color:#f8f8f5!important}.showcase .work-card-type{color:rgba(248,248,245,.5)!important}.services .section-eyebrow{color:#4f46e5!important}.services .section-title{color:#1e1b4b!important}.services .section-title em{color:#4f46e5!important}.services a{color:#1e1b4b!important}section.how{background:#fff5f7!important}section.how .section-eyebrow{color:#e11d48!important}section.how .section-title{color:#4a0520!important}section.how .section-title em{color:#e11d48!important}section.how .step-title{color:#3f0418!important}section.how .step-desc{color:#7f4060!important}section.how .step-num{background:#fff5f7!important;border-color:rgba(225,29,72,.35)!important;color:#e11d48!important}.testimonials .section-eyebrow{color:#0284c7!important}.testimonials .section-title{color:#0c2a3f!important}.testimonials .section-title em{color:#0284c7!important}.testimonials .testi-card{background:#fff!important;border-color:rgba(2,132,199,.15)!important}.testimonials .testi-quote{color:#0284c7!important}.testimonials .testi-text{color:#334155!important}.testimonials .testi-name{color:#0c2a3f!important}.testimonials .testi-role{color:#64748b!important}.testimonials .testi-avatar{background:#0284c7!important;color:#fff!important}.blog-section .section-eyebrow{color:#9333ea!important}section[style*="background: var(--ink)"][style*=borderTop]{background:#f1f5f9!important}section[style*="background: var(--ink)"][style*=borderTop] h2{color:#0f172a!important}section[style*="background: var(--ink)"][style*=borderTop] p{color:#475569!important}section[style*="background: var(--ink)"][style*=borderTop] em{color:#8b3ff5!important}section[style*="background: var(--ink)"][style*=borderTop] a[style*="color: var(--muted)"]{color:#475569!important;border-color:rgba(0,0,0,.15)!important}.section-eyebrow{color:#6d28d9!important}:root{--ink:#ffffff;--ink2:#f5f0e8;--cream:#1a1208;--cream2:#2a1f0f;--muted:#6b5a3e;--border-dark:rgba(26,18,8,0.1);--border-light:rgba(26,18,8,0.15);--gold:#8b3ff5;--gold2:#6d28d9}.services{background:#eef2ff!important}.services div[style*="background: var(--border-dark)"],.services div[style*="background:var(--border-dark)"]{background:rgba(79,70,229,.1)!important;border-color:rgba(79,70,229,.15)!important}.services a[style*="background: var(--ink)"]{background:#ffffff!important}.services a[style*="background: var(--ink)"]:hover,.services a[style*="background: var(--ink2)"]{background:#f5f3ff!important}.services a div[style*="color: var(--cream)"]{color:#1e1b4b!important}.services a div[style*="color: var(--muted)"]{color:#4b5563!important}.services a div[style*="color: var(--gold)"]{color:#4f46e5!important}.diff div[style*="border-bottom: 1px solid var(--border-dark)"],.diff div[style*="borderBottom: '1px solid var(--border-dark)'"]{border-bottom-color:rgba(217,119,6,.15)!important}.diff span[style*="color: rgba(248,248,245"],.diff span[style*="color: rgba(248,248,245,0.6)"],.diff span[style*="color: var(--cream)"]{color:#451a03!important}.diff p[style*="color: var(--muted)"]{color:#78716c!important}.diff div[style*="background: var(--gold)"]{background:#d97706!important}.diff div[style*="background: var(--muted)"]{background:rgba(217,119,6,.2)!important}.diff span[style*="color: var(--gold)"]{color:#d97706!important}.diff a{color:#451a03!important}.diff .btn-primary{background:#d97706!important;color:#fff!important}.testimonials{background:#f0f9ff!important}.testimonials div[style*="background: var(--ink2)"]{background:#ffffff!important;border-color:rgba(2,132,199,.15)!important}.testimonials p[style*="color: rgba(248,248,245,0.8)"]{color:#334155!important}.testimonials div[style*="color: var(--cream)"]{color:#0c2a3f!important}.testimonials div[style*="color: var(--muted)"]{color:#64748b!important}.showcase{background:#eef4f0!important}.showcase .work-card{background:#1a1208!important}.blog-section{background:#faf5ff!important}.blog-section h2[style]{color:#3b0764!important}.blog-section a[style*="background: var(--ink)"]{background:#ffffff!important;border-color:rgba(147,51,234,.15)!important}.blog-section div[style*="color: var(--cream)"]{color:#3b0764!important}.blog-section div[style*="color: var(--muted)"]{color:#6b7280!important}.blog-section span[style*="color: var(--gold)"]{color:#9333ea!important}.blog-section span[style*="color: var(--muted)"]{color:#6b7280!important}section[style*="background: var(--ink)"]{background:#f1f5f9!important}section[style*="background: var(--ink)"] h2{color:#0f172a!important}section[style*="background: var(--ink)"] p{color:#475569!important}section[style*="background: var(--ink)"] em{color:#8b3ff5!important}section[style*="background: var(--ink)"] a[style*="color: var(--muted)"]{color:#475569!important;border-color:rgba(0,0,0,.15)!important}.footer{background:#1a1208!important;color:#f8f8f5!important}.footer *{--cream:#f8f8f5!important;--muted:rgba(248,248,245,0.5)!important}.footer-logo span{color:#f8f8f5!important}.footer-links a{color:rgba(248,248,245,.5)!important}.footer-links a:hover{color:#f8f8f5!important}.footer-copy{color:rgba(248,248,245,.3)!important}.footer-socials a{color:rgba(248,248,245,.4)!important}.footer-socials a:hover{color:#8b3ff5!important}@media (min-width:901px){.nav{border-bottom:1px solid rgba(255,255,255,.07)!important}.nav,.nav.scrolled{background:#0c0c0a!important}.nav-logo span{color:#f8f8f5!important}.nav-links a{color:rgba(26,18,8,.65)!important}.nav-links a:hover{color:#1a1208!important}.nav-links a span{color:#8b3ff5!important}.nav-logo img{filter:brightness(1.2)!important}}.diff{background:#fffbeb!important}.diff span[style]{color:#451a03!important}.diff p[style]{color:#78716c!important}.diff div[style*="cursor: pointer"] span{color:#451a03!important}.diff div[style*="fontWeight: 600"]{color:#1a1208!important}.diff .section-eyebrow{color:#d97706!important}.diff .section-title{color:#451a03!important}.diff .section-title em{color:#d97706!important}.diff a.btn-primary{color:#fff!important;background:#d97706!important}.diff span[style*="fontSize: 18"]{color:#d97706!important}.diff div[style*="width: 6"]{background:#d97706!important}section[style*="background: '#fff5f7'"]{background:#fff5f7!important}.process-tap-hint{color:rgba(63,4,24,.45)!important}section[style*="background: '#fff5f7'"] h2,section[style*=fff5f7] h2{color:#3f0418!important}.section-title.light{color:#1a1208!important}.section-title.light em{color:#8b3ff5!important}section.how .section-title.light{color:#3f0418!important}section.how .section-title.light em{color:#e11d48!important}@keyframes breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.about-cards-right div,.about-cards-right span{color:#1a1208!important}@media (max-width:768px){.about-cards-right{display:flex!important;height:220px!important;width:100%!important;margin-top:32px}.about-cards-right>div{width:130px!important;height:182px!important}}.services-page .nav-logo span{color:#f8f8f5!important}.work-card,.work-card *{text-decoration:none!important}.work-card .work-card-name{color:#f8f8f5!important}.work-card .work-card-type{color:rgba(248,248,245,.5)!important}.work-card p{color:rgba(248,248,245,.65)!important}.nav,nav.main-nav{background:rgba(250,246,240,.97)!important;border-bottom:1px solid rgba(26,18,8,.08)!important}.nav.scrolled{background:#faf6f0!important}.nav-logo span{color:#1a1208!important}.nav-links a{color:rgba(26,18,8,.6)!important}.nav-links a:hover{color:#1a1208!important}.nav-links a span{color:#8b3ff5!important}.nav-cta{background:#8b3ff5!important;color:#fff!important}.nav-cta:hover{background:#6d28d9!important}.nav-mob-btn{color:#1a1208!important}.nav-logo img{filter:none!important}@media (min-width:901px){.nav{background:rgba(250,246,240,.97)!important}.nav.scrolled{background:#faf6f0!important}.nav-logo span{color:#1a1208!important}.nav-links a{color:rgba(26,18,8,.6)!important}.nav-links a:hover{color:#1a1208!important}}@media (max-width:900px){.nav{background:rgba(250,246,240,.97)!important}.nav-logo span{color:#1a1208!important}}.mobile-pill-nav{background:rgba(26,18,8,.92)!important}.nav-links a,.nav-links li a,nav .nav-links a,nav ul li a{color:rgba(26,18,8,.65)!important}.nav-links a:hover,.nav-links li a:hover,nav .nav-links a:hover,nav ul li a:hover{color:#1a1208!important}.nav-links a span,.nav-links li a span{color:#8b3ff5!important}.btn-primary,.nav-cta,a.btn-primary{background:rgba(139,63,245,.85)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:0 4px 20px rgba(139,63,245,.3),inset 0 1px 0 rgba(255,255,255,.2)!important;color:#ffffff!important}.btn-primary:hover,.nav-cta:hover{background:rgba(109,40,217,.9)!important;box-shadow:0 6px 28px rgba(139,63,245,.4),inset 0 1px 0 rgba(255,255,255,.25)!important}.mobile-pill-nav{background:rgba(20,14,30,.75)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid rgba(255,255,255,.12)!important}.mobile-pill-nav a[style*="background: rgba(184,148,74"]{background:rgba(139,63,245,.2)!important;border-color:rgba(139,63,245,.4)!important}.see-more-desktop{background:rgba(139,63,245,.1)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border:1px solid rgba(139,63,245,.3)!important}.nav .nav-links li a,nav .nav-links li a,nav.nav .nav-links li a{color:rgba(26,18,8,.65)!important}.nav .nav-links li a:hover,nav .nav-links li a:hover,nav.nav .nav-links li a:hover{color:#1a1208!important}.nav .nav-links li a span,nav .nav-links li a span,nav.nav .nav-links li a span{color:#8b3ff5!important}.nav .nav-logo span,.nav-logo span,nav .nav-logo span{color:#1a1208!important;font-weight:600!important}@media (max-width:768px){.service-cat-grid{grid-template-columns:1fr!important}}@media (min-width:769px) and (max-width:1024px){.service-cat-grid{grid-template-columns:1fr 1fr!important}}@media (min-width:769px){.service-cat-grid[style*="repeat(1, 1fr)"]{max-width:360px!important}}@media (max-width:700px){.wordmark-nav-cta,.wordmark-nav-links,.wordmark-nav-tag{display:none!important}}.hero-sticky-wrap{position:relative;height:100vh}.hero-sticky-inner{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}@media (max-width:700px){.wordmark-nav-cta,.wordmark-nav-links,.wordmark-tagline-desktop{display:none!important}.wordmark-tagline-mobile{display:flex!important}.hero-sticky-inner,.hero-sticky-wrap{height:100svh}}.hero-mobile-only{display:none}@media (max-width:700px){.hero-desktop-only{display:none!important}.hero-mobile-only{display:block!important}.wordmark-nav span{display:none!important}.pendulum-nav a:not(:last-child){display:none}.pendulum-nav img{order:-1}.pendulum-balls{transform:scale(.85)}}