/* Education and professional publishing. Inherits the established site identity. */
.edu-page { --edu-teal: oklch(37% .07 187); --edu-red: oklch(42% .14 20); }
.edu-page main { flex: 1; }
.edu-wrap { width: min(1240px, calc(100% - 2 * clamp(20px, 4vw, 56px))); margin-inline: auto; }
.edu-intro { padding-block: clamp(38px, 5vw, 70px) 36px; display: grid; grid-template-columns: 1.45fr 1fr; gap: 44px; align-items: end; }
.edu-crumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: .84rem; color: var(--muted); margin-bottom: 22px; }
.edu-crumb a { color: var(--brand-green); }
.edu-intro h1 { font-size: clamp(2.1rem, 4.35vw, 3.75rem); max-width: 20ch; letter-spacing: -.025em; line-height: 1.13; }
.edu-intro p { max-width: 56ch; }
.edu-intro-note { display: grid; gap: 20px; }
.edu-author { display: flex; gap: 14px; align-items: center; }
.edu-author img { width: 55px; height: 68px; object-fit: cover; border-radius: 4px; }
.edu-author strong { display: block; }
.edu-author span { font-size: .84rem; color: var(--muted); }
.edu-subnav { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-block: 25px 0; }
.edu-subnav a { padding-block: 6px; font-weight: 600; color: var(--brand-green); text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--line); }
.edu-news-band { background: var(--brand-green); color: white; padding-block: 23px; }
.edu-news-band .edu-wrap { display: grid; grid-template-columns: 120px 1fr; gap: 30px; align-items: center; }
.edu-news-band-label { font-size: 1.12rem; font-weight: 700; }
.edu-news-band-label a { color: white; }
.edu-news-stream { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.edu-news-stream a { display: flex; flex-direction: column; gap: 5px; color: white; font-size: .97rem; line-height: 1.35; padding-block: 5px; }
.edu-news-stream a:hover { color: var(--brand-gold); }
.edu-news-stream time { font-size: .75rem; color: oklch(86% .025 153); }
.edu-section { padding-block: clamp(48px, 6vw, 82px); scroll-margin-top: 110px; }
.edu-section-heading { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 30px; }
.edu-section h2 { font-size: clamp(1.7rem, 3.1vw, 2.6rem); }
.edu-section-heading p { max-width: 47ch; color: var(--muted); }
.edu-feature { display: grid; grid-template-columns: minmax(230px,.85fr) minmax(0,1.5fr); gap: clamp(28px,5vw,72px); align-items: center; }
.edu-course-art { display: block; width: 100%; height: auto; max-height: 565px; object-fit: contain; background: oklch(97% .007 187); }
.edu-feature-copy { padding-block: 12px; }
.edu-tag { display: inline-block; background: var(--brand-green); color: white; font-size: .8rem; font-weight: 700; padding: 5px 11px; border-radius: 3px; margin-bottom: 18px; }
.edu-feature h2 { line-height: 1.16; margin-bottom: 20px; font-size: clamp(1.9rem,3.4vw,2.95rem); }
.edu-feature h2 span { color: var(--edu-teal); }
.edu-feature p { max-width: 57ch; }
.edu-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-block: 24px; padding-block: 16px; border-block: 1px solid var(--line); font-weight: 600; }
.edu-list { padding-left: 1.25em; margin-block: 20px; display: grid; gap: 8px; }
.edu-list li::marker { color: var(--brand-green); }
.edu-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: 25px; }
.edu-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; background: var(--brand-green); color: white !important; border: 0; padding: 14px 22px; border-radius: 4px; font: 600 1rem var(--font-body); cursor: pointer; text-decoration: none !important; transition: background 180ms ease, transform 180ms ease; }
.edu-button:hover { background: var(--edu-teal); transform: translateY(-2px); }
.edu-link { color: var(--brand-green); font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.edu-small { font-size: .85rem; color: var(--muted); margin-top: 14px; }
.edu-hands { background: var(--surface-alt); }
.edu-hands-grid { display: grid; grid-template-columns: .85fr 1.5fr; gap: clamp(28px,5vw,72px); }
.edu-hands-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 20px; }
.edu-hands-photo p { color: var(--muted); max-width: 43ch; }
.edu-course-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; padding-block: 24px; border-bottom: 1px solid var(--line); color: var(--ink); }
.edu-course-row:first-child { border-top: 1px solid var(--line); }
.edu-course-row h3 { font-size: 1.2rem; line-height: 1.25; margin-bottom: 8px; }
.edu-course-row p { font-size: .94rem; color: var(--muted); max-width: 62ch; }
.edu-arrow { font-size: 1.4rem; color: var(--brand-green); transition: transform 180ms ease; }
.edu-course-row:hover h3 { color: var(--brand-green); }
.edu-course-row:hover .edu-arrow { transform: translateX(4px); }
.edu-catalog { display: grid; }
.edu-catalog .edu-course-row { grid-template-columns: minmax(0,1fr) 95px minmax(200px,.8fr) 24px; align-items: center; }
.edu-catalog .edu-course-row h3 { margin: 0; }
.edu-duration { color: var(--brand-green); font-weight: 700; }
.edu-schedule { font-size: .88rem; color: var(--muted); }
.edu-methods { background: var(--brand-green); color: white; }
.edu-methods h2, .edu-methods h3 { color: white; }
.edu-methods .edu-section-heading p { color: oklch(87% .02 153); }
.edu-methods-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 45px; }
.edu-methods-feature { color: white; display: grid; grid-template-columns: minmax(150px,.9fr) 1fr; gap: 26px; align-items: center; }
.edu-methods-feature img { width: 100%; aspect-ratio: 1; object-fit: cover; background: white; }
.edu-methods h3 { font-size: 1.35rem; line-height: 1.3; }
.edu-methods p { margin-top: 12px; }
.edu-methods .edu-course-row { border-color: oklch(63% .035 153); color: white; }
.edu-methods .edu-course-row p { color: oklch(87% .02 153); }
.edu-methods .edu-arrow { color: var(--brand-gold); }
.edu-methods a:hover h3 { color: var(--brand-gold); }
.edu-news-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 30px; }
.edu-news-card { display: flex; flex-direction: column; color: var(--ink); }
.edu-news-card img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: var(--surface-alt); margin-bottom: 20px; }
.edu-news-card:first-child img { object-fit: cover; object-position: center 35%; }
.edu-news-meta { font-size: .78rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px 13px; margin-bottom: 10px; }
.edu-news-card h3 { font-size: 1.3rem; line-height: 1.25; }
.edu-news-card p { margin-block: 13px 18px; font-size: .95rem; color: var(--muted); }
.edu-news-card .edu-link { margin-top: auto; }
.edu-news-card:hover h3 { color: var(--brand-green); }
.edu-contact { background: var(--surface-alt); border-top: 1px solid var(--line); }
.edu-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.edu-contact h2 { margin-bottom: 18px; }
.edu-contact-links { display: grid; gap: 14px; align-content: start; }
.edu-contact-links a { font-size: 1.12rem; color: var(--brand-green); text-decoration: underline; text-underline-offset: 5px; }
.edu-footer { background: var(--brand-green); color: white; padding-block: 30px; }
.edu-footer .edu-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.edu-footer a { color: white; }
.edu-detail-head { padding-block: 35px 38px; border-bottom: 1px solid var(--line); }
.edu-detail-head h1 { font-size: clamp(2rem,4.1vw,3.5rem); line-height: 1.16; max-width: 28ch; margin-block: 12px 20px; }
.edu-detail-head .edu-lead { font-size: 1.15rem; max-width: 68ch; }
.edu-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(35px,6vw,80px); align-items: start; }
.edu-prose { max-width: 70ch; font-size: 1.05rem; line-height: 1.7; }
.edu-prose p + p { margin-top: 1.15em; }
.edu-prose h2 { font-size: 1.65rem; margin-block: 1.8em .6em; }
.edu-prose h2:first-child { margin-top: 0; }
.edu-prose ul { padding-left: 1.2em; }
.edu-prose li + li { margin-top: .6em; }
.edu-side { padding: 25px; background: var(--surface-alt); }
.edu-side h2 { font-size: 1.25rem; margin-bottom: 20px; }
.edu-side .edu-button { width: 100%; padding-inline: 15px; }
.edu-side p { margin-block: 12px; }
.edu-side img { width: 100%; height: auto; display: block; margin-bottom: 20px; }
.edu-source { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 32px; font-size: .84rem; color: var(--muted); }
.edu-source a { color: var(--brand-green); text-decoration: underline; }
.edu-share { border-top: 1px solid var(--line); padding-top: 25px; margin-top: 35px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 23px; }
.edu-share a, .edu-share button { color: var(--brand-green); background: none; border: 0; font: inherit; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.edu-copy-status { width: 100%; font-size: .85rem; }
.edu-home-band { margin: 0; }
.edu-home-band .edu-news-band-label a { font-size: .9rem; }
.edu-news-stream a, .edu-news-card img { transition: color 180ms ease; }
.edu-page :focus-visible, .edu-home-band :focus-visible { outline: 3px solid var(--brand-gold); outline-offset: 5px; }
@media (max-width: 900px) {
 .edu-intro { grid-template-columns: 1fr; gap: 22px; }
 .edu-intro-note { grid-template-columns: 1fr 1fr; align-items: center; }
 .edu-feature, .edu-hands-grid { grid-template-columns: .8fr 1.2fr; gap: 30px; }
 .edu-detail-grid { grid-template-columns: minmax(0,1fr) 270px; gap: 30px; }
 .edu-methods-grid { grid-template-columns: 1fr; }
 .edu-news-grid { gap: 20px; }
 .edu-catalog .edu-course-row { grid-template-columns: minmax(0,1fr) 65px minmax(130px,.7fr) 20px; gap: 18px; }
}
@media (max-width: 650px) {
 .edu-intro-note, .edu-feature, .edu-hands-grid, .edu-contact-grid, .edu-detail-grid { grid-template-columns: 1fr; }
 .edu-intro h1 { font-size: clamp(1.9rem,8vw,2.7rem); }
 .edu-news-band .edu-wrap { grid-template-columns: 1fr; gap: 10px; }
 .edu-news-stream { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 24px; padding-bottom: 8px; }
 .edu-news-stream a { flex: 0 0 82%; scroll-snap-align: start; }
 .edu-section-heading { display: block; }
 .edu-section-heading p { margin-top: 18px; }
 .edu-feature { gap: 26px; }
 .edu-course-art { max-height: 450px; width: auto; max-width: 100%; margin-inline: auto; }
 .edu-feature-copy { padding: 0; }
 .edu-facts { gap: 6px 18px; }
 .edu-catalog .edu-course-row { grid-template-columns: minmax(0,1fr) 60px 18px; gap: 12px; }
 .edu-catalog .edu-course-row .edu-schedule { grid-row: 2; grid-column: 1 / 3; }
 .edu-catalog .edu-course-row .edu-arrow { grid-row: 1; grid-column: 3; }
 .edu-news-grid { grid-template-columns: 1fr; gap: 35px; }
 .edu-news-card { display: grid; grid-template-columns: 95px 1fr; gap: 0 18px; }
 .edu-news-card img { grid-column: 1; grid-row: 1 / 5; height: 122px; aspect-ratio: auto; margin: 0; object-fit: cover; }
 .edu-news-card > :not(img) { grid-column: 2; }
 .edu-news-card h3 { font-size: 1.1rem; }
 .edu-news-card p { font-size: .9rem; margin-top: 10px; }
 .edu-methods-feature { grid-template-columns: 1fr; }
 .edu-methods-feature img { max-height: 310px; aspect-ratio: 4/3; object-fit: contain; }
 .edu-detail-grid > .edu-side { order: -1; }
 .edu-detail-grid > .edu-side img { max-height: 390px; width: auto; max-width: 100%; margin-inline: auto; }
 .edu-detail-head h1 { overflow-wrap: anywhere; }
 .edu-share { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
 .edu-page *, .edu-home-band * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
 .edu-button:hover, .edu-course-row:hover .edu-arrow { transform: none; }
}

/* September 2026 redesign: a compact professional section with local fonts. */
.edu-page { --edu-teal: oklch(37% .07 187); --edu-red: oklch(42% .14 20); font-family: 'Source Sans 3', Arial, sans-serif; }
.edu-page main { min-width: 0; }
.edu-page main h1, .edu-page main h2, .edu-page main h3 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 600; text-wrap: balance; }
.edu-page main h1 { font-size: clamp(2rem,4.1vw,3.15rem); line-height:1.15; letter-spacing:-.025em; }
.edu-page main h2 { font-size:clamp(1.65rem,2.6vw,2.2rem); line-height:1.2; letter-spacing:-.015em; }
.edu-page main h3 { line-height:1.32; }
.edu-page main p { text-wrap:pretty; }
.edu-wrap { width:min(1200px,calc(100% - 2 * clamp(20px,4vw,52px))); }
.edu-intro { display:block; padding-block:28px 0; }
.edu-intro .edu-crumb { margin-bottom:34px; font-size:.83rem; }
.edu-intro-heading { display:flex; justify-content:space-between; align-items:center; gap:40px; }
.edu-intro-heading h1 { max-width:none; }
.edu-intro-heading p { max-width:37ch; font-size:.85rem; line-height:1.5; color:var(--muted); }
.edu-intro-heading strong { color:var(--ink); font-weight:600; }
.edu-intro .edu-intro-lead { font-size:1.12rem; line-height:1.5; max-width:67ch; margin-top:22px; }
.edu-subnav { gap:12px 35px; margin-top:33px; border-top:1px solid var(--line); padding-block:16px; }
.edu-subnav a { font-size:.92rem; text-decoration:none; padding-block:4px; }
.edu-subnav a:hover { text-decoration:underline; text-underline-offset:5px; }
.edu-news-band { padding-block:19px; }
.edu-news-band .edu-wrap { grid-template-columns:95px minmax(0,1fr); gap:25px; }
.edu-news-stream { gap:32px; }
.edu-news-stream a { font-size:.89rem; }
.edu-news-stream time { font-size:.72rem; }
.edu-section { padding-block:clamp(46px,5.6vw,74px); scroll-margin-top:105px; }
.edu-section-heading { margin-bottom:29px; align-items:center; }
.edu-section-heading h2 { max-width:29ch; }
.edu-section-heading p { font-size:.96rem; line-height:1.5; }
.edu-section-heading > div p { margin-top:13px; }
.edu-feature { display:grid; grid-template-columns:250px minmax(0,1fr); gap:clamp(28px,4vw,52px); padding:32px; background:var(--surface-alt); align-items:center; }
.edu-feature-art { max-width:250px; display:block; }
.edu-course-art { max-height:none; width:100%; height:auto; }
.edu-feature-copy { padding:0; }
.edu-feature-label { font-size:.84rem; color:var(--brand-green); font-weight:600; margin-bottom:14px; }
.edu-feature h3 { font-size:clamp(1.55rem,2.7vw,2.2rem); letter-spacing:-.015em; max-width:29ch; }
.edu-feature-subtitle { font-size:1.15rem; color:var(--brand-green); margin-block:7px 18px; }
.edu-feature-copy > p:not([class]) { font-size:1rem; max-width:59ch; }
.edu-facts { font-size:.88rem; gap:8px 24px; margin-block:22px; padding-block:14px; }
.edu-actions { margin-top:22px; gap:14px 24px; }
.edu-actions .edu-small { margin:0; max-width:24ch; line-height:1.35; }
.edu-button { font-size:.93rem; padding:13px 19px; border-radius:4px; min-height:46px; }
.edu-link { font-size:.91rem; }
.edu-small { font-size:.82rem; line-height:1.5; }
.edu-hands { background:var(--surface); border-block:1px solid var(--line); }
.edu-hands-grid { grid-template-columns:minmax(0,.84fr) minmax(0,1.45fr); gap:clamp(32px,5vw,75px); }
.edu-hands-intro h2 { margin-bottom:20px; }
.edu-hands-intro > p:not([class]) { font-size:.95rem; max-width:43ch; }
.edu-practice-photo { width:100%; aspect-ratio:16/9; object-fit:cover; margin-top:25px; display:block; }
.edu-course-row { gap:20px; padding-block:23px; }
.edu-course-row h3 { font-size:1.15rem; }
.edu-course-row p { font-size:.89rem; line-height:1.5; }
.edu-catalog .edu-course-row h3 { font-size:1.1rem; }
.edu-catalog .edu-course-row { grid-template-columns:minmax(0,1fr) 74px minmax(170px,.72fr) 20px; }
.edu-schedule { font-size:.84rem; }
.edu-science { background:var(--surface-alt); }
.edu-science-grid { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:48px; align-items:start; }
.edu-publication { display:grid; grid-template-columns:85px minmax(0,1fr); gap:20px; padding-block:27px; border-bottom:1px solid var(--line); scroll-margin-top:110px; }
.edu-publication:first-child { border-top:1px solid var(--line); }
.edu-publication-year { font-size:1.13rem; color:var(--brand-green); font-weight:600; }
.edu-publication-year span { display:block; color:var(--muted); font-size:.73rem; line-height:1.35; font-weight:400; margin-top:4px; }
.edu-publication h3 { font-size:1.15rem; line-height:1.4; max-width:65ch; margin:0; }
.edu-publication h3 a { color:var(--ink); }
.edu-publication h3 a:hover { color:var(--brand-green); text-decoration:underline; text-underline-offset:4px; }
.edu-publication-authors { color:var(--muted); font-size:.85rem; margin-top:12px; max-width:78ch; }
.edu-publication-citation { color:var(--muted); font-size:.84rem; margin-top:9px; max-width:74ch; }
.edu-publication-links { display:flex; flex-wrap:wrap; gap:12px 24px; margin-top:15px; }
.edu-publication-links .edu-link { font-size:.81rem; }
.edu-thesis { background:var(--brand-green); color:white; padding:30px 27px; }
.edu-thesis .edu-thesis-type { font-size:.82rem; color:oklch(87% .02 153); margin-bottom:24px; }
.edu-thesis h3 { color:white; font-size:1.45rem; line-height:1.3; }
.edu-thesis p { font-size:.91rem; margin-top:20px; color:oklch(92% .01 153); }
.edu-thesis a { display:block; color:white; font-size:.91rem; font-weight:600; margin-top:32px; text-decoration:underline; text-underline-offset:5px; }
.edu-research-row { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:35px; padding-block:28px; border-bottom:1px solid var(--line); }
.edu-research-row:first-child { border-top:1px solid var(--line); }
.edu-research-row h3 { font-size:1.2rem; margin-bottom:10px; }
.edu-research-row p { font-size:.95rem; color:var(--muted); max-width:72ch; }
.edu-methods-grid { grid-template-columns:minmax(0,1.18fr) minmax(0,1fr); gap:50px; }
.edu-methods-feature { grid-template-columns:170px minmax(0,1fr); gap:25px; }
.edu-methods-feature img { aspect-ratio:1; }
.edu-methods h3 { font-size:1.15rem; }
.edu-methods p { font-size:.9rem; }
.edu-news-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px; }
.edu-news-card img { aspect-ratio:16/10; object-fit:cover; object-position:center 22%; }
.edu-news-card h3 { font-size:1.14rem; }
.edu-news-card p { font-size:.89rem; }
.edu-news-meta { font-size:.74rem; }
.edu-detail-head { padding-block:28px 36px; }
.edu-detail-head h1 { max-width:32ch; margin-top:18px; }
.edu-detail-head .edu-lead { font-size:1.09rem; line-height:1.6; }
.edu-prose { font-size:1rem; }
.edu-prose h2 { font-size:1.6rem !important; }
.edu-library-tools { display:flex; flex-wrap:wrap; align-items:end; justify-content:space-between; gap:22px; margin-bottom:20px; }
.edu-search { display:grid; gap:7px; font-size:.85rem; font-weight:600; width:min(100%,330px); }
.edu-search input { width:100%; border:1px solid var(--line-strong); background:white; color:var(--ink); font:400 .95rem 'Source Sans 3',Arial,sans-serif; border-radius:4px; min-height:46px; padding:10px 13px; }
.edu-search input::placeholder { color:var(--muted); opacity:1; }
.edu-library-filters { display:flex; flex-wrap:wrap; gap:8px; }
.edu-library-filters button { font:600 .86rem 'Source Sans 3',Arial,sans-serif; padding:11px 14px; min-height:45px; background:white; color:var(--brand-green); border:1px solid var(--line); border-radius:4px; cursor:pointer; }
.edu-library-filters button[aria-pressed="true"] { background:var(--brand-green); border-color:var(--brand-green); color:white; }
.edu-library-filters button:hover { border-color:var(--brand-green); }
.edu-empty { padding-block:50px; text-align:center; }
.edu-empty p { margin-block:18px 24px; }
.edu-page [hidden] { display:none !important; }
.edu-research-detail { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:65px; align-items:start; }
.edu-research-project { padding-bottom:45px; margin-bottom:45px; border-bottom:1px solid var(--line); scroll-margin-top:115px; }
.edu-project-status { color:var(--brand-green); font-size:.83rem; margin-bottom:14px; font-weight:600; }
.edu-research-project h2 { margin-bottom:21px; }
.edu-research-project p { max-width:68ch; }
.edu-research-project h3 { font-size:1.12rem; margin-block:25px 10px; }
.edu-research-basis { display:grid; gap:10px; margin-block:26px; font-size:.88rem; }
.edu-research-basis a { color:var(--brand-green); text-decoration:underline; text-underline-offset:4px; }
.edu-research-detail .edu-side p { font-size:.91rem; }
.edu-page main a { transition:color 160ms ease-out,background-color 160ms ease-out; }
.edu-publication, .edu-research-row { transition:background-color 160ms ease-out; }
.edu-publication:target, .edu-research-project:target { background:oklch(97% .01 153); outline:1px solid var(--line); outline-offset:12px; }
@media(max-width:1000px){
 .edu-intro-heading { display:block; }
 .edu-intro-heading p { margin-top:18px; max-width:65ch; }
 .edu-intro-heading p br { display:none; }
 .edu-intro-heading strong { display:block; margin-top:3px; }
 .edu-feature { grid-template-columns:220px minmax(0,1fr); gap:30px; padding:26px; }
 .edu-science-grid { grid-template-columns:minmax(0,1fr) 245px; gap:30px; }
 .edu-thesis { padding:25px 23px; }
 .edu-methods-grid { grid-template-columns:1fr; gap:28px; }
 .edu-research-detail { grid-template-columns:minmax(0,1fr) 250px; gap:32px; }
}
@media(max-width:760px){
 .edu-feature { grid-template-columns:165px minmax(0,1fr); padding:22px; gap:25px; }
 .edu-feature .edu-facts { display:grid; gap:4px; }
 .edu-science-grid { grid-template-columns:1fr; }
 .edu-thesis { max-width:none; }
 .edu-thesis h3 { max-width:34ch; }
 .edu-thesis a { margin-top:20px; }
 .edu-hands-grid { grid-template-columns:1fr; gap:28px; }
 .edu-hands-intro .edu-practice-photo { max-width:430px; }
 .edu-catalog .edu-course-row { grid-template-columns:minmax(0,1fr) 62px 20px; gap:14px; }
 .edu-catalog .edu-course-row .edu-schedule { grid-row:2; grid-column:1 / 3; }
 .edu-catalog .edu-course-row .edu-arrow { grid-row:1; grid-column:3; }
 .edu-research-row { grid-template-columns:1fr; gap:17px; }
 .edu-research-detail { grid-template-columns:1fr; }
 .edu-detail-grid { grid-template-columns:1fr; }
 .edu-section-heading { display:block; }
 .edu-section-heading > .edu-link { display:inline-block; margin-top:17px; }
}
@media(max-width:580px){
 .edu-intro .edu-crumb { margin-bottom:25px; }
 .edu-intro-heading p { font-size:.81rem; line-height:1.5; }
 .edu-intro .edu-intro-lead { font-size:1rem; margin-top:20px; }
 .edu-subnav { column-gap:23px; row-gap:8px; margin-top:25px; padding-block:14px; }
 .edu-subnav a { font-size:.84rem; }
 .edu-news-band .edu-wrap { grid-template-columns:1fr; gap:8px; }
 .edu-news-band-label { font-size:.92rem; }
 .edu-news-stream { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:24px; padding-bottom:6px; }
 .edu-news-stream a { flex:0 0 86%; font-size:.89rem; scroll-snap-align:start; }
 .edu-feature { display:flex; flex-direction:column-reverse; align-items:start; padding:24px; gap:25px; }
 .edu-feature-art { width:160px; align-self:center; }
 .edu-course-art { margin:0; }
 .edu-feature .edu-facts { display:flex; }
 .edu-feature h3 { font-size:1.6rem; }
 .edu-feature-copy .edu-actions { align-items:start; flex-direction:column; }
 .edu-actions .edu-small { max-width:none; }
 .edu-publication { grid-template-columns:1fr; gap:12px; padding-block:25px; }
 .edu-publication-year { display:flex; gap:13px; align-items:center; font-size:.92rem; }
 .edu-publication-year span { font-size:.78rem; margin:0; }
 .edu-publication h3 { font-size:1.07rem; }
 .edu-publication-links { gap:12px 20px; }
 .edu-news-grid { display:grid; grid-template-columns:1fr; gap:28px; }
 .edu-news-card { display:grid; grid-template-columns:86px minmax(0,1fr); gap:0 17px; }
 .edu-news-card img { width:86px; height:114px; grid-column:1; grid-row:1 / 5; object-fit:cover; }
 .edu-news-card > :not(img) { grid-column:2; }
 .edu-news-card h3 { font-size:1.05rem; }
 .edu-methods-feature { grid-template-columns:120px minmax(0,1fr); gap:20px; }
 .edu-methods-feature img { width:120px; aspect-ratio:1; }
 .edu-methods-feature h3 { font-size:1.05rem; }
 .edu-methods-feature p { font-size:.86rem; }
 .edu-detail-head h1 { font-size:1.9rem; overflow-wrap:break-word; }
 .edu-detail-grid > .edu-side { order:initial; }
 .edu-detail-grid .edu-side img { max-width:240px; }
 .edu-contact-links a { font-size:1rem; overflow-wrap:anywhere; }
 .edu-library-filters { gap:7px; }
 .edu-library-filters button { padding-inline:11px; font-size:.81rem; }
 .edu-search { width:100%; }
 .edu-research-project h2 { font-size:1.55rem; }
}
@media(prefers-reduced-motion:reduce){ .edu-page main *, .edu-home-band * { transition:none !important; animation:none !important; scroll-behavior:auto !important; } }

/* Professional pages use their own course/research actions. */
.edu-page .site-header .header-cta { display:none !important; }
.edu-page .site-header .header-inner { justify-content:space-between; }
.edu-thesis h3 { overflow-wrap:break-word; }

/* September 10: compact introduction and immediate photo news. */
.edu-intro { padding-top:18px; }
.edu-intro .edu-crumb { margin-bottom:14px; }
.edu-intro-heading { display:block; }
.edu-page .edu-intro-heading h1 { font-size:clamp(1.65rem,3vw,2.1rem); line-height:1.14; }
.edu-intro-heading p { max-width:none; margin-top:8px; font-size:.8rem; line-height:1.45; }
.edu-intro-heading p br { display:none; }
.edu-intro-heading strong { display:inline; margin-left:10px; }
.edu-intro .edu-intro-lead { max-width:90ch; font-size:.94rem; line-height:1.4; margin-top:9px; }
.edu-subnav { margin-top:15px; padding-block:10px; gap:7px 30px; }
.edu-news-featured { padding-block:22px 25px; scroll-margin-top:100px; }
.edu-news-featured .edu-wrap { display:block; }
.edu-news-featured-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:18px; }
.edu-page .edu-news-featured-heading h2 { color:white; font:600 1.12rem 'Source Sans 3',Arial,sans-serif; margin:0; }
.edu-news-featured-heading .edu-link { color:white; font-size:.84rem; }
.edu-news-featured-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.edu-news-featured-item { display:grid; grid-template-columns:90px minmax(0,1fr); gap:15px; color:white; align-items:start; }
.edu-news-featured-item img { width:90px; height:112px; object-fit:cover; object-position:center; display:block; border-radius:3px; }
.edu-news-featured-item:first-child img { object-position:center 28%; }
.edu-news-featured-item time { display:block; font-size:.73rem; color:oklch(86% .025 153); margin-bottom:7px; line-height:1.25; }
.edu-page .edu-news-featured-item h3 { color:white; font:600 .97rem/1.35 'Source Sans 3',Arial,sans-serif; text-wrap:pretty; margin:0; }
.edu-news-read { display:block; color:oklch(92% .018 153); font-size:.77rem; margin-top:12px; }
.edu-news-featured-item:hover h3 { text-decoration:underline; text-underline-offset:4px; }
.edu-news-featured a:focus-visible { outline-color:white; }
@media(max-width:1050px){
 .edu-news-featured-list { gap:20px; }
 .edu-news-featured-item { grid-template-columns:76px minmax(0,1fr); gap:12px; }
 .edu-news-featured-item img { width:76px; height:105px; }
 .edu-page .edu-news-featured-item h3 { font-size:.9rem; }
}
@media(max-width:760px){
 .edu-news-featured-list { display:flex; overflow-x:auto; gap:23px; scroll-snap-type:x mandatory; padding-bottom:10px; }
 .edu-news-featured-item { flex:0 0 min(320px,85%); scroll-snap-align:start; grid-template-columns:90px minmax(0,1fr); }
 .edu-news-featured-item img { width:90px; height:112px; }
 .edu-news-featured-heading { margin-bottom:16px; }
 .edu-intro-heading strong { display:block; margin-left:0; margin-top:2px; }
 .edu-subnav { column-gap:22px; }
}
@media(max-width:580px){
 .edu-intro { padding-top:14px; }
 .edu-intro .edu-crumb { margin-bottom:12px; }
 .edu-intro-heading p { margin-top:7px; font-size:.77rem; }
 .edu-intro .edu-intro-lead { font-size:.89rem; margin-top:8px; }
 .edu-subnav { margin-top:12px; padding-block:8px; }
 .edu-news-featured { padding-block:18px; }
 .edu-news-featured-heading .edu-link { font-size:.77rem; }
}

.edu-leaflet { margin:auto; inset:0; width:min(940px,calc(100% - 32px)); max-height:90dvh; padding:24px; border:0; color:var(--edu-ink,#12221b); background:white; overflow:auto; }
.edu-leaflet::backdrop { background:rgb(0 20 12 / .65); }
.edu-leaflet-close { display:block; margin:0 0 18px auto; padding:10px 16px; background:#064b30; color:white; border:0; cursor:pointer; }
.edu-leaflet-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.2fr); gap:28px; }
.edu-leaflet-layout img { width:100%; height:auto; }
.edu-leaflet h2 { font-size:1.6rem; line-height:1.2; }
.edu-leaflet details { border-top:1px solid #ccd6cf; padding:16px 0; }
.edu-leaflet summary { cursor:pointer; font-weight:600; }
.edu-leaflet .edu-button { margin-top:18px; }
@media(max-width:650px){.edu-leaflet-layout{grid-template-columns:1fr}.edu-leaflet-layout img{max-width:240px;margin:auto}.edu-leaflet{padding:18px}}

/* Profile links and department entry. */
.edu-social-links { display:flex; flex-wrap:wrap; gap:12px 24px; align-items:center; }
