/* V3 company pages: people, project photography and readable evidence. */
.company-intro { padding-block: 80px 88px; }
.company-intro .split { align-items: center; }
.company-intro__copy .lede { max-width: 34em; }
.company-intro__copy .actions { margin-top: 32px; }
.company-intro__portraits { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.company-intro__portraits .media { margin: 0; }
.company-intro__portraits .media:nth-child(2) { margin-top: 64px; }
.company-intro .company-intro__portraits .media img { aspect-ratio: 4 / 5; max-height: none; object-fit: cover; object-position: center top; background: #dce4e5; }
.company-intro__portraits figcaption { display: flex; flex-direction: column; gap: 4px; padding-top: 12px; line-height: 1.45; }
.company-intro__portraits figcaption strong { color: #172b36; font-size: 16px; font-weight: 600; }
.company-disciplines { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin: 40px 0 0; padding: 0; list-style: none; }
.company-disciplines > li { border-top: 1px solid #b8c3c4; margin: 0; padding-top: 24px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; }
.company-disciplines h3 { margin-top: 0; }
.company-disciplines p { margin-bottom: 0; }
.company-scope-note { margin-top: 40px; max-width: 72em; color: #586771; }
.company-team { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 48px 24px; align-items: start; }
.company-member { min-width: 0; }
.company-member__trigger { list-style: none; cursor: pointer; display: flex; flex-direction: column; height: 100%; border: 0; }
.company-member__trigger::-webkit-details-marker { display: none; }
.company-member__trigger::marker { content: ''; }
.company-member__portrait { display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #dce4e5; }
.company-member__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 200ms ease; }
.company-member__name { font-size: 18px; font-weight: 600; margin-top: 18px; line-height: 1.5; }
.company-member__role { font-size: 13px; line-height: 1.6; color: #586771; min-height: 4.8em; margin-top: 6px; }
.company-member__link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding-bottom: 8px; border-bottom: 1px solid #b8c3c4; font-size: 13px; }
.company-member__trigger:focus-visible { outline: 2px solid #172b36; outline-offset: 6px; }
@media (hover: hover) {
  .company-member__trigger:hover .company-member__portrait img { transform: scale(1.025); }
  .company-member__trigger:hover .company-member__link { border-color: #172b36; }
}
/* Native details preserve all biographies when JavaScript is unavailable. */
.company-member[open] { grid-column: 1 / -1; }
.company-member[open] .company-member__trigger { max-width: 220px; }
.company-member__bio { max-width: 72ch; padding-block: 24px; }
.company-member__bio p { line-height: 1.8; }
.company-profile__credentials { padding-left: 1.25em; margin: 0 0 28px; }
.company-profile__credentials li { margin: 8px 0; }
.company-office img { aspect-ratio: 4 / 3; object-position: center; }
.company-careers { margin-top: 56px; padding-top: 24px; border-top: 1px solid #c5ccca; max-width: 760px; }
.company-careers summary, .company-more-locations > summary { min-height: 44px; cursor: pointer; padding-block: 12px; font-weight: 500; }
.company-careers p { font-size: 15px; }
.company-profile { width: min(850px, calc(100vw - 40px)); max-height: min(88dvh, 960px); border: 0; padding: 0 40px 40px; color: #172b36; background: #f3f1eb; overscroll-behavior: contain; }
.company-profile::backdrop { background: rgba(14, 28, 37, .72); }
.company-profile__bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 20px; position: sticky; top: 0; z-index: 1; background: #f3f1eb; border-bottom: 1px solid #c5ccca; }
.company-profile__bar .eyebrow { margin: 0; }
.company-profile__close { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; padding: 8px 0 8px 14px; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.company-profile__close > [aria-hidden] { font-size: 28px; line-height: 1; }
.company-profile__header { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 28px; margin: 32px 0; }
.company-profile__portrait { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
.company-profile__header h2 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; }
.company-profile__role { margin: 0; color: #586771; font-size: 15px; line-height: 1.7; }
.company-profile__content { max-width: 72ch; }
.company-profile__content p { line-height: 1.85; margin-block: 20px; }
body.company-profile-open { overflow: hidden; }
.company-project-intro { padding-block: 80px 64px; border-bottom: 0; }
.company-project-intro .section-head { align-items: end; }
.company-project-intro h1 { max-width: 12em; }
.company-project-intro .text-link { display: inline-block; margin-top: 16px; }
.company-cases { padding-top: 0; }
.company-cases__head .small { max-width: 70ch; }
.company-cases .filter-bar { margin-bottom: 40px; }
.company-case + .company-case { margin-top: 88px; padding-top: 72px; border-top: 1px solid #c5ccca; }
.company-case[hidden] + .company-case { margin-top: 0; padding-top: 0; border-top: 0; }
.company-case__image { margin: 0; }
.company-case__image img { display: block; aspect-ratio: 16 / 9; width: 100%; object-fit: cover; filter: none; }
.company-case__image--mont img { object-position: center 46%; }
.company-case__image figcaption { padding-top: 12px; line-height: 1.65; color: #586771; }
.company-case__image figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.company-case__body { display: grid; grid-template-columns: 1fr 1.08fr; gap: 72px; padding-top: 36px; }
.company-case__body h2, .company-case__building h2 { margin-block: 12px 20px; }
.company-case__premise { max-width: 31em; font-size: 21px; line-height: 1.65; }
.company-case__brief { margin: 0 0 24px; }
.company-case__brief > div { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 20px; padding-block: 18px; border-top: 1px solid #c5ccca; }
.company-case__brief dt { color: #586771; font-size: 13px; line-height: 1.8; }
.company-case__brief dd { margin: 0; font-size: 16px; line-height: 1.85; }
.company-case__building { display: grid; grid-template-columns: .85fr 1fr; gap: 72px; align-items: start; }
.company-case__image--tower img { aspect-ratio: 4 / 5; object-position: center; }
.company-locations { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 28px; }
.company-location { margin: 0; }
.company-location img { display: block; aspect-ratio: 3 / 2; object-fit: cover; }
.company-location figcaption { padding-top: 12px; color: #172b36; font-size: 15px; }
.company-more-locations { margin-top: 36px; border-top: 1px solid #b8c3c4; }
.company-more-locations .company-locations { padding-top: 24px; }
@media (max-width: 1050px) {
  .company-intro .split { gap: 40px; }
  .company-intro__portraits { gap: 16px; }
  .company-team { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 24px; }
  .company-disciplines { gap: 24px; }
  .company-case__body, .company-case__building { gap: 40px; }
}
@media (max-width: 760px) {
  .company-intro, .company-project-intro { padding-block: 56px; }
  .company-intro__portraits { max-width: 480px; gap: 24px; }
  .company-intro__portraits .media:nth-child(2) { margin-top: 36px; }
  .company-disciplines { grid-template-columns: 1fr; margin-top: 28px; }
  .company-team { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 20px; }
  .company-member__name { font-size: 16px; }
  .company-member__role { font-size: 12px; }
  .company-case + .company-case { margin-top: 56px; padding-top: 48px; }
  .company-case__body, .company-case__building { grid-template-columns: 1fr; gap: 24px; }
  .company-case__image img { aspect-ratio: 4 / 3; }
  .company-case__image--tower { max-width: 480px; }
  .company-case__image--tower img { aspect-ratio: 4 / 5; }
  .company-case__premise { font-size: 19px; }
  .company-case__brief > div { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; }
  .company-case__brief dd { font-size: 15px; }
  .company-locations { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .company-location figcaption { font-size: 13px; }
  .company-profile { width: calc(100vw - 24px); max-height: 92dvh; padding-inline: 22px; padding-bottom: 28px; }
  .company-profile__header { grid-template-columns: 100px minmax(0, 1fr); gap: 20px; margin-block: 24px; }
  .company-profile__header h2 { font-size: 27px; }
  .company-profile__bar { gap: 12px; }
  .company-profile__content { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .company-member__portrait img { transition: none; }
}
