.public-body{--ui-bg:#070807;--ui-bg-2:#0a0d0a;--ui-panel:#0f130f;--ui-panel-2:#141914;--ui-panel-3:#191f19;--ui-border:#2b342b;--ui-border-strong:#465245;--ui-text:#f7faf5;--ui-body:#d5ddd2;--ui-muted:#b7c1b4;--ui-soft:#909b8d;--ui-accent:#b7ff55;--ui-accent-2:#d0ff8f;--ui-accent-soft:rgba(183,255,85,.10);--ui-danger:#ff8a8a;--ui-max:1160px;--ui-article:820px;--ui-radius:22px;--ui-radius-sm:14px;--ui-shadow:0 24px 80px rgba(0,0,0,.36);--font-display:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--font-body:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;margin:0;min-width:320px;overflow-x:hidden;background:radial-gradient(circle at 8% 6%,rgba(183,255,85,.055),transparent 30rem),radial-gradient(circle at 90% 22%,rgba(183,255,85,.025),transparent 28rem),linear-gradient(180deg,#070807 0%,#090b09 48%,#070807 100%);color:var(--ui-text);font-family:var(--font-body);font-size:17px;font-weight:500;line-height:1.72;letter-spacing:-.012em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.public-body *{box-sizing:border-box}.public-body html{scroll-behavior:smooth}.public-body a{color:inherit;text-decoration:none}.public-body img{display:block;max-width:100%}.public-body button,.public-body input,.public-body textarea,.public-body select{font:inherit}.public-body p,.public-body li{color:var(--ui-body)}.public-body h1,.public-body h2,.public-body h3,.public-body h4{margin-top:0;color:var(--ui-text);font-family:var(--font-display);text-wrap:balance}.public-body::selection{background:var(--ui-accent);color:#071006}.public-body .shell{width:min(calc(100% - 48px),var(--ui-max));margin-inline:auto}.public-body .article-wrap{width:min(calc(100% - 48px),var(--ui-article));margin-inline:auto}.public-body main{min-height:72vh}.public-body.nav-open{overflow:hidden}.public-body .skip-link{position:fixed;left:16px;top:12px;z-index:9999;transform:translateY(-160%);padding:11px 16px;border-radius:10px;background:var(--ui-accent);color:#071006;font-weight:900;transition:transform .2s ease}.public-body .skip-link:focus{transform:none}.public-body a:focus-visible,.public-body button:focus-visible,.public-body input:focus-visible,.public-body textarea:focus-visible,.public-body select:focus-visible{outline:3px solid rgba(183,255,85,.78);outline-offset:3px}.public-body .cursor-glow{position:fixed;z-index:0;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(183,255,85,.05),transparent 70%);pointer-events:none;transform:translate(-50%,-50%);opacity:0}.public-body .site-header{position:fixed;inset:0 0 auto;z-index:100;height:76px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(7,8,7,.88);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(0,0,0,.12);transition:height .2s ease,background .2s ease,box-shadow .2s ease}.public-body .site-header.scrolled{height:68px;background:rgba(7,8,7,.96);box-shadow:0 14px 40px rgba(0,0,0,.22)}.public-body .nav-wrap{height:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:30px}.public-body .brand{display:inline-flex;align-items:center;gap:11px;min-width:0}.public-body .brand-mark{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,var(--ui-accent-2),var(--ui-accent));color:#071006;font-family:var(--font-display);font-size:15px;font-weight:800;box-shadow:0 0 0 5px rgba(183,255,85,.055)}.public-body .brand-copy{min-width:0;line-height:1}.public-body .brand-copy strong{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.035em}.public-body .brand-copy strong span{color:var(--ui-accent)}.public-body .site-nav{justify-self:center;display:flex;align-items:center;gap:3px}.public-body .site-nav>a{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 13px;border-radius:11px;color:#d4dbd1;font-family:var(--font-display);font-size:14px;font-weight:600;letter-spacing:-.018em;transition:color .18s ease,background .18s ease,transform .18s ease}.public-body .site-nav>a:hover,.public-body .site-nav>a.active{color:#fff;background:rgba(255,255,255,.035)}.public-body .site-nav>a.active:after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;border-radius:999px;background:var(--ui-accent)}.public-body .mobile-contact-link{display:none!important}.public-body .nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.public-body .nav-avatar{width:34px;height:34px;overflow:hidden;border:1px solid var(--ui-border);border-radius:50%;background:var(--ui-panel)}.public-body .nav-avatar img{width:100%;height:100%;object-fit:cover}.public-body .nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 16px;border:1px solid var(--ui-accent);border-radius:12px;background:var(--ui-accent);color:#071006;font-family:var(--font-display);font-size:13.5px;font-weight:700;letter-spacing:-.018em;box-shadow:0 10px 28px rgba(183,255,85,.09);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.public-body .nav-cta:hover,.public-body .nav-cta.active{transform:translateY(-1px);background:var(--ui-accent-2);box-shadow:0 14px 32px rgba(183,255,85,.14)}.public-body .nav-cta span{font-size:16px}.public-body .menu-toggle{display:none;position:relative;width:46px;height:46px;padding:0;border:1px solid var(--ui-border);border-radius:13px;background:var(--ui-panel);cursor:pointer}.public-body .menu-toggle span{position:absolute;left:12px;right:12px;height:2px;border-radius:2px;background:#fff;transition:transform .22s ease,top .22s ease}.public-body .menu-toggle span:first-child{top:17px}.public-body .menu-toggle span:last-child{top:26px}.public-body .menu-toggle.open span:first-child{top:21px;transform:rotate(45deg)}.public-body .menu-toggle.open span:last-child{top:21px;transform:rotate(-45deg)}.public-body .nav-scrim{position:fixed;inset:0;z-index:88;border:0;background:rgba(0,0,0,.58);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.public-body .nav-scrim.open{opacity:1;visibility:visible;pointer-events:auto}.public-body .eyebrow,.public-body .kicker,.public-body .section-number{display:inline-flex;align-items:center;gap:8px;color:var(--ui-accent);font-family:var(--font-display);font-size:12px;font-weight:700;line-height:1.35;letter-spacing:.11em;text-transform:uppercase}.public-body .eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ui-accent);box-shadow:0 0 0 5px rgba(183,255,85,.08)}.public-body .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 21px;border:1px solid var(--ui-border-strong);border-radius:13px;background:transparent;color:#f7faf5;font-family:var(--font-display);font-size:14px;font-weight:700;line-height:1;letter-spacing:-.018em;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.public-body .btn span{font-size:16px;transition:transform .18s ease}.public-body .btn:hover{transform:translateY(-2px)}.public-body .btn:hover span{transform:translate(2px,-2px)}.public-body .btn-primary{border-color:var(--ui-accent);background:var(--ui-accent);color:#071006;box-shadow:0 11px 28px rgba(183,255,85,.08)}.public-body .btn-primary:hover{background:var(--ui-accent-2);box-shadow:0 16px 38px rgba(183,255,85,.14)}.public-body .btn-ghost{background:var(--ui-panel);border-color:var(--ui-border);color:#f2f5ef}.public-body .btn-ghost:hover{border-color:#566454;background:var(--ui-panel-2)}.public-body .btn-small{min-height:42px;padding:0 14px;border-radius:11px;font-size:12.5px}.public-body .text-link{display:inline-flex;align-items:center;gap:8px;color:#f0f4ed;font-family:var(--font-display);font-size:14px;font-weight:650}.public-body .text-link span{color:var(--ui-accent);transition:transform .18s ease}.public-body .text-link:hover span{transform:translateX(3px)}.public-body .home-hero{padding:136px 0 0}.public-body .home-hero-inner{max-width:900px;text-align:center}.public-body .home-hero-inner .eyebrow{justify-content:center}.public-body .home-hero h1{max-width:890px;margin:20px auto 20px;font-size:clamp(50px,6vw,76px);font-weight:700;line-height:1.03;letter-spacing:-.055em}.public-body .home-hero h1 em{color:var(--ui-accent);font-style:normal;font-weight:650}.public-body .home-hero-copy{max-width:760px;margin:0 auto;color:#d8dfd5;font-size:18px;font-weight:500;line-height:1.76;letter-spacing:-.016em}.public-body .home-hero-copy strong{color:#fff;font-weight:750}.public-body .home-hero-actions{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:30px}.public-body .profile-strip{display:grid;grid-template-columns:1.03fr 1fr 1fr 1fr 1.03fr;gap:12px;margin-top:52px}.public-body .profile-card{position:relative;min-width:0;min-height:225px;overflow:hidden;padding:20px;border:1px solid var(--ui-border);border-radius:18px;background:var(--ui-panel);display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 14px 45px rgba(0,0,0,.14)}.public-body .profile-card small{display:block;color:var(--ui-muted);font-family:var(--font-display);font-size:12px;font-weight:700;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}.public-body .profile-card strong{display:block;margin-top:9px;color:#fff;font-family:var(--font-display);font-size:21px;font-weight:650;line-height:1.08;letter-spacing:-.04em;overflow-wrap:anywhere}.public-body .profile-card p{margin:9px 0 0;color:#c8d0c5;font-size:14px;line-height:1.6}.public-body .profile-photo-card{padding:0;display:block;isolation:isolate;background:#080b08}.public-body .profile-photo-media{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;overflow:hidden}.public-body .profile-photo-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 28%;filter:saturate(.86) contrast(1.04)}.public-body .profile-photo-card:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(3,6,3,.08) 30%,rgba(3,6,3,.2) 57%,rgba(3,6,3,.92) 100%);pointer-events:none}.public-body .profile-work-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(4,7,4,.88));pointer-events:none}.public-body .profile-photo-kicker{position:absolute;z-index:2;left:14px;top:14px;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(5,8,5,.58);backdrop-filter:blur(10px);color:#e8eee5;font-family:var(--font-display);font-size:10px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase}.public-body .profile-photo-copy{position:absolute;z-index:2;left:16px;right:16px;bottom:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.public-body .profile-photo-copy strong{margin:0;color:#fff;font-family:var(--font-display);font-size:18px;font-weight:760;line-height:1.05;letter-spacing:-.035em}.public-body .profile-photo-copy span{color:#d8dfd5;font-size:11px;font-weight:700;line-height:1.35;text-align:right}.public-body .profile-dark-card{background:#0c0f0c}.public-body .profile-dark-card:before{content:"</>";position:absolute;right:16px;top:15px;color:var(--ui-accent);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:900}.public-body .profile-stat-card{background:#111611}.public-body .profile-accent-card{background:linear-gradient(145deg,rgba(183,255,85,.09),#101510)}.public-body .profile-work-card{padding:0;background:#0c0f0c}.public-body .profile-work-card>img{width:100%;height:100%;object-fit:cover;opacity:.86}.public-body .profile-work-card>a{position:absolute;z-index:2;left:15px;right:15px;bottom:14px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-family:var(--font-display);font-size:13px;font-weight:700}.public-body .mini-project-art{position:absolute;inset:0;padding:20px;background:radial-gradient(circle at 78% 20%,rgba(183,255,85,.16),transparent 35%),#0c0f0c;display:flex;flex-direction:column;justify-content:center}.public-body .mini-project-art span{color:var(--ui-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.public-body .mini-project-art b{display:block;margin-top:8px;max-width:90%;font-family:var(--font-display);font-size:20px;line-height:1.1;letter-spacing:-.04em}.public-body .status-band{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:14px;padding:15px 18px;border-block:1px solid var(--ui-border);color:#b8c2b5;font-family:var(--font-display);font-size:12px;font-weight:650;line-height:1.5;letter-spacing:.06em;text-transform:uppercase}.public-body .status-band span{display:flex;align-items:center;gap:9px}.public-body .status-band i{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--ui-accent);box-shadow:0 0 0 4px rgba(183,255,85,.08)}.public-body .trust-strip{padding:54px 0 26px}.public-body .trust-strip small{display:block;text-align:center;color:#a5afa2;font-family:var(--font-display);font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.public-body .trust-list{display:flex;align-items:center;justify-content:center;gap:26px 34px;flex-wrap:wrap;margin-top:20px;color:#bac4b7}.public-body .trust-list span{font-family:var(--font-display);font-size:16px;font-weight:650;letter-spacing:-.025em}.public-body .section{padding:94px 0}.public-body .section-tight{padding:72px 0}.public-body .centered-section-head{max-width:760px;margin:0 auto 40px;text-align:center}.public-body .centered-section-head .section-number{justify-content:center}.public-body .centered-section-head h2,.public-body .section-head h2,.public-body .about-copy h2,.public-body .faq-heading h2{margin:14px 0 14px;font-size:clamp(38px,4.5vw,58px);font-weight:650;line-height:1.06;letter-spacing:-.05em}.public-body .centered-section-head h2 em,.public-body .section-head h2 em,.public-body .faq-heading h2 em{color:#aeb8ab;font-style:normal;font-weight:500}.public-body .centered-section-head p{max-width:670px;margin:0 auto;color:#cbd3c8;font-size:16px;line-height:1.75}.public-body .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;margin-bottom:40px}.public-body .section-head>div{max-width:680px}.public-body .section-head p{max-width:460px;margin:0;color:#c6cec3;font-size:15.5px;line-height:1.75}.public-body .service-showcase{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid var(--ui-border);border-radius:22px;background:var(--ui-panel);box-shadow:var(--ui-shadow)}.public-body .service-showcase-media{position:relative;min-height:500px;overflow:hidden;border-right:1px solid var(--ui-border)}.public-body .service-showcase-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.75) contrast(1.03)}.public-body .service-showcase-media:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(6,8,6,.9))}.public-body .service-media-caption{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.public-body .service-media-caption small{display:block;color:#bec7bb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.public-body .service-media-caption strong{display:block;margin-top:6px;font-family:var(--font-display);font-size:22px;font-weight:650;letter-spacing:-.04em}.public-body .service-list{display:flex;flex-direction:column}.public-body .service-list article{display:grid;grid-template-columns:38px minmax(0,1fr) 24px;gap:17px;align-items:start;padding:27px 28px;border-bottom:1px solid var(--ui-border)}.public-body .service-list article>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--ui-border);border-radius:10px;color:var(--ui-accent);font-family:var(--font-display);font-size:12px;font-weight:700}.public-body .service-list article h3{margin:0 0 7px;font-size:20px;font-weight:650;letter-spacing:-.035em}.public-body .service-list article p{margin:0;color:#cbd3c8;font-size:15px;line-height:1.7}.public-body .service-list article>b{color:#9aa597;font-size:18px;font-weight:500}.public-body .service-list-link{margin:auto 28px 24px;display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 16px;border:1px solid var(--ui-border);border-radius:12px;color:#f0f4ed;font-family:var(--font-display);font-size:13px;font-weight:700;transition:border-color .18s ease,background .18s ease}.public-body .service-list-link:hover{border-color:#566454;background:var(--ui-panel-2)}.public-body .service-list-link span{color:var(--ui-accent)}.public-body .home-project-grid,.public-body .projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.public-body .project-card{min-width:0;padding:8px 8px 20px;border:1px solid var(--ui-border);border-radius:20px;background:#0d110d;box-shadow:0 16px 52px rgba(0,0,0,.13)}.public-body .project-card.is-hidden{display:none}.public-body .project-visual{position:relative;display:block;aspect-ratio:1.54;overflow:hidden;border-radius:15px;background:linear-gradient(145deg,#111811,#0b0e0b)}.public-body .project-visual>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.public-body .project-card:hover .project-visual>img{transform:scale(1.025);filter:brightness(.9)}.public-body .project-art{height:100%;padding:21px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 84% 18%,rgba(183,255,85,.16),transparent 33%),linear-gradient(145deg,#121912,#0b0f0b)}.public-body .project-art-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.public-body .project-art-label{display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:#c6d0c3;font-family:var(--font-display);font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.public-body .project-art-index{color:#9ba696;font-family:var(--font-display);font-size:12px;font-weight:700}.public-body .project-art-main{max-width:82%;align-self:flex-end}.public-body .project-art-main b{display:block;color:#fff;font-family:var(--font-display);font-size:clamp(25px,3vw,38px);font-weight:650;line-height:1.05;letter-spacing:-.05em}.public-body .project-art-main small{display:block;margin-top:10px;color:#b6c1b2;font-size:13px;line-height:1.5}.public-body .view-chip{position:absolute;right:13px;bottom:13px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(8,11,8,.88);backdrop-filter:blur(10px);color:#fff;font-family:var(--font-display);font-size:12px;font-weight:700}.public-body .project-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 9px 0}.public-body .project-meta h2{margin:5px 0 0;font-size:21px;font-weight:650;line-height:1.22;letter-spacing:-.035em}.public-body .project-meta h2 a:hover{color:var(--ui-accent)}.public-body .project-index{padding-top:2px;color:#9ba696;font-family:var(--font-display);font-size:12px;font-weight:700}.public-body .project-card>p{margin:9px 9px 0;color:#c8d1c5;font-size:14.5px;line-height:1.7}.public-body .tech-row,.public-body .skills-cloud,.public-body .article-tags{display:flex;gap:7px;flex-wrap:wrap}.public-body .tech-row{margin:14px 9px 0}.public-body .tech-row span,.public-body .skill-pill,.public-body .article-tags span{display:inline-flex;align-items:center;min-height:31px;padding:0 9px;border:1px solid var(--ui-border);border-radius:999px;background:#101510;color:#bdc7ba;font-family:var(--font-display);font-size:11px;font-weight:650;letter-spacing:.015em}.public-body .center-action{display:flex;justify-content:center;margin-top:30px}.public-body .faq-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:start}.public-body .faq-heading{position:sticky;top:100px}.public-body .faq-heading p{max-width:390px;margin:0 0 19px;color:#c9d1c6;font-size:15.5px;line-height:1.75}.public-body .faq-list{border-top:1px solid var(--ui-border)}.public-body .faq-list details{border-bottom:1px solid var(--ui-border)}.public-body .faq-list summary{list-style:none;cursor:pointer;position:relative;padding:21px 42px 21px 0;color:#f0f4ee;font-family:var(--font-display);font-size:15px;font-weight:650;line-height:1.5}.public-body .faq-list summary::-webkit-details-marker{display:none}.public-body .faq-list summary:after{content:"+";position:absolute;right:2px;top:18px;color:#9ba696;font-size:22px;font-weight:400}.public-body .faq-list details[open] summary:after{content:"−";color:var(--ui-accent)}.public-body .faq-list details p{max-width:680px;margin:-3px 0 22px;color:#c8d0c5;font-size:14.5px;line-height:1.78}.public-body .posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.public-body .post-card{min-width:0;overflow:hidden;border:1px solid var(--ui-border);border-radius:19px;background:#0d110d;box-shadow:0 14px 44px rgba(0,0,0,.12)}.public-body .post-cover{display:block;aspect-ratio:1.72;overflow:hidden;background:#111611}.public-body .post-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.public-body .post-card:hover .post-cover img{transform:scale(1.025)}.public-body .post-art{height:100%;display:grid;place-items:center;background:radial-gradient(circle at 70% 20%,rgba(183,255,85,.16),transparent 30%),linear-gradient(145deg,#141b14,#0d110d)}.public-body .post-art span{color:var(--ui-accent);font-family:var(--font-display);font-size:44px;font-weight:700;letter-spacing:-.07em}.public-body .post-body{padding:20px}.public-body .post-meta,.public-body .article-meta,.public-body .breadcrumb{display:flex;align-items:center;gap:8px 14px;flex-wrap:wrap;color:#aeb9ab;font-family:var(--font-display);font-size:12px;font-weight:650;line-height:1.5;letter-spacing:.045em;text-transform:uppercase}.public-body .post-body h3{margin:11px 0 10px;font-size:20px;font-weight:650;line-height:1.25;letter-spacing:-.035em}.public-body .post-body h3 a:hover{color:var(--ui-accent)}.public-body .post-body p{margin:0 0 17px;color:#c9d1c6;font-size:14.5px;line-height:1.72}.public-body .page-hero{padding:136px 0 62px}.public-body .page-hero>.shell{max-width:880px;text-align:center}.public-body .page-hero .breadcrumb{justify-content:center}.public-body .breadcrumb a{color:#d4dbd1}.public-body .breadcrumb a:hover{color:var(--ui-accent)}.public-body .page-hero h1,.public-body .article-title{max-width:860px;margin:19px auto 20px;font-size:clamp(48px,6vw,74px);font-weight:650;line-height:1.02;letter-spacing:-.052em}.public-body .page-hero h1 em,.public-body .article-title em{color:#aeb8ab;font-style:normal;font-weight:500}.public-body .page-hero .hero-copy{max-width:690px;margin:0 auto;color:#d0d8cd;font-size:17px;line-height:1.78}.public-body .split-feature{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:64px;align-items:center}.public-body .about-photo{position:relative;overflow:hidden;border:1px solid var(--ui-border);border-radius:24px;background:var(--ui-panel);box-shadow:var(--ui-shadow)}.public-body .about-photo picture{display:block}.public-body .about-photo img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center top;filter:saturate(.86)}.public-body .about-copy h2{margin-top:13px}.public-body .about-copy h2 span{color:var(--ui-accent)}.public-body .about-copy>p{margin:0 0 16px;color:#ccd4c9;font-size:16px;line-height:1.82}.public-body .facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:25px}.public-body .fact{padding:16px;border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-panel)}.public-body .fact small{display:block;color:var(--ui-soft);font-family:var(--font-display);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.public-body .fact strong{display:block;margin-top:5px;color:#f0f4ee;font-family:var(--font-display);font-size:14px;font-weight:650;line-height:1.4;overflow-wrap:anywhere}.public-body .about-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.public-body .about-stat{padding:26px;border:1px solid var(--ui-border);border-radius:18px;background:var(--ui-panel)}.public-body .about-stat strong{display:block;font-family:var(--font-display);font-size:27px;font-weight:650;letter-spacing:-.04em}.public-body .about-stat span{display:block;margin-top:6px;color:#b9c3b6;font-size:13px;line-height:1.55}.public-body .timeline{border-top:1px solid var(--ui-border)}.public-body .timeline-item{display:grid;grid-template-columns:145px minmax(0,1fr);gap:10px 26px;padding:24px 0;border-bottom:1px solid var(--ui-border)}.public-body .timeline-item span{grid-row:1/4;color:var(--ui-soft);font-family:var(--font-display);font-size:12px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.public-body .timeline-item h3{margin:0;font-size:20px;font-weight:650;letter-spacing:-.03em}.public-body .timeline-item h4{margin:2px 0 0;color:#bdc6ba;font-family:var(--font-body);font-size:14px;font-weight:650}.public-body .timeline-item p{margin:4px 0 0;color:#c7d0c4;font-size:15px;line-height:1.72}.public-body .expertise-list{border-top:1px solid var(--ui-border)}.public-body .expertise-row{display:grid;grid-template-columns:54px minmax(210px,.8fr) minmax(0,1.2fr) 28px;gap:22px;align-items:start;padding:25px 8px;border-bottom:1px solid var(--ui-border)}.public-body .expertise-row .num{color:var(--ui-accent);font-family:var(--font-display);font-size:12px;font-weight:700}.public-body .expertise-row h3{margin:0;font-size:20px;font-weight:650;letter-spacing:-.035em}.public-body .expertise-row p{margin:0;color:#c9d1c6;font-size:14.5px;line-height:1.72}.public-body .expertise-row p small{display:inline-block;margin-top:7px;color:#aeb9ab;font-size:12px;font-weight:650}.public-body .exp-arrow{color:#9aa496;font-size:18px}.public-body .skills-cloud{gap:9px}.public-body .skill-pill{min-height:38px;padding:0 12px;font-size:12px}.public-body .filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px}.public-body .filter-btn{min-height:40px;padding:0 13px;border:1px solid var(--ui-border);border-radius:999px;background:#0d110d;color:#c4cdc1;font-family:var(--font-display);font-size:12px;font-weight:650;cursor:pointer;transition:.18s ease}.public-body .filter-btn:hover,.public-body .filter-btn.active{border-color:var(--ui-accent);background:var(--ui-accent);color:#071006}.public-body .contact-grid{display:grid;grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);gap:48px;align-items:start}.public-body .contact-aside{padding:29px;border:1px solid var(--ui-border);border-radius:20px;background:var(--ui-panel)}.public-body .contact-aside h2{margin:12px 0 12px;font-size:34px;font-weight:650;line-height:1.08;letter-spacing:-.045em}.public-body .contact-aside>p{margin:0;color:#c9d1c6;font-size:15.5px;line-height:1.76}.public-body .contact-list{list-style:none;margin:24px 0 0;padding:0}.public-body .contact-list li{padding:14px 0;border-top:1px solid var(--ui-border)}.public-body .contact-list small{display:block;margin-bottom:5px;color:#aeb9ab;font-family:var(--font-display);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.public-body .contact-list a,.public-body .contact-list strong{color:#f0f4ee;font-size:14px;font-weight:650;overflow-wrap:anywhere}.public-body .contact-social-row{padding-bottom:4px}.public-body .contact-social-row>small{margin-bottom:10px}.public-body .contact-socials{display:flex;align-items:center;gap:9px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:1px 1px 8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.public-body .contact-socials::-webkit-scrollbar{display:none}.public-body .contact-social-link{display:inline-flex;flex:0 0 44px;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid #344034;border-radius:12px;background:#0a0e0a;color:#eef5eb!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.public-body .contact-social-link svg{display:block;width:19px;height:19px;fill:currentColor}.public-body .contact-social-link:hover{transform:translateY(-2px);border-color:var(--ui-accent);background:var(--ui-accent);color:#071006!important;box-shadow:0 8px 24px rgba(183,255,85,.10)}.public-body .contact-social-link:focus-visible{outline:2px solid var(--ui-accent);outline-offset:3px;border-color:var(--ui-accent)}.public-body .form-card{padding:30px;border:1px solid var(--ui-border);border-radius:21px;background:var(--ui-panel)}.public-body .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.public-body .field.full{grid-column:1/-1}.public-body .field label{display:block;margin-bottom:8px;color:#bcc6b9;font-family:var(--font-display);font-size:12px;font-weight:700;letter-spacing:.04em}.public-body .field input,.public-body .field textarea,.public-body .field select{width:100%;min-height:50px;padding:12px 14px;border:1px solid #344034;border-radius:12px;background:#090c09;color:#f6f8f4;font-size:15.5px;line-height:1.5;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.public-body .field textarea{min-height:154px;resize:vertical}.public-body .field input::placeholder,.public-body .field textarea::placeholder{color:#7f8a7c}.public-body .field input:focus,.public-body .field textarea:focus,.public-body .field select:focus{border-color:#647661;background:#0c100c;box-shadow:0 0 0 4px rgba(183,255,85,.055)}.public-body .form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px}.public-body .form-note{max-width:340px;margin:0;color:#aeb9ab;font-size:13px;line-height:1.68}.public-body .honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.public-body .alert{padding:13px 15px;border:1px solid var(--ui-border);border-radius:12px;font-size:13.5px;line-height:1.6;margin-bottom:18px}.public-body .alert-success{border-color:rgba(183,255,85,.28);background:rgba(183,255,85,.07);color:#dfffc0}.public-body .alert-error{border-color:rgba(255,138,138,.28);background:rgba(255,138,138,.07);color:#ffc0c0}.public-body .article-head{padding:136px 0 48px}.public-body .article-head .article-wrap{text-align:left}.public-body .article-head .article-title{margin-left:0;margin-right:0}.public-body .article-cover{position:relative;width:min(calc(100% - 48px),var(--ui-max));aspect-ratio:16/8.3;margin:0 auto 38px;overflow:hidden;border:1px solid var(--ui-border);border-radius:23px;background:var(--ui-panel)}.public-body .article-cover>img{width:100%;height:100%;object-fit:cover}.public-body .article-cover>.project-art,.public-body .article-cover>.post-art{height:100%}.public-body .detail-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:30px;align-items:start}.public-body .project-detail-copy{padding:30px;border:1px solid var(--ui-border);border-radius:21px;background:var(--ui-panel)}.public-body .project-detail-copy h2{margin:13px 0 18px;font-size:33px;font-weight:650;letter-spacing:-.045em}.public-body .project-info{overflow:hidden;border:1px solid var(--ui-border);border-radius:19px;background:var(--ui-panel)}.public-body .project-info-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;align-items:center;min-height:64px;padding:13px 17px;border-top:1px solid var(--ui-border)}.public-body .project-info-row:first-child{border-top:0}.public-body .project-info-row>span{color:#aeb9ab;font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.public-body .project-info-row strong{color:#edf2eb;font-size:13.5px;line-height:1.5;overflow-wrap:anywhere}.public-body .prose{color:#d5ddd2;font-size:17px;line-height:1.9}.public-body .prose p{margin:0 0 1.25em;color:#d5ddd2}.public-body .prose h2,.public-body .prose h3{margin:1.65em 0 .65em;line-height:1.15;letter-spacing:-.035em}.public-body .prose h2{font-size:30px}.public-body .prose h3{font-size:24px}.public-body .prose a{color:var(--ui-accent);text-decoration:underline;text-underline-offset:3px}.public-body .article-tags{margin-top:30px;padding-top:22px;border-top:1px solid var(--ui-border)}.public-body .empty-state{padding:22px;border:1px solid var(--ui-border);border-radius:17px;background:var(--ui-panel);color:#c0c9bd;font-size:14.5px;line-height:1.65}.public-body .not-found{padding:180px 20px 110px;text-align:center}.public-body .not-found strong{color:transparent;-webkit-text-stroke:1px #596657;font-family:var(--font-display);font-size:110px;line-height:1}.public-body .not-found h1{margin:14px 0;font-size:36px}.public-body .not-found p{margin:0 0 25px}.public-body .site-footer{margin-top:34px;border-top:1px solid var(--ui-border);background:#090c09}.public-body .footer-top{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;padding:68px 0 56px}.public-body .footer-top h2{margin:16px 0 0;font-size:clamp(42px,5vw,62px);font-weight:650;line-height:1.02;letter-spacing:-.052em}.public-body .footer-top h2 em{color:#aeb8ab;font-style:normal;font-weight:500}.public-body .footer-top>div>p{max-width:620px!important;margin:18px 0 0!important;color:#c4cdc1!important;font-size:15.5px!important;line-height:1.74!important}.public-body .round-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex:0 0 auto;min-height:54px;width:auto;height:auto;padding:7px 8px 7px 20px;border:1px solid var(--ui-accent);border-radius:999px;background:var(--ui-accent);color:#071006;font-family:var(--font-display);font-size:13.5px;font-weight:750;line-height:1;letter-spacing:-.015em;white-space:nowrap;box-shadow:0 14px 34px rgba(183,255,85,.10);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.public-body .round-link span{display:block}.public-body .round-link b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.14);font-size:17px;line-height:1;transition:transform .2s ease,background .2s ease}.public-body .round-link:hover{transform:translateY(-2px);background:var(--ui-accent-2)}.public-body .round-link:hover b{transform:translate(2px,-2px);background:rgba(255,255,255,.22)}.public-body .footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 0 28px;border-top:1px solid var(--ui-border);color:#aeb9ab;font-size:12.5px;line-height:1.6}.public-body .footer-bottom p{margin:0;color:#aeb9ab}.public-body .footer-links{display:flex;gap:18px;flex-wrap:wrap}.public-body .footer-links a:hover{color:var(--ui-accent)}.public-body .reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.public-body .reveal.visible{opacity:1;transform:none}@media(max-width:960px){.public-body .shell,.public-body .article-wrap{width:min(calc(100% - 36px),var(--ui-max))}.public-body .site-header,.public-body .site-header.scrolled{height:72px}.public-body .nav-wrap{grid-template-columns:auto 1fr auto;gap:14px}.public-body .site-nav{position:fixed;z-index:95;top:82px;right:18px;left:auto;bottom:auto;width:min(300px,calc(100vw - 36px));display:flex;flex-direction:column;align-items:stretch;gap:4px;max-height:calc(100dvh - 100px);overflow:auto;padding:10px;border:1px solid var(--ui-border);border-radius:18px;background:rgba(12,15,12,.985);box-shadow:0 28px 80px rgba(0,0,0,.52);opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(18px,-8px,0) scale(.985);transform-origin:top right;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.public-body .site-nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.public-body .site-nav>a{justify-content:flex-start;min-height:52px;padding:0 15px;border-radius:12px;font-size:15px}.public-body .site-nav>a.active{background:#171d17;color:#fff}.public-body .site-nav>a.active:after{display:none}.public-body .mobile-contact-link{display:inline-flex!important;margin-top:4px;background:var(--ui-accent)!important;color:#071006!important}.public-body .nav-avatar{display:none}.public-body .menu-toggle{display:block}.public-body .home-hero{padding-top:126px}.public-body .profile-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.public-body .profile-work-card{grid-column:2/4}.public-body .service-showcase{grid-template-columns:1fr}.public-body .service-showcase-media{min-height:390px;border-right:0;border-bottom:1px solid var(--ui-border)}.public-body .posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-body .posts-grid .post-card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 9px)}.public-body .faq-layout{grid-template-columns:1fr;gap:30px}.public-body .faq-heading{position:static}.public-body .faq-heading p{max-width:660px}.public-body .split-feature,.public-body .contact-grid,.public-body .detail-grid{grid-template-columns:1fr;gap:34px}.public-body .about-photo{max-width:650px}.public-body .about-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.public-body .expertise-row{grid-template-columns:46px minmax(180px,.8fr) minmax(0,1.2fr) 24px;gap:16px}}@media(max-width:680px){.public-body{font-size:16px;line-height:1.72}.public-body .shell,.public-body .article-wrap{width:min(calc(100% - 28px),var(--ui-max))}.public-body .site-header,.public-body .site-header.scrolled{height:66px}.public-body .brand{gap:9px}.public-body .brand-mark{width:36px;height:36px;border-radius:11px;font-size:14px;box-shadow:none}.public-body .brand-copy strong{max-width:185px;font-size:15px}.public-body .nav-actions{gap:7px}.public-body .nav-actions>.nav-cta{display:none}.public-body .menu-toggle{width:42px;height:42px;border-radius:12px}.public-body .menu-toggle span{left:11px;right:11px}.public-body .site-nav{top:74px;right:14px;left:auto;bottom:auto;width:min(278px,calc(100vw - 28px));max-height:calc(100dvh - 88px);border-radius:16px}.public-body .site-nav>a{min-height:54px;font-size:16px}.public-body .eyebrow,.public-body .kicker,.public-body .section-number{font-size:11px;letter-spacing:.09em}.public-body .btn{min-height:50px;font-size:14px}.public-body .home-hero{padding-top:108px}.public-body .home-hero h1{margin-top:18px;font-size:clamp(40px,11.7vw,54px);line-height:1.05;letter-spacing:-.047em}.public-body .home-hero h1 br{display:block}.public-body .home-hero-copy{font-size:16px;line-height:1.75}.public-body .home-hero-actions{display:grid;grid-template-columns:1fr;gap:13px;margin-top:24px}.public-body .home-hero-actions .btn,.public-body .home-hero-actions .text-link{width:100%;min-height:50px;justify-content:center;border:1px solid var(--ui-border);border-radius:13px}.public-body .home-hero-actions .text-link{background:var(--ui-panel)}.public-body .profile-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:34px}.public-body .profile-card,.public-body .profile-work-card{grid-column:auto;min-width:0;min-height:164px;padding:17px;border-radius:16px}.public-body .profile-photo-card{grid-column:1/-1;padding:0;min-height:0;aspect-ratio:1.18/1;border-radius:18px}.public-body .profile-photo-card img{object-position:50% 27%}.public-body .profile-photo-kicker{left:13px;top:13px;min-height:27px;padding:0 9px;font-size:9px}.public-body .profile-photo-copy{left:15px;right:15px;bottom:14px}.public-body .profile-photo-copy strong{font-size:22px}.public-body .profile-photo-copy span{max-width:48%;font-size:11px}.public-body .profile-work-card{padding:0;min-height:164px;aspect-ratio:auto}.public-body .profile-card small{font-size:10px}.public-body .profile-card strong{font-size:18px;line-height:1.12}.public-body .profile-card p{font-size:13px;line-height:1.58}.public-body .profile-dark-card:before{right:13px;top:13px;font-size:13px}.public-body .profile-work-card>a{left:13px;right:13px;bottom:12px;font-size:12px}.public-body .status-band{align-items:flex-start;flex-direction:column;gap:8px;padding:14px 2px;font-size:11px;line-height:1.55}.public-body .trust-strip{padding:42px 0 18px}.public-body .trust-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.public-body .trust-list span{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 10px;border:1px solid var(--ui-border);border-radius:11px;background:var(--ui-panel);font-size:13px;text-align:center}.public-body .section{padding:70px 0}.public-body .section-tight{padding:58px 0}.public-body .centered-section-head{margin-bottom:30px;text-align:left}.public-body .centered-section-head .section-number{justify-content:flex-start}.public-body .centered-section-head h2,.public-body .section-head h2,.public-body .about-copy h2,.public-body .faq-heading h2{font-size:clamp(34px,10.4vw,46px);line-height:1.08;letter-spacing:-.045em}.public-body .centered-section-head h2 br,.public-body .section-head h2 br,.public-body .faq-heading h2 br{display:block}.public-body .centered-section-head p,.public-body .section-head p,.public-body .faq-heading p{font-size:15px;line-height:1.74}.public-body .section-head{display:block;margin-bottom:30px}.public-body .section-head p{margin-top:14px}.public-body .service-showcase{border-radius:18px}.public-body .service-showcase-media{min-height:330px}.public-body .service-list article{grid-template-columns:34px minmax(0,1fr);gap:13px;padding:22px 18px}.public-body .service-list article>b{display:none}.public-body .service-list article h3{font-size:18px}.public-body .service-list article p{font-size:14px;line-height:1.7}.public-body .service-list-link{margin:18px;min-height:48px;font-size:13px}.public-body .home-project-grid,.public-body .projects-grid,.public-body .posts-grid,.public-body .about-stats{grid-template-columns:1fr}.public-body .posts-grid .post-card:last-child:nth-child(odd){grid-column:auto;max-width:none}.public-body .project-card{padding:7px 7px 18px;border-radius:18px}.public-body .project-visual{aspect-ratio:1.3}.public-body .project-art{padding:18px}.public-body .project-art-main{max-width:88%}.public-body .project-art-main b{font-size:27px}.public-body .project-meta{padding-top:14px}.public-body .project-meta h2{font-size:20px}.public-body .project-card>p,.public-body .post-body p{font-size:14px;line-height:1.7}.public-body .faq-list summary{padding:19px 38px 19px 0;font-size:14.5px}.public-body .faq-list details p{font-size:14px;line-height:1.75}.public-body .post-body{padding:18px}.public-body .post-body h3{font-size:19px}.public-body .page-hero{padding:108px 0 50px}.public-body .page-hero>.shell{text-align:left}.public-body .page-hero .breadcrumb{justify-content:flex-start}.public-body .page-hero h1,.public-body .article-title{margin-left:0;margin-right:0;font-size:clamp(39px,11vw,53px);line-height:1.05;letter-spacing:-.045em}.public-body .page-hero h1 br{display:block}.public-body .page-hero .hero-copy{font-size:15.5px;line-height:1.76}.public-body .split-feature{gap:28px}.public-body .about-photo{border-radius:19px}.public-body .about-copy>p{font-size:15px;line-height:1.78}.public-body .facts{grid-template-columns:1fr}.public-body .timeline-item{grid-template-columns:1fr;gap:5px;padding:20px 0}.public-body .timeline-item span{grid-row:auto;margin-bottom:5px}.public-body .timeline-item h3{font-size:19px}.public-body .timeline-item p{font-size:14px}.public-body .expertise-row{grid-template-columns:34px minmax(0,1fr) 22px;gap:12px;padding:21px 4px}.public-body .expertise-row h3{font-size:18px}.public-body .expertise-row p{grid-column:2/4;font-size:14px}.public-body .filter-btn{min-height:42px;font-size:12px}.public-body .contact-aside,.public-body .form-card,.public-body .project-detail-copy{padding:21px;border-radius:18px}.public-body .contact-aside h2{font-size:30px}.public-body .contact-aside>p{font-size:14.5px}.public-body .form-grid{grid-template-columns:1fr}.public-body .field.full{grid-column:auto}.public-body .field label{font-size:11.5px}.public-body .field input,.public-body .field textarea,.public-body .field select{font-size:16px}.public-body .form-actions{align-items:stretch;flex-direction:column}.public-body .form-actions .btn{width:100%}.public-body .article-head{padding:108px 0 36px}.public-body .article-cover{width:calc(100% - 28px);aspect-ratio:1.34;border-radius:18px}.public-body .article-meta{font-size:11px}.public-body .project-info-row{grid-template-columns:1fr;gap:5px;align-items:start}.public-body .project-info-row .btn{width:100%}.public-body .prose{font-size:16px;line-height:1.88}.public-body .prose h2{font-size:27px}.public-body .prose h3{font-size:22px}.public-body .footer-top{align-items:flex-start;flex-direction:column;padding:58px 0 46px}.public-body .footer-top h2{font-size:clamp(36px,10.4vw,48px)}.public-body .footer-top>div>p{font-size:14.5px!important}.public-body .round-link{min-height:52px;width:auto;height:auto;padding:7px 8px 7px 18px;border-radius:999px}.public-body .footer-bottom{flex-direction:column;font-size:12px}}@media(max-width:420px){.public-body .brand-copy strong{max-width:155px}.public-body .trust-list{grid-template-columns:1fr}.public-body .home-hero h1{font-size:39px}.public-body .project-visual{aspect-ratio:1.18}}@media(prefers-reduced-motion:reduce){.public-body *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.public-body .reveal{opacity:1!important;transform:none!important}.public-body .cursor-glow{display:none!important}}.public-body .brand-with-logo{min-height:40px;max-width:220px}.public-body .brand-logo{display:flex;align-items:center;max-width:220px;min-width:0}.public-body .brand-logo img{display:block;width:auto;height:auto;max-width:220px;max-height:42px;object-fit:contain;object-position:left center}@media(max-width:760px){.public-body .brand-with-logo,.public-body .brand-logo{max-width:165px}.public-body .brand-logo img{max-width:165px;max-height:36px}}@media(max-width:390px){.public-body .brand-with-logo,.public-body .brand-logo{max-width:135px}.public-body .brand-logo img{max-width:135px;max-height:34px}}.public-body .content-blocks{display:block;min-width:0}.public-body .content-block{margin:0 0 34px;min-width:0}.public-body .content-block:last-child{margin-bottom:0}.public-body .cb-text{color:var(--ui-body);font-size:17px;line-height:1.9}.public-body .cb-text p,.public-body .cb-callout p{margin:0 0 1.2em;color:inherit}.public-body .cb-text p:last-child,.public-body .cb-callout p:last-child{margin-bottom:0}.public-body .cb-text ul,.public-body .cb-callout ul{margin:1em 0;padding-left:1.35em}.public-body .cb-text li,.public-body .cb-callout li{margin:.42em 0}.public-body .cb-text a,.public-body .cb-callout a{color:var(--ui-accent);text-decoration:underline;text-underline-offset:3px}.public-body .cb-text-lead{font-size:21px;line-height:1.75;color:#eef4eb;letter-spacing:-.02em}.public-body .cb-text-small{font-size:15px;line-height:1.8;color:var(--ui-muted)}.public-body .cb-heading{margin-top:50px;margin-bottom:20px}.public-body .cb-heading h2,.public-body .cb-heading h3{margin:0;font-family:var(--font-display);font-weight:700;line-height:1.12;letter-spacing:-.045em}.public-body .cb-heading h2{font-size:34px}.public-body .cb-heading h3{font-size:26px}.public-body .cb-image{margin-top:42px;margin-bottom:42px}.public-body .cb-image img,.public-body .cb-image-collection img,.public-body .cb-carousel-slide img{width:100%;height:auto;border:1px solid var(--ui-border);border-radius:18px;background:var(--ui-panel);box-shadow:0 18px 50px rgba(0,0,0,.2)}.public-body .article-wrap .cb-image.cb-wide{width:min(1080px,calc(100vw - 48px));margin-left:50%;transform:translateX(-50%)}.public-body .project-detail-copy .cb-image.cb-wide{width:100%;margin-left:0;transform:none}.public-body .content-block figcaption{margin-top:10px;color:var(--ui-soft);font-size:13px;line-height:1.6;text-align:center}.public-body .cb-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:center;padding:24px;border:1px solid var(--ui-border);border-radius:22px;background:rgba(255,255,255,.018)}.public-body .cb-split figure{margin:0}.public-body .cb-split figure img{width:100%;border:1px solid var(--ui-border);border-radius:16px}.public-body .cb-split-copy{font-size:16.5px;line-height:1.85;color:var(--ui-body)}.public-body .cb-split-copy p{margin:0 0 1.15em}.public-body .cb-split-copy p:last-child{margin-bottom:0}.public-body .cb-image-collection{display:grid;gap:16px}.public-body .cb-image-pair .cb-image-collection{grid-template-columns:repeat(2,minmax(0,1fr))}.public-body .cb-image-grid .cb-image-collection{grid-template-columns:repeat(2,minmax(0,1fr))}.public-body .cb-image-pair .cb-image-collection img{aspect-ratio:1.25;object-fit:cover}.public-body .cb-image-grid .cb-image-collection img{aspect-ratio:1.18;object-fit:cover}.public-body .cb-carousel{position:relative}.public-body .cb-carousel-frame{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--ui-border-strong) transparent;padding-bottom:4px}.public-body .cb-carousel-slide{flex:0 0 100%;scroll-snap-align:start}.public-body .cb-carousel-slide img{width:100%;aspect-ratio:16/10;object-fit:cover}.public-body .cb-carousel-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:13px}.public-body .cb-carousel-controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--ui-border);border-radius:50%;background:var(--ui-panel);color:var(--ui-text);cursor:pointer;transition:.18s}.public-body .cb-carousel-controls button:hover{border-color:var(--ui-accent);color:var(--ui-accent)}.public-body .cb-carousel-controls span{font-size:12px;color:var(--ui-soft)}.public-body .cb-video{margin-top:40px;margin-bottom:40px}.public-body .cb-video-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border:1px solid var(--ui-border);border-radius:18px;background:#000}.public-body .cb-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.public-body .cb-video>video{display:block;width:100%;max-height:72vh;border:1px solid var(--ui-border);border-radius:18px;background:#000}.public-body .cb-quote{margin:44px 0;padding:28px 30px;border-left:4px solid var(--ui-accent);border-radius:0 18px 18px 0;background:linear-gradient(90deg,var(--ui-accent-soft),rgba(255,255,255,.018));color:var(--ui-text)}.public-body .cb-quote p{margin:0;font-family:var(--font-display);font-size:24px;line-height:1.45;letter-spacing:-.03em;color:var(--ui-text)}.public-body .cb-quote cite{display:block;margin-top:16px;color:var(--ui-muted);font-size:13px;font-style:normal}.public-body .cb-callout{padding:24px 26px;border:1px solid rgba(183,255,85,.24);border-radius:18px;background:var(--ui-accent-soft);color:#eaf3e5}.public-body .cb-callout>strong{display:block;margin-bottom:9px;font-family:var(--font-display);font-size:18px;color:var(--ui-accent-2)}.public-body .cb-divider{margin:52px 0}.public-body .cb-divider span{display:block;height:1px;background:linear-gradient(90deg,transparent,var(--ui-border-strong),transparent)}.public-body .cb-spacer{margin:0}.public-body .cb-spacer-small{height:20px}.public-body .cb-spacer-medium{height:42px}.public-body .cb-spacer-large{height:72px}.public-body .project-detail-copy .content-block{margin-bottom:28px}.public-body .project-detail-copy .cb-heading{margin-top:36px}.public-body .project-detail-copy .cb-heading h2{font-size:28px}.public-body .project-detail-copy .cb-heading h3{font-size:23px}.public-body .project-detail-copy .cb-split{grid-template-columns:1fr;padding:18px}.public-body .project-detail-copy .cb-text-lead{font-size:18px}@media(max-width:760px){.public-body .content-block{margin-bottom:28px}.public-body .cb-text{font-size:16px;line-height:1.86}.public-body .cb-text-lead{font-size:18px;line-height:1.72}.public-body .cb-text-small{font-size:14px}.public-body .cb-heading{margin-top:40px}.public-body .cb-heading h2{font-size:28px}.public-body .cb-heading h3{font-size:23px}.public-body .article-wrap .cb-image.cb-wide{width:calc(100vw - 28px)}.public-body .cb-split{grid-template-columns:1fr;gap:20px;padding:18px}.public-body .cb-media-left figure{order:0}.public-body .cb-media-left .cb-split-copy{order:1}.public-body .cb-image-pair .cb-image-collection,.public-body .cb-image-grid .cb-image-collection{gap:10px}.public-body .cb-image-pair .cb-image-collection{grid-template-columns:repeat(2,minmax(0,1fr))}.public-body .cb-image-grid .cb-image-collection{grid-template-columns:repeat(2,minmax(0,1fr))}.public-body .cb-image img,.public-body .cb-image-collection img,.public-body .cb-carousel-slide img{border-radius:14px}.public-body .cb-quote{margin:34px 0;padding:22px 20px}.public-body .cb-quote p{font-size:20px}.public-body .cb-callout{padding:20px}.public-body .cb-carousel-controls span{display:none}}html{width:100%;max-width:100%;overflow-x:hidden}.public-body{width:100%;max-width:100%;min-width:0;overflow-x:clip}.public-body main,.public-body section,.public-body header,.public-body footer,.public-body .shell,.public-body .article-wrap,.public-body .page-hero,.public-body .article-head,.public-body .content-blocks,.public-body .content-block,.public-body .project-card,.public-body .post-card{min-width:0;max-width:100%}.public-body h1,.public-body h2,.public-body h3,.public-body h4,.public-body p,.public-body li,.public-body a,.public-body span,.public-body strong{overflow-wrap:break-word}.public-body img,.public-body video,.public-body iframe,.public-body svg{max-width:100%}@media(max-width:760px){.public-body .site-header .nav-wrap{width:100%;max-width:none;margin:0;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));display:flex;align-items:center;justify-content:space-between;gap:12px}.public-body .brand{flex:1 1 auto;width:auto;max-width:calc(100vw - 86px);overflow:hidden}.public-body .brand-with-logo,.public-body .brand-logo{width:auto;max-width:min(150px,calc(100vw - 92px))}.public-body .brand-logo img{width:auto;max-width:100%;max-height:36px}.public-body .brand-copy{max-width:100%}.public-body .brand-copy strong{max-width:100%}.public-body .nav-actions{flex:0 0 auto;min-width:42px}.public-body .site-nav{right:max(14px,env(safe-area-inset-right));width:min(286px,calc(100vw - 28px))}.public-body .home-hero h1 br,.public-body .page-hero h1 br,.public-body .centered-section-head h2 br,.public-body .section-head h2 br,.public-body .faq-heading h2 br,.public-body .footer-top h2 br,.public-body .about-copy h2 br{display:block}.public-body .shell,.public-body .article-wrap{width:calc(100% - 36px);max-width:100%;margin-inline:auto}.public-body .page-hero{padding:100px 0 42px}.public-body .page-hero>.shell{width:calc(100% - 36px);max-width:100%;text-align:left}.public-body .page-hero h1,.public-body .article-title{width:100%;max-width:100%;margin:17px 0 18px;font-size:clamp(35px,10.2vw,48px);line-height:1.08;letter-spacing:-.043em;text-wrap:pretty;word-break:normal;hyphens:none}.public-body .page-hero h1 em,.public-body .article-title em{display:inline}.public-body .page-hero .hero-copy{width:100%;max-width:100%;margin:0;font-size:16px;line-height:1.78}.public-body .breadcrumb{max-width:100%;font-size:11.5px;line-height:1.55}.public-body .home-hero{padding-top:104px}.public-body .home-hero-inner{width:100%;max-width:100%;text-align:left}.public-body .home-hero-inner .eyebrow{justify-content:flex-start}.public-body .home-hero h1{width:100%;max-width:100%;margin:18px 0;font-size:clamp(37px,10.7vw,50px);line-height:1.07;letter-spacing:-.045em;text-wrap:pretty}.public-body .home-hero-copy{margin:0;max-width:100%;font-size:16px;line-height:1.75}.public-body .home-hero-actions{justify-content:flex-start}.public-body .section{padding:62px 0}.public-body .section-tight{padding:52px 0}.public-body .centered-section-head h2,.public-body .section-head h2,.public-body .about-copy h2,.public-body .faq-heading h2{max-width:100%;font-size:clamp(31px,9vw,41px);line-height:1.1;letter-spacing:-.04em;text-wrap:pretty}.public-body .centered-section-head,.public-body .section-head,.public-body .faq-heading{max-width:100%}.public-body .filters{width:100%;gap:9px;margin-bottom:24px}.public-body .filter-btn{flex:0 1 auto;min-width:0;min-height:44px;padding-inline:14px;font-size:12.5px;white-space:normal}.public-body .projects-grid,.public-body .home-project-grid,.public-body .posts-grid{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr);gap:18px}.public-body .project-card,.public-body .post-card{width:100%}.public-body .project-visual{width:100%;aspect-ratio:1.28}.public-body .project-meta{gap:10px}.public-body .project-meta h2{min-width:0;font-size:20px}.public-body .article-head{padding:100px 0 30px}.public-body .article-cover{width:calc(100% - 36px);max-width:100%;margin-bottom:28px}.public-body .detail-grid{width:100%;max-width:100%;gap:24px}.public-body .project-detail-copy,.public-body .project-info,.public-body .contact-aside,.public-body .form-card{width:100%;max-width:100%}.public-body .article-wrap .cb-image.cb-wide,.public-body .project-detail-copy .cb-image.cb-wide{width:100%;max-width:100%;margin-left:0;transform:none}.public-body .cb-image,.public-body .cb-video,.public-body .cb-carousel,.public-body .cb-split,.public-body .cb-image-collection{width:100%;max-width:100%;min-width:0}.public-body .cb-carousel-frame{width:100%;max-width:100%;gap:10px;overscroll-behavior-inline:contain}.public-body .cb-carousel-slide{flex-basis:100%;min-width:100%}.public-body .cb-carousel-slide img{aspect-ratio:4/3}.public-body .cb-video-frame{width:100%;max-width:100%;border-radius:14px}.public-body .cb-split{gap:16px;padding:16px}.public-body .cb-text,.public-body .cb-split-copy{font-size:16px;line-height:1.82}}@media(max-width:480px){.public-body .site-header .nav-wrap{padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right))}.public-body .brand-with-logo,.public-body .brand-logo{max-width:min(132px,calc(100vw - 84px))}.public-body .brand-logo img{max-height:33px}.public-body .shell,.public-body .article-wrap,.public-body .page-hero>.shell{width:calc(100% - 30px)}.public-body .page-hero{padding-top:94px;padding-bottom:36px}.public-body .page-hero h1,.public-body .article-title{font-size:clamp(33px,9.8vw,42px);line-height:1.09;letter-spacing:-.04em}.public-body .page-hero .hero-copy{font-size:15.5px;line-height:1.75}.public-body .home-hero h1{font-size:clamp(35px,10.2vw,44px)}.public-body .section{padding:56px 0}.public-body .section-tight{padding:46px 0}.public-body .filters{gap:8px}.public-body .filter-btn{min-height:42px;padding-inline:13px}.public-body .project-card{padding:6px 6px 16px}.public-body .project-visual{aspect-ratio:1.18}.public-body .project-art{padding:16px}.public-body .project-art-main{max-width:94%}.public-body .project-art-main b{font-size:25px}.public-body .content-block{margin-bottom:24px}.public-body .cb-heading{margin-top:34px;margin-bottom:16px}.public-body .cb-heading h2{font-size:26px}.public-body .cb-heading h3{font-size:21px}.public-body .cb-image{margin-top:28px;margin-bottom:28px}.public-body .cb-image-pair .cb-image-collection,.public-body .cb-image-grid .cb-image-collection{gap:8px}.public-body .cb-image-grid .cb-image-collection{grid-template-columns:repeat(2,minmax(0,1fr))}.public-body .cb-quote{margin:28px 0;padding:19px 17px}.public-body .cb-quote p{font-size:19px}.public-body .cb-callout{padding:18px}.public-body .cb-spacer-large{height:48px}.public-body .cb-spacer-medium{height:30px}}@media(max-width:390px){.public-body .brand-with-logo,.public-body .brand-logo{max-width:min(116px,calc(100vw - 78px))}.public-body .brand-logo img{max-height:30px}.public-body .menu-toggle{width:44px;height:44px}.public-body .site-nav{right:12px;width:calc(100vw - 24px)}.public-body .shell,.public-body .article-wrap,.public-body .page-hero>.shell{width:calc(100% - 26px)}.public-body .page-hero h1,.public-body .article-title{font-size:clamp(31px,9.5vw,37px);line-height:1.1}.public-body .breadcrumb{font-size:11px}.public-body .filters{margin-bottom:20px}.public-body .filter-btn{min-height:40px;padding-inline:12px;font-size:12px}.public-body .project-meta{padding-inline:7px}.public-body .project-card>p,.public-body .tech-row{margin-left:7px;margin-right:7px}.public-body .cb-image-pair .cb-image-collection{grid-template-columns:1fr}.public-body .cb-image-grid .cb-image-collection{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:390px){.public-body .profile-strip{grid-template-columns:1fr}.public-body .profile-photo-card{grid-column:1;aspect-ratio:1.1/1}.public-body .profile-card,.public-body .profile-work-card{grid-column:1;min-height:142px}.public-body .profile-work-card{min-height:190px}}.public-body .project-visual.has-image{aspect-ratio:auto;width:100%;height:auto;overflow:hidden;background:#0b0f0b}.public-body .project-visual.has-image>img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;object-position:center}.public-body .project-card:hover .project-visual.has-image>img{transform:none;filter:brightness(.97)}@media(max-width:760px){.public-body .project-visual.has-image{aspect-ratio:auto}.public-body .project-visual.has-image>img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain}.public-body .project-visual.has-image .view-chip{right:10px;bottom:10px;min-height:36px;padding-inline:11px;font-size:11.5px}}@media(max-width:480px){.public-body .project-visual.has-image{aspect-ratio:auto;border-radius:13px}.public-body .project-visual.has-image>img{aspect-ratio:16/9;border-radius:inherit}.public-body .project-visual.has-image .view-chip{right:8px;bottom:8px;min-height:34px;padding-inline:10px;border-radius:10px;font-size:11px}}.public-body .profile-work-card{padding:0;display:grid;grid-template-rows:auto minmax(68px,1fr);justify-content:stretch;align-content:stretch;background:#0c0f0c}.public-body .profile-work-card:after{display:none}.public-body .profile-work-media{position:relative;width:100%;min-width:0;aspect-ratio:16/9;overflow:hidden;border-bottom:1px solid var(--ui-border);background:#080c08}.public-body .profile-work-media>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#080c08}.public-body .profile-work-card>a{position:relative;z-index:2;inset:auto;min-width:0;min-height:68px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff;background:linear-gradient(180deg,#0e120e,#0a0d0a)}.public-body .profile-work-copy{min-width:0;display:block}.public-body .profile-work-copy small{display:block;margin:0 0 4px;color:#aeb8ab;font-family:var(--font-display);font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}.public-body .profile-work-copy strong{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff;font-family:var(--font-display);font-size:13px;font-weight:700;line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}.public-body .profile-work-arrow{flex:0 0 30px;width:30px;height:30px;border:1px solid var(--ui-border);border-radius:50%;display:grid;place-items:center;color:var(--ui-accent);font-size:15px;font-weight:800;background:#111711}.public-body .profile-work-card>a:hover .profile-work-arrow{border-color:rgba(183,255,85,.45);transform:translate(2px,-2px)}.public-body .profile-work-card .mini-project-art{position:absolute;inset:0;padding:14px;display:flex;justify-content:center;background:radial-gradient(circle at 78% 20%,rgba(183,255,85,.16),transparent 35%),#0c0f0c}.public-body .profile-work-card .mini-project-art span{font-size:9px}.public-body .profile-work-card .mini-project-art b{font-size:15px}@media (max-width:760px){.public-body .profile-work-card{padding:0;min-height:0;grid-template-rows:auto minmax(72px,auto);aspect-ratio:auto}.public-body .profile-work-card>a{left:auto;right:auto;bottom:auto;min-height:72px;padding:11px 12px;font-size:inherit}.public-body .profile-work-copy strong{font-size:13px}}@media (max-width:390px){.public-body .profile-work-card{min-height:0;grid-template-rows:auto minmax(70px,auto)}.public-body .profile-work-media{aspect-ratio:16/9}.public-body .profile-work-card>a{min-height:70px;padding:12px 14px}.public-body .profile-work-copy strong{font-size:14px}.public-body .profile-work-arrow{flex-basis:32px;width:32px;height:32px}}html[data-theme="dark"]{color-scheme:dark}html[data-theme="light"]{color-scheme:light;background:#f6f8f3}.public-body .theme-toggle{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;width:44px;height:44px;padding:0;border:1px solid var(--ui-border);border-radius:13px;background:var(--ui-panel);color:var(--ui-text);cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.public-body .theme-toggle:hover{transform:translateY(-1px);border-color:var(--ui-border-strong);background:var(--ui-panel-2)}.public-body .theme-toggle .theme-icon{display:grid;place-items:center;width:20px;height:20px}.public-body .theme-toggle svg{display:block;width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.public-body .theme-icon-moon{display:none!important}html[data-theme="light"] .public-body .theme-icon-sun{display:none!important}html[data-theme="light"] .public-body .theme-icon-moon{display:grid!important}html[data-theme="light"] .public-body{--ui-bg:#f6f8f3;--ui-bg-2:#eef2eb;--ui-panel:#ffffff;--ui-panel-2:#f1f4ee;--ui-panel-3:#e9eee5;--ui-border:#d6ded2;--ui-border-strong:#b4c0ae;--ui-text:#111811;--ui-body:#394536;--ui-muted:#5f6c5b;--ui-soft:#778272;--ui-accent:#3f7310;--ui-accent-2:#315d0b;--ui-accent-soft:rgba(63,115,16,.09);--ui-danger:#b63b3b;--ui-shadow:0 24px 70px rgba(31,48,27,.10);background:radial-gradient(circle at 8% 6%,rgba(103,156,45,.075),transparent 30rem),radial-gradient(circle at 90% 22%,rgba(103,156,45,.045),transparent 28rem),linear-gradient(180deg,#f8faf6 0%,#f3f6f0 48%,#f8faf6 100%);color:var(--ui-text)}html[data-theme="light"] .public-body::selection{background:#cfee9f;color:#15200f}html[data-theme="light"] .public-body a:focus-visible,html[data-theme="light"] .public-body button:focus-visible,html[data-theme="light"] .public-body input:focus-visible,html[data-theme="light"] .public-body textarea:focus-visible,html[data-theme="light"] .public-body select:focus-visible{outline-color:rgba(79,134,23,.7)}html[data-theme="light"] .public-body .cursor-glow{background:radial-gradient(circle,rgba(79,134,23,.055),transparent 70%)}html[data-theme="light"] .public-body .site-header{border-bottom-color:rgba(28,43,24,.10);background:rgba(248,250,246,.90);box-shadow:0 8px 30px rgba(31,48,27,.07)}html[data-theme="light"] .public-body .site-header.scrolled{background:rgba(248,250,246,.97);box-shadow:0 14px 36px rgba(31,48,27,.10)}html[data-theme="light"] .public-body .site-nav>a{color:#34412f}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:#10170e;background:rgba(50,72,42,.06)}html[data-theme="light"] .public-body .brand-mark,html[data-theme="light"] .public-body .nav-cta,html[data-theme="light"] .public-body .mobile-contact-link,html[data-theme="light"] .public-body .btn-primary,html[data-theme="light"] .public-body .round-link{color:#fff!important}html[data-theme="light"] .public-body .menu-toggle,html[data-theme="light"] .public-body .theme-toggle{background:#fff;box-shadow:0 8px 22px rgba(31,48,27,.07)}html[data-theme="light"] .public-body .menu-toggle span{background:#172016}html[data-theme="light"] .public-body .nav-scrim{background:rgba(26,34,24,.36)}html[data-theme="light"] .public-body .home-hero-copy,html[data-theme="light"] .public-body .centered-section-head p,html[data-theme="light"] .public-body .section-head p,html[data-theme="light"] .public-body .faq-heading p,html[data-theme="light"] .public-body .page-hero .hero-copy,html[data-theme="light"] .public-body .about-copy>p,html[data-theme="light"] .public-body .expertise-row p,html[data-theme="light"] .public-body .contact-aside>p,html[data-theme="light"] .public-body .project-card>p,html[data-theme="light"] .public-body .post-body p,html[data-theme="light"] .public-body .faq-list details p,html[data-theme="light"] .public-body .timeline-item p{color:var(--ui-body)}html[data-theme="light"] .public-body .home-hero-copy strong{color:var(--ui-text)}html[data-theme="light"] .public-body .centered-section-head h2 em,html[data-theme="light"] .public-body .section-head h2 em,html[data-theme="light"] .public-body .faq-heading h2 em,html[data-theme="light"] .public-body .page-hero h1 em,html[data-theme="light"] .public-body .article-title em,html[data-theme="light"] .public-body .footer-top h2 em{color:#687564}html[data-theme="light"] .public-body .btn{color:#182116}html[data-theme="light"] .public-body .btn-ghost{background:#fff;color:#172016}html[data-theme="light"] .public-body .btn-ghost:hover{border-color:#9fac9a;background:#f1f4ee}html[data-theme="light"] .public-body .text-link,html[data-theme="light"] .public-body .service-list-link,html[data-theme="light"] .public-body .faq-list summary,html[data-theme="light"] .public-body .breadcrumb a,html[data-theme="light"] .public-body .contact-list a,html[data-theme="light"] .public-body .contact-list strong,html[data-theme="light"] .public-body .fact strong,html[data-theme="light"] .public-body .project-info-row strong{color:#202a1e}html[data-theme="light"] .public-body .profile-card,html[data-theme="light"] .public-body .service-showcase,html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card,html[data-theme="light"] .public-body .about-photo,html[data-theme="light"] .public-body .fact,html[data-theme="light"] .public-body .about-stat,html[data-theme="light"] .public-body .contact-aside,html[data-theme="light"] .public-body .form-card,html[data-theme="light"] .public-body .project-detail-copy,html[data-theme="light"] .public-body .project-info,html[data-theme="light"] .public-body .empty-state{background:#fff}html[data-theme="light"] .public-body .profile-card,html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card{box-shadow:0 16px 46px rgba(31,48,27,.07)}html[data-theme="light"] .public-body .profile-dark-card,html[data-theme="light"] .public-body .profile-stat-card,html[data-theme="light"] .public-body .profile-accent-card{background:#fff}html[data-theme="light"] .public-body .profile-card strong{color:#182116}html[data-theme="light"] .public-body .profile-card p{color:#566351}html[data-theme="light"] .public-body .status-band,html[data-theme="light"] .public-body .trust-list,html[data-theme="light"] .public-body .trust-strip small{color:#697565}html[data-theme="light"] .public-body .trust-list span{color:#34412f}html[data-theme="light"] .public-body .service-list article p{color:#4d5949}html[data-theme="light"] .public-body .service-list article>b,html[data-theme="light"] .public-body .exp-arrow,html[data-theme="light"] .public-body .project-index,html[data-theme="light"] .public-body .project-art-index,html[data-theme="light"] .public-body .faq-list summary:after{color:#778272}html[data-theme="light"] .public-body .service-list-link:hover{border-color:#a7b3a2;background:#f2f5ef}html[data-theme="light"] .public-body .tech-row span,html[data-theme="light"] .public-body .skill-pill,html[data-theme="light"] .public-body .article-tags span{background:#f4f7f1;color:#4a5846}html[data-theme="light"] .public-body .filter-btn{background:#fff;color:#465442}html[data-theme="light"] .public-body .post-cover{background:#eef2eb}html[data-theme="light"] .public-body .post-meta,html[data-theme="light"] .public-body .article-meta,html[data-theme="light"] .public-body .breadcrumb,html[data-theme="light"] .public-body .project-info-row>span,html[data-theme="light"] .public-body .contact-list small,html[data-theme="light"] .public-body .field label,html[data-theme="light"] .public-body .form-note,html[data-theme="light"] .public-body .timeline-item h4,html[data-theme="light"] .public-body .expertise-row p small{color:#657261}html[data-theme="light"] .public-body .field input,html[data-theme="light"] .public-body .field textarea,html[data-theme="light"] .public-body .field select{border-color:#cbd5c7;background:#fbfcfa;color:#172016}html[data-theme="light"] .public-body .field input::placeholder,html[data-theme="light"] .public-body .field textarea::placeholder{color:#879183}html[data-theme="light"] .public-body .field input:focus,html[data-theme="light"] .public-body .field textarea:focus,html[data-theme="light"] .public-body .field select:focus{border-color:#75956b;background:#fff;box-shadow:0 0 0 4px rgba(79,134,23,.10)}html[data-theme="light"] .public-body .contact-social-link{border-color:#cbd5c7;background:#fff;color:#354431!important}html[data-theme="light"] .public-body .contact-social-link:hover{border-color:#79a64d;background:#edf5e6;color:#2c510f!important}html[data-theme="light"] .public-body .alert-success{border-color:rgba(79,134,23,.28);background:rgba(79,134,23,.08);color:#2e6510}html[data-theme="light"] .public-body .alert-error{border-color:rgba(182,59,59,.24);background:rgba(182,59,59,.07);color:#8d2929}html[data-theme="light"] .public-body .prose,html[data-theme="light"] .public-body .prose p,html[data-theme="light"] .public-body .cb-text,html[data-theme="light"] .public-body .cb-split-copy{color:#394536}html[data-theme="light"] .public-body .cb-text-lead{color:#1c2819}html[data-theme="light"] .public-body .cb-split{background:rgba(59,83,51,.025)}html[data-theme="light"] .public-body .cb-quote{background:linear-gradient(90deg,var(--ui-accent-soft),rgba(45,66,38,.02));color:#172016}html[data-theme="light"] .public-body .cb-callout{border-color:rgba(79,134,23,.25);background:rgba(79,134,23,.08);color:#26351f}html[data-theme="light"] .public-body .cb-image img,html[data-theme="light"] .public-body .cb-image-collection img,html[data-theme="light"] .public-body .cb-carousel-slide img{box-shadow:0 18px 46px rgba(31,48,27,.09)}html[data-theme="light"] .public-body .article-cover{background:#fff}html[data-theme="light"] .public-body .not-found strong{-webkit-text-stroke-color:#a3afa0}html[data-theme="light"] .public-body .profile-photo-card,html[data-theme="light"] .public-body .project-art,html[data-theme="light"] .public-body .post-art,html[data-theme="light"] .public-body .service-showcase-media{color:#fff}html[data-theme="light"] .public-body .profile-work-card{background:#fff}html[data-theme="light"] .public-body .profile-work-media{background:#eef2eb}html[data-theme="light"] .public-body .profile-work-media>img{background:#eef2eb}html[data-theme="light"] .public-body .profile-work-card>a{color:#172016;background:linear-gradient(180deg,#ffffff,#f4f7f1)}html[data-theme="light"] .public-body .profile-work-copy small{color:#697565}html[data-theme="light"] .public-body .profile-work-copy strong{color:#172016}html[data-theme="light"] .public-body .profile-work-arrow{background:#f1f5ed}html[data-theme="light"] .public-body .project-visual.has-image{background:#eef2eb}html[data-theme="light"] .public-body .site-footer{background:#eef2eb}html[data-theme="light"] .public-body .footer-top>div>p{color:#556251!important}html[data-theme="light"] .public-body .footer-bottom,html[data-theme="light"] .public-body .footer-bottom p{color:#657261}@media(max-width:960px){html[data-theme="light"] .public-body .site-nav{background:rgba(255,255,255,.985);box-shadow:0 28px 70px rgba(31,48,27,.18)}html[data-theme="light"] .public-body .site-nav>a.active{background:#eef3ea;color:#172016}}@media(max-width:680px){.public-body .theme-toggle{width:42px;height:42px;border-radius:12px}html[data-theme="light"] .public-body .home-hero-actions .text-link,html[data-theme="light"] .public-body .trust-list span{background:#fff}}@media(prefers-reduced-motion:reduce){.public-body .theme-toggle{transition:none}}html[data-theme="light"] .public-body .skip-link{color:#fff}html[data-theme="light"] .public-body .post-art span{color:#b7ff55}html[data-theme="light"] .public-body .profile-photo-copy strong{color:#fff}html[data-theme="light"] .public-body .profile-photo-copy span{color:#d8dfd5}html[data-theme="light"] .public-body{--ui-light-ink:#111811;--ui-light-ink-2:#2f3b2c;--ui-light-green:#3f7310;--ui-light-green-deep:#315d0b;--ui-light-green-soft:#edf5e6;--ui-light-green-soft-2:#e4f0d9}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:var(--ui-light-ink)!important;background:#edf1e9!important}html[data-theme="light"] .public-body .site-nav>a.active:after{background:var(--ui-light-green)!important}html[data-theme="light"] .public-body .nav-cta,html[data-theme="light"] .public-body .mobile-contact-link{border-color:var(--ui-light-green)!important;background:var(--ui-light-green)!important;color:#fff!important}html[data-theme="light"] .public-body .nav-cta:hover,html[data-theme="light"] .public-body .nav-cta.active,html[data-theme="light"] .public-body .mobile-contact-link:hover,html[data-theme="light"] .public-body .mobile-contact-link.active{border-color:var(--ui-light-green-deep)!important;background:var(--ui-light-green-deep)!important;color:#fff!important}html[data-theme="light"] .public-body .theme-toggle:hover,html[data-theme="light"] .public-body .menu-toggle:hover{border-color:#aab7a5!important;background:#eef2eb!important;color:var(--ui-light-ink)!important}html[data-theme="light"] .public-body .btn-primary{border-color:var(--ui-light-green)!important;background:var(--ui-light-green)!important;color:#fff!important}html[data-theme="light"] .public-body .btn-primary:hover,html[data-theme="light"] .public-body .btn-primary:focus-visible{border-color:var(--ui-light-green-deep)!important;background:var(--ui-light-green-deep)!important;color:#fff!important}html[data-theme="light"] .public-body .btn-ghost,html[data-theme="light"] .public-body .btn:not(.btn-primary){color:var(--ui-light-ink)!important}html[data-theme="light"] .public-body .btn-ghost:hover,html[data-theme="light"] .public-body .btn:not(.btn-primary):hover{border-color:#9eac98!important;background:#edf1e9!important;color:var(--ui-light-ink)!important}html[data-theme="light"] .public-body .text-link,html[data-theme="light"] .public-body .service-list-link{color:#243021!important}html[data-theme="light"] .public-body .text-link:hover,html[data-theme="light"] .public-body .service-list-link:hover{color:#172016!important}html[data-theme="light"] .public-body .service-list-link:hover{border-color:#a7b3a2!important;background:#edf1e9!important}html[data-theme="light"] .public-body .filter-btn{border-color:#ccd6c8!important;background:#fff!important;color:#394735!important}html[data-theme="light"] .public-body .filter-btn:hover,html[data-theme="light"] .public-body .filter-btn.active,html[data-theme="light"] .public-body .filter-btn:focus-visible{border-color:#6f9b44!important;background:var(--ui-light-green-soft)!important;color:#25450e!important;box-shadow:0 7px 18px rgba(49,93,11,.08)!important}html[data-theme="light"] .public-body .project-meta h2 a,html[data-theme="light"] .public-body .post-body h3 a,html[data-theme="light"] .public-body .breadcrumb a,html[data-theme="light"] .public-body .footer-links a,html[data-theme="light"] .public-body .contact-list a{color:inherit}html[data-theme="light"] .public-body .project-meta h2 a:hover,html[data-theme="light"] .public-body .post-body h3 a:hover,html[data-theme="light"] .public-body .breadcrumb a:hover,html[data-theme="light"] .public-body .footer-links a:hover,html[data-theme="light"] .public-body .contact-list a:hover{color:#376a0f!important}html[data-theme="light"] .public-body .contact-social-link:hover,html[data-theme="light"] .public-body .contact-social-link:focus-visible{border-color:#79a64d!important;background:var(--ui-light-green-soft)!important;color:#2c510f!important}html[data-theme="light"] .public-body .cb-carousel-controls button{background:#fff!important;color:#34412f!important}html[data-theme="light"] .public-body .cb-carousel-controls button:hover,html[data-theme="light"] .public-body .cb-carousel-controls button:focus-visible{border-color:#79a64d!important;background:var(--ui-light-green-soft)!important;color:#2c510f!important}html[data-theme="light"] .public-body .round-link{background:var(--ui-light-green)!important;color:#fff!important}html[data-theme="light"] .public-body .round-link:hover,html[data-theme="light"] .public-body .round-link:focus-visible{background:var(--ui-light-green-deep)!important;color:#fff!important}html[data-theme="light"] .public-body .profile-work-card>a:hover{background:#edf1e9!important;color:var(--ui-light-ink)!important}html[data-theme="light"] .public-body .profile-work-card>a:hover .profile-work-copy strong,html[data-theme="light"] .public-body .profile-work-card>a:hover .profile-work-copy small{color:inherit!important}html[data-theme="light"] .public-body .profile-work-card>a:hover .profile-work-arrow{background:var(--ui-light-green-soft)!important;color:#2c510f!important}html[data-theme="light"] .public-body .faq-list summary:hover{color:#1d291a!important}html[data-theme="light"] .public-body a:focus-visible,html[data-theme="light"] .public-body button:focus-visible{outline-color:#568528!important}html[data-theme="light"] .public-body{--ui-bg:#f4f2eb;--ui-bg-2:#ebe9e1;--ui-panel:#fffefb;--ui-panel-2:#f7f5ef;--ui-panel-3:#eef1e9;--ui-border:#d9ddd2;--ui-border-strong:#b5bcae;--ui-text:#172018;--ui-body:#465248;--ui-muted:#667168;--ui-soft:#7e887f;--ui-accent:#446d19;--ui-accent-2:#31540f;--ui-accent-soft:rgba(68,109,25,.10);--ui-shadow:0 22px 58px rgba(38,50,34,.09),0 3px 12px rgba(38,50,34,.035);background:radial-gradient(circle at 12% 8%,rgba(153,190,91,.14),transparent 29rem),radial-gradient(circle at 88% 18%,rgba(205,187,133,.10),transparent 30rem),linear-gradient(180deg,#faf9f5 0%,#f4f2eb 42%,#f8f7f2 100%)}html[data-theme="light"] .public-body .cursor-glow{width:440px;height:440px;background:radial-gradient(circle,rgba(86,128,39,.085),rgba(86,128,39,.025) 42%,transparent 70%);mix-blend-mode:multiply}html[data-theme="light"] .public-body .home-hero,html[data-theme="light"] .public-body .page-hero,html[data-theme="light"] .public-body .article-head{position:relative;isolation:isolate}html[data-theme="light"] .public-body .home-hero:before,html[data-theme="light"] .public-body .page-hero:before,html[data-theme="light"] .public-body .article-head:before{content:"";position:absolute;z-index:-1;pointer-events:none;inset:76px 4% auto;height:340px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(100,143,55,.085),transparent 67%);filter:blur(18px)}html[data-theme="light"] .public-body .site-header{border-bottom-color:rgba(38,50,34,.10)!important;background:rgba(253,252,248,.88)!important;box-shadow:0 1px 0 rgba(255,255,255,.9),0 10px 32px rgba(42,55,37,.055)!important;backdrop-filter:blur(20px) saturate(140%)}html[data-theme="light"] .public-body .site-header.scrolled{background:rgba(253,252,248,.96)!important;box-shadow:0 1px 0 rgba(255,255,255,.92),0 16px 40px rgba(42,55,37,.09)!important}html[data-theme="light"] .public-body .site-nav>a{color:#39453a!important;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease!important}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:#172018!important;background:linear-gradient(180deg,#f2f3ed,#e9ede3)!important;box-shadow:inset 0 0 0 1px rgba(67,92,58,.08),0 5px 14px rgba(47,63,42,.05)!important}html[data-theme="light"] .public-body .site-nav>a:hover{transform:translateY(-1px)}html[data-theme="light"] .public-body .theme-toggle,html[data-theme="light"] .public-body .menu-toggle{border-color:#d1d7cc!important;background:linear-gradient(180deg,#fff,#f6f5ef)!important;color:#1d271e!important;box-shadow:0 7px 20px rgba(42,55,37,.07),inset 0 1px 0 #fff!important}html[data-theme="light"] .public-body .theme-toggle:hover,html[data-theme="light"] .public-body .menu-toggle:hover{border-color:#98a78f!important;background:#eef2e8!important;box-shadow:0 10px 24px rgba(42,55,37,.10)!important;transform:translateY(-2px)}html[data-theme="light"] .public-body .nav-cta,html[data-theme="light"] .public-body .mobile-contact-link,html[data-theme="light"] .public-body .btn-primary,html[data-theme="light"] .public-body .round-link{border-color:#3e6917!important;background:linear-gradient(145deg,#547f24 0%,#3e6917 54%,#31540f 100%)!important;color:#fff!important;box-shadow:0 12px 28px rgba(56,91,22,.18),inset 0 1px 0 rgba(255,255,255,.22)!important}html[data-theme="light"] .public-body .nav-cta:hover,html[data-theme="light"] .public-body .nav-cta.active,html[data-theme="light"] .public-body .mobile-contact-link:hover,html[data-theme="light"] .public-body .btn-primary:hover,html[data-theme="light"] .public-body .round-link:hover{border-color:#2b4b0d!important;background:linear-gradient(145deg,#456e1b,#2e500e)!important;color:#fff!important;box-shadow:0 18px 38px rgba(51,84,18,.24),inset 0 1px 0 rgba(255,255,255,.18)!important;transform:translateY(-2px)}html[data-theme="light"] .public-body h1,html[data-theme="light"] .public-body h2,html[data-theme="light"] .public-body h3,html[data-theme="light"] .public-body h4{color:#172018;text-shadow:0 1px 0 rgba(255,255,255,.72)}html[data-theme="light"] .public-body .home-hero h1 em,html[data-theme="light"] .public-body .centered-section-head h2 em,html[data-theme="light"] .public-body .section-head h2 em,html[data-theme="light"] .public-body .faq-heading h2 em,html[data-theme="light"] .public-body .page-hero h1 em,html[data-theme="light"] .public-body .article-title em,html[data-theme="light"] .public-body .footer-top h2 em{color:#667365!important}html[data-theme="light"] .public-body .eyebrow,html[data-theme="light"] .public-body .kicker,html[data-theme="light"] .public-body .section-number{color:#4f761f}html[data-theme="light"] .public-body .eyebrow:before{box-shadow:0 0 0 6px rgba(79,118,31,.10),0 0 24px rgba(79,118,31,.24)}html[data-theme="light"] .public-body .btn-ghost,html[data-theme="light"] .public-body .btn:not(.btn-primary){border-color:#d1d6ca!important;background:linear-gradient(180deg,#fffefb,#f4f3ed)!important;color:#1d271e!important;box-shadow:0 8px 22px rgba(44,58,39,.055),inset 0 1px 0 #fff!important}html[data-theme="light"] .public-body .btn-ghost:hover,html[data-theme="light"] .public-body .btn:not(.btn-primary):hover{border-color:#9da997!important;background:#edf1e8!important;color:#162017!important;box-shadow:0 13px 28px rgba(44,58,39,.10)!important}html[data-theme="light"] .public-body .filter-btn,html[data-theme="light"] .public-body .skill-pill,html[data-theme="light"] .public-body .article-tags span,html[data-theme="light"] .public-body .tech-row span,html[data-theme="light"] .public-body .trust-list span{border-color:#d4d9cf!important;background:rgba(255,254,251,.88)!important;color:#465247!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}html[data-theme="light"] .public-body .filter-btn:hover,html[data-theme="light"] .public-body .filter-btn.active,html[data-theme="light"] .public-body .filter-btn:focus-visible{border-color:#769553!important;background:linear-gradient(180deg,#f1f6e9,#e5efd9)!important;color:#274511!important;box-shadow:0 9px 22px rgba(58,91,26,.11),inset 0 1px 0 rgba(255,255,255,.9)!important;transform:translateY(-1px)}html[data-theme="light"] .public-body .profile-strip{perspective:1200px}html[data-theme="light"] .public-body .profile-card{border-color:#d8ddd2!important;background:linear-gradient(155deg,#fffefa 0%,#f8f6ef 100%)!important;box-shadow:0 18px 44px rgba(43,56,38,.075),inset 0 1px 0 rgba(255,255,255,.88)!important;transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease!important}html[data-theme="light"] .public-body .profile-card:hover{transform:translateY(-6px);border-color:#b7c2ae!important;box-shadow:0 26px 60px rgba(42,57,36,.13),inset 0 1px 0 rgba(255,255,255,.92)!important}html[data-theme="light"] .public-body .profile-dark-card{border-color:#2c4529!important;background:radial-gradient(circle at 86% 12%,rgba(183,255,85,.16),transparent 42%),linear-gradient(145deg,#172218,#22351f)!important;box-shadow:0 22px 50px rgba(26,43,24,.20)!important}html[data-theme="light"] .public-body .profile-dark-card small{color:#b9c7b3!important}html[data-theme="light"] .public-body .profile-dark-card strong{color:#fff!important;text-shadow:none}html[data-theme="light"] .public-body .profile-dark-card p{color:#d7e0d2!important}html[data-theme="light"] .public-body .profile-accent-card{background:linear-gradient(145deg,#edf4e4,#f8f7ef)!important;border-color:#c7d4bb!important}html[data-theme="light"] .public-body .profile-stat-card{background:linear-gradient(145deg,#fffefb,#f1efe7)!important}html[data-theme="light"] .public-body .profile-work-card{background:#fffefb!important;border-color:#d4d9ce!important}html[data-theme="light"] .public-body .profile-work-card>a{background:linear-gradient(180deg,#fffefa,#f1f0e8)!important;border-top-color:#d8ddd2!important}html[data-theme="light"] .public-body .profile-work-card>a:hover{background:linear-gradient(180deg,#f0f4e9,#e8eee0)!important;color:#172018!important}html[data-theme="light"] .public-body .profile-work-arrow{background:#e8eee0!important;color:#345713!important;box-shadow:inset 0 0 0 1px rgba(70,105,31,.08)}html[data-theme="light"] .public-body .status-band{border-color:#d7ddd0!important;background:rgba(255,254,251,.48);color:#5e6a5e!important}html[data-theme="light"] .public-body .trust-strip{background:linear-gradient(180deg,rgba(236,239,231,.54),rgba(255,255,255,0));border-top:1px solid rgba(105,121,98,.08)}html[data-theme="light"] .public-body .service-showcase{border-color:#d5dbcf!important;background:#fffefb!important;box-shadow:0 24px 64px rgba(41,54,36,.095),0 1px 0 rgba(255,255,255,.9)!important}html[data-theme="light"] .public-body .service-list article{border-bottom-color:#e0e3db!important;transition:background .24s ease,transform .24s ease,box-shadow .24s ease!important}html[data-theme="light"] .public-body .service-list article:hover{background:linear-gradient(90deg,#f6f6ef,#edf3e6)!important;box-shadow:inset 4px 0 0 #628a36;transform:translateX(2px)}html[data-theme="light"] .public-body .service-list article:hover h3{color:#24410e}html[data-theme="light"] .public-body .service-list article>b{color:#71806d!important;transition:transform .2s ease,color .2s ease}html[data-theme="light"] .public-body .service-list article:hover>b{color:#4f781f!important;transform:translate(3px,-3px)}html[data-theme="light"] .public-body .service-list-link{background:#f8f7f2!important;border-color:#d9ddd3!important;color:#243024!important}html[data-theme="light"] .public-body .service-list-link:hover{background:#eaf1e2!important;border-color:#aebca4!important;color:#213b0f!important;box-shadow:0 10px 24px rgba(49,76,27,.08)}html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card{border-color:#d6dbd0!important;background:linear-gradient(160deg,#fffefa 0%,#f9f7f1 100%)!important;box-shadow:0 16px 42px rgba(42,55,38,.07),0 1px 0 rgba(255,255,255,.95)!important;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease,border-color .3s ease!important}html[data-theme="light"] .public-body .project-card:hover,html[data-theme="light"] .public-body .post-card:hover{transform:translateY(-6px);border-color:#b8c2b0!important;box-shadow:0 28px 66px rgba(42,55,38,.14),0 1px 0 rgba(255,255,255,.98)!important}html[data-theme="light"] .public-body .project-visual,html[data-theme="light"] .public-body .post-cover{border-color:rgba(56,73,50,.14)!important;box-shadow:0 10px 28px rgba(36,48,32,.09)!important}html[data-theme="light"] .public-body .project-visual.has-image{background:#eef0e9!important}html[data-theme="light"] .public-body .project-meta h2 a:hover,html[data-theme="light"] .public-body .post-body h3 a:hover{color:#3d6717!important}html[data-theme="light"] .public-body .project-card .skill-pill,html[data-theme="light"] .public-body .project-card .tech-row span{background:#f2f4ee!important;border-color:#d7ddd1!important}html[data-theme="light"] .public-body .faq-list details{border-bottom-color:#d9ddd3!important;transition:background .2s ease,box-shadow .2s ease!important}html[data-theme="light"] .public-body .faq-list details:hover,html[data-theme="light"] .public-body .faq-list details[open]{background:linear-gradient(90deg,rgba(255,254,251,.6),rgba(236,242,229,.72));box-shadow:inset 3px 0 0 rgba(74,112,33,.55)}html[data-theme="light"] .public-body .faq-list summary{color:#263126!important}html[data-theme="light"] .public-body .faq-list summary:hover{color:#31560f!important}html[data-theme="light"] .public-body .expertise-row{border-bottom-color:#d9ddd2!important;transition:background .22s ease,padding-left .22s ease,box-shadow .22s ease!important}html[data-theme="light"] .public-body .expertise-row:hover{background:linear-gradient(90deg,#f7f7f1,rgba(237,243,230,.68));box-shadow:inset 3px 0 0 rgba(76,116,34,.5);padding-left:14px}html[data-theme="light"] .public-body .about-stat,html[data-theme="light"] .public-body .fact{border-color:#d8ddd1!important;background:linear-gradient(145deg,#fffefa,#f5f3ec)!important;box-shadow:0 12px 30px rgba(42,55,38,.055)!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important}html[data-theme="light"] .public-body .about-stat:hover,html[data-theme="light"] .public-body .fact:hover{transform:translateY(-4px);border-color:#b8c4af!important;box-shadow:0 18px 40px rgba(42,55,38,.10)!important}html[data-theme="light"] .public-body .timeline-item{border-bottom-color:#d9ddd3!important}html[data-theme="light"] .public-body .contact-aside,html[data-theme="light"] .public-body .form-card,html[data-theme="light"] .public-body .project-detail-copy,html[data-theme="light"] .public-body .project-info,html[data-theme="light"] .public-body .article-cover,html[data-theme="light"] .public-body .empty-state{border-color:#d6dbd0!important;background:linear-gradient(155deg,#fffefa,#f8f6f0)!important;box-shadow:0 18px 46px rgba(42,55,38,.07),inset 0 1px 0 rgba(255,255,255,.95)!important}html[data-theme="light"] .public-body .field input,html[data-theme="light"] .public-body .field textarea,html[data-theme="light"] .public-body .field select{border-color:#d3d8ce!important;background:#fffefa!important;color:#172018!important;box-shadow:inset 0 1px 2px rgba(37,49,33,.025)!important}html[data-theme="light"] .public-body .field input:hover,html[data-theme="light"] .public-body .field textarea:hover,html[data-theme="light"] .public-body .field select:hover{border-color:#b6c0af!important}html[data-theme="light"] .public-body .field input:focus,html[data-theme="light"] .public-body .field textarea:focus,html[data-theme="light"] .public-body .field select:focus{border-color:#6f914c!important;background:#fff!important;box-shadow:0 0 0 4px rgba(81,126,38,.09),0 9px 24px rgba(42,55,38,.045)!important}html[data-theme="light"] .public-body .cb-split,html[data-theme="light"] .public-body .cb-callout,html[data-theme="light"] .public-body .cb-quote{border-color:#d5dccf!important;box-shadow:0 12px 34px rgba(42,55,38,.055)!important}html[data-theme="light"] .public-body .cb-split{background:linear-gradient(145deg,#fffefa,#f6f5ee)!important}html[data-theme="light"] .public-body .cb-callout{background:linear-gradient(145deg,#edf4e5,#f7f7f0)!important;color:#263822!important}html[data-theme="light"] .public-body .cb-quote{background:linear-gradient(90deg,#edf3e5,#faf9f4)!important;color:#172018!important}html[data-theme="light"] .public-body .site-footer{border-top-color:#d6dbd0!important;background:radial-gradient(circle at 12% 0,rgba(91,132,47,.10),transparent 24rem),linear-gradient(180deg,#eff1ea,#e9ece4)!important}html[data-theme="light"] .public-body .footer-links a{transition:color .2s ease,transform .2s ease!important}html[data-theme="light"] .public-body .footer-links a:hover{color:#3b6615!important;transform:translateX(2px)}html[data-theme="light"] .public-body .profile-card,html[data-theme="light"] .public-body .service-showcase,html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card,html[data-theme="light"] .public-body .form-card,html[data-theme="light"] .public-body .contact-aside,html[data-theme="light"] .public-body .about-stat,html[data-theme="light"] .public-body .fact{will-change:transform}@media(max-width:960px){html[data-theme="light"] .public-body .site-nav{border-color:#d4dad0!important;background:rgba(255,254,251,.985)!important;box-shadow:0 30px 72px rgba(38,50,34,.17)!important}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{transform:none}}@media(hover:none){html[data-theme="light"] .public-body .profile-card:hover,html[data-theme="light"] .public-body .project-card:hover,html[data-theme="light"] .public-body .post-card:hover,html[data-theme="light"] .public-body .about-stat:hover,html[data-theme="light"] .public-body .fact:hover{transform:none}html[data-theme="light"] .public-body .expertise-row:hover{padding-left:8px}}@media(prefers-reduced-motion:reduce){html[data-theme="light"] .public-body .profile-card,html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card,html[data-theme="light"] .public-body .about-stat,html[data-theme="light"] .public-body .fact,html[data-theme="light"] .public-body .expertise-row,html[data-theme="light"] .public-body .service-list article{transition:none!important;transform:none!important}}html[data-theme="light"] .public-body{--ui-bg:#f7f4f1;--ui-bg-2:#f0ece7;--ui-panel:#ffffff;--ui-panel-2:#fbf8f5;--ui-panel-3:#f3eee9;--ui-border:#ded8d2;--ui-border-strong:#bfb6ad;--ui-text:#111111;--ui-body:#46413d;--ui-muted:#6f6862;--ui-soft:#8b837c;--ui-accent:#991b2f;--ui-accent-2:#771224;--ui-accent-soft:rgba(153,27,47,.085);--ui-gold:#b89a5c;--ui-gold-deep:#8d6f35;--ui-shadow:0 22px 60px rgba(42,30,23,.085),0 3px 10px rgba(42,30,23,.035);--font-body:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--font-display:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:radial-gradient(circle at 9% 5%,rgba(184,154,92,.115),transparent 27rem),radial-gradient(circle at 91% 19%,rgba(153,27,47,.055),transparent 31rem),linear-gradient(180deg,#fcfbf9 0%,#f7f4f1 45%,#fbfaf8 100%);color:var(--ui-text);letter-spacing:-.01em}html[data-theme="light"] .public-body::selection{background:#991b2f;color:#fff}html[data-theme="light"] .public-body .cursor-glow{width:470px;height:470px;background:radial-gradient(circle,rgba(184,154,92,.10),rgba(153,27,47,.025) 45%,transparent 72%);mix-blend-mode:multiply}html[data-theme="light"] .public-body .home-hero h1,html[data-theme="light"] .public-body .page-hero h1,html[data-theme="light"] .public-body .article-title,html[data-theme="light"] .public-body .centered-section-head h2,html[data-theme="light"] .public-body .section-head h2,html[data-theme="light"] .public-body .faq-heading h2,html[data-theme="light"] .public-body .about-copy h2,html[data-theme="light"] .public-body .footer-top h2,html[data-theme="light"] .public-body .project-detail-copy h2,html[data-theme="light"] .public-body .contact-aside h2{font-family:"Playfair Display",Georgia,serif!important;font-weight:600!important;letter-spacing:-.038em!important}html[data-theme="light"] .public-body .home-hero h1,html[data-theme="light"] .public-body .page-hero h1,html[data-theme="light"] .public-body .article-title{line-height:.98!important}html[data-theme="light"] .public-body .home-hero h1 em,html[data-theme="light"] .public-body .page-hero h1 em,html[data-theme="light"] .public-body .centered-section-head h2 em,html[data-theme="light"] .public-body .section-head h2 em,html[data-theme="light"] .public-body .faq-heading h2 em,html[data-theme="light"] .public-body .footer-top h2 em{color:#8c2335!important;font-family:"Playfair Display",Georgia,serif!important;font-style:italic!important;font-weight:500!important}html[data-theme="light"] .public-body .eyebrow,html[data-theme="light"] .public-body .kicker,html[data-theme="light"] .public-body .section-number,html[data-theme="light"] .public-body .builder-kicker{color:var(--ui-gold-deep)!important;font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-weight:700!important;letter-spacing:.145em!important}html[data-theme="light"] .public-body .eyebrow:before{background:var(--ui-gold)!important;box-shadow:0 0 0 5px rgba(184,154,92,.10)!important}html[data-theme="light"] .public-body p,html[data-theme="light"] .public-body li,html[data-theme="light"] .public-body input,html[data-theme="light"] .public-body textarea,html[data-theme="light"] .public-body select,html[data-theme="light"] .public-body button{font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}html[data-theme="light"] .public-body .site-header{border-bottom:1px solid rgba(17,17,17,.09)!important;background:rgba(255,255,255,.90)!important;box-shadow:0 1px 0 rgba(255,255,255,.9),0 9px 28px rgba(44,33,28,.045)!important;backdrop-filter:blur(18px) saturate(135%)}html[data-theme="light"] .public-body .site-header.scrolled{background:rgba(255,255,255,.97)!important;box-shadow:0 1px 0 rgba(17,17,17,.05),0 16px 34px rgba(44,33,28,.075)!important}html[data-theme="light"] .public-body .site-nav>a{color:#393532!important;font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-weight:600!important;border-radius:8px!important}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:#111!important;background:#f4f0ec!important;box-shadow:inset 0 0 0 1px rgba(17,17,17,.045)!important}html[data-theme="light"] .public-body .site-nav>a.active:after{background:#991b2f!important}html[data-theme="light"] .public-body .brand-mark{background:#111!important;color:#fff!important;box-shadow:0 0 0 5px rgba(17,17,17,.04)!important}html[data-theme="light"] .public-body .brand-copy strong span{color:#991b2f!important}html[data-theme="light"] .public-body .theme-toggle,html[data-theme="light"] .public-body .menu-toggle{border-color:#d8d2cc!important;background:#fff!important;color:#181513!important;box-shadow:0 5px 16px rgba(46,35,29,.045)!important}html[data-theme="light"] .public-body .theme-toggle:hover,html[data-theme="light"] .public-body .menu-toggle:hover{border-color:#baaead!important;background:#f8f3ef!important;color:#991b2f!important;transform:translateY(-1px)!important}html[data-theme="light"] .public-body .nav-cta,html[data-theme="light"] .public-body .mobile-contact-link,html[data-theme="light"] .public-body .btn-primary,html[data-theme="light"] .public-body .round-link{border-color:#991b2f!important;background:#991b2f!important;color:#fff!important;box-shadow:0 11px 25px rgba(153,27,47,.17)!important}html[data-theme="light"] .public-body .nav-cta:hover,html[data-theme="light"] .public-body .nav-cta.active,html[data-theme="light"] .public-body .mobile-contact-link:hover,html[data-theme="light"] .public-body .mobile-contact-link.active,html[data-theme="light"] .public-body .btn-primary:hover,html[data-theme="light"] .public-body .round-link:hover{border-color:#761325!important;background:#761325!important;color:#fff!important;box-shadow:0 16px 34px rgba(118,19,37,.22)!important;transform:translateY(-2px)!important}html[data-theme="light"] .public-body .btn-ghost,html[data-theme="light"] .public-body .btn:not(.btn-primary){border-color:#d7d0ca!important;background:#fff!important;color:#231f1c!important;box-shadow:0 5px 15px rgba(45,34,28,.035)!important}html[data-theme="light"] .public-body .btn-ghost:hover,html[data-theme="light"] .public-body .btn:not(.btn-primary):hover{border-color:#b8a99f!important;background:#f8f3ef!important;color:#701326!important}html[data-theme="light"] .public-body .text-link,html[data-theme="light"] .public-body .service-list-link{color:#302b27!important}html[data-theme="light"] .public-body .text-link span,html[data-theme="light"] .public-body .service-list-link span{color:#991b2f!important}html[data-theme="light"] .public-body .text-link:hover,html[data-theme="light"] .public-body .service-list-link:hover{color:#761325!important}html[data-theme="light"] .public-body .profile-card,html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card,html[data-theme="light"] .public-body .about-stat,html[data-theme="light"] .public-body .fact,html[data-theme="light"] .public-body .form-card,html[data-theme="light"] .public-body .cb-callout,html[data-theme="light"] .public-body .cb-quote,html[data-theme="light"] .public-body .project-info,html[data-theme="light"] .public-body .contact-social-link{border-color:#ded8d2!important;background:#fff!important;box-shadow:0 13px 34px rgba(43,31,25,.055)!important}html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card,html[data-theme="light"] .public-body .profile-card{transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease!important}html[data-theme="light"] .public-body .project-card:hover,html[data-theme="light"] .public-body .post-card:hover,html[data-theme="light"] .public-body .profile-card:hover{transform:translateY(-5px)!important;border-color:#c8bbb2!important;box-shadow:0 24px 56px rgba(54,37,29,.105)!important}html[data-theme="light"] .public-body .project-card:hover .project-meta h2 a,html[data-theme="light"] .public-body .post-card:hover .post-body h3 a{color:#8c1930!important}html[data-theme="light"] .public-body .project-visual,html[data-theme="light"] .public-body .post-cover,html[data-theme="light"] .public-body .article-cover,html[data-theme="light"] .public-body .about-photo,html[data-theme="light"] .public-body .service-showcase-media{border-color:#d9d1ca!important;box-shadow:0 10px 28px rgba(45,32,25,.06)!important}html[data-theme="light"] .public-body .project-visual img,html[data-theme="light"] .public-body .post-cover img{transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease!important}html[data-theme="light"] .public-body .project-card:hover .project-visual img,html[data-theme="light"] .public-body .post-card:hover .post-cover img{transform:scale(1.025)!important;filter:saturate(.96) contrast(1.02)}html[data-theme="light"] .public-body .project-index,html[data-theme="light"] .public-body .timeline-item span,html[data-theme="light"] .public-body .expertise-row .num,html[data-theme="light"] .public-body .profile-card small,html[data-theme="light"] .public-body .post-meta{color:#8a6c35!important}html[data-theme="light"] .public-body .timeline-item:before{border-color:#991b2f!important;background:#fff!important}html[data-theme="light"] .public-body .skill-pill:nth-child(3n+1){color:#991b2f!important}html[data-theme="light"] .public-body .skill-pill,html[data-theme="light"] .public-body .tech-row span,html[data-theme="light"] .public-body .article-tags span{border-color:#d8d1ca!important;background:#fff!important;color:#4b443f!important}html[data-theme="light"] .public-body .filter-btn{border-color:#d7d0ca!important;background:#fff!important;color:#48413c!important}html[data-theme="light"] .public-body .filter-btn:hover,html[data-theme="light"] .public-body .filter-btn.active,html[data-theme="light"] .public-body .filter-btn:focus-visible{border-color:#991b2f!important;background:#991b2f!important;color:#fff!important;box-shadow:0 8px 20px rgba(153,27,47,.14)!important}html[data-theme="light"] .public-body .expertise-row:hover,html[data-theme="light"] .public-body .service-list article:hover,html[data-theme="light"] .public-body .faq-list details:hover{background:#fbf7f4!important}html[data-theme="light"] .public-body .expertise-row:hover .exp-arrow,html[data-theme="light"] .public-body .service-list article:hover>b{color:#991b2f!important}html[data-theme="light"] .public-body .service-list-link:hover{border-color:#c8b9af!important;background:#f8f3ef!important;color:#761325!important}html[data-theme="light"] .public-body .contact-social-link:hover,html[data-theme="light"] .public-body .contact-social-link:focus-visible,html[data-theme="light"] .public-body .cb-carousel-controls button:hover,html[data-theme="light"] .public-body .cb-carousel-controls button:focus-visible{border-color:#b99e69!important;background:#fbf6ed!important;color:#7c5b24!important}html[data-theme="light"] .public-body input,html[data-theme="light"] .public-body textarea,html[data-theme="light"] .public-body select{border-color:#d8d0c9!important;background:#fff!important;color:#1b1816!important}html[data-theme="light"] .public-body input:focus,html[data-theme="light"] .public-body textarea:focus,html[data-theme="light"] .public-body select:focus{border-color:#b89a5c!important;box-shadow:0 0 0 3px rgba(184,154,92,.12)!important}html[data-theme="light"] .public-body .site-footer{border-top-color:#d8d0c9!important}html[data-theme="light"] .public-body .footer-bottom{border-top-color:#ddd5ce!important}html[data-theme="light"] .public-body .footer-links a:hover{color:#991b2f!important}html[data-theme="light"] .public-body a:focus-visible,html[data-theme="light"] .public-body button:focus-visible{outline-color:#b89a5c!important}.public-body .project-card,.public-body .post-card,.public-body .service-list article,.public-body .expertise-row,.public-body .faq-list details,.public-body .timeline-item,.public-body .skill-pill{will-change:transform,opacity}.public-body .service-showcase-media img,.public-body .about-photo img,.public-body .article-cover img{will-change:transform}@media(max-width:760px){html[data-theme="light"] .public-body .home-hero h1,html[data-theme="light"] .public-body .page-hero h1,html[data-theme="light"] .public-body .article-title{letter-spacing:-.032em!important}html[data-theme="light"] .public-body .project-card:hover,html[data-theme="light"] .public-body .post-card:hover,html[data-theme="light"] .public-body .profile-card:hover{transform:none!important}}@media(prefers-reduced-motion:reduce){.public-body .project-card,.public-body .post-card,.public-body .profile-card{transition:none!important}.public-body .service-showcase-media img,.public-body .about-photo img,.public-body .article-cover img{transform:none!important}}html[data-theme="light"] .public-body .profile-dark-card{border-color:#2c2623!important;background:radial-gradient(circle at 88% 10%,rgba(184,154,92,.16),transparent 42%),linear-gradient(145deg,#171513,#26211e)!important;box-shadow:0 22px 48px rgba(34,25,20,.18)!important}html[data-theme="light"] .public-body .profile-dark-card small{color:#d0b87c!important}html[data-theme="light"] .public-body .profile-dark-card strong{color:#fff!important}html[data-theme="light"] .public-body .profile-dark-card p{color:#d8d2cd!important}html[data-theme="light"] .public-body .profile-accent-card{background:linear-gradient(145deg,#fbf2f3,#fffaf7)!important;border-color:#e5cfd3!important}html[data-theme="light"] .public-body .profile-stat-card{background:linear-gradient(145deg,#fff,#f7f1eb)!important}html[data-theme="light"] .public-body .profile-work-card{background:#fff!important;border-color:#ded6d0!important}html[data-theme="light"] .public-body .profile-work-card>a{background:linear-gradient(180deg,#fff,#f8f3ef)!important;border-top-color:#ded6d0!important}html[data-theme="light"] .public-body .profile-work-card>a:hover{background:#fbf1f3!important;color:#761325!important}html[data-theme="light"] .public-body .profile-work-arrow{background:#f8edef!important;color:#991b2f!important}html[data-theme="light"] .public-body .status-band{border-color:#ddd5ce!important;background:rgba(255,255,255,.52)!important;color:#655d57!important}html[data-theme="light"] .public-body .status-band i{background:#b89a5c!important;box-shadow:0 0 0 5px rgba(184,154,92,.09)!important}html[data-theme="light"] .public-body .trust-strip{background:linear-gradient(180deg,rgba(239,233,227,.60),rgba(255,255,255,0))!important;border-top-color:rgba(78,61,50,.08)!important}html[data-theme="light"] .public-body .trust-list span{border-color:#ddd5ce!important;background:rgba(255,255,255,.88)!important;color:#554d47!important}html[data-theme="light"] .public-body .service-showcase{border-color:#ddd5ce!important;background:#fff!important;box-shadow:0 24px 60px rgba(45,32,25,.085)!important}html[data-theme="light"] .public-body .service-list article{border-bottom-color:#e6dfd9!important}html[data-theme="light"] .public-body .service-list article:hover{background:linear-gradient(90deg,#fcf8f5,#fbf0f2)!important;box-shadow:inset 4px 0 0 #991b2f!important}html[data-theme="light"] .public-body .service-list article:hover h3{color:#7e162b!important}html[data-theme="light"] .public-body .service-list article>b{color:#8e827a!important}html[data-theme="light"] .public-body .service-list article:hover>b{color:#991b2f!important}html[data-theme="light"] .public-body .project-meta h2 a:hover,html[data-theme="light"] .public-body .post-body h3 a:hover{color:#8c1930!important}.public-body .brand-with-signature,.public-body .brand-signature{min-width:0}.public-body .brand-with-signature{display:inline-flex;align-items:center;overflow:visible}.public-body .brand-signature{position:relative;display:block;width:220px;aspect-ratio:2036/656;flex:0 0 auto}.public-body .brand-signature-art,.public-body .brand-signature-image{display:block;width:100%;height:100%}.public-body .brand-signature-art{position:absolute;inset:0}.public-body .brand-signature-image{object-fit:contain;object-position:left center;filter:drop-shadow(0 5px 12px rgba(0,0,0,.06));transition:transform .28s cubic-bezier(.2,.75,.25,1),filter .28s ease}.public-body .brand-signature-light{display:none}.public-body .brand-signature-dark{display:block}html[data-theme="light"] .public-body .brand-signature-light{display:block}html[data-theme="light"] .public-body .brand-signature-dark{display:none}.public-body .brand:hover .brand-signature-image{transform:translateY(-1px) scale(1.008);filter:drop-shadow(0 8px 15px rgba(0,0,0,.10))}.public-body .brand-with-logo,.public-body .brand-logo{max-width:220px}.public-body .brand-logo img{max-width:220px;max-height:54px}.public-body .site-header,.public-body .site-header.scrolled{height:90px!important;padding-top:10px;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:none;transition:height .24s ease,padding .24s ease!important}.public-body .site-header.scrolled{height:82px!important;padding-top:8px}.public-body .site-header:after{display:none!important}.public-body .site-header .nav-wrap{pointer-events:auto;width:min(calc(100% - 36px),1260px)!important;height:70px!important;padding:0 15px 0 20px;display:grid;grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto;align-items:center;gap:28px!important;border:1px solid rgba(255,255,255,.095);border-radius:20px;background:rgba(8,11,10,.78);backdrop-filter:blur(20px) saturate(145%);-webkit-backdrop-filter:blur(20px) saturate(145%);box-shadow:0 14px 38px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.035);transition:height .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}.public-body .site-header.scrolled .nav-wrap{height:64px!important;background:rgba(7,10,9,.92);border-color:rgba(255,255,255,.11);box-shadow:0 18px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04)}.public-body .site-nav{justify-self:center;display:flex;align-items:center;gap:27px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.public-body .site-nav>a{position:relative;min-height:44px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#c7d1cc!important;font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:13.5px;font-weight:700;letter-spacing:-.01em;transition:color .2s ease,transform .2s cubic-bezier(.2,.75,.25,1)!important}.public-body .site-nav>a:before{content:"";position:absolute;left:50%;bottom:5px;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#8cf02f,#18bfd0);transform:translateX(-50%);opacity:.88;transition:width .22s cubic-bezier(.2,.75,.25,1),opacity .2s ease}.public-body .site-nav>a:after{display:none!important}.public-body .site-nav>a:hover,.public-body .site-nav>a.active{color:#fff!important;background:transparent!important;box-shadow:none!important;transform:translateY(-1px)}.public-body .site-nav>a:hover:before,.public-body .site-nav>a.active:before{width:100%}.public-body .nav-actions{gap:9px}.public-body .nav-avatar{width:36px;height:36px;border:1px solid rgba(255,255,255,.16);box-shadow:0 5px 15px rgba(0,0,0,.14)}.public-body .nav-cta{min-height:44px;padding:0 17px;border:1px solid rgba(116,245,94,.28)!important;border-radius:999px;background:linear-gradient(135deg,#9df743 0%,#45d885 46%,#21bfd0 100%)!important;color:#07120d!important;font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:13.5px;font-weight:800;box-shadow:0 10px 25px rgba(44,204,151,.16),inset 0 1px 0 rgba(255,255,255,.34)!important;transition:transform .22s cubic-bezier(.2,.75,.25,1),filter .22s ease,box-shadow .22s ease!important}.public-body .nav-cta span{display:grid;place-items:center;width:22px;height:22px;margin-right:-5px;border-radius:50%;background:rgba(4,27,18,.10)}.public-body .nav-cta:hover,.public-body .nav-cta.active{transform:translateY(-2px)!important;filter:saturate(1.06) brightness(1.03);box-shadow:0 14px 32px rgba(44,204,151,.23),inset 0 1px 0 rgba(255,255,255,.38)!important}.public-body .theme-toggle{width:44px!important;height:44px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:50%!important;background:rgba(255,255,255,.045)!important;color:#eef5f0!important;box-shadow:none!important;transition:transform .2s ease,background .2s ease,border-color .2s ease!important}.public-body .theme-toggle:hover{transform:translateY(-1px) rotate(-3deg);border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.075)!important}html[data-theme="light"] .public-body .site-header .nav-wrap{border-color:rgba(31,52,43,.105)!important;background:rgba(255,255,255,.76)!important;backdrop-filter:blur(22px) saturate(155%)!important;-webkit-backdrop-filter:blur(22px) saturate(155%)!important;box-shadow:0 12px 34px rgba(25,43,35,.085),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] .public-body .site-header.scrolled .nav-wrap{border-color:rgba(31,52,43,.12)!important;background:rgba(252,253,251,.92)!important;box-shadow:0 16px 38px rgba(25,43,35,.11),inset 0 1px 0 rgba(255,255,255,.98)!important}html[data-theme="light"] .public-body .brand-signature-image{filter:drop-shadow(0 5px 11px rgba(22,78,64,.055))}html[data-theme="light"] .public-body .brand:hover .brand-signature-image{filter:drop-shadow(0 8px 15px rgba(22,78,64,.09))}html[data-theme="light"] .public-body .site-nav>a{color:#3e4a44!important;background:transparent!important;box-shadow:none!important}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:#0c2119!important;background:transparent!important;box-shadow:none!important}html[data-theme="light"] .public-body .site-nav>a:before{background:linear-gradient(90deg,#5bbd1d,#0f9d8d,#078eb8)}html[data-theme="light"] .public-body .nav-avatar{border-color:rgba(21,59,45,.13);box-shadow:0 4px 13px rgba(25,43,35,.08)}html[data-theme="light"] .public-body .nav-cta{border-color:rgba(12,84,67,.14)!important;background:linear-gradient(135deg,#173f31 0%,#0d6f63 58%,#087e93 100%)!important;color:#fff!important;box-shadow:0 10px 25px rgba(15,93,77,.16),inset 0 1px 0 rgba(255,255,255,.13)!important}html[data-theme="light"] .public-body .nav-cta span{background:rgba(255,255,255,.12)}html[data-theme="light"] .public-body .nav-cta:hover,html[data-theme="light"] .public-body .nav-cta.active{background:linear-gradient(135deg,#1b4c3a 0%,#0f7d6d 58%,#078ca1 100%)!important;color:#fff!important;box-shadow:0 14px 31px rgba(15,93,77,.21),inset 0 1px 0 rgba(255,255,255,.14)!important}html[data-theme="light"] .public-body .theme-toggle{border-color:rgba(25,50,40,.13)!important;background:rgba(255,255,255,.55)!important;color:#18251f!important;box-shadow:none!important}html[data-theme="light"] .public-body .theme-toggle:hover{border-color:rgba(25,50,40,.22)!important;background:rgba(255,255,255,.92)!important;color:#0b1712!important}@media(max-width:1120px) and (min-width:961px){.public-body .site-header .nav-wrap{grid-template-columns:minmax(190px,auto) minmax(0,1fr) auto;gap:18px!important;padding-left:17px}.public-body .brand-signature{width:195px}.public-body .brand-with-logo,.public-body .brand-logo{max-width:195px}.public-body .brand-logo img{max-width:195px;max-height:50px}.public-body .site-nav{gap:20px!important}.public-body .site-nav>a{font-size:13px}.public-body .nav-cta{padding-inline:14px}}@media(max-width:960px){.public-body .site-header,.public-body .site-header.scrolled{height:84px!important;padding-top:8px}.public-body .site-header .nav-wrap,.public-body .site-header.scrolled .nav-wrap{width:min(calc(100% - 28px),1260px)!important;height:66px!important;padding:0 12px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px!important;border-radius:18px}.public-body .brand{min-width:0;max-width:230px;overflow:visible}.public-body .brand-signature{width:195px;max-width:100%}.public-body .brand-with-logo,.public-body .brand-logo{max-width:190px}.public-body .brand-logo img{max-width:190px;max-height:48px}.public-body .site-nav{position:fixed;z-index:95;top:82px;right:14px;left:auto;bottom:auto;width:min(300px,calc(100vw - 28px));max-height:calc(100dvh - 96px);display:flex;flex-direction:column;align-items:stretch;gap:0!important;overflow:auto;padding:10px 18px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:18px!important;background:rgba(8,11,10,.96)!important;backdrop-filter:blur(20px) saturate(145%);-webkit-backdrop-filter:blur(20px) saturate(145%);box-shadow:0 24px 68px rgba(0,0,0,.38)!important;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(14px,-6px,0) scale(.985);transform-origin:top right;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.public-body .site-nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.public-body .site-nav>a{justify-content:flex-start;width:100%;min-height:50px;padding:0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;font-size:15px;transform:none!important}.public-body .site-nav>a:last-child{border-bottom:0!important}.public-body .site-nav>a:before{left:0;bottom:9px;transform:none}.public-body .site-nav>a:hover:before,.public-body .site-nav>a.active:before{width:32px}.public-body .mobile-contact-link{display:inline-flex!important;margin-top:0!important;background:transparent!important;color:#8ff33d!important}.public-body .mobile-contact-link span{margin-left:7px}html[data-theme="light"] .public-body .site-nav{border-color:rgba(31,52,43,.12)!important;background:rgba(253,254,252,.965)!important;box-shadow:0 24px 58px rgba(25,43,35,.16)!important}html[data-theme="light"] .public-body .site-nav>a{border-bottom-color:rgba(31,52,43,.08)!important;color:#34423b!important}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:#0d2219!important}html[data-theme="light"] .public-body .mobile-contact-link{color:#0a7366!important}.public-body .menu-toggle{width:43px;height:43px;border-radius:50%;border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.045)}html[data-theme="light"] .public-body .menu-toggle{border-color:rgba(25,50,40,.13)!important;background:rgba(255,255,255,.58)!important}html[data-theme="light"] .public-body .menu-toggle span{background:#16221c!important}}@media(max-width:680px){.public-body .site-header,.public-body .site-header.scrolled{height:78px!important;padding-top:6px}.public-body .site-header .nav-wrap,.public-body .site-header.scrolled .nav-wrap{width:calc(100% - 20px)!important;height:64px!important;padding-left:13px;padding-right:9px;gap:8px!important;border-radius:17px}.public-body .brand{flex:1 1 auto;max-width:calc(100vw - 118px);min-width:0}.public-body .brand-signature{width:172px;max-width:100%}.public-body .brand-with-logo,.public-body .brand-logo{max-width:165px}.public-body .brand-logo img{max-width:165px;max-height:45px}.public-body .nav-actions{gap:6px}.public-body .theme-toggle,.public-body .menu-toggle{width:40px!important;height:40px!important}.public-body .site-nav{top:76px;right:10px;width:min(286px,calc(100vw - 20px))}}@media(max-width:390px){.public-body .site-header .nav-wrap,.public-body .site-header.scrolled .nav-wrap{padding-left:11px;padding-right:8px}.public-body .brand{max-width:calc(100vw - 108px)}.public-body .brand-signature{width:153px}.public-body .brand-with-logo,.public-body .brand-logo{max-width:148px}.public-body .brand-logo img{max-width:148px;max-height:42px}.public-body .theme-toggle,.public-body .menu-toggle{width:38px!important;height:38px!important}}@media(max-width:345px){.public-body .brand-signature{width:138px}}@media(prefers-reduced-motion:reduce){.public-body .brand-signature-image,.public-body .site-header,.public-body .site-header .nav-wrap,.public-body .site-nav>a,.public-body .site-nav>a:before,.public-body .nav-cta,.public-body .theme-toggle{transition:none!important}}.public-body .site-header,.public-body .site-header.scrolled{height:80px!important;padding:0!important;pointer-events:auto!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.085)!important;border-radius:0!important;background:rgba(5,8,7,.88)!important;-webkit-backdrop-filter:blur(18px) saturate(135%)!important;backdrop-filter:blur(18px) saturate(135%)!important;box-shadow:0 8px 28px rgba(0,0,0,.14)!important;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease!important}.public-body .site-header.scrolled{background:rgba(5,8,7,.94)!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important}.public-body .site-header .nav-wrap,.public-body .site-header.scrolled .nav-wrap{width:min(calc(100% - 48px),1280px)!important;height:100%!important;margin-inline:auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(215px,auto) minmax(0,1fr) auto!important;align-items:center!important;gap:30px!important;border:0!important;border-radius:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.public-body .brand-signature{width:215px!important;max-width:215px!important}.public-body .brand-with-logo,.public-body .brand-logo{max-width:215px!important}.public-body .brand-logo img{max-width:215px!important;max-height:58px!important}.public-body .site-nav{gap:28px!important}.public-body .site-nav>a{min-height:46px!important}.public-body .nav-avatar{width:38px!important;height:38px!important}.public-body .nav-cta{min-height:46px!important;padding-inline:18px!important}.public-body .theme-toggle{width:44px!important;height:44px!important}html[data-theme="light"] .public-body .site-header,html[data-theme="light"] .public-body .site-header.scrolled{border-bottom-color:rgba(30,49,40,.105)!important;background:rgba(252,253,250,.88)!important;-webkit-backdrop-filter:blur(18px) saturate(130%)!important;backdrop-filter:blur(18px) saturate(130%)!important;box-shadow:0 8px 24px rgba(24,42,33,.065)!important}html[data-theme="light"] .public-body .site-header.scrolled{background:rgba(252,253,250,.95)!important;box-shadow:0 9px 26px rgba(24,42,33,.085)!important}html[data-theme="light"] .public-body .site-header .nav-wrap,html[data-theme="light"] .public-body .site-header.scrolled .nav-wrap{border:0!important;background:transparent!important;box-shadow:none!important}@media(max-width:1120px) and (min-width:961px){.public-body .site-header .nav-wrap,.public-body .site-header.scrolled .nav-wrap{width:min(calc(100% - 36px),1220px)!important;grid-template-columns:minmax(190px,auto) minmax(0,1fr) auto!important;gap:20px!important}.public-body .brand-signature{width:192px!important;max-width:192px!important}.public-body .brand-with-logo,.public-body .brand-logo{max-width:192px!important}.public-body .brand-logo img{max-width:192px!important;max-height:54px!important}.public-body .site-nav{gap:20px!important}}@media(max-width:960px){.public-body .site-header,.public-body .site-header.scrolled{height:74px!important;padding:0!important;border-radius:0!important}.public-body .site-header .nav-wrap,.public-body .site-header.scrolled .nav-wrap{width:calc(100% - 28px)!important;height:100%!important;padding:0!important;display:flex!important;justify-content:space-between!important;gap:12px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.public-body .brand{max-width:235px!important}.public-body .brand-signature{width:190px!important;max-width:100%!important}.public-body .brand-with-logo,.public-body .brand-logo{max-width:188px!important}.public-body .brand-logo img{max-width:188px!important;max-height:52px!important}.public-body .site-nav{top:74px!important}}@media(max-width:680px){.public-body .site-header,.public-body .site-header.scrolled{height:70px!important}.public-body .site-header .nav-wrap,.public-body .site-header.scrolled .nav-wrap{width:calc(100% - 20px)!important}.public-body .brand{max-width:calc(100vw - 116px)!important}.public-body .brand-signature{width:166px!important}.public-body .brand-with-logo,.public-body .brand-logo{max-width:162px!important}.public-body .brand-logo img{max-width:162px!important;max-height:48px!important}.public-body .site-nav{top:70px!important}.public-body .theme-toggle,.public-body .menu-toggle{width:40px!important;height:40px!important}}@media(max-width:390px){.public-body .brand{max-width:calc(100vw - 108px)!important}.public-body .brand-signature{width:150px!important}.public-body .brand-with-logo,.public-body .brand-logo{max-width:146px!important}.public-body .brand-logo img{max-width:146px!important;max-height:44px!important}.public-body .theme-toggle,.public-body .menu-toggle{width:38px!important;height:38px!important}}@media(max-width:345px){.public-body .brand-signature{width:136px!important}}.public-body .projects-grid .project-card[hidden],.public-body .projects-grid .project-card.is-hidden{display:none!important}html[data-theme="dark"] .public-body{--ui-accent:#b7ff55;--ui-accent-2:#72e8b0;--ui-accent-soft:rgba(183,255,85,.10);--ui-danger:#f0c96f}html[data-theme="dark"] .public-body .site-nav>a:before{background:linear-gradient(90deg,#b7ff55 0%,#5be5a5 52%,#20c7d4 100%)!important}html[data-theme="dark"] .public-body .nav-cta,html[data-theme="dark"] .public-body .btn-primary,html[data-theme="dark"] .public-body .round-link{border-color:rgba(183,255,85,.34)!important;background:linear-gradient(135deg,#b7ff55 0%,#63e99d 52%,#22c7d4 100%)!important;color:#06120b!important;box-shadow:0 12px 30px rgba(61,220,154,.18),inset 0 1px 0 rgba(255,255,255,.30)!important}html[data-theme="dark"] .public-body .nav-cta:hover,html[data-theme="dark"] .public-body .btn-primary:hover,html[data-theme="dark"] .public-body .round-link:hover{border-color:rgba(183,255,85,.46)!important;background:linear-gradient(135deg,#c7ff72 0%,#6ff1aa 50%,#2fd3dd 100%)!important;color:#06120b!important}html[data-theme="dark"] .public-body .filter-btn:hover{border-color:#51664d!important;background:#121812!important;color:#e8f2e3!important}html[data-theme="dark"] .public-body .filter-btn.active,html[data-theme="dark"] .public-body .filter-btn:focus-visible{border-color:#b7ff55!important;background:#b7ff55!important;color:#071006!important;box-shadow:0 8px 22px rgba(183,255,85,.12)!important}html[data-theme="dark"] .public-body .alert-error{border-color:rgba(240,201,111,.32)!important;background:rgba(240,201,111,.08)!important;color:#ffe3a4!important}html[data-theme="dark"] .public-body a:focus-visible,html[data-theme="dark"] .public-body button:focus-visible,html[data-theme="dark"] .public-body input:focus-visible,html[data-theme="dark"] .public-body textarea:focus-visible,html[data-theme="dark"] .public-body select:focus-visible{outline-color:rgba(183,255,85,.78)!important}html[data-theme="light"] .public-body{--ui-bg:#faf7f6;--ui-bg-2:#f4eeed;--ui-panel:#ffffff;--ui-panel-2:#fcf8f7;--ui-panel-3:#f5ecee;--ui-border:#e2d7d9;--ui-border-strong:#c8b6ba;--ui-text:#171314;--ui-body:#4b4244;--ui-muted:#6f6466;--ui-soft:#8d8083;--ui-accent:#991b2f;--ui-accent-2:#751224;--ui-accent-soft:rgba(153,27,47,.085);--ui-danger:#991b2f;--ui-shadow:0 22px 58px rgba(64,35,42,.085),0 3px 10px rgba(64,35,42,.03);background:radial-gradient(circle at 8% 5%,rgba(153,27,47,.065),transparent 28rem),radial-gradient(circle at 92% 18%,rgba(206,103,123,.055),transparent 30rem),linear-gradient(180deg,#fffdfc 0%,#faf7f6 46%,#fdfafa 100%)!important;color:var(--ui-text)!important}html[data-theme="light"] .public-body::selection{background:#991b2f!important;color:#fff!important}html[data-theme="light"] .public-body .cursor-glow{background:radial-gradient(circle,rgba(153,27,47,.075),rgba(203,93,116,.025) 46%,transparent 72%)!important;mix-blend-mode:multiply}html[data-theme="light"] .public-body .site-header,html[data-theme="light"] .public-body .site-header.scrolled{border-bottom-color:rgba(86,54,61,.12)!important;background:rgba(255,253,252,.92)!important;box-shadow:0 8px 25px rgba(63,40,45,.065)!important;-webkit-backdrop-filter:blur(18px) saturate(125%)!important;backdrop-filter:blur(18px) saturate(125%)!important}html[data-theme="light"] .public-body .site-header.scrolled{background:rgba(255,253,252,.97)!important;box-shadow:0 10px 28px rgba(63,40,45,.085)!important}html[data-theme="light"] .public-body .site-nav>a{color:#4d4446!important;background:transparent!important;box-shadow:none!important}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:#171314!important;background:transparent!important;box-shadow:none!important}html[data-theme="light"] .public-body .site-nav>a:before{background:linear-gradient(90deg,#991b2f 0%,#c74f68 52%,#e49aaa 100%)!important}html[data-theme="light"] .public-body .nav-avatar{border-color:rgba(118,74,84,.16)!important;box-shadow:0 4px 13px rgba(73,44,51,.075)!important}html[data-theme="light"] .public-body .nav-cta{border-color:#991b2f!important;background:linear-gradient(135deg,#a41d33 0%,#8d182d 55%,#741223 100%)!important;color:#fff!important;box-shadow:0 10px 26px rgba(153,27,47,.18),inset 0 1px 0 rgba(255,255,255,.16)!important}html[data-theme="light"] .public-body .nav-cta span{background:rgba(255,255,255,.12)!important}html[data-theme="light"] .public-body .nav-cta:hover,html[data-theme="light"] .public-body .nav-cta.active{border-color:#751224!important;background:linear-gradient(135deg,#8f172d 0%,#741223 100%)!important;color:#fff!important;box-shadow:0 14px 32px rgba(117,18,36,.22),inset 0 1px 0 rgba(255,255,255,.13)!important}html[data-theme="light"] .public-body .theme-toggle,html[data-theme="light"] .public-body .menu-toggle{border-color:#ddcfd2!important;background:rgba(255,255,255,.82)!important;color:#2a2224!important;box-shadow:0 4px 14px rgba(67,42,48,.045)!important}html[data-theme="light"] .public-body .theme-toggle:hover,html[data-theme="light"] .public-body .menu-toggle:hover{border-color:#c79da6!important;background:#fbf0f2!important;color:#991b2f!important}html[data-theme="light"] .public-body .menu-toggle span{background:#241d1f!important}html[data-theme="light"] .public-body .btn-primary,html[data-theme="light"] .public-body .round-link{border-color:#991b2f!important;background:#991b2f!important;color:#fff!important;box-shadow:0 11px 27px rgba(153,27,47,.17)!important}html[data-theme="light"] .public-body .btn-primary:hover,html[data-theme="light"] .public-body .btn-primary:focus-visible,html[data-theme="light"] .public-body .round-link:hover,html[data-theme="light"] .public-body .round-link:focus-visible{border-color:#751224!important;background:#751224!important;color:#fff!important;box-shadow:0 16px 34px rgba(117,18,36,.22)!important}html[data-theme="light"] .public-body .btn-ghost,html[data-theme="light"] .public-body .btn:not(.btn-primary){border-color:#ddd1d3!important;background:#fff!important;color:#2c2527!important}html[data-theme="light"] .public-body .btn-ghost:hover,html[data-theme="light"] .public-body .btn:not(.btn-primary):hover{border-color:#c9a9af!important;background:#fbf1f3!important;color:#7a1428!important}html[data-theme="light"] .public-body .text-link,html[data-theme="light"] .public-body .service-list-link{color:#332b2d!important}html[data-theme="light"] .public-body .text-link span,html[data-theme="light"] .public-body .service-list-link span,html[data-theme="light"] .public-body .project-meta h2 a:hover,html[data-theme="light"] .public-body .post-body h3 a:hover,html[data-theme="light"] .public-body .breadcrumb a:hover,html[data-theme="light"] .public-body .footer-links a:hover,html[data-theme="light"] .public-body .contact-list a:hover{color:#991b2f!important}html[data-theme="light"] .public-body .eyebrow,html[data-theme="light"] .public-body .kicker,html[data-theme="light"] .public-body .section-number,html[data-theme="light"] .public-body .builder-kicker,html[data-theme="light"] .public-body .project-index,html[data-theme="light"] .public-body .timeline-item span,html[data-theme="light"] .public-body .expertise-row .num,html[data-theme="light"] .public-body .profile-card small,html[data-theme="light"] .public-body .post-meta{color:#8c2335!important}html[data-theme="light"] .public-body .eyebrow:before{background:#991b2f!important;box-shadow:0 0 0 5px rgba(153,27,47,.09)!important}html[data-theme="light"] .public-body .home-hero h1 em,html[data-theme="light"] .public-body .page-hero h1 em,html[data-theme="light"] .public-body .centered-section-head h2 em,html[data-theme="light"] .public-body .section-head h2 em,html[data-theme="light"] .public-body .faq-heading h2 em,html[data-theme="light"] .public-body .footer-top h2 em{color:#8c2335!important}html[data-theme="light"] .public-body .filter-btn{border-color:#dfd3d5!important;background:#fff!important;color:#504648!important;box-shadow:none!important}html[data-theme="light"] .public-body .filter-btn:hover{border-color:#c99fa8!important;background:#fbf0f2!important;color:#7b1629!important;box-shadow:0 7px 18px rgba(119,41,57,.07)!important}html[data-theme="light"] .public-body .filter-btn.active,html[data-theme="light"] .public-body .filter-btn[aria-pressed="true"],html[data-theme="light"] .public-body .filter-btn:focus-visible{border-color:#991b2f!important;background:#991b2f!important;color:#fff!important;box-shadow:0 9px 22px rgba(153,27,47,.15)!important}html[data-theme="light"] .public-body .profile-card,html[data-theme="light"] .public-body .project-card,html[data-theme="light"] .public-body .post-card,html[data-theme="light"] .public-body .about-stat,html[data-theme="light"] .public-body .fact,html[data-theme="light"] .public-body .contact-aside,html[data-theme="light"] .public-body .form-card,html[data-theme="light"] .public-body .project-detail-copy,html[data-theme="light"] .public-body .project-info,html[data-theme="light"] .public-body .empty-state{border-color:#e1d6d8!important;background:#fff!important;box-shadow:0 16px 42px rgba(65,38,44,.06)!important}html[data-theme="light"] .public-body .project-card:hover,html[data-theme="light"] .public-body .post-card:hover,html[data-theme="light"] .public-body .profile-card:hover,html[data-theme="light"] .public-body .about-stat:hover,html[data-theme="light"] .public-body .fact:hover{border-color:#cdb7bc!important;box-shadow:0 25px 58px rgba(72,40,48,.105)!important}html[data-theme="light"] .public-body .profile-dark-card{border-color:#5a2834!important;background:radial-gradient(circle at 86% 12%,rgba(214,102,124,.20),transparent 42%),linear-gradient(145deg,#28161b,#4a1c28)!important;box-shadow:0 22px 48px rgba(65,27,38,.18)!important}html[data-theme="light"] .public-body .profile-dark-card small{color:#efb6c1!important}html[data-theme="light"] .public-body .profile-dark-card strong{color:#fff!important}html[data-theme="light"] .public-body .profile-dark-card p{color:#f2dde1!important}html[data-theme="light"] .public-body .profile-accent-card{background:linear-gradient(145deg,#fbf0f2,#fffaf9)!important;border-color:#e8d1d6!important}html[data-theme="light"] .public-body .profile-stat-card{background:linear-gradient(145deg,#fff,#faf4f3)!important}html[data-theme="light"] .public-body .profile-work-card{background:#fff!important;border-color:#e1d5d7!important}html[data-theme="light"] .public-body .profile-work-media,html[data-theme="light"] .public-body .profile-work-media>img,html[data-theme="light"] .public-body .project-visual.has-image,html[data-theme="light"] .public-body .post-cover{background:#f5efef!important}html[data-theme="light"] .public-body .profile-work-card>a{background:linear-gradient(180deg,#fff,#faf4f4)!important;border-top-color:#e1d5d7!important;color:#251f21!important}html[data-theme="light"] .public-body .profile-work-card>a:hover{background:#fbf0f2!important;color:#791528!important}html[data-theme="light"] .public-body .profile-work-arrow{background:#f7e8eb!important;color:#991b2f!important}html[data-theme="light"] .public-body .status-band{border-color:#e2d7d9!important;background:rgba(255,255,255,.58)!important;color:#6d6063!important}html[data-theme="light"] .public-body .status-band i{background:#991b2f!important;box-shadow:0 0 0 5px rgba(153,27,47,.08)!important}html[data-theme="light"] .public-body .trust-strip{background:linear-gradient(180deg,rgba(247,237,239,.72),rgba(255,255,255,0))!important;border-top-color:rgba(105,66,75,.08)!important}html[data-theme="light"] .public-body .trust-list span,html[data-theme="light"] .public-body .skill-pill,html[data-theme="light"] .public-body .tech-row span,html[data-theme="light"] .public-body .article-tags span{border-color:#e1d7d9!important;background:#fff!important;color:#554a4c!important}html[data-theme="light"] .public-body .skill-pill:nth-child(3n+1){color:#991b2f!important}html[data-theme="light"] .public-body .project-art,html[data-theme="light"] .public-body .post-art{background:radial-gradient(circle at 84% 18%,rgba(210,89,113,.22),transparent 34%),linear-gradient(145deg,#2c171d,#501d2a)!important}html[data-theme="light"] .public-body .post-art span,html[data-theme="light"] .public-body .project-art-label{color:#ef9eae!important}html[data-theme="light"] .public-body .service-showcase{border-color:#e0d5d7!important;background:#fff!important;box-shadow:0 23px 58px rgba(65,38,44,.075)!important}html[data-theme="light"] .public-body .service-list article{border-bottom-color:#eadfe1!important}html[data-theme="light"] .public-body .service-list article:hover,html[data-theme="light"] .public-body .expertise-row:hover,html[data-theme="light"] .public-body .faq-list details:hover,html[data-theme="light"] .public-body .faq-list details[open]{background:linear-gradient(90deg,#fff,#fbf0f2)!important;box-shadow:inset 3px 0 0 rgba(153,27,47,.55)!important}html[data-theme="light"] .public-body .service-list article:hover h3,html[data-theme="light"] .public-body .service-list article:hover>b,html[data-theme="light"] .public-body .expertise-row:hover .exp-arrow,html[data-theme="light"] .public-body .faq-list summary:hover{color:#991b2f!important}html[data-theme="light"] .public-body .service-list-link:hover{border-color:#d2b5bb!important;background:#fbf0f2!important;color:#781428!important}html[data-theme="light"] .public-body .field input,html[data-theme="light"] .public-body .field textarea,html[data-theme="light"] .public-body .field select,html[data-theme="light"] .public-body input,html[data-theme="light"] .public-body textarea,html[data-theme="light"] .public-body select{border-color:#dfd4d6!important;background:#fff!important;color:#201a1c!important;box-shadow:inset 0 1px 2px rgba(76,46,53,.025)!important}html[data-theme="light"] .public-body .field input:hover,html[data-theme="light"] .public-body .field textarea:hover,html[data-theme="light"] .public-body .field select:hover{border-color:#cbb6bb!important}html[data-theme="light"] .public-body .field input:focus,html[data-theme="light"] .public-body .field textarea:focus,html[data-theme="light"] .public-body .field select:focus,html[data-theme="light"] .public-body input:focus,html[data-theme="light"] .public-body textarea:focus,html[data-theme="light"] .public-body select:focus{border-color:#991b2f!important;background:#fff!important;box-shadow:0 0 0 4px rgba(153,27,47,.09),0 9px 24px rgba(72,40,48,.04)!important}html[data-theme="light"] .public-body .cb-split{border-color:#e1d6d8!important;background:linear-gradient(145deg,#fff,#faf5f5)!important;box-shadow:0 12px 32px rgba(67,39,46,.045)!important}html[data-theme="light"] .public-body .cb-callout{border-color:#dfc3c9!important;background:linear-gradient(145deg,#faecef,#fff8f8)!important;color:#4d2832!important;box-shadow:0 12px 32px rgba(67,39,46,.05)!important}html[data-theme="light"] .public-body .cb-quote{border-color:#e2ccd1!important;background:linear-gradient(90deg,#f8e9ec,#fffafa)!important;color:#321f24!important;box-shadow:0 12px 32px rgba(67,39,46,.045)!important}html[data-theme="light"] .public-body .contact-social-link,html[data-theme="light"] .public-body .cb-carousel-controls button{border-color:#ded2d4!important;background:#fff!important;color:#4a4042!important}html[data-theme="light"] .public-body .contact-social-link:hover,html[data-theme="light"] .public-body .contact-social-link:focus-visible,html[data-theme="light"] .public-body .cb-carousel-controls button:hover,html[data-theme="light"] .public-body .cb-carousel-controls button:focus-visible{border-color:#c99ca5!important;background:#fbf0f2!important;color:#84162b!important}html[data-theme="light"] .public-body .alert-success{border-color:#d9b4bc!important;background:#fbf0f2!important;color:#71303f!important}html[data-theme="light"] .public-body .alert-error{border-color:#c98f9a!important;background:#f9e7ea!important;color:#82172b!important}html[data-theme="light"] .public-body .site-footer{border-top-color:#e0d4d6!important;background:radial-gradient(circle at 12% 0,rgba(153,27,47,.055),transparent 24rem),linear-gradient(180deg,#f8f2f2,#f2ebec)!important}html[data-theme="light"] .public-body .footer-top>div>p,html[data-theme="light"] .public-body .footer-bottom,html[data-theme="light"] .public-body .footer-bottom p{color:#6d6063!important}html[data-theme="light"] .public-body .footer-bottom{border-top-color:#e2d6d8!important}@media(max-width:960px){html[data-theme="light"] .public-body .site-nav{border-color:#e0d3d6!important;background:rgba(255,253,252,.975)!important;box-shadow:0 24px 58px rgba(73,43,50,.14)!important}html[data-theme="light"] .public-body .site-nav>a{border-bottom-color:#eee4e6!important;color:#4c4244!important}html[data-theme="light"] .public-body .site-nav>a:hover,html[data-theme="light"] .public-body .site-nav>a.active{color:#80172a!important}html[data-theme="light"] .public-body .mobile-contact-link{border:0!important;background:transparent!important;box-shadow:none!important;color:#991b2f!important}html[data-theme="dark"] .public-body .mobile-contact-link{border:0!important;background:transparent!important;box-shadow:none!important;color:#b7ff55!important}}html[data-theme="light"] .public-body a:focus-visible,html[data-theme="light"] .public-body button:focus-visible,html[data-theme="light"] .public-body input:focus-visible,html[data-theme="light"] .public-body textarea:focus-visible,html[data-theme="light"] .public-body select:focus-visible{outline-color:rgba(153,27,47,.72)!important}html[data-theme="light"] .public-body .trust-strip small,html[data-theme="light"] .public-body .status-band,html[data-theme="light"] .public-body .post-meta,html[data-theme="light"] .public-body .article-meta,html[data-theme="light"] .public-body .breadcrumb,html[data-theme="light"] .public-body .project-info-row>span,html[data-theme="light"] .public-body .contact-list small,html[data-theme="light"] .public-body .field label,html[data-theme="light"] .public-body .form-note,html[data-theme="light"] .public-body .timeline-item h4,html[data-theme="light"] .public-body .expertise-row p small,html[data-theme="light"] .public-body .profile-work-copy small{color:#766a6d!important}html[data-theme="light"] .public-body .service-list article p,html[data-theme="light"] .public-body .profile-card p,html[data-theme="light"] .public-body .prose,html[data-theme="light"] .public-body .prose p,html[data-theme="light"] .public-body .cb-text,html[data-theme="light"] .public-body .cb-split-copy{color:#4b4244!important}html[data-theme="light"] .public-body .cb-text-lead,html[data-theme="light"] .public-body .profile-card strong,html[data-theme="light"] .public-body .profile-work-copy strong,html[data-theme="light"] .public-body .faq-list summary,html[data-theme="light"] .public-body .project-info-row strong,html[data-theme="light"] .public-body .contact-list strong,html[data-theme="light"] .public-body .fact strong{color:#251f21!important}html[data-theme="light"] .public-body .faq-list summary:after,html[data-theme="light"] .public-body .service-list article>b,html[data-theme="light"] .public-body .exp-arrow{color:#8a7c7f!important}html[data-theme="light"] .public-body .field input::placeholder,html[data-theme="light"] .public-body .field textarea::placeholder{color:#9b8f92!important}html[data-theme="light"] .public-body .not-found strong{-webkit-text-stroke-color:#cbbdc0!important}.public-body .home-project-grid .project-card.reveal{opacity:1!important;visibility:visible!important;transform:none!important}html[data-theme="light"] .public-body .profile-photo-card{border-color:#d8c8cc!important;box-shadow:0 18px 44px rgba(67,39,46,.10)!important}html[data-theme="light"] .public-body .profile-photo-copy strong{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.58)!important}html[data-theme="light"] .public-body .profile-photo-copy span{color:#f4f7f3!important;text-shadow:0 2px 10px rgba(0,0,0,.58)!important}html[data-theme="light"] .public-body .profile-dark-card{border-color:#7d2437!important;background:radial-gradient(circle at 88% 12%,rgba(255,205,216,.15),transparent 40%),linear-gradient(145deg,#54101e 0%,#7c172c 54%,#651224 100%)!important;box-shadow:0 22px 48px rgba(90,22,40,.18)!important}html[data-theme="light"] .public-body .profile-dark-card:hover{border-color:#922a41!important;box-shadow:0 28px 58px rgba(90,22,40,.24)!important}html[data-theme="light"] .public-body .profile-dark-card:before{color:#ffd6df!important}html[data-theme="light"] .public-body .profile-dark-card small{color:#f3b9c6!important}html[data-theme="light"] .public-body .profile-dark-card strong{color:#fff!important;text-shadow:none!important}html[data-theme="light"] .public-body .profile-dark-card p{color:#f4dfe4!important}html[data-theme="light"] .public-body .profile-stat-card strong,html[data-theme="light"] .public-body .profile-accent-card strong{color:#251f21!important}html[data-theme="light"] .public-body .profile-stat-card p,html[data-theme="light"] .public-body .profile-accent-card p{color:#5a4e51!important}html[data-theme="light"] .public-body .faq-list{display:grid;gap:10px;border-top:0!important}html[data-theme="light"] .public-body .faq-list details{overflow:hidden;border:1px solid #e5d9dc!important;border-radius:14px;background:#fff!important;box-shadow:none!important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}html[data-theme="light"] .public-body .faq-list details:hover,html[data-theme="light"] .public-body .faq-list details[open]{border-color:#d8b9c0!important;background:linear-gradient(90deg,#fff 0%,#fff8f9 100%)!important;box-shadow:0 12px 28px rgba(91,45,56,.07)!important}html[data-theme="light"] .public-body .faq-list summary{padding:18px 54px 18px 18px!important;color:#251f21!important}html[data-theme="light"] .public-body .faq-list summary:hover,html[data-theme="light"] .public-body .faq-list details[open] summary{color:#80172a!important}html[data-theme="light"] .public-body .faq-list summary:after{right:18px!important;top:15px!important;color:#8c7379!important}html[data-theme="light"] .public-body .faq-list details[open] summary:after{color:#991b2f!important}html[data-theme="light"] .public-body .faq-list details p{max-width:none;margin:-2px 54px 18px 18px!important;color:#5b5052!important}@media(max-width:680px){html[data-theme="light"] .public-body .faq-list{gap:8px}html[data-theme="light"] .public-body .faq-list summary{padding:17px 48px 17px 16px!important;font-size:14.5px}html[data-theme="light"] .public-body .faq-list summary:after{right:16px!important;top:14px!important}html[data-theme="light"] .public-body .faq-list details p{margin:-1px 16px 17px!important;font-size:14px}}html[data-theme="light"] .public-body .trust-strip{padding:46px 0 40px!important;border-top:1px solid #eadfe1!important;border-bottom:1px solid #f0e7e9!important;background:radial-gradient(circle at 50% 0,rgba(153,27,47,.055),transparent 34rem),linear-gradient(180deg,#fffafa 0%,#fff 100%)!important}html[data-theme="light"] .public-body .trust-strip small{color:#826d72!important;font-size:11px!important;font-weight:750!important;letter-spacing:.16em!important}html[data-theme="light"] .public-body .trust-list{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;max-width:1040px;margin:20px auto 0!important;padding:0 8px}html[data-theme="light"] .public-body .trust-list span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 16px!important;border:1px solid #e1d3d6!important;border-radius:999px!important;background:rgba(255,255,255,.94)!important;color:#473d40!important;font-size:13px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.015em!important;box-shadow:0 7px 18px rgba(73,42,49,.045)!important;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease!important}html[data-theme="light"] .public-body .trust-list span:hover{transform:translateY(-2px);border-color:#d1aab2!important;background:#fbf0f2!important;color:#8a172c!important;box-shadow:0 11px 24px rgba(105,45,58,.085)!important}@media(max-width:960px){html[data-theme="light"] .public-body .trust-strip{padding:38px 0 30px!important}html[data-theme="light"] .public-body .trust-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;max-width:620px;padding:0 14px}html[data-theme="light"] .public-body .trust-list span{width:100%;min-height:44px!important;padding:0 12px!important;border-radius:12px!important;font-size:12.5px!important}}@media(max-width:520px){html[data-theme="light"] .public-body .trust-list{grid-template-columns:1fr!important;max-width:380px}}.public-body .footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.public-body .footer-socials{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.public-body .footer-icon-link{position:relative;display:inline-grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border:1px solid #2d382d;border-radius:14px;background:#0c100c;color:#dbe4d8!important;box-shadow:0 8px 22px rgba(0,0,0,.14);transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.public-body .footer-icon-link:hover,.public-body .footer-icon-link:focus-visible{transform:translateY(-3px);border-color:rgba(167,255,79,.58);background:linear-gradient(135deg,#a8ff4f 0%,#25d1c7 100%);color:#071006!important;box-shadow:0 12px 28px rgba(79,218,137,.16)}.public-body .footer-icon-link svg{display:block;width:19px;height:19px}.public-body .footer-social-icon{fill:currentColor}.public-body .footer-top-icon{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.public-body .footer-top-link{margin-left:2px}.public-body .footer-icon-link[data-label]:after{content:attr(data-label);position:absolute;left:50%;bottom:calc(100% + 9px);z-index:4;transform:translate(-50%,5px);padding:5px 8px;border:1px solid #2a332a;border-radius:7px;background:#0b0f0b;color:#e8eee5;font-family:var(--font-display);font-size:10px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.public-body .footer-icon-link[data-label]:hover:after,.public-body .footer-icon-link[data-label]:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%,0)}html[data-theme="light"] .public-body .footer-icon-link{border-color:#dfd1d4!important;background:#fff!important;color:#55474b!important;box-shadow:0 8px 22px rgba(76,43,51,.055)!important}html[data-theme="light"] .public-body .footer-icon-link:hover,html[data-theme="light"] .public-body .footer-icon-link:focus-visible{border-color:#991b2f!important;background:linear-gradient(145deg,#a81e36,#801326)!important;color:#fff!important;box-shadow:0 12px 28px rgba(153,27,47,.16)!important}html[data-theme="light"] .public-body .footer-icon-link[data-label]:after{border-color:#d9c8cc;background:#2a2023;color:#fff}@media(max-width:680px){.public-body .footer-bottom{align-items:flex-start}.public-body .footer-actions{justify-content:flex-start;max-width:100%}.public-body .footer-icon-link{flex-basis:42px;width:42px;height:42px;border-radius:13px}.public-body .footer-icon-link svg{width:18px;height:18px}.public-body .footer-icon-link[data-label]:after{display:none}}@media(max-width:760px){.public-body .home-hero-inner{width:calc(100% - 36px)!important;max-width:100%!important;margin-inline:auto!important}.public-body .home-hero{padding-top:102px!important}.public-body .home-hero h1{max-width:100%!important;margin:16px 0 17px!important;font-size:clamp(37px,10.4vw,49px)!important;line-height:1.065!important;letter-spacing:-.043em!important}.public-body .home-hero-copy{max-width:100%!important;font-size:16px!important;line-height:1.68!important}.public-body .home-hero-actions{width:100%!important;margin-top:23px!important;gap:11px!important}.public-body .home-hero-actions .btn,.public-body .home-hero-actions .text-link{width:100%!important;min-height:52px!important;padding-inline:18px!important;border-radius:13px!important}.public-body .home-hero-inner .eyebrow{max-width:100%;font-size:11.5px;line-height:1.45}}@media(max-width:480px){.public-body .home-hero-inner{width:calc(100% - 30px)!important}.public-body .home-hero{padding-top:96px!important}.public-body .home-hero h1{margin-top:15px!important;font-size:clamp(34px,10.8vw,42px)!important;line-height:1.07!important;letter-spacing:-.04em!important}.public-body .home-hero-copy{font-size:15.5px!important;line-height:1.67!important}.public-body .home-hero-actions{margin-top:21px!important}}@media(max-width:390px){.public-body .home-hero-inner{width:calc(100% - 26px)!important}.public-body .home-hero{padding-top:92px!important}.public-body .home-hero h1{font-size:clamp(32px,10.9vw,38px)!important;line-height:1.08!important;letter-spacing:-.038em!important}.public-body .home-hero-copy{font-size:15px!important;line-height:1.65!important}.public-body .home-hero-actions .btn,.public-body .home-hero-actions .text-link{min-height:50px!important;padding-inline:15px!important}.public-body .home-hero-inner .eyebrow{font-size:10.75px;letter-spacing:.085em}}@media(max-width:345px){.public-body .home-hero-inner{width:calc(100% - 24px)!important}.public-body .home-hero h1{font-size:31px!important;letter-spacing:-.035em!important}}@media(max-width:760px){.public-body .reveal{opacity:1!important;transform:none!important;transition:none!important}.public-body .project-card,.public-body .post-card,.public-body .service-list article,.public-body .expertise-row,.public-body .faq-list details,.public-body .timeline-item,.public-body .skill-pill,.public-body .service-showcase-media img,.public-body .about-photo img,.public-body .article-cover img{will-change:auto!important}.public-body .cursor-glow{display:none!important}}@supports (content-visibility:auto){.public-body .home-services-section,.public-body .home-work-section,.public-body .home-faq-section,.public-body .home-insights-section{content-visibility:auto;contain-intrinsic-size:900px}}