.zu-research-page {
    --research-green: #009b4d;
    --research-deep: #063b23;
    --research-dark: #032a19;
    --research-yellow: #fff200;
    --research-ink: #17372a;
    --research-muted: #657a70;
    --research-soft: #f1f8f4;
    overflow: hidden;
    background: #fff;
    color: var(--research-ink);
}
.zu-research-page h1, .zu-research-page h2, .zu-research-page h3, .zu-research-page p { margin-top: 0; }
.research-hero { position: relative; min-height: 415px; display: flex; align-items: center; isolation: isolate; background-position: center 40%; background-size: cover; }
.research-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(2,35,20,.97) 0%,rgba(5,61,35,.91) 54%,rgba(3,45,27,.64) 100%); }
.research-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; z-index: -1; background: linear-gradient(90deg,var(--research-yellow) 0 12%,var(--research-green) 12% 100%); }
.research-hero-content { max-width: 860px; padding: 62px 0 72px; }
.research-eyebrow, .research-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--research-green); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.research-eyebrow { margin-bottom: 18px; color: var(--research-yellow); }
.research-hero h1 { max-width: 850px; margin-bottom: 14px; color: #fff; font-size: clamp(2.8rem,5vw,4.45rem); font-weight: 850; letter-spacing: -.052em; line-height: 1; }
.research-hero p { max-width: 720px; margin-bottom: 25px; color: rgba(255,255,255,.79); font-size: 1.02rem; line-height: 1.7; }
.research-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.research-primary-btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 19px; border: 0; border-radius: 11px; background: var(--research-yellow); color: var(--research-dark); font-weight: 800; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.research-primary-btn:hover { color: var(--research-dark); transform: translateY(-2px); }
.research-hero-link { color: #fff; font-weight: 750; text-decoration: none; }
.research-hero-link:hover { color: var(--research-yellow); }
.research-hero-link i { margin-left: 7px; }
.research-hero-card { display: flex; align-items: flex-start; gap: 16px; max-width: 350px; margin-left: auto; padding: 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(3,41,24,.62); color: #fff; backdrop-filter: blur(12px); box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.research-hero-card > span { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; background: var(--research-yellow); color: var(--research-deep); font-size: 1.3rem; }
.research-hero-card small, .research-hero-card strong { display: block; }
.research-hero-card small { color: rgba(255,255,255,.57); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.research-hero-card strong { margin: 4px 0; font-size: 1.06rem; }
.research-hero-card p { margin: 0; color: rgba(255,255,255,.67); font-size: .79rem; line-height: 1.55; }
.research-orbit { position: absolute; right: 5%; bottom: 10%; width: 110px; height: 110px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; animation: researchSpin 14s linear infinite; }
.research-orbit::after { content: ""; position: absolute; inset: 21px; border: 1px dashed rgba(255,242,0,.4); border-radius: 50%; }
.research-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--research-yellow); }
.research-orbit i:nth-child(1) { left: 13px; top: 16px; }.research-orbit i:nth-child(2) { right: -4px; top: 52px; }.research-orbit i:nth-child(3) { left: 41px; bottom: -3px; }

.research-assurance-section { position: relative; z-index: 5; margin-top: -35px; }
.research-assurance-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(7,55,31,.13); }
.research-assurance { display: flex; align-items: center; gap: 15px; padding: 22px 25px; border-right: 1px solid #e1ede6; }
.research-assurance:last-child { border-right: 0; }
.research-assurance > i { color: var(--research-green); font-size: 1.45rem; }
.research-assurance small, .research-assurance strong { display: block; }
.research-assurance small { color: #7a8e83; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.research-assurance strong { margin-top: 2px; color: var(--research-deep); }

.research-overview-section, .research-priorities-section, .publication-library-section, .research-path-section { padding: 76px 0; }
.research-overview-card, .research-impact-card { height: 100%; padding: clamp(28px,4vw,46px); border-radius: 24px; }
.research-overview-card { background: var(--research-soft); }
.research-overview-card h2, .research-section-heading h2, .research-impact-card h2, .research-cta-section h2 { color: var(--research-deep); font-weight: 830; letter-spacing: -.04em; }
.research-overview-card h2 { max-width: 680px; margin: 9px 0 17px; font-size: clamp(2rem,4vw,3rem); }
.research-overview-card p { color: var(--research-muted); line-height: 1.78; }
.research-values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.research-values span { padding: 8px 12px; border-radius: 99px; background: #fff; color: var(--research-deep); font-size: .79rem; font-weight: 750; box-shadow: 0 6px 17px rgba(7,55,31,.06); }
.research-values i { margin-right: 5px; color: var(--research-green); }
.research-impact-card { position: relative; overflow: hidden; background: var(--research-deep); color: #fff; }
.research-impact-card::after { content: ""; position: absolute; right: -55px; bottom: -65px; width: 210px; height: 210px; border: 1px solid rgba(255,242,0,.16); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.025); }
.research-impact-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 18px; background: var(--research-yellow); color: var(--research-deep); font-size: 1.35rem; }
.research-impact-card small { color: var(--research-yellow); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.research-impact-card h2 { margin: 7px 0 15px; color: #fff; font-size: 2rem; }
.research-impact-card p { color: rgba(255,255,255,.69); line-height: 1.72; }
.research-impact-card a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: #fff; font-size: .82rem; font-weight: 800; text-decoration: none; }
.research-impact-card a:hover { color: var(--research-yellow); }

.research-priorities-section { background: #f8fbf9; }
.research-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.research-section-heading h2 { margin: 8px 0 8px; font-size: clamp(2rem,4vw,2.85rem); }
.research-section-heading p { max-width: 700px; margin-bottom: 0; color: var(--research-muted); line-height: 1.7; }
.research-priority-count { display: flex; align-items: center; gap: 9px; color: var(--research-muted); white-space: nowrap; }
.research-priority-count strong { color: var(--research-green); font-size: 2rem; }
.research-priority-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.research-priority-card { min-height: 275px; padding: 24px; border: 1px solid #dfece4; border-radius: 19px; background: #fff; box-shadow: 0 11px 30px rgba(7,55,31,.06); transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.research-priority-card:hover { transform: translateY(-7px); border-color: rgba(0,155,77,.35); box-shadow: 0 20px 42px rgba(7,55,31,.12); }
.research-priority-card > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.research-priority-card > div span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--research-soft); color: var(--research-green); font-size: 1.25rem; transition: .3s ease; }
.research-priority-card:hover > div span { background: var(--research-green); color: #fff; }
.research-priority-card > div b { color: #d0ded6; font-size: 1.5rem; }
.research-priority-card h3 { margin-bottom: 10px; color: var(--research-deep); font-size: 1.13rem; font-weight: 800; }
.research-priority-card p { margin-bottom: 0; color: var(--research-muted); font-size: .86rem; line-height: 1.67; }

.publication-library-section { background: var(--research-dark); color: #fff; }
.publication-library-section .research-kicker { color: var(--research-yellow); }
.publication-library-section .research-section-heading h2 { color: #fff; }
.publication-library-section .research-section-heading p { color: rgba(255,255,255,.63); }
.publication-total { min-width: 140px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.06); text-align: center; }
.publication-total span, .publication-total small { display: block; }
.publication-total span { color: var(--research-yellow); font-size: 2rem; font-weight: 850; line-height: 1; }
.publication-total small { margin-top: 5px; color: rgba(255,255,255,.57); font-size: .65rem; text-transform: uppercase; letter-spacing: .07em; }
.publication-controls { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.06); }
.publication-search { position: relative; margin: 0; }
.publication-search i { position: absolute; left: 15px; top: 50%; color: var(--research-green); transform: translateY(-50%); }
.publication-search input, .publication-sort select { height: 46px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; outline: none; background: #fff; color: var(--research-ink); }
.publication-search input { width: 100%; padding: 0 15px 0 43px; }
.publication-search input:focus, .publication-sort select:focus { border-color: var(--research-green); box-shadow: 0 0 0 3px rgba(0,155,77,.16); }
.publication-sort { display: flex; align-items: center; gap: 8px; margin: 0; }
.publication-sort span { color: rgba(255,255,255,.58); font-size: .72rem; }
.publication-sort select { min-width: 140px; padding: 0 32px 0 12px; font-size: .8rem; }
.publication-reset { height: 46px; padding: 0 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; background: transparent; color: #fff; font-size: .78rem; font-weight: 750; }
.publication-reset:hover { border-color: var(--research-yellow); color: var(--research-yellow); }
.publication-reset i { margin-right: 5px; }
.publication-alphabet { display: flex; align-items: center; gap: 5px; margin: 15px 0; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
.publication-alphabet button { width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 750; }
.publication-alphabet button:first-child { width: 48px; flex-basis: 48px; }
.publication-alphabet button:hover, .publication-alphabet button.active { border-color: var(--research-yellow); background: var(--research-yellow); color: var(--research-dark); }
.publication-status-line { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 15px; color: rgba(255,255,255,.55); font-size: .76rem; }
#publicationActiveFilter { color: var(--research-yellow); }
.publication-filter-panel { margin-bottom: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #fff; color: var(--research-ink); box-shadow: 0 20px 48px rgba(0,0,0,.2); }
.publication-filter-heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 17px 19px; border-bottom: 1px solid #e1ece5; background: linear-gradient(90deg,#f7fbf8,#fff); }
.publication-filter-heading > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: var(--research-deep); color: var(--research-yellow); }
.publication-filter-heading small, .publication-filter-heading strong { display: block; }
.publication-filter-heading small { color: #7b8e84; font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.publication-filter-heading strong { margin-top: 1px; color: var(--research-deep); font-size: .98rem; }
.publication-filter-heading p { max-width: 430px; margin: 0; color: var(--research-muted); font-size: .76rem; text-align: right; }
.publication-filter-panel .publication-controls { padding: 16px 18px 12px; border: 0; border-radius: 0; background: #fff; }
.publication-filter-panel .publication-search input, .publication-filter-panel .publication-sort select { border-color: #d9e7df; background: #f8fbf9; }
.publication-filter-panel .publication-sort span { color: var(--research-muted); font-weight: 750; }
.publication-filter-panel .publication-reset { border-color: var(--research-deep); background: var(--research-deep); color: #fff; }
.publication-filter-panel .publication-reset:hover { border-color: var(--research-green); background: var(--research-green); color: #fff; }
.publication-alphabet-wrap { margin: 0 18px; padding: 15px; border: 1px solid #d7e8de; border-radius: 15px; background: linear-gradient(135deg,#edf8f1,#f8fcf9); box-shadow: inset 4px 0 0 var(--research-green); }
.publication-alphabet-label { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--research-deep); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.publication-alphabet-label i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--research-deep); color: var(--research-yellow); }
.publication-alphabet-wrap .publication-alphabet { display: grid; grid-template-columns: repeat(14,minmax(0,1fr)); gap: 7px; margin: 0; padding: 0; overflow: visible; }
.publication-alphabet-wrap .publication-alphabet button { width: 100%; height: 39px; min-width: 0; border: 1px solid #cfe1d7; border-radius: 9px; background: #fff; color: var(--research-deep); font-size: .72rem; font-weight: 850; box-shadow: 0 3px 8px rgba(7,55,31,.04); }
.publication-alphabet-wrap .publication-alphabet button:first-child { width: 100%; grid-column: span 2; }
.publication-alphabet-wrap .publication-alphabet button:hover { border-color: var(--research-green); background: #e3f5ea; color: var(--research-green); transform: translateY(-1px); }
.publication-alphabet-wrap .publication-alphabet button.active { border-color: var(--research-deep); background: var(--research-deep); color: #fff; box-shadow: 0 7px 15px rgba(6,59,35,.2); }
.publication-filter-panel .publication-status-line { min-height: 44px; margin: 0; padding: 9px 19px 12px; color: var(--research-muted); }
.publication-filter-panel #publicationActiveFilter { color: var(--research-green); font-weight: 750; }
.publication-card { position: relative; overflow: hidden; }
.publication-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg,var(--research-green),var(--research-yellow)); transform: scaleX(.3); transform-origin: left; transition: transform .35s ease; }
.publication-card:hover::before { transform: scaleX(1); }
.publication-view { display: inline-flex; align-items: center; gap: 4px; padding: 7px 9px; border-radius: 8px; background: var(--research-soft); }
.publication-view:hover { background: var(--research-green); color: #fff; }
.publication-loader, .publication-error { display: flex; align-items: center; gap: 17px; min-height: 108px; margin: 20px 0; padding: 20px 23px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.055); }
.publication-loader-mark { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: var(--research-yellow); color: var(--research-deep); font-size: 1.2rem; animation: researchLoader 1.4s ease-in-out infinite; }
.publication-loader strong, .publication-loader small { display: block; }
.publication-loader small { margin-top: 3px; color: rgba(255,255,255,.56); }
.publication-error > i { color: #ffb5b5; font-size: 1.5rem; }
.publication-error div { flex: 1; }
.publication-error h3 { margin: 0 0 3px; color: #fff; font-size: 1rem; }
.publication-error p { margin: 0; color: rgba(255,255,255,.57); font-size: .8rem; }
.publication-error button { padding: 9px 13px; border: 0; border-radius: 9px; background: #fff; color: var(--research-deep); font-size: .76rem; font-weight: 800; }
.publication-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.publication-card { min-height: 330px; display: flex; flex-direction: column; padding: 23px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #fff; color: var(--research-ink); box-shadow: 0 13px 35px rgba(0,0,0,.12); animation: publicationIn .45s ease both; transition: transform .3s ease,box-shadow .3s ease; }
.publication-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(0,0,0,.22); }
.publication-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 21px; }
.publication-type { color: var(--research-green); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.publication-type i { margin-right: 5px; }
.publication-number { color: #d0ddd5; font-size: 1.35rem; font-weight: 850; }
.publication-card h3 { margin-bottom: 10px; color: var(--research-deep); font-size: 1.04rem; font-weight: 800; line-height: 1.48; }
.publication-author { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 13px; color: var(--research-green); font-size: .76rem; font-weight: 700; }
.publication-author i { margin-top: 2px; }
.publication-description { display: -webkit-box; flex: 1; margin-bottom: 18px; overflow: hidden; color: var(--research-muted); font-size: .82rem; line-height: 1.68; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.publication-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid #e4eee8; }
.publication-year { color: #7a8e83; font-size: .68rem; }
.publication-year i { margin-right: 5px; color: var(--research-green); }
.publication-view { color: var(--research-deep); font-size: .73rem; font-weight: 800; text-decoration: none; }
.publication-view:hover { color: var(--research-green); }
.publication-view i { margin-left: 4px; }
.publication-unavailable { color: #91a198; font-size: .69rem; font-weight: 700; }
.publication-empty { padding: 55px 20px; text-align: center; color: rgba(255,255,255,.58); }
.publication-empty i { margin-bottom: 13px; color: var(--research-yellow); font-size: 1.8rem; }
.publication-empty h3 { margin-bottom: 5px; color: #fff; }
.publication-load-more { padding-top: 28px; text-align: center; }
.publication-load-more button { padding: 11px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.07); color: #fff; font-size: .78rem; font-weight: 800; }
.publication-load-more button:hover { border-color: var(--research-yellow); color: var(--research-yellow); }
.publication-load-more i { margin-left: 6px; }
[hidden] { display: none !important; }

.research-path-section { background: #f8fbf9; }
.research-path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.research-path-card { position: relative; min-height: 260px; padding: 27px; overflow: hidden; border: 1px solid #dfece4; border-radius: 19px; background: #fff; }
.research-path-card > span { position: absolute; right: 18px; top: 12px; color: #e3ece7; font-size: 3.4rem; font-weight: 850; line-height: 1; }
.research-path-card > i { width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 15px; background: var(--research-green); color: #fff; font-size: 1.2rem; box-shadow: 0 12px 25px rgba(0,155,77,.18); }
.research-path-card h3 { margin-bottom: 9px; color: var(--research-deep); font-size: 1.17rem; font-weight: 800; }
.research-path-card p { margin-bottom: 0; color: var(--research-muted); font-size: .86rem; line-height: 1.68; }
.research-cta-section { padding: 0 0 76px; background: #f8fbf9; }
.research-cta-section .container { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 23px; padding: 28px 32px; border-radius: 22px; background: linear-gradient(115deg,#078d49,#005e32); color: #fff; box-shadow: 0 20px 44px rgba(0,94,50,.18); }
.research-cta-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: var(--research-yellow); color: var(--research-dark); font-size: 1.4rem; }
.research-cta-section small { color: var(--research-yellow); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.research-cta-section h2 { margin: 3px 0; color: #fff; font-size: 1.6rem; }
.research-cta-section p { margin: 0; color: rgba(255,255,255,.68); }
.research-cta-section .btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 10px; background: #fff; color: var(--research-deep); font-weight: 800; white-space: nowrap; }
.research-cta-section .btn:hover { background: var(--research-yellow); }

.research-reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s ease var(--research-delay,0ms),transform .62s ease var(--research-delay,0ms); }
.research-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes researchSpin { to { transform:rotate(360deg); } }
@keyframes researchLoader { 0%,100% { transform:scale(1); opacity:.75; } 50% { transform:scale(1.08); opacity:1; } }
@keyframes publicationIn { from { opacity:0; transform:translateY(15px); } to { opacity:1; transform:translateY(0); } }

@media (max-width: 991.98px) {
    .research-assurance-grid { grid-template-columns: 1fr; }
    .research-assurance { border-right: 0; border-bottom: 1px solid #e1ede6; }
    .research-assurance:last-child { border-bottom: 0; }
    .research-priority-grid { grid-template-columns: repeat(2,1fr); }
    .publication-grid { grid-template-columns: repeat(2,1fr); }
    .publication-alphabet-wrap .publication-alphabet { grid-template-columns: repeat(9,minmax(0,1fr)); }
    .research-cta-section .container { grid-template-columns: auto 1fr; }
    .research-cta-section .btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 767.98px) {
    .research-hero { min-height: 390px; }
    .research-hero-content { padding: 54px 0 62px; }
    .research-hero h1 { font-size: 2.75rem; }
    .research-overview-section,.research-priorities-section,.publication-library-section,.research-path-section { padding: 58px 0; }
    .research-section-heading { align-items: stretch; flex-direction: column; }
    .publication-total { align-self: flex-start; }
    .publication-controls { grid-template-columns: 1fr; }
    .publication-filter-heading { grid-template-columns: auto 1fr; }
    .publication-filter-heading p { grid-column: 2; max-width: none; text-align: left; }
    .publication-alphabet-wrap .publication-alphabet { grid-template-columns: repeat(7,minmax(0,1fr)); }
    .publication-sort { justify-content: space-between; }
    .publication-sort select { flex: 1; }
    .publication-reset { width: 100%; }
    .research-path-grid { grid-template-columns: 1fr; }
    .research-path-card { min-height: 220px; }
}
@media (max-width: 575.98px) {
    .research-hero-actions { align-items: flex-start; flex-direction: column; }
    .research-assurance-section { margin-top: -23px; }
    .research-priority-grid,.publication-grid { grid-template-columns: 1fr; }
    .publication-status-line { align-items: flex-start; flex-direction: column; }
    .publication-filter-heading { padding: 15px; }
    .publication-filter-panel .publication-controls { padding: 14px; }
    .publication-alphabet-wrap { margin: 0 14px; }
    .publication-alphabet-wrap .publication-alphabet { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 6px; }
    .publication-alphabet-wrap .publication-alphabet button:first-child { grid-column: span 2; }
    .publication-filter-panel .publication-status-line { padding: 10px 15px 13px; }
    .publication-error { align-items: flex-start; flex-direction: column; }
    .research-cta-section .container { grid-template-columns: 1fr; padding: 26px; }
    .research-cta-section .btn { grid-column: auto; justify-self: stretch; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .research-reveal { opacity:1; transform:none; transition:none; }
    .research-orbit,.publication-loader-mark { animation:none; }
    .publication-card { animation:none; transition:none; }
}
