.pc-page--team { overflow-x: clip; }
.pc-team-story { --team-accent: #072f54; position: relative; background: #fff; }
.pc-team-story__sticky { display: none; }
.pc-team-story__source { width: min(calc(100% - 48px), 1360px); margin: auto; padding: 48px 0; }
.pc-team-story.is-enhanced { height: var(--team-story-height); }
.pc-team-story.is-enhanced .pc-team-story__source { display: none; }
.pc-team-story.is-enhanced .pc-team-story__sticky { position: sticky; top: var(--pc-header-h); height: calc(100svh - var(--pc-header-h)); min-height: 510px; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; background: #fff; overflow: hidden; }
.pc-team-story__toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px max(24px, calc((100vw - 1360px)/2)); border-bottom: 1px solid #e8edf0; z-index: 3; background: #fff; }
.pc-team-story .pc-team-explorer { flex: 1; max-width: 780px; margin: 0; gap: 14px; padding: 0; background: transparent; border: 0; box-shadow: none; }
.pc-team-story .pc-team-explorer label { font-size: 11px; }
.pc-team-story .pc-team-explorer :is(input,select) { min-height: 40px; height: 40px; padding: 8px 12px; font-size: 13px; }
.pc-team-story__skip { flex-shrink: 0; font-size: 12px; color: #526779; padding: 10px 0; }
.pc-team-story__stage { position: relative; min-height: 0; }
.pc-team-story__stage::before { content: ''; position: absolute; inset: 0 0 0 68%; background: var(--team-accent); transition: background-color .35s ease; }
.pc-team-story__profile { position: absolute; inset: 0; width: min(calc(100% - 48px), 1360px); margin: auto; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); align-items: center; gap: clamp(30px, 5vw, 86px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s; }
.pc-team-story__profile.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.pc-team-story__copy { position: relative; min-width: 0; padding: 24px 0; }
.pc-team-story__watermark { position: absolute; top: -16px; left: -6px; font-size: clamp(56px, 7vw, 108px); font-weight: 800; line-height: 1; letter-spacing: -.05em; color: #eef0f1; pointer-events: none; }
.pc-team-story__eyebrow, .pc-team-story__area { position: relative; }
.pc-team-story__eyebrow { margin: 0 0 12px; color: #526779; font-size: 10px; letter-spacing: .15em; font-weight: 800; }
.pc-team-story__area { margin: 0 0 24px; font-size: clamp(24px, 3vw, 42px); line-height: 1.08; font-weight: 800; letter-spacing: -.04em; color: var(--team-accent); transition: color .35s ease; }
.pc-team-story__name { margin: 0 0 8px; font-size: clamp(22px, 2.2vw, 31px); line-height: 1.15; color: #102c44; letter-spacing: -.025em; }
.pc-team-story__role { margin: 0 0 18px; color: #526779; font-size: 14px; line-height: 1.4; }
.pc-team-story__bio { margin: 0 0 18px; color: #344b5f; font-size: 14px; line-height: 1.7; max-width: 64ch; }
.pc-team-story__actions { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; }
.pc-team-story__email { overflow-wrap: anywhere; font-size: 13px; color: var(--team-accent); font-weight: 700; }
.pc-team-story__details { padding: 10px 0; border: 0; background: transparent; color: var(--team-accent); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.pc-team-story__portrait { margin: 0; height: min(100% - 40px, 510px); min-height: 0; display: flex; align-items: center; justify-content: center; }
.pc-team-story__photo { display: block; width: 100%; height: 100%; max-height: 510px; object-fit: contain; object-position: center; filter: drop-shadow(0 12px 12px #0002); }
.pc-team-story__navigation { position: relative; display: flex; align-items: center; gap: 12px; padding: 16px max(24px, calc((100vw - 1360px)/2)); background: #fff; border-top: 1px solid #e8edf0; }
.pc-team-story__hint { margin-right: auto; font-size: 12px; color: #526779; }
.pc-team-story__hint > span:first-child { color: var(--team-accent); font-size: 19px; font-weight: 800; }
.pc-team-story__hint p { margin: 3px 0 0; font-size: 11px; }
.pc-team-story__jump { display: grid; gap: 3px; font-size: 10px; color: #526779; }
.pc-team-story__jump select { width: 230px; max-width: 100%; min-height: 38px; border: 1px solid #ccd6de; border-radius: 6px; padding: 6px; font: inherit; font-size: 12px; background: #fff; }
.pc-team-story__navigation > button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; background: #fff; border: 1px solid #bbcbd6; border-radius: 50%; color: var(--team-accent); font-size: 22px; cursor: pointer; }
.pc-team-story__navigation > button:hover:not(:disabled) { background: var(--team-accent); color: #fff; }
.pc-team-story__navigation > button:disabled { opacity: .3; cursor: default; }
.pc-team-story__empty { position: absolute; inset: 40% 24px auto; text-align: center; color: #526779; }
.pc-team-story :is(a,button,input,select):focus-visible { outline: 3px solid var(--team-accent); outline-offset: 3px; }
.pc-team-story.reduce-motion *, .pc-team-story.reduce-motion ::before { transition: none !important; }
#team-end { scroll-margin-top: var(--pc-header-h); }
@media (max-height: 720px) and (min-width: 768px) {
  .pc-team-story__toolbar { padding-block: 10px; }
  .pc-team-story__area { font-size: 28px; margin-bottom: 14px; }
  .pc-team-story__name { font-size: 24px; }
  .pc-team-story__bio { font-size: 13px; line-height: 1.5; margin-bottom: 10px; }
  .pc-team-story__role { margin-bottom: 10px; }
  .pc-team-story__navigation { padding-block: 10px; }
}
@media (max-width: 767px) {
  .pc-team-story.is-enhanced .pc-team-story__sticky { min-height: 570px; }
  .pc-team-story__toolbar { padding: 10px 16px; gap: 10px; }
  .pc-team-story .pc-team-explorer { grid-template-columns: 1fr 1fr; gap: 8px; min-width: 0; }
  .pc-team-story .pc-team-explorer__field { min-width: 0; }
  .pc-team-story .pc-team-explorer :is(input,select) { width: 100%; min-width: 0; font-size: 12px; padding-inline: 6px; }
  .pc-team-story__skip { max-width: 50px; font-size: 10px; }
  .pc-team-story__stage::before { inset: 0 0 auto 56%; height: 45%; }
  .pc-team-story__profile { width: calc(100% - 32px); grid-template-columns: 1fr; grid-template-rows: minmax(0, .9fr) minmax(0, 1.1fr); gap: 12px; padding-block: 12px; }
  .pc-team-story__portrait { grid-row: 1; width: 100%; height: 100%; }
  .pc-team-story__photo { max-height: 220px; }
  .pc-team-story__copy { grid-row: 2; padding: 0; align-self: center; }
  .pc-team-story__watermark { display: none; }
  .pc-team-story__eyebrow { font-size: 8px; margin-bottom: 6px; }
  .pc-team-story__area { font-size: 21px; margin-bottom: 9px; }
  .pc-team-story__name { font-size: 20px; margin-bottom: 6px; }
  .pc-team-story__role { font-size: 11px; margin-bottom: 7px; }
  .pc-team-story__bio { display: none; }
  .pc-team-story__actions { gap: 0 12px; }
  .pc-team-story__email, .pc-team-story__details { font-size: 11px; }
  .pc-team-story__navigation { padding: 10px 16px; gap: 8px; flex-wrap: wrap; }
  .pc-team-story__jump { order: 4; width: 100%; }
  .pc-team-story__jump select { width: 100%; }
  .pc-team-story__hint p { max-width: 180px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .pc-team-story *, .pc-team-story ::before { transition: none !important; }
}
@media (max-height: 680px) {
  .pc-team-story.is-enhanced .pc-team-story__sticky { min-height: 0; }
  .pc-team-story__bio { display: none; }
}
@media (max-height: 600px) {
  .pc-team-story__toolbar { padding-block: 6px; }
  .pc-team-story__profile { grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); grid-template-rows: 1fr; gap: 16px; padding-block: 8px; }
  .pc-team-story__copy { grid-column: 1; grid-row: 1; padding: 0; }
  .pc-team-story__portrait { grid-column: 2; grid-row: 1; height: 100%; }
  .pc-team-story__stage::before { inset: 0 0 0 72%; height: auto; }
  .pc-team-story__watermark, .pc-team-story__eyebrow, .pc-team-story__hint p { display: none; }
  .pc-team-story__area { font-size: 19px; margin-bottom: 8px; }
  .pc-team-story__name { font-size: 19px; }
  .pc-team-story__role { font-size: 11px; margin-bottom: 4px; }
  .pc-team-story__email, .pc-team-story__details { font-size: 11px; }
  .pc-team-story__navigation { padding-block: 6px; flex-wrap: nowrap; }
  .pc-team-story__jump { order: 0; width: auto; min-width: 0; flex: 1; }
  .pc-team-story__jump select { width: 100%; }
}

@media (min-width: 768px) {
  .pc-team-story__stage::before { left: 60%; }
  .pc-team-story__portrait { position: relative; left: calc(-1 * clamp(32px, 5vw, 80px)); }
  .pc-team-story__photo { object-position: left center; }
}

.pc-team-story--bottom-search.is-enhanced .pc-team-story__sticky { grid-template-rows: minmax(0, 1fr) auto; }
.pc-team-story--bottom-search .pc-team-story__navigation { padding-right: max(96px, calc((100vw - 1360px)/2)); }
.pc-team-story__search { display: grid; gap: 3px; width: 230px; margin: 0; min-width: 0; }
.pc-team-story__search label { font-size: 10px; color: #526779; }
.pc-team-story__search input[type="search"] { width: 100%; min-width: 0; height: 38px; padding: 6px 10px; border: 1px solid #ccd6de; border-radius: 6px; background: #fff; color: #102c44; font: inherit; font-size: 12px; }
.pc-team-story--bottom-search .pc-team-story__hint .pc-team-story__skip { display: block; padding: 3px 0 0; font-size: 10px; max-width: none; }
@media (max-width: 767px) {
  .pc-team-story--bottom-search .pc-team-story__navigation { flex-wrap: wrap; padding-right: 88px; }
  .pc-team-story--bottom-search .pc-team-story__search,
  .pc-team-story--bottom-search .pc-team-story__jump { order: 4; flex: 1 1 calc(50% - 4px); width: calc(50% - 4px); min-width: 0; }
}
