
/* ===== DOCTOR PAGE ===== */
.doc-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--surface); border-bottom: 1px solid var(--line); }
.doc-hero-media { position: relative; overflow: hidden; background: #D8D5C6; order: 1; }
.doc-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(1) contrast(1.02); }
.doc-hero-text { order: 2; display: flex; align-items: center; justify-content: center; padding: clamp(48px, 6vw, 88px) clamp(32px, 5vw, 72px); background: var(--bg); }
.doc-hero-inner { max-width: 460px; width: 100%; }
.doc-hero-inner .eyebrow { margin-bottom: 14px; }
.doc-hero-inner .h1 { font-size: clamp(32px, 3.4vw, 48px); margin-bottom: 20px; line-height: 1.18; }
.doc-hero-inner .lead { font-size: clamp(16px, 1.4vw, 18px); color: var(--muted); line-height: 1.72; margin-bottom: 34px; max-width: 46ch; }
.doc-hero-inner .cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.bio-grid { display: grid; grid-template-columns: 1fr 380px; gap: 72px; align-items: start; }
.bio-body p { font-size: clamp(16px, 1.35vw, 17.5px); line-height: 1.8; color: var(--muted); margin-bottom: 22px; }
.bio-body p:last-child { margin-bottom: 0; }
.bio-body p strong { color: var(--ink); font-weight: 600; }
.bio-aside { display: flex; flex-direction: column; gap: 28px; }
.qf-card h4 { font-size: 12px; letter-spacing: .16em; font-weight: 600; color: var(--olive); margin-bottom: 20px; }
.qf-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; border-top: 1px solid var(--line-strong); }
.qf-list li { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line-strong); font-size: 15px; color: #34342A; line-height: 1.5; }
.qf-list li::before { content: ""; flex: none; width: 2px; height: 17px; background: var(--olive); border-radius: 2px; }
.edu-timeline { display: flex; flex-direction: column; }
.edu-item { display: grid; grid-template-columns: 120px 1fr; gap: 0 48px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.edu-item:first-child { padding-top: 0; }
.edu-item:last-child { border-bottom: none; padding-bottom: 0; }
.edu-year { font-family: var(--ff-display); font-size: 12.5px; font-weight: 300; color: var(--olive); letter-spacing: .12em; text-transform: uppercase; padding-top: 4px; }
.edu-content h4 { font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 6px; line-height: 1.3; }
.edu-content .inst { font-size: 14px; color: var(--olive); font-weight: 500; margin-bottom: 10px; }
.edu-content p { font-size: 15px; color: var(--muted); line-height: 1.68; margin: 0; }
.memb-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 32px 48px; }
.memb-logos .lgo { height: 64px; display: flex; align-items: center; justify-content: center; }
.memb-logos .lgo img { max-height: 60px; max-width: 160px; width: auto; height: auto; object-fit: contain; filter: brightness(0) saturate(100%); opacity: .55; transition: opacity .25s ease; }
.memb-logos .lgo:hover img { opacity: .85; }
.pub-section { margin-bottom: 52px; }
.pub-section:last-child { margin-bottom: 0; }
.pub-section h3 { font-size: 15px; font-weight: 700; letter-spacing: .08em; color: var(--olive); text-transform: uppercase; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line-strong); }
.pub-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.pub-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; color: var(--ink); line-height: 1.55; }
.pub-list li:last-child { border-bottom: none; }
.pub-list li a.pub-link { flex: none; font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--olive); text-decoration: none; padding: 4px 11px; border: 1px solid var(--line-strong); border-radius: 4px; white-space: nowrap; transition: all .2s ease; }
.pub-list li a.pub-link:hover { background: var(--olive); color: var(--cream); border-color: var(--olive); }
.pub-rg { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; font-size: 14.5px; font-weight: 600; color: var(--olive-deep); text-decoration: none; }
.pub-rg:hover { color: var(--ink); }
@media (max-width: 1024px) {
  .doc-hero { grid-template-columns: 1fr; }
  .doc-hero-media { min-height: 400px; order: -1; }
  .bio-grid { grid-template-columns: 1fr; gap: 48px; }
  .bio-aside { max-width: 480px; }
}
@media (max-width: 640px) {
  .memb-logos { gap: 24px 32px; }
  .memb-logos .lgo { height: 44px; }
  .memb-logos .lgo img { max-height: 40px; max-width: 110px; }
  .edu-item { grid-template-columns: 80px 1fr; gap: 0 18px; }
  .pub-list li { flex-direction: column; gap: 8px; }
}
