@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--home-header-nav-display:flex;--home-header-actions-display:flex}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--surface);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.5;overflow-x:hidden}body{background-image:radial-gradient(circle at 20% 10%,#c89a4a0a 0%,#0000 40%),radial-gradient(circle at 80% 80%,#1f3a2e08 0%,#0000 50%)}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.hh-display{font-family:var(--serif);letter-spacing:-.02em;font-variation-settings:"opsz" 144, "SOFT" 0;font-weight:400;line-height:.98}.hh-display-italic{font-family:var(--serif);letter-spacing:-.02em;font-style:italic;font-weight:400}.hh-eyebrow{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:600}.hh-section-num{font-family:var(--mono);letter-spacing:.08em;color:var(--muted);text-transform:uppercase;font-size:.7rem;font-weight:500}.hh-tabular{font-family:var(--mono);font-feature-settings:"tnum" 1, "ss01" 1}.hh-body{font-family:var(--sans);color:var(--ink);font-size:1.02rem;line-height:1.65}.hh-lead{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);font-variation-settings:"opsz" 48;font-size:1.35rem;font-weight:300;line-height:1.4}.hh-rule{background:var(--rule);width:100%;height:1px}.hh-rule-thick{background:var(--ink);width:100%;height:2px}.hh-rule-soft{background:var(--rule-soft);width:100%;height:1px}.hh-container{max-width:1280px;margin:0 auto;padding:0 40px}.hh-container-wide{max-width:1440px;margin:0 auto;padding:0 40px}.hh-btn{font-family:var(--sans);letter-spacing:.01em;white-space:nowrap;border-radius:2px;align-items:center;gap:10px;padding:14px 24px;font-size:.92rem;font-weight:600;transition:all .25s;display:inline-flex}.hh-btn-primary{background:var(--ink);color:var(--surface)}.hh-btn-primary:hover{background:var(--contrast)}.hh-btn-outline{color:var(--ink);border:1.5px solid var(--ink);background:0 0}.hh-btn-outline:hover{background:var(--ink);color:var(--surface)}.hh-btn-ghost{color:var(--ink);border-bottom:1.5px solid var(--ink);background:0 0;border-radius:0;padding:10px 0}.hh-btn-ghost:hover{color:var(--accent);border-bottom-color:var(--accent)}.hh-marker{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;font-size:.7rem;display:inline-flex}.hh-marker:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.hh-grid-2{grid-template-columns:1fr 1fr;gap:60px;display:grid}.hh-grid-3{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.hh-grid-4{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.hh-flex{display:flex}.hh-center{text-align:center}.hh-section{padding:120px 0;position:relative}.hh-section-sm{padding:72px 0}@keyframes hh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hh-marquee-track{animation:55s linear infinite hh-marquee}@media (max-width:900px){.hh-marquee-track{animation-duration:9s}}.hh-carousel-arrow-prev{left:-22px}.hh-carousel-arrow-next{right:-22px}@media (max-width:768px){.hh-carousel-arrow-prev{left:8px}.hh-carousel-arrow-next{right:8px}}.hh-contact-modal-row{border:1px solid var(--rule);align-items:stretch;transition:border-color .2s;display:flex}.hh-contact-modal-row:hover{border-color:var(--ink)}.hh-contact-modal-option{min-width:0;color:var(--ink);flex:1;align-items:center;gap:14px;padding:16px 18px;transition:background .2s;display:flex}.hh-contact-modal-option:hover{background:var(--surface-deep)}.hh-contact-modal-copy{border-left:1px solid var(--rule);width:48px;color:var(--muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.hh-contact-modal-copy:hover{background:var(--surface-deep);color:var(--ink)}.hh-contact-modal-option-label{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:3px;font-size:.62rem;display:block}.hh-contact-modal-option-value{font-family:var(--serif);font-size:1.05rem;display:block}.hh-footer-grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1.2fr);gap:50px;display:grid}@media (max-width:768px){.hh-footer-grid{grid-template-columns:1fr;gap:40px}}.hh-topbar{background:var(--contrast)}.hh-topbar-inner{justify-content:space-between;align-items:center;padding-top:9px;padding-bottom:9px;display:flex}.hh-topbar-contact{gap:28px;display:flex}.hh-topbar-social{align-items:center;gap:16px;display:flex}.hh-topbar-item{font-family:var(--sans);color:#f4eee2e0;align-items:center;gap:7px;font-size:.82rem;transition:color .2s;display:inline-flex}.hh-topbar-item:hover{color:var(--accent-alt)}@media (max-width:968px){.hh-topbar{display:none}}.hh-hero{background:var(--surface);padding:0 0 clamp(72px,8vw,120px);position:relative}.hh-hero .hh-container{flex-direction:column;display:flex}@keyframes hh-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hh-hero-masthead{animation:.7s ease-out both hh-fade-up}.hh-hero-title{animation:.7s ease-out .1s both hh-fade-up}.hh-hero-side{animation:.7s ease-out .22s both hh-fade-up}.hh-hero-image-wrap{animation:.8s ease-out .34s both hh-fade-up}@media (prefers-reduced-motion:reduce){.hh-hero-masthead,.hh-hero-title,.hh-hero-side,.hh-hero-image-wrap{animation:none}}.hh-hero-masthead{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;gap:24px;margin-bottom:clamp(24px,4vw,44px);padding-top:10px;padding-bottom:10px;display:flex}.hh-hero-image-wrap{background:var(--contrast);order:9;min-height:clamp(280px,44vw,560px);margin-top:clamp(40px,5vw,64px);position:relative;overflow:hidden}.hh-hero-image{object-fit:cover;object-position:center 38%;filter:saturate(.92)contrast(1.03);width:100%;height:clamp(280px,44vw,560px)}.hh-hero-caption{max-width:min(420px,100% - 36px);color:var(--ink);border-left:4px solid var(--accent);font-family:var(--serif);background:#f4eee2f0;padding:18px 22px;font-size:clamp(1rem,1.7vw,1.28rem);font-style:italic;line-height:1.35;position:absolute;bottom:clamp(18px,3vw,40px);left:clamp(18px,3vw,40px)}.hh-hero-story{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:clamp(14px,6vw,82px);padding-top:clamp(21px,5vw,15px);display:grid}.hh-hero-title{max-width:960px;font-size:clamp(2.5rem,5vw,4.6rem);line-height:.95}.hh-hero-side{padding-top:10px}.hh-hero-side .hh-lead{color:var(--muted);margin-bottom:28px}.hh-hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:34px;display:flex}.hh-hero-notes{border-top:1px solid var(--rule);gap:12px;padding-top:22px;display:grid}.hh-hero-notes span{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink);font-size:.68rem}.hh-services-section .hh-services-kicker{color:var(--accent-alt)!important}.hh-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hh-service-card p{color:#f4eee2c7!important}.hh-client-portal-link{min-height:44px;color:var(--ink);border:1px solid var(--rule);font-family:var(--sans);white-space:nowrap;align-items:center;padding:0 18px;font-size:.9rem;font-weight:600;display:inline-flex}.hh-mobile-menu-btn{width:44px;height:44px;color:var(--ink);border:1px solid var(--rule);background:var(--surface);z-index:10030;flex-shrink:0;justify-content:center;align-items:center;display:none;position:relative}.hh-mobile-menu{background:var(--surface);border-top:1px solid var(--rule);z-index:10010;overscroll-behavior:contain;min-height:100dvh;padding:96px 22px 36px;position:fixed;inset:0;overflow-y:auto;box-shadow:0 24px 60px #1b2a1e24}.hh-mobile-menu-links{max-width:520px;font-family:var(--serif);gap:0;margin:0 auto;display:grid}.hh-mobile-menu-links a{min-height:62px;color:var(--ink);border-bottom:1px solid var(--rule);letter-spacing:-.02em;align-items:center;font-size:clamp(1.65rem,8vw,2.55rem);font-weight:400;display:flex}.hh-mobile-menu-links .hh-mobile-menu-portal{min-height:52px;color:var(--surface);background:var(--contrast);font-family:var(--sans);letter-spacing:.01em;border:0;justify-content:center;margin-top:20px;padding:0 20px;font-size:1rem;font-weight:600}.hh-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:1100px){:root{--home-header-nav-display:none}.hh-mobile-menu-btn{display:inline-flex}}@media (max-width:900px){:root{--home-header-nav-display:none}.hh-header-actions .hh-btn{padding:11px 16px;font-size:.82rem}.hh-mobile-menu-btn{display:inline-flex}.hh-container,.hh-container-wide{padding-left:24px;padding-right:24px}.hh-hero-masthead,.hh-hero-story{grid-template-columns:1fr}.hh-hero-masthead{flex-direction:column;align-items:flex-start}.hh-hero-side{border-top:1px solid var(--rule);padding-top:10px}.hh-hero-image-wrap{margin-top:28px}.hh-hero-story{gap:8px;padding-top:0}.hh-founder-hero-grid{padding-top:0;grid-template-columns:1fr!important;gap:34px!important}.hh-founder-hero-media{width:100%;max-width:520px;margin:0 auto}.hh-section{padding:84px 0}.hh-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hh-stat-grid>div{min-width:0;padding:36px 14px!important}.hh-industries-grid{grid-template-columns:1fr!important;gap:34px!important}.hh-industries-grid>div:first-child{position:static!important}.hh-service-card{min-width:0;padding:36px 26px!important}}@media (max-width:640px){.hh-container,.hh-container-wide{padding-left:18px;padding-right:18px}.hh-header-actions{display:none!important}.hh-section{padding:68px 0}.hh-hero-masthead{gap:12px;margin-bottom:14px;padding-bottom:10px}.hh-hero-masthead .hh-eyebrow,.hh-hero-masthead .hh-section-num{font-size:.58rem}.hh-hero-image-wrap{min-height:clamp(180px,50vw,240px)}.hh-hero-image{height:clamp(180px,50vw,240px)}.hh-hero-title{font-size:clamp(2.35rem,11.5vw,3.4rem);line-height:.96}.hh-founder-hero-grid h1{font-size:clamp(2.65rem,14vw,4.2rem)!important}.hh-founder-hero-actions .hh-btn{justify-content:center;width:100%}.hh-founder-hero-actions .hh-btn-ghost{justify-content:flex-start;width:auto}.hh-founder-hero-media{aspect-ratio:4/4.8!important}.hh-hero-actions .hh-btn{justify-content:center;width:100%}.hh-hero-actions .hh-btn-ghost{justify-content:flex-start;width:auto}.hh-services-section .hh-container>div:first-child{margin-bottom:36px!important}.hh-stat-grid>div{padding:28px 8px!important}.hh-stat-grid .hh-display{font-size:clamp(2.15rem,10vw,3rem)!important}.hh-stat-grid div[style*=text-transform]{overflow-wrap:anywhere;letter-spacing:.12em!important;font-size:.56rem!important}.hh-services-section h2{font-size:clamp(2.05rem,10vw,3rem)!important;line-height:1.02!important}.hh-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hh-service-card{min-height:220px;padding:28px 18px!important}.hh-service-card h3{font-size:clamp(1.02rem,5vw,1.28rem)!important;line-height:1.1!important}.hh-service-card p{font-size:.9rem!important;line-height:1.5!important}.hh-service-card svg{width:24px;height:24px}.hh-industry-row{grid-template-columns:48px minmax(0,1fr) auto;gap:16px!important;padding:20px 18px!important;display:grid!important}.hh-industry-row h3{font-size:1.08rem!important;line-height:1.1!important}}@media (max-width:374px){.hh-services-grid{grid-template-columns:1fr!important}}
.About-module__CMiRka__aboutPage{min-height:100vh;font-family:Inter,sans-serif}.About-module__CMiRka__hero{background:var(--color-primary);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.About-module__CMiRka__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.About-module__CMiRka__heroContent h1{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.About-module__CMiRka__heroSubtitle{opacity:.9;max-width:700px;margin:0 auto;font-size:1.4rem;font-weight:300;line-height:1.6}.About-module__CMiRka__team{background:var(--surface);padding:120px 0}.About-module__CMiRka__teamHeader{text-align:center;margin-bottom:60px}.About-module__CMiRka__teamHeader h2{color:var(--color-primary);font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.About-module__CMiRka__teamHeader h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.About-module__CMiRka__teamContent{max-width:900px;margin:0 auto}.About-module__CMiRka__teamContent h3{color:var(--color-primary);margin-bottom:.5rem;font-size:2rem;font-weight:800}.About-module__CMiRka__teamRole{color:var(--color-secondary);margin-bottom:2rem;font-size:1.2rem;font-weight:600}.About-module__CMiRka__teamContent p{color:#4a5568;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.About-module__CMiRka__story{background:var(--surface);padding:120px 0;position:relative}.About-module__CMiRka__storyGrid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.About-module__CMiRka__storyContent h2{color:var(--color-primary);margin-bottom:2rem;font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.About-module__CMiRka__storyContent h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.About-module__CMiRka__storyContent p{color:#4a5568;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.About-module__CMiRka__stats{border-top:1px solid #edf2f7;gap:80px;margin-top:3.5rem;padding-top:2rem;display:flex}.About-module__CMiRka__statItem{flex-direction:column;display:flex}.About-module__CMiRka__statNumber{color:var(--color-primary);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.About-module__CMiRka__statLabel{color:#718096;text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:600}.About-module__CMiRka__storyImage{position:relative}.About-module__CMiRka__storyImage img{z-index:1;border-radius:20px;width:100%;height:auto;position:relative;box-shadow:0 25px 50px -12px #00000040}.About-module__CMiRka__mission{background:var(--color-primary);color:var(--surface);text-align:center;padding:120px 0}.About-module__CMiRka__missionContent{max-width:900px;margin:0 auto}.About-module__CMiRka__missionContent h2{color:var(--surface);margin-bottom:2.5rem;font-size:2.5rem;font-weight:800}.About-module__CMiRka__missionText{color:#e2e8f0;font-size:1.5rem;font-weight:300;line-height:1.6}.About-module__CMiRka__values{background:var(--surface);padding:120px 0}.About-module__CMiRka__valuesHeader{text-align:center;margin-bottom:80px}.About-module__CMiRka__valuesHeader h2{color:var(--color-primary);margin-bottom:1rem;font-size:2.8rem;font-weight:800}.About-module__CMiRka__valuesHeader p{color:#718096;font-size:1.2rem}.About-module__CMiRka__valuesGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.About-module__CMiRka__valueCard{background:var(--surface);text-align:left;border:1px solid #0000;border-radius:20px;padding:50px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.About-module__CMiRka__valueCard:hover{border-color:color-mix(in srgb, var(--accent) 20%, transparent);transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.About-module__CMiRka__valueIcon{color:var(--color-secondary);background:color-mix(in srgb, var(--accent) 10%, transparent);border-radius:12px;margin-bottom:2rem;padding:12px;display:inline-flex}.About-module__CMiRka__valueCard h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.About-module__CMiRka__valueCard p{color:#718096;font-size:1.05rem;line-height:1.7}.About-module__CMiRka__cta{background:var(--surface);text-align:center;padding:120px 0;position:relative}.About-module__CMiRka__ctaContent{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);max-width:800px;color:var(--surface);border-radius:30px;margin:0 auto;padding:80px;box-shadow:0 25px 50px -12px #00000040}.About-module__CMiRka__ctaContent h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.About-module__CMiRka__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;font-weight:300}@media (max-width:968px){.About-module__CMiRka__heroContent h1{font-size:2.5rem}.About-module__CMiRka__storyGrid{grid-template-columns:1fr;gap:60px}.About-module__CMiRka__storyContent h2{text-align:center;display:block}.About-module__CMiRka__storyContent h2:after{left:50%;transform:translate(-50%)}.About-module__CMiRka__storyContent p{text-align:center}.About-module__CMiRka__stats{justify-content:center}.About-module__CMiRka__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.About-module__CMiRka__values{padding:72px 0}.About-module__CMiRka__valuesHeader{margin-bottom:40px}.About-module__CMiRka__valuesHeader h2{font-size:2.1rem;line-height:1.08}.About-module__CMiRka__valuesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.About-module__CMiRka__valueCard{text-align:left;padding:28px 18px}.About-module__CMiRka__valueCard h3{font-size:1.12rem;line-height:1.16}.About-module__CMiRka__valueCard p{font-size:.92rem;line-height:1.55}.About-module__CMiRka__valueIcon{display:inline-flex}.About-module__CMiRka__ctaContent{margin:0 20px;padding:40px}.About-module__CMiRka__ctaContent h2{font-size:2rem}}@media (max-width:374px){.About-module__CMiRka__valuesGrid{grid-template-columns:1fr}}@media (max-width:600px){.About-module__CMiRka__storyContent,.About-module__CMiRka__storyImage{transform:none!important}}
.Industries-module__CM9ijW__industriesPage{min-height:100vh;font-family:Inter,sans-serif}.Industries-module__CM9ijW__hero{background:var(--color-primary);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.Industries-module__CM9ijW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.Industries-module__CM9ijW__heroContent h1{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Industries-module__CM9ijW__heroSubtitle{opacity:.9;max-width:700px;margin:0 auto;font-size:1.4rem;font-weight:300;line-height:1.6}.Industries-module__CM9ijW__industriesList{background:var(--surface);padding:120px 0}.Industries-module__CM9ijW__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Industries-module__CM9ijW__card{background:var(--surface);border:1px solid #edf2f7;border-radius:20px;padding:40px;transition:all .3s;position:relative;overflow:hidden}.Industries-module__CM9ijW__card:hover{border-color:color-mix(in srgb, var(--accent) 30%, transparent);transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.Industries-module__CM9ijW__iconWrapper{background:color-mix(in srgb, var(--ink) 5%, transparent);width:64px;height:64px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.Industries-module__CM9ijW__card:hover .Industries-module__CM9ijW__iconWrapper{background:var(--color-primary);color:var(--surface)}.Industries-module__CM9ijW__card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Industries-module__CM9ijW__card p{color:#666;font-size:1rem;line-height:1.7}.Industries-module__CM9ijW__cta{background:var(--surface);text-align:center;padding:120px 0}.Industries-module__CM9ijW__ctaContent{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);max-width:800px;color:var(--surface);border-radius:30px;margin:0 auto;padding:80px;box-shadow:0 25px 50px -12px #00000040}.Industries-module__CM9ijW__ctaContent h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.Industries-module__CM9ijW__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;font-weight:300}@media (max-width:1024px){.Industries-module__CM9ijW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Industries-module__CM9ijW__heroContent h1{font-size:2.5rem}.Industries-module__CM9ijW__industriesList{padding:72px 0}.Industries-module__CM9ijW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.Industries-module__CM9ijW__card{border-radius:16px;padding:28px 22px}.Industries-module__CM9ijW__card h3{font-size:1.14rem;line-height:1.16}.Industries-module__CM9ijW__card p{font-size:.94rem;line-height:1.55}.Industries-module__CM9ijW__ctaContent{margin:0 20px;padding:40px}.Industries-module__CM9ijW__ctaContent h2{font-size:2rem}}@media (max-width:374px){.Industries-module__CM9ijW__grid{grid-template-columns:1fr}}
.ServiceDetail-module__Xaz-Qa__serviceDetailPage{background-color:var(--surface);min-height:100vh;padding-bottom:100px;font-family:Inter,sans-serif}.ServiceDetail-module__Xaz-Qa__hero{background:var(--color-primary);color:var(--surface);padding:64px 0 100px;position:relative;overflow:hidden}.ServiceDetail-module__Xaz-Qa__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:100%;height:200%;position:absolute;top:-50%;right:-20%;transform:rotate(-15deg)}.ServiceDetail-module__Xaz-Qa__heroContent{z-index:1;max-width:800px;position:relative}.ServiceDetail-module__Xaz-Qa__backLink{color:#ffffffb3;align-items:center;margin-bottom:30px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.ServiceDetail-module__Xaz-Qa__backLink:hover{color:var(--surface)}.ServiceDetail-module__Xaz-Qa__hero h1{color:var(--surface);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.ServiceDetail-module__Xaz-Qa__heroSubtitle{opacity:.9;max-width:700px;font-size:1.4rem;font-weight:300;line-height:1.6}.ServiceDetail-module__Xaz-Qa__contentContainer{grid-template-columns:2fr 1fr;gap:60px;margin-top:120px;display:grid}.ServiceDetail-module__Xaz-Qa__mainContent{color:#4a5568;font-size:1.1rem;line-height:1.8}.ServiceDetail-module__Xaz-Qa__mainContent h3{color:var(--color-primary);margin:50px 0 25px;font-size:1.8rem;font-weight:700}.ServiceDetail-module__Xaz-Qa__mainContent h4{color:var(--color-primary);margin:30px 0 15px;font-size:1.4rem;font-weight:600}.ServiceDetail-module__Xaz-Qa__mainContent p{margin-bottom:25px}.ServiceDetail-module__Xaz-Qa__mainContent ul{margin-bottom:30px;padding-left:20px}.ServiceDetail-module__Xaz-Qa__mainContent li{margin-bottom:12px;position:relative}.ServiceDetail-module__Xaz-Qa__mainContent .highlight-box{background:var(--surface);border-left:4px solid var(--color-secondary);border-radius:0 12px 12px 0;margin:40px 0;padding:30px}.ServiceDetail-module__Xaz-Qa__mainContent .lead{color:#2d3748;margin-top:20px;margin-bottom:40px;font-size:1.25rem;font-weight:400}.ServiceDetail-module__Xaz-Qa__sidebar{height:fit-content;position:sticky;top:120px}.ServiceDetail-module__Xaz-Qa__sidebarCard{background:var(--surface);border:1px solid #edf2f7;border-radius:20px;margin-top:20px;margin-bottom:30px;padding:30px;box-shadow:0 10px 30px #0000000d}.ServiceDetail-module__Xaz-Qa__sidebarTitle{color:var(--color-primary);border-bottom:1px solid #edf2f7;margin-bottom:20px;padding-bottom:15px;font-size:1.2rem;font-weight:700}.ServiceDetail-module__Xaz-Qa__benefitList{margin:0;padding:0;list-style:none}.ServiceDetail-module__Xaz-Qa__benefitItem{color:#4a5568;align-items:center;gap:12px;margin-bottom:15px;font-weight:500;display:flex}.ServiceDetail-module__Xaz-Qa__ctaCard{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);color:var(--surface);text-align:center}.ServiceDetail-module__Xaz-Qa__ctaCard h3{color:var(--surface);margin-bottom:15px}.ServiceDetail-module__Xaz-Qa__ctaCard p{opacity:.9;margin-bottom:25px;font-size:.95rem}@media (max-width:968px){.ServiceDetail-module__Xaz-Qa__contentContainer{grid-template-columns:1fr;gap:40px}.ServiceDetail-module__Xaz-Qa__sidebar{position:static}.ServiceDetail-module__Xaz-Qa__hero h1{font-size:2.8rem}}
.Services-module__ruIK-G__servicesPage{min-height:100vh;font-family:Inter,sans-serif}.Services-module__ruIK-G__hero{background:var(--color-primary);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.Services-module__ruIK-G__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.Services-module__ruIK-G__heroContent h1{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Services-module__ruIK-G__heroSubtitle{opacity:.9;max-width:700px;margin:0 auto;font-size:1.4rem;font-weight:300;line-height:1.6}.Services-module__ruIK-G__servicesList{background:var(--surface);padding:120px 0}.Services-module__ruIK-G__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Services-module__ruIK-G__card{background:var(--surface);border:1px solid #edf2f7;border-radius:20px;padding:40px;transition:all .3s;position:relative;overflow:hidden}.Services-module__ruIK-G__card:hover{border-color:color-mix(in srgb, var(--accent) 30%, transparent);transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.Services-module__ruIK-G__iconWrapper{background:color-mix(in srgb, var(--ink) 5%, transparent);width:64px;height:64px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.Services-module__ruIK-G__card:hover .Services-module__ruIK-G__iconWrapper{background:var(--color-primary);color:var(--surface)}.Services-module__ruIK-G__card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__ruIK-G__card p{color:#666;font-size:1rem;line-height:1.6}.Services-module__ruIK-G__process{background:var(--surface);padding:120px 0}.Services-module__ruIK-G__processHeader{text-align:center;margin-bottom:80px}.Services-module__ruIK-G__processHeader h2{color:var(--color-primary);margin-bottom:1rem;font-size:2.8rem;font-weight:800}.Services-module__ruIK-G__processHeader p{color:#718096;font-size:1.2rem}.Services-module__ruIK-G__processGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.Services-module__ruIK-G__stepCard{text-align:center;position:relative}.Services-module__ruIK-G__stepNumber{color:color-mix(in srgb, var(--ink) 5%, transparent);z-index:0;margin-bottom:-20px;font-size:4rem;font-weight:900;line-height:1;position:relative}.Services-module__ruIK-G__stepCard h3{color:var(--color-primary);z-index:1;margin-bottom:.8rem;font-size:1.4rem;font-weight:700;position:relative}.Services-module__ruIK-G__stepCard p{color:#666;z-index:1;font-size:1rem;line-height:1.6;position:relative}.Services-module__ruIK-G__cta{background:var(--surface);text-align:center;padding:120px 0}.Services-module__ruIK-G__ctaContent{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);max-width:800px;color:var(--surface);border-radius:30px;margin:0 auto;padding:80px;box-shadow:0 25px 50px -12px #00000040}.Services-module__ruIK-G__ctaContent h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.Services-module__ruIK-G__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;font-weight:300}@media (max-width:1024px){.Services-module__ruIK-G__grid{grid-template-columns:repeat(2,1fr)}.Services-module__ruIK-G__processGrid{grid-template-columns:repeat(2,1fr);gap:60px}}@media (max-width:768px){.Services-module__ruIK-G__heroContent h1{font-size:2.5rem}.Services-module__ruIK-G__servicesList,.Services-module__ruIK-G__process{padding:72px 0}.Services-module__ruIK-G__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.Services-module__ruIK-G__card{border-radius:16px;padding:28px 22px}.Services-module__ruIK-G__card h3{font-size:1.14rem;line-height:1.16}.Services-module__ruIK-G__card p{font-size:.94rem;line-height:1.55}.Services-module__ruIK-G__processGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.Services-module__ruIK-G__stepNumber{font-size:3rem}.Services-module__ruIK-G__stepCard h3{font-size:1.08rem;line-height:1.18}.Services-module__ruIK-G__stepCard p{font-size:.92rem;line-height:1.5}.Services-module__ruIK-G__ctaContent{margin:0 20px;padding:40px}.Services-module__ruIK-G__ctaContent h2{font-size:2rem}}.Services-module__ruIK-G__learnMoreLink{color:var(--color-primary);align-items:center;gap:8px;margin-top:20px;font-size:.9rem;font-weight:600;transition:gap .3s;display:flex}.Services-module__ruIK-G__card:hover .Services-module__ruIK-G__learnMoreLink{color:var(--color-secondary);gap:12px}@media (max-width:374px){.Services-module__ruIK-G__grid,.Services-module__ruIK-G__processGrid{grid-template-columns:1fr}}.Services-module__ruIK-G__servicesGroups{background:var(--surface);padding:60px 0 96px}.Services-module__ruIK-G__group{max-width:880px;margin:0 auto;padding-bottom:80px}.Services-module__ruIK-G__group+.Services-module__ruIK-G__group{border-top:1px solid var(--rule);padding-top:80px}.Services-module__ruIK-G__group:last-child{padding-bottom:0}.Services-module__ruIK-G__groupHeader{margin-bottom:40px}.Services-module__ruIK-G__groupTitle{font-family:var(--serif);color:var(--ink);margin:0 0 12px;font-size:clamp(2rem,3.6vw,2.8rem);line-height:1.1}.Services-module__ruIK-G__groupSubtitle{font-family:var(--serif);color:var(--accent);margin:0 0 18px;font-size:clamp(1.1rem,1.8vw,1.35rem);font-style:italic;font-weight:300;line-height:1.4}.Services-module__ruIK-G__groupIntro{font-family:var(--sans);color:var(--ink);max-width:720px;margin:0;font-size:1.02rem;line-height:1.7}.Services-module__ruIK-G__groupItems{flex-direction:column;gap:36px;display:flex}.Services-module__ruIK-G__groupItem{border-left:2px solid var(--accent);padding:4px 0 4px 20px}.Services-module__ruIK-G__itemName{font-family:var(--sans);color:var(--ink);margin:0 0 10px;font-size:1.18rem;font-weight:600;line-height:1.2}.Services-module__ruIK-G__itemBody{font-family:var(--sans);color:var(--ink);margin:0;font-size:.98rem;line-height:1.7}
.Team-module__LPf47a__hero{background:var(--contrast);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.Team-module__LPf47a__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.Team-module__LPf47a__heroContainer{z-index:1;position:relative}.Team-module__LPf47a__heroContent h1{font-family:var(--serif);color:var(--surface);margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4.6rem);line-height:1}.Team-module__LPf47a__heroSubtitle{max-width:720px;font-family:var(--serif);color:#f4eee2c7;margin:0 auto;font-size:clamp(1.05rem,1.6vw,1.25rem);font-style:italic;font-weight:300;line-height:1.55}.Team-module__LPf47a__members{background:var(--surface);padding:96px 0}.Team-module__LPf47a__membersHeader{text-align:center;max-width:720px;margin:0 auto 56px}.Team-module__LPf47a__membersHeader h2{font-family:var(--serif);color:var(--ink);margin:0 0 1rem;font-size:clamp(2rem,3.6vw,2.8rem);line-height:1.1}.Team-module__LPf47a__membersLead{font-family:var(--serif);color:var(--muted);font-size:1.2rem;font-style:italic;font-weight:300;line-height:1.5}.Team-module__LPf47a__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.Team-module__LPf47a__grid[data-count="1"]{grid-template-columns:minmax(0,420px);justify-content:center}.Team-module__LPf47a__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin:0 auto}@media (max-width:900px){.Team-module__LPf47a__grid,.Team-module__LPf47a__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.Team-module__LPf47a__grid,.Team-module__LPf47a__grid[data-count="2"]{grid-template-columns:1fr;gap:36px;max-width:420px;margin:0 auto}}.Team-module__LPf47a__card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .22s;display:flex}.Team-module__LPf47a__card:hover .Team-module__LPf47a__portrait img,.Team-module__LPf47a__card:focus-visible .Team-module__LPf47a__portrait img{transform:scale(1.03)}.Team-module__LPf47a__portrait{aspect-ratio:4/5;background:var(--surface-deep);border-radius:4px;overflow:hidden}.Team-module__LPf47a__portrait img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.Team-module__LPf47a__portraitPlaceholder{width:100%;height:100%;font-family:var(--serif);color:var(--muted);background:var(--surface-deep);justify-content:center;align-items:center;font-size:clamp(3rem,6vw,5rem);display:flex}.Team-module__LPf47a__cardLabel{text-align:center;padding:20px 4px 0}.Team-module__LPf47a__cardName{font-family:var(--sans);color:var(--ink);margin:0 0 .35rem;font-size:1.25rem;font-weight:600;line-height:1.2}.Team-module__LPf47a__cardRole{font-family:var(--sans);color:var(--muted);margin:0;font-size:.9rem;line-height:1.4}.Team-module__LPf47a__cta{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);color:var(--surface);text-align:center;padding:96px 0}.Team-module__LPf47a__ctaContent{max-width:640px;margin:0 auto}.Team-module__LPf47a__ctaContent h2{font-family:var(--serif);color:var(--surface);margin:0 0 1rem;font-size:clamp(2rem,3.6vw,2.6rem);line-height:1.1}.Team-module__LPf47a__ctaContent p{font-family:var(--serif);color:#f4eee2d1;margin:0 auto 2rem;font-size:1.1rem;font-style:italic;font-weight:300;line-height:1.6}
.TeamMember-module___HZoTa__page{background:var(--surface)}.TeamMember-module___HZoTa__member{background:var(--surface);padding:96px 0 120px}.TeamMember-module___HZoTa__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start;gap:64px;display:grid}@media (max-width:900px){.TeamMember-module___HZoTa__layout{grid-template-columns:1fr;gap:40px}}.TeamMember-module___HZoTa__portraitWrap{background:var(--surface-deep);aspect-ratio:4/5;border-radius:6px;width:100%;max-width:480px;overflow:hidden}.TeamMember-module___HZoTa__portrait{object-fit:cover;width:100%;height:100%;display:block}.TeamMember-module___HZoTa__portraitPlaceholder{width:100%;height:100%;font-family:var(--serif);color:var(--muted);background:var(--surface-deep);justify-content:center;align-items:center;font-size:clamp(4rem,8vw,7rem);display:flex}.TeamMember-module___HZoTa__content{flex-direction:column;gap:1rem;padding-top:8px;display:flex}.TeamMember-module___HZoTa__back{color:var(--muted);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:6px;width:fit-content;margin-bottom:12px;font-size:.72rem;text-decoration:none;transition:color .2s;display:inline-flex}.TeamMember-module___HZoTa__back:hover{color:var(--accent)}.TeamMember-module___HZoTa__name{font-family:var(--serif);color:var(--ink);margin:0;font-size:clamp(2.4rem,4.4vw,3.8rem);line-height:1.05}.TeamMember-module___HZoTa__role{font-family:var(--sans);color:var(--muted);border-bottom:1px solid var(--accent);width:fit-content;margin:0;padding-bottom:14px;font-size:1rem}.TeamMember-module___HZoTa__socials{gap:12px;margin:8px 0 12px;display:flex}.TeamMember-module___HZoTa__socials a{border:1px solid var(--rule);width:36px;height:36px;color:var(--ink);border-radius:999px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.TeamMember-module___HZoTa__socials a:hover{color:var(--surface);background:var(--accent);border-color:var(--accent)}.TeamMember-module___HZoTa__credentials{flex-wrap:wrap;gap:6px;margin:4px 0 8px;padding:0;list-style:none;display:flex}.TeamMember-module___HZoTa__credentials li{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);border:1px solid var(--ink);background:0 0;border-radius:0;padding:6px 12px;font-size:.7rem}.TeamMember-module___HZoTa__bio{font-family:var(--sans);color:var(--ink);margin:0;font-size:1rem;line-height:1.7}.TeamMember-module___HZoTa__ctaRow{margin-top:16px}
