.doctor-intro { margin-top: 48px; }
.doctor-summary-card { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 40px; align-items: center; max-width: 1000px; margin: 24px auto 0; padding: 32px; border: 1px solid #dce6ee; border-radius: 20px; background: #f6f9fc; }
.doctor-summary-photo img { display: block; width: 100%; height: auto; border-radius: 50%; }
main .doctor-summary-copy p, main .doctor-summary-copy h3 { text-align: left; }
main .doctor-summary-copy h3 { font-size: 28px; line-height: 1.5; margin: 8px 0; }
main .doctor-eyebrow { font-size: 14px; font-weight: 600; color: #49667d; }
main .doctor-license { font-size: 15px; color: #49667d; margin: 12px 0 20px; }
.doctor-specialties, .doctor-detail-list { padding-left: 22px; line-height: 1.9; }
.doctor-specialties li, .doctor-detail-list li { padding-left: 4px; margin-bottom: 10px; color: #344e62; }
.doctor-specialties li::marker, .doctor-detail-list li::marker { color: #b47b38; }
.doctor-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; min-height: 44px; border-radius: 8px; background: #0d4070; color: #fff; font-weight: 500; line-height: 1.6; text-align: center; margin-top: 14px; }
.doctor-button:hover { background: #19588f; }
.doctor-summary-card { transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.doctor-button { transition: background-color 180ms ease, box-shadow 180ms ease; }
.doctor-summary-card:focus-within { border-color: #9cc5e6; box-shadow: 0 10px 28px #2585d51a; }
@media (hover: hover) and (pointer: fine) {
    .doctor-summary-card:hover { transform: translateY(-3px); border-color: #9cc5e6; box-shadow: 0 12px 30px #2585d51f; }
    .doctor-button:hover { box-shadow: 0 4px 12px #2585d52b; }
}
@media (prefers-reduced-motion: reduce) {
    .doctor-summary-card, .doctor-button { transition: none; }
    .doctor-summary-card:hover { transform: none; }
}
.doctor-text-link, .doctor-questions a { text-decoration: underline; text-underline-offset: 4px; }
.doctor-intro a:focus-visible, .doctor-profile a:focus-visible, .doctor-profile summary:focus-visible { outline: 3px solid #ad762e; outline-offset: 4px; }
.doctor-profile { width: 100%; max-width: 1200px; padding: 24px; margin: 0 auto; }
.doctor-profile p { color: #344e62; line-height: 1.9; }
.doctor-breadcrumb { font-size: 14px; margin-bottom: 28px; }
.doctor-breadcrumb a { text-decoration: underline; }
.doctor-profile-hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; padding: 36px; border-radius: 20px; background: #f3f7fb; }
.doctor-profile h1 { font-size: clamp(28px, 3.3vw, 42px); line-height: 1.45; margin: 12px 0; }
.doctor-name-part { display: inline-block; white-space: nowrap; }
.doctor-profile .doctor-profile-nickname { font-size: 22px; }
.doctor-lead { font-size: 17px; }
.doctor-profile figure { margin: 0; }
.doctor-profile figure img { display: block; width: 100%; height: auto; border-radius: 50%; }
.doctor-profile figcaption { text-align: center; font-size: 14px; color: #49667d; padding-top: 12px; }
.doctor-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 18px; }
.doctor-actions .doctor-button { margin: 0; }
.doctor-toc { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 20px 0; margin: 12px 0; border-bottom: 1px solid #dce6ee; }
.doctor-toc a { padding: 10px 0; text-decoration: underline; text-underline-offset: 5px; }
.doctor-profile-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 40px; align-items: start; }
.doctor-profile .doctor-panel { width: 100%; max-width: none; margin: 0; padding: 28px 0; border-bottom: 1px solid #dce6ee; scroll-margin-top: 100px; }
.doctor-panel h2, .doctor-appointment h2 { font-size: 24px; line-height: 1.5; margin-bottom: 18px; }
.doctor-panel h3 { font-size: 19px; margin: 22px 0 10px; }
.doctor-detail-list { margin-top: 16px; }
.doctor-detail-list li { margin-bottom: 18px; }
.doctor-appointment { margin-top: 28px; padding: 24px; background: #f3f7fb; border-radius: 16px; scroll-margin-top: 100px; }
.doctor-appointment .doctor-button { width: 100%; margin-bottom: 12px; }
.doctor-phone { display: block; padding: 10px 0; text-decoration: underline; }
.doctor-appointment .doctor-appointment-note { font-size: 14px; margin-top: 16px; }
.doctor-questions details { border-top: 1px solid #dce6ee; padding: 18px 0; }
.doctor-questions summary { cursor: pointer; font-size: 17px; font-weight: 500; line-height: 1.8; }
.doctor-questions p { margin-top: 12px; }
@media (max-width: 900px) {
    .doctor-profile-grid { grid-template-columns: minmax(0, 1fr); gap: 8px; }
    .doctor-profile-hero { gap: 24px; padding: 24px; grid-template-columns: 1.3fr 1fr; }
    .doctor-summary-card { grid-template-columns: 220px minmax(0, 1fr); gap: 24px; padding: 24px; }
}
@media (max-width: 600px) {
    .doctor-summary-card, .doctor-profile-hero { grid-template-columns: minmax(0, 1fr); padding: 24px 20px; }
    .doctor-summary-photo { max-width: 220px; margin: 0 auto; }
    main .doctor-summary-copy h3 { font-size: 24px; }
    .doctor-profile { padding: 20px 16px; }
    .doctor-profile-hero figure { grid-row: 1; max-width: 220px; margin: 0 auto; }
    .doctor-panel h2 { font-size: 22px; }
    .doctor-toc { gap: 4px 18px; }
    .doctor-actions { align-items: stretch; flex-direction: column; }
}
