: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{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(--muted);font-size:13px}.consult-form{border:1px solid var(--line);background:#fffaf2a8;border-radius:28px;padding:clamp(34px,5vw,68px)}.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}.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}@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}.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 article,.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 article: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 .32s var(--apple-spring), box-shadow .32s var(--apple-spring), transform .32s var(--apple-spring)}.business-item:hover .business-item-inner{box-shadow:inset 0 0 0 1px #ffffff57, var(--apple-shadow);background:#ffffff59;transform:translateY(-6px)}.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}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;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}.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 article{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 article+article{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;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 article+article,.consultation-options a+a{border-top:1px solid var(--line);border-left:0}.service-category-grid article{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 article{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>*,.page-hero-copy>*{animation:qicai-copy-rise .76s var(--apple-spring) both}.home-hero-copy,.page-hero-copy{animation:none}.home-hero-copy>:nth-child(2),.page-hero-copy>:nth-child(2){animation-delay:70ms}.home-hero-copy>:nth-child(3),.page-hero-copy>:nth-child(3){animation-delay:.13s}.home-hero-copy>:nth-child(4),.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:.24s}@keyframes qicai-copy-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.business-item,.service-category-grid article,.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 article: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}}@media (width>=881px){@supports (animation-timeline:view()){.section-heading,.about-intro-grid,.about-preview-grid,.home-service-categories,.business-grid,.service-category-grid,.scope-list,.process-timeline,.team-role-grid,.commitment-grid,.consult-layout,.related-links,.faq-list{animation:linear both qicai-section-reveal;animation-timeline:view();animation-range:entry cover 22%}}}@keyframes qicai-section-reveal{0%{opacity:.55;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.home-hero-copy,.page-hero-copy,.home-hero-copy>*,.page-hero-copy>*,.section-heading,.about-intro-grid,.about-preview-grid,.home-service-categories,.business-grid,.service-category-grid,.scope-list,.process-timeline,.team-role-grid,.commitment-grid,.consult-layout,.related-links,.faq-list{animation: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;background-image:url(/home-hero-reference-clean-v2.png);background-position:top;background-repeat:no-repeat;background-size:100% 710px;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.png);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){.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:12%;right:12%}.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{background:#ffffff8a;transform:translateY(-8px);box-shadow:0 24px 52px #4d291e1c}.service-guidance-flow li:hover{transform:translateY(-6px)}.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-subpage-grid .business-item,.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:.24;transform:translateY(30px)}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;top:24px;bottom:74px;left:31px}.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,.home-hero-mark img,.page-hero .page-hero-brand img,.footer-logo img{filter:brightness(0)invert()!important;background:0 0!important}@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}.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}}@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 .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-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);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:#3b3530;max-width:720px;font-size:clamp(18px,1.45vw,21px);font-weight:430;line-height:1.9}.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{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{position:relative;overflow:hidden}.home-service-categories a:after{content:"";background:var(--qicai-red);transform-origin:0;height:3px;transition:transform .42s var(--qicai-ease);position:absolute;inset:auto 0 0;transform:scaleX(0)}.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){.button:hover{transform:translateY(-2px)}.button-primary:hover{box-shadow:0 18px 44px #e509143d}.business-item:hover,.principle-list article:hover,.principle-grid article:hover,.consultation-options a:hover,.team-directory-item:hover{z-index:2;box-shadow:var(--qicai-shadow);background:#ffffff6b;border-color:#e509144d;transform:translateY(-5px)}.home-service-categories a:hover:after{transform:scaleX(1)}}@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}.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,.business-item,.principle-list article,.principle-grid article,.consultation-options a,.team-directory-item,.home-service-categories a:after{transition: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:#eef0f7;align-self:end;min-height:610px}.team-profile-photo:after{display:none}.team-profile-photo img{object-fit:cover;object-position:center top}.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-position:center top}.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{aspect-ratio:4/5;width:100%;min-height:0}.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-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}}@media (width<=880px){.team-group-page .team-lead-photo{aspect-ratio:4/3;min-height:0;max-height:none}.team-group-page .team-lead-photo img{object-position:center top}}@media (width<=620px){.team-group-page .team-lead-photo{aspect-ratio:4/3;max-height:none}.team-group-page .team-lead-copy{padding-top:26px}.team-group-page .team-lead-copy>h1{margin-top:10px;font-size:38px}.team-group-page .team-group-summary{margin:14px 0 22px;font-size:15px;line-height:1.75}.team-group-page .team-lead-person{padding-top:22px}.team-group-page .team-lead-person p{margin:15px 0 12px;font-size:15px;line-height:1.75}.team-group-page .team-member-item,.team-group-page .team-member-item:nth-child(2n),.team-group-page .team-member-item:nth-child(3n),.team-group-page .team-member-item:nth-child(n+4){grid-template-rows:auto;grid-template-columns:minmax(124px,39%) minmax(0,1fr);align-items:start;gap:18px}.team-group-page .team-member-photo{aspect-ratio:4/5}.team-group-page .team-member-copy{min-height:0;padding-top:3px}.team-group-page .team-member-copy h3{margin:8px 0 6px;font-size:28px}.team-group-page .team-member-copy p{margin-top:13px}.team-group-page .team-member-copy a{margin-top:16px;padding-top:0}}.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(6,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:10px;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:9px}.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{margin-bottom:18px;font-size:clamp(50px,4.15vw,64px);line-height:1.2}.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;top:45%}}@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:500px;max-height:none}.home-hero{background-position:59% 0;background-size:auto 590px}.home-hero-inner{padding-top:38px;padding-bottom:58px}.home-hero h1{margin-bottom:18px;font-size:clamp(36px,9.6vw,42px);line-height:1.16}.home-hero-copy>p:not(.home-service-line){margin-bottom:16px;font-size:15px;line-height:1.68}.home-hero .text-link{margin-top:2px}.home-hero-mark{width:42px;height:42px;inset:61% auto auto 75%;transform:translate(-50%,-50%)}.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:456px;max-height:none}.home-hero{background-size:auto 540px}.home-hero-inner{padding-top:28px;padding-bottom:50px}.home-hero h1{margin-bottom:16px;font-size:clamp(34px,9.6vw,38px);line-height:1.14}.home-hero-copy>p:not(.home-service-line){margin-bottom:12px;font-size:14px;line-height:1.65}.home-hero-mark{width:38px;height:38px;inset:66% auto auto 82%;transform:translate(-50%,-50%)}.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 (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-mobile-hero{display:none}.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:0 0 calc(92px + env(safe-area-inset-bottom));overflow-x:clip}.team-profile-page>.section-shell{width:100%;max-width:none;padding:0}.team-profile-page .team-breadcrumb{display:none}.team-profile-mobile-hero{isolation:isolate;background:#f7f1e8;flex-direction:column;min-height:0;display:flex;position:relative;overflow:hidden}.team-profile-mobile-hero:before{z-index:0;content:"";pointer-events:none;border-top:1px solid #e5091480;border-radius:50%;width:140%;height:26%;position:absolute;top:26%;left:-20%;transform:rotate(8deg)}.team-profile-mobile-hero:after{z-index:0;content:"";pointer-events:none;border-top:1px solid #e5091438;border-radius:50%;width:110%;height:32%;position:absolute;top:38%;right:-28%;transform:rotate(-12deg)}.team-profile-mobile-hero-photo{z-index:1;aspect-ratio:4/3;background:#f7f1e8;order:1;width:100%;height:clamp(430px,116vw,540px);position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0 90%,#0000 100%);mask-image:linear-gradient(#000 0 90%,#0000 100%)}.team-profile-mobile-hero-photo img{object-fit:cover;object-position:center top;filter:saturate(.96)contrast(1.02)}.team-profile-mobile-hero-copy{z-index:2;color:#211e1b;background:#f7f1e8;order:2;padding:3px 24px 28px;position:relative}.team-profile-mobile-hero-copy>span{color:#e50914;letter-spacing:.17em;margin-bottom:18px;font-size:13px;font-weight:700;display:block}.team-profile-mobile-hero-copy h1{color:#211e1b;letter-spacing:.08em;max-width:100%;margin:0;font-size:clamp(42px,12vw,58px);line-height:1.12}.team-profile-mobile-hero-copy strong{color:#211e1b;font-family:var(--font-display,serif);letter-spacing:.08em;margin-top:18px;font-size:clamp(32px,9vw,42px);font-weight:500;display:block}.team-profile-layout{min-height:0;box-shadow:none;background:#f7f1e8;border:0;display:block;overflow:visible}.team-profile-layout:before,.team-profile-layout:after,.team-profile-photo{display:none}.team-profile-copy{background:#f7f1e8;border:0;min-width:0;padding:0 24px 22px;display:block}.team-profile-copy .eyebrow,.team-profile-copy>h1,.team-profile-identity,.team-profile-divider,.team-profile-specialties,.team-profile-return-desktop{display:none!important}.team-profile-copy>p:not(.team-profile-specialties){color:#332e2a;text-align:left;max-width:none;margin:0;font-size:17px;line-height:1.85}.team-profile-facts{background:#f7f1e8;border-top:1px solid #e5091438;border-bottom:0;margin:0;padding:0 24px;display:block}.team-profile-facts article,.team-profile-facts article:last-child{border-bottom:1px solid #e5091433;border-right:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:16px;min-height:0;padding:21px 0;display:grid}.team-profile-facts article:last-child{border-bottom:0}.team-profile-fact-icon{color:#e50914;background:0 0;border:1px solid #e50914;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.team-profile-fact-icon svg{stroke-width:1.5px;width:18px;height:18px}.team-profile-facts small{display:none}.team-profile-facts h3{letter-spacing:.05em;margin:0 0 4px;font-size:20px}.team-profile-facts p{color:#5f5750;font-size:14px;line-height:1.65}.team-profile-return-mobile{color:#e50914;align-items:center;gap:10px;margin:24px 24px 0;padding:0;font-size:17px;font-weight:600;display:inline-flex}.team-profile-return-mobile svg{width:20px;height:20px}}@media (width<=420px){.team-profile-mobile-hero-photo{height:clamp(390px,112vw,480px)}.team-profile-mobile-hero-copy{padding:3px 22px 25px}.team-profile-mobile-hero-copy h1{font-size:42px}.team-profile-mobile-hero-copy strong{font-size:34px}.team-profile-copy{padding:0 22px 20px}.team-profile-copy>p:not(.team-profile-specialties){font-size:16px;line-height:1.82}.team-profile-facts{padding:0 22px}}
