:root{--red:#e50914;--red-bright:#e50914;--red-deep:#e50914;--red-line:#e50914;--paper:#faf6f0;--paper-light:#faf6f0;--sand:#faf6f0;--ambient:#d9a6a2;--ink:#25211e;--muted:#6f675f;--line:#9f142047;--soft-line:#25211e1f;--white:#fffaf2;--page-width:min(91vw, 1320px);--serif:"Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", serif;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;--ease:cubic-bezier(0, 0, .5, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper);scroll-padding-top:88px}body{color:var(--ink);background:var(--paper);font-family:var(--sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.65}body:before{z-index:-1;pointer-events:none;content:"";opacity:.18;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--red-bright);outline-offset:4px}::selection{color:var(--white);background:var(--red)}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}.skip-link{z-index:999;color:var(--white);background:var(--red);padding:10px 16px;transition:transform .18s ease-out;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;-webkit-backdrop-filter:saturate(160%)blur(22px);backdrop-filter:saturate(160%)blur(22px);background:#f7f1e8e6;border-bottom:1px solid #25211e1a;min-height:76px;position:sticky;top:0}.header-shell{width:var(--page-width);grid-template-columns:190px 1fr auto;align-items:center;min-height:76px;margin:0 auto;display:grid}.wordmark{letter-spacing:-.05em;align-items:baseline;width:max-content;display:inline-flex}.wordmark-main{font-family:var(--serif);font-size:31px;font-weight:800;line-height:1}.wordmark-sub{color:var(--red);letter-spacing:.16em;margin-left:7px;font-size:13px;font-weight:700}.desktop-nav{justify-content:center;align-items:center;gap:clamp(20px,2.7vw,46px);display:flex}.nav-link{color:#25211ec2;letter-spacing:.03em;align-items:center;min-height:44px;font-size:14px;font-weight:550;transition:color .18s ease-out;display:inline-flex;position:relative}.nav-link:after{content:"";background:var(--red);transform-origin:50%;height:1.5px;transition:transform .18s ease-out;position:absolute;bottom:3px;left:28%;right:28%;transform:scaleX(0)}.nav-link:hover,.nav-link.is-active{color:var(--red)}.nav-link.is-active:after{transform:scaleX(1)}.header-actions{justify-content:flex-end;align-items:center;min-width:190px;display:flex}.menu-button,.mobile-menu,.mobile-menu[hidden]{display:none}.button{letter-spacing:.04em;cursor:pointer;min-height:50px;transition:color .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:11px;padding:0 24px;font-size:14px;font-weight:650;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{min-height:40px;padding:0 18px;font-size:13px}.button-outline{color:var(--red-deep);background:#fffaf233;border-color:#9f14206b}.button-outline:hover{border-color:var(--red);background:#d9a6a21f}.button-primary{color:var(--white);background:var(--red)}.button-primary:hover{background:var(--red-deep)}.button-cream{color:var(--red-deep);background:var(--white)}.button-cream:hover{background:#fff}.text-link{width:max-content;color:var(--red-deep);letter-spacing:.04em;align-items:center;gap:8px;padding-bottom:4px;font-size:14px;font-weight:650;display:inline-flex;position:relative}.text-link:after{content:"";transform-origin:0;background:currentColor;height:1px;transition:transform .22s ease-out;position:absolute;bottom:0;left:0;right:0;transform:scaleX(.26)}.text-link i{font-style:normal;transition:transform .22s ease-out}.text-link:hover:after{transform:scaleX(1)}.text-link:hover i{transform:translate(6px)}.text-link-large{font-size:15px}.eyebrow{color:var(--red-deep);letter-spacing:.2em;margin-bottom:20px;font-size:11px;font-weight:750;line-height:1.2;display:inline-block}.eyebrow-light{color:#fffaf2b8}.section{padding:clamp(92px,10vw,152px) 0;position:relative}.section-shell{width:var(--page-width);margin:0 auto}.section-heading{margin-bottom:clamp(44px,6vw,78px)}.section-heading h2,.two-column-content h2,.about-preview-copy h2,.consult-aside h2{font-family:var(--serif);letter-spacing:-.04em;margin-bottom:0;font-size:clamp(38px,4.3vw,62px);font-weight:700;line-height:1.13}.section-heading-split{grid-template-columns:minmax(0,1.4fr) minmax(270px,.6fr);align-items:end;gap:80px;display:grid}.section-heading-split>p,.section-heading-split>.text-link{justify-self:end}.section-heading-split>p{max-width:410px;color:var(--muted);margin-bottom:5px;font-size:16px}.home-hero{background:radial-gradient(48% 60% at 76% 38%, #d9a6a230, transparent 72%), linear-gradient(135deg, var(--sand) 0%, var(--paper) 52%, var(--paper-light) 100%);min-height:min(900px,100svh - 76px);display:flex;position:relative;overflow:hidden}.home-hero:before{content:"";border:1px solid #9f142014;border-radius:50%;width:36vw;height:36vw;position:absolute;top:14%;left:-13%}.home-hero-inner{width:var(--page-width);grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);align-items:center;margin:0 auto;padding:64px 0 112px;display:grid;position:relative}.home-hero-copy{z-index:2;max-width:770px;position:relative}.home-hero h1{max-width:760px;font-family:var(--serif);letter-spacing:-.055em;margin-bottom:34px;font-size:clamp(52px,5.25vw,82px);font-weight:750;line-height:1.09}.home-hero-copy>p{max-width:610px;color:var(--muted);margin-bottom:40px;font-size:clamp(17px,1.5vw,21px);line-height:1.75}.hero-edge-note{width:var(--page-width);color:#6f675f9e;letter-spacing:.2em;align-items:center;gap:16px;font-size:9px;font-weight:700;display:flex;position:absolute;bottom:29px;left:50%;transform:translate(-50%)}.hero-edge-note i{background:#9f142052;width:80px;height:1px}.paper-motif{aspect-ratio:1/.98;justify-self:end;width:min(100%,560px);position:relative}.motif-orbit{border:2px solid #9f14208c;border-radius:50%;position:absolute}.motif-orbit-one{border-right-color:#0000;inset:17% 2% 5% 14%;transform:rotate(-19deg)}.motif-orbit-two{border-top-color:#0000;inset:27% 5% 2% 12%;transform:rotate(22deg)}.motif-ring{z-index:3;aspect-ratio:1;border:2px solid var(--red-line);border-radius:50%;width:21%;position:absolute}.motif-ring-one{top:13%;right:24%}.motif-ring-two{top:20%;right:10%}.paper-sheet{z-index:2;background:#fffaf2ba;border:1px solid #9f142061;border-radius:50% 50% 8% 45%/12% 20% 12% 10%;width:57%;height:69%;position:absolute;box-shadow:0 36px 80px #57302b17}.paper-sheet-back{top:12%;left:17%;transform:rotate(-17deg)}.paper-sheet-mid{top:18%;right:3%;transform:rotate(14deg)}.paper-sheet-front{flex-direction:column;align-items:flex-start;gap:11%;padding:22% 15%;display:flex;bottom:4%;right:20%;transform:rotate(-3deg)}.paper-sheet-front i{background:#9f142047;width:72%;height:1px;display:block}.paper-sheet-front i:nth-child(2){width:52%}.paper-sheet-front i:nth-child(3){width:64%}.motif-seal{z-index:4;aspect-ratio:1;width:76px;color:var(--red-line);font-family:var(--serif);background:#f7f1e8e6;border:1px solid #9f14208c;border-radius:50%;place-items:center;font-size:29px;display:grid;position:absolute;bottom:18%;right:5%}.paper-motif.is-light .motif-orbit,.paper-motif.is-light .motif-ring,.paper-motif.is-light .paper-sheet{border-color:#fffaf280}.paper-motif.is-light .motif-orbit-one{border-right-color:#0000}.paper-motif.is-light .motif-orbit-two{border-top-color:#0000}.paper-motif.is-light .paper-sheet{box-shadow:none;background:#fffaf21f}.paper-motif.is-light .paper-sheet-front i{background:#fffaf26b}.paper-motif.is-light .motif-seal{color:var(--white);background:#80041040;border-color:#fffaf28f}.about-intro{background:var(--paper-light);overflow:hidden}.about-intro:before{content:"";background:radial-gradient(circle,#d9a6a22e,#0000 68%);border-radius:50%;width:55vw;height:55vw;position:absolute;bottom:-110%;right:-16%}.about-intro-grid{grid-template-columns:.82fr 1.18fr;align-items:start;gap:clamp(60px,9vw,145px);display:grid}.about-intro-grid>div:first-child{border-right:1px solid var(--line);padding-right:60px}.about-intro h2{font-family:var(--serif);letter-spacing:-.045em;margin-bottom:0;font-size:clamp(42px,5vw,70px);line-height:1.1}.about-intro-copy p{max-width:700px;font-family:var(--serif);margin-bottom:36px;font-size:clamp(24px,2.3vw,34px);font-weight:600;line-height:1.58}.services-section,.services-overview-section{background:var(--paper)}.business-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.business-item{min-height:360px;scroll-margin-top:110px;position:relative;overflow:hidden}.business-item:not(:nth-child(3n)){border-right:1px solid var(--line)}.business-item:nth-child(n+4){border-top:1px solid var(--line)}.business-glow{pointer-events:none;opacity:0;background:radial-gradient(at 50% 52%,#d9a6a240,#0000 70%);transition:opacity .22s ease-out;position:absolute;inset:12% 4%}.business-item-inner{z-index:1;flex-direction:column;min-height:100%;padding:clamp(34px,4vw,58px);transition:transform .22s ease-out;display:flex;position:relative}.business-meta{justify-content:space-between;align-items:flex-start;margin-bottom:54px;display:flex}.business-number{color:#9f1420a8;letter-spacing:.14em;font-size:13px;font-weight:700}.service-glyph{border:1px solid #9f142080;border-radius:50%;width:52px;height:52px;transition:transform .22s ease-out;display:inline-flex;position:relative}.service-glyph:before,.service-glyph:after,.service-glyph i{content:"";background:var(--red-line);display:block;position:absolute}.glyph-1:before{width:22px;height:1px;top:16px;left:14px}.glyph-1:after{width:17px;height:1px;top:24px;left:14px}.glyph-1 i{width:12px;height:1px;top:32px;left:14px}.glyph-2:before{border:1px solid var(--red-line);background:0 0;width:17px;height:24px;top:13px;left:17px}.glyph-2:after{width:10px;height:1px;top:22px;left:21px}.glyph-2 i{width:7px;height:1px;top:28px;left:21px}.glyph-3:before{border:1px solid var(--red-line);background:0 0;border-radius:50%;width:25px;height:18px;top:15px;left:13px}.glyph-3:after{width:9px;height:1px;top:34px;left:17px;transform:rotate(-35deg)}.glyph-3 i{width:4px;height:4px;box-shadow:7px 0 0 var(--red-line);border-radius:50%;top:23px;left:23px}.business-group{color:var(--muted);letter-spacing:.12em;margin-bottom:10px;font-size:12px}.business-item strong{font-family:var(--serif);margin-bottom:20px;font-size:clamp(31px,2.7vw,40px);line-height:1.15;transition:color .22s ease-out}.business-description{max-width:320px;color:var(--muted);margin-bottom:34px}.business-item .text-link{margin-top:auto}.business-grid.is-compact .business-item{min-height:300px}.business-grid.is-compact .business-meta{margin-bottom:auto}.process-section{background:var(--sand)}.process-timeline{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.process-timeline:before{content:"";background:var(--line);height:1px;position:absolute;top:30px;left:8%;right:8%}.process-timeline li{text-align:center;position:relative}.process-node{z-index:1;border:1px solid var(--red-line);width:60px;height:60px;color:var(--red-deep);letter-spacing:.1em;background:var(--sand);border-radius:50%;place-items:center;margin:0 auto 28px;font-size:11px;font-weight:700;display:grid;position:relative}.process-timeline strong,.process-timeline span{display:block}.process-timeline strong{font-family:var(--serif);margin-bottom:9px;font-size:19px}.process-timeline li div>span{max-width:150px;color:var(--muted);margin:0 auto;font-size:13px;line-height:1.55}.team-preview-section{background:var(--paper-light);overflow:hidden}.team-preview-section:after{content:"";background:radial-gradient(circle,#d9a6a224,#0000 68%);border-radius:50%;width:46vw;height:46vw;position:absolute;top:10%;left:-12%}.role-strip{z-index:1;border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:relative}.role-strip article{min-height:270px;padding:40px 32px}.role-strip article:not(:last-child){border-right:1px solid var(--line)}.role-strip article>span{color:var(--red-deep);letter-spacing:.12em;font-size:12px}.role-strip h3{font-family:var(--serif);margin:55px 0 16px;font-size:27px}.role-strip p,.material-note{color:var(--muted)}.role-strip p{margin-bottom:0;font-size:14px}.material-note{margin:22px 0 0;font-size:12px}.about-preview-section,.office-section{background:var(--paper)}.about-preview-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(60px,8vw,130px);display:grid}.about-preview-copy p{max-width:560px;color:var(--muted);margin:28px 0 38px;font-size:17px}.environment-placeholder{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:430px;color:var(--muted);background:linear-gradient(130deg, transparent 0 45%, #d9a6a229 45% 46%, transparent 46%), radial-gradient(ellipse at 75% 15%, #d9a6a238, transparent 55%), var(--sand);justify-content:space-between;align-items:flex-end;padding:36px;display:flex;position:relative;overflow:hidden}.environment-placeholder:before{content:"";border:1px solid #9f142040;border-radius:50% 50% 3% 3%;width:38%;height:65%;position:absolute;top:14%;right:12%}.environment-lines{align-items:flex-end;gap:15px;height:150px;display:flex;position:relative}.environment-lines i{background:var(--red-line);width:1px;height:65%;display:block}.environment-lines i:nth-child(2){height:100%}.environment-lines i:nth-child(3){height:48%}.environment-placeholder>span{z-index:2;letter-spacing:.08em;font-size:13px;position:relative}.page-hero{min-height:500px;color:var(--white);background:radial-gradient(60% 100% at 88% 20%, #fffaf21c, transparent 65%), linear-gradient(120deg, var(--red-deep) 0%, var(--red) 52%, var(--red-bright) 100%);position:relative;overflow:hidden}.page-hero:after{content:"";border:1px solid #fffaf22e;border-radius:50%;width:55vw;height:55vw;position:absolute;bottom:-66%;right:-14%}.page-hero-inner{z-index:2;width:var(--page-width);grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;min-height:500px;margin:0 auto;display:grid;position:relative}.page-hero-copy{z-index:3;padding:62px 0;position:relative}.page-hero h1{font-family:var(--serif);letter-spacing:-.055em;margin-bottom:22px;font-size:clamp(56px,6.5vw,92px);font-weight:750;line-height:1.04}.page-hero-copy>p{color:#fffaf2c7;max-width:610px;margin-bottom:34px;font-size:clamp(17px,1.55vw,21px)}.page-hero .paper-motif{opacity:.8;width:min(94%,460px)}.detail-intro-section,.team-page-section,.company-story-section,.consult-page-section,.privacy-section{background:var(--paper-light)}.scope-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.scope-list article{min-height:265px;padding:42px}.scope-list article:not(:last-child){border-right:1px solid var(--line)}.scope-list article>span{color:var(--red-deep);letter-spacing:.12em;font-size:12px}.scope-list h3{font-family:var(--serif);margin:62px 0 14px;font-size:27px}.scope-list p{color:var(--muted);margin-bottom:0;font-size:14px}.risk-note,.legal-notice{border-left:2px solid var(--red);background:#d9a6a21f;grid-template-columns:160px 1fr;gap:28px;margin-top:34px;padding:24px 28px;display:grid}.risk-note p,.legal-notice p{color:var(--muted);margin:0}.two-column-content{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(70px,10vw,160px);display:grid}.section-lead{max-width:420px;color:var(--muted);margin-top:25px}.scenarios-section{background:var(--paper)}.line-list,.material-list,.development-timeline{margin:0;padding:0;list-style:none}.line-list li{border-top:1px solid var(--line);grid-template-columns:68px 1fr;align-items:center;gap:34px;min-height:108px;display:grid}.line-list li:last-child{border-bottom:1px solid var(--line)}.line-list span{color:var(--red-deep);letter-spacing:.12em;font-size:12px}.line-list p{font-family:var(--serif);margin:0;font-size:20px;font-weight:600}.materials-section{background:var(--sand)}.material-list{border-top:1px solid var(--line)}.material-list li{border-bottom:1px solid var(--line);font-family:var(--serif);padding:26px 20px 26px 48px;font-size:19px;font-weight:600;position:relative}.material-list li:before{content:"";border:1px solid var(--red-line);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.faq-section{background:var(--paper-light)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item h3{margin:0}.faq-item button{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:96px;padding:24px 4px;display:flex}.faq-item button span{font-family:var(--serif);padding-right:30px;font-size:20px;font-weight:650}.faq-item button i{border:1px solid var(--line);border-radius:50%;flex:0 0 36px;width:36px;height:36px;position:relative}.faq-item button i:before,.faq-item button i:after{content:"";background:var(--red-line);width:12px;height:1px;transition:transform .18s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-item button i:after{transform:translate(-50%,-50%)rotate(90deg)}.faq-item.is-open button i:after{transform:translate(-50%,-50%)rotate(0)}.faq-answer p{max-width:690px;color:var(--muted);margin-bottom:32px;padding-right:64px}.related-section{background:var(--paper)}.related-links{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.related-links a{grid-template-columns:auto 1fr auto;align-items:center;gap:22px;min-height:130px;padding:24px 30px;display:grid}.related-links a:not(:last-child){border-right:1px solid var(--line)}.related-links span{color:var(--red-deep);letter-spacing:.1em;font-size:11px}.related-links strong{font-family:var(--serif);font-size:22px}.related-links i{color:var(--red-deep);font-style:normal;transition:transform .18s ease-out}.related-links a:hover i{transform:translate(6px)}.team-role-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.team-role-grid article{grid-template-columns:.76fr 1.24fr;min-height:360px;display:grid}.team-role-grid article:nth-child(odd){border-right:1px solid var(--line)}.team-role-grid article:nth-child(n+3){border-top:1px solid var(--line)}.role-portrait{background:var(--sand);align-items:flex-end;padding:26px;display:flex;position:relative;overflow:hidden}.role-portrait span{z-index:2;color:var(--red-deep);letter-spacing:.12em;font-size:12px;position:relative}.role-copy{flex-direction:column;justify-content:center;padding:38px;display:flex}.role-copy h3{font-family:var(--serif);margin-bottom:17px;font-size:31px}.role-copy p{color:var(--muted);font-size:14px}.role-specialty{border-top:1px solid var(--soft-line);color:var(--muted);margin-top:auto;padding-top:24px;font-size:12px}.team-principle-section,.principles-section,.credentials-section{background:var(--sand)}.principle-grid{grid-template-columns:1fr 1fr;align-items:center;gap:120px;display:grid}.principle-grid h2{font-family:var(--serif);margin:0;font-size:clamp(42px,4.5vw,64px);line-height:1.12}.principle-grid p{color:var(--muted);margin-bottom:30px;font-size:19px}.story-copy p:first-child{font-family:var(--serif);font-size:clamp(24px,2.6vw,35px);font-weight:600;line-height:1.55}.story-copy p:last-child{max-width:650px;color:var(--muted)}.principle-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.principle-list article{padding:40px}.principle-list article:not(:last-child){border-right:1px solid var(--line)}.principle-list article>span{color:var(--red-deep);font-size:12px}.principle-list h3{font-family:var(--serif);margin:72px 0 16px;font-size:32px}.principle-list p{color:var(--muted);margin:0}.development-section{background:var(--paper-light)}.development-timeline{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:relative}.development-timeline:before{content:"";background:var(--line);height:1px;position:absolute;top:25px;left:0;right:0}.development-timeline li{padding-right:60px;position:relative}.development-timeline li>span{z-index:1;border:1px solid var(--red-line);width:50px;height:50px;color:var(--red-deep);background:var(--paper-light);border-radius:50%;place-items:center;margin-bottom:36px;font-size:11px;display:grid;position:relative}.development-timeline h3{font-family:var(--serif);margin-bottom:12px;font-size:25px}.development-timeline p{color:var(--muted);font-size:14px}.empty-state{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:42px}.empty-state>span{color:var(--red-deep);font-size:42px}.empty-state h3{font-family:var(--serif);margin:38px 0 14px;font-size:28px}.empty-state p{max-width:620px;color:var(--muted)}.consult-layout{grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);align-items:start;gap:clamp(70px,8vw,130px);display:grid}.consult-aside{position:sticky;top:120px}.consult-aside p{color:var(--muted);margin:30px 0 50px}.contact-placeholder{color:inherit;border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:8px;padding:24px 0;display:flex}.contact-placeholder span{color:var(--red-deep);letter-spacing:.08em;font-size:20px}.contact-placeholder small{color:var(--muted);font-size:13px}.consult-form{border:1px solid var(--line);background:#fffaf2a8;border-radius:28px;padding:clamp(34px,5vw,68px)}.consult-unavailable{flex-direction:column;justify-content:center;min-height:360px;display:flex}.consult-unavailable .form-intro p{max-width:560px}.consult-unavailable .button{align-self:flex-start;margin-top:8px}.form-intro h2,.form-success h2{font-family:var(--serif);margin-bottom:16px;font-size:clamp(34px,3.7vw,50px);line-height:1.18}.form-intro p,.form-success p{color:var(--muted);margin-bottom:36px}.form-alert{border-left:2px solid var(--red);color:var(--red-deep);background:#d9a6a229;margin-bottom:28px;padding:15px 18px;font-size:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 22px;display:grid}.field{flex-direction:column;gap:9px;display:flex}.field-wide{grid-column:1/-1}.field label{font-size:13px;font-weight:650}.field label span{color:var(--red)}.field input,.field select,.field textarea{width:100%;color:var(--ink);background:#fffaf2c7;border:1px solid #25211e33;border-radius:12px;transition:border-color .18s ease-out,box-shadow .18s ease-out}.field input,.field select{height:54px;padding:0 16px}.field textarea{resize:vertical;min-height:150px;padding:16px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red-line);outline:none;box-shadow:0 0 0 3px #b6001217}.field input[aria-invalid=true],.field select[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--red)}.field-hint,.field-error{font-size:12px;line-height:1.45}.field-hint{color:var(--muted)}.field-error{color:var(--red-deep)}.privacy-check{color:var(--muted);cursor:pointer;align-items:flex-start;gap:12px;margin-top:28px;font-size:13px;display:flex}.privacy-check input{width:18px;height:18px;accent-color:var(--red);margin-top:2px}.privacy-check a{color:var(--red-deep);text-underline-offset:3px;margin:0 3px;text-decoration:underline}.privacy-error{margin:8px 0 0 30px;display:block}.submit-button{border:0;width:100%;margin-top:30px}.submit-button:disabled{cursor:wait;opacity:.65}.form-success{border:1px solid var(--line);background:#fffaf2a8;border-radius:28px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:540px;padding:clamp(42px,6vw,76px);display:flex}.success-mark{border:1px solid var(--red-line);width:58px;height:58px;color:var(--red-deep);border-radius:50%;place-items:center;margin-bottom:34px;font-size:22px;display:grid}.legal-copy{max-width:880px}.legal-copy h2{font-family:var(--serif);margin:66px 0 18px;font-size:32px}.legal-copy>p{color:var(--muted);font-size:17px}.not-found{text-align:center;background:var(--paper-light);flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:80px 20px;display:flex}.not-found h1{font-family:var(--serif);margin-bottom:20px;font-size:clamp(46px,6vw,80px)}.not-found p{color:var(--muted);margin-bottom:36px}.site-footer{color:var(--white);background:var(--red-deep);padding:96px 0 28px}.footer-shell{width:var(--page-width);grid-template-columns:1.3fr .7fr;gap:100px;margin:0 auto 82px;display:grid}.footer-kicker{color:#fffaf2c7;letter-spacing:.22em;margin-bottom:28px;font-size:10px;font-weight:700;display:block}.footer-brand h2{max-width:740px;font-family:var(--serif);margin-bottom:35px;font-size:clamp(40px,4.6vw,64px);line-height:1.15}.footer-brand p{color:#fffaf2c2}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:60px;display:grid}.footer-links h3{color:#fffaf2c7;letter-spacing:.12em;margin-bottom:22px;font-size:11px}.footer-links a{width:max-content;margin-bottom:11px;font-size:13px;display:block}.consult-honeypot{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.footer-pending-contact{color:#fffaf29e;margin-bottom:11px;font-size:13px;display:block}.footer-contact-link{color:#fffaf2e0;width:max-content;margin-bottom:5px;font-size:13px;display:block}.footer-contact-hours{color:#fffaf29e;margin-bottom:11px;font-size:12px;display:block}.footer-links a:hover{text-underline-offset:4px;text-decoration:underline}.footer-bottom{width:var(--page-width);color:#fffaf2c2;border-top:1px solid #fffaf238;justify-content:space-between;margin:0 auto;padding-top:24px;font-size:11px;display:flex}.footer-filing{text-align:right;justify-items:end;gap:7px;display:grid}.footer-filing-records{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.footer-filing-records a{color:inherit;text-decoration:none}.footer-filing-records a:hover{text-underline-offset:4px;text-decoration:underline}@media (hover:hover) and (pointer:fine){.business-item:hover .business-glow{opacity:1}.business-item:hover .business-item-inner{transform:translateY(-8px)}.business-item:hover .service-glyph{transform:scale(1.07)}.business-item:hover strong{color:var(--red-deep)}.business-item:hover .text-link:after{transform:scaleX(1)}.business-item:hover .text-link i{transform:translate(6px)}}@media (width<=1120px){:root{--page-width:min(90vw, 1040px)}.header-shell{grid-template-columns:155px 1fr auto}.header-actions{min-width:155px}.desktop-nav{gap:18px}.home-hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)}.home-hero h1{font-size:clamp(50px,5.8vw,68px)}.business-item{min-height:330px}.business-item-inner{padding:36px}.process-timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 0}.process-timeline:before{display:none}.role-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.role-strip article:nth-child(2){border-right:0}.role-strip article:nth-child(n+3){border-top:1px solid var(--line)}}@media (width<=880px){:root{--page-width:min(88vw, 760px)}html{scroll-padding-top:72px}.site-header,.header-shell{min-height:64px}.header-shell{grid-template-columns:1fr auto}.desktop-nav,.header-actions>.button{display:none}.header-actions{min-width:auto}.menu-button{background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:46px;height:46px;padding:0;display:inline-flex}.menu-button span{background:var(--ink);width:22px;height:1.5px;transition:transform .18s ease-out}.menu-button[aria-expanded=true] span:first-child{transform:translateY(4px)rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-menu:not([hidden]){opacity:0;background:#f7f1e8fa;max-height:0;transition:max-height .26s ease-out,opacity .18s ease-out;display:grid;overflow:hidden}.mobile-menu.is-open{opacity:1;max-height:calc(100svh - 64px)}.mobile-menu nav{width:var(--page-width);margin:0 auto;padding:20px 0 32px}.mobile-nav-link{border-bottom:1px solid var(--soft-line);min-height:56px;font-family:var(--serif);justify-content:space-between;align-items:center;font-size:20px;display:flex}.mobile-nav-link.is-active{color:var(--red)}.mobile-consult{width:100%;margin-top:24px}.home-hero{min-height:auto}.home-hero-inner{grid-template-columns:1fr;gap:34px;padding:100px 0 110px}.home-hero-copy{max-width:650px}.home-hero h1{font-size:clamp(48px,8.8vw,66px)}.home-hero .paper-motif{opacity:.44;width:52vw;min-width:360px;position:absolute;bottom:-7%;right:-9%}.hero-edge-note{bottom:23px}.section-heading-split,.about-intro-grid,.about-preview-grid,.two-column-content,.principle-grid,.consult-layout,.footer-shell{grid-template-columns:1fr;gap:46px}.section-heading-split>p,.section-heading-split>.text-link{justify-self:start}.about-intro-grid>div:first-child{border-right:0;border-bottom:1px solid var(--line);padding:0 0 42px}.business-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-item,.business-item:nth-child(n+4){border-top:0;border-right:0}.business-item:nth-child(odd){border-right:1px solid var(--line)}.business-item:nth-child(n+3){border-top:1px solid var(--line)}.page-hero,.page-hero-inner{min-height:460px}.page-hero-inner{grid-template-columns:1fr}.page-hero .paper-motif{opacity:.4;width:390px;position:absolute;bottom:-30%;right:-8%}.scope-list{grid-template-columns:1fr}.scope-list article{min-height:auto}.scope-list article:not(:last-child){border-right:0;border-bottom:1px solid var(--line)}.scope-list h3{margin-top:34px}.related-links{grid-template-columns:1fr}.related-links a:not(:last-child){border-right:0;border-bottom:1px solid var(--line)}.team-role-grid{grid-template-columns:1fr}.team-role-grid article:nth-child(odd){border-right:0}.team-role-grid article:nth-child(n+2){border-top:1px solid var(--line)}.development-timeline{grid-template-columns:1fr;gap:0}.development-timeline:before{width:1px;height:auto;inset:0 auto 0 25px}.development-timeline li{grid-template-columns:50px 1fr;gap:28px;padding:0 0 46px;display:grid}.development-timeline li>span{margin:0}.consult-aside{position:static}.footer-shell{margin-bottom:60px}}@media (width<=620px){:root{--page-width:min(88vw, 420px)}body{font-size:15px}.wordmark-main{font-size:27px}.wordmark-sub{font-size:10px}.section{padding:82px 0}.section-heading{margin-bottom:38px}.section-heading h2,.two-column-content h2,.about-preview-copy h2,.consult-aside h2{font-size:35px}.section-heading-split{gap:25px}.home-hero-inner{padding:78px 0 106px}.home-hero h1{margin-bottom:25px;font-size:clamp(42px,12vw,54px);line-height:1.14}.home-hero-copy>p{margin-bottom:30px;font-size:16px;line-height:1.7}.home-hero .paper-motif{opacity:.27;min-width:310px;bottom:-1%;right:-38%}.hero-edge-note span:last-child{display:none}.about-intro-copy p{font-size:24px}.business-grid{grid-template-columns:1fr}.business-item,.business-item:nth-child(odd),.business-item:nth-child(n+3){border-top:0;border-right:0;min-height:310px}.business-item:not(:last-child){border-bottom:1px solid var(--line)}.business-item-inner{padding:34px 6px}.business-grid.is-compact .business-item{min-height:270px}.process-timeline{grid-template-columns:1fr;gap:0}.process-timeline:before{width:1px;height:auto;display:block;inset:0 auto 0 25px}.process-timeline li{text-align:left;grid-template-columns:50px 1fr;gap:24px;min-height:125px;display:grid}.process-node{width:50px;height:50px;margin:0}.process-timeline li div>span{max-width:none;margin:0}.role-strip{grid-template-columns:1fr}.role-strip article,.role-strip article:not(:last-child),.role-strip article:nth-child(n+3){border-top:0;border-right:0;min-height:230px;padding:32px 6px}.role-strip article:not(:last-child){border-bottom:1px solid var(--line)}.role-strip h3{margin-top:34px}.environment-placeholder{min-height:330px;padding:24px}.page-hero,.page-hero-inner{min-height:420px}.page-hero h1{font-size:48px}.page-hero-copy{padding:70px 0}.page-hero .paper-motif{opacity:.3;width:360px;bottom:-31%;right:-40%}.risk-note,.legal-notice{grid-template-columns:1fr;gap:8px}.line-list li{grid-template-columns:44px 1fr;gap:18px}.line-list p,.faq-item button span{font-size:18px}.team-role-grid article{grid-template-columns:1fr}.role-portrait{min-height:260px}.role-copy{min-height:270px;padding:32px 6px}.principle-list{grid-template-columns:1fr}.principle-list article{padding:34px 6px}.principle-list article:not(:last-child){border-right:0;border-bottom:1px solid var(--line)}.principle-list h3{margin-top:38px}.consult-form,.form-success{border-radius:20px;padding:32px 22px}.consult-unavailable{min-height:280px}.consult-unavailable .button{width:100%}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.footer-links{gap:30px}.footer-bottom{flex-direction:column;gap:10px}}:root{--apple-spring:cubic-bezier(.22, 1, .36, 1);--apple-shadow:0 14px 34px #3e2a2214;--apple-shadow-hover:0 24px 54px #3e2a2224;--apple-glass:#faf6f0c7}main{overflow:clip}.site-header{background:var(--apple-glass);-webkit-backdrop-filter:saturate(180%)blur(24px);backdrop-filter:saturate(180%)blur(24px);border-bottom-color:#1d1d1b14;position:sticky;top:0;box-shadow:0 1px #ffffff6b}.wordmark-image{transition:transform .42s var(--apple-spring), filter .42s var(--apple-spring)}.wordmark:hover .wordmark-image{filter:drop-shadow(0 8px 14px #9b111721);transform:translateY(-1px)scale(1.012)}.nav-link{transition:color .24s,opacity .24s}.desktop-nav:hover .nav-link:not(:hover):not(.is-active){opacity:.58}.button{transition:color .26s var(--apple-spring), background .26s var(--apple-spring), border-color .26s var(--apple-spring), box-shadow .26s var(--apple-spring), transform .26s var(--apple-spring);box-shadow:0 0 #3e2a2200}.button:hover{transform:translateY(-3px);box-shadow:0 12px 28px #3e2a2221}.button:active{transform:translateY(0)scale(.985);box-shadow:0 5px 14px #3e2a2217}.text-link svg,.related-links a svg,.consultation-options a>svg{transition:transform .26s var(--apple-spring);flex:none}.text-link:hover svg,.related-links a:hover svg{transform:translate(6px)}@keyframes qicai-content-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.home-company-photo,.company-office-photo{box-shadow:var(--apple-shadow);background:#eee7dc;border:1px solid #ffffffa3;border-radius:26px;margin:0;overflow:hidden}.home-company-photo img,.company-office-photo img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;transition:transform .85s var(--apple-spring);display:block}.home-company-photo:hover img,.company-office-photo:hover img{transform:scale(1.025)}.service-category-grid,.consultation-options{box-shadow:var(--apple-shadow);background:#fffaf280;border:1px solid #9b11172e;border-radius:22px;overflow:hidden}.service-category-grid .service-category-card,.consultation-options a,.principle-list article,.scope-list article,.team-role-grid article,.commitment-grid article{transition:background-color .32s var(--apple-spring), border-color .32s var(--apple-spring), box-shadow .32s var(--apple-spring), transform .32s var(--apple-spring)}.service-category-grid .service-category-card:hover,.consultation-options a:hover{background:#ffffff6b}.consultation-options a:hover>svg{transform:translate(5px)}.consultation-options a:nth-child(-n+2):hover>svg{transform:translateY(4px)}.business-item-inner{transition:background-color .18s}.business-item:hover .business-item-inner{background:#ffffff59;transform:none}.principle-list article:hover,.scope-list article:hover,.team-role-grid article:hover,.commitment-grid article:hover{box-shadow:var(--apple-shadow-hover);border-color:#9b111733;transform:translateY(-6px)}.commitment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.commitment-grid article{background:#fffaf28f;border:1px solid #9b111724;border-radius:22px;min-height:260px;padding:34px}.commitment-grid article>span{color:var(--red-deep);font-family:var(--serif);font-size:14px}.commitment-grid h3{font-family:var(--serif);letter-spacing:.05em;margin:52px 0 14px;font-size:27px}.commitment-grid p{color:var(--muted);margin:0}.consult-form,.form-success{box-shadow:var(--apple-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffaf2b8;border:1px solid #9b111724;border-radius:28px}.field input,.field select,.field textarea{background:#ffffff94;border-color:#1d1d1b29;border-radius:14px;transition:background-color .22s,border-color .22s,box-shadow .22s,transform .22s}.field input:hover,.field select:hover,.field textarea:hover{background:#ffffffc2;border-color:#9b111747}.field input:focus,.field select:focus,.field textarea:focus{background:#ffffffeb;transform:translateY(-1px);box-shadow:0 0 0 4px #b4000d17,0 10px 26px #3e2a2212}.submit-button:disabled{cursor:wait;opacity:.72;transform:none}.form-success-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.success-mark{color:var(--red-deep);margin-bottom:20px;display:block}.footer-logo{width:max-content;box-shadow:none;background:0 0;border:0;border-radius:0;margin-bottom:30px;padding:0;display:inline-flex}.footer-logo img{filter:brightness(0)invert();width:166px;height:auto;display:block}@media (width<=880px){.commitment-grid{grid-template-columns:1fr}.commitment-grid article{min-height:0}.commitment-grid h3{margin-top:28px}}@media (width<=620px){.site-header{-webkit-backdrop-filter:saturate(170%)blur(20px);backdrop-filter:saturate(170%)blur(20px)}.service-category-grid,.consultation-options,.consult-form,.form-success,.home-company-photo,.company-office-photo{border-radius:18px}.form-success-actions{flex-direction:column}.form-success-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){.home-hero-copy,.page-hero-copy{animation:none}html{scroll-behavior:auto!important}*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important}.business-item:hover .business-item-inner,.business-item:hover .service-glyph,.button:hover{transform:none}}:root{--red:#e50914;--red-bright:#e50914;--red-deep:#e50914;--paper:#faf6f0;--paper-light:#faf6f0;--sand:#faf6f0;--ink:#1d1d1b;--muted:#514c47;--line:#9b111747;--page-width:min(93vw, 1424px);--serif:"Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif}body:before{opacity:0;background-image:none}.site-header,.header-shell{min-height:78px}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf6f0f5;position:relative}.header-shell{grid-template-columns:250px 1fr 180px}.wordmark{letter-spacing:0;align-items:center;gap:12px}.wordmark-image{width:184px;height:auto;display:block}.wordmark-icon{border:2px solid var(--red-deep);width:40px;height:40px;color:var(--red-deep);border-radius:9px;place-items:center;display:grid}.wordmark-icon svg{width:29px;height:29px}.wordmark-main{letter-spacing:.08em;font-size:28px;font-weight:700}.desktop-nav{gap:clamp(25px,3.3vw,56px)}.nav-link{color:var(--ink);font-family:var(--serif);font-size:17px;font-weight:500}.nav-link:after{bottom:-1px;left:0;right:0}.button{font-family:var(--serif);border-radius:8px;font-size:16px;font-weight:500}.button svg,.text-link svg,.mobile-nav-link svg{flex:none;width:18px;height:18px}.header-actions,.header-actions .button{min-width:0}.header-actions .button{min-height:40px;padding:0 20px}.home-hero{background:var(--paper-light) url(/home-paper-landscape.png) center / cover no-repeat;min-height:620px;display:block}.home-hero:before{display:none}.home-hero-inner{min-height:620px;padding:76px 0 62px;display:block}.home-company-name{color:var(--red-deep);font-family:var(--serif);letter-spacing:.08em;margin-bottom:18px;font-size:22px;display:block}.home-hero h1{letter-spacing:.015em;max-width:840px;margin-bottom:20px;font-size:clamp(54px,5vw,76px);font-weight:700;line-height:1.28}.home-hero-copy>p:not(.home-service-line){color:#4d4a46;max-width:650px;font-family:var(--serif);margin-bottom:24px;font-size:17px;line-height:1.9}.home-hero .text-link{font-family:var(--serif);font-size:16px;font-weight:500}.home-service-line{letter-spacing:.08em;color:var(--ink)!important;margin:42px 0 0!important;font-size:18px!important}.home-hero-mark{width:72px;height:72px;color:var(--red-deep);filter:drop-shadow(0 8px 9px #3d241a38);background:0 0;border:0;place-items:center;display:grid;position:absolute;top:247px;left:50%;transform:translate(-50%)}.home-hero-mark img{object-fit:contain;width:100%;height:100%;display:block}.about-intro{background:#f6f0e8eb;padding:34px 0}.about-intro:before{display:none}.about-intro-grid{grid-template-columns:.58fr 1.42fr;align-items:center;gap:58px}.about-intro h2{letter-spacing:.04em;font-size:40px}.about-intro-copy p{max-width:650px;margin-bottom:16px;font-size:16px;font-weight:400;line-height:1.7}.about-mantra{color:var(--red-deep);font-family:var(--serif);letter-spacing:.1em;margin-bottom:10px;font-size:17px;display:block}.services-section{background:#faf6f0bd;padding:30px 0 42px}.home-service-categories{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-service-categories a+a{border-left:1px solid #1d1d1b1f;padding-left:62px}.home-service-categories h2{border-bottom:1px solid var(--red-deep);width:max-content;font-family:var(--serif);letter-spacing:.08em;margin-bottom:10px;font-size:27px}.home-service-categories h2:after{content:"";background:var(--red-deep);border-radius:50%;width:6px;height:6px;margin-left:7px;display:inline-block}.home-service-categories p{color:var(--muted);font-family:var(--serif);margin:0;font-size:14px}.home-values-section{background:var(--paper-light)}.home-next-section{background:var(--sand)}.home-company-grid{align-items:center}.home-company-photo{background:#eee7dc;margin:0;overflow:hidden}.home-company-photo img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.home-proof-section{gap:42px;display:grid}.home-proof-heading{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:end;gap:clamp(40px,8vw,120px);display:grid}.home-proof-heading h2{font-family:var(--serif);letter-spacing:.04em;margin-top:18px;font-size:clamp(34px,4vw,54px)}.home-proof-heading>p{max-width:620px;color:var(--muted);margin:0;font-size:16px;line-height:1.9}.home-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.home-proof-card{background:#fffcf7c2;border:1px solid #9b111733;flex-direction:column;display:flex;overflow:hidden}.home-proof-card-media{aspect-ratio:3/2;background:#eee7dc;border-bottom:1px solid #9b111724;place-items:center;height:auto;min-height:0;padding:24px 30px;display:grid}.home-proof-card-media img{object-fit:contain;background:#eee7dc;border:1px solid #1d1d1b1f;width:100%;min-width:0;height:100%;min-height:0;display:block;box-shadow:0 8px 22px #40251614}.home-proof-card-body{flex:1;padding:26px 28px 30px}.home-proof-status{color:var(--red-deep);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700}.home-proof-card h3{font-family:var(--serif);letter-spacing:.04em;margin:12px 0 10px;font-size:28px}.home-proof-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.home-proof-card-note{color:var(--muted)!important;margin-top:12px!important;font-size:12px!important}.home-proof-footer{border-top:1px solid #9b111733;justify-content:space-between;align-items:center;gap:24px;padding-top:6px;display:flex}.home-proof-footer p{color:var(--muted);margin:0;font-size:14px}.service-category-section{background:var(--paper-light);padding:42px 0 26px}.service-category-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.service-category-grid .service-category-card{grid-template-columns:54px minmax(0,1fr);gap:24px;min-height:250px;padding:44px clamp(30px,4vw,62px);scroll-margin-top:96px;display:grid}.service-category-grid .service-category-card+.service-category-card{border-left:1px solid var(--line)}.category-number{color:var(--red-deep);font-family:var(--serif);padding-top:7px;font-size:17px}.service-category-grid h2{font-family:var(--serif);letter-spacing:.06em;margin:8px 0 14px;font-size:clamp(34px,3.2vw,46px)}.service-category-grid p{max-width:560px;color:var(--muted);margin-bottom:28px}.service-category-grid ul{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}.service-category-grid li{color:var(--red-deep);background:#fffaf294;border:1px solid #9f142033;border-radius:999px;padding:8px 13px;font-size:13px}.category-page-link{margin-top:25px}.process-page-link{justify-content:center;margin-top:34px;display:flex}.service-subpage-grid .business-item-inner{flex-direction:column;min-height:100%;padding:38px;transition:background-color .18s;display:flex}.service-subpage-grid .business-meta{margin-bottom:36px;display:flex}.service-subpage-grid .business-group,.service-subpage-grid .business-description{display:block}.service-subpage-grid .business-group{color:var(--red-deep);letter-spacing:.12em;margin-bottom:10px;font-size:12px}.service-subpage-grid .business-item strong{letter-spacing:.06em;margin:0 0 18px;font-size:34px;display:block}.service-subpage-grid .business-description{margin-bottom:34px}.service-subpage-grid .business-item .text-link{margin-top:auto}.service-consultation-section .about-preview-grid,.process-consultation-section .about-preview-grid{grid-template-columns:minmax(0,820px)}.page-hero,.page-hero-inner{min-height:205px}.page-hero{background:var(--red) url(/subpage-red-banner-clean-v2.png) center / cover no-repeat;overflow:hidden}.page-hero-inner{justify-content:space-between;align-items:center;padding:28px 0;display:flex}.page-hero .page-hero-brand{z-index:4;-webkit-backdrop-filter:blur(14px)saturate(125%);backdrop-filter:blur(14px)saturate(125%);background:#fff8ecf0;border:1px solid #fff8ecbd;border-radius:22px;place-items:center;width:84px;height:84px;padding:12px;display:grid;position:absolute;top:50%;left:68%;transform:translate(-50%,-50%);box-shadow:0 14px 38px #48000842}.page-hero .page-hero-brand img{object-fit:contain;width:100%;height:100%;display:block}.page-hero-copy{grid-template-rows:auto auto;grid-template-columns:1fr auto;width:100%;padding:0;display:grid}.page-hero .eyebrow{display:none}.page-hero h1{color:#fff8ec;letter-spacing:.12em;grid-area:1/1;margin-bottom:4px;font-size:56px;font-weight:700;line-height:1.15}.page-hero-copy>p{color:#fff8ec;max-width:520px;font-family:var(--serif);letter-spacing:.08em;grid-area:2/1;margin:0;font-size:22px}.page-hero .button{grid-area:1/2/3;align-self:center;min-width:235px;min-height:60px;margin-right:2.5%;box-shadow:0 8px 24px #4800082e}.services-overview-section{padding:30px 0 0}.core-business-heading{margin:0 0 30px}.process-section{scroll-margin-top:78px}.consultation-options-section{background:var(--paper-light);padding:34px 0 0}.consultation-options{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.consultation-options a{grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;gap:7px 18px;min-height:132px;padding:28px 30px;transition:background-color .18s ease-out;display:grid}.consultation-options a+a{border-left:1px solid var(--line)}.consultation-options a>span{color:var(--red-deep);font-family:var(--serif);grid-row:1/3;font-size:14px}.consultation-options strong{font-family:var(--serif);letter-spacing:.06em;font-size:25px}.consultation-options small{color:var(--muted);grid-column:2;font-size:13px}.consultation-options i{color:var(--red-deep);font-family:var(--serif);grid-area:1/3/3;align-self:center;font-size:21px;font-style:normal;transition:transform .18s ease-out}.consultation-options a:hover{background:#9f14200a}.consultation-options a:hover i{transform:translate(4px)}#demand-form{scroll-margin-top:94px}.contact-placeholder:hover span{color:var(--red-deep)}.business-grid,.business-grid.is-compact{border-color:var(--line)}.business-item,.business-grid.is-compact .business-item{min-height:235px}.business-glow{background:0 0;display:none}.business-item-inner{grid-template-rows:46px auto auto;grid-template-columns:76px 1fr;padding:18px 28px 24px;display:grid}.business-meta{display:contents}.business-number{color:var(--red-deep);letter-spacing:0;grid-area:1/1;padding-top:5px;font-size:18px;font-weight:500}.service-icon{color:var(--red-deep);grid-area:1/2/3;place-self:start center}.business-group,.business-description{display:none}.business-item strong{letter-spacing:.1em;grid-area:2/1/auto/3;place-self:end center;margin:0 0 18px;font-size:38px}.business-item:nth-child(2) strong{color:var(--red-deep)}.business-item .text-link{font-family:var(--serif);grid-area:3/1/auto/3;place-self:end center;margin:0;font-size:15px;font-weight:500}.services-overview-section+.process-section{background:var(--paper-light);padding:10px 0 58px}.services-overview-section+.process-section .section-heading{text-align:center;margin:0 auto 18px;display:block}.services-overview-section+.process-section .section-heading .eyebrow,.services-overview-section+.process-section .section-heading>p{display:none}.services-overview-section+.process-section .section-heading h2{letter-spacing:.12em;font-size:31px}@media (width<=1120px){.header-shell{grid-template-columns:205px 1fr 145px}.desktop-nav{gap:18px}.nav-link{font-size:15px}.wordmark-main{font-size:24px}.wordmark-image{width:168px}.home-hero-mark{left:50%}}@media (width<=880px){.site-header,.header-shell{min-height:66px}.header-shell{grid-template-columns:1fr auto}.wordmark-icon{width:34px;height:34px}.wordmark-main{font-size:24px}.wordmark-image{width:164px}.home-hero,.home-hero-inner{min-height:630px}.home-hero{background-position:62%}.home-hero-inner{padding-top:72px}.home-hero-copy{max-width:92%}.home-hero-mark{top:auto;bottom:70px;left:50%}.page-hero-brand{width:68px;height:68px;padding:10px;left:auto;right:0;transform:translateY(-50%)}.about-intro-grid{grid-template-columns:1fr;gap:24px}.about-intro-grid>div:first-child{padding:0 0 22px}.page-hero,.page-hero-inner{min-height:260px}.page-hero-copy{grid-template-columns:1fr;gap:18px}.page-hero .button{grid-area:3/1;justify-self:start;min-width:190px;margin:0}.business-item,.business-grid.is-compact .business-item{min-height:225px}.service-category-grid,.consultation-options{grid-template-columns:1fr}.service-category-grid .service-category-card+.service-category-card,.consultation-options a+a{border-top:1px solid var(--line);border-left:0}.service-category-grid .service-category-card{min-height:0}.service-subpage-grid{grid-template-columns:1fr}.service-subpage-grid .business-item,.service-subpage-grid .business-item:nth-child(odd),.service-subpage-grid .business-item:nth-child(n+3){border-top:1px solid var(--line);border-right:0}.service-subpage-grid .business-item:first-child{border-top:0}}@media (width<=620px){.wordmark{gap:9px}.wordmark-main{font-size:22px}.wordmark-image{width:150px}.home-hero,.home-hero-inner{min-height:610px}.home-hero{background-position:58%}.home-company-name{font-size:15px}.home-hero h1{font-size:42px;line-height:1.25}.home-service-line{margin-top:36px!important;font-size:14px!important}.home-hero-mark{opacity:.78;width:54px;height:54px}.page-hero-brand{border-radius:16px;width:56px;height:56px;padding:8px;right:-8px}.about-intro h2{font-size:34px}.about-mantra{font-size:14px;line-height:1.8}.home-service-categories{grid-template-columns:1fr}.home-service-categories a,.home-service-categories a+a{padding:20px 0}.home-service-categories a+a{border-top:1px solid #1d1d1b1f;border-left:0}.service-category-section{padding-top:22px}.service-category-grid .service-category-card{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:34px 0}.service-category-grid h2{font-size:32px}.service-category-grid p{font-size:14px}.consultation-options-section{padding-top:22px}.consultation-options a{min-height:118px;padding:25px 4px}.page-hero h1{font-size:44px}.page-hero-copy>p{font-size:18px}.business-grid{grid-template-columns:1fr}.business-item,.business-item:nth-child(odd),.business-item:nth-child(n+3){border-right:0}}.site-header{background:var(--apple-glass);-webkit-backdrop-filter:saturate(180%)blur(24px);backdrop-filter:saturate(180%)blur(24px);position:sticky;top:0}.consultation-options a>svg{width:20px;height:20px;color:var(--red-deep);grid-area:1/3/3;align-self:center}.related-links a>svg{width:19px;height:19px;color:var(--red-deep)}.role-portrait svg{color:var(--red-deep);place-self:center}.site-header.is-home{color:#fff8ec;box-shadow:none;-webkit-backdrop-filter:saturate(150%)blur(18px);backdrop-filter:saturate(150%)blur(18px);background:#990012f5;border-bottom-color:#fff8ec47}.site-header.is-home .wordmark-image,.site-header.is-home .wordmark:hover .wordmark-image{filter:brightness(0)invert()drop-shadow(0 8px 14px #48000829);width:176px}.site-header.is-home .nav-link{color:#fff8ecdb}.site-header.is-home .nav-link:hover,.site-header.is-home .nav-link.is-active{color:#fff8ec}.site-header.is-home .nav-link:after{background:#fff8ec}.site-header.is-home .header-actions .button{color:#fff8ec;background:#5d000d29;border-color:#fff8ece6}.site-header.is-home .header-actions .button:hover{color:var(--red-deep);background:#fff8ec;border-color:#fff8ec}.site-header.is-home .menu-button{color:#fff8ec}.home-hero{color:#fff8ec;background-color:#a40017;background-image:url(/subpage-red-banner-clean-v2.png);background-position:calc(50% + 122px) calc(50% - 76px);background-repeat:no-repeat;background-size:cover;min-height:632px}.home-hero-inner{width:min(85vw,1300px);min-height:632px;padding:90px 0 68px}.home-hero-copy{max-width:690px}.home-company-name{color:#fff8eceb;margin-bottom:24px;font-size:20px}.home-hero h1{color:#fff8ec;letter-spacing:.025em;max-width:690px;margin-bottom:22px;font-size:clamp(52px,4.35vw,68px);line-height:1.26}.home-hero-copy>p:not(.home-service-line){color:#fff8ece6;max-width:560px;margin-bottom:24px;font-size:16px;line-height:1.9}.home-hero .text-link{color:#fff8ec}.home-hero .text-link:after{background:#fff8ec}.home-service-line{display:none}.about-intro{padding:40px 0}.about-intro h2{font-size:43px;line-height:1.2}.about-mantra{margin-bottom:13px;font-size:18px;line-height:1.7}.about-intro-copy .text-link{font-size:16px}.services-section{padding:28px 0 40px}.home-service-categories a{min-height:118px;padding:8px 64px 14px 0}.home-service-categories a+a{padding-left:64px}.home-service-categories h2{margin-bottom:14px;font-size:31px}.home-service-categories p{font-size:16px;line-height:1.8}.home-hero-mark{width:82px;height:82px;box-shadow:none;filter:none;background:0 0;border:0;border-radius:0;padding:0;top:43%;bottom:auto;left:74.7%;transform:translate(-50%,-50%)}.page-hero-brand{width:84px;height:84px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;padding:0}.page-hero-brand img{filter:brightness(0)invert(95%)sepia(31%)saturate(530%)hue-rotate(345deg)brightness(108%)drop-shadow(0 3px 3px #42000847)}html,body,.about-intro,.services-section,.home-next-section,.detail-intro-section,.team-page-section,.company-story-section,.consult-page-section,.privacy-section,.scenarios-section,.materials-section,.process-section,.faq-section,.related-section,.about-preview-section,.office-section,.principles-section,.credentials-section,.development-section,.service-category-section,.consultation-options-section{background-color:#faf6f0}.site-header:not(.is-home){background:#faf6f0f5}.page-hero,.page-hero-inner{height:265px;min-height:265px;max-height:265px}.page-hero{background:var(--red) url(/subpage-red-banner-clean-v2.png) center / cover no-repeat}.page-hero-inner{padding:34px 0}.page-hero-copy{width:auto;max-width:680px;padding:0;display:block}.page-hero h1{letter-spacing:.12em;margin:0 0 12px;font-size:clamp(52px,4.5vw,68px);line-height:1.08}.page-hero-copy>p{letter-spacing:.08em;max-width:640px;margin:0;font-size:clamp(20px,1.65vw,25px);line-height:1.5}.page-hero-brand{width:80px;height:80px;top:51%;left:68.5%}@media (width<=880px){.site-header.is-home .wordmark-image,.site-header.is-home .wordmark:hover .wordmark-image{width:164px}.home-hero,.home-hero-inner{height:auto;min-height:650px;max-height:none}.home-hero{background-position:58%}.home-hero-inner{padding-top:76px}.home-hero-copy{max-width:94%}.about-intro .section-shell,.services-section .section-shell{width:var(--page-width)}.about-intro-grid{grid-template-columns:1fr;gap:24px}.about-intro-grid>div:first-child{padding:0 0 24px}.home-hero-mark{inset:auto 8% 72px auto;transform:none}.page-hero-brand{width:68px;height:68px;padding:0;right:0}.page-hero,.page-hero-inner{height:245px;min-height:245px;max-height:245px}.page-hero-inner{padding:28px 0}.page-hero-copy{max-width:calc(100% - 90px)}.page-hero h1{font-size:46px}.page-hero-copy>p{font-size:18px}}@media (width<=620px){.site-header.is-home .wordmark-image,.site-header.is-home .wordmark:hover .wordmark-image{width:150px}.home-hero h1{font-size:40px;line-height:1.28}.home-company-name{font-size:15px}.about-intro h2{font-size:36px}.about-intro-copy p,.about-mantra{font-size:16px}.home-hero-mark{opacity:1;border-radius:0;width:58px;height:58px;padding:0;bottom:60px;right:7%}.page-hero-brand{border-radius:0;width:56px;height:56px;padding:0;right:-8px}.page-hero,.page-hero-inner{height:225px;min-height:225px;max-height:225px}.page-hero h1{font-size:40px}}.site-header{transition:background-color .32s var(--apple-spring), box-shadow .32s var(--apple-spring);box-shadow:0 1px #ffffff80,0 10px 34px #3e2a220b}.site-header.is-home{box-shadow:0 10px 34px #42000814}.home-hero,.page-hero{box-shadow:inset 0 -1px #fff8ec42}.home-hero-copy>*{animation:qicai-copy-rise .62s var(--apple-spring) both}.page-hero-copy>*{animation:qicai-copy-rise .68s var(--apple-spring) both}.home-hero-copy,.page-hero-copy{animation:none}.home-hero-copy>:nth-child(2){animation-delay:50ms}.page-hero-copy>:nth-child(2){animation-delay:70ms}.home-hero-copy>:nth-child(3){animation-delay:.1s}.page-hero-copy>:nth-child(3){animation-delay:.13s}.home-hero-copy>:nth-child(4){animation-delay:.15s}.page-hero-copy>:nth-child(4){animation-delay:.19s}.home-hero-copy>:nth-child(n+5),.page-hero-copy>:nth-child(n+5){animation-delay:.2s}@keyframes qicai-copy-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.business-item,.service-category-grid .service-category-card,.scope-list article,.principle-list article,.team-role-grid article,.commitment-grid article,.related-links a,.consultation-options a,.faq-item,.process-timeline li{-webkit-tap-highlight-color:transparent}.role-portrait,.role-portrait svg,.process-node,.role-specialty,.faq-item,.related-links a{transition:color .32s var(--apple-spring), background-color .32s var(--apple-spring), border-color .32s var(--apple-spring), box-shadow .32s var(--apple-spring), opacity .32s var(--apple-spring), transform .32s var(--apple-spring)}.role-portrait>img{z-index:2;object-fit:cover;object-position:center top;width:100%;height:100%;display:block;position:absolute;inset:0}.site-header.is-home a:focus-visible,.site-header.is-home button:focus-visible,.home-hero a:focus-visible,.page-hero a:focus-visible{outline-color:#fff8ec}.faq-item:focus-within,.related-links a:focus-visible{background-color:#ffffff80;box-shadow:0 14px 30px #3e2a2214}@media (hover:hover) and (pointer:fine){.service-category-grid .service-category-card:hover,.scope-list article:hover,.principle-list article:hover,.team-role-grid article:hover,.commitment-grid article:hover,.related-links a:hover,.consultation-options a:hover,.faq-item:hover{background-color:#ffffff80}.team-role-grid article:hover .role-portrait{background-color:#b4000d0b}.team-role-grid article:hover .role-portrait svg{transform:translateY(-5px)}.team-role-grid article:hover .role-specialty{color:var(--red-deep)}.process-timeline li:hover .process-node{color:#fff8ec;background-color:var(--red-deep);transform:translateY(-5px);box-shadow:0 12px 26px #9b11172e}.faq-item:hover{transform:translateY(-2px);box-shadow:0 16px 34px #3e2a2212}.related-links a:hover{transform:translateY(-3px);box-shadow:0 14px 30px #3e2a2214}}.motion-reveal{--motion-delay:0s;opacity:0;transform:translateY(26px)}.motion-reveal.is-motion-ready{transition:opacity .44s ease-out var(--motion-delay), transform .62s var(--apple-spring) var(--motion-delay)}.motion-reveal.is-motion-visible{opacity:1;transform:translate(0,0)}@keyframes qicai-copy-fade{0%{opacity:.35}to{opacity:1}}@media (prefers-reduced-motion:reduce){.home-hero-copy,.page-hero-copy{animation:none!important}.home-hero-copy>*,.page-hero-copy>*{animation:.2s ease-out both qicai-copy-fade!important}.motion-reveal,.motion-reveal.is-motion-visible{opacity:1!important;transition:opacity .18s ease-out!important;transform:none!important}.team-role-grid article:hover .role-portrait svg,.process-timeline li:hover .process-node,.faq-item:hover,.related-links a:hover{transform:none}}@media (width<=620px){.role-copy{padding-left:24px;padding-right:24px}}.site-header.is-home{min-height:89px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#e50914;border-bottom:1px solid #f7d89e9e}.site-header.is-home .header-shell{grid-template-columns:300px minmax(0,1fr) 168px;width:min(100% - 92px,1444px);min-height:89px}.home-wordmark-image{width:200px;height:auto;box-shadow:none;filter:brightness(0)invert();background:0 0;border:0;border-radius:0;padding:0;display:block}.site-header.is-home .desktop-nav{gap:clamp(32px,3.7vw,58px)}.site-header.is-home .nav-link{color:#fff8ecf0;font-size:18px}.site-header.is-home .nav-link:after{display:none}.site-header.is-home .header-actions .button{color:#fff8ec;background:#74000721;border-color:#fff4dfe0;border-radius:9px;min-height:44px;padding:0 19px}.home-hero,.home-hero-inner{height:621px;min-height:621px;max-height:621px}.home-hero{background-color:#e50914;background-image:url(/home-hero-reference-clean-v2.webp);background-position:50% -89px;background-repeat:no-repeat;background-size:100% 710px}.home-hero-inner{width:min(100% - 232px,1304px);padding:90px 0 64px}.home-company-name{margin-bottom:24px;font-size:20px}.home-hero h1{max-width:690px;margin-bottom:22px;font-size:clamp(54px,4.4vw,68px);line-height:1.26}.home-hero-copy>p:not(.home-service-line){max-width:500px;font-size:17px;line-height:1.9}.home-hero-mark{width:82px;height:82px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;top:44%;left:79%}.home-hero-mark img{filter:brightness(0)invert()}.about-intro{min-height:214px;padding:40px 0}.about-intro .section-shell,.services-section .section-shell{width:min(82.4vw,1266px)}.about-intro-grid>div:first-child{padding:26px 60px 26px 0}.about-intro h2{font-size:43px}.about-intro-copy p{max-width:520px;margin-bottom:18px;font-size:17px;line-height:1.75}.about-mantra{color:#e50914;margin:0;font-size:18px}@media (width<=880px){.home-proof-grid{grid-template-columns:minmax(0,1fr)}.site-header.is-home{background-position:top;background-size:auto 710px;min-height:78px}.site-header.is-home .header-shell{width:var(--page-width);grid-template-columns:1fr auto;min-height:78px}.home-wordmark-image{width:184px}.home-hero,.home-hero-inner{height:auto;min-height:650px;max-height:none}.home-hero{background-position:50% -78px;background-size:auto 710px}.home-hero-inner{width:var(--page-width);padding-top:76px}.home-hero-mark{inset:auto 8% 72px auto;transform:none}.about-intro .section-shell,.services-section .section-shell{width:var(--page-width)}}@media (width<=620px){.home-wordmark-image{width:164px;padding:0}.home-hero-inner{padding-top:64px}.home-hero h1{font-size:clamp(43px,13vw,58px)}}.site-header:not(.is-home){-webkit-backdrop-filter:none;backdrop-filter:none;background:#e50914;border-bottom:1px solid #ffe5cd6b;box-shadow:0 8px 28px #5300081f}.site-header:not(.is-home) .wordmark{width:max-content;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.site-header:not(.is-home) .wordmark-image,.site-header:not(.is-home) .wordmark:hover .wordmark-image{filter:brightness(0)invert()}.site-header:not(.is-home) .nav-link{color:#fff8eeeb}.site-header:not(.is-home) .nav-link:after{background:#fff5e7}.site-header:not(.is-home) .header-actions .button{color:#fff8ec;background:#5c000829;border-color:#fff5e6d1}.page-hero .page-hero-brand{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.page-hero .page-hero-brand img{filter:brightness(0)invert()}.home-hero-inner{padding-top:148px}.home-hero h1{letter-spacing:.02em;max-width:720px;line-height:1.22}.home-hero-copy>p:not(.home-service-line){max-width:620px;font-size:19px;font-weight:500;line-height:1.85}.about-intro{border-top:1px solid #9b11174d;border-bottom:1px solid #9b11173d}.about-intro-copy p{color:#39322d;font-weight:500}.about-intro-grid>div:first-child{border-right-color:#9b111757}.about-intro-grid{grid-template-columns:minmax(280px,310px) minmax(0,1fr);gap:60px}.about-intro-grid>div:first-child{padding-right:28px}.services-section{border-bottom:1px solid #9b11173d}.home-service-categories{position:relative}.home-service-categories:before{content:"";background:#9b111742;width:1px;position:absolute;top:0;bottom:0;left:50%}.home-next-section{border-top:1px solid #9b11173d}.services-overview-section{border-top:1px solid #9b111733;border-bottom:1px solid #9b111738}.services-overview-section .section-heading:not(:has(>p)){grid-template-columns:1fr}.business-note{color:#3f3731;background:#b4000d09;border-top:1px solid #9b11173d;margin-top:20px;padding:16px 18px;font-size:15px;font-weight:500;line-height:1.75;display:block}.service-guidance-flow{border-top:1px solid #9b111747;margin-top:0;padding:52px 0 12px}.service-guidance-flow>.eyebrow{margin-bottom:28px;display:block}.service-guidance-flow ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.service-guidance-flow ol:before{content:"";background:#9b111757;height:1px;position:absolute;top:31px;left:calc(16.6667% + 31px);right:calc(16.6667% + 31px)}.service-guidance-flow li{z-index:1;text-align:center;justify-items:center;padding:0 30px 38px;display:grid;position:relative}.service-guidance-flow li b{width:62px;height:62px;color:var(--red-deep);background:var(--paper-light);border:1px solid #b4000db8;border-radius:50%;place-items:center;margin-bottom:24px;font-size:16px;display:grid}.service-guidance-flow li strong{font-family:var(--serif);margin-bottom:9px;font-size:24px}.service-guidance-flow li span{max-width:270px;color:var(--muted);line-height:1.7}.process-page-section .section-heading-split{text-align:center;grid-template-columns:1fr;justify-items:center}.process-page-section .section-heading-split>p{text-align:center;max-width:620px;margin:6px auto 0}.process-page-section .process-timeline{margin-top:64px}.process-page-section .process-timeline li{text-align:center;justify-items:center}.process-page-section .process-node{place-items:center;width:68px;height:68px;margin:0 auto 26px;padding:0;font-size:17px;font-weight:700;line-height:1;display:grid}.process-page-section .process-timeline li>div{justify-items:center;display:grid}.process-page-section .process-timeline strong{font-size:21px}.site-footer{padding:0 0 24px}.site-footer .footer-shell{grid-template-columns:minmax(0,1.25fr) minmax(430px,.75fr);gap:clamp(52px,6vw,92px);margin-bottom:0;padding-top:48px;padding-bottom:42px}.footer-logo{margin-bottom:18px}.footer-kicker{margin-bottom:14px}.footer-brand h2{max-width:620px;margin-bottom:18px;font-size:clamp(32px,3.2vw,46px);line-height:1.18}.footer-brand p{font-size:14px}.footer-links{grid-template-columns:repeat(2,minmax(180px,1fr));gap:48px}.footer-links h3{letter-spacing:.08em;margin-bottom:14px;font-size:14px}.footer-links a{margin-bottom:8px;font-size:15px;line-height:1.55}.footer-bottom{padding-top:18px}@media (hover:hover) and (pointer:fine){.service-subpage-grid .business-item-inner,.service-guidance-flow li,.footer-links a{transition:color .3s var(--apple-spring), background-color .3s var(--apple-spring), box-shadow .3s var(--apple-spring), transform .36s var(--apple-spring)}.service-subpage-grid .business-item:hover .business-item-inner{box-shadow:none;background:#ffffff8a;transform:none}.service-guidance-flow li:hover{transform:none}.service-guidance-flow li:hover b{color:#fff8ec;background:var(--red-deep)}.footer-links a:hover{color:#fff;transform:translate(5px)}}@media (width>=881px){@supports (animation-timeline:view()){.service-guidance-flow,.process-page-section .process-timeline li{animation:linear both qicai-annotated-rise;animation-timeline:view();animation-range:entry 4% cover 28%}}}@keyframes qicai-annotated-rise{0%{opacity:.78;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=880px){.site-header:not(.is-home) .wordmark{padding:0}.home-hero-inner{padding-top:88px}.home-service-categories:before{display:none}.service-guidance-flow ol{grid-template-columns:1fr}.service-guidance-flow ol:before{width:1px;height:auto;inset:26px auto 76px 26px}.service-guidance-flow li{text-align:left;grid-template-columns:62px 1fr;justify-items:start;column-gap:20px;padding:0 0 34px}.service-guidance-flow li b{grid-row:span 2;margin:0}.site-footer .footer-shell{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.home-hero-copy>p:not(.home-service-line){font-size:17px}.process-page-section .process-timeline{margin-top:44px}.footer-links{grid-template-columns:1fr;gap:36px}}@media (prefers-reduced-motion:reduce){.service-subpage-grid .business-item,.service-guidance-flow,.process-page-section .process-timeline li{animation:none!important}}.team-overview-page,.team-group-page,.team-profile-page{color:var(--ink);background:#faf6f0}.team-breadcrumb{color:#746b64;flex-wrap:wrap;align-items:center;gap:10px;padding:28px 0 22px;font-size:14px;display:flex}.team-breadcrumb a{color:inherit;transition:color .22s}.team-breadcrumb a:hover{color:var(--red-deep)}.team-overview-intro{border-bottom:1px solid #9b111742}.team-overview-heading{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:end;gap:clamp(50px,8vw,140px);padding:54px 0 66px;display:grid}.team-overview-heading h1,.team-lead-copy>h1,.team-profile-copy>h1{font-family:var(--serif);letter-spacing:.04em;margin:10px 0 0;font-weight:500}.team-overview-heading h1{font-size:clamp(56px,5.2vw,80px);line-height:1.08}.team-overview-heading>p{color:#453d37;max-width:520px;margin:0 0 5px;font-size:clamp(17px,1.45vw,21px);line-height:1.85}.team-directory-section{border-bottom:1px solid #9b111742}.team-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.team-directory-item{min-height:360px;color:inherit;transition:background-color .32s ease, transform .36s var(--apple-spring);border-bottom:1px solid #9b11173d;grid-template-columns:120px minmax(0,1fr);gap:34px;padding:58px clamp(38px,5vw,76px);display:grid;position:relative}.team-directory-item:nth-child(odd){border-right:1px solid #9b11173d}.team-directory-item:nth-last-child(-n+2){border-bottom:0}.team-directory-topline{color:var(--red-deep);flex-direction:column;align-items:flex-start;gap:34px;display:flex}.team-directory-topline>span{letter-spacing:.12em;border-bottom:1px solid;padding-bottom:8px;font-size:15px;font-weight:700}.team-directory-topline svg{transition:transform .36s var(--apple-spring)}.team-directory-copy{flex-direction:column;align-items:flex-start;display:flex}.team-directory-copy h2{font-family:var(--serif);letter-spacing:.04em;margin:0 0 20px;font-size:clamp(34px,3vw,46px);font-weight:500;transition:color .3s}.team-directory-copy p{color:#514943;max-width:510px;margin:0 0 20px;font-size:16px;line-height:1.8}.team-directory-specialty{color:#8b746d;letter-spacing:.03em;font-size:14px}.team-directory-link,.team-lead-person a,.team-member-copy a,.team-profile-copy>a{color:var(--red-deep);align-items:center;gap:9px;margin-top:auto;padding-top:28px;font-size:15px;font-weight:650;display:inline-flex}.team-directory-link svg,.team-lead-person a svg,.team-member-copy a svg,.team-profile-copy>a svg{transition:transform .26s}.team-consult-band{color:#fff8ed;background:#ad0012;padding:72px 0}.team-consult-band .section-shell{justify-content:space-between;align-items:end;gap:40px;display:flex}.team-consult-band .eyebrow{color:#fff5e6b8}.team-consult-band h2{color:#fff8ed;font-family:var(--serif);margin:12px 0;font-size:clamp(38px,4vw,56px);font-weight:500}.team-consult-band p{color:#fff8edc7;margin:0;font-size:16px}.team-consult-band .button{color:#fff8ed;border-color:#fff7eab8;flex:none}.team-group-page,.team-profile-page{padding-bottom:90px}.team-lead-layout,.team-profile-layout{border-bottom:1px solid #9b11174d;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);min-height:560px;display:grid;position:relative}.team-lead-photo,.team-profile-photo{min-height:560px;position:relative;overflow:hidden}.team-lead-photo img,.team-profile-photo img,.team-member-photo img{object-fit:cover;object-position:center 18%}.team-lead-copy,.team-profile-copy{border-left:1px solid #9b11173d;flex-direction:column;justify-content:center;padding:62px clamp(40px,6vw,92px);display:flex}.team-lead-copy>h1,.team-profile-copy>h1{font-size:clamp(48px,4.8vw,70px);line-height:1.16}.team-group-summary{color:#4d4540;margin:18px 0 30px;font-size:17px;line-height:1.75}.team-lead-person{border-top:1px solid #9b11174d;padding-top:28px}.team-lead-person h2,.team-profile-copy>h2{font-family:var(--serif);margin:0 0 10px;font-size:clamp(32px,3.2vw,45px);font-weight:500}.team-lead-person strong,.team-member-copy strong,.team-profile-copy>strong{color:var(--red-deep);font-weight:650}.team-lead-person p{color:#4f4741;margin:20px 0 14px;line-height:1.75}.team-lead-person>span{color:#756a63;font-size:15px;display:block}.team-members-section{padding:44px 0 12px}.team-members-heading{justify-content:space-between;align-items:end;gap:30px;padding:0 8px 24px;display:flex}.team-members-heading h2,.team-focus-section h2{font-family:var(--serif);margin:0;font-size:30px;font-weight:500}.team-members-heading>span{color:#7a6f68;font-size:14px}.team-members-grid{border-top:1px solid #9b111742;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.team-member-item{border-right:1px solid #9b111738;grid-template-rows:auto 1fr;min-width:0;padding:34px;display:grid}.team-member-item:nth-child(3n){border-right:0}.team-member-item:nth-child(n+4){border-top:1px solid #9b111738}.team-member-photo{aspect-ratio:1.03;background:#ececf2;width:100%;display:block;position:relative;overflow:hidden}.team-member-photo img{transition:transform .48s var(--apple-spring)}.team-member-copy{flex-direction:column;min-height:244px;padding-top:24px;display:flex}.team-member-copy>span{color:var(--red-deep);letter-spacing:.12em;font-size:13px}.team-member-copy h3{font-family:var(--serif);margin:12px 0 8px;font-size:30px;font-weight:500}.team-member-copy p{color:#756a63;margin:18px 0 0;font-size:14px;line-height:1.7}.team-focus-section{padding:58px 8px 26px}.team-focus-section h2{margin-top:12px}.team-focus-section p{color:#4f4741;border-top:1px solid #9b111747;border-bottom:1px solid #9b111747;margin:22px 0 0;padding:22px 0;font-size:18px}.team-profile-copy>h2{margin-top:24px}.team-profile-copy>p{color:#4c443e;margin:0 0 22px;font-size:16px;line-height:1.95}.team-profile-specialties{color:#6f625b;line-height:1.75}.team-profile-facts{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:46px;display:grid}.team-profile-facts article{border-right:1px solid #9b111747;min-height:160px;padding:12px 34px 24px}.team-profile-facts article>span{color:var(--red-deep);letter-spacing:.12em;font-size:13px}.team-profile-facts h3{font-family:var(--serif);margin:14px 0 18px;font-size:28px;font-weight:500}.team-profile-facts p{color:#5e544e;margin:0;line-height:1.75}@media (hover:hover) and (pointer:fine){.team-directory-item:hover{background:#ffffff75;transform:translateY(-7px)}.team-directory-item:hover h2{color:var(--red-deep)}.team-directory-item:hover .team-directory-topline svg{transform:scale(1.07)}.team-directory-item:hover .team-directory-link svg,.team-lead-person a:hover svg,.team-member-copy a:hover svg,.team-profile-copy>a:hover svg{transform:translate(6px)}.team-member-item:hover .team-member-photo img{transform:scale(1.025)}}@media (width>=881px){@supports (animation-timeline:view()){.team-directory-item,.team-member-item,.team-profile-facts article{animation:linear both qicai-team-rise;animation-timeline:view();animation-range:entry 5% cover 28%}}}@keyframes qicai-team-rise{0%{opacity:.18;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.team-overview-heading{grid-template-columns:1fr;gap:24px}.team-directory-item{grid-template-columns:82px minmax(0,1fr);gap:22px;padding:44px 30px}.team-lead-layout,.team-profile-layout{grid-template-columns:.88fr 1.12fr}.team-lead-copy,.team-profile-copy{padding:46px 38px}.team-member-item{grid-template-rows:auto 1fr;padding:26px}}@media (width<=760px){.team-directory-grid,.team-lead-layout,.team-profile-layout,.team-members-grid,.team-profile-facts{grid-template-columns:1fr}.team-directory-item,.team-directory-item:nth-child(odd),.team-directory-item:nth-last-child(-n+2){border-bottom:1px solid #9b11173d;border-right:0;min-height:0}.team-directory-item:last-child{border-bottom:0}.team-consult-band .section-shell,.team-members-heading{flex-direction:column;align-items:flex-start}.team-lead-photo,.team-profile-photo{min-height:520px}.team-lead-copy,.team-profile-copy{border-top:1px solid #9b11173d;border-left:0}.team-member-item,.team-member-item:nth-child(3n),.team-member-item:nth-child(n+4){border-top:0;border-bottom:1px solid #9b111738;border-right:0;grid-template-rows:auto 1fr}.team-profile-facts article,.team-profile-facts article:last-child{border-bottom:1px solid #9b111738;border-right:0}}@media (width<=520px){.team-overview-heading{padding:38px 0 46px}.team-directory-item{grid-template-columns:1fr;padding:38px 20px}.team-directory-topline{flex-direction:row;justify-content:space-between;align-items:center}.team-lead-photo,.team-profile-photo{min-height:430px}.team-lead-copy,.team-profile-copy{padding:38px 22px}.team-member-item{grid-template-rows:auto 1fr;padding:26px 0}.team-profile-facts article{padding-left:8px;padding-right:8px}}@media (prefers-reduced-motion:reduce){.team-directory-item,.team-member-item,.team-profile-facts article{transition:none!important;animation:none!important}}.site-header .wordmark,.home-hero-mark,.page-hero .page-hero-brand,.footer-logo{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.site-header .home-wordmark-image,.site-header .wordmark-image,.site-header .wordmark:hover .home-wordmark-image,.site-header .wordmark:hover .wordmark-image,.footer-logo img{filter:brightness(0)invert()!important;background:0 0!important}.home-hero-mark,.page-hero .page-hero-brand{filter:brightness(0)invert()drop-shadow(0 3px 3px #42000847);background-color:#0000!important;background-image:url(/qicai-symbol-red.png)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important}@media (width<=620px){.home-title-mobile{word-break:normal;overflow-wrap:anywhere}}@media (width<=880px){:root{--page-width:min(calc(100% - 36px), 680px)}html{scroll-padding-top:72px}body{overflow-x:hidden}a,button,input,select,textarea{-webkit-tap-highlight-color:#e509141f}.site-header,.site-header.is-home{z-index:1000;background:#e50914;border-bottom:1px solid #ffffff3d;min-height:64px;position:sticky;top:0;box-shadow:0 8px 28px #48000824}.header-shell,.site-header.is-home .header-shell{width:var(--page-width);grid-template-columns:1fr auto;min-height:64px}.home-wordmark-image,.wordmark-image,.site-header.is-home .wordmark-image,.site-header.is-home .wordmark:hover .wordmark-image{width:152px}.menu-button{background:#6f00071f;border:1px solid #ffffff6b;border-radius:12px;width:42px;height:42px;display:inline-flex}.menu-button span{background:#fff;width:20px;height:1.5px}.mobile-menu:not([hidden]){z-index:999;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf6f0fa;border-bottom:1px solid #e5091438;max-height:calc(100dvh - 64px);display:grid;position:fixed;top:64px;left:0;right:0;overflow-y:auto;box-shadow:0 22px 50px #3a1a1429}.mobile-menu nav{width:var(--page-width);padding:12px 0 24px}.mobile-nav-link{min-height:52px;font-size:18px}.mobile-nav-link svg{color:var(--red)}.mobile-consult{border-radius:12px;min-height:50px;margin-top:18px}.section{padding:64px 0}.section-heading{margin-bottom:38px}.section-heading-split{grid-template-columns:1fr;align-items:start;gap:18px}.section-heading-split>p,.section-heading-split>.text-link{justify-self:start}.section-heading h2,.two-column-content h2,.about-preview-copy h2,.consult-aside h2{font-size:clamp(34px,8vw,46px);line-height:1.16}.home-hero,.home-hero-inner{height:auto;min-height:clamp(590px,100svh - 64px,690px);max-height:none}.home-hero{background-color:#e50914;background-position:58% -64px;background-size:auto 690px}.home-hero-inner{width:var(--page-width);align-content:start;padding:62px 0 68px;display:grid}.home-hero-copy{max-width:100%}.home-hero h1{letter-spacing:0;max-width:620px;margin-bottom:22px;font-size:clamp(42px,8vw,56px);line-height:1.2}.home-hero-copy>p:not(.home-service-line){max-width:540px;font-size:17px;line-height:1.75}.home-hero .text-link{align-items:center;min-height:44px;margin-top:20px}.home-service-line{letter-spacing:.04em;max-width:calc(100% - 88px);color:#fffaf2d6!important;margin-top:34px!important;font-size:13px!important}.home-hero-mark{width:56px;height:56px;inset:auto 3% 56px auto;transform:none}.about-intro{min-height:0;padding:42px 0}.about-intro-grid{grid-template-columns:1fr;gap:24px}.about-intro-grid>div:first-child{border-bottom:1px solid #e509143d;border-right:0;padding:0 0 20px}.about-intro h2{font-size:34px}.about-intro-copy p{margin-bottom:14px;font-size:16px;line-height:1.7}.about-mantra{font-size:16px}.services-section{padding:8px 0}.home-service-categories{grid-template-columns:1fr 1fr}.home-service-categories:before{display:block}.home-service-categories a,.home-service-categories a+a{min-height:164px;padding:30px 24px}.home-service-categories a+a{border-top:0}.home-service-categories h2{font-size:28px}.home-service-categories p{font-size:14px;line-height:1.65}.home-next-section{padding:64px 0}.about-preview-grid,.home-company-grid{grid-template-columns:1fr;gap:30px}.home-company-photo{aspect-ratio:4/3;border-radius:22px;overflow:hidden}.home-company-photo img{object-fit:cover;width:100%;height:100%}.about-preview-copy p{margin:20px 0 28px;font-size:16px}.home-proof-section{gap:30px}.home-proof-heading{grid-template-columns:1fr;gap:18px}.home-proof-heading h2{margin-top:12px;font-size:36px}.home-proof-heading>p{font-size:15px;line-height:1.8}.home-proof-grid{grid-template-columns:1fr;gap:20px}.home-proof-card-media{height:auto;min-height:0;padding:16px 18px}.home-proof-card-media img{height:240px}.home-proof-card-body{padding:22px 22px 24px}.home-proof-card h3{font-size:26px}.home-proof-footer{flex-direction:column;align-items:flex-start;gap:18px}.page-hero,.page-hero-inner{height:218px;min-height:218px;max-height:218px}.page-hero{background-position:56%}.page-hero-inner{width:var(--page-width);padding:26px 0}.page-hero-copy{gap:10px;max-width:calc(100% - 72px)}.page-hero h1{font-size:clamp(36px,8vw,46px);line-height:1.1}.page-hero-copy>p{max-width:520px;font-size:15px;line-height:1.6}.page-hero .page-hero-brand{width:52px;height:52px;left:auto;right:0;transform:translateY(-50%)}.business-item,.business-grid.is-compact .business-item{min-height:260px}.business-item-inner{padding:30px 26px}.business-meta{margin-bottom:34px}.business-item strong,.service-subpage-grid .business-item strong{font-size:30px}.service-subpage-grid .business-description{margin-bottom:26px}.service-guidance-flow{padding-top:38px}.service-guidance-flow>.eyebrow{margin-bottom:24px}.process-page-section .section-heading-split{text-align:left;justify-items:start}.process-page-section .section-heading-split>p{text-align:left;margin:0}.process-page-section .process-timeline{grid-template-columns:1fr;gap:0;margin-top:40px}.process-page-section .process-timeline:before{width:1px;height:auto;display:block;inset:27px auto 52px 27px}.process-page-section .process-timeline li{text-align:left;grid-template-columns:54px minmax(0,1fr);place-items:start stretch;gap:20px;padding:0 0 32px;display:grid}.process-page-section .process-node{background:var(--paper-light);width:54px;height:54px;margin:0;font-size:15px}.process-page-section .process-timeline li>div{justify-items:start;padding-top:8px}.process-page-section .process-timeline strong{font-size:20px}.process-page-section .process-timeline li div>span{max-width:none;margin:0;font-size:14px}.consult-layout{grid-template-columns:1fr;gap:34px}.consult-aside{position:static}.consult-form{border-radius:22px;padding:30px}.team-lead-photo,.team-profile-photo{aspect-ratio:4/5;min-height:0}.site-footer .footer-shell{grid-template-columns:1fr;gap:34px;padding-top:40px;padding-bottom:32px}.footer-brand h2{max-width:560px;font-size:clamp(30px,7vw,40px)}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.footer-bottom{flex-direction:column;gap:8px;padding-top:16px}.footer-filing{text-align:left;justify-items:start}.footer-filing-records{justify-content:flex-start}}@media (width<=620px){:root{--page-width:calc(100% - 32px)}.home-wordmark-image,.wordmark-image,.site-header.is-home .wordmark-image,.site-header.is-home .wordmark:hover .wordmark-image{width:142px}.home-hero,.home-hero-inner{min-height:clamp(580px,100svh - 64px,670px)}.home-hero{background-position:59% -64px;background-size:auto 670px}.home-hero-inner{padding:48px 0 60px}.home-hero h1{font-size:clamp(38px,11vw,48px)}.home-hero-copy>p:not(.home-service-line){font-size:16px;line-height:1.7}.home-service-line{max-width:calc(100% - 66px);margin-top:26px!important;font-size:12px!important}.home-hero-mark{width:48px;height:48px;bottom:48px;right:0}.section{padding:54px 0}.home-service-categories{grid-template-columns:1fr}.home-service-categories:before{display:none}.home-service-categories a,.home-service-categories a+a{min-height:0;padding:28px 0}.home-service-categories a+a{border-top:1px solid #e5091438;border-left:0}.page-hero,.page-hero-inner{height:202px;min-height:202px;max-height:202px}.page-hero h1{font-size:36px}.page-hero-copy>p{font-size:14px}.page-hero .page-hero-brand{width:44px;height:44px;right:-2px}.business-grid,.business-grid.is-compact,.service-subpage-grid{grid-template-columns:1fr}.business-item,.business-item:nth-child(odd),.business-item:nth-child(n+3),.business-grid.is-compact .business-item{border-top:0;border-right:0;border-bottom:1px solid var(--line);min-height:0}.business-item:last-child{border-bottom:0}.business-item-inner{min-height:240px;padding:28px 20px}.business-meta{margin-bottom:28px}.service-icon{width:48px;height:48px}.business-item strong,.service-subpage-grid .business-item strong{font-size:28px}.service-guidance-flow li{grid-template-columns:52px 1fr;column-gap:16px;padding-bottom:28px}.service-guidance-flow li b{width:52px;height:52px}.service-guidance-flow ol:before{left:26px}.consult-form{border-radius:18px;padding:24px 18px}.form-grid{grid-template-columns:1fr;gap:22px}.field input,.field select{min-height:52px}.button,.submit-button{min-height:50px}.team-overview-heading{padding-top:30px}.team-directory-item{padding-left:18px;padding-right:18px}.team-lead-copy,.team-profile-copy{padding:32px 18px}.team-lead-photo,.team-profile-photo{aspect-ratio:4/5;min-height:0}.footer-logo img{width:148px}.footer-brand h2{font-size:30px}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.footer-links a{width:auto;font-size:14px}.footer-bottom{font-size:10px;line-height:1.6}}@media (width<=380px){.home-hero h1{font-size:36px}.home-service-line{letter-spacing:0;max-width:calc(100% - 56px)}.page-hero-copy{max-width:calc(100% - 52px)}.footer-links{gap:14px}}@media (width<=880px){@supports (padding-top:env(safe-area-inset-top)){.site-header,.site-header.is-home{min-height:calc(64px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.mobile-menu:not([hidden]){top:calc(64px + env(safe-area-inset-top));max-height:calc(100dvh - 64px - env(safe-area-inset-top))}.site-footer{padding-bottom:env(safe-area-inset-bottom)}}.development-timeline:before{display:none}.development-timeline li:not(:last-child):after{z-index:0;content:"";background:var(--line);width:1px;position:absolute;top:25px;bottom:-25px;left:25px}}:root{--qicai-red:#e50914;--qicai-red-deep:#ae0710;--qicai-paper:#fbf8f3;--qicai-paper-soft:#f7f2eb;--qicai-ink:#201d1a;--qicai-muted:#625b55;--qicai-line:#871d212e;--qicai-shadow:0 24px 70px #3e1a181a;--qicai-ease:cubic-bezier(.22, 1, .36, 1)}html,body{background:var(--qicai-paper);overflow-x:clip}body{color:var(--qicai-ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}main,section,.section-shell,.header-shell,.footer-shell{min-width:0}.site-header,.site-header.is-home{color:#fff;-webkit-backdrop-filter:saturate(150%)blur(18px);backdrop-filter:saturate(150%)blur(18px);background:#e50914f5;border-bottom:1px solid #ffffff3d;box-shadow:0 8px 32px #5b00081f}.site-header.is-home .header-shell{grid-template-columns:260px minmax(0,1fr) 168px}.site-header.is-home .desktop-nav{flex-wrap:nowrap;gap:clamp(18px,2.4vw,40px);min-width:0}.site-header.is-home .nav-link{letter-spacing:.02em;white-space:nowrap;flex:none;font-size:clamp(15px,1.2vw,18px);line-height:1.2}.site-header .wordmark-image,.site-header .home-wordmark-image,.site-header.is-home .wordmark-image,.site-header.is-home .home-wordmark-image{filter:brightness(0)invert();transition:opacity .24s ease, transform .36s var(--qicai-ease)}.site-header .wordmark:hover img{opacity:.88;transform:translateY(-1px)}.site-header .nav-link,.site-header.is-home .nav-link{color:#ffffffd6;transition:color .22s,opacity .22s;position:relative}.site-header .nav-link:after{content:"";height:1px;transition:right .26s var(--qicai-ease), left .26s var(--qicai-ease);background:#fff;position:absolute;bottom:-13px;left:50%;right:50%}.site-header .nav-link:hover,.site-header .nav-link.is-active{color:#fff}.site-header .nav-link:hover:after,.site-header .nav-link.is-active:after{left:0;right:0}.site-header .button-outline{color:#fff;background:#63000714;border-color:#ffffffad}.site-header .button-outline:hover{background:#ffffff1f;border-color:#fff}.menu-button span{background:#fff}.button,.text-link,.related-links a{transition:color .22s ease, border-color .22s ease, background .22s ease, box-shadow .32s var(--qicai-ease), transform .32s var(--qicai-ease)}.button{border-radius:12px}.button-primary{box-shadow:0 12px 32px #e509142e}.home-hero,.page-hero{background-color:var(--qicai-red)}.home-hero:after,.page-hero:after{z-index:0;pointer-events:none;content:"";background:linear-gradient(105deg,#75000833,#0000 46%,#ffffff06);position:absolute;inset:0}.home-hero-inner,.page-hero-inner{z-index:1;position:relative}.home-hero-copy,.page-hero-copy{min-width:0}.home-scroll-cue{color:#fff8ec;letter-spacing:.18em;opacity:.8;transition:opacity .24s ease, transform .24s var(--apple-spring);align-items:center;gap:12px;font-size:11px;display:inline-flex;position:absolute;bottom:24px;left:0}.home-scroll-cue:before{content:"";opacity:.72;background:currentColor;width:28px;height:1px}.home-scroll-cue:after{content:"↓";transition:transform .24s var(--apple-spring);font-size:18px;line-height:1}.home-scroll-cue:focus-visible{opacity:1}.home-hero h1,.page-hero h1,.section-heading h2,.about-intro h2,.two-column-content h2{text-wrap:balance}.home-title-desktop{display:block}.home-title-mobile{display:none}.home-hero-copy>p:not(.home-service-line),.page-hero-copy>p{color:#fffaf4e6}.home-hero-mark,.page-hero-brand{border-color:#ffffff85;box-shadow:0 16px 38px #4d00062e}.section{border-color:var(--qicai-line);background:var(--qicai-paper);position:relative}.section-heading .eyebrow,.about-index{color:var(--qicai-red-deep);letter-spacing:.24em;font-size:11px;font-weight:700}.about-intro{isolation:isolate;border-top:1px solid var(--qicai-line);border-bottom:1px solid var(--qicai-line);background:radial-gradient(circle at 82% 18%, #e509140e, transparent 28%), var(--qicai-paper);scroll-margin-top:88px;overflow:hidden}.about-intro:after{z-index:-1;content:"";background:linear-gradient(#0000,#e509143d,#0000);width:1px;position:absolute;top:0;bottom:0;left:max(24px,50vw - min(82.4vw,1266px)/2)}.about-index{margin-bottom:20px;display:block}.about-intro-grid{align-items:center}.about-intro-grid>div:first-child{border-right:1px solid #871d2133}.about-intro h2{color:var(--qicai-ink);letter-spacing:.02em}.about-intro-copy p{color:#2f2925;max-width:720px;font-size:clamp(18px,1.45vw,21px);font-weight:500;line-height:1.9}.home-service-categories p,.home-proof-heading>p,.home-proof-card p,.home-proof-footer p{color:#423a34}.about-mantra{color:var(--qicai-red-deep);letter-spacing:.1em;font-size:17px;font-weight:650}.company-story-section .story-copy{max-width:760px}.company-story-section .story-copy p:first-child{color:#2f2925;font-size:clamp(20px,1.8vw,27px);line-height:1.78}.company-story-section .story-copy p+p{color:#514740;margin-top:24px;font-size:16.5px;line-height:1.9}.business-item,.principle-list article,.principle-grid article,.consultation-options a,.team-directory-item{transition:border-color .26s ease, background .26s ease, box-shadow .36s var(--qicai-ease), transform .36s var(--qicai-ease)}.business-item{transition:border-color .18s ease, background-color .18s ease, box-shadow .26s var(--qicai-ease), transform .24s var(--qicai-ease);overflow:hidden}.services-overview-section .business-description{color:#655d57;line-height:1.78;display:block}.principle-list article,.principle-grid article{background:linear-gradient(145deg,#ffffff80,#fff0)}.home-service-categories a{transition:transform .2s var(--qicai-ease);position:relative;overflow:hidden}.home-service-categories a:after{content:"";background:var(--qicai-red);transform-origin:0;height:3px;transition:transform .22s var(--qicai-ease);position:absolute;inset:auto 0 0;transform:scaleX(0)}.service-category-card{color:inherit;transition:background-color .18s ease, box-shadow .26s var(--qicai-ease), transform .24s var(--qicai-ease);text-decoration:none}.business-item:focus-visible,.service-category-card:focus-visible,.home-service-categories a:focus-visible{background-color:#ffffff80;border-color:#e509144d}@media (hover:none),(pointer:coarse){.business-item,.service-category-card,.home-service-categories a{transition:background-color .14s ease, border-color .14s ease, transform .16s var(--qicai-ease)}.business-item:active,.service-category-card:active,.home-service-categories a:active{background-color:#e509140e;border-color:#e509144d;transform:scale(.985)}}.site-footer{background:var(--qicai-red-deep);border-top:1px solid #fff3}.site-footer .footer-shell{padding-top:clamp(42px,5vw,70px);padding-bottom:30px}.footer-brand h2{letter-spacing:.015em;line-height:1.28}@media (hover:hover) and (pointer:fine){.home-scroll-cue:hover{opacity:1;transform:translateY(3px)}.home-scroll-cue:hover:after{transform:translateY(3px)}.button:hover{transform:translateY(-2px)}.button-primary:hover{box-shadow:0 18px 44px #e509143d}.principle-list article:hover,.principle-grid article:hover,.consultation-options a:hover,.team-directory-item:hover{z-index:2;background:#ffffff6b;border-color:#e509144d;transform:translateY(-5px)}.business-item:hover{z-index:2;background:#ffffff6b;border-color:#e509144d;transform:translateY(-6px);box-shadow:0 18px 42px #3e1a181c}.service-category-card:hover,.home-service-categories a:hover{background-color:#ffffff80;transform:translateY(-5px);box-shadow:0 16px 36px #3e1a181a}.home-service-categories a:hover:after{transform:scaleX(1)}}.service-subpage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-subpage-grid .business-item:not(:nth-child(2n)){border-right:1px solid var(--line)}.service-subpage-grid .business-item:nth-child(2n){border-right:0}.service-subpage-grid .business-item:nth-child(n+3){border-top:1px solid var(--line)}.service-subpage-grid .business-item:nth-child(-n+2){border-top:0}@media (width>=881px) and (width<=1200px){:root{--page-width:min(92vw, 1100px)}.header-shell,.site-header.is-home .header-shell{grid-template-columns:190px minmax(0,1fr) 150px;min-height:78px}.site-header.is-home .header-shell{width:min(100% - 48px,1100px)}.desktop-nav,.site-header.is-home .desktop-nav{gap:clamp(12px,1.8vw,22px)}.nav-link,.site-header.is-home .nav-link{white-space:nowrap;letter-spacing:0;font-size:15px}.header-actions,.site-header.is-home .header-actions{min-width:150px}.header-actions .button,.site-header.is-home .header-actions .button{white-space:nowrap;padding:0 14px;font-size:14px}.wordmark-image,.site-header.is-home .wordmark-image,.home-wordmark-image,.site-header.is-home .home-wordmark-image{width:184px}}@media (width<=880px){:root{--page-width:min(calc(100% - 36px), 680px)}body{overflow-x:hidden}.site-header,.site-header.is-home{min-height:64px}.header-shell,.site-header.is-home .header-shell{width:var(--page-width);grid-template-columns:minmax(0,1fr) auto;min-height:64px;display:grid}.desktop-nav,.header-actions>.button{display:none}.header-actions{z-index:2;min-width:42px;display:flex;position:relative}.menu-button,.site-header.is-home .menu-button{background:#5f00071f;border:1px solid #ffffff75;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:42px;height:42px;padding:0;display:inline-flex}.menu-button span,.site-header.is-home .menu-button span{background:#fff;width:20px;height:1.5px;display:block}.mobile-menu:not([hidden]){z-index:999;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf8f3fa;border-bottom:1px solid #e5091433;max-height:calc(100svh - 64px);display:grid;position:fixed;top:64px;left:0;right:0;overflow-y:auto;box-shadow:0 24px 64px #3a1a1429}.mobile-menu nav{width:var(--page-width);margin:0 auto;padding:14px 0 26px}.mobile-nav-link{border-bottom:1px solid #871d211f;min-height:52px;font-size:18px}.mobile-consult{margin-top:18px}.home-hero,.home-hero-inner{height:auto;min-height:620px;max-height:none}.home-hero{background-position:58% 0;background-size:auto 690px}.home-hero-inner{width:var(--page-width);padding:56px 0 86px;display:block}.home-hero-copy{width:100%;max-width:none}.home-title-desktop{display:none}.home-title-mobile{display:block}.home-hero h1{letter-spacing:0;overflow-wrap:break-word;width:100%;max-width:100%;margin-bottom:24px;font-size:clamp(39px,10.6vw,50px);line-height:1.18}.home-hero-copy>p:not(.home-service-line){white-space:normal;width:100%;max-width:100%;margin-bottom:24px;font-size:16px;line-height:1.75}.home-hero .text-link{min-height:44px;margin-top:8px}.home-service-line{display:none}.home-hero-mark{width:50px;height:50px;inset:auto 0 42px auto;transform:none}.about-intro{min-height:0;padding:48px 0}.about-intro:after{background:linear-gradient(90deg,#0000,#e509144d,#0000);width:auto;height:1px;inset:0 18px auto}.about-intro .section-shell,.services-section .section-shell{width:var(--page-width)}.about-intro-grid{grid-template-columns:1fr;gap:24px;display:grid}.about-intro-grid>div:first-child{border-right:0;border-bottom:1px solid var(--qicai-line);padding:0 0 22px}.about-index{margin-bottom:14px}.about-intro h2{font-size:34px}.about-intro-copy p{margin-bottom:18px;font-size:16px;line-height:1.78}.about-mantra{letter-spacing:.06em;font-size:14px}.page-hero,.page-hero-inner{height:216px;min-height:216px;max-height:216px}.page-hero-inner{width:var(--page-width);padding:28px 0}.page-hero-copy{width:100%;max-width:calc(100% - 58px)}.page-hero h1{font-size:clamp(35px,9vw,44px);line-height:1.12}.page-hero-copy>p{white-space:normal;width:100%;max-width:100%;font-size:14px;line-height:1.62}.page-hero .page-hero-brand{width:46px;height:46px;left:auto;right:0;transform:translateY(-50%)}.business-grid,.business-grid.is-compact,.service-subpage-grid{grid-template-columns:minmax(0,1fr);display:grid}.business-item,.business-item:nth-child(odd),.business-item:nth-child(n+3),.business-grid.is-compact .business-item{border-top:0;border-right:0;border-bottom:1px solid var(--qicai-line);width:100%;min-width:0;min-height:0}.service-subpage-grid .business-item:nth-child(n){border-top:0;border-right:0}.business-item-inner,.service-subpage-grid .business-item-inner{flex-direction:column;align-items:flex-start;width:100%;min-width:0;min-height:250px;padding:30px 24px;display:flex;position:relative}.business-meta,.business-grid.is-compact .business-meta{justify-content:space-between;width:100%;min-width:0;margin:0 0 30px;display:flex}.business-number,.business-group,.service-icon{grid-area:auto}.service-icon{opacity:.82;width:48px;height:48px;position:absolute;top:26px;right:24px}.business-item strong,.service-subpage-grid .business-item strong{letter-spacing:.03em;text-align:left;grid-area:auto;place-self:flex-start start;width:100%;margin:0 0 16px;font-size:30px;line-height:1.22;display:block}.services-overview-section .business-description,.service-subpage-grid .business-description{width:100%;max-width:36em;margin:0 0 28px;font-size:15px;line-height:1.75;display:block}.business-item .text-link,.service-subpage-grid .business-item .text-link{text-align:left;grid-area:auto;place-self:flex-start start;margin-top:auto}.section-heading-split,.two-column-content,.consult-layout,.about-preview-grid,.home-company-grid{grid-template-columns:minmax(0,1fr)}.company-story-section .story-copy p:first-child{font-size:20px}.site-footer .footer-shell{grid-template-columns:minmax(0,1fr);gap:30px;padding-top:42px;padding-bottom:26px}.footer-brand h2{max-width:13em;font-size:clamp(29px,7vw,38px)}}@media (width<=620px){:root{--page-width:calc(100% - 32px)}.home-wordmark-image,.wordmark-image,.site-header.is-home .wordmark-image,.site-header.is-home .home-wordmark-image{width:142px}.home-hero,.home-hero-inner{min-height:600px}.home-hero{background-position:59% 0;background-size:auto 670px}.home-hero-inner{padding:48px 0 82px}.home-hero h1{font-size:clamp(38px,10.5vw,44px)}.section{padding:56px 0}.page-hero,.page-hero-inner{height:206px;min-height:206px;max-height:206px}.page-hero-copy{max-width:calc(100% - 52px)}.business-item-inner,.service-subpage-grid .business-item-inner{min-height:238px;padding:28px 20px}.service-icon{top:24px;right:20px}.business-item strong,.service-subpage-grid .business-item strong{padding-right:12px;font-size:28px}.consult-form{width:100%;padding:24px 18px}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{text-align:left;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.button{transition:color .18s,background-color .18s,border-color .18s,box-shadow .18s}.business-item,.service-category-card,.principle-list article,.principle-grid article,.consultation-options a,.team-directory-item{transition:border-color .18s,background-color .18s,box-shadow .18s}.home-scroll-cue,.home-service-categories a{transition:opacity .18s,background-color .18s}.home-scroll-cue:after,.home-service-categories a:after{transition:none}.site-header .wordmark:hover img,.button:hover,.button:active,.home-scroll-cue,.home-scroll-cue:after,.business-item:hover,.service-category-card:hover,.home-service-categories a:hover,.principle-list article:hover,.principle-grid article:hover,.consultation-options a:hover,.team-directory-item:hover{transform:none}}.team-overview-page,.team-group-page,.team-profile-page{--team-paper:#fbf8f3;--team-ink:#211e1b;--team-copy:#4f4842;--team-muted:#786f68;--team-line:#e5091433;--team-soft-red:#e5091412;background:radial-gradient(circle at 12% 9%, #e5091406, transparent 24rem), var(--team-paper);color:var(--team-ink)}.team-breadcrumb{border-bottom:1px solid var(--team-line);color:var(--team-muted);letter-spacing:.025em;gap:12px;padding:24px 0 20px;font-size:14px}.team-breadcrumb>span:nth-child(2n){color:#e50914}.team-profile-page{padding-bottom:clamp(56px,7vw,104px)}.team-profile-layout{isolation:isolate;border-bottom:1px solid var(--team-line);grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);min-height:650px;position:relative;overflow:hidden}.team-profile-layout:before,.team-profile-layout:after{z-index:-1;content:"";pointer-events:none;border:1px solid #e5091438;border-radius:50%;width:58%;height:58%;position:absolute}.team-profile-layout:before{top:-24%;right:-34%;transform:rotate(-24deg)}.team-profile-layout:after{bottom:-48%;right:-10%;transform:rotate(18deg)}.team-profile-photo{background:linear-gradient(145deg,#ffffff6b,#0000 42%),#eef0f7;align-self:end;min-height:610px;overflow:hidden}.team-profile-photo:after{display:none}.team-profile-photo img{object-fit:contain;object-position:center bottom}.team-profile-copy{border-left:1px solid var(--team-line);justify-content:flex-start;padding:clamp(54px,6vw,88px) clamp(42px,6vw,94px) 50px}.team-profile-copy .eyebrow{color:#e50914;letter-spacing:.22em;font-size:13px}.team-profile-copy>h1{color:var(--team-ink);letter-spacing:.08em;margin:16px 0 34px;font-size:clamp(52px,5.2vw,78px);line-height:1.08}.team-profile-identity h2{font-family:var(--serif);letter-spacing:.08em;margin:0 0 7px;font-size:clamp(34px,3.4vw,48px);font-weight:500}.team-profile-identity>strong{color:#d60712;font-size:clamp(19px,1.7vw,25px);line-height:1.5}.team-profile-divider{background:#e50914;width:54px;height:2px;margin:25px 0 28px}.team-profile-copy>p:not(.team-profile-specialties){color:#393530;text-align:justify;max-width:720px;margin:0;font-size:clamp(17px,1.35vw,19px);line-height:1.95}.team-profile-copy>p.team-profile-specialties{color:#5f5750;margin:22px 0 0;font-size:16px;line-height:1.75}.team-profile-specialties strong{color:#e50914;font-weight:700}.team-profile-copy>a.team-profile-return{color:#d60712;align-self:flex-end;margin-top:auto;padding-top:30px;font-size:16px}.team-profile-facts{border-bottom:1px solid var(--team-line);grid-template-columns:repeat(3,minmax(0,1fr));padding-top:0}.team-profile-facts article{border-right:1px solid var(--team-line);grid-template-columns:84px minmax(0,1fr);align-items:center;gap:24px;min-height:180px;padding:34px clamp(24px,3vw,44px);display:grid}.team-profile-facts article:last-child{border-right:0}.team-profile-fact-icon{color:#e50914;background:var(--team-soft-red);border:1px solid #e509141f;border-radius:50%;place-items:center;width:76px;height:76px;display:grid}.team-profile-fact-icon svg{stroke-width:1.45px;width:38px;height:38px}.team-profile-facts small{color:#e50914ad;letter-spacing:.16em;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.team-profile-facts h3{color:var(--team-ink);margin:0 0 10px;font-size:clamp(23px,2vw,30px)}.team-profile-facts p{color:#655c55;font-size:15px;line-height:1.7}.team-group-page{padding-bottom:clamp(56px,7vw,96px)}.team-lead-layout{border-bottom-color:var(--team-line);grid-template-columns:minmax(360px,.85fr) minmax(520px,1.15fr);min-height:620px;overflow:hidden}.team-lead-photo{background:#eef0f7;min-height:620px}.team-lead-photo img,.team-member-photo img{object-fit:cover;object-position:center 38%}.team-lead-copy{border-left-color:var(--team-line);justify-content:flex-start;padding:clamp(52px,6vw,84px) clamp(42px,6vw,90px) 48px}.team-lead-copy>h1{margin-top:14px;font-size:clamp(48px,4.8vw,70px)}.team-group-summary{max-width:680px;color:var(--team-copy);margin:20px 0 32px;font-size:18px;line-height:1.85}.team-lead-person{border-top-color:var(--team-line);padding-top:30px}.team-lead-person p{max-width:680px;color:var(--team-copy);font-size:16px;line-height:1.9}.team-members-section{padding-top:52px}.team-members-heading{padding-bottom:28px}.team-members-grid{border-top-color:var(--team-line);border-bottom:1px solid var(--team-line)}.team-member-item{border-color:var(--team-line);transition:background-color .32s ease, transform .42s var(--apple-spring);padding:clamp(24px,2.6vw,38px)}.team-member-photo{aspect-ratio:4/5;background:#eef0f7}.team-member-copy{min-height:250px}.team-member-copy h3{font-size:clamp(28px,2.5vw,36px)}.team-overview-heading,.team-directory-item,.team-directory-grid{border-color:var(--team-line)}.team-directory-item{background:#ffffff24}.team-directory-item:hover,.team-member-item:hover{background:#ffffff94}@media (width<=980px){.team-profile-layout,.team-lead-layout{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr)}.team-profile-copy,.team-lead-copy{padding:48px 38px 42px}.team-profile-facts article{grid-template-columns:64px minmax(0,1fr);gap:18px;padding:28px 22px}.team-profile-fact-icon{width:62px;height:62px}}@media (width<=880px){.team-overview-page,.team-group-page,.team-profile-page{overflow-x:clip}.team-breadcrumb{white-space:nowrap;scrollbar-width:none;flex-wrap:nowrap;gap:9px;padding:16px 0 15px;font-size:12px;overflow-x:auto}.team-breadcrumb::-webkit-scrollbar{display:none}.team-profile-layout,.team-lead-layout{grid-template-columns:1fr;min-height:0}.team-profile-layout:before,.team-profile-layout:after{display:none}.team-profile-photo,.team-lead-photo{width:100%;min-height:0}.team-profile-photo{aspect-ratio:2/3}.team-lead-photo{aspect-ratio:4/5}.team-profile-photo:after{height:12%}.team-profile-copy,.team-lead-copy{border-top:1px solid var(--team-line);border-left:0;min-width:0;padding:38px 24px 34px}.team-profile-copy>h1{margin:12px 0 26px;font-size:clamp(42px,12vw,58px)}.team-profile-identity h2{font-size:34px}.team-profile-copy>p:not(.team-profile-specialties){text-align:left;font-size:16px;line-height:1.9}.team-profile-copy>a.team-profile-return{align-self:flex-start;margin-top:24px;padding-top:0}.team-profile-facts{grid-template-columns:1fr;padding-top:12px}.team-profile-facts article,.team-profile-facts article:last-child{border-right:0;border-bottom:1px solid var(--team-line);grid-template-columns:68px minmax(0,1fr);gap:20px;min-height:0;padding:26px 20px}.team-profile-facts article:last-child{border-bottom:0}.team-profile-fact-icon{width:62px;height:62px}.team-profile-fact-icon svg{width:31px;height:31px}.team-profile-facts h3{font-size:24px}.team-lead-copy>h1{font-size:clamp(42px,11vw,58px)}.team-group-summary{margin-bottom:28px;font-size:16px}.team-members-heading{gap:9px;padding:0 0 20px}.team-members-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-member-item,.team-member-item:nth-child(3n),.team-member-item:nth-child(n+4){border-right:1px solid var(--team-line);border-bottom:1px solid var(--team-line);padding:22px}.team-member-item:nth-child(2n){border-right:0}.team-member-copy{min-height:242px}.team-overview-heading{gap:18px;padding:38px 0 42px}.team-overview-heading h1{font-size:clamp(46px,13vw,64px)}.team-overview-heading>p{max-width:none;font-size:16px;line-height:1.8}.team-directory-grid{grid-template-columns:1fr}.team-directory-item,.team-directory-item:nth-child(odd),.team-directory-item:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--team-line);grid-template-columns:64px minmax(0,1fr);gap:18px;min-height:0;padding:30px 0}.team-directory-topline{gap:22px}.team-directory-topline svg{width:38px;height:38px}.team-directory-copy h2{margin-bottom:12px;font-size:32px}.team-directory-copy p{margin-bottom:13px;font-size:15px;line-height:1.75}.team-directory-link{padding-top:20px}.team-consult-band{padding:48px 0 calc(48px + env(safe-area-inset-bottom))}.team-consult-band .section-shell{flex-direction:column;align-items:flex-start}}@media (width<=620px){.team-group-page,.team-profile-page{padding-bottom:48px}.team-profile-photo,.team-lead-photo{aspect-ratio:4/5}.team-profile-photo{aspect-ratio:2/3}.team-profile-copy,.team-lead-copy{padding:32px 0 30px}.team-profile-copy .eyebrow{font-size:11px}.team-profile-copy>h1{letter-spacing:.06em;margin-bottom:23px;font-size:42px}.team-profile-identity h2{font-size:31px}.team-profile-identity>strong{font-size:18px}.team-profile-divider{margin:21px 0 23px}.team-profile-copy>p.team-profile-specialties{margin-top:18px;font-size:15px}.team-profile-facts{margin:0 -2px}.team-profile-facts article,.team-profile-facts article:last-child{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:24px 0}.team-profile-fact-icon{width:54px;height:54px}.team-profile-fact-icon svg{width:27px;height:27px}.team-profile-facts small{font-size:10px}.team-profile-facts h3{margin-bottom:7px;font-size:22px}.team-profile-facts p{font-size:14px}.team-lead-copy>h1{font-size:42px}.team-lead-person h2{font-size:31px}.team-members-section{padding-top:38px}.team-members-grid{grid-template-columns:1fr}.team-member-item,.team-member-item:nth-child(2n),.team-member-item:nth-child(3n),.team-member-item:nth-child(n+4){border-right:0;border-bottom:1px solid var(--team-line);padding:24px 0 28px}.team-member-photo{aspect-ratio:4/5}.team-member-copy{min-height:224px;padding-top:20px}.team-member-copy h3{margin-top:10px;font-size:31px}.team-directory-item,.team-directory-item:nth-child(odd),.team-directory-item:nth-last-child(-n+2){grid-template-columns:1fr;gap:20px;padding:28px 0}.team-directory-topline{flex-direction:row;justify-content:space-between;align-items:center}.team-consult-band h2{font-size:38px}}@media (hover:hover) and (pointer:fine){.team-member-item:hover{transform:translateY(-6px)}.team-profile-return:hover svg{transform:translate(6px)}}@media (prefers-reduced-motion:reduce){.team-member-item,.team-member-photo img,.team-profile-return svg{transition:none!important;transform:none!important}}.mobile-tabbar{display:none}@media (width<=880px){#mobile-navigation,.site-header .menu-button,.site-header .mobile-menu{display:none!important}html{scroll-padding-top:0}body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.site-header,.site-header.is-home{z-index:20;min-height:64px;position:relative;top:auto;box-shadow:0 4px 18px #4800081a}.site-header .header-shell,.site-header.is-home .header-shell{grid-template-columns:1fr}.site-header .header-actions,.site-header .menu-button,.site-header .mobile-menu{display:none!important}.mobile-tabbar{right:max(8px, env(safe-area-inset-right));bottom:max(8px, env(safe-area-inset-bottom));left:max(8px, env(safe-area-inset-left));z-index:1200;-webkit-backdrop-filter:blur(22px)saturate(1.15);backdrop-filter:blur(22px)saturate(1.15);background:#fffbf6f0;border:1px solid #4d2e2a1f;border-radius:20px;grid-template-columns:repeat(5,minmax(0,1fr));min-height:62px;padding:6px 5px;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s;display:grid;position:fixed;overflow:hidden;transform:translateY(0);box-shadow:0 12px 34px #391a1533}.mobile-tabbar.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(100% + 22px))}.mobile-tabbar.is-hidden:focus-within{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-tabbar-link{color:#746963;letter-spacing:.02em;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;min-height:50px;font-size:11px;font-weight:600;line-height:1;transition:color .18s,background-color .18s,transform .18s;display:flex;position:relative}.mobile-tabbar-link svg{stroke-width:1.8px;width:22px;height:22px}.mobile-tabbar-link.is-active{color:#e50914;background:#e5091413}.mobile-tabbar-link.is-active:before{content:"";background:#e50914;border-radius:99px;width:18px;height:2px;position:absolute;top:3px}.mobile-tabbar-link:active{transform:scale(.94)}.site-footer{padding-bottom:0}}@media (width<=380px){.mobile-tabbar{right:6px;bottom:max(6px, env(safe-area-inset-bottom));border-radius:18px;padding-left:3px;padding-right:3px;left:6px}.mobile-tabbar-link{font-size:10px}.mobile-tabbar-link svg{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.mobile-tabbar,.mobile-tabbar-link{transition:none!important}}.mobile-more-backdrop,.mobile-more-sheet{display:none}@media (width<=880px){.mobile-tabbar>button.mobile-tabbar-link{font:inherit;cursor:pointer;border:0;padding:0}.mobile-more-backdrop:not([hidden]){z-index:1180;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#20131147;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.mobile-more-sheet:not([hidden]){right:max(8px, env(safe-area-inset-right));bottom:calc(82px + env(safe-area-inset-bottom));left:max(8px, env(safe-area-inset-left));z-index:1190;color:#211e1b;-webkit-backdrop-filter:blur(24px)saturate(1.08);backdrop-filter:blur(24px)saturate(1.08);background:#fffbf6fa;border:1px solid #4d2e2a1f;border-radius:24px;max-height:min(58dvh,440px);padding:20px;display:block;position:fixed;overflow-y:auto;box-shadow:0 22px 55px #31161347}.mobile-more-heading{border-bottom:1px solid #e5091429;justify-content:space-between;align-items:center;gap:20px;padding:0 2px 16px;display:flex}.mobile-more-heading span{color:#e50914;letter-spacing:.2em;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.mobile-more-heading h2{font-family:var(--serif);margin:0;font-size:27px;font-weight:500}.mobile-more-heading button{color:#e50914;background:#e509140e;border:1px solid #e509142e;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;padding:0;display:grid}.mobile-more-heading button svg{width:20px;height:20px}.mobile-more-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:14px;display:grid}.mobile-more-grid a{color:#28231f;background:#ffffff85;border:1px solid #4d2e2a17;border-radius:16px;grid-template-columns:34px minmax(0,1fr) 15px;align-items:center;gap:9px;min-height:72px;padding:12px;display:grid}.mobile-more-grid a>svg:first-child{color:#e50914;stroke-width:1.55px;width:26px;height:26px}.mobile-more-grid a>svg:last-child{color:#e50914;width:14px;height:14px}.mobile-more-grid strong,.mobile-more-grid small{display:block}.mobile-more-grid strong{margin-bottom:4px;font-size:14px}.mobile-more-grid small{color:#81766f;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.35;overflow:hidden}}@media (width<=380px){.mobile-more-sheet:not([hidden]){border-radius:21px;padding:17px}.mobile-more-grid{gap:8px}.mobile-more-grid a{grid-template-columns:29px minmax(0,1fr) 12px;gap:7px;padding:10px}}@media (width<=880px){.site-header.is-home~.mobile-tabbar{position:fixed!important;inset:auto 8px 8px!important}@supports (bottom:env(safe-area-inset-bottom)){.site-header.is-home~.mobile-tabbar{right:calc(8px + env(safe-area-inset-right))!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;left:calc(8px + env(safe-area-inset-left))!important}}}.about-intro:after{display:none}@media (width>=881px){.home-hero,.home-hero-inner{height:548px;min-height:548px;max-height:548px}.home-hero{background-position:50% -89px;background-size:100% 638px}.home-hero-inner{padding-top:86px;padding-bottom:48px}.home-hero h1{max-width:680px;margin-bottom:18px;font-size:clamp(50px,4.15vw,64px);line-height:1.18}.home-hero-copy>p:not(.home-service-line){margin-bottom:18px;font-size:18px;line-height:1.75}.home-hero-mark{width:76px;height:76px;animation:qicai-mark-enter .52s var(--qicai-ease) 90ms both;top:45%}}@keyframes qicai-mark-enter{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes qicai-mark-fade{0%{opacity:.35}to{opacity:1}}@media (width>=881px) and (width<=1180px){.home-hero,.home-hero-inner{height:520px;min-height:520px;max-height:520px}.home-hero{background-size:auto 609px}.home-hero-inner{width:min(100% - 144px,1304px);padding-top:68px;padding-bottom:40px}.home-hero h1{max-width:620px;font-size:clamp(48px,5.2vw,58px)}.home-hero-copy>p:not(.home-service-line){max-width:560px;font-size:17px}.home-hero-mark{width:70px;height:70px;left:75%}}@media (width<=880px){.home-hero,.home-hero-inner{height:auto;min-height:clamp(540px,100svh - 380px,560px);max-height:none}.home-hero{background-position:63% 0;background-size:auto 620px}.home-hero-inner{flex-direction:column;align-items:flex-start;padding-top:34px;padding-bottom:30px;display:flex}.home-hero h1{overflow-wrap:anywhere;text-wrap:wrap;max-width:100%;margin-bottom:20px;font-size:clamp(34px,9.2vw,38px);line-height:1.15}.home-hero-copy>p:not(.home-service-line){max-width:360px;margin-bottom:18px;font-size:16px;line-height:1.7}.home-hero .text-link{min-height:44px;margin-top:4px;font-size:16px}.home-hero-mark{width:44px;height:44px;animation:qicai-mark-enter .52s var(--qicai-ease) .14s both;inset:auto 24px 78px auto;transform:none}.home-scroll-cue{letter-spacing:.14em;font-size:10px;bottom:24px}.page-hero,.page-hero-inner{height:184px;min-height:184px;max-height:184px}.page-hero-inner{padding-top:22px;padding-bottom:22px}}@media (width<=620px){.home-hero,.home-hero-inner{height:auto;min-height:clamp(520px,100svh - 380px,550px);max-height:none}.home-hero{background-position:64% 0;background-size:auto 590px}.home-hero-inner{width:calc(100% - 40px);padding-top:30px;padding-bottom:26px}.home-hero-copy{width:min(100%,310px)}.home-hero h1{overflow-wrap:normal;word-break:keep-all;text-wrap:balance;width:100%;max-width:300px;margin-bottom:18px;font-size:clamp(31px,8.3vw,34px);line-height:1.16}.home-hero-copy>p:not(.home-service-line){width:100%;max-width:300px;margin-bottom:16px;font-size:15px;line-height:1.7}.home-hero-mark{width:42px;height:42px;bottom:72px;right:20px}.page-hero,.page-hero-inner{height:172px;min-height:172px;max-height:172px}.page-hero h1{font-size:34px}.page-hero-copy>p{font-size:13px;line-height:1.55}}@media (prefers-reduced-motion:reduce){.home-hero-copy>*{animation:.2s ease-out both qicai-copy-fade}.home-hero-mark{animation:.2s ease-out both qicai-mark-fade}}@media (width>=881px){.development-timeline{align-items:start}.development-timeline:before{top:31px;left:16.6667%;right:16.6667%}.development-timeline li{text-align:center;padding:0 clamp(22px,3vw,48px)}.development-timeline li>span{letter-spacing:.08em;width:62px;height:62px;margin:0 auto 34px;font-size:13px;font-weight:700}.development-timeline li>div{max-width:320px;margin:0 auto}.development-timeline h3{text-wrap:balance}.credentials-section .commitment-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:0}.credentials-section .commitment-grid article{min-height:258px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:36px clamp(28px,3vw,48px) 40px;transform:none}.credentials-section .commitment-grid article:not(:last-child){border-right:1px solid var(--line)}.credentials-section .commitment-grid article:hover{box-shadow:none;background:#e5091406;transform:none}}@media (width<=880px){.development-timeline:before,.development-timeline li:after{display:none!important}.credentials-section .commitment-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:0}.credentials-section .commitment-grid article{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:28px 4px 30px;transform:none}.credentials-section .commitment-grid article:not(:last-child){border-bottom:1px solid var(--line)}}.team-profile-photo img.team-profile-image{object-fit:contain;object-position:center bottom}@media (width>=881px){.team-profile-photo img.team-profile-image{object-fit:cover;object-position:center 34%}}.team-profile-specialties{color:#5f5750;align-items:baseline;gap:10px;margin-top:22px;display:flex}.team-profile-specialties-icon{display:none}.team-profile-specialties h3,.team-profile-specialties p{margin:0;font-size:16px;line-height:1.75;display:inline}.team-profile-specialties h3{color:#e50914}.team-profile-specialties h3:after{content:"："}.team-profile-return-mobile{display:none}@media (width<=880px){.team-profile-page{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.team-profile-page .team-breadcrumb{margin-bottom:18px}.team-profile-layout{background:#ffffffc7;border:1px solid #e5091417;border-radius:24px;overflow:hidden;box-shadow:0 20px 52px #48231914}.team-profile-photo{aspect-ratio:2/3;background:#f3f1ef;height:auto;max-height:none}.team-profile-photo:after{display:none}.team-profile-photo img{object-fit:contain;object-position:center bottom}.team-profile-copy{background:#ffffffd1;border-top:0;padding:32px 28px 28px}.team-profile-copy>h1{display:none}.team-profile-copy .eyebrow{margin-bottom:13px;font-size:12px}.team-profile-identity h2{margin-bottom:12px;font-size:clamp(36px,9vw,46px)}.team-profile-identity>strong{color:#fff;background:#e50914;border-radius:999px;align-items:center;min-height:40px;padding:5px 18px;font-size:17px;display:inline-flex}.team-profile-divider{width:42px;margin:24px 0}.team-profile-copy>p:not(.team-profile-specialties){font-size:16px;line-height:1.85}.team-profile-specialties{background:#fff;border:1px solid #e5091414;border-radius:16px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:18px;margin-top:26px;padding:20px;display:grid;box-shadow:0 12px 30px #48231912}.team-profile-specialties-icon{color:#e50914;background:#e5091414;border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.team-profile-specialties-icon svg{width:28px;height:28px}.team-profile-specialties h3,.team-profile-specialties p{display:block}.team-profile-specialties h3{color:#211e1b;margin-bottom:6px;font-size:19px}.team-profile-specialties h3:after{content:""}.team-profile-specialties p{color:#5f5750;font-size:14px;line-height:1.65}.team-profile-return-desktop{display:none!important}.team-profile-facts{background:#ffffffd1;border:1px solid #e5091414;border-radius:18px;margin-top:22px;padding:8px 22px;overflow:hidden;box-shadow:0 12px 30px #48231912}.team-profile-facts article,.team-profile-facts article:last-child{padding:20px 0}.team-profile-facts small{display:none}.team-profile-return-mobile{color:#d60712;border:1px solid #e50914;border-radius:999px;justify-content:center;align-items:center;gap:12px;width:min(100%,680px);min-height:54px;margin:22px auto 0;font-size:17px;font-weight:700;display:flex}}@media (width<=620px){.team-profile-layout{border-radius:20px}.team-profile-photo{aspect-ratio:2/3;max-height:none}.team-profile-copy{padding:28px 22px 24px}.team-profile-copy>p:not(.team-profile-specialties){font-size:15px;line-height:1.8}.team-profile-specialties{grid-template-columns:52px minmax(0,1fr);gap:15px;padding:18px}.team-profile-specialties-icon{width:48px;height:48px}.team-profile-facts{padding:6px 18px}.team-profile-facts article,.team-profile-facts article:last-child{grid-template-columns:52px minmax(0,1fr);gap:14px;padding:18px 0}}.team-group-page{--header-offset:88px;--team-lead-fit:cover;--team-lead-position:center 24%;--team-lead-position-mobile:center 30%;--team-lead-background:#c9cbdc}html:has(.team-group-page){scroll-padding-top:var(--team-page-header-offset,88px)}.team-group-page[data-team=finance]{--team-lead-position:center 24%;--team-lead-position-mobile:50% 36%;--team-lead-background:#c4c5d7}.team-group-page[data-team=business]{--team-lead-position:center 24%;--team-lead-position-mobile:48% 34%;--team-lead-background:#babccf}.team-lead-stage{border-bottom:1px solid var(--team-line);grid-template:"photo heading""photo identity""photo details"1fr/minmax(360px,.85fr) minmax(520px,1.15fr);min-height:620px;display:grid;position:relative;overflow:hidden}.team-lead-heading{grid-area:heading;min-width:0;padding:clamp(52px,6vw,84px) clamp(42px,6vw,90px) 24px}.team-lead-heading h1{color:var(--team-ink);font-family:var(--serif);letter-spacing:-.06em;margin:14px 0 24px;font-size:clamp(48px,4.8vw,70px);font-weight:500;line-height:1.12}.team-lead-heading>i{background:var(--red);width:48px;height:2px;margin:0 0 22px;display:block}.team-lead-photo{background:var(--team-lead-background,#c9cbdc);grid-area:photo;min-height:620px;position:relative;overflow:hidden}.team-lead-image{display:block;object-fit:var(--team-lead-fit)!important;object-position:var(--team-lead-position)!important}.team-lead-photo-empty{color:#e50914ad;font-family:var(--serif);background:#f5eee8;place-items:center;font-size:30px;display:grid}.team-lead-identity{border-top:1px solid var(--team-line);grid-area:identity;min-width:0;margin:0 clamp(42px,6vw,90px);padding:26px 0 22px}.team-lead-identity h2{font-family:var(--serif);letter-spacing:.04em;margin:0 0 6px;font-size:clamp(32px,3.2vw,45px);font-weight:500;line-height:1.2}.team-lead-identity strong{color:var(--red);font-size:clamp(17px,1.5vw,22px);line-height:1.5}.team-lead-details{flex-direction:column;grid-area:details;align-items:flex-start;min-width:0;margin:0 clamp(42px,6vw,90px);padding:0 0 44px;display:flex}.team-lead-details p{max-width:680px;color:var(--team-copy);margin:0 0 13px;font-size:16px;line-height:1.9}.team-lead-details>span{color:var(--team-muted);font-size:14px;line-height:1.7}.team-lead-detail-link{color:var(--red);align-items:center;gap:8px;margin-top:auto;padding-top:22px;font-size:15px;font-weight:650;display:inline-flex}.team-lead-detail-link svg,.team-member-row-arrow{transition:transform .22s ease-out}.team-specialty-navigation{border-bottom:1px solid var(--team-line);grid-template-columns:repeat(3,minmax(0,1fr));min-height:76px;display:grid}.team-specialty-navigation a{min-width:0;color:var(--team-muted);font-family:var(--serif);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:18px;display:flex;position:relative}.team-specialty-navigation a+a{border-left:1px solid #e509141f}.team-specialty-navigation a.is-active{color:var(--red)}.team-specialty-navigation a.is-active:after{content:"";background:var(--red);height:2px;position:absolute;bottom:-1px;left:20%;right:20%}.team-specialty-navigation small{font-family:var(--sans);font-size:11px}.team-members-section{padding-top:52px;padding-bottom:10px}.team-members-heading{border-bottom:1px solid var(--team-line);align-items:baseline;gap:8px;padding:0 0 22px;display:flex}.team-members-heading h2{font-family:var(--serif);letter-spacing:-.04em;margin:0;font-size:34px;font-weight:500}.team-members-heading span{color:var(--red);font-size:16px}.team-member-group{scroll-margin-top:var(--header-offset)}.team-member-group+.team-member-group{margin-top:42px}.team-member-group-heading{align-items:baseline;gap:6px;padding:22px 0 14px;display:flex}.team-member-group-heading h3{font-family:var(--serif);margin:0;font-size:25px;font-weight:500}.team-member-group-heading span{color:var(--red);font-size:14px}.team-member-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,42px) clamp(18px,2.4vw,36px);display:grid}.team-member-row{min-width:0;color:inherit;border-right:1px solid #e509142e;grid-template-rows:auto 1fr;padding:30px;transition:background-color .22s ease-out,transform .22s ease-out;display:grid;position:relative}.team-member-row:nth-child(3n){border-right:0}.team-member-row:hover{background:#ffffff8c;transform:translateY(-4px)}.team-member-row:focus-visible{z-index:1;position:relative}.team-member-row-photo{aspect-ratio:4/5;background:var(--team-lead-background,#c9cbdc);width:100%;display:block;position:relative;overflow:hidden}.team-member-row-photo img{object-fit:cover!important;object-position:center 38%!important}.team-member-row-copy{flex-direction:column;align-items:flex-start;min-height:150px;padding-top:20px;display:flex}.team-member-row-copy strong{font-family:var(--serif);font-size:29px;font-weight:500;line-height:1.25}.team-member-row-copy em{color:var(--red);margin-top:5px;font-size:14px;font-style:normal;line-height:1.5}.team-member-row-copy small{color:var(--team-muted);margin-top:14px;font-size:13px;line-height:1.65}.team-member-row-action{color:var(--red);align-items:center;gap:7px;font-size:13px;line-height:1;display:inline-flex;position:absolute;bottom:31px;right:30px}.team-member-row-arrow{width:19px;height:19px}.team-member-row:hover .team-member-row-arrow,.team-lead-detail-link:hover svg{transform:translate(5px)}@media (width<=880px){html:has(.team-group-page){--team-page-header-offset:calc(74px + env(safe-area-inset-top))}.team-group-page{--header-offset:calc(74px + env(safe-area-inset-top));padding-bottom:calc(112px + env(safe-area-inset-bottom))}.team-lead-stage{grid-template:"heading""photo""identity""details"/minmax(0,1fr);min-height:0;overflow:visible}.team-lead-heading{min-width:0;padding:30px 0 22px}.team-lead-heading .eyebrow{letter-spacing:.13em;white-space:nowrap;margin-bottom:10px;font-size:10px}.team-lead-heading h1{letter-spacing:-.11em;overflow-wrap:anywhere;word-break:break-all;max-width:none;margin:10px 0 16px;font-size:clamp(31px,8.5vw,42px);line-height:1.2}.team-lead-heading>i{width:44px;height:2px;margin-bottom:16px}.team-lead-heading .team-group-summary{max-width:none;margin:0;font-size:14px;line-height:1.75}.team-lead-photo{aspect-ratio:4/5;background:var(--team-lead-background,#c9cbdc);width:100%;min-height:0}.team-lead-image{object-fit:cover!important;object-position:var(--team-lead-position-mobile)!important}.team-lead-identity{border-top:1px solid var(--team-line);min-width:0;margin:0;padding:20px 0 18px}.team-lead-identity h2{margin-bottom:4px;font-size:clamp(25px,7vw,32px)}.team-lead-identity strong{max-width:none;color:var(--red);font-size:13px;line-height:1.55;display:block}.team-lead-details{border-top:1px solid var(--team-line);min-width:0;margin:0;padding:20px 0 25px}.team-lead-details p{margin-bottom:10px;font-size:15px;line-height:1.8}.team-lead-details>span{font-size:13px}.team-lead-detail-link{margin-top:15px;padding-top:0;font-size:14px;line-height:1.55}.team-specialty-navigation{min-height:68px}.team-specialty-navigation a{font-size:15px}.team-specialty-navigation small{font-size:10px}.team-members-section{padding-top:36px;padding-bottom:0}.team-members-heading{padding-bottom:16px}.team-members-heading h2{font-size:32px}.team-member-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.team-member-row,.team-member-row:nth-child(3n){border-right:1px solid #e509141a}.team-member-row:nth-child(2n){border-right:0}.team-member-row{padding:22px}.team-member-row-copy{min-height:125px}.team-member-row-copy strong{font-size:25px}.team-member-row-action{bottom:22px;right:22px}}@media (width<=620.75px){.team-lead-stage{grid-template-rows:auto auto auto auto;grid-template-columns:minmax(0,1fr);min-height:0}.team-lead-heading{padding-top:27px}.team-lead-heading h1{max-width:none;font-size:34px}.team-lead-heading .team-group-summary{max-width:none;font-size:13px}.team-member-list{grid-template-columns:1fr}.team-member-row,.team-member-row:nth-child(2n),.team-member-row:nth-child(3n){border-bottom:1px solid #e509141f;border-right:0;grid-template-rows:auto;grid-template-columns:minmax(104px,33%) minmax(0,1fr) auto;align-items:center;gap:14px;min-height:138px;padding:14px 0}.team-member-row:last-child{border-bottom:0}.team-member-list{row-gap:12px}.team-member-row-photo{aspect-ratio:4/5}.team-member-row-copy{min-height:0;padding:0}.team-member-row-copy strong{font-size:21px}.team-member-row-copy em{font-size:13px}.team-member-row-copy small{margin-top:8px;font-size:12px}.team-member-row-action{white-space:nowrap;align-self:center;gap:3px;font-size:11px;position:static}.team-member-row-arrow{width:17px;height:17px}}@media (width<=380px){.team-lead-stage{grid-template-columns:minmax(0,1fr)}.team-lead-heading h1{font-size:31px}.team-lead-identity strong{max-width:none}}@media (width>=881px){.team-member-list{border-top:1px solid #e5091424;border-bottom:1px solid #e5091424}.team-member-row:nth-child(n+4){border-top:1px solid #e5091424;padding-top:38px}}@media (width>=621px) and (width<=880px){.team-member-list{border-top:1px solid #e509141f;border-bottom:1px solid #e509141f}.team-member-row:nth-child(n+3){border-top:1px solid #e509141f;padding-top:30px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.team-member-row,.team-lead-detail-link svg,.team-member-row-arrow{transition:none!important}}.about-answer{background:var(--paper-light)}.about-answer-shell{grid-template-columns:minmax(320px,.62fr) minmax(0,1.38fr);align-items:start;gap:clamp(48px,8vw,120px);display:grid}.about-editorial-grid{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(48px,8vw,120px);display:grid}.about-section-heading h2,.about-authority h2{font-family:var(--serif);letter-spacing:-.045em;margin:18px 0 0;font-size:clamp(2.2rem,4.5vw,4.4rem);line-height:1.12}.about-answer h2{max-width:7em;font-family:var(--serif);letter-spacing:-.055em;text-wrap:balance;margin:18px 0 0;font-size:clamp(2.5rem,3.7vw,4rem);font-weight:500;line-height:1.08}.about-answer>div>p{letter-spacing:0;max-width:820px;color:var(--ink);margin:0;font-size:clamp(1.18rem,1.75vw,1.55rem);font-weight:400;line-height:1.85}.about-environment{background:var(--paper)}.about-environment-grid{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);align-items:end;gap:clamp(48px,8vw,120px);display:grid}.about-environment-copy h2{font-family:var(--serif);letter-spacing:-.045em;margin:18px 0 0;font-size:clamp(2.2rem,4.5vw,4.4rem);line-height:1.12}.about-environment-copy p{max-width:520px;color:var(--muted);margin:28px 0 0;font-size:1.05rem;line-height:1.8}.about-environment figure{margin:0}.about-environment img{border-top:1px solid var(--line);border-bottom:1px solid var(--line);width:100%;height:auto;display:block}.about-environment figcaption{color:var(--muted);letter-spacing:.04em;margin-top:14px;font-size:.78rem}.about-people{background:var(--paper-light)}.about-people-grid{grid-template-columns:minmax(0,1.28fr) minmax(250px,.72fr);align-items:center;gap:clamp(48px,8vw,120px);display:grid}.about-people figure{margin:0}.about-people img{border-top:1px solid var(--line);border-bottom:1px solid var(--line);width:100%;height:auto;display:block}.about-people figcaption{color:var(--muted);letter-spacing:.04em;margin-top:14px;font-size:.78rem}.about-people-copy h2{font-family:var(--serif);letter-spacing:-.045em;margin:18px 0 0;font-size:clamp(2.2rem,4.5vw,4.4rem);line-height:1.12}.about-people-copy p{max-width:520px;color:var(--muted);margin:28px 0 0;font-size:1.05rem;line-height:1.8}.about-identity{color:var(--ink);background:var(--paper)}.about-identity .eyebrow{color:var(--red-deep)}.identity-flow{grid-template-columns:minmax(0,.72fr) auto minmax(0,1.28fr);align-items:center;gap:28px;margin-top:54px;display:grid}.identity-flow>div{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0}.identity-flow span,.identity-flow strong{display:block}.identity-flow>div>span{color:var(--muted);margin-bottom:16px}.identity-flow strong{color:var(--ink);font-family:var(--serif);font-size:clamp(1.65rem,3.2vw,3rem);font-weight:650;line-height:1.25}.identity-connector{border:1px solid var(--line);color:var(--red-deep);border-radius:999px;padding:8px 12px;font-size:.78rem}.about-story{background:var(--paper-light)}.about-story .about-editorial-grid{grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);align-items:start}.about-story .about-section-heading h2{text-wrap:balance;max-width:7em;font-size:clamp(2.35rem,3.8vw,3.9rem)}.about-story-copy{border-top:1px solid var(--line);padding-top:28px}.about-story-copy p{max-width:820px;color:var(--muted);margin:0;font-size:1.02rem;font-weight:400;line-height:1.9}.about-story-copy p+p{border-top:1px solid var(--line);margin-top:24px;padding-top:24px}.about-story-copy .about-story-lead{color:var(--ink);font-size:clamp(1.2rem,1.55vw,1.45rem);font-weight:400;line-height:1.82}.about-timeline{background:var(--sand);color:var(--ink)}.about-timeline .eyebrow{color:var(--red-deep)}.about-timeline ol{border-top:1px solid var(--line);margin:58px 0 0;padding:0;list-style:none}.about-timeline li{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,.34fr) minmax(0,1.66fr);gap:36px;padding:34px 0;display:grid}.about-timeline time{color:var(--red-deep);letter-spacing:.12em;font-size:1.05rem}.about-timeline h3{font-family:var(--serif);margin:0;font-size:clamp(1.35rem,2.4vw,2rem)}.about-timeline p{color:var(--muted);margin:10px 0 0;line-height:1.75}.about-facts{background:var(--paper-light)}.about-section-heading>p{max-width:460px;color:var(--muted);margin:24px 0 0;line-height:1.8}.about-fact-ledger{margin:0}.about-fact-ledger>div{border-top:1px solid var(--line);grid-template-columns:minmax(170px,.5fr) minmax(0,1fr);gap:12px 28px;padding:24px 0;display:grid}.about-fact-ledger>div:last-child{border-bottom:1px solid var(--line)}.about-fact-ledger dt{color:var(--muted);align-items:flex-start;gap:10px;display:flex}.about-fact-ledger dd{color:var(--ink);margin:0;font-size:1.08rem;line-height:1.6}.about-fact-ledger p{color:var(--muted);grid-column:2;margin:0;font-size:.78rem}.about-fact-status{border-radius:999px;flex:none;padding:3px 7px;font-size:.67rem;font-weight:700}.about-fact-status.status-verified{color:#165c39;background:#dcece2}.about-fact-status.status-pending{color:#8b4b00;background:#f7e3bc}.about-license{background:var(--sand)}.about-license-grid{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(48px,8vw,120px);display:grid}.about-license-copy h2{font-family:var(--serif);letter-spacing:-.045em;margin:18px 0 0;font-size:clamp(2.2rem,4.5vw,4.4rem);line-height:1.12}.about-license-copy p{max-width:560px;color:var(--muted);margin:28px 0 0;line-height:1.8}.about-license-meta{border-top:1px solid var(--line);color:var(--red-deep);letter-spacing:.08em;flex-wrap:wrap;gap:10px 22px;margin-top:28px;padding-top:18px;font-size:.72rem;display:flex}.about-license figure{margin:0}.about-license img{border:1px solid var(--line);width:100%;height:auto;display:block}.about-license figcaption{color:var(--muted);letter-spacing:.04em;margin-top:14px;font-size:.78rem}.about-principles{background:var(--paper)}.about-principle-list{border-top:1px solid var(--line);margin-top:60px}.about-principle-list article{border-bottom:1px solid var(--line);grid-template-columns:80px minmax(0,1fr);gap:24px;padding:34px 0;display:grid}.about-principle-list article>span{color:var(--red);letter-spacing:.12em;font-size:.88rem}.about-principle-list h3{font-family:var(--serif);margin:0;font-size:clamp(1.5rem,2.5vw,2.2rem)}.about-principle-list p{max-width:780px;color:var(--muted);margin:12px 0 0;line-height:1.8}.about-authority{color:var(--ink);background:var(--paper-light)}.about-authority-intro{max-width:900px}.about-authority-intro>p{color:var(--muted);margin:28px 0 0;font-size:1.15rem;line-height:1.8}.about-authority-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(36px,7vw,100px);margin-top:58px;display:grid}.about-authority-columns>div{border-top:1px solid var(--line);padding-top:24px}.about-authority-columns h3{font-family:var(--serif);margin:0;font-size:1.15rem}.about-authority-columns ul{color:var(--muted);margin:22px 0 0;padding-left:1.2rem}.about-authority-columns li{line-height:1.75}.about-authority-columns li+li{margin-top:14px}.about-authority-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;margin-top:56px;padding-top:24px;display:flex}.about-authority-footer p{color:var(--muted);margin:0}.about-authority-footer a{color:var(--red-deep);text-underline-offset:6px}@media (width<=880px){.about-answer-shell,.about-environment-grid,.about-people-grid,.about-license-grid,.about-editorial-grid,.about-story .about-editorial-grid,.about-authority-columns{grid-template-columns:1fr}.identity-flow{grid-template-columns:1fr;gap:16px}.identity-connector{justify-self:start}}@media (width<=640px){.about-timeline li,.about-fact-ledger>div{grid-template-columns:1fr}.about-fact-ledger p{grid-column:1}.about-principle-list article{grid-template-columns:52px minmax(0,1fr)}.about-authority-footer{flex-direction:column;align-items:flex-start}}.about-latest-intro,.about-latest-team{background:var(--paper-light)}.about-latest-profile,.about-latest-services{background:var(--sand)}.about-latest-environment{background:var(--paper)}.about-latest-intro-grid,.about-latest-environment-grid{grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(48px,8vw,120px);display:grid}.about-latest-intro{padding-top:clamp(84px,8vw,112px);padding-bottom:clamp(84px,8vw,112px)}.about-latest-intro-grid{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(48px,6.5vw,92px)}.about-latest-intro-heading{padding-top:6px}.about-latest-intro h2,.about-latest-heading-split h2,.about-latest-environment h2{font-family:var(--serif);letter-spacing:.025em;margin:16px 0 0;font-size:clamp(38px,4vw,58px);font-weight:500;line-height:1.2}.about-latest-intro h2 span{white-space:nowrap;display:block}.about-latest-intro-copy{max-width:780px}.about-latest-intro-copy p,.about-latest-heading-split>p,.about-latest-environment p{color:#423a34;overflow-wrap:anywhere;margin:0 0 18px;line-height:1.9}.about-latest-intro-copy .about-latest-lead{max-width:34em;color:var(--ink);font-family:var(--serif);margin-bottom:28px;font-size:clamp(20px,1.8vw,25px);line-height:1.68}.about-latest-intro-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.about-latest-intro-facts>div{padding:20px 22px 20px 0}.about-latest-intro-facts>div+div{border-left:1px solid var(--line);padding-left:22px}.about-latest-intro-facts dt{color:var(--red-deep);letter-spacing:.14em;margin-bottom:9px;font-size:11px;font-weight:700}.about-latest-intro-facts dd{color:var(--ink);font-family:var(--serif);margin:0;font-size:18px;line-height:1.55}.about-latest-intro-copy .about-latest-scope-note{max-width:54em;color:var(--muted);margin:15px 0 0;font-size:13px;line-height:1.75}.about-latest-intro-notes{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:30px;display:grid}.about-latest-intro-notes article{border-top:1px solid var(--line);padding-top:18px}.about-latest-intro-notes span{color:var(--red-deep);letter-spacing:.12em;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.about-latest-intro-notes p{color:#423a34;margin:0;font-size:15px;line-height:1.8}.about-latest-mission{border-top:1px solid var(--red);font-family:var(--serif);padding:18px 0 0;font-size:clamp(18px,1.6vw,22px);font-weight:600;color:var(--ink)!important;margin:30px 0 0!important;line-height:1.6!important}.about-latest-heading-split{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:end;gap:clamp(40px,8vw,120px);margin-bottom:42px;display:grid}.about-latest-heading-split>p{margin:0}.about-latest-profile-grid,.about-latest-service-grid,.about-latest-team-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);display:grid}.about-latest-profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:34px}.about-latest-profile-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:165px;padding:28px;display:flex}.about-latest-profile-grid strong{font-family:var(--serif);font-size:clamp(30px,3vw,44px);font-weight:500}.about-latest-profile-grid article:last-child strong{font-size:clamp(20px,1.6vw,28px);line-height:1.4}.about-latest-profile-grid span{color:var(--muted)}.about-latest-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:28px}.about-latest-service-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:230px;padding:30px}.about-latest-service-grid article>span{color:var(--red-deep);letter-spacing:.14em;font-size:11px;font-weight:750}.about-latest-service-grid h3{font-family:var(--serif);margin:48px 0 14px;font-size:28px;font-weight:500}.about-latest-service-grid p{color:var(--muted);margin:0;line-height:1.7}.about-latest-team-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:42px}.about-latest-team-grid a{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-width:0;color:inherit;padding-bottom:28px;text-decoration:none;display:block}.about-latest-team-portrait{aspect-ratio:4/5.15;background:#eeeaf2;overflow:hidden}.about-latest-team-portrait img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.about-latest-team-grid a>span{color:var(--red-deep);letter-spacing:.12em;margin:22px 26px 0;font-size:11px;font-weight:750;display:block}.about-latest-team-grid h3{font-family:var(--serif);margin:10px 26px 4px;font-size:clamp(28px,2.1vw,34px);font-weight:500}.about-latest-team-grid p{color:var(--muted);margin:0 26px;font-size:16px}.about-latest-environment-grid{align-items:center}.about-latest-environment-grid figure{aspect-ratio:4/3;background:#eee7dc;margin:0;overflow:hidden}.about-latest-environment-grid figure img{object-fit:cover;width:100%;height:100%;display:block}.about-latest-environment-grid p{max-width:580px;margin-top:24px}.about-latest-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}@media (width<=880px){.about-latest-intro-grid,.about-latest-heading-split,.about-latest-environment-grid{grid-template-columns:1fr;gap:30px}.about-latest-intro{padding-top:64px;padding-bottom:64px}.about-latest-intro-grid{align-items:start;gap:40px}.about-latest-intro h2 span{white-space:normal}.about-latest-intro h2,.about-latest-heading-split h2,.about-latest-environment h2{font-size:34px}.about-latest-intro-copy{width:100%}.about-latest-intro-notes{grid-template-columns:1fr;gap:24px}.about-latest-profile-grid,.about-latest-service-grid,.about-latest-team-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.about-latest-intro-facts{grid-template-columns:1fr}.about-latest-intro-facts>div{padding:18px 0}.about-latest-intro-facts>div+div{border-top:1px solid var(--line);border-left:0;padding-left:0}.about-latest-profile-grid,.about-latest-service-grid{grid-template-columns:1fr}.about-latest-team-portrait{aspect-ratio:4/4.9}}.article-review-page .article-review-copy{max-width:920px}.article-review-page .article-review-copy h2{border-top:1px solid var(--line);margin-top:48px;padding-top:48px}.article-review-page .article-review-copy .legal-notice+h2{border-top:0;margin-top:56px;padding-top:0}.article-review-page .article-review-copy li{color:var(--muted);font-size:17px;line-height:1.8}.article-review-page .article-review-copy li+li{margin-top:10px}.article-review-page .article-review-copy a{color:var(--red-deep);-webkit-text-decoration-color:var(--line);text-decoration-color:var(--line);text-underline-offset:.2em}._page_efesm_1{color:var(--ink);background:#faf6f0}._hero_efesm_11{background:radial-gradient(circle at 88% 18%,#e5091414,#0000 24%),linear-gradient(135deg,#fffaf4 0%,#f7ecdf 100%);border-bottom:1px solid #e5091438;position:relative;overflow:hidden}._hero_efesm_11:after{content:"";border:1px solid #e5091429;border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-170px}._heroShell_efesm_51{z-index:1;padding-top:34px;padding-bottom:78px;position:relative}._breadcrumb_efesm_65{color:var(--muted);align-items:center;gap:8px;margin-bottom:28px;font-size:14px;display:flex}._breadcrumb_efesm_65 a{color:var(--red-deep);text-decoration:none}._breadcrumb_efesm_65 [aria-current]{color:var(--ink);font-weight:500}._eyebrow_efesm_103{color:var(--red-deep);letter-spacing:.12em;margin-bottom:18px;font-size:13px;font-weight:600;display:block}._hero_efesm_11 h1{max-width:820px;font-family:var(--serif);letter-spacing:-.02em;margin:0 0 26px;font-size:clamp(36px,4.2vw,56px);line-height:1.18}._heroLead_efesm_139{max-width:680px;color:var(--muted);margin:0;font-size:18px;line-height:1.75}._articleMeta_efesm_155{border-top:1px solid #e509142e;grid-template-columns:repeat(4,auto);gap:32px;margin-top:32px;padding-top:28px;display:grid}._articleMeta_efesm_155 dt{letter-spacing:.1em;color:var(--red-deep);margin-bottom:4px;font-size:11px;font-weight:600}._articleMeta_efesm_155 dd{color:var(--ink);margin:0;font-size:14px}._articleLayout_efesm_201{grid-template-columns:minmax(0,1fr) 280px;gap:clamp(48px,7vw,100px);padding-top:62px;padding-bottom:62px;display:grid}._articleBody_efesm_217{min-width:0}._articleBody_efesm_217>._section_efesm_225{border-bottom:1px solid #e5091424;margin:0 0 64px;padding:0 0 64px}._articleBody_efesm_217>._section_efesm_225:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}._articleBody_efesm_217 ._eyebrow_efesm_103{margin-bottom:14px}._articleBody_efesm_217 h2{font-family:var(--serif);margin:0 0 22px;font-size:clamp(28px,2.8vw,38px);line-height:1.22}._articleBody_efesm_217 h3{margin:0 0 6px;font-size:18px}._articleBody_efesm_217 p{color:var(--muted);margin:0;font-size:16px;line-height:1.75}._sectionLead_efesm_295{margin-bottom:28px!important}._sectionEnd_efesm_303{border-left:2px solid var(--red);background:#faf6f0b3;margin-top:18px;padding:14px 18px;font-size:15px!important}._directAnswer_efesm_321{border-bottom:1px solid #e5091424!important;margin-bottom:64px!important;padding-bottom:64px!important}._directAnswer_efesm_321 h2{margin-bottom:18px}._comparisonTable_efesm_343{border:1px solid #e5091438;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px;display:grid;overflow:hidden}._tableHeader_efesm_361{grid-template-columns:subgrid;background:#e5091414;grid-column:1/-1;font-size:13px;font-weight:600;display:grid}._tableHeader_efesm_361 span,._tableRow_efesm_381 span{border-bottom:1px solid #e509141a;padding:12px 16px;font-size:14px}._tableRow_efesm_381{grid-template-columns:subgrid;background:#fff;grid-column:1/-1;display:grid}._tableRow_efesm_381 span:first-child{color:var(--red-deep);font-size:13px;font-weight:500}._tableNote_efesm_419{color:var(--muted);font-style:italic;font-size:14px!important}._serviceCards_efesm_433{background:#e5091424;border:1px solid #e5091438;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:18px;display:grid;overflow:hidden}._serviceCards_efesm_433 article{background:#fff;grid-template-rows:auto auto 1fr;gap:8px;padding:32px 26px;display:grid}._serviceCards_efesm_433 article>span{width:34px;height:34px;color:var(--red-deep);background:#e5091414;border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid}._serviceCards_efesm_433 h3{margin:4px 0 0;font-size:18px}._serviceCards_efesm_433 p{font-size:14px;line-height:1.65}._numberList_efesm_517{background:#e509141a;border:1px solid #e5091438;border-radius:12px;grid-template-columns:1fr;gap:1px;margin:0 0 18px;padding:0;list-style:none;display:grid;overflow:hidden}._numberList_efesm_517 li{background:#fff;grid-template-columns:52px 1fr;gap:20px;padding:28px 24px;display:grid}._numberList_efesm_517 li>span{width:38px;height:38px;color:var(--red-deep);background:#e5091414;border-radius:50%;place-items:center;font-size:14px;font-weight:600;display:grid}._notice_efesm_585{background:#e509140a;border:1px solid #e5091433;border-radius:10px;align-items:flex-start;gap:14px;padding:18px 22px;display:flex}._notice_efesm_585 svg{color:var(--red-deep);flex-shrink:0;margin-top:2px}._notice_efesm_585 p{font-size:14px}._processGrid_efesm_627{background:#e509141a;border:1px solid #e5091438;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:18px;display:grid;overflow:hidden}._processGrid_efesm_627 article{background:#fff;grid-template-rows:auto auto 1fr;gap:8px;padding:28px 22px;display:grid}._processGrid_efesm_627 article>span{color:#fff;background:var(--red-deep);border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:600;display:grid}._processGrid_efesm_627 h3{margin:2px 0 0;font-size:17px}._processGrid_efesm_627 p{font-size:14px;line-height:1.65}._checkList_efesm_711{gap:14px;margin:0;padding:0;list-style:none;display:grid}._checkList_efesm_711 li{align-items:flex-start;gap:12px;display:flex}._checkList_efesm_711 li svg{color:var(--red-deep);flex-shrink:0;margin-top:1px}._checkList_efesm_711 li span{color:var(--muted);font-size:16px;line-height:1.7}._boundary_efesm_765{background:#e509140a;border:1px solid #e5091438;border-radius:12px;padding:28px 30px}._sourceList_efesm_781{gap:10px;margin:0;padding:0;list-style:none;display:grid}._sourceList_efesm_781 li{align-items:center;gap:12px;display:flex}._sourceList_efesm_781 a{color:var(--red-deep);text-underline-offset:3px;font-size:15px;text-decoration:underline}._aside_efesm_825{padding-top:8px}._asideCard_efesm_833{background:#fff;border:1px solid #e5091429;border-radius:14px;margin-bottom:20px;padding:24px}._asideCard_efesm_833 nav{gap:6px;margin-top:16px;display:grid}._asideCard_efesm_833 nav a{color:var(--muted);border-radius:6px;padding:8px 10px;font-size:14px;transition:background-color .18s;display:block}._asideCard_efesm_833 nav a:hover{color:var(--ink);background:#e509140f}._consultCard_efesm_889{background:linear-gradient(135deg,#fffaf4 0%,#f7ecdf 100%);border-color:#e509144d;gap:12px;display:grid}._consultCard_efesm_889 svg{color:var(--red-deep)}._consultCard_efesm_889 h2{font-family:var(--serif);margin:0;font-size:20px}._consultCard_efesm_889 p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}._bottomCta_efesm_939{background:var(--red-deep);color:#fffaf2;border-top:1px solid #e5091438}._bottomCtaInner_efesm_951{justify-content:space-between;align-items:center;gap:40px;padding-top:52px;padding-bottom:52px;display:flex}._bottomCtaInner_efesm_951 h2{font-family:var(--serif);margin:8px 0 12px;font-size:clamp(26px,3vw,38px)}._bottomCtaInner_efesm_951 p{color:#fffaf2d1;max-width:460px;margin:0;font-size:16px}@media (width<=880px){._heroShell_efesm_51{padding-top:24px;padding-bottom:56px}._articleMeta_efesm_155{grid-template-columns:repeat(2,1fr);gap:18px}._articleLayout_efesm_201{grid-template-columns:1fr;gap:40px}._aside_efesm_825{padding-top:0}._comparisonTable_efesm_343{grid-template-columns:repeat(4,minmax(0,1fr))}._serviceCards_efesm_433,._processGrid_efesm_627{grid-template-columns:1fr}._bottomCtaInner_efesm_951{flex-direction:column;align-items:flex-start;gap:24px}}@media (width<=620px){._hero_efesm_11 h1{font-size:32px}._heroLead_efesm_139{font-size:16px}._articleMeta_efesm_155{grid-template-columns:1fr}._comparisonTable_efesm_343{font-size:12px}._tableHeader_efesm_361 span,._tableRow_efesm_381 span{padding:10px 8px;font-size:12px}._numberList_efesm_517 li{grid-template-columns:40px 1fr;gap:14px;padding:22px 16px}}._page_1fo6n_1{color:var(--ink);background:#faf6f0}._hero_1fo6n_11{background:radial-gradient(circle at 88% 18%,#e5091414,#0000 24%),linear-gradient(135deg,#fffaf4 0%,#f7ecdf 100%);border-bottom:1px solid #e5091438;position:relative;overflow:hidden}._hero_1fo6n_11:after{content:"";border:1px solid #e5091429;border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-170px}._heroShell_1fo6n_51{z-index:1;padding-top:34px;padding-bottom:78px;position:relative}._breadcrumb_1fo6n_65{color:#746b64;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:66px;font-size:13px;display:flex}._breadcrumb_1fo6n_65 a{color:inherit}._breadcrumb_1fo6n_65 a:hover{color:var(--red)}._eyebrow_1fo6n_101{margin-bottom:24px}._hero_1fo6n_11 h1{max-width:980px;font-family:var(--serif);letter-spacing:-.045em;margin:0;font-size:clamp(48px,6.4vw,88px);font-weight:500;line-height:1.08}._heroLead_1fo6n_129{color:#514c47;max-width:850px;margin:34px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.8}._articleMeta_1fo6n_145{border-top:1px solid #e509143d;grid-template-columns:repeat(4,minmax(0,1fr));margin:54px 0 0;padding-top:24px;display:grid}._articleMeta_1fo6n_145 div{padding-right:24px}._articleMeta_1fo6n_145 div+div{border-left:1px solid #e509142e;padding-left:24px}._articleMeta_1fo6n_145 dt{color:var(--red);letter-spacing:.14em;margin-bottom:8px;font-size:11px;font-weight:700}._articleMeta_1fo6n_145 dd{color:#3f3934;margin:0;font-size:14px;line-height:1.6}._articleLayout_1fo6n_209{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:clamp(56px,7vw,104px);padding-top:76px;padding-bottom:90px;display:grid}._articleBody_1fo6n_227{min-width:0}._directAnswer_1fo6n_235,._section_1fo6n_237{scroll-margin-top:28px}._directAnswer_1fo6n_235{background:#ffffff7a;border:1px solid #e5091433;padding:clamp(34px,5vw,58px);box-shadow:0 24px 58px #4d291e14}._directAnswer_1fo6n_235 h2,._section_1fo6n_237 h2{font-family:var(--serif);letter-spacing:-.035em;margin:0;font-size:clamp(34px,4.4vw,54px);font-weight:500;line-height:1.18}._directAnswer_1fo6n_235 p{color:#423b36;margin:28px 0 0;font-size:19px;line-height:1.9}._section_1fo6n_237{border-bottom:1px solid #9b111738;padding:76px 0}._sectionLead_1fo6n_303{color:#645c56;max-width:720px;margin:20px 0 0;line-height:1.8}._serviceCards_1fo6n_317{border-top:1px solid #e509143d;border-bottom:1px solid #e509143d;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:42px;display:grid}._serviceCards_1fo6n_317 article{min-width:0;padding:34px 28px 38px}._serviceCards_1fo6n_317 article+article{border-left:1px solid #e5091433}._serviceCards_1fo6n_317 article>span,._processGrid_1fo6n_353 article>span{color:var(--red);letter-spacing:.12em;font-size:12px;font-weight:750}._serviceCards_1fo6n_317 h3{font-family:var(--serif);margin:52px 0 18px;font-size:29px;font-weight:500}._serviceCards_1fo6n_317 p{color:#5c554f;margin:0;font-size:15px;line-height:1.75}._numberList_1fo6n_395{border-top:1px solid #e5091438;margin:42px 0 0;padding:0;list-style:none}._numberList_1fo6n_395 li{border-bottom:1px solid #e509142e;grid-template-columns:70px minmax(0,1fr);gap:24px;padding:24px 0;display:grid}._numberList_1fo6n_395 li>span{color:var(--red);font-weight:700}._numberList_1fo6n_395 h3{margin:0 0 7px;font-size:18px}._numberList_1fo6n_395 p{color:#625b55;margin:0;line-height:1.7}._notice_1fo6n_457{color:#564d47;background:#e509140e;align-items:flex-start;gap:14px;margin-top:28px;padding:20px 22px;display:flex}._notice_1fo6n_457 svg{color:var(--red);flex:none}._notice_1fo6n_457 p{margin:0;line-height:1.7}._processGrid_1fo6n_353{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:42px;display:grid}._processGrid_1fo6n_353 article{border-top:1px solid #e5091438;border-bottom:1px solid #e5091438;min-width:0;padding:22px 18px 26px}._processGrid_1fo6n_353 article+article{border-left:1px solid #e509142e}._processGrid_1fo6n_353 h3{font-family:var(--serif);margin:38px 0 12px;font-size:22px;font-weight:500}._processGrid_1fo6n_353 p{color:#625b55;margin:0;font-size:14px;line-height:1.7}._checkList_1fo6n_559{gap:0;margin:38px 0 0;padding:0;list-style:none;display:grid}._checkList_1fo6n_559 li{border-bottom:1px solid #e509142b;grid-template-columns:24px minmax(0,1fr);gap:14px;padding:19px 0;line-height:1.7;display:grid}._checkList_1fo6n_559 svg{color:var(--red)}._longCopy_1fo6n_601,._boundary_1fo6n_603 p{color:#49423d;max-width:790px;margin:30px 0 0;font-size:18px;line-height:1.9}._boundary_1fo6n_603{background:#e509140b;border:1px solid #e509143d;padding-left:clamp(24px,5vw,52px);padding-right:clamp(24px,5vw,52px)}._section_1fo6n_237 .faq-list{margin-top:42px}._sourceList_1fo6n_641{border-top:1px solid #e5091433;gap:0;margin:32px 0 0;padding:0;list-style:none;display:grid}._sourceList_1fo6n_641 li{border-bottom:1px solid #e5091429;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:14px;padding:20px 0;display:grid}._sourceList_1fo6n_641 svg,._sourceList_1fo6n_641 a{color:var(--red)}._sourceList_1fo6n_641 a{text-underline-offset:4px;line-height:1.6;-webkit-text-decoration:underline #e509144d;text-decoration:underline #e509144d}._aside_1fo6n_701{gap:22px;display:grid;position:sticky;top:28px}._asideCard_1fo6n_715{background:#ffffff7a;border:1px solid #e5091433;padding:28px}._asideCard_1fo6n_715 nav{margin-top:4px;display:grid}._asideCard_1fo6n_715 nav a{color:#554d47;border-bottom:1px solid #e5091424;padding:12px 0;font-size:14px}._asideCard_1fo6n_715 nav a:hover{color:var(--red)}._consultCard_1fo6n_759{color:#fff;background:var(--red)}._consultCard_1fo6n_759>svg{margin-bottom:26px}._consultCard_1fo6n_759 h2{font-family:var(--serif);margin:0;font-size:30px;font-weight:500;line-height:1.25}._consultCard_1fo6n_759 p{color:#ffffffd6;margin:18px 0 28px;line-height:1.7}._consultCard_1fo6n_759 .button-primary{background:0 0;border:1px solid #ffffffb8}._bottomCta_1fo6n_815{color:#fff;background:var(--red)}._bottomCtaInner_1fo6n_825{justify-content:space-between;align-items:center;gap:40px;padding-top:54px;padding-bottom:54px;display:flex}._bottomCta_1fo6n_815 h2{font-family:var(--serif);margin:0;font-size:clamp(36px,4vw,54px);font-weight:500}._bottomCta_1fo6n_815 p{color:#ffffffd1;margin:14px 0 0}@media (width<=1120px){._articleLayout_1fo6n_209{grid-template-columns:minmax(0,1fr) 270px;gap:48px}._processGrid_1fo6n_353{grid-template-columns:repeat(3,minmax(0,1fr))}._processGrid_1fo6n_353 article:nth-child(n+4){border-top:0}}@media (width<=880px){._heroShell_1fo6n_51{padding-top:26px;padding-bottom:58px}._breadcrumb_1fo6n_65{margin-bottom:42px}._hero_1fo6n_11 h1{font-size:clamp(42px,10vw,64px)}._articleMeta_1fo6n_145{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:22px}._articleMeta_1fo6n_145 div:nth-child(3){border-left:0;padding-left:0}._articleLayout_1fo6n_209{grid-template-columns:1fr;padding-top:54px;padding-bottom:68px}._aside_1fo6n_701{grid-row:1;grid-template-columns:repeat(2,minmax(0,1fr));position:static}._serviceCards_1fo6n_317{grid-template-columns:1fr}._serviceCards_1fo6n_317 article+article{border-top:1px solid #e5091433;border-left:0}._processGrid_1fo6n_353{grid-template-columns:1fr}._processGrid_1fo6n_353 article+article,._processGrid_1fo6n_353 article:nth-child(n+4){border-top:0;border-left:0}}@media (width<=620px){._hero_1fo6n_11:after{width:320px;height:320px;top:-90px;right:-150px}._heroShell_1fo6n_51{padding-top:20px;padding-bottom:44px}._breadcrumb_1fo6n_65{gap:7px;margin-bottom:34px;font-size:12px}._hero_1fo6n_11 h1{font-size:40px;line-height:1.14}._heroLead_1fo6n_129{margin-top:24px;font-size:16px}._articleMeta_1fo6n_145{grid-template-columns:1fr;margin-top:36px}._articleMeta_1fo6n_145 div,._articleMeta_1fo6n_145 div+div,._articleMeta_1fo6n_145 div:nth-child(3){border-top:1px solid #e5091426;border-left:0;padding:14px 0}._articleLayout_1fo6n_209{gap:42px;padding-top:38px}._aside_1fo6n_701{grid-template-columns:1fr}._asideCard_1fo6n_715:first-child{display:none}._directAnswer_1fo6n_235{padding:28px 22px}._directAnswer_1fo6n_235 h2,._section_1fo6n_237 h2{font-size:32px}._directAnswer_1fo6n_235 p,._longCopy_1fo6n_601,._boundary_1fo6n_603 p{font-size:16px}._section_1fo6n_237{padding:56px 0}._serviceCards_1fo6n_317 article{padding:28px 20px 30px}._serviceCards_1fo6n_317 h3{margin-top:34px}._numberList_1fo6n_395 li{grid-template-columns:46px minmax(0,1fr);gap:12px}._boundary_1fo6n_603{padding-left:20px;padding-right:20px}._bottomCtaInner_1fo6n_825{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){._page_1fo6n_1 *,._page_1fo6n_1 :before,._page_1fo6n_1 :after{scroll-behavior:auto!important}}._heroShell_1fo6n_51{padding-bottom:56px}._heroLead_1fo6n_129{color:#403a35;border-top:1px solid #e5091447;border-bottom:1px solid #e5091447;max-width:980px;margin-top:38px;padding:24px 0 28px;font-size:clamp(19px,2.1vw,24px);line-height:1.75}._articleMeta_1fo6n_145{border-top:0;margin-top:0;padding-top:0}._articleMeta_1fo6n_145 div{padding-top:24px}._articleMeta_1fo6n_145 dt{margin-bottom:10px;font-size:12px}._articleMeta_1fo6n_145 dd{color:#2f2925;font-size:16px;font-weight:500;line-height:1.55}._articleMeta_1fo6n_145 div:nth-child(2) dd{color:var(--red-deep);letter-spacing:.03em;font-size:24px}._serviceCards_1fo6n_317{margin-top:36px}._serviceCards_1fo6n_317 article{flex-direction:column;min-height:260px;padding:28px 26px 32px;display:flex}._serviceCards_1fo6n_317 article>span,._processGrid_1fo6n_353 article>span{font-size:12px;font-weight:500}._serviceCards_1fo6n_317 h3{letter-spacing:.02em;margin:30px 0 16px;font-size:27px;font-weight:400}._serviceCards_1fo6n_317 p{color:#514a44;max-width:220px;margin-top:auto;font-size:15.5px;line-height:1.9}._processGrid_1fo6n_353 article{background:#ffffff38;min-height:198px;padding:24px 22px 28px}._processGrid_1fo6n_353 h3{letter-spacing:.02em;margin:30px 0 12px;font-size:23px;font-weight:400}._processGrid_1fo6n_353 p{max-width:210px;font-size:15px;line-height:1.85}@media (width>=621px) and (width<=1120px){._processGrid_1fo6n_353 article:last-child{grid-column:span 2}._processGrid_1fo6n_353 article:last-child p{max-width:360px}}@media (width<=620px){._heroShell_1fo6n_51{padding-bottom:42px}._heroLead_1fo6n_129{margin-top:26px;padding:20px 0 22px;font-size:17px;line-height:1.75}._articleMeta_1fo6n_145{margin-top:0}._articleMeta_1fo6n_145 div,._articleMeta_1fo6n_145 div+div,._articleMeta_1fo6n_145 div:nth-child(3){padding-top:16px}._articleMeta_1fo6n_145 dd,._articleMeta_1fo6n_145 div:nth-child(2) dd{font-size:18px}._serviceCards_1fo6n_317 article{min-height:0;padding:24px 20px 28px}._serviceCards_1fo6n_317 h3{margin-top:24px;font-size:26px}._serviceCards_1fo6n_317 p{max-width:none;font-size:16px;line-height:1.85}._processGrid_1fo6n_353 article{min-height:0;padding:22px 20px 26px}._processGrid_1fo6n_353 h3{margin-top:24px;font-size:23px}._processGrid_1fo6n_353 p{max-width:none;font-size:15.5px}}._shell_17diy_1{padding-block:clamp(44px,7vw,92px)}@keyframes _insights-rise_17diy_1{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}._collectionIntro_17diy_31{border-top:1px solid var(--ink);grid-template-columns:minmax(140px,.24fr) minmax(360px,1fr) minmax(240px,.76fr);align-items:start;gap:clamp(28px,5vw,72px);padding:clamp(18px,3vw,34px) 0 clamp(42px,7vw,82px);animation:.52s ease-out both _insights-rise_17diy_1;display:grid}._collectionIntro_17diy_31 h2{font-family:var(--serif);margin:0;font-size:clamp(30px,3.1vw,42px);font-weight:500;line-height:1.3}._collectionIntro_17diy_31 p{color:var(--muted);margin:0;line-height:1.85}._reviewNotice_17diy_79{border:1px solid var(--line);background:#fffcf7c7;grid-template-columns:minmax(170px,.32fr) minmax(0,1fr);gap:28px;margin-bottom:42px;padding:22px 26px;display:grid}._reviewNotice_17diy_79 strong,._meta_17diy_101 dt,._sourceList_17diy_103 span,._articleKicker_17diy_105{color:var(--red-deep);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:750}._reviewNotice_17diy_79 p{color:var(--muted);margin:0;line-height:1.75}._articleGrid_17diy_133{border-top:1px solid var(--ink);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}._articleCardLink_17diy_145{min-width:0;height:100%;color:inherit;border-bottom:1px solid var(--ink);z-index:0;text-decoration:none;transition:background-color .18s,box-shadow .18s,transform .18s;display:block;position:relative}._articleCard_17diy_145{box-sizing:border-box;background:0 0;min-width:0;height:100%;min-height:330px;padding:clamp(30px,4vw,54px);animation:.52s ease-out both _insights-rise_17diy_1;position:relative}._articleCardLink_17diy_145:nth-child(2) ._articleCard_17diy_145{animation-delay:70ms}._articleCardLink_17diy_145:nth-child(3) ._articleCard_17diy_145{animation-delay:.14s}._articleCardLink_17diy_145:nth-child(4) ._articleCard_17diy_145{animation-delay:.21s}._articleCardLink_17diy_145:nth-child(5) ._articleCard_17diy_145{animation-delay:.28s}._articleCardLink_17diy_145:nth-child(6) ._articleCard_17diy_145{animation-delay:.35s}._articleCardLink_17diy_145:nth-child(7) ._articleCard_17diy_145{animation-delay:.42s}._articleCardLink_17diy_145:nth-child(odd){border-right:1px solid var(--ink)}._articleCard_17diy_145 h2,._articleHeader_17diy_215 h1,._directAnswer_17diy_217 h2,._section_17diy_219 h2,._faqSection_17diy_221 h2{font-family:var(--serif);letter-spacing:.02em;font-weight:500}._articleCard_17diy_145 h2{margin:22px 0 16px;font-size:clamp(26px,2.8vw,38px);line-height:1.3;transition:color .18s}._articleCardLink_17diy_145:hover,._articleCardLink_17diy_145:focus-visible{z-index:1;background:#f4172412;transform:translateY(-4px);box-shadow:0 12px 26px #4018121f}._articleCardLink_17diy_145:hover h2,._articleCardLink_17diy_145:focus-visible h2{color:var(--red-deep)}._articleCard_17diy_145 ._text-link_17diy_273{margin-top:12px;transition:color .18s,gap .18s;display:inline-flex}._articleCardLink_17diy_145:hover ._text-link_17diy_273,._articleCardLink_17diy_145:focus-visible ._text-link_17diy_273{color:var(--red-deep);gap:8px}._articleCardLink_17diy_145:focus-visible{outline:2px solid var(--red);outline-offset:-2px}._articleCard_17diy_145 p,._articleLead_17diy_309,._directAnswer_17diy_217 p,._section_17diy_219 p,._section_17diy_219 li,._faqItem_17diy_317 p,._sourceList_17diy_103 a{color:var(--muted);line-height:1.85}._articleHeader_17diy_215{border-bottom:1px solid var(--ink);background:#fffcf78a;padding-block:16px 28px}._articleHeaderInner_17diy_341{max-width:820px;margin-inline:auto;position:relative}._breadcrumb_17diy_353{color:var(--muted);flex-wrap:wrap;gap:8px 14px;margin-bottom:18px;font-size:13px;display:flex}._breadcrumb_17diy_353 a{color:inherit;text-decoration:none}._articleHeader_17diy_215 h1{text-wrap:pretty;text-align:left;max-width:760px;margin:8px 0 12px;font-size:clamp(30px,3vw,40px);line-height:1.24}._articleLead_17diy_309{text-align:left;max-width:720px;margin:0;font-size:clamp(15px,1.2vw,17px);line-height:1.7}._articleHeader_17diy_215 ._articleKicker_17diy_105{text-align:left;margin-bottom:2px;display:block}._meta_17diy_101{justify-content:flex-start;align-items:center;gap:20px;max-width:none;margin:16px 0 0;display:flex}._meta_17diy_101>div{align-items:baseline;gap:8px;padding:0;display:flex}._meta_17diy_101>div:first-child{border-right:0}._meta_17diy_101>div+div:before{color:var(--line);content:"·";margin-right:12px}._meta_17diy_101 dd{color:var(--ink);margin:0;font-size:14px}._articleBody_17diy_491{max-width:820px;margin-inline:auto;padding-block:clamp(32px,4vw,52px)}._directAnswer_17diy_217,._section_17diy_219,._faqSection_17diy_221,._sourceSection_17diy_509{margin-bottom:clamp(48px,7vw,76px)}._section_17diy_219,._faqSection_17diy_221{border-top:1px solid var(--ink);padding-top:clamp(26px,4vw,42px)}._directAnswer_17diy_217{border-top:3px solid var(--red);border-bottom:1px solid var(--ink);background:#f4172406;padding:clamp(28px,4vw,48px) clamp(26px,4vw,46px);position:relative}._directAnswer_17diy_217>p{color:var(--ink);margin:0;font-size:clamp(19px,2vw,24px);font-weight:650}._directAnswer_17diy_217 h2,._section_17diy_219 h2,._faqSection_17diy_221 h2{margin:10px 0 20px;font-size:clamp(28px,3.6vw,44px)}._section_17diy_219 ul,._section_17diy_219 ol{margin:22px 0 0;padding-left:1.25rem}._section_17diy_219 li{margin:10px 0}._section_17diy_219 sup{margin-left:.2em;font-size:.68em}._section_17diy_219 sup a{color:var(--red-deep);text-underline-offset:.16em}._callout_17diy_613{border-left:3px solid var(--red-deep);background:#f4172409;margin:24px 0;padding:20px 24px}._calloutWarning_17diy_627{background:#9a5a000f;border-left-color:#9a5a00}._callout_17diy_613 p{margin:8px 0 0}._tableWrap_17diy_645{border:1px solid var(--line);max-width:100%;margin:24px 0;overflow-x:auto}._tableWrap_17diy_645 table{border-collapse:collapse;width:100%;min-width:620px}._tableWrap_17diy_645 th,._tableWrap_17diy_645 td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:16px;line-height:1.7}._tableWrap_17diy_645 th{color:var(--red-deep);letter-spacing:.04em;font-size:13px}._faqList_17diy_703{border-top:1px solid var(--ink)}._faqItem_17diy_317{border-bottom:1px solid var(--ink);padding:24px 0}._faqItem_17diy_317 h3{margin:0 0 12px;font-size:20px}._faqItem_17diy_317 p{margin:0}._sourceList_17diy_103{border-top:1px solid var(--line);margin:20px 0 0;padding:0}._sourceSection_17diy_509{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:22px 0}._sourceSection_17diy_509 summary{cursor:pointer;color:var(--ink);font-family:var(--serif);font-size:clamp(22px,2.6vw,30px)}._sourceList_17diy_103 li{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,.28fr) minmax(0,1fr);gap:24px;padding:20px 0;display:grid}._sourceList_17diy_103 small{color:var(--muted);grid-column:2;font-size:12px}._sourceList_17diy_103 a{color:var(--ink)}._relatedLinks_17diy_813{border-top:1px solid var(--line);flex-wrap:wrap;gap:14px;padding-top:28px;display:flex}@media (width<=760px){._shell_17diy_1{padding-block:36px 64px}._reviewNotice_17diy_79,._collectionIntro_17diy_31,._articleGrid_17diy_133{grid-template-columns:1fr}._reviewNotice_17diy_79{gap:10px;margin-bottom:34px;padding:18px}._collectionIntro_17diy_31{gap:18px;padding:16px 0 44px}._collectionIntro_17diy_31 h2{font-size:clamp(28px,8.8vw,36px);line-height:1.3}._articleCard_17diy_145{min-height:0;padding:34px 18px 40px}._articleCardLink_17diy_145:hover,._articleCardLink_17diy_145:focus-visible{transform:translateY(-2px)}._articleCardLink_17diy_145:nth-child(odd){border-right:0}._articleHeader_17diy_215 h1{font-size:clamp(28px,8vw,34px);line-height:1.28}._articleHeader_17diy_215{padding-block:14px 24px}._breadcrumb_17diy_353{margin-bottom:16px}._meta_17diy_101{flex-wrap:wrap;justify-content:flex-start;gap:10px 18px;margin-top:14px}._meta_17diy_101>div+div:before{margin-right:8px}._directAnswer_17diy_217{padding:24px 20px}._tableWrap_17diy_645{-webkit-overflow-scrolling:touch}._sourceSection_17diy_509 summary{font-size:21px;line-height:1.45}._sourceList_17diy_103 li{grid-template-columns:1fr;gap:8px}._sourceList_17diy_103 small{grid-column:1}}@media (prefers-reduced-motion:reduce){._collectionIntro_17diy_31,._articleCard_17diy_145{transition:none;animation:none}}.official-live-page{background:var(--paper);color:var(--ink)}.official-live-navigation{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:0 28px;min-height:72px;display:flex}.official-live-navigation a{min-height:72px;color:var(--muted);align-items:center;font-size:14px;display:inline-flex;position:relative}.official-live-navigation a.is-active{color:var(--red)}.official-live-navigation a.is-active:after{content:"";background:var(--red);height:2px;position:absolute;bottom:-1px;left:0;right:0}.official-live-intro,.official-live-copy-section,.official-live-ledger-section,.official-live-evidence-section,.official-live-boundary-section,.official-live-area-section,.official-live-history-section{background:var(--paper)}.official-live-intro-grid,.official-live-two-column{grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:clamp(40px,8vw,124px);display:grid}.official-live-intro-grid{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);align-items:center}.official-live-intro h2,.official-live-two-column h2{font-family:var(--serif);letter-spacing:-.06em;margin:18px 0 0;font-size:clamp(2.2rem,4.7vw,4.5rem);font-weight:500;line-height:1.12}.official-live-intro h2{max-width:8em;font-size:clamp(2.25rem,4vw,4rem)}.official-live-lead-copy,.official-live-prose{max-width:760px;color:var(--muted);font-size:1.08rem;line-height:1.9}.official-live-intro .official-live-lead-copy{max-width:680px;font-size:clamp(1.12rem,1.6vw,1.35rem);line-height:1.85}.official-live-lead-copy p,.official-live-prose p{margin:0}.official-live-lead-copy p+p,.official-live-prose p+p{margin-top:20px}.official-live-lead-copy strong,.official-live-prose strong{color:var(--ink);font-weight:650}.official-live-company-intro .official-live-two-column{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(48px,7vw,104px)}.official-live-company-heading{padding-top:4px}.official-live-company-intro h2{letter-spacing:-.045em;white-space:nowrap;max-width:none;margin-top:16px;font-size:clamp(38px,3.8vw,52px);line-height:1.15}.official-live-company-copy{max-width:720px;font-size:16px;line-height:1.85}.official-live-company-copy .official-live-company-lead{color:#3f3934;font-size:clamp(17px,1.45vw,20px);line-height:1.8}.official-live-company-copy .official-live-company-lead strong{font-weight:600}.official-live-company-copy .official-live-company-note{border-top:1px solid var(--line);color:var(--muted);margin-top:24px;padding-top:18px;font-size:14px;line-height:1.75}.official-live-records,.official-live-scope-section,.official-live-credential-grid-section{background:var(--paper-light)}.official-live-record-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.official-live-record{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:280px;color:inherit;flex-direction:column;padding:clamp(26px,3vw,48px);transition:background-color .22s,transform .22s;display:flex}.official-live-record:hover{background:#fff9;transform:translateY(-3px)}.official-live-record-number{color:var(--red);letter-spacing:.12em;font-size:11px;font-weight:700}.official-live-record h3{font-family:var(--serif);margin:auto 0 16px;font-size:clamp(1.65rem,2.4vw,2.25rem);font-weight:500;line-height:1.2}.official-live-record p{min-height:3.4em;color:var(--muted);margin:0;font-size:15px;line-height:1.75}.official-live-record-link{color:var(--red);gap:8px;margin-top:28px;font-size:14px;font-weight:650;display:inline-flex}.official-live-fact-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.official-live-fact-grid>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 18px}.official-live-fact-grid>div:nth-child(2n){border-right:0}.official-live-fact-grid dt{color:var(--muted);font-size:13px}.official-live-fact-grid dd{color:var(--ink);margin:8px 0 0;font-size:16px;line-height:1.6}.official-live-muted,.official-live-update{color:var(--muted);margin:20px 0 0;line-height:1.8}.official-live-evidence-single{max-width:820px}.official-live-evidence-single img{border:1px solid var(--line);width:100%;height:auto;display:block}.official-live-evidence-single p{color:var(--muted);margin:16px 0 0;line-height:1.7}.official-live-credential-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.official-live-credential{border:1px solid var(--line);background:var(--paper);min-width:0}.official-live-credential-media{background:var(--paper-light);place-items:center;min-height:280px;padding:18px;display:grid}.official-live-credential-media img{object-fit:contain;width:100%;max-height:460px;display:block}.official-live-credential-copy{padding:24px}.official-live-credential-copy h3{font-family:var(--serif);margin:16px 0 20px;font-size:25px;font-weight:500}.official-live-credential-copy .official-live-fact-grid{grid-template-columns:1fr}.official-live-credential-copy .official-live-fact-grid>div,.official-live-credential-copy .official-live-fact-grid>div:nth-child(2n){border-right:0}.official-live-scope-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.official-live-scope-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:270px;padding:32px}.official-live-scope-intro .official-live-two-column{align-items:start}.official-live-scope-intro h2{font-size:clamp(40px,4.3vw,56px);line-height:1.16}.official-live-scope-intro-copy{max-width:760px;font-size:clamp(18px,1.45vw,21px);line-height:1.85}.official-live-scope-intro-copy .official-live-scope-intro-lead{color:#3f3934}.official-live-scope-intro-copy .official-live-scope-intro-note{border-top:1px solid var(--line);color:var(--muted);margin-top:28px;padding-top:20px;font-size:16px;line-height:1.8}.official-live-bookkeeping-scope .official-live-two-column{align-items:start}.official-live-bookkeeping-scope .official-live-scope-intro-lead{color:#3f3934;font-size:1.18em}.official-live-inline-links{flex-wrap:wrap;gap:14px 26px;margin-top:28px;display:flex}.official-live-inline-links a{color:var(--red-deep);font-size:14px;font-weight:650}.official-live-inline-links a:hover{text-underline-offset:4px;text-decoration:underline}.official-live-bookkeeping-scope .official-live-scope-intro-note{border-top:1px solid var(--line);color:var(--muted);margin-top:28px;padding-top:20px;font-size:16px}.official-live-scope-grid h3{font-family:var(--serif);margin:34px 0 16px;font-size:clamp(28px,2.2vw,32px);font-weight:500;line-height:1.25}.official-live-scope-items-label{color:var(--muted);letter-spacing:.14em;margin-bottom:12px;font-size:12px;font-weight:700;display:block}.official-live-scope-grid ul,.official-live-boundary-list{color:var(--muted);gap:12px;margin:0;padding:0;font-size:17px;line-height:1.75;list-style:none;display:grid}.official-live-scope-grid li:before,.official-live-boundary-list li:before{color:var(--red);content:"·";margin-right:8px}.official-live-area-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px;display:grid}.official-live-area-grid span{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:82px;font-family:var(--serif);flex-direction:column;justify-content:center;padding:16px;font-size:20px;line-height:1.4;display:flex}.official-live-boundary-list{grid-template-columns:1fr;gap:16px;font-size:19px;line-height:1.85}.official-live-history-card{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:start;gap:clamp(30px,6vw,84px);display:grid}.official-live-history-media img{border:1px solid var(--line);width:100%;height:auto;display:block}.official-live-history-copy h2{font-family:var(--serif);margin:22px 0 32px;font-size:clamp(2rem,4vw,3.6rem);font-weight:500;line-height:1.2}.official-live-cta{border-top:1px solid var(--line);justify-content:space-between;align-items:end;gap:28px;padding:72px 0 84px;display:flex}.official-live-cta h2{max-width:740px;font-family:var(--serif);margin:16px 0 14px;font-size:clamp(2rem,4vw,4rem);font-weight:500;line-height:1.16}.official-live-cta p{max-width:700px;color:var(--muted);margin:0;line-height:1.8}@media (width<=880px){.official-live-navigation{white-space:nowrap;flex-wrap:nowrap;gap:0 18px;min-height:60px;overflow-x:auto}.official-live-navigation a{min-height:60px;font-size:13px}.official-live-intro-grid,.official-live-two-column,.official-live-history-card{grid-template-columns:1fr;gap:28px}.official-live-intro-grid{align-items:start}.official-live-company-intro .official-live-two-column{grid-template-columns:1fr;gap:32px}.official-live-company-intro h2{font-size:clamp(34px,8vw,40px)}.official-live-company-copy .official-live-company-lead{font-size:17px}.official-live-scope-intro h2{font-size:clamp(34px,8vw,40px)}.official-live-scope-intro-copy{font-size:18px}.official-live-scope-grid h3{font-size:28px}.official-live-scope-grid ul{font-size:17px}.official-live-intro .official-live-lead-copy{max-width:none;font-size:1.08rem}.official-live-record-grid,.official-live-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.official-live-credential-grid,.official-live-boundary-list{grid-template-columns:1fr}.official-live-cta{flex-direction:column;align-items:flex-start;padding:56px 0 70px}}@media (width<=620px){.official-live-company-intro h2{white-space:normal;font-size:clamp(31px,8.8vw,35px)}.official-live-record-grid,.official-live-scope-grid,.official-live-area-grid{grid-template-columns:1fr}.official-live-record,.official-live-scope-grid article{min-height:0}.official-live-record h3{margin-top:52px}.official-live-fact-grid{grid-template-columns:1fr}.official-live-fact-grid>div,.official-live-fact-grid>div:nth-child(2n){border-right:0}.official-live-boundary-list{font-size:17px}}.enterprise-services-section{background:var(--qicai-paper);padding:clamp(62px,7vw,92px) 0 0}.enterprise-services-anchor-nav{display:none}.service-mobile-disclosure>summary{display:none}.enterprise-services-direct-answer{border-bottom:1px solid var(--qicai-line);max-width:900px;margin-bottom:clamp(54px,7vw,88px);padding-bottom:24px}.enterprise-services-direct-answer p{max-width:820px;color:var(--qicai-ink);font-family:var(--serif);margin:14px 0 0;font-size:clamp(20px,2vw,27px);line-height:1.65}.enterprise-services-heading{grid-template-columns:minmax(0,1fr) minmax(220px,.32fr);align-items:end;gap:48px;margin-bottom:32px;display:grid}.enterprise-services-heading h2,.enterprise-services-guidance h2{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.04em;margin:0;font-size:clamp(34px,3.5vw,48px);font-weight:400;line-height:1.18}.enterprise-services-heading p,.enterprise-services-guidance p{max-width:720px;color:var(--qicai-muted);font-family:var(--serif);margin:14px 0 0;font-size:16px;line-height:1.75}.enterprise-services-quick-links{justify-items:end;gap:14px;padding-bottom:5px;display:grid}.enterprise-services-quick-links a,.enterprise-service-link{color:var(--qicai-red-deep);font-family:var(--serif);align-items:center;gap:8px;font-size:15px;line-height:1.4;display:inline-flex}.enterprise-services-quick-links svg,.enterprise-service-link svg{transition:transform .22s var(--qicai-ease)}.enterprise-services-core-grid,.enterprise-services-aux-grid{gap:16px;display:grid}.enterprise-services-core-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.enterprise-services-aux-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:16px}.enterprise-services-tier-heading{margin:clamp(58px,7vw,92px) 0 24px}.enterprise-services-tier-heading h2{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.04em;margin:12px 0 0;font-size:clamp(30px,3vw,42px);font-weight:400;line-height:1.2}.enterprise-services-tier-heading p{max-width:720px;color:var(--qicai-muted);font-family:var(--serif);margin:12px 0 0;font-size:16px;line-height:1.7}.enterprise-services-extended-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.enterprise-service-card.service-tier-extended{flex-direction:column;align-items:flex-start;gap:12px;min-height:210px;padding:24px 22px;display:flex}.enterprise-service-card.service-tier-extended .enterprise-service-copy{width:100%}.enterprise-service-card.service-tier-extended .enterprise-service-description{font-size:14px}.enterprise-service-meta{color:var(--qicai-muted);font-family:var(--serif);margin-top:8px;font-size:14px;line-height:1.65}.enterprise-service-meta strong{color:var(--qicai-ink);font-weight:500}.enterprise-service-card{border:1px solid var(--qicai-line);min-width:0;min-height:184px;color:inherit;transition:transform .22s var(--qicai-ease), background-color .22s var(--qicai-ease), box-shadow .22s var(--qicai-ease), border-color .22s var(--qicai-ease);background:0 0;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:24px;padding:28px 30px;text-decoration:none;display:grid}.enterprise-service-card.is-core{min-height:184px}.enterprise-service-icon{color:var(--qicai-red-deep);transition:transform .22s var(--qicai-ease), color .22s var(--qicai-ease)}.enterprise-service-copy,.enterprise-service-title-row{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.enterprise-service-title-row{flex-flow:wrap;align-items:baseline;gap:14px}.enterprise-service-title-row strong{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.05em;font-size:clamp(23px,2.1vw,31px);font-weight:400;line-height:1.25}.enterprise-service-label{color:var(--qicai-red-deep);font-family:var(--serif);white-space:nowrap;font-size:14px}.enterprise-service-description{color:var(--qicai-muted);font-family:var(--serif);margin-top:10px;font-size:15px;line-height:1.7}.enterprise-service-materials{color:var(--qicai-muted);font-family:var(--serif);margin-top:8px;font-size:14px;line-height:1.65}.enterprise-service-materials strong{color:var(--qicai-ink);font-weight:500}.enterprise-service-link{margin-top:18px}.enterprise-service-card:hover,.enterprise-service-card:focus-within{background:var(--qicai-paper-soft);border-color:#9f14206b;transform:translateY(-6px);box-shadow:0 14px 30px #57302b1a}.enterprise-service-card:hover .enterprise-service-icon,.enterprise-service-card:focus-within .enterprise-service-icon{color:var(--qicai-red);transform:translateY(-3px)}.enterprise-service-card:hover .enterprise-service-link svg,.enterprise-service-card:focus-within .enterprise-service-link svg,.enterprise-services-quick-links a:hover svg,.enterprise-services-quick-links a:focus-visible svg{transform:translate(5px)}.enterprise-services-guidance{border-top:1px solid var(--qicai-line);margin-top:22px;padding:28px 0 60px}.enterprise-services-guidance .eyebrow{margin-bottom:16px}@media (width<=880px){.enterprise-services-heading{grid-template-columns:1fr;gap:22px}.enterprise-services-quick-links{justify-items:start}.enterprise-services-aux-grid,.enterprise-services-extended-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.enterprise-services-anchor-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 34px;display:grid}.enterprise-services-anchor-nav a{border:1px solid var(--qicai-line);color:var(--qicai-red-deep);text-align:center;padding:10px 8px;font-size:13px}.enterprise-services-section{padding-top:54px}.enterprise-services-heading h2,.enterprise-services-guidance h2{font-size:34px}.enterprise-services-heading p,.enterprise-services-guidance p{font-size:15px}.enterprise-services-core-grid,.enterprise-services-aux-grid{grid-template-columns:1fr}.enterprise-services-extended-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.enterprise-service-card,.enterprise-service-card.is-core{grid-template-columns:54px minmax(0,1fr);gap:18px;min-height:0;padding:18px 16px}.enterprise-service-icon{width:46px;height:46px}.enterprise-service-title-row strong{font-size:22px}.enterprise-service-card.is-core{min-height:152px}.enterprise-service-card.service-tier-basic{grid-template-columns:40px minmax(0,1fr);gap:12px;min-height:108px}.enterprise-service-card.service-tier-basic .enterprise-service-description{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:5px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.enterprise-service-card.service-tier-basic .enterprise-service-meta{display:none}.enterprise-service-card.service-tier-basic .enterprise-service-link{margin-top:9px;font-size:13px}.enterprise-service-card.service-tier-extended{min-height:156px;padding:16px 14px}.enterprise-service-card.service-tier-extended .enterprise-service-icon{width:32px;height:32px}.enterprise-service-card.service-tier-extended .enterprise-service-title-row strong{font-size:18px}.enterprise-service-card.service-tier-extended .enterprise-service-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.enterprise-service-card.service-tier-extended .enterprise-service-link{margin-top:auto;font-size:12px}.enterprise-service-card.is-core .enterprise-service-meta{display:none}.service-mobile-disclosure{padding:0 20px}.service-mobile-disclosure>summary{color:var(--qicai-ink);font-family:var(--serif);cursor:pointer;justify-content:space-between;align-items:center;padding:18px 0;font-size:21px;list-style:none;display:flex}.service-mobile-disclosure>summary::-webkit-details-marker{display:none}.service-mobile-disclosure>summary:after{content:"+";color:var(--qicai-red-deep);font-family:var(--sans);font-size:24px;font-weight:300}.service-mobile-disclosure[open]>summary:after{content:"−"}.service-mobile-disclosure .section-shell{width:100%;padding-bottom:24px}.enterprise-services-guidance{padding-bottom:42px}}@media (prefers-reduced-motion:reduce){.enterprise-service-card,.enterprise-service-icon,.enterprise-service-link svg,.enterprise-services-quick-links svg{transition:none}.enterprise-service-card:hover,.enterprise-service-card:focus-visible,.enterprise-service-card:hover .enterprise-service-icon,.enterprise-service-card:focus-visible .enterprise-service-icon{transform:none}}@media (width<=620px){.enterprise-services-aux-grid{grid-template-columns:1fr}.enterprise-services-extended-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.enterprise-service-actions{flex-wrap:wrap;align-items:center;gap:10px 20px;margin-top:18px;display:flex}.enterprise-service-actions .enterprise-service-link{margin-top:0}.enterprise-service-link-secondary{color:var(--qicai-ink)}.enterprise-service-actions a:focus-visible{outline:2px solid var(--qicai-red);outline-offset:4px}@media (width<=620px){.enterprise-service-actions{gap:8px 14px;margin-top:12px}.enterprise-service-actions .enterprise-service-link{margin-top:0;font-size:13px}.enterprise-service-card.service-tier-extended .enterprise-service-actions .enterprise-service-link{font-size:12px}.service-local-question{min-height:0;padding:0}.service-local-question summary{color:var(--qicai-ink);font-family:var(--serif);cursor:pointer;padding:18px 16px 10px;font-size:19px;list-style:none}.service-local-question summary::-webkit-details-marker{display:none}.service-local-question summary:after{float:right;color:var(--qicai-red-deep);content:"+";font-family:var(--sans)}.service-local-question[open] summary:after{content:"−"}.service-local-question p{padding:0 16px 18px}.detail-intro-section,.materials-section,.service-delivery-section,.process-section,.service-factors-section,.service-boundary-section,.service-local-scope-section,.service-verification-section,.service-sources-section,.service-local-scenarios,.faq-section,.related-section{padding-top:32px!important;padding-bottom:32px!important}.detail-intro-section .section-heading,.materials-section .section-heading,.service-local-scenarios .section-heading,.faq-section .section-heading,.related-section .section-heading{margin-bottom:22px}.service-detail-direct-answer{margin-bottom:28px;padding-bottom:18px}.service-detail-direct-answer>p:not(.service-detail-review){font-size:21px;line-height:1.5}.service-detail-list{gap:7px;font-size:14px;line-height:1.55}.service-process-list{margin-bottom:0;padding:15px 16px}.service-factors-grid{gap:12px}.service-factors-grid article{padding:18px 16px}.service-factors-grid h2{margin:10px 0 16px;font-size:27px}.service-mobile-disclosure{padding:0}.service-mobile-disclosure .section-shell{padding-bottom:0}.service-local-question-grid{grid-template-columns:1fr}.service-local-question-grid article{min-height:0;padding:18px 16px}.service-local-question-grid h3{margin-bottom:8px;font-size:19px}.service-local-question-grid p{font-size:14px;line-height:1.6}.service-source-list li{padding:14px 0}.service-source-list a{font-size:15px}}.service-detail-direct-answer{border-bottom:1px solid var(--qicai-line);max-width:900px;margin-bottom:64px;padding-bottom:28px}.service-detail-direct-answer>p:not(.service-detail-review){color:var(--qicai-ink);font-family:var(--serif);margin:14px 0 0;font-size:clamp(21px,2vw,28px);line-height:1.65}.service-detail-review{color:var(--qicai-muted);margin:16px 0 0;font-size:13px}.service-detail-list{color:var(--qicai-muted);gap:13px;margin:0;padding:0;font-size:16px;line-height:1.75;list-style:none;display:grid}.service-detail-list li{padding-left:18px;position:relative}.service-detail-list li:before{background:var(--qicai-red);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.8em;left:0}.service-delivery-section,.service-local-scope-section,.service-verification-section,.service-sources-section{background:var(--qicai-paper-soft)}.service-process-list{border:1px solid var(--qicai-line);background:#ffffff3d;max-width:900px;margin-bottom:38px;padding:26px 30px}.service-factors-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.service-factors-grid article{border:1px solid var(--qicai-line);min-width:0;padding:30px}.service-factors-grid h2{color:var(--qicai-ink);font-family:var(--serif);margin:14px 0 26px;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.2}.service-detail-prose{max-width:760px;color:var(--qicai-muted);font-size:17px;line-height:1.85}.service-detail-prose p{margin:0}.service-detail-prose p+p{margin-top:18px}.service-detail-prose strong{color:var(--qicai-ink)}.service-source-list{border-top:1px solid var(--qicai-line);gap:0;max-width:980px;margin:0;padding:0;list-style:none;display:grid}.service-source-list li{border-bottom:1px solid var(--qicai-line);grid-template-columns:minmax(0,1fr) minmax(220px,.4fr);align-items:center;gap:20px;padding:18px 0;display:grid}.service-source-list a{color:var(--qicai-red-deep);font-family:var(--serif);align-items:center;gap:8px;font-size:17px;display:inline-flex}.service-source-list a svg{transition:transform .22s var(--qicai-ease)}.service-source-list a:hover svg,.service-source-list a:focus-visible svg{transform:translate(4px)}@media (width<=880px){.service-factors-grid{grid-template-columns:1fr}.service-source-list li{grid-template-columns:1fr;gap:8px}}@media (width<=620px){.service-process-list{padding:22px 20px}.service-factors-grid article{padding:24px 20px}.service-detail-direct-answer{margin-bottom:44px}}.service-local-scenarios{background:var(--qicai-paper-soft);padding-top:76px;padding-bottom:76px}.service-local-scenarios .section-heading{max-width:900px;margin-bottom:38px}.service-local-scenarios .section-heading h2{max-width:900px;color:var(--qicai-ink);font-family:var(--serif);margin-bottom:14px;font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.2}.service-local-scenarios .section-lead{max-width:760px;color:var(--qicai-muted);margin:0}.service-local-question-grid{border-top:1px solid var(--qicai-line);border-left:1px solid var(--qicai-line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.service-local-question-grid article{border-right:1px solid var(--qicai-line);border-bottom:1px solid var(--qicai-line);min-height:174px;padding:26px 28px}.service-local-question-grid article:last-child:nth-child(odd){grid-column:1/-1}.service-local-question-grid h3{color:var(--qicai-ink);font-family:var(--serif);margin:0 0 12px;font-size:22px;font-weight:400;line-height:1.35}.service-local-question-grid p{color:var(--qicai-muted);margin:0;font-size:15px;line-height:1.8}.service-local-links{color:var(--qicai-muted);flex-wrap:wrap;align-items:center;gap:14px 22px;padding-top:24px;font-size:14px;display:flex}.service-local-links a{color:var(--qicai-red-deep);text-decoration:underline;-webkit-text-decoration-color:var(--qicai-line);text-decoration-color:var(--qicai-line);text-underline-offset:4px}@media (width<=620px){.service-local-scenarios{padding-top:54px;padding-bottom:54px}.service-local-question-grid{grid-template-columns:1fr}.service-local-question-grid article:last-child:nth-child(odd){grid-column:auto}.service-local-question-grid article{min-height:0;padding:22px 20px}.service-local-question-grid h3{font-size:20px}.service-local-question-grid p{font-size:14px}}.services-page-businesses{background:var(--qicai-paper);padding:0}.services-stage-map{padding:30px 0 0}.services-stage-heading{padding:0 0 24px}.services-stage-heading h2{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.08em;margin:0;font-size:clamp(32px,3vw,44px);font-weight:400;line-height:1.15}.services-stage-heading p{color:var(--qicai-red-deep);font-family:var(--serif);letter-spacing:.14em;margin:10px 0 0;font-size:15px}.services-stage-list{border-bottom:1px solid var(--qicai-line)}.services-stage-row{border-top:1px solid var(--qicai-line);grid-template-columns:minmax(220px,.72fr) minmax(0,2.28fr);min-height:154px;display:grid}.services-stage-label{border-right:1px solid var(--qicai-line);grid-template-columns:82px minmax(0,1fr);align-items:center;gap:22px;padding:20px 30px 20px 0;display:grid}.services-stage-label>span{color:#9f14206b;font-family:var(--serif);font-variant-numeric:lining-nums;letter-spacing:-.04em;font-size:clamp(54px,5.4vw,74px);font-weight:500;line-height:1}.services-stage-label h3{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.06em;margin:0;padding-bottom:19px;font-size:clamp(25px,2.25vw,33px);font-weight:400;line-height:1.18;position:relative}.services-stage-label h3:after{background:var(--qicai-red);content:"";width:26px;height:2px;position:absolute;bottom:0;left:0}.services-stage-services{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.services-stage-service{min-width:0;color:inherit;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:24px;padding:24px 36px;text-decoration:none;transition:background-color .18s;display:grid}.services-stage-icon{width:52px;height:52px;color:var(--qicai-red-deep);transition:transform .26s var(--qicai-ease)}.services-stage-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.services-stage-copy strong{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.05em;font-size:clamp(22px,1.8vw,27px);font-weight:400;line-height:1.2}.services-stage-copy>span:not(.services-stage-link){max-width:32em;color:var(--qicai-muted);margin-top:7px;font-size:13px;line-height:1.65}.services-stage-link{color:var(--qicai-red-deep);font-family:var(--serif);align-items:center;gap:7px;margin-top:10px;font-size:13px;line-height:1.4;display:inline-flex}.services-stage-link svg{transition:transform .22s var(--qicai-ease)}.services-stage-service:hover,.services-stage-service:focus-visible{background:#9f142009}.services-stage-service:hover .services-stage-icon,.services-stage-service:focus-visible .services-stage-icon{transform:translateY(-2px)}.services-stage-service:hover .services-stage-link svg,.services-stage-service:focus-visible .services-stage-link svg{transform:translate(3px)}.services-page-process{background:var(--qicai-paper);padding:64px 0 72px}.services-page-process .section-heading-split{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:center;margin-bottom:34px;display:grid}.services-page-businesses+.services-page-process .section-heading-split{text-align:left;margin:0 0 34px;display:grid}.services-page-businesses+.services-page-process .section-heading-split>p{display:block}.services-page-businesses+.services-page-process .section-heading-split .eyebrow{display:none}.services-page-process .section-heading-split h2{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.05em;margin:0;font-size:clamp(42px,4.25vw,58px);font-weight:400;line-height:1.12}.services-page-process .section-heading-split>p{max-width:470px;color:var(--qicai-muted);font-family:var(--serif);letter-spacing:.03em;margin:0 0 2px auto;font-size:clamp(16px,1.4vw,19px);line-height:1.7}.services-page-process .process-timeline{border-top:1px solid #e5091485;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:48px 0 10px}.services-page-process .process-timeline:before{display:none}.services-page-process .process-timeline li{text-align:center;min-width:0;padding:0 15px}.services-page-process .process-node{color:#e509148c;width:auto;height:auto;font-family:var(--serif);letter-spacing:0;background:0 0;border:0;border-radius:0;margin:0 0 26px;font-size:clamp(38px,4vw,50px);font-weight:400;line-height:1;display:block}.services-page-process .process-timeline li>div{display:block}.services-page-process .process-timeline strong{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:.05em;margin-bottom:16px;font-size:clamp(24px,2.05vw,30px);font-weight:400;line-height:1.25;display:block}.services-page-process .process-timeline li div>span{max-width:180px;color:var(--qicai-muted);margin:0 auto;font-size:15px;line-height:1.7;display:block}.services-page-process .process-page-link{justify-content:center;margin-top:42px;display:flex}.services-page-process .process-page-link .text-link{font-family:var(--serif);font-size:16px}@media (width<=880px){.services-stage-map{padding-top:26px}.services-stage-heading{padding-bottom:22px}.services-stage-heading h2{font-size:36px}.services-stage-row{grid-template-columns:1fr;min-height:0}.services-stage-label{border-right:0;grid-template-columns:64px minmax(0,1fr);gap:18px;padding:24px 0 19px}.services-stage-label>span{font-size:54px}.services-stage-label h3{font-size:29px}.services-stage-services{border-top:1px solid #871d211a}.services-stage-service{padding:24px 22px}.services-stage-copy strong{font-size:24px}.services-page-process{padding:50px 0 58px}.services-page-process .section-heading-split{grid-template-columns:1fr;align-items:start;gap:14px;margin-bottom:28px}.services-page-businesses+.services-page-process .section-heading-split{margin-bottom:28px}.services-page-process .section-heading-split h2{margin:0;font-size:42px}.services-page-process .section-heading-split>p{max-width:540px;margin:0;font-size:16px}.services-page-process .process-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0}.services-page-process .process-timeline li{border-bottom:1px solid var(--qicai-line);text-align:left;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:16px;padding:28px 18px;display:grid}.services-page-process .process-timeline li:nth-child(odd){border-right:1px solid var(--qicai-line)}.services-page-process .process-node{background:0 0;border:0;width:auto;height:auto;margin:0;font-size:40px}.services-page-process .process-timeline li>div{padding:0}.services-page-process .process-timeline strong{margin-bottom:8px;font-size:24px}.services-page-process .process-timeline li div>span{max-width:none;font-size:14px}.services-page-process .process-page-link{justify-content:flex-start;margin-top:30px}}@media (width<=620px){.services-stage-map{padding-top:24px}.services-stage-heading h2{letter-spacing:.05em;font-size:32px}.services-stage-heading p{font-size:14px}.services-stage-label{grid-template-columns:58px minmax(0,1fr);gap:14px;padding:22px 0 17px}.services-stage-label>span{font-size:48px}.services-stage-label h3{padding-bottom:15px;font-size:26px}.services-stage-services{grid-template-columns:minmax(0,1fr)}.services-stage-service{grid-template-columns:46px minmax(0,1fr);gap:18px;padding:22px 0}.services-stage-service+.services-stage-service{border-top:1px solid #871d211a}.services-stage-icon{width:44px;height:44px}.services-stage-copy strong{font-size:25px}.services-stage-copy>span:not(.services-stage-link){margin-top:6px;font-size:14px;line-height:1.7}.services-stage-link{margin-top:9px;font-size:14px}.services-page-process .section-heading-split h2{font-size:36px}.services-page-process .section-heading-split>p{font-size:15px}.services-page-process .process-timeline{grid-template-columns:minmax(0,1fr)}.services-page-process .process-timeline li,.services-page-process .process-timeline li:nth-child(odd){border-right:0;grid-template-columns:56px minmax(0,1fr);padding:24px 0}.services-page-process .process-node{font-size:38px}.services-page-process .process-timeline strong{font-size:25px}.services-page-process .process-timeline li div>span{font-size:15px}}@media (prefers-reduced-motion:reduce){.services-stage-service,.services-stage-icon,.services-stage-link svg{transition:none}.services-stage-service:hover .services-stage-icon,.services-stage-service:focus-visible .services-stage-icon,.services-stage-service:hover .services-stage-link svg,.services-stage-service:focus-visible .services-stage-link svg{transform:none}}.enterprise-services-aux-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=620px){.enterprise-services-aux-grid{grid-template-columns:1fr}.enterprise-services-extended-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-intro-section,.materials-section,.service-delivery-section,.process-section,.service-factors-section,.service-boundary-section,.service-local-scope-section,.service-verification-section,.service-sources-section,.service-local-scenarios,.faq-section,.related-section{padding-top:32px!important;padding-bottom:32px!important}.detail-intro-section .section-heading,.materials-section .section-heading,.service-local-scenarios .section-heading,.faq-section .section-heading,.related-section .section-heading{margin-bottom:22px}.service-detail-direct-answer{margin-bottom:28px;padding-bottom:18px}.service-detail-direct-answer>p:not(.service-detail-review){font-size:21px;line-height:1.5}.service-detail-list{gap:7px;font-size:14px;line-height:1.55}.service-process-list{margin-bottom:0;padding:15px 16px}.service-factors-grid{gap:12px}.service-factors-grid article{padding:18px 16px}.service-factors-grid h2{margin:10px 0 16px;font-size:27px}.service-mobile-disclosure{padding:0}.service-mobile-disclosure .section-shell{padding-bottom:0}.service-local-question-grid{grid-template-columns:1fr}.service-local-question-grid article{min-height:0;padding:18px 16px}.service-local-question-grid h3{margin-bottom:8px;font-size:19px}.service-local-question-grid p{font-size:14px;line-height:1.6}.service-source-list li{padding:14px 0}.service-source-list a{font-size:15px}}._page_1ry5w_1{background:var(--qicai-paper);overflow:clip}.page-hero.has-action,.page-hero.has-action .page-hero-inner{height:auto;min-height:420px;max-height:none}._section_1ry5w_25{border-top:1px solid var(--qicai-line);padding:clamp(76px,8vw,132px) 0}._sectionSoft_1ry5w_35{background:var(--qicai-paper-soft)}._sectionWarm_1ry5w_43{background:#f8f1e8}._sectionHeading_1ry5w_51{max-width:960px;margin-bottom:clamp(38px,5vw,68px)}._sectionHeading_1ry5w_51 h2,._splitHeading_1ry5w_63 h2,._assessment_1ry5w_65 h2,._articleHeading_1ry5w_67 h2{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:-.035em;margin:0;font-size:clamp(34px,4.6vw,64px);font-weight:400;line-height:1.16}._sectionHeading_1ry5w_51 p,._splitHeading_1ry5w_63>p{max-width:720px;color:var(--qicai-muted);margin:17px 0 0;font-size:16px;line-height:1.8}._promise_1ry5w_105{color:var(--qicai-red-deep);font-family:var(--serif);letter-spacing:.08em;margin:0 0 18px;font-size:clamp(20px,2vw,27px);display:inline-block}._valueGrid_1ry5w_123,._materialsGrid_1ry5w_125,._assessmentGrid_1ry5w_127,._closingGrid_1ry5w_129{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(40px,8vw,132px);display:grid}._valueCopy_1ry5w_143{min-width:0}._valueCopy_1ry5w_143 h2,._materialsGrid_1ry5w_125 h2,._closingCopy_1ry5w_155 h2{color:var(--qicai-ink);font-family:var(--serif);letter-spacing:-.03em;margin:0;font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.18}._valueList_1ry5w_175,._plainList_1ry5w_177,._boundaryList_1ry5w_179,._scopeBoundary_1ry5w_181,._phaseList_1ry5w_183,._costList_1ry5w_185{gap:0;margin:28px 0 0;padding:0;list-style:none;display:grid}._valueList_1ry5w_175 li{border-bottom:1px solid var(--qicai-line);color:var(--qicai-ink);font-family:var(--serif);padding:17px 0 17px 32px;font-size:clamp(18px,1.7vw,23px);line-height:1.4;position:relative}._valueList_1ry5w_175 li:before{border:1px solid var(--qicai-red);content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:28px;left:0;transform:translateY(-50%)}._credential_1ry5w_245{border:1px solid var(--qicai-line);background:#ffffff42;min-width:0;padding:clamp(18px,2vw,28px)}._credentialMedia_1ry5w_259{background:#fff;border:1px solid #871d211f;overflow:hidden}._credentialMedia_1ry5w_259 img{width:100%;height:auto;display:block}._credentialBody_1ry5w_283{padding-top:22px}._recordLabel_1ry5w_291,._phaseLabel_1ry5w_293,._articleCategory_1ry5w_295{color:var(--qicai-red-deep);letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.4;display:block}._credentialBody_1ry5w_283 h3{color:var(--qicai-ink);font-family:var(--serif);margin:10px 0 11px;font-size:clamp(25px,2.5vw,36px);font-weight:400}._credentialBody_1ry5w_283 p{color:var(--qicai-muted);margin:0;font-size:15px;line-height:1.8}._credentialBody_1ry5w_283 ._textLink_1ry5w_345{margin-top:22px}._textLink_1ry5w_345{color:var(--qicai-red-deep);font-family:var(--serif);align-items:center;gap:8px;font-size:15px;display:inline-flex}._textLink_1ry5w_345 svg{transition:transform .22s var(--qicai-ease)}._textLink_1ry5w_345:hover svg,._textLink_1ry5w_345:focus-visible svg{transform:translate(4px)}._scopeGrid_1ry5w_389{border-top:1px solid var(--qicai-line);border-left:1px solid var(--qicai-line);grid-template-columns:repeat(12,minmax(0,1fr));gap:0;display:grid}._scopeItem_1ry5w_405{border-right:1px solid var(--qicai-line);border-bottom:1px solid var(--qicai-line);min-width:0;min-height:274px;transition:background-color .22s ease, transform .22s var(--qicai-ease);background:#ffffff2e;grid-column:span 3;padding:28px 26px 30px}._scopeItem_1ry5w_405:nth-child(n+5){grid-column:span 4}._scopeItem_1ry5w_405:hover{background:#ffffff85;transform:translateY(-3px)}._scopeIcon_1ry5w_445{color:var(--qicai-red-deep);display:inline-flex}._scopeNumber_1ry5w_455{color:#ae071094;letter-spacing:.12em;margin-top:24px;font-size:12px;display:block}._scopeItem_1ry5w_405 h3{color:var(--qicai-ink);font-family:var(--serif);margin:9px 0 12px;font-size:clamp(21px,2vw,28px);font-weight:400;line-height:1.3}._scopeItem_1ry5w_405 p{color:var(--qicai-muted);margin:0;font-size:14px;line-height:1.75}._scopeBoundary_1ry5w_181{gap:6px;margin-top:15px}._scopeBoundary_1ry5w_181 li{color:var(--qicai-red-deep);font-size:12px;line-height:1.6}._timeline_1ry5w_525{--timeline-gap:clamp(20px, 3vw, 48px);column-gap:var(--timeline-gap);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:32px 0 0;list-style:none;display:grid}._phase_1ry5w_183:not(:last-child):after{z-index:0;width:calc(100% + var(--timeline-gap) - 31px);content:"";background:#ae071033;height:1px;position:absolute;top:15px;left:31px}._phase_1ry5w_183{min-width:0;padding:0;position:relative}._phase_1ry5w_183:first-child{padding-left:0}._phase_1ry5w_183:last-child{padding-right:0}._phaseMarker_1ry5w_595{z-index:1;border:1px solid var(--qicai-red);width:31px;height:31px;color:var(--qicai-red-deep);background:var(--qicai-paper);border-radius:50%;place-items:center;font-size:11px;display:grid;position:relative}._phaseLabel_1ry5w_293{letter-spacing:.1em;text-transform:none;margin-top:24px}._phase_1ry5w_183 h3{color:var(--qicai-ink);font-family:var(--serif);margin:9px 0 0;font-size:clamp(23px,2.3vw,32px);font-weight:400;line-height:1.28}._phaseList_1ry5w_183{gap:9px;margin-top:23px}._phaseList_1ry5w_183 li{color:var(--qicai-muted);padding-left:17px;font-size:14px;line-height:1.65;position:relative}._phaseList_1ry5w_183 li:before{background:var(--qicai-red);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.8em;left:0;transform:translateY(-50%)}._boundaryNote_1ry5w_703{border-left:2px solid var(--qicai-red);max-width:980px;color:var(--qicai-muted);background:#d9a6a21f;margin:42px 0 0;padding:19px 22px;font-size:14px;line-height:1.75}._splitHeading_1ry5w_63{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:end;gap:60px;margin-bottom:42px;display:grid}._splitHeading_1ry5w_63>p{margin:0}._situations_1ry5w_749{border-top:1px solid var(--qicai-line)}._situation_1ry5w_749{border-bottom:1px solid var(--qicai-line);grid-template-columns:74px minmax(185px,.5fr) minmax(0,1fr);align-items:center;gap:28px;min-height:124px;display:grid}._situationNumber_1ry5w_775{color:#ae071094;letter-spacing:.14em;font-size:12px}._situation_1ry5w_749 h3{color:var(--qicai-ink);font-family:var(--serif);margin:0;font-size:clamp(21px,2.2vw,30px);font-weight:400}._situation_1ry5w_749 p{max-width:700px;color:var(--qicai-muted);margin:0;font-size:15px;line-height:1.75}._listPanel_1ry5w_819{min-width:0}._listPanel_1ry5w_819 h2{border-bottom:1px solid var(--qicai-line);padding-bottom:22px}._plainList_1ry5w_177{gap:0;margin-top:0}._plainList_1ry5w_177 li{border-bottom:1px solid var(--qicai-line);color:var(--qicai-ink);font-family:var(--serif);padding:17px 0 17px 26px;font-size:18px;line-height:1.45;position:relative}._plainList_1ry5w_177 li:before{border:1px solid var(--qicai-red);content:"";border-radius:50%;width:10px;height:10px;position:absolute;top:28px;left:0;transform:translateY(-50%)}._assessmentGrid_1ry5w_127{align-items:stretch;gap:24px}._assessment_1ry5w_65{border:1px solid var(--qicai-line);background:#ffffff2e;flex-direction:column;min-width:0;padding:clamp(24px,3vw,40px);display:flex}._assessment_1ry5w_65 h2{margin-bottom:28px;font-size:clamp(29px,3.7vw,49px)}._assessmentItem_1ry5w_929+._assessmentItem_1ry5w_929{border-top:1px solid var(--qicai-line);margin-top:25px;padding-top:25px}._assessmentItem_1ry5w_929{flex-direction:column;flex:1 1 0;justify-content:center;display:flex}._assessmentItem_1ry5w_929 h3{color:var(--qicai-ink);font-family:var(--serif);margin:0 0 8px;font-size:22px;font-weight:400}._assessmentItem_1ry5w_929 p{color:var(--qicai-muted);margin:0;font-size:15px;line-height:1.75}._costList_1ry5w_185{margin-top:0}._costList_1ry5w_185 li{border-bottom:1px solid var(--qicai-line);color:var(--qicai-muted);padding:15px 0;font-size:15px;line-height:1.65}._assuranceGrid_1ry5w_1009{border-top:1px solid var(--qicai-line);border-left:1px solid var(--qicai-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}._assurance_1ry5w_1009{border-right:1px solid var(--qicai-line);border-bottom:1px solid var(--qicai-line);min-height:170px;padding:25px 24px}._assurance_1ry5w_1009 svg{color:var(--qicai-red-deep)}._assurance_1ry5w_1009 h3{color:var(--qicai-ink);font-family:var(--serif);margin:26px 0 0;font-size:24px;font-weight:400}._boundaryList_1ry5w_179{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 45px;margin-top:40px}._boundaryList_1ry5w_179 li{border-bottom:1px solid var(--qicai-line);color:var(--qicai-muted);padding:17px 0 17px 23px;font-size:14px;line-height:1.7;position:relative}._boundaryList_1ry5w_179 li:before{background:var(--qicai-red);content:"";border-radius:50%;width:6px;height:6px;margin:0 0 0 -20px;position:absolute;transform:translateY(.55em)}._faqWrap_1ry5w_1113{max-width:1050px;margin:0 auto}._faqWrap_1ry5w_1113 .faq-list{border-top:1px solid var(--qicai-line)}._faqWrap_1ry5w_1113 .faq-item button{min-height:82px}._faqWrap_1ry5w_1113 .faq-item button span{font-size:18px}._articles_1ry5w_1147{border-top:1px solid var(--qicai-line);border-left:1px solid var(--qicai-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}._articleCard_1ry5w_1161{border-right:1px solid var(--qicai-line);border-bottom:1px solid var(--qicai-line);min-width:0;min-height:240px;color:inherit;transition:background-color .22s ease, transform .22s var(--qicai-ease);flex-direction:column;padding:23px 22px;text-decoration:none;display:flex}._articleCard_1ry5w_1161:hover,._articleCard_1ry5w_1161:focus-visible{background:#ffffff80;transform:translateY(-3px)}._articleCard_1ry5w_1161 h3{color:var(--qicai-ink);font-family:var(--serif);margin:17px 0 12px;font-size:23px;font-weight:400;line-height:1.35}._articleCard_1ry5w_1161 p{color:var(--qicai-muted);margin:0;font-size:14px;line-height:1.7}._articleCard_1ry5w_1161 ._textLink_1ry5w_345{margin-top:auto;padding-top:24px}._closing_1ry5w_129{color:var(--white);background:var(--qicai-red-deep);border-top:0}._closingGrid_1ry5w_129{align-items:center}._closing_1ry5w_129 ._eyebrow_1ry5w_1261{color:#fffaf2b8}._closingCopy_1ry5w_155 h2{color:var(--white);font-size:clamp(35px,4.7vw,66px)}._closingCopy_1ry5w_155 p{color:#fffaf2c7;max-width:700px;margin:20px 0 0;font-size:16px;line-height:1.8}._closingActions_1ry5w_1295{flex-wrap:wrap;justify-content:flex-end;gap:14px 20px;display:flex}._closingSecondary_1ry5w_1309{color:var(--qicai-paper);background:0 0;border-color:#fffaf2b8}._closingSecondary_1ry5w_1309:hover,._closingSecondary_1ry5w_1309:focus-visible{border-color:var(--qicai-paper);color:var(--qicai-paper);background:#fffaf21f}._mobileDisclosure_1ry5w_1335>summary{display:none}@media (width<=1100px){._scopeItem_1ry5w_405{padding-left:20px;padding-right:20px}._articles_1ry5w_1147{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=880px){._valueGrid_1ry5w_123,._materialsGrid_1ry5w_125,._closingGrid_1ry5w_129{grid-template-columns:1fr;gap:42px}._scopeGrid_1ry5w_389{grid-template-columns:repeat(2,minmax(0,1fr))}._scopeItem_1ry5w_405,._scopeItem_1ry5w_405:nth-child(n+5){grid-column:auto}._timeline_1ry5w_525{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:45px}._phase_1ry5w_183:not(:last-child):after{display:none}._phase_1ry5w_183,._phase_1ry5w_183:first-child,._phase_1ry5w_183:last-child{padding:0 20px}._phase_1ry5w_183:nth-child(odd){padding-left:0}._phase_1ry5w_183:nth-child(2n){padding-right:0}._situation_1ry5w_749{grid-template-columns:60px minmax(170px,.55fr) minmax(0,1fr);gap:18px}._assuranceGrid_1ry5w_1009{grid-template-columns:repeat(2,minmax(0,1fr))}._closingActions_1ry5w_1295{justify-content:flex-start}}@media (width<=620px){.page-hero.has-action,.page-hero.has-action .page-hero-inner{min-height:430px}.page-hero.has-action .page-hero-copy>p{font-size:15px;line-height:1.65}._scopeBoundary_1ry5w_181 li{font-size:14px;line-height:1.65}._boundaryNote_1ry5w_703{font-size:14px;line-height:1.7}._section_1ry5w_25{padding:55px 0}._sectionHeading_1ry5w_51,._splitHeading_1ry5w_63{margin-bottom:30px}._sectionHeading_1ry5w_51 h2,._splitHeading_1ry5w_63 h2,._valueCopy_1ry5w_143 h2,._materialsGrid_1ry5w_125 h2,._closingCopy_1ry5w_155 h2{font-size:35px;line-height:1.2}._sectionHeading_1ry5w_51 p,._splitHeading_1ry5w_63>p{font-size:14px;line-height:1.7}._promise_1ry5w_105{letter-spacing:.04em;font-size:19px}._valueList_1ry5w_175{margin-top:20px}._valueList_1ry5w_175 li{padding-top:14px;padding-bottom:14px;padding-left:28px;font-size:19px}._credential_1ry5w_245{padding:15px}._credentialBody_1ry5w_283{padding-top:18px}._credentialBody_1ry5w_283 h3{font-size:28px}._scopeGrid_1ry5w_389{grid-template-columns:1fr}._scopeItem_1ry5w_405,._scopeItem_1ry5w_405:nth-child(n+5){min-height:0;padding:22px 18px 24px}._scopeNumber_1ry5w_455{margin-top:17px}._scopeItem_1ry5w_405 h3{font-size:23px}._timeline_1ry5w_525{grid-template-columns:1fr;gap:0;padding-top:0}._phase_1ry5w_183,._phase_1ry5w_183:first-child,._phase_1ry5w_183:last-child,._phase_1ry5w_183:nth-child(odd),._phase_1ry5w_183:nth-child(2n){padding:0 0 33px 50px}._phaseMarker_1ry5w_595{position:absolute;top:0;left:0}._phaseLabel_1ry5w_293{margin-top:0}._phase_1ry5w_183 h3{font-size:25px}._phaseList_1ry5w_183{margin-top:17px}._boundaryNote_1ry5w_703{margin-top:25px;padding:15px 16px}._splitHeading_1ry5w_63{grid-template-columns:1fr;align-items:start;gap:14px}._situation_1ry5w_749{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px 16px;min-height:0;padding:18px 0}._situation_1ry5w_749 p{grid-column:2;font-size:14px}._situation_1ry5w_749 h3{font-size:23px}._materialsGrid_1ry5w_125,._assessmentGrid_1ry5w_127{gap:32px}._listPanel_1ry5w_819 h2{padding-bottom:16px;font-size:32px}._plainList_1ry5w_177 li{padding-top:14px;padding-bottom:14px;font-size:17px}._assessment_1ry5w_65{padding:22px 18px}._assessment_1ry5w_65 h2{margin-bottom:22px;font-size:31px}._assuranceGrid_1ry5w_1009{grid-template-columns:1fr 1fr}._assurance_1ry5w_1009{min-height:135px;padding:18px 15px}._assurance_1ry5w_1009 h3{margin-top:18px;font-size:20px}._boundaryList_1ry5w_179{grid-template-columns:1fr;margin-top:25px}._faqWrap_1ry5w_1113 .faq-item button{min-height:72px;padding:18px 0}._faqWrap_1ry5w_1113 .faq-item button span{font-size:17px}._articles_1ry5w_1147{grid-template-columns:1fr}._articleCard_1ry5w_1161{min-height:0;padding:22px 18px}._articleCard_1ry5w_1161 h3{font-size:22px}._closingActions_1ry5w_1295{width:100%;display:grid}._closingActions_1ry5w_1295 .button{width:100%}._mobileDisclosure_1ry5w_1335>summary{border-bottom:1px solid var(--qicai-line);color:var(--qicai-red-deep);font-family:var(--serif);cursor:pointer;padding:15px 0;font-size:18px;list-style:none;display:block}._mobileDisclosure_1ry5w_1335>summary::-webkit-details-marker{display:none}._mobileDisclosure_1ry5w_1335>summary:after{float:right;content:"+";font-family:var(--sans)}._mobileDisclosure_1ry5w_1335[open]>summary:after{content:"−"}}@media (prefers-reduced-motion:reduce){._scopeItem_1ry5w_405,._articleCard_1ry5w_1161,._textLink_1ry5w_345 svg{transition:none}._scopeItem_1ry5w_405:hover,._articleCard_1ry5w_1161:hover{transform:none}}
