.network-page { background: #fff; }
.network-page main { overflow: hidden; }
.network-page .site-header { top: 0; }

.network-hero { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; background: #f1f5fc; }
.network-hero::before { content: ""; position: absolute; inset: 0; opacity: .42; background: radial-gradient(circle at 76% 48%, rgba(0,47,167,.13), transparent 28%), linear-gradient(120deg, transparent 60%, rgba(0,47,167,.05)); }
.network-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; padding-top: 86px; padding-bottom: 86px; }
.network-hero h1 { max-width: 900px; margin: 0; color: #112653; font-family: var(--serif); font-size: clamp(2.9rem, 4.5vw, 4.8rem); font-weight: 600; letter-spacing: -.065em; line-height: 1.08; }
.network-hero h1 em { color: var(--blue); font-style: normal; }
.network-hero-grid > div > p:last-child { max-width: 720px; margin: 30px 0 0; color: #526074; line-height: 1.95; }
.network-overview { display: grid; grid-template-columns: 1fr 1fr; border-top: 3px solid var(--blue-deep); border-bottom: 1px solid #b9c4d5; background: rgba(255,255,255,.62); backdrop-filter: blur(10px); }
.network-overview > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; border-right: 1px solid #d1d9e5; border-bottom: 1px solid #d1d9e5; }
.network-overview > div:nth-child(even) { border-right: 0; }
.network-overview strong { color: var(--blue); font-family: var(--serif); font-size: 2.5rem; line-height: 1; }
.network-overview span { margin-top: 8px; color: #4d5a6c; font-size: .7rem; font-weight: 700; }
.network-overview small { grid-column: 1 / -1; padding: 13px 20px; color: #758195; font-size: .58rem; }
.network-orbit-art { position: absolute; top: 50%; right: -180px; width: 560px; height: 560px; border: 1px solid rgba(0,47,167,.1); border-radius: 50%; transform: translateY(-50%); }
.network-orbit-art::before, .network-orbit-art::after { content: ""; position: absolute; inset: 16%; border: 1px dashed rgba(0,47,167,.12); border-radius: 50%; }
.network-orbit-art::after { inset: 34%; border-style: solid; }
.network-orbit-art i { position: absolute; width: 10px; height: 10px; border: 2px solid #f1f5fc; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px rgba(0,47,167,.24); }
.network-orbit-art i:nth-child(1) { top: 17%; left: 17%; }
.network-orbit-art i:nth-child(2) { top: 36%; left: 1%; }
.network-orbit-art i:nth-child(3) { right: 10%; bottom: 24%; }
.network-orbit-art i:nth-child(4) { right: 22%; top: 10%; }
.network-orbit-art i:nth-child(5) { left: 30%; bottom: 6%; }
.network-orbit-art > span { position: absolute; top: 50%; left: 50%; color: rgba(0,47,167,.18); font-size: .7rem; font-weight: 800; letter-spacing: .12em; transform: translate(-50%,-50%); }

.network-section { padding: 104px 0; }
.network-section-head { display: grid; grid-template-columns: .82fr 1.18fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.network-section-head h2 { margin: 0; color: #172541; font-family: var(--serif); font-size: clamp(2.5rem,4.2vw,4.4rem); font-weight: 600; letter-spacing: -.055em; line-height: 1.18; }
.network-section-head > p { max-width: 680px; margin: 0; color: #5d6879; line-height: 1.9; }

.main-center-section { background: #fff; }
.main-center-card { min-height: 620px; display: grid; grid-template-columns: minmax(0,1fr) minmax(460px,42%); border: 1px solid #d7deea; border-top: 5px solid var(--blue); background: #f8faff; }
.main-center-copy { display: flex; flex-direction: column; justify-content: flex-start; padding: 42px 52px; }
.center-type { align-self: flex-start; border-radius: 99px; padding: 7px 13px; background: var(--blue); color: #fff; font-size: .84rem; font-weight: 800; }
.main-center-copy h3 { max-width: 610px; margin: 18px 0 5px; color: #12244b; font-family: var(--serif); font-size: clamp(2rem,3.4vw,3.6rem); line-height: 1.25; }
.main-center-role { margin: 0; color: var(--blue); font-size: 1.1rem; font-weight: 800; }
.main-center-pi-details { margin-top: 28px; border-top: 1px solid #cfd8e6; padding-top: 24px; }
.main-center-pi-identity > span { color: var(--blue); font-size: .9rem; font-weight: 800; letter-spacing: .08em; }
.main-center-pi-identity h4 { margin: 8px 0 2px; color: #12244b; font-family: var(--serif); font-size: 1.8rem; line-height: 1.2; }
.main-center-pi-identity p { margin: 0; color: #657287; font-size: 1rem; }
.main-center-credentials { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; margin-top: 24px; }
.main-center-credentials section { border-top: 1px solid #dce3ed; padding-top: 13px; }
.main-center-credentials h5 { margin: 0 0 11px; color: var(--blue); font-size: 1rem; font-weight: 800; }
.credential-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.credential-list li { display: grid; grid-template-columns: minmax(9rem, 1fr) minmax(0, 1.25fr); align-items: start; gap: 14px; color: #5d6879; font-size: .98rem; line-height: 1.55; }
.credential-list span { min-width: 0; }
.credential-list strong { border-left: 1px solid #bdcae0; padding-left: 14px; color: #172f61; font-size: .98rem; font-weight: 700; text-align: left; }
.credential-clinical-role strong { display: grid; gap: 4px; }
.credential-clinical-role strong span { display: block; }
.credential-list .credential-title-only { display: block; color: #172f61; font-weight: 700; }
.credential-academic { grid-column: 1 / -1; }
.credential-academic .credential-list { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 32px; }
.data-note { margin-top: 24px; color: #8a6823; font-size: .65rem; }
.main-center-lead { position: relative; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; background: #fff; }
.main-center-lead img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.main-department-heading { display: grid; grid-template-columns: .82fr 1.18fr; align-items: end; gap: 80px; margin: 96px 0 25px; }
.main-department-heading h3 { max-width: 600px; margin: 8px 0 0; color: #172541; font-family: var(--serif); font-size: clamp(1.9rem,3.4vw,3.1rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.25; }
.main-department-heading > p { max-width: 680px; margin: 0; color: #5d6879; line-height: 1.9; }
.main-department-toolbar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; border-top: 1px solid #cfd8e6; border-bottom: 1px solid #cfd8e6; color: #6f7b8e; font-size: .68rem; }
.main-department-toolbar > span { color: var(--blue); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.main-department-toolbar p { margin: 0; }
.main-department-toolbar strong { color: var(--blue); font-size: 1rem; }
.main-department-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.main-department-card.is-open { grid-column: 1 / -1; }
.main-department-card .pi-list { min-height: 96px; }
.main-department-card .pi-row { min-height: 76px; }

.all-centers-section { background: #fff; }
.center-toolbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 28px; border-top: 1px solid #cfd8e6; border-bottom: 1px solid #cfd8e6; }
.region-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.region-filters button { border: 0; border-radius: 99px; padding: 8px 13px; background: transparent; color: #5f6a7a; font-size: .7rem; font-weight: 700; }
.region-filters button:hover, .region-filters button.is-active { background: var(--blue); color: #fff; }
.center-toolbar > span { flex: 0 0 auto; color: #6f7b8e; font-size: .7rem; }
.center-toolbar > span strong { color: var(--blue); font-size: 1rem; }
.center-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.center-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #d7deea; background: #fff; transition: border-color .2s, box-shadow .2s; }
.center-card:hover { border-color: #9badd0; box-shadow: 0 14px 35px rgba(8,33,82,.08); }
.center-card.is-open { grid-column: 1 / -1; border-color: var(--blue); box-shadow: 0 20px 50px rgba(8,33,82,.12); }
.center-card-top { padding: 24px 24px 19px; border-bottom: 1px solid #e2e7ef; }
.center-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.region-tag { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.member-count { color: #8993a3; font-size: .75rem; }
.center-card h3 { min-height: 3.2em; margin: 15px 0 0; color: #162642; font-family: var(--serif); font-size: 1.38rem; line-height: 1.45; }
.pi-list { display: grid; gap: 1px; padding: 10px 24px; background: #f7f9fc; }
.pi-row { min-height: 86px; display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 14px; padding: 8px 0; }
.pi-row + .pi-row { border-top: 1px solid #e0e6ef; }
.pi-row img { width: 62px; height: 72px; object-fit: cover; object-position: top; background: #e1e7ef; filter: saturate(.76); }
.pi-row > div { min-width: 0; display: grid; }
.pi-row span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.pi-row strong { margin-top: 2px; color: #172541; font-family: var(--serif); font-size: 1.18rem; line-height: 1.2; }
.pi-row p { overflow: hidden; margin: 4px 0 0; color: #727e8f; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.center-toggle { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; border: 0; border-top: 1px solid #e2e7ef; padding: 12px 24px; background: #fff; color: var(--blue); font-size: .82rem; font-weight: 800; }
.center-toggle:hover { background: var(--blue-soft); }
.center-toggle b { font-size: 1rem; font-weight: 500; transition: transform .2s; }
.center-card.is-open .center-toggle b { transform: rotate(45deg); }
.center-detail { padding: 30px 24px 34px; border-top: 1px solid #d7deea; background: #fff; }
.center-detail-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.center-detail-head h4 { margin: 0; color: #172541; font-family: var(--serif); font-size: 1.9rem; }
.center-detail-head p { margin: 0; color: #7b8798; font-size: .8rem; }
.member-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); align-items: start; gap: 12px; }
.member-card { grid-column: span 3; align-self: start; min-width: 0; display: grid; grid-template-columns: 102px 1fr; min-height: 144px; overflow: hidden; border: 1px solid #dce3ed; background: #f8fafc; transition: grid-template-columns .24s ease, border-color .24s ease, box-shadow .24s ease; }
.member-card.is-pi { border-color: #b6c7eb; background: #f0f5ff; }
.member-card > img { width: 102px; height: 144px; align-self: start; object-fit: cover; object-position: top; background: #e5eaf0; filter: saturate(.8); transition: width .24s ease, height .24s ease; }
.member-card-copy { min-width: 0; padding: 16px 14px; }
.member-role { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.member-card h5 { margin: 5px 0 0; color: #172541; font-family: var(--serif); font-size: 1.25rem; line-height: 1.25; }
.member-title { overflow: hidden; margin: 7px 0 0; color: #6b7789; font-size: .81rem; text-overflow: ellipsis; white-space: nowrap; }
.member-bio { margin-top: 11px; color: #566477; font-size: .76rem; line-height: 1.55; }
.member-bio summary { color: var(--blue); cursor: pointer; font-size: .9rem; font-weight: 700; }
.member-bio p { max-height: 270px; overflow: auto; margin: 10px 0 0; padding-right: 8px; font-size: .94rem; line-height: 1.72; white-space: pre-line; }
.member-card.is-pi:has(.member-bio[open]) { grid-column: span 6; grid-row: span 2; align-self: stretch; grid-template-columns: minmax(220px, 46%) minmax(0, 1fr); min-height: 0; border-color: #86a5e3; box-shadow: 0 12px 26px rgba(8,33,82,.1); }
.member-grid.has-single-open-pi .member-card.is-pi:has(.member-bio[open]) { grid-row: span var(--pi-detail-row-span, 2); }
.member-card.is-pi:has(.member-bio[open]) > img { width: 100%; height: 100%; align-self: stretch; }
.member-card.is-pi:has(.member-bio[open]) .member-card-copy { padding: 22px 22px; }
.member-card.is-pi:has(.member-bio[open]) .member-title { overflow: visible; text-overflow: clip; white-space: normal; line-height: 1.55; }
.data-loading, .data-error { grid-column: 1 / -1; margin: 0; border: 1px dashed #c6cfdb; padding: 30px; color: #667386; text-align: center; }
.data-error strong { color: #8e3c36; }
.data-error p { margin: 8px 0 0; font-size: .75rem; }

.network-standards { padding: 105px 0; background: var(--blue-deep); color: #fff; }
.network-section-head.light h2 { color: #fff; }
.network-section-head.light > p { color: rgba(255,255,255,.62); }
.standards-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.22); }
.standards-grid article { min-height: 265px; padding: 34px 34px 30px 0; border-right: 1px solid rgba(255,255,255,.16); }
.standards-grid article + article { padding-left: 34px; }
.standards-grid article:last-child { border-right: 0; }
.standards-grid span { color: #87a7ff; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.standards-grid h3 { margin: 38px 0 10px; font-family: var(--serif); font-size: 1.45rem; }
.standards-grid p { margin: 0; color: rgba(255,255,255,.63); font-size: .78rem; }
.network-cta { padding: 92px 0; background: var(--blue); color: #fff; }
.network-cta .page-shell { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 80px; }
.network-cta h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2.3rem,4vw,4.2rem); line-height: 1.28; }
.network-cta .page-shell > div:last-child { display: flex; align-items: center; justify-content: center; }
.network-cta .button-light { font-size: 1rem; }

/* English uses the same calmer headline hierarchy and data treatment as the homepage. */
@media (min-width: 761px) {
  html[lang="en"] :is(.network-section-head h2, .main-center-copy h3, .main-department-heading h3, .network-cta h2) { max-width: 760px; font-size: clamp(1.4rem, 1.9vw, 2.1rem); letter-spacing: -.035em; line-height: 1.3; }
}

.network-page :is(.network-overview strong, .main-department-toolbar strong, .center-toolbar > span strong, .member-count, .standards-grid span) {
  font-family: var(--sans);
  font-weight: 700;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  line-height: 1;
}

@media (max-width: 1100px) {
  .network-hero-grid { gap: 46px; }
  .main-center-card { grid-template-columns: minmax(0,1fr) minmax(300px,38%); }
  .main-center-copy { padding: 40px; }
  .main-center-credentials { grid-template-columns: 1fr; gap: 18px; }
  .credential-academic { grid-column: auto; }
  .credential-academic .credential-list { grid-template-columns: 1fr; }
  .center-grid { grid-template-columns: repeat(2,1fr); }
  .member-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .member-card { grid-column: span 2; }
  .member-card.is-pi:has(.member-bio[open]) { grid-column: span 3; }
  .main-department-heading { gap: 46px; }
}

@media (max-width: 760px) {
  .network-hero { min-height: auto; }
  .network-hero-grid { grid-template-columns: 1fr; align-items: start; gap: 48px; padding-top: 72px; padding-bottom: 72px; }
  .network-hero h1 { font-size: clamp(3rem,14vw,4.6rem); }
  html[lang="en"] .network-hero h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); letter-spacing: -.04em; line-height: 1.16; }
  html[lang="en"] :is(.network-section-head h2, .main-center-copy h3, .main-department-heading h3, .network-cta h2) { font-size: clamp(1.4rem, 6vw, 1.9rem); letter-spacing: -.035em; line-height: 1.3; }
  .network-overview { width: 100%; }
  .network-orbit-art { display: none; }
  .network-section { padding: 78px 0; }
  .network-section-head { grid-template-columns: 1fr; align-items: start; gap: 24px; margin-bottom: 38px; }
  .main-center-card { grid-template-columns: 1fr; }
  .main-center-copy { padding: 34px 24px; }
  .main-center-lead { min-height: 390px; }
  .main-department-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; margin-top: 64px; }
  .main-department-toolbar { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .main-department-grid { grid-template-columns: 1fr; }
  .main-department-card.is-open { grid-column: auto; }
  .center-grid { grid-template-columns: 1fr; }
  .center-toolbar { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .region-filters { gap: 5px; }
  .region-filters button { padding: 7px 10px; }
  .center-card.is-open { grid-column: auto; }
  .center-detail-head { align-items: flex-start; flex-direction: column; }
  .member-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .member-card { grid-column: span 1; }
  .member-card.is-pi:has(.member-bio[open]) { grid-column: span 2; grid-row: auto; align-self: start; grid-template-columns: 1fr; }
  .member-card > img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .member-card.is-pi:has(.member-bio[open]) > img { width: 100%; height: auto; }
  .member-card-copy { padding: 12px; }
  .member-title { white-space: normal; }
  .network-standards { padding: 78px 0; }
  .standards-grid { grid-template-columns: 1fr; }
  .standards-grid article, .standards-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .standards-grid h3 { margin-top: 22px; }
  .network-cta { padding: 76px 0 90px; }
  .network-cta .page-shell { grid-template-columns: 1fr; align-items: start; gap: 42px; }
}
