/* Release 10: a shared visual system, with motion isolated to the hero. */
:root{--ink:#202326;--muted:#646a71;--blue:#245dcc;--line:#e3e5e7;--paper:#f6f7f6;--light-blue:#edf3fc;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--soft-shadow:0 2px 4px #20232604,0 12px 35px #20232605}
body{background:#fff;font-size:15px;letter-spacing:.005em}h2,h3,h4{font-weight:400;letter-spacing:-.04em}h2{line-height:1.55}.wrap{width:min(1240px,calc(100% - 112px))}.kicker{font-size:11px;letter-spacing:.09em;color:#666e78}.blue-text{color:var(--blue)}.section{padding-block:96px}.section-top{margin-bottom:40px}.section-note{font-size:12px;color:#71767b}.note{font-size:12px!important}.text-link{font-weight:400;font-size:14px;border-color:#c3c8ce;gap:32px;padding-block:11px}.text-link>span{font-size:21px}.button{border-radius:999px;min-height:55px;padding:10px 11px 10px 23px;font-size:14px;font-weight:400;gap:36px}.button>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;font-size:19px}.button.blue{background:var(--ink);border-color:var(--ink)}.button.blue>span{background:#fff;color:var(--ink)}.button.blue:hover{background:#3c424a;border-color:#3c424a}.button.outline{background:#fff;border-color:#dfe3e8}.button.outline>span{background:#f4f5f7}.button.white{background:#202326;color:#fff}.button.white>span{background:#fff;color:#202326}.button.white:hover{background:#424952;color:#fff}.small-link{font-size:12px}
/* Navigation has a single consistent action and generous touch targets. */
.site-header{height:86px;padding-inline:40px;border-bottom:1px solid transparent;transition:box-shadow .2s,border-color .2s;background:#ffffffed;backdrop-filter:blur(14px)}.site-header.has-scrolled{border-bottom-color:var(--line);box-shadow:0 4px 20px #1d253506}.brand{gap:11px}.brand-en{font-size:21px;font-weight:600}.brand-jp{font-size:10px;font-weight:400}.brand-symbol{width:39px;height:35px}.brand-symbol img{width:70px;left:-15px}.desktop-nav{padding:5px 10px;gap:1px;border:1px solid #eaedef;border-radius:999px;background:#fafbfb;margin-left:auto}.desktop-nav>a{font-size:12px;padding:11px 17px;border:0;border-radius:999px}.desktop-nav>a:hover{background:#f0f2f4}.desktop-nav>a[aria-current=page]{background:#fff;color:var(--ink);box-shadow:0 1px 6px #171d2812}.header-cta{padding:9px 10px 9px 19px;border-radius:999px;font-size:12px;font-weight:400;gap:20px;min-height:45px;background:#22272d}.header-cta>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--ink);font-size:18px}.header-cta:hover{background:var(--blue)}.menu-dialog{border-radius:25px;box-shadow:0 20px 80px #0002}.menu-dialog nav>a{font-weight:400}.menu-close{background:#f2f4f6;border-radius:50%;font-weight:400}
/* Live circuit. The title and contact action are stable; only the scenery moves. */
.hero.race-hero{margin:0 20px;min-height:755px;height:calc(100svh - 108px);max-height:940px;background:#eff2f4;border-radius:26px;overflow:hidden;position:relative;isolation:isolate}.race-stage{position:absolute;inset:0;background:#e6ebf0 url('assets/circuit-hero.webp') center 57%/cover no-repeat;z-index:0;overflow:hidden}.race-stage:has(canvas[data-mode=fallback]){filter:grayscale(.75)}#race-canvas{display:block;width:100%;height:100%;opacity:0}#race-canvas.ready{opacity:1}.race-wash{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(247,248,248,1) 0%,rgba(247,248,248,.98) 24%,rgba(247,248,248,.82) 40%,rgba(247,248,248,.04) 68%,rgba(247,248,248,0) 100%)}.race-wash::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#f8f9fa00 60%,#f5f7f921 100%)}.hero-content{width:min(1240px,calc(100% - 92px));height:100%;padding-top:32px;position:relative;z-index:2;display:flex;flex-direction:column}.hero-topline{display:flex;align-items:center;justify-content:space-between;gap:30px}.hero-pill{display:flex;align-items:center;gap:9px;padding:8px 14px;background:#ffffffad;border:1px solid #dfe5e9;border-radius:999px;font-size:11px;color:#3b454d}.hero-pill .blue-dot{height:5px;width:5px;background:var(--blue)}.hero-edition{font:10px var(--latin);letter-spacing:.07em;color:#65737d}.hero-main{display:flex;flex-direction:column;flex:1;justify-content:center;padding:26px 0 24px}.hero h1{font-size:clamp(66px,6.9vw,106px);line-height:1.18;letter-spacing:-.065em;font-weight:700;margin:0;max-width:700px;color:#20272e}.hero h1 .hero-speed{color:#20272e}.hero h1 .hero-change{color:#245dcc}.hero-english{font:400 15px var(--latin);letter-spacing:-.005em;color:#5f6b78;margin-top:19px}.hero-description-block{display:grid;grid-template-columns:auto 270px;align-items:center;justify-content:start;column-gap:30px;row-gap:14px;margin-top:32px;max-width:620px}.hero-description-block>p{font-size:14px;font-weight:400;line-height:1.95;letter-spacing:.01em}.hero-primary{grid-column:2;grid-row:1;box-shadow:0 3px 12px #122e4c0c}.hero .hero-primary{background:#245dcc;border-color:#245dcc;color:white;min-height:56px;gap:25px}.hero .hero-primary:hover{background:#154cad}.hero-primary>span{background:white;color:#245dcc}.hero-secondary{grid-column:1/-1;font-size:11px;display:flex;align-items:center;gap:17px;color:#5a6570;justify-self:start;min-height:30px}.hero-secondary:hover{color:var(--blue)}.hero-secondary>span{font:17px var(--latin)}.hero-dashboard{display:grid;grid-template-columns:1fr 150px auto;gap:30px;align-items:center;background:#ffffffd9;backdrop-filter:blur(16px);border:1px solid #fff;border-radius:18px;padding:18px 23px;margin-bottom:30px;box-shadow:0 4px 30px #25344108}.hero-domain{display:flex;align-items:center;gap:25px}.hero-domain>span{font:9px var(--latin);letter-spacing:.08em;color:#697784}.hero-domain>p{font-size:12px;color:#35404b}.hero-domain>p>span{padding-inline:10px;color:#9aa6b0}.hero-scroll{font-size:11px;display:flex;gap:22px;align-items:center}.hero-scroll>span{font-size:18px}.motion-controls{display:flex;gap:19px;align-items:center}.motion-status{font:8px var(--latin);letter-spacing:.05em;color:#657581}.motion-controls button{display:flex;align-items:center;gap:9px;border:1px solid #d5dde4;padding:8px 12px;min-height:38px;border-radius:999px;background:#fff;font-size:10px;white-space:nowrap}.motion-controls button:disabled{opacity:.8}.motion-icon{font:17px var(--latin);width:14px}.race-footnote{position:absolute;bottom:9px;right:32px;z-index:2;font:7px var(--latin);letter-spacing:.045em;color:#576676}.race-hero:has(#race-canvas[data-mode=webgl]) .race-footnote{color:#5d6c78}
/* A lighter editorial rhythm and purpose-built service previews. */
.approach{padding-block:95px}.approach-intro{grid-template-columns:1fr 1fr;gap:100px;margin-bottom:50px}.approach-intro h2{font-size:42px;font-weight:400;letter-spacing:-.055em}.approach-intro .body-large{font-size:25px;font-weight:400}.approach-intro>div>p{font-size:15px}.approach-rows{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--soft-shadow)}.approach-rows article{padding:25px 28px;grid-template-columns:34px 245px 1fr 84px;gap:19px}.approach-rows article:last-child{border-bottom:0}.approach-rows h3{font-size:21px;font-weight:400}.approach-rows p{font-size:13px}.row-num{height:30px;width:30px;display:grid;place-items:center;border-radius:50%;background:#f0f4fa;font-size:10px;color:#42648c}.row-en{font-size:10px;color:#7b838a}.approach-links{gap:45px;margin-top:25px}.home-practice{background:#f6f7f6;padding-top:85px}.practice-heading h2{font-size:43px;letter-spacing:-.04em}.practice-heading{margin-bottom:32px}.service-tabs{display:flex;padding:6px;gap:3px;background:#ecefef;border:1px solid #e7ebeb;border-radius:999px;width:100%;margin-bottom:22px}.service-tabs button{font-size:12px;padding:13px 9px;text-align:center;border:0;border-radius:999px;line-height:1.5;font-weight:400;color:#626b72;min-height:45px}.service-tabs button[aria-selected=true]{background:#fff;border:0;color:#202a35;box-shadow:0 2px 6px #17212b0c;font-weight:400}.service-tabs button:hover:not([aria-selected=true]){background:#ffffff80}.need-panel{border-radius:24px;border:1px solid #e2e6e8;overflow:hidden;min-height:398px;box-shadow:var(--soft-shadow);grid-template-columns:1.05fr 1fr}.need-visual{background:#f1f4f6;color:var(--ink);padding:22px 34px 26px;display:block;position:relative;min-height:400px}.service-preview-head{display:flex;align-items:center;gap:14px;color:#667684}.need-index{font-size:10px}.need-visual-label{font-size:10px;letter-spacing:.025em}.preview-type{font-size:9px;color:#78838c;margin-left:auto}.service-preview-sheet{padding:23px 24px 18px;background:#fff;border:1px solid #e2e7ec;border-radius:15px;box-shadow:0 10px 35px #253d5909;margin-top:20px;transform:rotate(-2deg);transition:transform .3s ease}.need-panel:hover .service-preview-sheet{transform:rotate(0)}.preview-overline{font:8px var(--latin);letter-spacing:.03em;color:#778591}.preview-sheet-heading{display:flex;align-items:center;gap:13px;margin:18px 0 20px}.sheet-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf3fc;color:#1c59c2;font:23px var(--latin)}.preview-sheet-heading h4{font-size:18px;font-weight:400;letter-spacing:-.03em}.preview-row{display:flex;gap:13px;align-items:center;padding:13px 0;border-top:1px solid #edf0f2}.preview-check{display:grid;place-items:center;width:20px;height:20px;border:1px solid #dbe5f2;border-radius:50%;font-size:10px;color:#2a61a1}.preview-row strong{font-size:12px;font-weight:400;display:block}.preview-row small{font-size:10px;color:#78838d;display:block;margin-top:3px}.preview-sheet-footer{display:flex;justify-content:space-between;align-items:center;font:7px var(--latin);letter-spacing:.025em;color:#728191;padding-top:14px;border-top:1px solid #edf0f2}.preview-sheet-footer>span:last-child{font-size:20px}.need-copy{padding:42px 45px}.need-copy h3{font-size:30px;font-weight:400;letter-spacing:-.04em}.need-copy>p:not(.kicker){font-size:14px}.need-copy>.kicker{color:var(--blue)}.switch-banner{margin-top:24px;padding:26px 29px;grid-template-columns:215px 1fr 30px;border:1px solid #e0e5e8;border-radius:20px;background:#fff;gap:25px;transition:box-shadow .2s}.switch-banner:hover{box-shadow:var(--soft-shadow)}.switch-banner>span:nth-child(2){font-size:17px;font-weight:400}.switch-banner>.kicker{font-size:10px}.switch-banner>span:last-child{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#f0f3f6;font-size:21px}.home-extra{gap:75px;padding:65px 0 85px}.home-extra>a>h3{font-weight:400;font-size:28px}.home-extra>a{border-right:1px solid #dde2e5;padding-right:50px}.mini-article h3{font-weight:400;line-height:1.65}.media-mini-title{border-color:#dfe5e8}.contact-band{background:#edf1f4;color:var(--ink);padding-block:65px;border-top:1px solid #e3e8ec;position:relative;overflow:hidden}.contact-band .kicker{color:#657381}.contact-band h2{font-size:40px;font-weight:400;letter-spacing:-.045em}.contact-band p:not(.kicker){color:#657381;font-size:14px}.contact-band .button{background:#202326;color:white;min-width:275px}.site-footer{background:#fff}.footer-wordmark{font-size:45px;font-weight:500}.footer-address{font-size:12px;line-height:2}.footer-wordmark>span{font-weight:400}.footer-bottom{font-size:11px}.footer-bottom small{font-size:10px}.footer-top nav{font-size:13px}.mobile-contact{box-shadow:0 -4px 30px #20232608;background:#ffffffee;backdrop-filter:blur(12px)}.mobile-contact>a{border-radius:999px;background:#202326}
/* Every interior page uses the same surface and control vocabulary. */
.page-intro{padding-top:20px;padding-bottom:57px}.page-intro h1{font-size:58px;font-weight:400;letter-spacing:-.05em;line-height:1.45}.page-intro .lead{font-size:15px;margin-top:25px}.breadcrumb{font-size:10px;margin-bottom:44px}.jump-nav{padding:10px;gap:6px;border:1px solid #e4e8eb;border-radius:999px;width:fit-content;max-width:calc(100% - 40px);background:#f7f8f8}.jump-nav a{padding:8px 20px;font-size:12px}.jump-nav a:hover{background:#fff;border-radius:999px}.plan-picker{gap:10px;margin-top:33px;margin-bottom:17px}.plan-choice{border-radius:15px;border:1px solid #e1e5e8;margin:0;padding:20px 18px;min-height:111px;transition:background .15s,border-color .15s}.plan-choice>strong{font-weight:400;font-size:18px}.plan-choice>span{font-size:11px}.plan-choice[aria-pressed=true]{color:#244e91;background:#f1f5fd;border-color:#8baade;box-shadow:inset 0 0 0 1px #8baade}.plan-choice[aria-pressed=true]>span{color:#5f7594}.plan-choice:after{content:'';width:13px;height:13px;border:1px solid #c9d2dd;border-radius:50%;position:absolute;right:16px;top:19px}.plan-choice[aria-pressed=true]:after{border:4px solid var(--blue);background:#fff}.plan-choice>span{padding-right:18px}.selected-plan{border:1px solid #e0e6ed;border-radius:22px;padding:29px 32px;background:#fff;box-shadow:var(--soft-shadow);min-height:280px}.selected-plan h3{font-weight:400;font-size:29px;margin:9px 0 15px}.selected-plan>p:not(.kicker){font-size:14px}.selected-badge{float:right;border-radius:999px;border:1px solid #dbe5f3;padding:3px 10px;background:#f2f6fc;font-size:10px;color:#506b90}.selected-plan .text-link{position:absolute;bottom:28px;right:32px}.plan-facts{display:flex;gap:45px;border-top:1px solid #e5eaf0;margin-top:24px;padding-top:20px;max-width:calc(100% - 300px)}.plan-facts>div>span{font-size:10px;color:#788592;display:block}.plan-facts strong{display:block;font-size:12px;font-weight:400;margin-top:5px}.compare-disclosure{margin-top:26px;border:1px solid #e1e6eb;border-radius:18px;padding:0 22px;background:#fafbfc}.compare-disclosure>summary{display:flex;justify-content:space-between;padding:18px 0;font-size:13px;align-items:center;gap:20px}.compare-disclosure>summary>span{font-size:20px}.compare-disclosure[open]>summary>span{transform:rotate(45deg)}.compare-disclosure .table-hint{margin-top:7px;font-size:11px}.compare-disclosure .table-scroll{margin-bottom:20px;border:1px solid #e3e8ed;border-radius:10px;background:#fff}.comparison-table{margin-top:0}.comparison-table thead{border-color:#e3e8ed;background:#f7f9fc}.comparison-table th,.comparison-table td{font-weight:400;font-size:12px;padding:18px 14px}.comparison-table th:first-child{background:#fcfcfd}.comparison-table .selected-col{background:#f0f5fc;color:#315580}.split-heading h2{font-weight:400}.switch-check{border:1px solid #e1e6eb;border-radius:22px;overflow:hidden;box-shadow:var(--soft-shadow)}.switch-check>div,.check-result{padding:32px}.switch-check h3{font-weight:400;font-size:23px}.check-result{background:#f0f4f8;border-color:#e1e6eb}.check-list label{padding:16px 10px;border-radius:10px;border-top:0;margin-top:5px;background:#f7f8fa;font-size:13px}.check-list input,.consent input{width:18px;height:18px;margin-top:3px}.check-list label:has(input:checked){background:#edf3fd;color:#235797}.check-result h3{font-weight:400;font-size:26px}.check-result .button{font-size:13px;margin-top:28px}.transition-title h3{font-size:25px;font-weight:400}.transition-steps{gap:15px}.transition-steps li{padding:24px;border:1px solid #e1e6eb;border-radius:18px;background:#fff}.transition-steps li>span{font-size:22px;color:#7590b1}.transition-steps h4{font-weight:400;font-size:18px}.method-tabs{border:1px solid #e1e6eb;border-radius:20px;padding:8px;overflow:hidden}.method-tabs button{border:0;padding:14px 18px;border-radius:13px;font-size:14px;gap:17px}.method-tabs button:last-child{border:0}.method-tabs button[aria-selected=true]{background:#eef3fb;color:#2f5889;font-weight:400}.method-document{border-radius:22px;background:#fff;box-shadow:var(--soft-shadow);border:1px solid #dde5ee}.method-document h3{font-weight:400;font-size:25px}.method-layout{gap:30px;align-items:stretch}.document-top{font-size:10px}.service-details h3{font-size:24px;font-weight:400}.faq-list{border:1px solid #e0e5ea;border-radius:22px;padding:4px 26px;overflow:hidden;background:#fff}.faq-list details:last-child{border-bottom:0}.faq-list summary{font-size:14px;font-weight:400;padding-block:23px}.faq-list details>p{font-size:13px}.faq-section{border-top:0}.portrait-frame{border-radius:22px;overflow:hidden}.member-copy>h3,.consultant-member>div>h3{font-weight:400;line-height:1.65}.member-name{font-weight:400}.career summary{font-weight:400;font-size:14px}.role-note{border:1px solid #dce5ef;border-radius:14px;background:#f4f7fb;padding:18px;font-size:13px}.responsibility-list article{border:1px solid #e2e7ec;border-radius:18px;padding:28px;background:white}.responsibility-list h3{font-weight:400;font-size:21px}.office-table{border:1px solid #e0e5eb;border-radius:19px;padding:0 25px}.office-table>div:first-child{border-top:0}.office-table>div:last-child{border-bottom:0}.office-table>div{font-size:13px}.filter-list{background:#f1f3f3;border-radius:999px;padding:5px;gap:3px}.filter-list button{border:0;border-radius:999px;min-height:42px;padding:9px 18px;font-size:12px}.filter-list button[aria-pressed=true]{color:#20262b;background:#fff;box-shadow:0 2px 6px #17212b0a}.search-box{border:1px solid #dfe5ea;border-radius:999px;padding:0 17px;background:#fff;min-height:48px}.search-box input{font-size:13px;padding:11px 0}.article-grid{column-gap:27px;row-gap:45px}.article-art{border-radius:17px;padding:24px;aspect-ratio:1.6}.article-art>strong{font-weight:400;letter-spacing:-.065em}.article-card h2{font-weight:400;font-size:21px;line-height:1.65}.article-card p{font-size:13px}.article-meta{font-size:11px}.article-read{font-size:12px;font-weight:400}.art-numbers{background:#e7eef8;color:#2f527f}.art-free{background:#edf0f1;color:#465664}.art-now{background:#29333f;color:#edf1f5}.art-quote{background:#ebf0ef;color:#4c6865}.art-gut{background:#edf0f8;color:#4a5e88}.art-bath{background:#f0eeea;color:#6e6860}.art-top,.art-bottom{opacity:.8}.note-link-banner{padding:30px;border:1px solid #e0e5e9;border-radius:22px;background:#f8f9fa}.note-link-banner h2{font-weight:400}.contact-layout{gap:70px}.contact-aside{position:sticky;top:110px}.contact-aside>h2{font-weight:400}.contact-form-area{background:#fafbfc;border:1px solid #e2e7ed;border-radius:24px;padding:30px}.form-progress{gap:20px}.form-progress>li{font-size:12px;padding-top:13px;border-top-width:1px}.form-progress>li>span{width:23px;height:23px;display:grid;place-items:center;background:#eceff3;border-radius:50%;font-size:10px}.form-progress>li.active>span{background:#dfeafa;color:#285c9b}.form-progress>li.active{color:#305d94}.selection-summary{border:1px solid #d9e4f3;border-radius:16px;background:#eff5fd}.selection-summary>.kicker{color:#536e90}.field{font-size:13px;font-weight:400;margin-bottom:23px}.field>input,.field>select,.field>textarea{border:1px solid #dfe4e9;border-radius:11px;background:#fff;min-height:52px;font-size:14px;padding:13px 15px;margin-top:9px;box-shadow:0 1px 2px #17212b03}.field>textarea{min-height:170px}.field>input:focus,.field>select:focus,.field>textarea:focus{box-shadow:0 0 0 3px #245dcc0d}.consent{font-size:12px}.field-help{font-size:11px;line-height:1.7}.field-help>span:first-child{max-width:78%}.required{padding:1px 6px;border-radius:5px;background:#edf2f9;font-size:9px;color:#486b98}.form-intro{font-size:12px}.submit-button{margin-top:25px}.review-actions .button{font-size:13px}.review-list dd{font-size:14px}.review-list dt{font-size:12px}.mail-notice{border-radius:14px;border:1px solid #dbe5f1;background:#eef4fb}.contact-alternatives{gap:23px}.privacy-copy h2{font-weight:400}.privacy-copy p{font-size:14px}.keep-word{display:inline-block;white-space:nowrap}
@media(min-width:1600px){.hero.race-hero{min-height:830px}.hero h1{font-size:112px}.hero-main{padding-top:15px}.hero-content{max-width:1370px}.race-wash{background:linear-gradient(90deg,#f7f8f8 0%,#f7f8f8fa 25%,#f7f8f8c9 44%,#f7f8f800 71%)}}
@media(max-width:1199px){.site-header{padding-inline:26px;gap:15px}.brand-en{font-size:18px}.desktop-nav>a{padding-inline:12px;font-size:11px}.header-cta{gap:11px;font-size:11px}.brand-jp{font-size:9px}.wrap{width:calc(100% - 80px)}.hero-content{width:calc(100% - 72px)}.hero.race-hero{height:780px;min-height:780px}.hero h1{font-size:90px}.hero-main{padding-block:22px}.hero-description-block{grid-template-columns:auto 245px;gap:15px 23px;margin-top:27px}.hero-primary{font-size:12px}.hero-dashboard{grid-template-columns:1fr auto;gap:18px;padding:15px 19px;margin-bottom:28px}.hero-scroll{display:none}.hero-domain{gap:18px}.hero-domain>p{font-size:11px}.motion-status{display:none}.approach-intro{gap:65px}.approach-intro h2{font-size:38px}.approach-rows article{grid-template-columns:30px 225px 1fr;gap:18px}.row-en{display:none}.need-visual{padding:24px;min-height:410px}.service-preview-sheet{padding:20px}.preview-sheet-heading h4{font-size:16px}.need-copy{padding:35px}.switch-banner{grid-template-columns:185px 1fr 35px;gap:18px}.plan-choice>strong{font-size:15px}.plan-choice>span{font-size:10px}.plan-facts{max-width:100%;padding-bottom:60px;gap:35px}.selected-plan .text-link{left:32px;right:auto;bottom:23px}.transition-steps li{padding:20px}.transition-steps p{font-size:12px}.contact-layout{gap:40px}.contact-form-area{padding:25px}.contact-alternatives{flex-wrap:wrap;gap:5px 18px}.article-card h2{font-size:19px}}
@media(max-width:1000px){.site-header{height:78px}.desktop-nav{display:none}.header-cta{margin-left:auto}.wrap{width:calc(100% - 64px)}.hero.race-hero{margin:0 14px;height:760px;min-height:760px;border-radius:23px}.hero-content{width:calc(100% - 56px)}.hero h1{font-size:82px;line-height:1.19}.hero-main{padding-top:25px}.hero-description-block{grid-template-columns:1fr;gap:18px;max-width:340px}.hero-primary{grid-column:1;grid-row:auto;justify-self:start;min-width:255px}.hero-description-block>p{font-size:13px}.hero-secondary{grid-column:1;font-size:10px}.hero-domain>span{display:none}.hero-domain>p>span{padding-inline:6px}.hero-dashboard{padding:12px 15px;margin-bottom:24px}.hero-edition{font-size:8px}.hero-pill{font-size:10px}.hero-english{font-size:14px}.race-wash{background:linear-gradient(90deg,#f7f8f8 0%,#f7f8f8eb 35%,#f7f8f891 51%,#f7f8f800 80%)}.approach-intro{gap:40px}.approach-intro h2{font-size:32px}.approach-intro>div>p{font-size:14px}.approach-rows article{grid-template-columns:30px 210px 1fr;padding:23px 24px;gap:14px}.approach-rows h3{font-size:19px}.approach-rows p{font-size:12px}.practice-heading h2{font-size:37px}.need-panel{grid-template-columns:1fr 1fr}.need-visual{padding:19px;min-height:380px}.need-copy{padding:29px}.need-copy h3{font-size:27px}.service-preview-sheet{padding:18px 16px}.service-preview-head{gap:8px}.preview-type{display:none}.preview-sheet-heading{gap:9px}.preview-sheet-heading h4{font-size:15px}.sheet-icon{width:30px;height:30px;font-size:20px}.preview-row{gap:9px}.preview-row small{font-size:9px}.service-tabs button{font-size:11px}.switch-banner{grid-template-columns:1fr 35px;gap:7px 20px;padding:22px}.switch-banner .kicker{grid-column:1/-1}.home-extra{gap:40px}.home-extra>a{padding-right:30px}.page-intro h1{font-size:48px}.plan-choice{padding:18px 13px}.plan-choice>strong{font-size:14px}.plan-choice:after{right:11px;top:17px;width:11px;height:11px}.plan-choice>span{font-size:9px}.responsibility-list article{padding:22px}.contact-layout{grid-template-columns:1fr 1.7fr;gap:27px}.contact-form-area{padding:22px}.form-progress{gap:12px}.form-progress>li{font-size:10px;gap:8px}.form-progress>li>span{width:20px;height:20px}.field-help{font-size:10px}.method-tabs{gap:7px}.method-tabs button{font-size:13px}.office-table{padding-inline:20px}.footer-wordmark{font-size:36px}}
@media(max-width:700px){body{font-size:14px}.wrap{width:calc(100% - 40px)}.section{padding-block:60px}.site-header{height:72px;padding-inline:20px;gap:12px}.brand-en{font-size:18px}.brand-jp{font-size:9px}.brand-symbol{width:34px;height:31px}.brand-symbol img{width:61px;left:-13px}.header-cta{display:none}.menu-toggle{width:44px}.hero.race-hero{margin:0 10px;min-height:754px;height:calc(100svh - 86px);max-height:865px;border-radius:21px}.hero-content{width:calc(100% - 38px);padding-top:24px}.hero-edition{display:none}.hero-pill{font-size:10px;padding:6px 11px;min-height:31px}.hero-main{padding:28px 0 18px;justify-content:start}.hero h1{font-size:clamp(50px,12.7vw,83px);letter-spacing:-.065em;line-height:1.22;max-width:100%;margin:0}.hero-english{font-size:12px;margin-top:14px;letter-spacing:-.01em}.hero-description-block{margin-top:26px;gap:17px;max-width:100%;width:100%;grid-template-columns:1fr}.hero-description-block>p{font-size:12px;line-height:1.9}.hero-primary{font-size:12px;min-width:0;gap:25px;max-width:280px;min-height:51px!important;padding:9px 9px 9px 19px}.hero .hero-primary>span{width:29px;height:29px;font-size:18px}.hero-secondary{font-size:10px;gap:12px;min-height:28px;max-width:100%;line-height:1.6;justify-self:start}.race-wash{background:linear-gradient(90deg,#f7f8f8f5 0%,#f7f8f8c4 35%,#f7f8f840 68%,#f7f8f805 100%)}.race-wash::after{background:linear-gradient(180deg,#f8f9faf2 0%,#f8f9fac9 16%,#f8f9fa54 43%,#f8f9fa00 69%)}.hero-dashboard{grid-template-columns:1fr;gap:12px;padding:12px 15px;border-radius:15px;margin-bottom:24px;background:#ffffffeb}.hero-domain>p{font-size:10px;display:flex;gap:4px;justify-content:space-between;white-space:nowrap}.hero-domain>p>span{padding-inline:5px}.hero-domain{display:block}.motion-controls{justify-content:space-between;gap:10px;border-top:1px solid #e2e8ee;padding-top:10px}.motion-status{display:block;font-size:7px}.motion-controls button{font-size:9px;min-height:33px;padding:5px 11px}.motion-icon{font-size:14px}.race-footnote{font-size:6px;right:19px;bottom:9px;letter-spacing:0}.approach{padding-block:61px}.section-top{margin-bottom:28px}.kicker{font-size:10px}.approach-intro{grid-template-columns:1fr;gap:28px;margin-bottom:32px}.approach-intro h2{font-size:31px;font-weight:400;letter-spacing:-.05em;line-height:1.6}.approach-intro .body-large{font-size:23px}.approach-intro>div>p{font-size:14px}.approach-rows{border-radius:18px}.approach-rows article{grid-template-columns:28px 1fr;gap:8px 11px;padding:21px 20px}.approach-rows h3{font-size:20px}.approach-rows p{font-size:12px;line-height:1.9}.row-num{height:26px;width:26px;font-size:9px}.approach-links{gap:12px;margin-top:23px}.text-link{font-size:13px;gap:25px;min-height:44px}.home-practice{padding-top:57px}.practice-heading h2{font-size:32px;letter-spacing:-.04em}.practice-heading .text-link{margin-top:21px}.practice-heading{margin-bottom:24px}.service-tabs{display:grid;grid-template-columns:1fr 1fr;padding:5px;border-radius:18px;gap:5px;margin-bottom:18px}.service-tabs button{border:0;font-size:10px;padding:12px 6px;min-height:42px;border-radius:13px;font-weight:400}.service-tabs button[aria-selected=true]{border:0}.need-panel{display:flex;margin-top:0;border-radius:21px;flex-direction:column}.need-visual{padding:20px 24px 25px;min-height:355px}.service-preview-head{gap:12px}.preview-type{display:block;font-size:8px}.service-preview-sheet{margin-top:16px;padding:18px 20px 15px;max-width:370px;margin-inline:auto}.preview-overline{font-size:7px}.preview-sheet-heading h4{font-size:17px}.preview-sheet-heading{margin:16px 0}.sheet-icon{width:32px;height:32px}.preview-row strong{font-size:12px}.preview-row small{font-size:10px}.preview-row{padding:11px 0;gap:11px}.preview-sheet-footer{font-size:6px;padding-top:10px}.need-copy{padding:28px 27px 30px}.need-copy h3{font-size:27px;line-height:1.55;font-weight:400}.need-copy>p:not(.kicker){font-size:13px}.switch-banner{padding:22px;margin-top:20px;gap:10px 15px;border-radius:18px}.switch-banner>span:nth-child(2){font-size:15px;line-height:1.75}.switch-banner small{font-size:11px;line-height:1.8;margin-top:8px}.switch-banner .kicker{font-size:9px}.switch-banner>span:last-child{width:31px;height:31px;font-size:20px}.home-extra{grid-template-columns:1fr;gap:32px;padding:42px 0 55px}.home-extra>a{padding:0 0 30px;border-right:0;border-bottom:1px solid #dfe4e8}.home-extra>a>h3{font-size:26px}.mini-article h3{font-size:20px}.contact-band{padding-block:47px}.contact-band h2{font-size:30px;line-height:1.6}.contact-band p:not(.kicker){font-size:13px}.contact-band .button{min-width:0;min-height:55px;font-size:13px;padding:10px 11px 10px 21px}.contact-band .button>span{font-size:20px}.site-footer{padding-top:43px;padding-bottom:69px}.footer-top{gap:30px 18px}.footer-wordmark{font-size:39px}.footer-wordmark>span{font-size:10px}.footer-top nav{font-size:12px}.footer-address{font-size:10px}.footer-bottom{font-size:10px;gap:17px}.mobile-contact{min-height:65px;padding-inline:15px}.mobile-contact>a{font-size:12px;min-height:43px;padding:8px 15px 8px 19px;gap:25px}.mobile-contact>a>span{background:white;color:#202326;border-radius:50%;height:26px;width:26px;display:grid;place-items:center;font-size:18px}.mobile-contact>span{font-size:9px;max-width:154px}.page-intro{padding-top:18px;padding-bottom:38px}.breadcrumb{margin-bottom:33px}.page-intro h1{font-size:34px;line-height:1.5;letter-spacing:-.055em;font-weight:400}.page-intro .lead{font-size:13px;line-height:2;margin-top:22px}.jump-nav{width:calc(100% - 40px);display:grid;grid-template-columns:1fr 1fr;padding:7px;border-radius:18px;gap:3px}.jump-nav a{font-size:10px;padding:9px 10px;line-height:1.6}.plan-picker{grid-template-columns:1fr 1fr;gap:9px;margin-top:24px;margin-bottom:14px}.plan-choice{min-height:105px;border-radius:13px;padding:17px 13px}.plan-choice>strong{font-size:14px;line-height:1.5}.plan-choice>span{font-size:9px;padding-right:11px;line-height:1.5;margin-bottom:13px}.plan-choice:after{width:10px;height:10px;right:9px;top:15px}.plan-choice[aria-pressed=true]:after{border-width:3px}.selected-plan{padding:23px 22px;border-radius:19px;min-height:0}.selected-plan>.kicker{font-size:9px;margin-top:7px}.selected-plan h3{font-size:26px;margin:14px 0}.selected-plan>p:not(.kicker){font-size:13px}.selected-badge{font-size:8px;padding:2px 8px}.plan-facts{max-width:100%;display:grid;gap:16px;padding:17px 0 0;margin-top:19px}.plan-facts>div>span{font-size:10px}.plan-facts strong{font-size:12px;margin-top:3px}.selected-plan .text-link{position:static;margin-top:22px;width:100%;font-size:12px;padding-bottom:7px}.compare-disclosure{padding-inline:17px;border-radius:15px;margin-top:18px}.compare-disclosure>summary{font-size:12px;padding-block:17px}.compare-disclosure .table-hint{font-size:10px;text-align:left;line-height:1.7}.compare-disclosure .table-scroll{margin-bottom:17px}.comparison-table th,.comparison-table td{font-size:11px;padding:17px 12px}.note{font-size:11px!important}.split-heading h2{font-size:30px;line-height:1.6}.split-heading p{font-size:13px}.switch-check{border-radius:20px}.switch-check>div,.check-result{padding:25px 22px}.switch-check h3{font-size:22px;font-weight:400}.check-list label{padding:14px 11px;font-size:12px;gap:11px;line-height:1.8}.check-list input{margin-top:3px}.check-result h3{font-size:25px;margin:20px 0}.check-result .button{padding:10px 11px 10px 19px;font-size:12px;gap:12px}.check-result .button>span{font-size:18px}.transition-title h3{font-size:23px}.transition-steps{gap:12px}.transition-steps li{padding:18px 16px;border-radius:15px}.transition-steps li>span{font-size:21px}.transition-steps h4{font-size:17px;line-height:1.55;margin:12px 0}.transition-steps p{font-size:11px;line-height:1.85}.method-layout{gap:23px}.method-tabs{border-radius:16px;padding:6px;grid-template-columns:1fr;gap:3px}.method-tabs button{min-height:58px;font-size:12px;gap:12px;padding:12px 13px}.method-document{border-radius:19px;min-height:320px;padding:23px}.method-document h3{font-size:23px}.method-document>p:not(.kicker){font-size:13px}.service-details{gap:28px;margin-top:40px}.service-details h3{font-size:23px}.service-details p:not(.kicker){font-size:13px}.faq-list{padding-inline:19px;border-radius:18px}.faq-list summary{font-size:13px;font-weight:400;padding-block:20px;padding-right:24px}.faq-list summary:after{right:0;top:20px}.faq-list details>p{font-size:12px;padding-right:0}.portrait-frame{border-radius:18px}.member-name{font-size:36px;font-weight:400}.member-copy>h3,.consultant-member>div>h3{font-size:24px;line-height:1.6}.member-copy>p:not(.kicker):not(.member-role){font-size:13px}.responsibility-list{gap:15px}.responsibility-list article{padding:24px;border-radius:17px}.responsibility-list h3{font-size:22px}.role-note{padding:17px;font-size:12px}.office-table{border-radius:16px;padding-inline:17px}.office-table>div{font-size:11px;grid-template-columns:68px 1fr;gap:14px}.racing-note h3{font-size:22px}.filter-list{border-radius:17px;gap:4px;padding:5px;width:100%;justify-content:start}.filter-list button{font-size:10px;padding:8px 12px;min-height:39px;border-radius:13px}.search-box{min-height:48px;padding-inline:16px}.search-box input{font-size:14px}.result-count{font-size:11px;margin:22px 0}.article-grid{row-gap:35px}.article-art{border-radius:17px;padding:23px;aspect-ratio:1.65}.article-art>strong{font-size:92px;font-weight:400}.article-card h2{font-size:21px;line-height:1.65;font-weight:400}.article-card p{font-size:13px}.article-meta{font-size:10px;margin:18px 0 11px}.note-link-banner{margin-top:45px;padding:24px;border-radius:20px}.note-link-banner h2{font-size:23px;font-weight:400}.note-link-banner .button{font-size:12px}.contact-layout{display:flex;flex-direction:column;gap:38px;padding-top:25px}.contact-form-area{order:0;padding:23px 19px;border-radius:20px;width:100%}.contact-aside{order:1;position:static;border-top:1px solid var(--line);padding-top:31px}.contact-aside>.kicker{font-size:10px}.contact-aside>h2{font-size:29px}.contact-aside>p:not(.kicker){font-size:13px}.form-progress{gap:11px;margin-bottom:26px}.form-progress>li{font-size:10px;gap:6px}.form-progress>li>span{width:20px;height:20px;font-size:9px}.field{font-size:12px}.field>input,.field>select,.field>textarea{font-size:16px;padding:12px 13px;min-height:50px;border-radius:10px}.field-help{font-size:9px;line-height:1.7}.field-help>span:first-child{max-width:75%}.field-help>span:last-child{font-size:9px}.form-intro{font-size:11px}.consent{font-size:11px;gap:11px}.consent input{width:17px;height:17px;flex-shrink:0}.submit-button{font-size:13px;gap:20px;padding:10px 11px 10px 18px}.submit-button>span{font-size:19px}.review-list dt{font-size:11px}.review-list dd{font-size:13px}.review-actions .button{padding:10px 14px 10px 19px;font-size:12px}.contact-alternatives{gap:10px 20px}.contact-alternatives .small-link{font-size:10px}.selection-summary{padding:17px;font-size:12px;border-radius:13px}.selection-summary .kicker{font-size:9px}.selection-summary .small-link{font-size:10px}.mail-notice{padding:16px;font-size:12px}.privacy-copy h2{font-size:23px}.privacy-copy p{font-size:13px}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.hero.race-hero{margin-inline:8px;min-height:742px}.hero-content{width:calc(100% - 30px)}.hero h1{font-size:49px}.hero-description-block{margin-top:24px}.hero-english{font-size:11px}.hero-primary{font-size:11px;gap:20px}.hero-secondary{font-size:9px}.hero-domain>p{font-size:9px}.motion-controls button{font-size:8px}.page-intro h1{font-size:31px}.approach-intro h2{font-size:28px}.service-tabs button{font-size:9px}.need-visual{padding-inline:18px}.preview-sheet-heading h4{font-size:15px}.preview-type{display:none}.need-copy{padding:24px}.need-copy h3{font-size:25px}.switch-banner{padding:19px}.switch-banner>span:nth-child(2){font-size:14px}.plan-choice>strong{font-size:13px}.plan-choice>span{font-size:8px}.selected-badge{float:none;display:inline-block;margin-bottom:9px}.contact-form-area{padding:22px 16px}.form-progress{gap:8px}.form-progress>li{font-size:9px;gap:6px}.mobile-contact>span{font-size:8px;max-width:128px}.mobile-contact>a{gap:18px;font-size:11px}.filter-list button{padding-inline:9px;font-size:9px}.footer-wordmark{font-size:37px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation:none!important}.service-preview-sheet{transform:none}.need-panel:hover .service-preview-sheet{transform:none}.race-wash{transition:none}}
@media print{.race-stage,.motion-controls,.hero-dashboard{display:none!important}.hero.race-hero{height:auto;min-height:0;background:#fff}.hero-content{padding:20px}.hero-description-block{display:none}.selected-plan .text-link{display:none}.compare-disclosure{display:block}.compare-disclosure>.table-scroll{display:block}}

@media(max-width:700px){.hero-dashboard{backdrop-filter:none;position:static;padding-block:15px;margin-bottom:25px}.motion-controls{position:absolute;top:22px;right:0;padding:0;border:0;gap:0}.motion-status{display:none}.motion-controls button{min-height:40px;background:#ffffffb8;font-size:9px;gap:7px;padding:7px 10px}.hero-topline{min-height:38px}.hero-main{padding-top:27px}}
