/* Company and AIBO service detail share the illustrated experience layout. */
.aibo-team-summary {
  --team-ink: oklch(0.31 0.035 170);
  --team-body: oklch(0.41 0.035 170);
  --team-accent: oklch(0.46 0.055 170);
  --team-soft: oklch(0.94 0.016 155);
  --team-line: oklch(0.81 0.022 155);
}
body.editorial-v23.editorial-layout-v13 .service-team-summary { margin: 0 0 64px; }
body.editorial-v23.editorial-layout-v13 .service-team-summary > .team-summary-lead { margin: 0; font-size: clamp(25px,2.6vw,36px); font-weight: 600; line-height: 1.5; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary :is(h2,h3,h4) { text-wrap: balance; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary > h2 { margin: 0; font-size: clamp(32px,3.2vw,48px); line-height: 1.5; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary > p {
  margin-top: 24px; color: var(--team-body); font-size: 20px; line-height: 1.85;
}
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-experience-v15 { margin: 40px 0 0; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-experience-v15 :is(h3,h4,p) { margin: 0; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-practice-v15 {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  align-items: start; gap: 48px; padding: 40px; border: 0; background: var(--team-soft);
}
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-v15 { color: var(--team-accent); font-weight: 600; line-height: 1.5; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-label-v15 { display: block; margin-bottom: 24px; font-size: clamp(20px,2.2vw,32px); }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-count-visual-v16 { display: grid; grid-template-columns: minmax(0,1fr) 72px; align-items: center; gap: 16px; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 { display: flex; align-items: baseline; flex-wrap: nowrap; gap: 12px; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 strong { color: var(--team-accent); font-family: inherit; font-size: clamp(80px,9vw,128px); font-weight: 700; line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 > span { font-size: clamp(20px,2.1vw,32px); white-space: nowrap; }
.aibo-team-summary .team-companies-v16 { display: block; width: 100%; height: auto; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-practice-copy-v15 h4 { margin-bottom: 24px; color: var(--team-accent); font-size: clamp(25px,2.4vw,32px); font-weight: 600; line-height: 1.5; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary :is(.team-practice-copy-v15,.team-expertise-grid-v15) p { color: var(--team-body); font-size: 18px; line-height: 1.85; overflow-wrap: break-word; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary :is(.team-practice-copy-v15,.team-expertise-grid-v15) p + p { margin-top: 16px; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-members-v15 { margin-top: 48px; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-members-v15 > h3 { margin-bottom: 32px; color: var(--team-ink); font-size: clamp(25px,2.5vw,32px); font-weight: 600; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px 64px; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 article { min-width: 0; padding: 24px 0 0; border-top: 1px solid var(--team-line); }
.aibo-team-summary .team-research-summary { grid-row: span 2; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 h4 { margin-bottom: 16px; color: var(--team-accent); font-size: 25px; font-weight: 600; line-height: 1.5; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-specialty-visual-v16 { display: block; width: 280px; max-width: 100%; height: auto; margin: 8px 0 24px; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 .team-university-summary { color: var(--team-ink); font-size: clamp(25px,2.8vw,40px); font-weight: 700; line-height: 1.4; }
body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 .team-expertise-focus-v15 { color: var(--team-ink); font-size: clamp(20px,1.8vw,25px); font-weight: 600; line-height: 1.6; }
@media (max-width: 780px) {
  body.editorial-v23.editorial-layout-v13 .service-team-summary { margin-bottom: 48px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary > p { margin-top: 16px; font-size: 16px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-experience-v15 { margin-top: 24px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-practice-v15 { grid-template-columns: minmax(0,1fr); gap: 32px; padding: 24px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-count-visual-v16 { grid-template-columns: minmax(0,1fr) 48px; gap: 8px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 { gap: 8px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 strong { font-size: 80px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 > span { font-size: 20px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary :is(.team-practice-copy-v15,.team-expertise-grid-v15) p { font-size: 16px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-members-v15 { margin-top: 32px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-members-v15 > h3 { font-size: 25px; margin-bottom: 24px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .aibo-team-summary .team-research-summary { grid-row: auto; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 .team-university-summary { font-size: 32px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-expertise-grid-v15 .team-expertise-focus-v15 { font-size: 20px; }
}
@media (max-width: 360px) {
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-count-visual-v16 { grid-template-columns: minmax(0,1fr) 32px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 strong { font-size: 64px; }
  body.editorial-v23.editorial-layout-v13 .aibo-team-summary .team-statement-count-v15 > span { font-size: 18px; }
}
