/* AISRUI 2026 — unified website system */
:root{--as-ink:#102a28;--as-muted:#647c76;--as-green:#08705e;--as-mint:#67e8b6;--as-paper:#f5f8f7;--as-line:#dce7e3;--as-dark:#061c19;--as-shell:1200px}
*,*::before,*::after{box-sizing:border-box}
html body{margin:0!important;padding-top:0!important;color:var(--as-ink);font-family:"Noto Sans SC","Source Han Sans SC","思源黑体","PingFang SC","Microsoft YaHei",sans-serif;font-weight:400;letter-spacing:.01em;background:#fff}
h1,h2,h3,h4,h5,h6,strong,b{font-family:"Noto Sans SC","Source Han Sans SC","思源黑体","PingFang SC","Microsoft YaHei",sans-serif}
.as-shell{width:min(var(--as-shell),calc(100% - 48px));margin-inline:auto}

/* header */
.as-header{position:relative;z-index:9990;background:#fff}
.as-topbar{height:34px;color:#9fb5af;background:var(--as-dark)}
.as-topbar-inner{display:flex;height:34px;align-items:center;justify-content:space-between}
.as-topbar p{margin:0;font-size:11px;letter-spacing:.08em}.as-topbar a{color:#d5e6e1;font-size:11px}.as-topbar div div{display:flex;gap:12px;align-items:center}
.as-nav-wrap{position:relative;height:82px;background:rgba(255,255,255,.96);border-bottom:1px solid #e8efec;transition:box-shadow .2s}
.as-header.is-scrolled .as-nav-wrap{position:fixed;top:0;left:0;right:0;box-shadow:0 12px 35px rgba(6,28,25,.1)}
.as-navbar{display:flex;height:82px;align-items:center;gap:28px}
.as-brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto}.as-brand img{width:42px!important;height:52px!important;object-fit:contain}.as-brand span{display:flex;flex-direction:column}.as-brand strong{color:#0d3d35;font-size:20px;letter-spacing:.16em}.as-brand em{margin-top:2px;color:#79918b;font:normal 8px/1 Arial,sans-serif;letter-spacing:.2em}
.as-nav{display:flex;height:100%;align-items:center;justify-content:center;gap:26px;flex:1}.as-nav>a,.as-nav-group>button{position:relative;display:flex;height:100%;padding:0;align-items:center;color:#28433e;font-size:13px;font-weight:600;white-space:nowrap;background:none;border:0}.as-nav>a::after,.as-nav-group>button::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--as-green);transform:scaleX(0);transition:transform .2s}.as-nav>a:hover::after,.as-nav-group:hover>button::after{transform:scaleX(1)}
.as-nav-group{height:100%}.as-nav-group>button i{width:6px;height:6px;margin-left:7px;border-right:1px solid;border-bottom:1px solid;transform:rotate(45deg) translateY(-2px)}
.as-mega{position:absolute;top:82px;left:50%;display:grid;width:min(950px,calc(100vw - 48px));grid-template-columns:280px 1fr;padding:26px;color:#fff;background:#092b26;box-shadow:0 28px 55px rgba(6,28,25,.22);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:.2s}.as-nav-group:hover .as-mega,.as-nav-group>button[aria-expanded="true"]+.as-mega{opacity:1;visibility:visible;transform:translate(-50%,0)}
.as-mega-intro{padding:18px 28px 18px 12px;border-right:1px solid rgba(255,255,255,.12)}.as-mega-intro>span{color:var(--as-mint);font:700 10px Arial;letter-spacing:.2em}.as-mega-intro strong{display:block;margin:17px 0 9px;font-size:20px}.as-mega-intro p{margin:0;color:#8eaaa3;font-size:12px;line-height:1.8}
.as-mega-links{display:grid;grid-template-columns:1fr 1fr}.as-mega-links a{display:flex;padding:16px 24px;flex-direction:column;border-bottom:1px solid rgba(255,255,255,.08);transition:background .2s}.as-mega-links a:nth-last-child(-n+2){border-bottom:0}.as-mega-links a:hover{background:rgba(103,232,182,.08)}.as-mega-links b{color:#fff;font-size:14px}.as-mega-links span{margin-top:5px;color:#819e97;font-size:11px}
.as-nav-cta{display:inline-flex;min-height:42px;padding:0 15px;align-items:center;gap:10px;flex:0 0 auto;color:#fff!important;font-size:12px;font-weight:700;background:var(--as-green);border-radius:7px}.as-nav-cta span{font-size:16px}
.as-menu-toggle{display:none;width:44px;height:44px;padding:10px;flex-direction:column;justify-content:center;gap:5px;background:#edf8f4;border:0;border-radius:8px}.as-menu-toggle span{display:block;width:100%;height:2px;background:#0c5548}

/* interior page identity */
.as-page-intro{padding:62px 0 64px;color:#fff;background:radial-gradient(circle at 82% 15%,rgba(103,232,182,.16),transparent 24%),linear-gradient(135deg,#061c19,#0a3d34)}.as-page-intro nav{display:flex;margin-bottom:42px;gap:10px;color:#7e9b93;font-size:10px}.as-page-intro nav a{color:#b5cbc5}.as-page-kicker{display:block;margin-bottom:13px;color:var(--as-mint);font:800 10px Arial;letter-spacing:.22em}.as-page-intro h1{max-width:900px;margin:0;color:#fff;font-size:clamp(38px,5vw,62px);line-height:1.25;letter-spacing:-.035em}.as-page-intro p{max-width:760px;margin:18px 0 0;color:#9bb3ad;font-size:14px;line-height:1.9}

/* global legacy content transformed into the new system */
#main-content>.container{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:68px 0 92px}
#main-content>.container>.row{margin:0}
#main-content>.container .col-lg-9,#main-content>.container .col-sm-9,#main-content>.container .col-md-9{float:none;width:100%!important;padding:0!important}
#main-content>.container>.row>.text-center:first-child,#main-content>.container .col-lg-9>.text-center:first-child{position:relative;margin:-68px calc((1120px - 100vw)/2) 52px;overflow:hidden;background:#0a302a}
#main-content>.container>.row>.text-center:first-child img,#main-content>.container .col-lg-9>.text-center:first-child img{width:100%!important;height:420px!important;margin:0!important;max-width:none!important;object-fit:cover;opacity:.65;border-radius:0!important}
.page-banner-wrap{position:relative;width:100vw!important;height:420px!important;margin:-68px calc((1120px - 100vw)/2) 52px!important;border-radius:0!important;background:#092b26}.page-banner{width:100%!important;height:420px!important;margin:0!important;max-height:none!important;object-fit:cover;opacity:.68;border-radius:0!important}
.intro-quote{position:relative;margin:0 0 34px!important;padding:30px 34px!important;color:#35534c!important;font-size:15px!important;line-height:2!important;background:#edf6f3!important;border:0!important;border-left:4px solid var(--as-green)!important;border-radius:0 10px 10px 0!important;box-shadow:none!important}
.env-item-tag{display:flex!important;margin:0 0 50px!important;padding:0!important;gap:8px;flex-wrap:wrap}.env-item-tag span{margin:0!important;padding:7px 13px!important;color:#286358!important;font-size:11px!important;font-weight:600!important;background:#fff!important;border:1px solid #cfe2dc!important;border-radius:999px!important}
.service-section{margin:0 0 54px!important;padding:0!important;background:transparent!important;border-radius:0!important}
.service-cat-title{display:flex;min-height:45px;margin:0!important;padding:0 0 15px!important;align-items:center;color:#153c36!important;font-size:24px!important;font-weight:800!important;border:0!important;border-bottom:1px solid var(--as-line)!important}.cat-num{min-width:42px;margin:0 14px 0 0!important;padding:5px 7px!important;color:#fff!important;font-size:10px!important;text-align:center;background:var(--as-green)!important;border-radius:4px!important}
.service-cat-desc{margin:17px 0 23px!important;padding:0!important;color:#697f79!important;font-size:13px!important;line-height:1.9!important;border:0!important}
.table,.table-service{width:100%!important;margin:0 0 28px!important;color:#4e6660;font-size:12.5px;background:#fff;border-collapse:collapse!important;border:1px solid var(--as-line)!important;border-radius:8px;overflow:hidden}
.table th,.table-service th{padding:14px 13px!important;color:#31534b!important;font-size:11px!important;font-weight:800!important;background:#eaf3f0!important;border:0!important;border-bottom:1px solid #cfdfda!important}.table td,.table-service td{padding:13px!important;line-height:1.65!important;vertical-align:middle!important;border:0!important;border-bottom:1px solid #e8efec!important;border-right:1px solid #eef3f1!important}.table tbody tr:hover td{background:#f8fbfa}.table img[src*="zixun"]{width:auto!important;height:28px!important;filter:saturate(.7)}
.app-card,.pkg-card{padding:22px!important;border:1px solid var(--as-line)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}
.page-banner-wrap+.intro-quote,.text-center+.intro-quote{margin-top:0!important}

/* shared proof and process blocks */
.as-process,.as-proof{padding:96px 0}.as-process{background:#f2f6f4}.as-proof{color:#fff;background:#092b26}.as-section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end;margin-bottom:50px}.as-section-head span{color:var(--as-green);font:800 10px Arial;letter-spacing:.2em}.as-section-head h2{margin:15px 0 0;color:var(--as-ink);font-size:40px;line-height:1.3;letter-spacing:-.03em}.as-section-head>p{margin:0;color:var(--as-muted);font-size:13px;line-height:1.9}.as-process-grid{display:grid;margin:0;padding:0;grid-template-columns:repeat(3,1fr);list-style:none;border-top:1px solid var(--as-line);border-left:1px solid var(--as-line)}.as-process-grid li{min-height:210px;padding:25px;border-right:1px solid var(--as-line);border-bottom:1px solid var(--as-line);background:#fff}.as-process-grid li>span,.as-proof-grid article>span{color:#4b7d72;font:700 10px Arial;letter-spacing:.15em}.as-process-grid strong{display:block;margin:45px 0 12px;color:#153c36;font-size:18px}.as-process-grid p,.as-proof-grid p{margin:0;color:#738780;font-size:12px;line-height:1.8}.as-section-head-light span{color:var(--as-mint)}.as-section-head-light h2{color:#fff}.as-section-head-light>p{color:#8da69f}.as-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}.as-proof-grid article{min-height:250px;padding:26px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.as-proof-grid h3{margin:70px 0 14px;color:#fff;font-size:18px}

/* footer */
.as-footer{padding:0;color:#9ab1aa;background:var(--as-dark)}.as-footer-lead{display:flex;padding:72px 0;align-items:flex-end;justify-content:space-between;gap:50px;border-bottom:1px solid rgba(255,255,255,.12)}.as-footer-lead>div>span{color:var(--as-mint);font:700 10px Arial;letter-spacing:.22em}.as-footer-lead h2{max-width:680px;margin:14px 0 0;color:#fff;font-size:42px;line-height:1.28;letter-spacing:-.03em}.as-footer-lead>a{display:flex;min-height:54px;padding:0 20px;align-items:center;gap:28px;color:#06231f!important;font-size:13px;font-weight:800;background:var(--as-mint);border-radius:7px}.as-footer-lead b{font-size:20px}
.as-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:55px;padding:62px 0}.as-brand-light strong{color:#fff}.as-brand-light em{color:#83a39b}.as-footer-brand>p{max-width:350px;margin:22px 0 0;color:#78938c;font-size:12px;line-height:1.9}.as-footer-col{display:flex;flex-direction:column;gap:11px}.as-footer-col>strong{margin-bottom:9px;color:#e8f3f0;font-size:12px}.as-footer-col>a{color:#78938c;font-size:12px}.as-footer-col>a:hover{color:var(--as-mint)}.as-footer-contact>p{margin:5px 0 0;color:#607d75;font-size:11px;line-height:1.8}.as-footer-bottom{display:flex;padding:20px 0 26px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1)}.as-footer-bottom p,.as-footer-bottom a{margin:0;color:#536f68;font-size:10px}
.as-contact-dock{position:fixed;right:18px;bottom:18px;z-index:9980;display:flex;gap:2px;padding:4px;background:#fff;border:1px solid var(--as-line);border-radius:10px;box-shadow:0 12px 35px rgba(6,28,25,.15)}.as-contact-dock a{display:flex;min-width:125px;padding:9px 12px;flex-direction:column;border-radius:7px}.as-contact-dock a:last-child{color:#fff;background:var(--as-green)}.as-contact-dock span{color:#81958f;font-size:9px}.as-contact-dock a:last-child span{color:#a7d9cc}.as-contact-dock strong{margin-top:2px;color:inherit;font-size:11px}

/* about, support and editorial */
.as-about-hero{padding:80px 0 92px;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(103,232,182,.14),transparent 24%),#061c19}.as-about-hero nav{display:flex;margin-bottom:70px;gap:10px;color:#6f8c84;font-size:10px}.as-about-hero nav a{color:#a2bab3}.as-about-hero h1{max-width:920px;margin:0;color:#fff;font-size:clamp(46px,7vw,82px);line-height:1.15;letter-spacing:-.05em}.as-about-hero p{max-width:720px;margin:28px 0 0;color:#95ada6;font-size:15px;line-height:2}.as-about-story{padding:100px 0}.as-about-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.as-about-story span,.as-about-lab-copy>span{color:var(--as-green);font:800 10px Arial;letter-spacing:.2em}.as-about-story h2,.as-about-lab-copy h2{margin:16px 0 0;color:var(--as-ink);font-size:38px;line-height:1.4}.as-about-story p,.as-about-lab-copy p{margin:0 0 18px;color:#607872;font-size:14px;line-height:2}.as-about-lab{padding:0 0 100px}.as-about-lab>.as-shell{display:grid;grid-template-columns:1.15fr .85fr;min-height:460px}.as-about-lab img{width:100%;height:100%;object-fit:cover}.as-about-lab-copy{padding:54px;color:#fff;background:#0a3b33}.as-about-lab-copy h2{color:#fff}.as-about-lab-copy p{color:#9bb4ad}.as-about-lab-copy a{display:inline-block;margin-top:15px;color:var(--as-mint)!important;font-size:13px;font-weight:700}.as-values{padding:96px 0;background:#f2f6f4}.as-values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--as-line);border-left:1px solid var(--as-line)}.as-values-grid article{min-height:230px;padding:26px;background:#fff;border-right:1px solid var(--as-line);border-bottom:1px solid var(--as-line)}.as-values-grid span{color:var(--as-green);font:700 10px Arial}.as-values-grid h3{margin:62px 0 12px;font-size:19px}.as-values-grid p{margin:0;color:#70847f;font-size:12px;line-height:1.8}
.as-support-hub,.as-news{padding:92px 0 110px;background:#f4f8f6}.as-support-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--as-line);border-left:1px solid var(--as-line)}.as-support-grid>a{position:relative;min-height:280px;padding:30px;color:inherit!important;background:#fff;border-right:1px solid var(--as-line);border-bottom:1px solid var(--as-line);transition:background .2s}.as-support-grid>a:hover{background:#eaf5f1}.as-support-grid span{color:var(--as-green);font:800 10px Arial;letter-spacing:.15em}.as-support-grid h3{margin:62px 0 13px;color:var(--as-ink);font-size:24px}.as-support-grid p{max-width:440px;margin:0;color:#6c827c;font-size:13px;line-height:1.8}.as-support-grid b{position:absolute;top:26px;right:28px;color:#2e7769;font-size:22px}
.as-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.as-news-card{overflow:hidden;background:#fff;border:1px solid var(--as-line);border-radius:9px}.as-news-image{display:block;height:210px;overflow:hidden;background:#dce9e5}.as-news-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.as-news-card:hover img{transform:scale(1.04)}.as-news-card>div{padding:24px}.as-news-card>div>span{color:#7f958f;font-size:10px}.as-news-card h3{margin:14px 0 10px;font-size:18px;line-height:1.55}.as-news-card h3 a{color:var(--as-ink)}.as-news-card p{min-height:66px;margin:0 0 20px;color:#70847f;font-size:12px;line-height:1.8}.as-news-more{color:var(--as-green)!important;font-size:12px;font-weight:700}

@media(max-width:1100px){.as-nav{gap:15px}.as-nav>a,.as-nav-group>button{font-size:12px}.as-nav-cta{display:none}}
@media(max-width:900px){
  .as-shell{width:calc(100% - 32px)}.as-topbar{display:none}.as-nav-wrap,.as-navbar{height:68px}.as-header.is-scrolled .as-nav-wrap{top:0}.as-brand img{width:35px!important;height:44px!important}.as-brand strong{font-size:17px}
  .as-menu-toggle{display:flex;margin-left:auto}.as-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.as-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.as-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .as-nav{position:absolute;top:68px;left:0;right:0;display:none;height:calc(100vh - 68px);padding:14px 16px 100px;align-items:stretch;justify-content:flex-start;gap:0;flex-direction:column;overflow-y:auto;background:#fff}.as-nav.is-open{display:flex}.as-nav>a,.as-nav-group>button{width:100%;height:54px;justify-content:space-between;border-bottom:1px solid #e9f0ed}.as-nav>a::after,.as-nav-group>button::after{display:none}.as-nav-group{height:auto}.as-mega{position:static;display:none;width:100%;padding:0;grid-template-columns:1fr;opacity:1;visibility:visible;transform:none;box-shadow:none}.as-nav-group>button[aria-expanded="true"]+.as-mega{display:grid}.as-mega-intro{display:none}.as-mega-links{grid-template-columns:1fr}.as-mega-links a,.as-mega-links a:nth-last-child(-n+2){padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.as-menu-open{overflow:hidden}
  #main-content>.container{width:calc(100% - 32px);padding:44px 0 68px}#main-content>.container>.row>.text-center:first-child,#main-content>.container .col-lg-9>.text-center:first-child,.page-banner-wrap{height:300px!important;margin-top:-44px!important;margin-bottom:36px!important;margin-left:-16px!important;margin-right:-16px!important;width:100vw!important}#main-content>.container>.row>.text-center:first-child img,#main-content>.container .col-lg-9>.text-center:first-child img,.page-banner{height:300px!important}
  .as-footer-lead{align-items:flex-start;flex-direction:column}.as-footer-grid{grid-template-columns:1.5fr 1fr 1fr}.as-footer-contact{grid-column:1/-1}.as-contact-dock{left:10px;right:10px;bottom:10px}.as-contact-dock a{min-width:0;flex:1}
  .as-section-head{grid-template-columns:1fr;gap:18px}.as-process-grid{grid-template-columns:repeat(2,1fr)}.as-proof-grid{grid-template-columns:repeat(2,1fr)}
  .as-about-story-grid{grid-template-columns:1fr;gap:35px}.as-about-lab>.as-shell{grid-template-columns:1fr}.as-about-lab img{height:340px}.as-values-grid{grid-template-columns:1fr}.as-news-grid{grid-template-columns:1fr 1fr}
}

/* AISRUI visual refresh — navy, cobalt and warm white */
:root{--as-ink:#172033;--as-muted:#667085;--as-green:#3157d5;--as-mint:#9db5ff;--as-paper:#f6f5f1;--as-line:#dde1e8;--as-dark:#111827}
html body{color:#172033;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Segoe UI",Arial,sans-serif;font-weight:400;letter-spacing:0;background:#fff}h1,h2,h3,h4,h5,h6,strong,b{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Segoe UI",Arial,sans-serif;letter-spacing:-.02em}.as-topbar,.as-footer{background:#111827}.as-nav-cta{background:#3157d5}.as-mega,.as-mega-cap-head{background:#151f36}.as-mega-cap-head>a{color:#fff;background:#3157d5}.as-mega-directory .as-mega-group-title,.as-mega-links b{color:#fff}.as-mega-directory section>a:hover{color:#9db5ff}.as-header.is-scrolled .as-nav-wrap{box-shadow:0 12px 35px rgba(23,32,51,.12)}.as-nav>a::after,.as-nav-group>button::after{background:#3157d5}.as-page-intro,.sheet-hero,.sheet-index-hero,.as-about-hero,.contact-hero{background:radial-gradient(circle at 82% 16%,rgba(78,111,224,.28),transparent 27%),linear-gradient(135deg,#101828,#1d2d50)}.sheet-service-page,.sheet-index,.home-new,.contact-page{background:#f6f5f1}.sheet-kicker,.sheet-intro span,.sheet-section-head span,.home-new-kicker,.home-section-head>div>span,.method-kicker{color:#6688f0}.sheet-actions .sheet-primary,.sheet-facet-buttons button.is-active,.sheet-facet-buttons button:hover{background:#3157d5;border-color:#3157d5}.sheet-summary>strong,.sheet-toolbar strong,.sheet-card em,.sheet-card b,.sheet-related-grid span,.sheet-section-head>a{color:#3157d5}.sheet-projects{background:#fff}.sheet-table th{background:#1c2942}.sheet-table tr:nth-child(even) td{background:#f7f8fb}.sheet-table tr:hover td{background:#eef2ff}.sheet-related{background:#eceef3}.sheet-card:hover{border-color:#3157d5}.sheet-group>header>span{color:#3157d5}.home-new-hero{background:radial-gradient(circle at 74% 18%,rgba(78,111,224,.32),transparent 25%),linear-gradient(132deg,#101828,#172b52)}.home-new-copy h1 em,.home-new-kicker,.home-section-head>div>span,.home-feature-grid span{color:#88a5ff}.home-new-actions a:first-child{color:#fff;background:#3157d5}.home-cap-grid>a>span,.home-cap-grid em{color:#3157d5}.home-cap-grid>a:hover{background:#1b2a49}.home-featured{background:#111a2d}.home-feature-grid>a:hover{background:rgba(72,105,219,.13)}.home-feature-grid b,.home-section-head-light>a{color:#8ca8ff}.home-sheet-directory h3{border-bottom-color:#24324c}.home-sheet-directory h3 span,.home-sheet-directory a:hover{color:#3157d5}.as-proof{background:#18233a}.as-process{background:#f3f2ed}.as-footer-lead>a{color:#fff!important;background:#3157d5}.contact-card>span{color:#3157d5}
.service-dock{position:fixed;left:18px;top:50%;z-index:9970;width:184px;overflow:hidden;background:#fff;border:1px solid #d9dfee;border-radius:14px;box-shadow:0 20px 55px rgba(25,39,76,.17);transform:translateY(-50%)}.service-dock-head{display:flex;height:62px;padding:0 15px;align-items:center;gap:12px;color:#fff!important;background:linear-gradient(135deg,#3157d5,#496ef0)}.service-dock-head i,.service-dock-list i{display:grid;width:36px;height:36px;place-items:center;color:#fff;font-style:normal;font-weight:700;background:rgba(255,255,255,.18);border-radius:50%}.service-dock-head strong{font-size:18px}.service-dock-list{display:grid;padding:10px 9px;gap:5px}.service-dock-list a{display:flex;min-height:40px;padding:3px 11px 3px 4px;align-items:center;gap:10px;color:#3157d5;background:#eef2ff;border-radius:999px;transition:.2s}.service-dock-list a:hover{color:#fff;background:#3157d5;transform:translateX(3px)}.service-dock-list i{width:32px;height:32px;flex:0 0 auto;background:#4568e8;font-size:12px}.service-dock-list span{font-size:14px;font-weight:600}.service-dock-list a:hover i{background:rgba(255,255,255,.18)}
.method-page{background:#f6f5f1}.method-hero{padding:70px 0 78px;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(71,105,222,.3),transparent 25%),linear-gradient(135deg,#101828,#1d2d50)}.method-hero nav{display:flex;margin-bottom:58px;gap:10px;color:#7f91b5;font-size:11px}.method-hero nav a{color:#bec9df}.method-kicker{display:block;font:800 10px Arial;letter-spacing:.2em}.method-hero h1{max-width:950px;margin:18px 0 20px;font-size:clamp(44px,6vw,72px);line-height:1.12;color:#fff}.method-hero>div>p{max-width:650px;margin:0;color:#9eabc5;font-size:15px}.method-content{padding:85px 0 110px}.method-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:70px;align-items:start}.method-side{position:sticky;top:110px;display:flex;padding:22px;flex-direction:column;background:#fff;border:1px solid #dde1e8;border-radius:12px}.method-side>span{margin-bottom:12px;color:#98a2b3;font-size:10px}.method-side>a{padding:11px 0;color:#536075;border-bottom:1px solid #edf0f4;font-size:13px}.method-side .method-consult{margin-top:18px;padding:13px;color:#fff;background:#3157d5;border:0;border-radius:7px;text-align:center}.method-article{display:grid;gap:18px}.method-article>section{padding:34px;background:#fff;border:1px solid #dde1e8;border-radius:12px;scroll-margin-top:100px}.method-article>section>span{color:#3157d5;font:800 10px Arial;letter-spacing:.14em}.method-article h2{margin:13px 0 20px;font-size:30px}.method-article p{margin:0;color:#667085;font-size:14px;line-height:1.9}.method-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.method-cards>div{padding:20px;background:#f6f7fa;border-radius:9px}.method-cards strong{display:block;margin-bottom:9px}.method-steps{display:grid;margin:0;padding:0;grid-template-columns:repeat(4,1fr);list-style:none;border-top:1px solid #e1e5eb;border-left:1px solid #e1e5eb}.method-steps li{min-height:165px;padding:18px;border-right:1px solid #e1e5eb;border-bottom:1px solid #e1e5eb}.method-steps b{color:#3157d5;font-size:11px}.method-steps strong{display:block;margin:35px 0 8px}.method-steps p{font-size:11px}.method-checks{display:grid;margin:0;padding:0;grid-template-columns:repeat(3,1fr);gap:10px;list-style:none}.method-checks li{padding:18px;color:#4f5d73;background:#f1f4fb;border-radius:8px;font-size:13px}.method-checks li:before{content:'✓';margin-right:8px;color:#3157d5;font-weight:800}.method-article #submission>a{display:inline-block;margin-top:22px;padding:13px 18px;color:#fff;background:#3157d5;border-radius:7px;font-weight:700}
@media(max-width:1280px){.service-dock{left:8px;width:156px}.service-dock-list span{font-size:12px}.service-dock-head strong{font-size:16px}}
@media(max-width:1050px){.service-dock{top:auto;left:16px;bottom:16px;width:auto;transform:none;border:0}.service-dock-head{height:48px;border-radius:999px}.service-dock-list{display:none}.method-layout{grid-template-columns:1fr}.method-side{position:static;display:none}}
@media(max-width:700px){.method-hero{padding:55px 0 60px}.method-hero nav{margin-bottom:38px}.method-content{padding:55px 0 80px}.method-article>section{padding:24px}.method-cards,.method-checks{grid-template-columns:1fr}.method-steps{grid-template-columns:1fr 1fr}.service-dock{right:16px;left:auto}.service-dock-head i{width:30px;height:30px}.service-dock-head strong{font-size:14px}}

/* Workbook-driven capability collection */
.sheet-service-page,.sheet-index{background:#f5f7f6;color:#10231d}.sheet-hero{padding:42px 0 80px;background:radial-gradient(circle at 82% 25%,rgba(48,190,145,.18),transparent 24%),#071f19;color:#fff}.sheet-breadcrumb{display:flex;gap:9px;margin-bottom:58px;color:#91aaa2;font-size:13px}.sheet-breadcrumb a{color:#c6d8d2}.sheet-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:80px;align-items:end}.sheet-kicker,.sheet-intro span,.sheet-section-head span{display:block;margin-bottom:18px;color:#35d2a1;font-size:12px;font-weight:700;letter-spacing:.17em}.sheet-hero h1{margin:0 0 24px;font-size:clamp(48px,6vw,82px);line-height:1.02;letter-spacing:-.055em}.sheet-hero-grid>div>p{max-width:720px;margin:0;color:#b9cec7;font-size:18px;line-height:1.85}.sheet-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.sheet-actions>a{color:#fff}.sheet-actions .sheet-primary{padding:15px 22px;border-radius:7px;background:#17a97c;font-weight:700}.sheet-summary{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.06)}.sheet-summary>span{color:#9db4ad;font-size:13px}.sheet-summary>strong{display:block;margin-top:12px;color:#5de3b8;font-size:70px;line-height:1}.sheet-summary>p{margin:8px 0 25px;color:#c4d6d0}.sheet-summary dl{margin:0}.sheet-summary dl div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid rgba(255,255,255,.12);font-size:13px}.sheet-summary dt{color:#829d94}.sheet-summary dd{margin:0;text-align:right}.sheet-intro,.sheet-projects,.sheet-related{padding:90px 0}.sheet-intro-grid{display:grid;grid-template-columns:330px 1fr;gap:80px}.sheet-intro h2,.sheet-section-head h2{margin:0;font-size:clamp(30px,4vw,46px);letter-spacing:-.035em}.sheet-intro p{margin:0 0 16px;color:#53665f;font-size:17px;line-height:1.9}.sheet-intro ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0 0;padding:0;list-style:none}.sheet-intro li{padding:16px;border:1px solid #dfe7e3;border-radius:8px;background:#fff;font-size:14px}.sheet-intro li:before{content:'✓';margin-right:8px;color:#0ea97b;font-weight:800}.sheet-projects{background:#fff}.sheet-section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:34px}.sheet-section-head>p{max-width:470px;margin:0;color:#72837d;line-height:1.7}.sheet-toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px}.sheet-toolbar label{display:flex;align-items:center;width:min(100%,600px);height:52px;padding:0 17px;border:1px solid #d9e2de;border-radius:8px;background:#f8faf9}.sheet-toolbar svg{width:20px;fill:none;stroke:#688078;stroke-width:2}.sheet-toolbar input{width:100%;height:100%;padding:0 12px;border:0;background:transparent;outline:0}.sheet-toolbar>span{color:#788a84;font-size:14px}.sheet-toolbar strong{color:#0ba779}.sheet-table-wrap{overflow:auto;border:1px solid #dde5e2;border-radius:12px}.sheet-table{width:100%;min-width:920px;border-collapse:collapse;font-size:14px}.sheet-table th{padding:16px 18px;background:#0b2c23;color:#fff;text-align:left;white-space:nowrap}.sheet-table td{max-width:430px;padding:15px 18px;border-bottom:1px solid #e8eeeb;color:#495c55;line-height:1.65;vertical-align:top}.sheet-table tr:nth-child(even) td{background:#f7faf8}.sheet-table tr:hover td{background:#ecf8f3}.sheet-mobile-list{display:none}.sheet-empty{padding:42px;text-align:center;color:#71827c}.sheet-related{background:#edf2ef}.sheet-section-head>a{color:#0a956d;font-weight:700}.sheet-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sheet-related-grid a{padding:26px;border:1px solid #d9e3df;border-radius:12px;background:#fff}.sheet-related-grid span{color:#0ba779;font-size:12px}.sheet-related-grid strong{display:block;margin:13px 0 8px;color:#132a22;font-size:20px}.sheet-related-grid p{margin:0;color:#71837c;font-size:14px}.sheet-index-hero{padding:110px 0 90px;background:radial-gradient(circle at 80% 20%,rgba(68,210,164,.2),transparent 24%),#071f19;color:#fff}.sheet-index-hero>div>span{color:#43d5a7;font-size:12px;font-weight:700;letter-spacing:.17em}.sheet-index-hero h1{max-width:850px;margin:24px 0;font-size:clamp(48px,7vw,88px);line-height:1.02;letter-spacing:-.06em}.sheet-index-hero p{max-width:760px;color:#b7cbc4;font-size:18px;line-height:1.8}.sheet-index-hero>div>div{display:flex;align-items:baseline;gap:14px;margin-top:45px;color:#a9bfb7}.sheet-index-hero strong{color:#57dfb4;font-size:34px}.sheet-index-nav{position:sticky;top:68px;z-index:20;border-bottom:1px solid #dbe4e0;background:rgba(255,255,255,.94)}.sheet-index-nav>div{display:flex;gap:22px;align-items:center;min-height:64px;overflow:auto;white-space:nowrap}.sheet-index-nav span{color:#93a39e;font-size:12px}.sheet-index-nav a{color:#334a42;font-size:14px;font-weight:700}.sheet-index-content{padding:80px 0}.sheet-group{padding:65px 0;border-bottom:1px solid #dbe4e0;scroll-margin-top:140px}.sheet-group:first-child{padding-top:0}.sheet-group>header{display:flex;gap:20px;align-items:center;margin-bottom:30px}.sheet-group>header>span{color:#36b88f;font-size:42px;font-weight:800}.sheet-group h2{margin:0;font-size:34px}.sheet-group header p{margin:5px 0 0;color:#7b8c86}.sheet-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sheet-card{display:flex;min-height:280px;padding:26px;border:1px solid #d9e2de;border-radius:12px;background:#fff;flex-direction:column;transition:.25s}.sheet-card:hover{border-color:#2cb98e;box-shadow:0 18px 50px rgba(11,55,43,.1);transform:translateY(-4px)}.sheet-card>div{display:flex;justify-content:space-between;gap:15px;color:#799089;font-size:12px}.sheet-card em{color:#0ba779;font-style:normal;font-weight:700}.sheet-card h3{margin:28px 0 13px;color:#132a22;font-size:25px}.sheet-card p{margin:0;color:#697b75;line-height:1.75}.sheet-card b{margin-top:auto;padding-top:28px;color:#0a956d;font-size:14px}.sheet-card i{float:right;font-style:normal}
@media(max-width:900px){.sheet-hero-grid,.sheet-intro-grid{grid-template-columns:1fr}.sheet-hero-grid{gap:45px}.sheet-summary{max-width:430px}.sheet-intro-grid{gap:30px}.sheet-card-grid,.sheet-related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.sheet-hero{padding:24px 0 55px}.sheet-breadcrumb{margin-bottom:38px}.sheet-hero h1{font-size:46px}.sheet-hero-grid>div>p{font-size:16px}.sheet-actions{align-items:flex-start;flex-direction:column}.sheet-summary{width:100%}.sheet-intro,.sheet-projects,.sheet-related{padding:60px 0}.sheet-intro ul{grid-template-columns:1fr}.sheet-section-head{align-items:flex-start;flex-direction:column;gap:18px}.sheet-toolbar{align-items:flex-start;flex-direction:column}.sheet-toolbar label{width:100%}.sheet-table-wrap{display:none}.sheet-mobile-list{display:grid;gap:12px}.sheet-mobile-list article{padding:20px;border:1px solid #dfe7e3;border-radius:10px;background:#fff}.sheet-mobile-list article div{display:grid;grid-template-columns:100px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid #edf1ef}.sheet-mobile-list article div:last-child{border:0}.sheet-mobile-list span{color:#81918c;font-size:12px}.sheet-mobile-list p{margin:0;color:#354a43;font-size:14px;line-height:1.55}.sheet-related-grid,.sheet-card-grid{grid-template-columns:1fr}.sheet-index-hero{padding:75px 0 65px}.sheet-index-hero h1{font-size:48px}.sheet-index-hero>div>div{align-items:flex-start;flex-wrap:wrap}.sheet-index-content{padding:50px 0}.sheet-group{padding:48px 0}.sheet-card{min-height:250px}}

/* 2026 capability-led navigation and homepage */
.as-mega-all{width:min(1320px,calc(100vw - 40px));max-height:calc(100vh - 150px);padding:0;grid-template-columns:1fr;overflow:auto}.as-mega-cap-head{position:sticky;top:0;z-index:2;display:flex;padding:26px 30px;align-items:flex-end;justify-content:space-between;gap:40px;background:#092b26;border-bottom:1px solid rgba(255,255,255,.12)}.as-mega-cap-head span{color:var(--as-mint);font:700 10px Arial;letter-spacing:.18em}.as-mega-cap-head strong{display:block;margin:9px 0 5px;font-size:21px}.as-mega-cap-head p{margin:0;color:#88a49d;font-size:12px}.as-mega-cap-head>a{display:flex;min-width:180px;padding:12px 15px;justify-content:space-between;color:#06221d;background:var(--as-mint);border-radius:6px;font-size:12px;font-weight:800}.as-mega-directory{display:grid;padding:25px 30px 30px;grid-template-columns:repeat(4,1fr);gap:30px 38px}.as-mega-directory section{display:flex;flex-direction:column;gap:8px}.as-mega-directory section>a{color:#87a39c;font-size:11px;line-height:1.4}.as-mega-directory section>a:hover{color:#fff}.as-mega-directory .as-mega-group-title{display:flex;margin-bottom:5px;padding-bottom:10px;gap:9px;color:#fff;font-size:13px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.1)}.as-mega-group-title span{color:var(--as-mint);font:700 9px Arial}.as-mega-featured{width:min(980px,calc(100vw - 48px))}.as-mega-featured .as-mega-links{grid-template-columns:repeat(3,1fr)}.as-mega-featured .as-mega-links a:nth-last-child(-n+3){border-bottom:0}
.home-new{background:#f3f7f5}.home-new-hero{padding:95px 0 0;color:#fff;background:radial-gradient(circle at 72% 20%,rgba(76,224,177,.16),transparent 23%),linear-gradient(130deg,#051a17,#07382e)}.home-new-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:90px;align-items:end}.home-new-kicker,.home-section-head>div>span{color:#56ddb3;font:800 10px Arial;letter-spacing:.2em}.home-new-copy h1{max-width:850px;margin:24px 0;color:#fff;font-size:clamp(54px,7vw,92px);line-height:1.02;letter-spacing:-.065em}.home-new-copy h1 em{color:#62e4ba;font-style:normal}.home-new-copy>p{max-width:700px;margin:0;color:#a1bbb3;font-size:17px;line-height:1.9}.home-new-actions{display:flex;gap:24px;align-items:center;margin-top:38px}.home-new-actions a:first-child{display:flex;min-height:52px;padding:0 20px;align-items:center;gap:35px;color:#06211c;background:#64e6bc;border-radius:7px;font-weight:800}.home-new-actions a:last-child{color:#d1e4de}.home-new-panel{display:grid;border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}.home-new-panel>div{display:grid;padding:22px 24px;grid-template-columns:1fr auto;gap:4px 20px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.home-new-panel span{color:#8fa9a2;font-size:11px}.home-new-panel strong{grid-row:1/3;grid-column:2;color:#fff;font-size:35px}.home-new-panel small{color:#65867d;font-size:10px}.home-new-quick{display:flex;min-height:82px;margin-top:80px;align-items:center;gap:24px;overflow:auto;border-top:1px solid rgba(255,255,255,.12)}.home-new-quick span{color:#5a7e74;font-size:10px;letter-spacing:.15em;white-space:nowrap}.home-new-quick a{padding:8px 13px;color:#b4ccc5;font-size:12px;white-space:nowrap;border:1px solid rgba(255,255,255,.13);border-radius:999px}.home-cap-map,.home-featured,.home-all-sheets{padding:105px 0}.home-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end;margin-bottom:48px}.home-section-head h2{margin:16px 0 0;font-size:clamp(38px,5vw,60px);line-height:1.12;letter-spacing:-.05em}.home-section-head>p{margin:0;color:#687d76;font-size:14px;line-height:1.9}.home-cap-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d6e1dd;border-left:1px solid #d6e1dd}.home-cap-grid>a{display:flex;min-height:260px;padding:25px;flex-direction:column;color:inherit;background:#fff;border-right:1px solid #d6e1dd;border-bottom:1px solid #d6e1dd;transition:.2s}.home-cap-grid>a:hover{background:#0b352d;color:#fff}.home-cap-grid>a>span{color:#2b9c7d;font:800 10px Arial}.home-cap-grid strong{margin:48px 0 7px;font-size:24px}.home-cap-grid em{color:#269878;font-size:11px;font-style:normal}.home-cap-grid p{margin:auto 0 0;color:#758982;font-size:12px;line-height:1.7}.home-cap-grid>a:hover p{color:#8eaaa2}.home-featured{color:#fff;background:#071f1a}.home-section-head-light h2{color:#fff}.home-section-head-light>a{align-self:end;color:#65e4bb;font-size:13px;font-weight:700}.home-feature-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,220px);border-top:1px solid rgba(255,255,255,.13);border-left:1px solid rgba(255,255,255,.13)}.home-feature-grid>a{position:relative;padding:25px;color:#fff;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);transition:.2s}.home-feature-grid>a:hover{background:rgba(78,220,174,.08)}.home-feature-grid span{color:#4bd7aa;font:700 10px Arial;letter-spacing:.12em}.home-feature-grid h3{margin:45px 0 8px;font-size:22px}.home-feature-grid p{margin:0;color:#78968d;font-size:12px}.home-feature-grid b{position:absolute;right:22px;bottom:20px;color:#54dcae}.home-feature-grid .home-feature-main{grid-row:1/3;padding:35px}.home-feature-main h3{margin:65px 0 22px;font-size:45px;line-height:1.12}.home-feature-main p{max-width:500px;font-size:14px;line-height:1.9}.home-all-sheets{background:#fff}.home-sheet-directory{display:grid;grid-template-columns:repeat(4,1fr);gap:45px 35px}.home-sheet-directory section{min-width:0}.home-sheet-directory h3{display:flex;margin:0 0 14px;padding-bottom:13px;gap:10px;border-bottom:2px solid #173f36;font-size:17px}.home-sheet-directory h3 span{color:#15a57d;font:800 10px Arial}.home-sheet-directory a{display:flex;padding:9px 0;justify-content:space-between;gap:14px;color:#4d655e;border-bottom:1px solid #e9efec;font-size:12px}.home-sheet-directory a:hover{color:#078b68}.home-sheet-directory a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-sheet-directory em{color:#8da099;font-size:10px;font-style:normal;white-space:nowrap}
@media(max-width:1050px){.as-mega-directory{grid-template-columns:repeat(3,1fr)}.home-cap-grid{grid-template-columns:repeat(2,1fr)}.home-sheet-directory{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.as-mega-all{max-height:none}.as-mega-cap-head{display:none}.as-mega-directory{grid-template-columns:1fr;padding:18px}.as-mega-directory section{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.as-mega-featured .as-mega-links{grid-template-columns:1fr}.home-new-hero{padding-top:70px}.home-new-hero-grid{grid-template-columns:1fr;gap:55px}.home-new-panel{grid-template-columns:repeat(3,1fr)}.home-new-panel>div{display:flex;flex-direction:column}.home-new-panel strong{order:-1}.home-new-quick{margin-top:55px}.home-feature-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.home-feature-grid .home-feature-main{grid-column:1/-1;grid-row:auto;min-height:360px}.home-sheet-directory{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.home-new-hero{padding-top:55px}.home-new-copy h1{font-size:50px}.home-new-copy>p{font-size:15px}.home-new-actions{align-items:flex-start;flex-direction:column}.home-new-panel{grid-template-columns:1fr}.home-new-panel>div{display:grid}.home-section-head{grid-template-columns:1fr;gap:20px}.home-cap-map,.home-featured,.home-all-sheets{padding:70px 0}.home-cap-grid{grid-template-columns:1fr}.home-cap-grid>a{min-height:210px}.home-cap-grid strong{margin-top:35px}.home-feature-grid{grid-template-columns:1fr}.home-feature-grid .home-feature-main{grid-column:auto;min-height:340px}.home-feature-main h3{font-size:35px}.home-feature-grid>a{min-height:190px}.home-sheet-directory{grid-template-columns:1fr}.home-new-quick{margin-top:45px}}

/* In-sheet taxonomy and filters */
.sheet-facet-panel{display:flex;margin-bottom:18px;padding:18px;align-items:flex-start;justify-content:space-between;gap:24px;background:#eef6f3;border:1px solid #d9e7e2;border-radius:10px}.sheet-facet-buttons{display:flex;gap:9px;flex-wrap:wrap}.sheet-facet-buttons button{display:flex;min-height:42px;padding:9px 13px;align-items:center;gap:8px;color:#49635b;background:#fff;border:1px solid #d3e1dc;border-radius:7px;font-size:13px}.sheet-facet-buttons button:hover,.sheet-facet-buttons button.is-active{color:#fff;background:#0b765d;border-color:#0b765d}.sheet-facet-buttons em{padding:2px 6px;color:#168064;background:#e1f4ed;border-radius:999px;font-size:10px;font-style:normal}.sheet-facet-buttons button.is-active em{color:#07503f;background:#8ee5c7}.sheet-facet-buttons small{display:block;max-width:250px;color:#6e837c;font-size:10px}.sheet-facet-buttons button.is-active small{color:#c6e8dc}.sheet-subfilter{min-width:250px}.sheet-subfilter>span{display:block;margin-bottom:6px;color:#6f827c;font-size:10px}.sheet-subfilter select{width:100%;height:42px;padding:0 12px;color:#36534a;background:#fff;border:1px solid #ceded8;border-radius:7px}.sheet-data-notes{margin-top:20px;padding:20px 24px;background:#fff9e8;border-left:4px solid #d9a62e}.sheet-data-notes strong{display:block;margin-bottom:8px;color:#604d1f}.sheet-data-notes p{margin:5px 0;color:#7c6b42;font-size:12px;line-height:1.7}
@media(max-width:700px){.sheet-facet-panel{flex-direction:column}.sheet-subfilter{width:100%;min-width:0}.sheet-facet-buttons{width:100%}.sheet-facet-buttons button{flex:1 1 auto}.sheet-facet-buttons small{display:none}}
.contact-page{background:#f3f7f5}.contact-hero{padding:90px 0;color:#fff;background:#071f1a}.contact-hero span{color:#55dfb2;font:800 10px Arial;letter-spacing:.2em}.contact-hero h1{max-width:850px;margin:18px 0;font-size:clamp(48px,7vw,82px);line-height:1.08;letter-spacing:-.055em}.contact-hero p{max-width:650px;margin:0;color:#9bb5ad;font-size:16px;line-height:1.8}.contact-content{padding:90px 0}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.contact-card{padding:34px;background:#fff;border:1px solid #d9e4e0;border-radius:12px}.contact-card>span{color:#139b75;font:800 10px Arial;letter-spacing:.16em}.contact-card h2{margin:18px 0 30px;font-size:31px}.contact-lines{display:grid;gap:0}.contact-lines a,.contact-lines div{display:flex;padding:18px 0;justify-content:space-between;gap:20px;color:#375149;border-top:1px solid #e5ece9}.contact-lines span{color:#80928c;font-size:12px}.contact-card ul{margin:0;padding-left:18px;color:#61756f;line-height:2}.contact-card p{color:#657a73;line-height:1.85}@media(max-width:700px){.contact-grid{grid-template-columns:1fr}.contact-hero,.contact-content{padding:65px 0}}
@media(max-width:600px){
  .as-brand span{display:none}.as-footer .as-brand span{display:flex}.intro-quote{padding:22px!important;font-size:14px!important}.service-cat-title{font-size:20px!important}
  .as-page-intro{padding:46px 0 50px}.as-page-intro nav{margin-bottom:30px}.as-page-intro h1{font-size:36px}
  .table,.table-service{display:block;overflow-x:auto;white-space:normal}.table th,.table td{min-width:105px}.table th:nth-child(1),.table td:nth-child(1){min-width:56px}
  .as-footer-lead{padding:56px 0}.as-footer-lead h2{font-size:32px}.as-footer-lead>a{width:100%;justify-content:space-between}.as-footer-grid{grid-template-columns:1fr 1fr;gap:38px 24px;padding:48px 0}.as-footer-brand,.as-footer-contact{grid-column:1/-1}.as-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
  .as-process,.as-proof{padding:70px 0}.as-section-head h2{font-size:31px}.as-process-grid,.as-proof-grid{grid-template-columns:1fr}.as-process-grid li,.as-proof-grid article{min-height:190px}.as-process-grid strong,.as-proof-grid h3{margin-top:38px}
  .as-about-hero{padding:55px 0 65px}.as-about-hero nav{margin-bottom:48px}.as-about-hero h1{font-size:44px}.as-about-story{padding:70px 0}.as-about-story h2,.as-about-lab-copy h2{font-size:30px}.as-about-lab{padding-bottom:70px}.as-about-lab>.as-shell{width:100%}.as-about-lab-copy{padding:35px 24px}.as-values{padding:70px 0}.as-support-hub,.as-news{padding:68px 0 78px}.as-support-grid,.as-news-grid{grid-template-columns:1fr}.as-support-grid>a{min-height:240px}
}

/* Homepage statistics and capability map — explicit selectors for linked cards */
.home-new-panel span{color:#40556c!important;font-size:16px!important;font-weight:700!important;line-height:1.45!important}
.home-new-panel small{color:#52667c!important;font-size:14px!important;line-height:1.55!important}
.home-new-panel strong{color:#315f8f!important;font-size:42px!important;line-height:1!important}
.home-new-panel>div{padding:26px 28px!important;gap:9px 24px!important;background:rgba(255,255,255,.7)!important}
.home-cap-grid>a>span{color:#8a5737!important;font:800 15px/1.3 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif!important}
.home-cap-grid>a>strong{font-size:27px!important;color:#202c3b!important}
.home-cap-grid>a>em{color:#365f91!important;font-size:16px!important;font-weight:700!important;line-height:1.45!important}
.home-cap-grid>a>p{color:#46576b!important;font-size:17px!important;line-height:1.75!important}
.home-section-head>p{color:#445568!important;font-size:17px!important;line-height:1.85!important}
@media(max-width:600px){.home-new-panel span{font-size:15px!important}.home-new-panel small{font-size:13px!important}.home-new-panel strong{font-size:36px!important}.home-cap-grid>a>span{font-size:14px!important}.home-cap-grid>a>em{font-size:15px!important}.home-cap-grid>a>p{font-size:16px!important}}

/* Final brand layer: deep pine, mineral teal and warm ivory. */
:root{--as-ink:#18302b;--as-muted:#687b76;--as-green:#177d6d;--as-mint:#9ccfc4;--as-paper:#f5f3ed;--as-line:#d8dfdc;--as-dark:#102722}
html body{color:#18302b;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Segoe UI",Arial,sans-serif!important;font-weight:400;letter-spacing:0;background:#fbfaf7}
body h1,body h2,body h3,body h4,body h5,body h6,body strong,body b{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Segoe UI",Arial,sans-serif!important;letter-spacing:-.02em}
.as-topbar,.as-footer{background:#102722!important}.as-nav-cta{background:#177d6d!important}.as-mega,.as-mega-cap-head{background:#15332d!important}.as-mega-cap-head>a{color:#fff!important;background:#177d6d!important}
.as-page-intro,.sheet-hero,.sheet-index-hero,.as-about-hero,.contact-hero,.method-hero{background:radial-gradient(circle at 82% 16%,rgba(57,151,133,.24),transparent 28%),linear-gradient(135deg,#102722,#1b443b)!important}
.sheet-service-page,.sheet-index,.home-new,.contact-page,.method-page{background:#f5f3ed!important}.sheet-kicker,.sheet-intro span,.sheet-section-head span,.home-new-kicker,.home-section-head>div>span,.method-kicker{color:#4aa894!important}
.sheet-actions .sheet-primary,.sheet-facet-buttons button.is-active,.sheet-facet-buttons button:hover{background:#177d6d!important;border-color:#177d6d!important}.sheet-summary>strong,.sheet-toolbar strong,.sheet-card em,.sheet-card b,.sheet-related-grid span,.sheet-section-head>a{color:#177d6d!important}
.sheet-projects{background:#fbfaf7!important}.sheet-table th{background:#183b34!important}.sheet-table tr:nth-child(even) td{background:#f4f7f4!important}.sheet-table tr:hover td{background:#e8f2ee!important}.sheet-related{background:#ebece6!important}
.home-new-hero{background:radial-gradient(circle at 74% 18%,rgba(57,151,133,.28),transparent 26%),linear-gradient(132deg,#102722,#1b443b)!important}.home-new-copy h1 em,.home-new-kicker,.home-feature-grid span{color:#77c5b5!important}.home-new-actions a:first-child{color:#fff!important;background:#177d6d!important}.home-featured{background:#132f29!important}.as-proof{background:#173a33!important}.as-process{background:#f0efe9!important}
.service-dock{border-color:#cfdad6!important;box-shadow:0 18px 48px rgba(16,39,34,.18)!important}.service-dock-head{background:linear-gradient(135deg,#153b33,#177d6d)!important}.service-dock-list a{color:#1a675a!important;background:#edf4f1!important}.service-dock-list i{background:#277f70!important}.service-dock-list a:hover{color:#fff!important;background:#177d6d!important}.service-dock-list a:hover i{background:rgba(255,255,255,.18)!important}
.method-side .method-consult,.method-article #submission>a{background:#177d6d!important}.method-article>section{border-color:#d8dfdc!important}.method-cards>div{background:#f1f4f0!important}.method-steps b,.method-article>section>span{color:#177d6d!important}.method-checks li{color:#45615a!important;background:#eaf2ef!important}.method-checks li:before{color:#177d6d!important}

/* Header legibility on desktop */
@media(min-width:1101px){
  .as-topbar,.as-topbar-inner{height:40px}.as-topbar p,.as-topbar a,.as-topbar-inner span{font-size:13px}
  .as-nav-wrap,.as-navbar{height:94px}.as-navbar{gap:34px}
  .as-brand{gap:14px}.as-brand img{width:48px!important;height:60px!important}.as-brand strong{font-size:24px}.as-brand em{margin-top:5px;font-size:10px;letter-spacing:.22em}
  .as-nav{gap:34px}.as-nav>a,.as-nav-group>button{font-size:16px;font-weight:650}
  .as-nav-cta{min-height:52px;padding:0 21px;font-size:14px;border-radius:8px}.as-nav-cta span{font-size:19px}
  .as-mega{top:94px}
}
@media(min-width:901px) and (max-width:1100px){
  .as-topbar p,.as-topbar a,.as-topbar-inner span{font-size:12px}.as-brand strong{font-size:21px}.as-brand em{font-size:9px}
  .as-nav>a,.as-nav-group>button{font-size:14px}
}

/* Capability directory legibility */
.home-sheet-directory{gap:58px 42px}
.home-sheet-directory h3{margin-bottom:18px;padding-bottom:16px;font-size:20px;line-height:1.35}
.home-sheet-directory h3 span{font-size:12px}
.home-sheet-directory a{min-height:44px;padding:12px 0;align-items:center;font-size:15px;line-height:1.45}
.home-sheet-directory a em{font-size:12px}
.home-all-sheets .home-section-head>p{font-size:16px;line-height:1.8}
@media(max-width:900px){
  .home-sheet-directory{gap:40px 28px}.home-sheet-directory h3{font-size:18px}.home-sheet-directory a{min-height:42px;font-size:14px}
}

/* Brighter brand balance: dark tones are reserved for the topbar and footer. */
:root{--as-ink:#183b34;--as-muted:#627a73;--as-green:#168b76;--as-mint:#a8dfd3;--as-paper:#f7f6f1;--as-line:#d9e5e1;--as-dark:#12332c}
.as-nav-wrap{background:rgba(255,255,252,.98)!important}
.as-page-intro,.sheet-hero,.sheet-index-hero,.as-about-hero,.contact-hero,.method-hero{background:radial-gradient(circle at 82% 12%,rgba(166,225,211,.28),transparent 30%),linear-gradient(135deg,#1c5449,#287665)!important}
.home-new-hero{background:radial-gradient(circle at 78% 15%,rgba(174,231,218,.3),transparent 28%),linear-gradient(132deg,#1b5046,#287765)!important}
.home-featured{background:#1b5046!important}.as-proof{background:#205b4f!important}
.sheet-service-page,.sheet-index,.home-new,.contact-page,.method-page{background:#f7f6f1!important}.sheet-related,.as-process{background:#eef2ed!important}
.service-dock{background:#fffefa!important;border-color:#d5e3de!important}.service-dock-head{background:linear-gradient(135deg,#207061,#24a087)!important}.service-dock-list a{color:#176c5d!important;background:#edf7f3!important}.service-dock-list i{background:#319a86!important}.service-dock-list a:hover{background:#168b76!important}
.sheet-table th{background:#246658!important}.sheet-table tr:nth-child(even) td{background:#f7faf8!important}.sheet-table tr:hover td{background:#e7f5ef!important}
.home-cap-grid>a:hover{background:#e9f5f0!important}.home-sheet-directory h3{border-bottom-color:#378171!important}.home-feature-grid>a:hover{background:rgba(182,231,219,.1)!important}

/* Light, readable capability mega menu */
.as-mega{color:#183b34!important;background:#fbfcf9!important;border:1px solid #dce8e3!important;box-shadow:0 28px 70px rgba(18,51,44,.18)!important}
.as-mega-cap-head{padding:30px 34px!important;background:#eaf5f0!important;border-bottom:1px solid #d4e5de!important}
.as-mega-cap-head span{color:#278b77!important;font-size:12px!important}.as-mega-cap-head strong{color:#173f36!important;font-size:25px!important}.as-mega-cap-head p{color:#5e7770!important;font-size:14px!important;line-height:1.7}
.as-mega-cap-head>a{min-width:205px!important;padding:15px 18px!important;color:#fff!important;background:#21927c!important;font-size:14px!important}
.as-mega-directory{padding:32px 34px 38px!important;gap:38px 46px!important}
.as-mega-directory section{gap:10px!important}.as-mega-directory section>a{color:#516d66!important;font-size:14px!important;line-height:1.55!important}
.as-mega-directory section>a:hover{color:#137765!important;background:#edf7f3!important}
.as-mega-directory .as-mega-group-title{margin-bottom:8px!important;padding-bottom:13px!important;color:#173f36!important;font-size:17px!important;border-bottom:2px solid #b9d8cf!important}
.as-mega-group-title span{color:#24927c!important;font-size:11px!important}
.as-mega-links a{border-bottom-color:#dfeae6!important}.as-mega-links b{color:#183f36!important;font-size:16px!important}.as-mega-links span{color:#607a73!important;font-size:13px!important}.as-mega-links a:hover{background:#edf7f3!important}

/* 2026 global type scale and balanced mid-dark brand palette */
:root{--as-ink:#123b33;--as-muted:#536f68;--as-green:#11735f;--as-mint:#93d1c2;--as-paper:#f5f5f0;--as-line:#d2dfda;--as-dark:#0d2d26}
html body{color:#123b33!important;font-size:16px;line-height:1.7}
p,li,td,th,input,select,button{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Segoe UI",Arial,sans-serif}
.as-topbar,.as-footer{background:#0d2d26!important}.as-nav-cta{background:#11735f!important}
.as-page-intro,.sheet-hero,.sheet-index-hero,.as-about-hero,.contact-hero,.method-hero{background:radial-gradient(circle at 82% 12%,rgba(108,188,170,.22),transparent 30%),linear-gradient(135deg,#123d35,#205f52)!important}
.home-new-hero{background:radial-gradient(circle at 78% 15%,rgba(108,188,170,.25),transparent 28%),linear-gradient(132deg,#123d35,#216252)!important}.home-featured{background:#153f37!important}.as-proof{background:#19493f!important}
.sheet-kicker,.sheet-intro span,.sheet-section-head span,.home-new-kicker,.home-section-head>div>span,.method-kicker{color:#197d69!important}
.sheet-actions .sheet-primary,.sheet-facet-buttons button.is-active,.sheet-facet-buttons button:hover,.method-side .method-consult,.method-article #submission>a{background:#11735f!important;border-color:#11735f!important}
.service-dock-head{background:linear-gradient(135deg,#174f44,#16816c)!important}.service-dock-list a{color:#155f52!important;background:#e8f2ee!important}.service-dock-list i{background:#217a68!important}.service-dock-list a:hover{background:#11735f!important}

/* Reading text */
.sheet-hero-grid>div>p,.sheet-index-hero p,.home-new-copy>p{font-size:18px!important;line-height:1.85!important}
.sheet-intro p,.sheet-section-head>p,.home-section-head>p{color:#4f6b64!important;font-size:16px!important;line-height:1.9!important}
.sheet-intro li{font-size:15px!important}.sheet-toolbar input,.sheet-toolbar>span{font-size:15px!important}
.sheet-table{font-size:15px!important}.sheet-table th{padding:17px 18px!important;font-size:14px!important;background:#1c5a4e!important}.sheet-table td{padding:16px 18px!important;color:#3f5f57!important;font-size:15px!important}
.sheet-card p,.sheet-related-grid p{font-size:15px!important;line-height:1.75!important}.sheet-card b,.sheet-related-grid strong{font-size:19px!important}
.method-article p{color:#536d66!important;font-size:16px!important;line-height:1.9!important}.method-side>a{font-size:15px!important}.method-cards strong{font-size:17px!important}.method-steps p{font-size:14px!important}.method-checks li{font-size:15px!important}
.home-cap-grid p,.home-feature-grid p{font-size:14px!important;line-height:1.75!important}.home-cap-grid strong{font-size:23px!important}.home-feature-grid h3{font-size:24px!important}
.contact-card p,.contact-card li,.contact-lines a,.contact-lines div{font-size:15px!important}.as-about-story p,.as-about-lab-copy p{font-size:16px!important}
.as-process-grid p,.as-proof-grid p,.as-footer-brand>p,.as-footer-col>a{font-size:14px!important;line-height:1.8!important}.as-process-grid strong,.as-proof-grid h3{font-size:20px!important}.as-footer-col>strong{font-size:15px!important}
.service-cat-desc{font-size:15px!important}.table,.table-service{font-size:14px!important}.table th,.table-service th{font-size:13px!important}.intro-quote{font-size:16px!important}

@media(max-width:700px){
  html body{font-size:15px}.sheet-hero-grid>div>p,.sheet-index-hero p,.home-new-copy>p{font-size:16px!important}.sheet-table{font-size:14px!important}.method-article p{font-size:15px!important}
}

/* Neutral, higher-contrast reading color */
:root{--as-ink:#18211f;--as-muted:#4e5a56}
html body{color:#18211f!important}
body h1,body h2,body h3,body h4,body h5,body h6,body strong,body b{color:#14201d}
.as-nav>a,.as-nav-group>button{color:#1d2a27!important}.as-brand strong{color:#123b32!important}
.sheet-intro p,.sheet-section-head>p,.home-section-head>p,.method-article p,.sheet-card p,.sheet-related-grid p,.contact-card p,.contact-card li,.as-about-story p{color:#45514d!important}
.sheet-table td{color:#26332f!important}.sheet-toolbar input,.sheet-toolbar>span,.home-sheet-directory a{color:#35433f!important}
.method-side>a,.method-checks li,.service-cat-desc,.table,.table-service{color:#35423e!important}
.home-cap-grid p,.home-feature-grid p,.as-process-grid p,.as-proof-grid p{color:#4a5854!important}
.as-mega-directory section>a{color:#34443f!important}.as-mega-cap-head p,.as-mega-links span{color:#4a5d57!important}
.as-footer-col>a,.as-footer-brand>p{color:#a7b8b2!important}
.sheet-hero h1,.sheet-index-hero h1,.method-hero h1,.as-page-intro h1,.as-about-hero h1,.contact-hero h1,.home-new-hero h1,.home-featured h2,.home-featured h3,.as-proof h2,.as-proof h3,.as-footer h2,.as-footer strong,.as-footer b{color:#fff!important}

/* Capability search */
.as-search-entry{height:44px!important;padding:0 15px!important;gap:8px!important;color:#0e6655!important;background:#e5f3ee!important;border:1px solid #afd2c7!important;border-radius:8px!important}.as-search-entry::after{display:none!important}.as-search-entry svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.as-search-entry span{font-size:14px;font-weight:800;line-height:1}.as-search-entry:hover{color:#fff!important;background:#11735f!important;border-color:#11735f!important}.search-page{background:#f5f5f0}.search-hero{padding:62px 0 58px;color:#fff;background:radial-gradient(circle at 82% 10%,rgba(108,188,170,.22),transparent 30%),linear-gradient(135deg,#123d35,#205f52)}.search-hero>div>span{color:#a4d9cd;font:800 11px Arial;letter-spacing:.2em}.search-hero h1{margin:18px 0 15px;color:#fff!important;font-size:clamp(44px,6vw,72px);line-height:1.1}.search-hero p{max-width:720px;margin:0;color:#d0e0dc;font-size:17px}.search-box{display:flex;width:min(100%,900px);height:66px;margin-top:32px;padding:0 18px;align-items:center;gap:14px;background:#fff;border-radius:10px;box-shadow:0 18px 45px rgba(7,35,29,.18)}.search-box svg{width:25px;fill:none;stroke:#1c6657;stroke-width:1.8}.search-box input{width:100%;height:100%;color:#18211f;font-size:17px;background:transparent;border:0;outline:0}.search-box kbd{padding:4px 9px;color:#61736e;background:#edf2ef;border:1px solid #d4dfdb;border-radius:5px;font:13px Arial}.search-results{padding:46px 0 110px}.search-summary{display:flex;margin-bottom:28px;align-items:baseline;gap:9px}.search-summary strong{color:#11735f;font-size:34px}.search-summary span{font-size:15px}.search-summary p{margin:0 0 0 auto;color:#52635e;font-size:15px}.search-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.search-card{display:flex;min-height:270px;padding:27px;flex-direction:column;color:inherit;background:#fff;border:1px solid #d2dfda;border-radius:11px;transition:.2s}.search-card[hidden],.search-empty[hidden],.search-card-hit[hidden],.search-card-row-data[hidden]{display:none!important}.search-card:hover{border-color:#4e9d8b;box-shadow:0 14px 32px rgba(18,61,53,.1);transform:translateY(-2px)}.search-card>span{color:#197d69;font-size:12px;font-weight:700}.search-card h2{margin:17px 0 12px;color:#18211f;font-size:23px}.search-card p{margin:0;color:#4b5c57;font-size:15px;line-height:1.8}.search-card .search-card-hit{margin:18px 0 0;padding:11px 13px;color:#314b63;background:#edf3f8;border:1px solid #d7e2ec;border-radius:8px;font-size:14px;line-height:1.6}.search-card-hit b{display:block;margin-bottom:2px;color:#2d4f7b;font-size:12px}.search-card-hit span{font-weight:600}.search-card-footer{display:flex;margin-top:auto;padding-top:22px;justify-content:space-between;border-top:1px solid #e4ebe8}.search-card .search-card-hit+.search-card-footer{margin-top:18px}.search-card b{color:#173e36;font-size:14px}.search-card em{color:#11735f;font-size:13px;font-style:normal}.search-empty{padding:65px;text-align:center;background:#fff;border:1px solid #d5e1dc;border-radius:12px}.search-empty strong{font-size:24px}.search-empty p{color:#53645f}.search-empty a{display:inline-block;margin-top:14px;padding:13px 18px;color:#fff;background:#11735f;border-radius:7px}
.search-page.has-query .search-hero{padding:30px 0 34px}.search-page.has-query .search-hero>div>span,.search-page.has-query .search-hero>div>p{display:none}.search-page.has-query .search-hero h1{margin:0;font-size:clamp(38px,4vw,54px)}.search-page.has-query .search-box{height:60px;margin-top:20px}.search-page.has-query .search-results{padding-top:32px}.search-page.has-query .search-summary{margin-bottom:20px}
@media(max-width:900px){.search-grid{grid-template-columns:1fr 1fr}.search-summary{align-items:flex-start;flex-wrap:wrap}.search-summary p{width:100%;margin-left:0}}
@media(max-width:600px){.search-hero{padding:55px 0 60px}.search-box{height:58px}.search-box input{font-size:15px}.search-box kbd{display:none}.search-results{padding:50px 0 80px}.search-grid{grid-template-columns:1fr}.search-card{min-height:240px}.search-empty{padding:38px 22px}}

/* Breadcrumb readability */
.sheet-breadcrumb,.method-hero nav,.as-page-intro nav,.as-about-hero nav{font-size:16px!important;line-height:1.5!important}
.sheet-breadcrumb,.method-hero nav,.as-page-intro nav,.as-about-hero nav{color:#b6cbc5!important}
.sheet-breadcrumb a,.method-hero nav a,.as-page-intro nav a,.as-about-hero nav a{color:#eef6f3!important;font-weight:600}
@media(max-width:600px){.sheet-breadcrumb,.method-hero nav,.as-page-intro nav,.as-about-hero nav{font-size:15px!important}}

/* Expanded About page */
.about-hero-actions{display:flex;margin-top:34px;gap:12px}.about-hero-actions a{padding:14px 19px;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:7px;font-size:14px;font-weight:700}.about-hero-actions a:first-child{color:#123b33;background:#fff;border-color:#fff}
.about-facts{position:relative;z-index:2;margin-top:-1px;background:#fff;border-bottom:1px solid #d6e1dd}.about-facts>.as-shell{display:grid;grid-template-columns:repeat(4,1fr)}.about-facts>div>div{min-height:132px;padding:27px;border-right:1px solid #dde6e2}.about-facts>div>div:first-child{border-left:1px solid #dde6e2}.about-facts strong{display:block;color:#155e50;font-size:30px;line-height:1.2}.about-facts span{display:block;margin-top:9px;color:#4d5e59;font-size:14px}
.about-scope{padding:95px 0;background:#f1f3ee}.about-scope-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ccd9d4;border-left:1px solid #ccd9d4}.about-scope-grid article{min-height:300px;padding:27px;background:#fff;border-right:1px solid #ccd9d4;border-bottom:1px solid #ccd9d4}.about-scope-grid span{color:#14705f;font:800 11px Arial;letter-spacing:.14em}.about-scope-grid h3{margin:72px 0 14px;font-size:22px}.about-scope-grid p{margin:0;color:#465651;font-size:15px;line-height:1.85}
.as-about-lab img{object-position:center}.about-cta{padding:92px 0;color:#fff;background:linear-gradient(135deg,#123d35,#1d594c)}.about-cta>.as-shell{display:flex;align-items:flex-end;justify-content:space-between;gap:65px}.about-cta span{color:#9fd2c6;font:800 11px Arial;letter-spacing:.18em}.about-cta h2{max-width:690px;margin:15px 0;color:#fff!important;font-size:42px}.about-cta p{max-width:700px;margin:0;color:#c1d4cf;font-size:16px}.about-cta>div>div:last-child{display:flex;gap:10px;flex:0 0 auto}.about-cta a{padding:14px 18px;color:#fff;border:1px solid rgba(255,255,255,.38);border-radius:7px;font-weight:700}.about-cta a:last-child{color:#143d34;background:#fff;border-color:#fff}
@media(max-width:900px){.about-facts>.as-shell,.about-scope-grid{grid-template-columns:1fr 1fr}.about-cta>.as-shell{align-items:flex-start;flex-direction:column}.as-about-lab img{min-height:380px}}
@media(max-width:600px){.about-hero-actions{align-items:flex-start;flex-direction:column}.about-facts>.as-shell,.about-scope-grid{grid-template-columns:1fr}.about-facts>div>div{min-height:100px}.about-scope{padding:70px 0}.about-scope-grid article{min-height:240px}.about-scope-grid h3{margin-top:45px}.about-cta{padding:70px 0}.about-cta h2{font-size:32px}.about-cta>div>div:last-child{width:100%;flex-direction:column}.about-cta a{text-align:center}}

/* About page — lighter editorial presentation */
.as-about-hero{color:#17241f!important;background:radial-gradient(circle at 82% 14%,rgba(109,185,166,.22),transparent 29%),linear-gradient(135deg,#e9f2ee,#f7f5ee)!important;border-bottom:1px solid #d4e1dc}.as-about-hero h1{color:#17352e!important}.as-about-hero p{color:#465d56!important}.as-about-hero .as-page-kicker{color:#17735f!important}.as-about-hero nav{color:#61756f!important}.as-about-hero nav a{color:#244b42!important}.about-hero-actions a{color:#165f51!important;border-color:#8fb8ac!important}.about-hero-actions a:first-child{color:#fff!important;background:#176f5e!important;border-color:#176f5e!important}
.as-about-story{background:#fffdf9}.about-audience{padding:96px 0;background:#f4f5f0}.about-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.about-audience-grid article{padding:31px;background:#fff;border:1px solid #d4dfdb;border-radius:10px}.about-audience-grid article>span{color:#17735f;font:800 11px Arial;letter-spacing:.16em}.about-audience-grid h3{margin:23px 0 15px;font-size:23px}.about-audience-grid p{margin:0;color:#46544f;font-size:15px;line-height:1.9}.about-audience-grid ul{margin:24px 0 0;padding:18px 0 0;list-style:none;border-top:1px solid #e0e8e4}.about-audience-grid li{padding:5px 0;color:#34443f;font-size:14px}.about-audience-grid li:before{content:'\2192';margin-right:9px;color:#18806b}
.about-scope{background:#edf2ee!important}.as-about-lab{padding-top:96px;background:#fffdf9}.as-about-lab-copy{color:#17251f!important;background:#e2eee9!important}.as-about-lab-copy h2{color:#17352e!important}.as-about-lab-copy p{color:#405850!important}.as-about-lab-copy a{color:#106955!important}
.as-values{background:#f4f5f0!important}.about-cta{color:#17251f!important;background:linear-gradient(135deg,#dcebe5,#eef3eb)!important;border-top:1px solid #cfddd7}.about-cta span{color:#17705e!important}.about-cta h2{color:#17352e!important}.about-cta p{color:#465d56!important}.about-cta a{color:#176451!important;border-color:#82aa9f!important}.about-cta a:last-child{color:#fff!important;background:#176f5e!important;border-color:#176f5e!important}
@media(max-width:900px){.about-audience-grid{grid-template-columns:1fr}.about-audience{padding:75px 0}}

/* Site-wide light editorial theme, extended from the About page */
html body{background:#fffdf9!important}.home-new,.sheet-service-page,.sheet-index,.method-page,.contact-page,.search-page{background:#f5f5f0!important}
.home-new-hero,.as-page-intro,.sheet-hero,.sheet-index-hero,.method-hero,.contact-hero,.search-hero{color:#17241f!important;background:radial-gradient(circle at 82% 12%,rgba(109,185,166,.2),transparent 29%),linear-gradient(135deg,#e7f1ed,#f8f5ed)!important;border-bottom:1px solid #d3e0db}
.home-new-hero h1,.as-page-intro h1,.sheet-hero h1,.sheet-index-hero h1,.method-hero h1,.contact-hero h1,.search-hero h1{color:#17352e!important}
.home-new-hero p,.as-page-intro p,.sheet-hero p,.sheet-index-hero p,.method-hero p,.contact-hero p,.search-hero p{color:#465d56!important}
.home-new-kicker,.as-page-kicker,.sheet-kicker,.method-kicker,.contact-hero>div>span,.search-hero>div>span{color:#17735f!important}
.sheet-breadcrumb,.method-hero nav,.as-page-intro nav,.contact-hero nav{color:#61756f!important}.sheet-breadcrumb a,.method-hero nav a,.as-page-intro nav a,.contact-hero nav a{color:#244b42!important}
.home-new-actions a:first-child,.sheet-actions .sheet-primary{color:#fff!important;background:#176f5e!important}.home-new-actions a:last-child,.sheet-actions>a:not(.sheet-primary){color:#175f50!important}
.home-new-panel,.sheet-summary{color:#203a33!important;background:rgba(255,255,255,.68)!important;border-color:#cbdcd5!important}.home-new-panel strong,.sheet-summary>strong{color:#176f5e!important}.home-new-panel span,.sheet-summary>span,.sheet-summary>p,.sheet-summary dt{color:#526b64!important}.sheet-summary dd{color:#243f38!important}.sheet-summary dl div{border-top-color:#d5e2dd!important}
.home-new-quick{border-top-color:#cbdcd5!important}.home-new-quick>span{color:#526b64!important}.home-new-quick a{color:#24493f!important;border-color:#c8d8d2!important;background:rgba(255,255,255,.45)}
.home-featured,.as-proof{color:#17241f!important;background:#e4eee9!important}.home-featured h2,.home-featured h3,.as-proof h2,.as-proof h3{color:#17352e!important}.home-feature-grid,.as-proof-grid{border-color:#c7d8d1!important}.home-feature-grid>a,.as-proof-grid article{color:#17241f!important;border-color:#c7d8d1!important}.home-feature-grid p,.as-proof-grid p{color:#4c625b!important}.home-feature-grid>a:hover{background:#d8e9e2!important}.home-feature-grid b,.home-section-head-light>a{color:#176f5e!important}
.sheet-projects,.sheet-intro,.method-content,.contact-content,.search-results{background:#fffdf9!important}.sheet-related,.as-process,.as-values{background:#eef2ed!important}
.method-side,.method-article>section,.contact-card,.search-card{background:#fff!important}.method-hero>div>p{color:#526a63!important}
.search-box{border:1px solid #c9d9d3!important;box-shadow:0 16px 38px rgba(31,75,64,.11)!important}
.as-footer{background:#173a32!important}

/* Unified pale-green palette and duplicate-chat cleanup */
.as-topbar{color:#385c52!important;background:#d7ebe3!important}.as-topbar a{color:#284e44!important}.as-nav-wrap{background:#fffefa!important}
.as-nav-cta,.home-new-actions a:first-child,.sheet-actions .sheet-primary,.method-side .method-consult,.method-article #submission>a,.search-empty a{color:#173f35!important;background:#b6ddcf!important;border-color:#9dcbbb!important}
.as-nav-cta:hover,.home-new-actions a:first-child:hover,.sheet-actions .sheet-primary:hover{background:#9dcebd!important}
.as-search-entry{color:#174f43!important;background:#dcefe8!important;border-color:#b7d8cd!important}.as-search-entry:hover{color:#173f35!important;background:#b6ddcf!important;border-color:#9dcbbb!important}
.service-dock{background:#fffefa!important;border-color:#bdd8cf!important}.service-dock-head{color:#173f35!important;background:#b3ddcf!important}.service-dock-head i{color:#174f43!important;background:rgba(255,255,255,.58)!important}.service-dock-list a{color:#244f44!important;background:#e2f1eb!important}.service-dock-list i{color:#244f44!important;background:#c2e2d7!important}.service-dock-list a:hover{color:#173f35!important;background:#c0e1d6!important}.service-dock-list a:hover i{color:#173f35!important;background:#a8d4c5!important}
.sheet-table th{color:#173f35!important;background:#c7e4da!important}.table th,.table-service th{color:#173f35!important;background:#d9ece5!important}.sheet-facet-buttons button.is-active,.sheet-facet-buttons button:hover{color:#173f35!important;background:#b6ddcf!important;border-color:#9dcbbb!important}
.as-footer{color:#355a50!important;background:#dcebe5!important}.as-footer-lead{border-bottom-color:#bfd5cd!important}.as-footer-lead>div>span{color:#287361!important}.as-footer-lead h2{color:#173f35!important}.as-footer-lead>a{color:#173f35!important;background:#b5ddcf!important}.as-footer-grid{color:#355a50!important}.as-footer .as-brand-light strong,.as-footer-col>strong{color:#173f35!important}.as-footer .as-brand-light em,.as-footer-brand>p,.as-footer-col>a,.as-footer-contact>p{color:#46665e!important}.as-footer-col>a:hover{color:#0f6755!important}.as-footer-bottom{border-top-color:#bfd5cd!important}.as-footer-bottom p,.as-footer-bottom a{color:#55726a!important}
.about-cta a:last-child{color:#173f35!important;background:#b6ddcf!important;border-color:#9dcbbb!important}

/* Final palette — Mist Pine */
:root{--as-ink:#202b28;--as-muted:#586762;--as-green:#2f7163;--as-mint:#a8cdc2;--as-paper:#f6f4ee;--as-line:#d5dfdb;--as-dark:#244c43}
html body{color:#202b28!important;background:#faf9f5!important}
.as-topbar{color:#dbe9e4!important;background:#315f55!important}.as-topbar a{color:#fff!important}
.as-nav-wrap{background:rgba(255,254,250,.98)!important}.as-nav>a,.as-nav-group>button{color:#24332f!important}.as-brand strong{color:#28594e!important}
.home-new,.sheet-service-page,.sheet-index,.method-page,.contact-page,.search-page{background:#f6f4ee!important}
.home-new-hero,.as-page-intro,.sheet-hero,.sheet-index-hero,.method-hero,.contact-hero,.search-hero,.as-about-hero{background:radial-gradient(circle at 82% 10%,rgba(152,194,182,.24),transparent 30%),linear-gradient(135deg,#e9f1ed,#f8f5ed)!important;border-bottom-color:#d3dfda!important}
.home-new-hero h1,.as-page-intro h1,.sheet-hero h1,.sheet-index-hero h1,.method-hero h1,.contact-hero h1,.search-hero h1,.as-about-hero h1{color:#23453d!important}
.home-new-kicker,.as-page-kicker,.sheet-kicker,.method-kicker,.contact-hero>div>span,.search-hero>div>span{color:#397c6c!important}
.as-nav-cta,.home-new-actions a:first-child,.sheet-actions .sheet-primary,.method-side .method-consult,.method-article #submission>a,.search-empty a{color:#fff!important;background:#397c6c!important;border-color:#397c6c!important}.as-nav-cta:hover,.home-new-actions a:first-child:hover,.sheet-actions .sheet-primary:hover{background:#2e685b!important}
.as-search-entry{color:#315f55!important;background:#e3eeea!important;border-color:#bfd5ce!important}.as-search-entry:hover{color:#fff!important;background:#397c6c!important;border-color:#397c6c!important}
.service-dock{background:#fffefa!important;border-color:#c8d9d3!important;box-shadow:0 18px 46px rgba(39,78,69,.15)!important}.service-dock-head{color:#fff!important;background:#4c8b7c!important}.service-dock-head i{color:#fff!important;background:rgba(255,255,255,.2)!important}.service-dock-list a{color:#315f55!important;background:#edf3f0!important}.service-dock-list i{color:#fff!important;background:#78aa9e!important}.service-dock-list a:hover{color:#fff!important;background:#4c8b7c!important}.service-dock-list a:hover i{color:#fff!important;background:rgba(255,255,255,.2)!important}
.sheet-table th{color:#fff!important;background:#4b7f73!important}.table th,.table-service th{color:#284a42!important;background:#e2ece8!important}.sheet-table tr:hover td{background:#edf5f1!important}
.home-featured,.as-proof{background:#dfeae5!important}.sheet-related,.as-process,.as-values,.about-scope{background:#eef1ec!important}.home-featured h2,.home-featured h3,.as-proof h2,.as-proof h3{color:#24463e!important}
.as-mega{background:#fffefa!important;border-color:#d5dfdb!important}.as-mega-cap-head{background:#e5efeb!important}.as-mega-cap-head>a{color:#fff!important;background:#397c6c!important}
.about-cta{background:linear-gradient(135deg,#dce9e4,#eff2ec)!important}.about-cta a:last-child{color:#fff!important;background:#397c6c!important;border-color:#397c6c!important}
.as-footer{color:#36574f!important;background:#d7e5df!important}.as-footer-lead h2,.as-footer .as-brand-light strong,.as-footer-col>strong{color:#23453d!important}.as-footer-lead>a{color:#fff!important;background:#397c6c!important}.as-footer-brand>p,.as-footer-col>a,.as-footer-contact>p{color:#4d6a62!important}.as-footer-bottom{border-top-color:#b9cec7!important}

/* Reliable click-open navigation */
.as-nav-wrap{z-index:100}.as-mega{z-index:9999!important}.as-nav-group.is-open>.as-mega{opacity:1!important;visibility:visible!important;transform:translate(-50%,0)!important;pointer-events:auto!important}.as-nav-group>button{cursor:pointer}
@media(max-width:900px){.as-nav-group.is-open>.as-mega{display:grid!important;transform:none!important}}

@media(min-width:901px){
  .as-nav-group.is-open>button{color:#fff!important;background:#397c6c!important}
  .as-nav-group>button{height:46px!important;margin-top:24px;padding:0 13px!important;border-radius:7px!important}
  .as-nav-group.is-open>button::after{display:none!important}
  .as-nav-group>.as-mega{position:fixed!important;top:134px!important;left:50%!important;max-height:calc(100vh - 154px)!important}
  .as-header.is-scrolled .as-nav-group>.as-mega{top:94px!important}
}

/* Final palette v2 — Celadon Lab */
:root{--as-ink:#1d2926;--as-muted:#56645f;--as-green:#087f69;--as-mint:#65c7ad;--as-paper:#f7faf7;--as-line:#d8e5df;--as-dark:#174a3e}
html body{color:#1d2926!important;background:#fcfdfb!important}
.as-topbar{color:#42625a!important;background:#e0f0e9!important;border-bottom:1px solid #cbe1d8}.as-topbar a{color:#185d4e!important;font-weight:700}
.as-nav-wrap{background:#fff!important;border-bottom-color:#e2ebe7!important}.as-brand strong{color:#105d4d!important}.as-nav>a,.as-nav-group>button{color:#23332f!important}.as-nav>a::after,.as-nav-group>button::after{background:#0b9278!important}
.home-new,.sheet-service-page,.sheet-index,.method-page,.contact-page,.search-page{background:#f7faf7!important}
.home-new-hero,.as-page-intro,.sheet-hero,.sheet-index-hero,.method-hero,.contact-hero,.search-hero,.as-about-hero{background:radial-gradient(circle at 84% 8%,rgba(102,200,174,.19),transparent 28%),linear-gradient(135deg,#edf8f3,#fffaf2)!important;border-bottom-color:#d6e8e0!important}
.home-new-hero h1,.as-page-intro h1,.sheet-hero h1,.sheet-index-hero h1,.method-hero h1,.contact-hero h1,.search-hero h1,.as-about-hero h1{color:#153c33!important}.home-new-hero p,.as-page-intro p,.sheet-hero p,.sheet-index-hero p,.method-hero p,.contact-hero p,.search-hero p,.as-about-hero p{color:#52635e!important}
.home-new-kicker,.as-page-kicker,.sheet-kicker,.method-kicker,.contact-hero>div>span,.search-hero>div>span{color:#0b8d74!important}
.as-nav-cta,.home-new-actions a:first-child,.sheet-actions .sheet-primary,.method-side .method-consult,.method-article #submission>a,.search-empty a{color:#fff!important;background:#07866e!important;border-color:#07866e!important;box-shadow:0 8px 18px rgba(7,134,110,.14)!important}.as-nav-cta:hover,.home-new-actions a:first-child:hover,.sheet-actions .sheet-primary:hover{background:#056d5a!important}
.as-search-entry{color:#08715e!important;background:#e5f5ef!important;border-color:#bfe3d6!important}.as-search-entry:hover{color:#fff!important;background:#0a8d74!important;border-color:#0a8d74!important}
.service-dock{background:#fff!important;border-color:#cce2d9!important;box-shadow:0 18px 48px rgba(26,77,65,.13)!important}.service-dock-head{color:#fff!important;background:linear-gradient(135deg,#087560,#15a183)!important}.service-dock-list a{color:#17594c!important;background:#edf7f3!important}.service-dock-list i{color:#fff!important;background:#55b49c!important}.service-dock-list a:hover{color:#fff!important;background:#119279!important}
.sheet-table th{color:#fff!important;background:#187663!important}.table th,.table-service th{color:#194b40!important;background:#e2f1eb!important}.sheet-table tr:nth-child(even) td{background:#f7fbf9!important}.sheet-table tr:hover td{background:#e8f6f0!important}
.home-featured,.as-proof{background:#e6f3ed!important}.sheet-related,.as-process,.as-values,.about-scope{background:#f0f5f1!important}.home-featured h2,.home-featured h3,.as-proof h2,.as-proof h3{color:#173e35!important}
.as-mega{background:#fff!important;border-color:#d6e6df!important;box-shadow:0 28px 70px rgba(18,70,58,.14)!important}.as-mega-cap-head{background:#eaf6f1!important}.as-mega-cap-head>a{color:#fff!important;background:#07866e!important}.as-mega-directory .as-mega-group-title{border-bottom-color:#acd7c9!important}.as-mega-directory section>a:hover{background:#edf8f4!important}
.about-cta{background:linear-gradient(135deg,#e0f1ea,#f6f8f2)!important}.about-cta a:last-child{color:#fff!important;background:#07866e!important;border-color:#07866e!important}
.as-footer{color:#395b52!important;background:#e0eee8!important}.as-footer-lead{border-bottom-color:#c3dbd2!important}.as-footer-lead h2,.as-footer .as-brand-light strong,.as-footer-col>strong{color:#173e35!important}.as-footer-lead>a{color:#fff!important;background:#07866e!important}.as-footer-brand>p,.as-footer-col>a,.as-footer-contact>p{color:#4d6b63!important}.as-footer-bottom{border-top-color:#c3dbd2!important}
@media(min-width:901px){.as-nav-group.is-open>button{color:#fff!important;background:#07866e!important}}

/* Final palette v3 — Haze Blue & Warm Sand (no green) */
:root{--as-ink:#202833;--as-muted:#5d6877;--as-green:#365f91;--as-mint:#aebfd4;--as-paper:#f6f5f1;--as-line:#d8dee7;--as-dark:#2c405d}
html body{color:#202833!important;background:#fbfaf7!important}.as-brand img{filter:hue-rotate(92deg) saturate(.75)}
.as-topbar{color:#dbe4ef!important;background:#304866!important;border-bottom-color:#304866!important}.as-topbar a{color:#fff!important}.as-brand strong{color:#294b76!important}.as-brand em{color:#738399!important}
.as-nav-wrap{background:#fff!important;border-bottom-color:#e1e5eb!important}.as-nav>a,.as-nav-group>button{color:#263446!important}.as-nav>a::after,.as-nav-group>button::after{background:#4776ae!important}
.home-new,.sheet-service-page,.sheet-index,.method-page,.contact-page,.search-page{background:#f6f5f1!important}
.home-new-hero,.as-page-intro,.sheet-hero,.sheet-index-hero,.method-hero,.contact-hero,.search-hero,.as-about-hero{background:radial-gradient(circle at 84% 8%,rgba(120,156,199,.18),transparent 29%),linear-gradient(135deg,#edf2f7,#fff8ee)!important;border-bottom-color:#dce2e9!important}
.home-new-hero h1,.as-page-intro h1,.sheet-hero h1,.sheet-index-hero h1,.method-hero h1,.contact-hero h1,.search-hero h1,.as-about-hero h1{color:#263e5c!important}.home-new-hero p,.as-page-intro p,.sheet-hero p,.sheet-index-hero p,.method-hero p,.contact-hero p,.search-hero p,.as-about-hero p{color:#596675!important}
.home-new-kicker,.as-page-kicker,.sheet-kicker,.method-kicker,.contact-hero>div>span,.search-hero>div>span,.sheet-intro span,.sheet-section-head span,.home-section-head>div>span{color:#a3653e!important}
.sheet-breadcrumb,.method-hero nav,.as-page-intro nav,.as-about-hero nav{color:#7b8795!important}.sheet-breadcrumb a,.method-hero nav a,.as-page-intro nav a,.as-about-hero nav a{color:#385b84!important}
.as-nav-cta,.home-new-actions a:first-child,.sheet-actions .sheet-primary,.method-side .method-consult,.method-article #submission>a,.search-empty a{color:#fff!important;background:#3f6fa6!important;border-color:#3f6fa6!important;box-shadow:0 8px 18px rgba(63,111,166,.14)!important}.as-nav-cta:hover,.home-new-actions a:first-child:hover,.sheet-actions .sheet-primary:hover{background:#315a89!important}
.as-search-entry{color:#355d8d!important;background:#e8eef6!important;border-color:#c8d5e4!important}.as-search-entry:hover{color:#fff!important;background:#4776ae!important;border-color:#4776ae!important}
.service-dock{background:#fff!important;border-color:#d2dbe7!important;box-shadow:0 18px 48px rgba(40,64,94,.14)!important}.service-dock-head{color:#fff!important;background:linear-gradient(135deg,#365b87,#527fb2)!important}.service-dock-list a{color:#365675!important;background:#edf2f7!important}.service-dock-list i{color:#fff!important;background:#7898bd!important}.service-dock-list a:hover{color:#fff!important;background:#4b75a5!important}
.sheet-table th{color:#fff!important;background:#486b94!important}.table th,.table-service th{color:#31465e!important;background:#e7edf4!important}.sheet-table tr:nth-child(even) td{background:#f8f9fb!important}.sheet-table tr:hover td{background:#edf2f8!important}.sheet-facet-buttons button.is-active,.sheet-facet-buttons button:hover{color:#fff!important;background:#4a75a7!important;border-color:#4a75a7!important}
.home-featured,.as-proof{background:#e7edf3!important}.sheet-related,.as-process,.as-values,.about-scope{background:#f0f1f3!important}.home-featured h2,.home-featured h3,.as-proof h2,.as-proof h3{color:#2b415c!important}.home-feature-grid p,.as-proof-grid p{color:#5e6b79!important}
.as-mega{background:#fff!important;border-color:#d9e0e9!important;box-shadow:0 28px 70px rgba(39,61,88,.15)!important}.as-mega-cap-head{background:#e9eef5!important}.as-mega-cap-head>a{color:#fff!important;background:#4776ae!important}
.about-hero-actions a:first-child,.about-cta a:last-child{color:#fff!important;background:#4776ae!important;border-color:#4776ae!important}.about-hero-actions a,.about-cta a{color:#365d89!important;border-color:#aebdd0!important}.about-facts strong,.about-audience-grid article>span,.about-scope-grid span{color:#a3653e!important}.as-about-lab-copy{background:#e7edf3!important}.as-about-lab-copy h2{color:#2b415c!important}.as-about-lab-copy a{color:#3c6595!important}.about-cta{background:linear-gradient(135deg,#e7edf3,#f5f2eb)!important}
.as-footer{color:#42546a!important;background:#e3e9f0!important}.as-footer-lead{border-bottom-color:#cbd5e0!important}.as-footer-lead h2,.as-footer .as-brand-light strong,.as-footer-col>strong{color:#2a405b!important}.as-footer-lead>a{color:#fff!important;background:#4776ae!important}.as-footer-brand>p,.as-footer-col>a,.as-footer-contact>p{color:#576a80!important}.as-footer-bottom{border-top-color:#cbd5e0!important}

/* Native, reliable dropdown menus */
.as-nav-dropdown{height:100%}.as-nav-dropdown>summary{position:relative;display:flex;height:100%;align-items:center;gap:8px;color:#263446;font-size:16px;font-weight:650;white-space:nowrap;cursor:pointer;list-style:none}.as-nav-dropdown>summary::-webkit-details-marker{display:none}.as-nav-dropdown>summary i{width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-2px);transition:.2s}.as-nav-dropdown[open]>summary{color:#365f91}.as-nav-dropdown[open]>summary i{transform:rotate(225deg) translate(-2px,-1px)}.as-nav-dropdown[open]>.as-mega{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}
.as-mega-intro>a{display:inline-block;margin-top:20px;color:#365f91!important;font-size:13px;font-weight:700}
@media(min-width:901px){.as-nav-dropdown>.as-mega{position:fixed!important;top:134px!important;left:50%!important;max-height:calc(100vh - 154px)!important}.as-header.is-scrolled .as-nav-dropdown>.as-mega{top:94px!important}}
@media(max-width:900px){.as-nav-dropdown{height:auto}.as-nav-dropdown>summary{width:100%;height:54px;justify-content:space-between;border-bottom:1px solid #e4e8ed}.as-nav-dropdown>.as-mega{position:static!important;display:none!important;width:100%!important;max-height:none!important;transform:none!important;box-shadow:none!important}.as-nav-dropdown[open]>.as-mega{display:grid!important;transform:none!important}}

/* Readability pass: larger supporting type and stronger section contrast */
.home-new-kicker,.as-page-kicker,.sheet-kicker,.method-kicker,.contact-hero>div>span,.search-hero>div>span,.sheet-intro span,.sheet-section-head span,.home-section-head>div>span{font-size:13px!important;letter-spacing:.14em!important}
.as-topbar p,.as-topbar a,.as-topbar-inner span{font-size:13px!important}.as-brand em{font-size:10px!important}
.home-new-hero p,.sheet-hero-grid>div>p,.sheet-index-hero p,.method-hero>div>p,.contact-hero p,.search-hero p,.as-about-hero p{font-size:18px!important}
.home-cap-grid p,.home-feature-grid p,.sheet-card p,.sheet-related-grid p,.method-steps p,.as-process-grid p,.as-proof-grid p{font-size:15px!important}
.home-sheet-directory h3{font-size:21px!important}.home-sheet-directory a{font-size:16px!important}.home-sheet-directory a em{font-size:13px!important}
.as-mega-cap-head span{font-size:13px!important}.as-mega-cap-head p{font-size:15px!important}.as-mega-directory section>a{font-size:15px!important}.as-mega-directory .as-mega-group-title{font-size:18px!important}.as-mega-links b{font-size:17px!important}.as-mega-links span{font-size:14px!important}
.sheet-summary>span,.sheet-summary>p,.sheet-summary dt,.sheet-summary dd{font-size:15px!important}.sheet-toolbar>span{font-size:15px!important}
.method-side>span{font-size:12px!important}.method-side>a{font-size:16px!important}.method-checks li{font-size:16px!important}
.as-footer-brand>p,.as-footer-col>a,.as-footer-contact>p{font-size:14px!important}.as-footer-col>strong{font-size:16px!important}.as-footer-bottom p,.as-footer-bottom a{font-size:12px!important}
.service-dock-list span{font-size:15px!important}.service-dock-list i{font-size:13px!important}

.home-new-hero,.as-page-intro,.sheet-hero,.sheet-index-hero,.method-hero,.contact-hero,.search-hero,.as-about-hero{background:radial-gradient(circle at 84% 8%,rgba(103,139,182,.22),transparent 29%),linear-gradient(135deg,#e3eaf2,#f5eee5)!important}
.home-featured,.as-proof{background:#dce5ee!important}.sheet-related,.as-process,.as-values,.about-scope{background:#e8ebef!important}.about-audience{background:#eceef1!important}.as-mega-cap-head{background:#dfe7f0!important}.as-footer{background:#d7e0e9!important}.service-dock-list a{background:#e5ebf2!important}.sheet-table tr:nth-child(even) td{background:#f2f5f8!important}
@media(max-width:600px){.home-new-hero p,.sheet-hero-grid>div>p,.sheet-index-hero p,.method-hero>div>p,.contact-hero p,.search-hero p,.as-about-hero p{font-size:16px!important}.home-sheet-directory a{font-size:15px!important}.service-dock-list span{font-size:14px!important}}

/* Footer structure and viewport fit */
html,body{min-height:100%}body{min-height:100vh;display:flex;flex-direction:column}.as-footer{width:100%;margin-top:auto!important;margin-bottom:0!important}
html body{padding-bottom:0!important}
.as-footer-lead{padding:68px 0 55px!important;align-items:center!important}.as-footer-lead h2{font-size:38px!important;line-height:1.3!important}.as-footer-lead>a{min-height:52px!important;padding:0 22px!important;border-radius:8px!important}
.as-footer-grid{grid-template-columns:1.55fr 1fr 1fr 1.15fr!important;gap:58px!important;padding:52px 0!important}.as-footer-brand>p{max-width:320px!important;margin-top:19px!important}.as-footer-col{gap:0!important}.as-footer-col>strong{margin-bottom:14px!important;padding-bottom:12px;border-bottom:1px solid #c2ccd8}.as-footer-col>a{padding:6px 0!important}.as-footer-phone{color:#2c527e!important;font-size:20px!important;font-weight:800!important}.as-footer-contact>p{margin-top:14px!important;line-height:1.8!important}
.as-footer-bottom{padding:20px 0 24px!important}.as-footer-bottom>div{display:flex;gap:22px;align-items:center}.as-footer-bottom a:hover{color:#315a89!important}
@media(max-width:900px){.as-footer-grid{grid-template-columns:1fr 1fr!important;gap:38px 30px!important}.as-footer-brand,.as-footer-contact{grid-column:auto!important}}
@media(max-width:600px){.as-footer-lead h2{font-size:30px!important}.as-footer-grid{grid-template-columns:1fr!important}.as-footer-brand,.as-footer-contact{grid-column:auto!important}.as-footer-bottom>div{align-items:flex-start;flex-wrap:wrap;gap:8px 16px}}

/* Hot search label hierarchy */
.home-new-quick>span{color:#35465c!important;font-size:17px!important;font-weight:750!important;letter-spacing:.04em!important;white-space:nowrap}.home-new-quick a{font-size:16px!important;font-weight:600!important}
@media(max-width:600px){.home-new-quick>span{font-size:16px!important}.home-new-quick a{font-size:15px!important}}

/* Featured capability cards: readable metrics */
.home-feature-grid span{color:#3b5f88!important;font:800 18px/1.2 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif!important;letter-spacing:.04em!important}.home-feature-grid h3{font-size:28px!important}.home-feature-grid p{color:#4f5f72!important;font-size:17px!important;line-height:1.65!important}.home-feature-grid b{color:#365f91!important;font-size:25px!important}.home-feature-main h3{font-size:48px!important}.home-feature-main p{font-size:17px!important}.home-section-head-light>a{font-size:16px!important}
@media(max-width:600px){.home-feature-grid span{font-size:16px!important}.home-feature-grid h3{font-size:24px!important}.home-feature-grid p,.home-feature-main p{font-size:15px!important}.home-feature-main h3{font-size:36px!important}}

/* Service workflow and technical guide pages */
.flow-page,.guide-page{background:#f6f5f1}.flow-hero,.guide-hero{padding:68px 0 78px;background:radial-gradient(circle at 84% 8%,rgba(103,139,182,.22),transparent 29%),linear-gradient(135deg,#e3eaf2,#f5eee5);border-bottom:1px solid #d8dee7}.flow-hero nav,.guide-hero nav{display:flex;margin-bottom:50px;gap:10px;color:#6a7787;font-size:16px}.flow-hero nav a,.guide-hero nav a{color:#365b84;font-weight:600}.flow-kicker,.guide-kicker{display:block;color:#a3653e;font-size:13px;font-weight:800;letter-spacing:.15em}.flow-hero h1,.guide-hero h1{max-width:980px;margin:18px 0 20px;color:#263e5c;font-size:clamp(46px,6vw,76px);line-height:1.13;letter-spacing:-.045em}.flow-hero>div>p,.guide-hero>div>p{max-width:820px;margin:0;color:#4d5c6d;font-size:18px;line-height:1.9}.flow-hero-actions{display:flex;margin-top:32px;gap:12px}.flow-hero-actions a{padding:14px 18px;color:#365f91;border:1px solid #aab9ca;border-radius:7px;font-size:15px;font-weight:700}.flow-hero-actions a:first-child{color:#fff;background:#3f6fa6;border-color:#3f6fa6}
.flow-prep,.guide-principles,.method-framework,.indicator-logic{padding:90px 0;background:#fff}.flow-prep>.as-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.flow-prep>div>div>span{color:#a3653e;font-size:13px;font-weight:800;letter-spacing:.14em}.flow-prep h2{margin:17px 0;font-size:38px}.flow-prep ul{display:grid;margin:0;padding:0;grid-template-columns:1fr;list-style:none;border-top:1px solid #d8dee7}.flow-prep li{padding:22px;border-bottom:1px solid #d8dee7}.flow-prep strong{font-size:18px}.flow-prep p{margin:7px 0 0;color:#566474;font-size:16px;line-height:1.75}
.flow-stages,.guide-categories,.indicator-directory{padding:95px 0;background:#e8ebef}.flow-stage-list{margin:0;padding:0;list-style:none;border-top:1px solid #cbd4df}.flow-stage-list>li{display:grid;padding:32px 0;grid-template-columns:150px 1fr 300px;gap:45px;border-bottom:1px solid #cbd4df}.flow-stage-list>li>div{display:flex;gap:12px;align-items:baseline}.flow-stage-list>li>div span{color:#365f91;font-size:31px;font-weight:800}.flow-stage-list em{color:#a3653e;font-size:11px;font-style:normal;font-weight:800}.flow-stage-list h3{margin:0 0 12px;font-size:25px}.flow-stage-list article p,.flow-stage-list aside p{margin:0;color:#4c5b6c;font-size:16px;line-height:1.85}.flow-stage-list aside{padding:18px;background:rgba(255,255,255,.62);border-radius:8px}.flow-stage-list aside strong{display:block;margin-bottom:8px;font-size:15px}
.flow-notes,.guide-checklist{padding:85px 0;background:#fff}.flow-notes>.as-shell,.guide-checklist>.as-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.flow-notes span,.guide-checklist>div>div>span{color:#a3653e;font-size:13px;font-weight:800;letter-spacing:.14em}.flow-notes h2,.guide-checklist h2{margin:17px 0;font-size:37px}.flow-notes>div>div:last-child p{margin:0;padding:18px 0;color:#4d5c6c;font-size:16px;line-height:1.8;border-bottom:1px solid #dce2e9}.flow-notes strong{color:#26384f}
.guide-principle-grid,.indicator-question-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d6dde6;border-left:1px solid #d6dde6}.guide-principle-grid article,.indicator-question-grid article{min-height:270px;padding:27px;border-right:1px solid #d6dde6;border-bottom:1px solid #d6dde6}.guide-principle-grid span,.indicator-question-grid span{color:#a3653e;font-size:16px;font-weight:800}.guide-principle-grid h3,.indicator-question-grid h3{margin:50px 0 12px;font-size:22px}.guide-principle-grid p,.indicator-question-grid p{margin:0;color:#4f5e6e;font-size:16px;line-height:1.8}
.guide-category-grid,.indicator-directory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.guide-category-grid article,.indicator-directory-grid article{padding:30px;background:#fff;border:1px solid #d3dae4;border-radius:10px}.guide-category-grid article>span,.indicator-directory-grid article>span{color:#a3653e;font-size:13px;font-weight:800;letter-spacing:.12em}.guide-category-grid h3,.indicator-directory-grid h3{margin:19px 0 13px;font-size:25px}.guide-category-grid p,.indicator-directory-grid p{margin:0;color:#4e5c6d;font-size:16px;line-height:1.85}.guide-category-grid article>div,.indicator-directory-grid article>div{display:flex;margin-top:22px;padding-top:17px;gap:8px;flex-wrap:wrap;border-top:1px solid #e0e5eb}.guide-category-grid a,.indicator-directory-grid a{padding:8px 11px;color:#365f91;background:#edf2f8;border-radius:6px;font-size:14px;font-weight:700}
.method-framework ol{display:grid;margin:0;padding:0;grid-template-columns:repeat(5,1fr);list-style:none;border-top:1px solid #d7dee7;border-left:1px solid #d7dee7}.method-framework li{min-height:270px;padding:24px;border-right:1px solid #d7dee7;border-bottom:1px solid #d7dee7}.method-framework li>span{color:#a3653e;font-size:16px;font-weight:800}.method-framework h3{margin:50px 0 12px;font-size:21px}.method-framework p{margin:0;color:#4f5e6e;font-size:15px;line-height:1.8}
.guide-checklist ul{display:grid;margin:0;padding:0;grid-template-columns:1fr 1fr;gap:10px;list-style:none}.guide-checklist li{padding:17px 19px;color:#354356;background:#edf1f5;border-radius:7px;font-size:16px}.guide-checklist li:before{content:'\2713';margin-right:9px;color:#365f91;font-weight:800}
@media(max-width:900px){.flow-prep>.as-shell,.flow-notes>.as-shell,.guide-checklist>.as-shell{grid-template-columns:1fr;gap:25px}.flow-stage-list>li{grid-template-columns:100px 1fr}.flow-stage-list aside{grid-column:2}.guide-principle-grid,.indicator-question-grid{grid-template-columns:1fr 1fr}.method-framework ol{grid-template-columns:1fr 1fr}.guide-category-grid,.indicator-directory-grid{grid-template-columns:1fr}}
@media(max-width:600px){.flow-hero,.guide-hero{padding:52px 0 58px}.flow-hero nav,.guide-hero nav{margin-bottom:36px;font-size:15px}.flow-hero h1,.guide-hero h1{font-size:42px}.flow-hero>div>p,.guide-hero>div>p{font-size:16px}.flow-hero-actions{align-items:flex-start;flex-direction:column}.flow-prep,.guide-principles,.method-framework,.indicator-logic,.flow-stages,.guide-categories,.indicator-directory,.flow-notes,.guide-checklist{padding:65px 0}.flow-stage-list>li{grid-template-columns:1fr;gap:16px}.flow-stage-list aside{grid-column:auto}.guide-principle-grid,.indicator-question-grid,.method-framework ol,.guide-checklist ul{grid-template-columns:1fr}}

/* Whole-site type audit: keep all supporting information comfortably readable */
html body{font-size:16px!important;line-height:1.65}
.as-nav>a,.as-nav-group>button,.as-nav-dropdown>summary{font-size:16px!important}
.as-nav-cta{font-size:15px!important}.as-nav-cta span{font-size:20px!important}
.as-page-intro nav,.as-about-hero nav,.sheet-breadcrumb,.method-hero nav{font-size:16px!important}
.as-page-kicker,.home-new-kicker,.sheet-kicker,.method-kicker,.flow-kicker,.guide-kicker{font-size:14px!important}
.as-page-intro p,.as-about-hero p{font-size:18px!important;color:#465568!important}

.home-cap-grid>article>span,.home-feature-grid>article>span,.as-process-grid li>span,.as-proof-grid article>span,
.as-values-grid span,.as-support-grid span,.as-news-card>div>span{font-size:14px!important;line-height:1.35!important}
.home-cap-grid p,.home-feature-grid p,.as-process-grid p,.as-proof-grid p,.as-values-grid p,
.as-support-grid p,.as-news-card p{font-size:16px!important;color:#465568!important;line-height:1.8!important}
.as-support-grid h3{font-size:26px!important}.as-news-card h3{font-size:20px!important}.as-news-more{font-size:15px!important}

.table,.table-service,.sheet-table{font-size:16px!important}
.table th,.table-service th,.sheet-table th{font-size:15px!important;line-height:1.45!important}
.table td,.table-service td,.sheet-table td{font-size:16px!important;color:#35465a!important}
.sheet-summary>span,.sheet-summary>p,.sheet-summary dt,.sheet-summary dd,.sheet-toolbar>span,
.cap-result-bar p,.cap-result-bar>span{font-size:16px!important}
.cap-toolbar input,.cap-toolbar select{font-size:16px!important}
.cap-family-chip em,.cap-family-tag{font-size:13px!important}.cap-table th{font-size:14px!important}.cap-table td strong{font-size:16px!important}

.service-cat-desc,.sheet-card p,.sheet-related-grid p,.method-steps p{font-size:16px!important;color:#48586a!important}
.cat-num{font-size:13px!important}.env-item-tag span,.sheet-facet-buttons button{font-size:14px!important}
.method-side>span{font-size:14px!important}.method-steps p{line-height:1.8!important}.flow-stage-list em{font-size:13px!important}

.as-mega-intro>span{font-size:13px!important}.as-mega-intro p{font-size:15px!important;color:#526477!important}
.as-mega-intro>a{font-size:15px!important}.as-mega-links span{font-size:15px!important}
.service-dock-head strong{font-size:19px!important}.service-dock-list span{font-size:16px!important}.service-dock-list i{font-size:14px!important}
.as-contact-dock span{font-size:12px!important}.as-contact-dock strong{font-size:14px!important}

.as-footer-brand>p,.as-footer-col>a,.as-footer-contact>p{font-size:15px!important;color:#42566d!important}
.as-footer-bottom p,.as-footer-bottom a{font-size:13px!important;color:#455a70!important}

@media(max-width:900px){
  .as-nav>a,.as-nav-group>button,.as-nav-dropdown>summary{font-size:16px!important}
  .table,.table-service,.sheet-table,.table td,.table-service td,.sheet-table td{font-size:15px!important}
}
@media(max-width:600px){
  html body{font-size:15px!important}
  .as-page-intro nav,.as-about-hero nav,.sheet-breadcrumb,.method-hero nav{font-size:15px!important}
  .home-cap-grid p,.home-feature-grid p,.as-process-grid p,.as-proof-grid p,.as-values-grid p,.as-support-grid p,.as-news-card p{font-size:15px!important}
  .as-footer-brand>p,.as-footer-col>a,.as-footer-contact>p{font-size:14px!important}
  .as-footer-bottom p,.as-footer-bottom a{font-size:12px!important}
}
