 :root {--uh-red: #C8102E;--uh-dark-red: #960C22;--uh-slate: #54585A;--uh-black: #000000;--uh-white: #FFFFFF;--uh-light-gray: #F3F3F3;--uh-gold: #C4953B;--text-main: #333333;--uh-slate-tint-light: rgb(252, 245, 246);--font-body: 'Roboto', sans-serif;--font-head: 'Oswald', sans-serif;--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.1);--shadow-hover: 0 10px 20px rgba(0, 0, 0, 0.15);--transition: all 0.3s ease;--hero-zoom-start: 1.15;--hero-zoom-end: 1.0;--hero-speed: 25s;}* {box-sizing: border-box;margin: 0;padding: 0;}body {font-family: var(--font-body);color: var(--text-main);background-color: var(--uh-white);line-height: 1.6;overflow-x: hidden;}h1, h2, h4, h5 {font-family: var(--font-head);text-transform: uppercase;}h3, .category-title {font-family: var(--font-head);color: var(--uh-slate);font-size: 1.5rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.06rem;margin-bottom: 1.5rem;margin-top: 2.5rem;border-left: 0.3rem solid var(--uh-red);padding-left: 1rem;line-height: 1.2;}a {text-decoration: none;color: inherit;transition: var(--transition);}ul {list-style: none;}img {max-width: 100%;display: block;}.container {max-width: 80rem;margin: 0 auto;padding: 0 1.25rem;}.section-padding {padding: 5rem 0.625rem;}.text-center {text-align: center;}.text-uh-red {color: var(--uh-red);margin-bottom: 2rem;}.text-gold {color: var(--uh-gold) !important;font-weight: 700;}.top-bar {background-color: var(--uh-slate);color: var(--uh-white);font-size: 0.85rem;padding: 0.5rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}.top-bar .container {display: flex;align-items: center;}.top-links a {margin-right: 1rem;font-weight: 300;opacity: 0.9;}.top-links a:hover {opacity: 1;text-decoration: underline;}.main-header {background: var(--uh-white);padding: 0.25rem 0;position: relative;height: auto;}.header-grid {display: flex;align-items: center;justify-content: flex-start;gap: 3rem;}.logo-area {display: flex;align-items: center;gap: 1.25rem;flex: 0 0 auto;width: auto;}.logo-img {height: 8rem;width: auto;}.logo-img-2 {height: 6rem;width: auto;}.center-identity {max-width: 700px;}.center-identity h4 {font-size: 0.9rem;color: var(--uh-slate);letter-spacing: 0.06rem;margin-bottom: 0.25rem;font-weight: 400;}.center-identity h1 {font-size: 2rem;color: var(--uh-red);line-height: 1.1;font-weight: 700;text-transform: uppercase;}.main-nav {background-color: var(--uh-red);box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);position: sticky;top: 0;z-index: 1000;}.nav-list {display: flex;justify-content: flex-start;}.nav-item {position: relative;}.nav-link {display: block;color: var(--uh-white);padding: 1rem 1.5rem;font-family: var(--font-head);font-weight: 500;font-size: 1rem;letter-spacing: 0.03rem;cursor: pointer;border-right: 1px solid rgba(255, 255, 255, 0.1);user-select: none;}.nav-link:hover, .nav-link.active, .nav-item.dropdown-active > .nav-link {background-color: var(--uh-dark-red);}.mobile-only-extras {display: none;}.mobile-toggle {display: none;font-size: 1.5rem;color: white;cursor: pointer;padding: 1rem;}.dropdown-menu {display: none;position: absolute;top: 100%;left: 0;background: var(--uh-white);min-width: 15.6rem;box-shadow: var(--shadow-hover);border-top: 0.25rem solid var(--uh-slate);z-index: 1001;animation: fadeIn 0.2s ease-in-out;}.dropdown-menu.show {display: block;}.dropdown-link {display: block;padding: 0.75rem 1.25rem;color: var(--uh-slate);border-bottom: 1px solid var(--uh-light-gray);font-size: 0.95rem;font-family: var(--font-body);cursor: pointer;}.dropdown-link:hover {background-color: var(--uh-light-gray);color: var(--uh-red);padding-left: 1.5rem;}.page-view {display: none;animation: fadeIn 0.5s;}.page-view.active {display: block;}@keyframes fadeIn {from {opacity: 0;transform: translateY(0.625rem);}to {opacity: 1;transform: translateY(0);}}.hero {height: 75vh;min-height: 400px;max-height: 700px;position: relative;overflow: hidden;display: flex;align-items: center;color: var(--uh-white);background-color: var(--uh-slate);}.hero-slide {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: opacity 1.5s ease-in-out;background-size: cover;background-position: center;background-repeat: no-repeat;}.hero-slide.active {opacity: 1;}.hero-slide::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);backdrop-filter: blur(10px);z-index: 1;}.hero-slide img {position: relative;z-index: 2;width: 100%;height: 100%;object-fit: cover;object-position: center center;animation: revealEffect var(--hero-speed) infinite alternate ease-in-out;will-change: transform;box-shadow: none;}@keyframes revealEffect {0% {transform: scale(var(--hero-zoom-start));}100% {transform: scale(var(--hero-zoom-end));}}.hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));z-index: 2;}.hero-content {position: relative;z-index: 3;max-width: 50rem;}.hero h2 {font-size: 3.5rem;margin-bottom: 1.25rem;}.hero p {font-size: 1.25rem;font-weight: 300;margin-bottom: 2rem;}.hero-text-overlay {background: rgba(0, 0, 0, 0.6);padding: 2rem;border-radius: 4px;border-left: 5px solid var(--uh-red);}.hero-text-overlay h2, .hero-text-overlay p {text-shadow: none;}.slider-arrow {position: absolute;top: 50%;transform: translateY(-50%);color: white;font-size: 1.5rem;cursor: pointer;opacity: 0.6;transition: all 0.3s ease;background: rgba(0, 0, 0, 0.3);width: 3.125rem;height: 3.125rem;border-radius: 50%;z-index: 10;display: flex;align-items: center;justify-content: center;}.slider-arrow:hover {opacity: 1;background: var(--uh-red);}.slider-arrow.prev {left: 1.875rem;}.slider-arrow.next {right: 1.875rem;}.slider-indicators {position: absolute;bottom: 1.875rem;left: 50%;transform: translateX(-50%);display: flex;gap: 0.75rem;z-index: 10;background: rgba(0, 0, 0, 0.2);padding: 0.625rem 1.25rem;border-radius: 2rem;backdrop-filter: blur(5px);}.indicator {width: 0.625rem;height: 0.625rem;border-radius: 50%;background: rgba(255, 255, 255, 0.5);cursor: pointer;transition: 0.3s;}.indicator.active {background: var(--uh-red);transform: scale(1.3);}.btn {display: inline-block;padding: 0.8rem 2rem;background-color: var(--uh-red);color: white;font-family: var(--font-head);font-weight: bold;text-transform: uppercase;border: none;border-radius: 2px;cursor: pointer;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);transition: all 0.3s ease;}.btn:hover {background-color: var(--uh-dark-red);transform: translateY(-2px);box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);color: white;}.tag {display: inline-block;background: var(--uh-light-gray);color: var(--uh-dark-red);font-size: 0.65rem;font-weight: 700;text-transform: uppercase;padding: 0.25rem 0.75rem;border-radius: 50px;margin-right: 0.35rem;margin-bottom: 0.35rem;letter-spacing: 0.03rem;transition: all 0.2s ease;border: 1px solid transparent;}.tag:hover {background: white;border-color: var(--uh-red);color: var(--uh-red);transform: translateY(-1px);box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}.director-grid {display: grid;grid-template-columns: 1fr 2fr;gap: 1.25rem;background: var(--uh-white);box-shadow: var(--shadow-card);padding: 2.5rem;margin-top: -3.75rem;position: relative;z-index: 10;}.director-img {width: 100%;height: 18.75rem;object-fit: cover;border-bottom: 0.3rem solid var(--uh-red);}.team-grid {display: grid;grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));gap: 1.875rem;margin-top: 0;}.profile-card {background: white;box-shadow: var(--shadow-card);transition: var(--transition);overflow: hidden;border-top: 0.2rem solid transparent;width: 100%;}.profile-card:hover {transform: translateY(-0.3rem);box-shadow: var(--shadow-hover);border-top: 0.2rem solid var(--uh-red);}.profile-img-container {height: 15.6rem;overflow: hidden;position: relative;}.profile-img {width: 100%;height: 100%;object-fit: cover;transition: var(--transition);}.profile-card:hover .profile-img {transform: scale(1.05);}.profile-info {padding: 1.25rem;}.profile-name {color: var(--uh-red);font-size: 1.2rem;margin-bottom: 0.3rem;}.profile-role {font-size: 0.9rem;color: var(--uh-slate);font-weight: 700;margin-bottom: 0.625rem;text-transform: uppercase;}.pi-director-label {font-weight: 700;color: var(--uh-red);margin-bottom: 5px;}.pi-title-detail {font-size: 0.9rem;color: var(--uh-slate);margin-top: 5px;margin-bottom: 10px;line-height: 1.3;font-weight: 700;text-transform: uppercase;}.student-card {display: flex;flex-direction: row;background: white;box-shadow: var(--shadow-card);margin-bottom: 1.5rem;border-left: 4px solid var(--uh-slate);transition: var(--transition);width: 100%;}.student-card:hover {transform: translateX(5px);border-left-color: var(--uh-red);}.student-img-container {width: 100px;min-width: 100px;height: 100px;overflow: hidden;}.student-img {width: 100%;height: 100%;object-fit: cover;}.student-info {padding: 1rem;flex: 1;display: flex;flex-direction: column;}.student-name {color: var(--uh-red);font-weight: 700;font-family: var(--font-head);font-size: 1.25rem;text-transform: uppercase;margin-bottom: 0.1rem;line-height: 1.1;}.student-role {font-size: 0.8rem;color: #777;text-transform: uppercase;margin-bottom: 0.2rem;font-weight: 700;letter-spacing: 0.05rem;}.student-advisor {font-size: 0.85rem;margin-top: 0;margin-bottom: 12px;}.advisor-label {color: var(--uh-red);font-weight: 700;}.advisor-name {color: var(--uh-red);font-weight: 700;}.student-bio {font-size: 0.9rem;line-height: 1.4;color: var(--text-main);}.aim-card {background: var(--uh-white);border-left: 0.3rem solid var(--uh-white);padding: 1.875rem;margin-bottom: 1.875rem;box-shadow: var(--shadow-card);position: relative;}.aim-image-grid {display: flex;overflow-x: auto;gap: 1.5rem;padding-bottom: 0.5rem;scroll-snap-type: x mandatory;scroll-behavior: smooth;width: 100%;margin: 1.5rem 0 2rem 0;-webkit-overflow-scrolling: touch;}.aim-image-grid::-webkit-scrollbar {height: 10px;}.aim-image-grid::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 5px;}.aim-image-grid::-webkit-scrollbar-thumb {background: var(--uh-slate);border-radius: 5px;border: 2px solid #f1f1f1;}.aim-image-grid::-webkit-scrollbar-thumb:hover {background: var(--uh-red);}.aim-image-card {flex: 0 0 350px;width: 350px;scroll-snap-align: start;background: #fff;border: 1px solid #eee;border-radius: 6px;overflow: hidden;box-shadow: 0 4px 6px rgba(0,0,0,0.05);display: flex;flex-direction: column;height: auto;}.aim-media-stage {width: 100%;aspect-ratio: 1 / 1;background-color: #000;border-bottom: 1px solid #eee;position: relative;}.aim-media {width: 100%;height: 100%;object-fit: cover;display: block;}#aim-03 .aim-image-card {flex: 0 0 35rem;width: 35rem;}#aim-03 .aim-media-stage {aspect-ratio: 1920 / 708;}#aim-03 .aim-media {object-fit: cover;}.aim-img-caption {padding: 1rem;background-color: #f9f9f9;color: var(--uh-slate);font-size: 0.9rem;text-align: center;font-weight: 500;flex-grow: 1;display: flex;align-items: center;justify-content: center;white-space: normal;}.aim-faculty-list {list-style: disc inside;padding-left: 0.5rem;margin-top: 0.5rem;color: var(--uh-slate);}.aim-faculty-list li {margin-bottom: 6px;}.aim-tags-block {margin-top: 20px;padding-top: 15px;border-top: 1px solid #eee;}.news-card {background: white;border-radius: 4px;box-shadow: var(--shadow-card);overflow: hidden;transition: all 0.3s ease;display: flex;flex-direction: column;height: 100%;border: 1px solid rgba(0, 0, 0, 0.05);}.news-card:hover {transform: translateY(-5px);box-shadow: var(--shadow-hover);border-color: rgba(200, 16, 46, 0.2);}.news-img-wrapper {height: 14rem;overflow: hidden;position: relative;background: var(--uh-slate);}.news-img-wrapper img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease;}.news-card:hover .news-img-wrapper img {transform: scale(1.05);}.news-content {padding: 1.5rem;flex: 1;display: flex;flex-direction: column;}.news-meta {font-size: 0.75rem;color: var(--uh-red);font-weight: 700;text-transform: uppercase;letter-spacing: 0.05rem;margin-bottom: 0.5rem;display: flex;align-items: center;gap: 0.5rem;}.news-title {font-family: var(--font-head);font-size: 1.2rem;line-height: 1.3;margin-bottom: 1rem;color: var(--text-main);font-weight: 700;}.news-excerpt {font-size: 0.95rem;color: var(--uh-slate);line-height: 1.6;margin-bottom: 1.5rem;flex: 1;}.news-link {font-size: 0.9rem;font-weight: 700;color: var(--uh-red);text-transform: uppercase;letter-spacing: 0.05rem;display: inline-flex;align-items: center;gap: 0.5rem;transition: gap 0.2s ease;}.news-link:hover {gap: 0.8rem;}.placeholder-img {width: 100%;height: 100%;background-color: var(--uh-slate);display: flex;flex-direction: column;justify-content: center;align-items: center;color: rgba(255, 255, 255, 0.15);transition: all 0.3s ease;}.news-card:hover .placeholder-img {background-color: #444;color: rgba(255, 255, 255, 0.3);}.placeholder-label {font-family: var(--font-head);font-weight: 700;font-size: 1.8rem;text-transform: uppercase;letter-spacing: 0.2rem;}.placeholder-icon {font-size: 2.5rem;margin-bottom: 0.5rem;}.people-grid-section {margin: 2.5rem 0;padding: 1.5rem;background: #f9f9f9;border-radius: 8px;border: 1px solid #eee;}.people-grid-container {display: grid;grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));gap: 1.5rem;}@media (max-width: 768px) {.people-grid-container {grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;}}.person-mini-card {background: white;border: 1px solid #e0e0e0;border-radius: 6px;overflow: hidden;box-shadow: 0 2px 4px rgba(0,0,0,0.05);transition: transform 0.2s ease;display: flex;flex-direction: column;}.person-mini-card:hover {transform: translateY(-3px);box-shadow: 0 5px 10px rgba(0,0,0,0.1);border-color: var(--uh-red);}.person-img-wrapper {width: 100%;aspect-ratio: 1 / 1;background: #ddd;position: relative;overflow: hidden;}.person-img-wrapper img {width: 100%;height: 100%;object-fit: cover;}.person-placeholder {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #999;font-size: 3rem;background: #eee;}.person-info {padding: 1rem;text-align: center;flex-grow: 1;display: flex;flex-direction: column;}.person-name {color: var(--uh-red);font-size: 1rem;font-weight: 700;margin-bottom: 0.25rem;font-family: var(--font-head);line-height: 1.2;}.person-role {font-size: 0.75rem;color: #777;text-transform: uppercase;font-weight: 700;margin-bottom: 0.5rem;}.person-caption {font-size: 0.85rem;color: var(--uh-slate);line-height: 1.4;margin-top: auto;}.article-image-wrapper {display: flex;flex-direction: column;align-items: center;margin: 3.5rem auto;width: 100%;max-width: 900px;}.article-image-wrapper img {max-width: 100%;height: auto;max-height: 650px;border-radius: 12px;box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;}.article-image-wrapper img:hover {transform: translateY(-4px);box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);}.article-image-wrapper figcaption {margin-top: 1.25rem;padding-top: 1rem;border-top: 2px solid rgba(0,0,0,0.05);font-family: 'Roboto', sans-serif;font-size: 0.9rem;line-height: 1.6;color: var(--uh-slate);text-align: center;max-width: 600px;font-style: normal;font-weight: 500;letter-spacing: 0.02em;}.article-image-row {display: flex;flex-wrap: wrap;gap: 30px;margin: 3.5rem auto;align-items: flex-start;width: 100%;max-width: 1000px;}.image-row-item {flex: 1;min-width: 300px;margin: 0;}.image-row-item img {width: 100%;height: auto;border-radius: 12px;box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}.image-row-item img:hover {transform: translateY(-4px);}.image-row-item figcaption {margin-top: 10px;text-align: center;font-size: 0.85rem;color: var(--uh-slate);}.article-video-wrapper {margin: 2.5rem 0;width: 100%;background: #000;border-radius: 4px;overflow: hidden;box-shadow: 0 4px 10px rgba(0,0,0,0.1);}.article-video-wrapper video {width: 100%;height: auto;display: block;max-height: 600px;}.article-video-wrapper figcaption {background: #f4f4f4;padding: 0.75rem 1rem;color: var(--uh-slate);font-size: 0.9rem;font-family: var(--font-body);font-weight: 500;text-align: center;border-top: 1px solid #ddd;}.article-video-wrapper figcaption i {color: var(--uh-red);margin-right: 5px;}.video-embed-container {position: relative;width: 100%;padding-bottom: 56.25%;height: 0;overflow: hidden;border-radius: 12px;box-shadow: 0 10px 30px -10px rgba(0,0,0,0.3);background: #000;}.video-embed-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}.accordion-year-group {margin-bottom: 2rem;border: 1px solid #eee;border-radius: 4px;overflow: hidden;}.accordion-header {background: var(--uh-light-gray);padding: 1rem 1.5rem;cursor: pointer;font-family: var(--font-head);font-size: 1.2rem;color: var(--uh-slate);display: flex;justify-content: space-between;align-items: center;transition: background 0.2s;}.accordion-header:hover {background: #e0e0e0;}.accordion-header.active {background: var(--uh-red);color: white;}.accordion-header i {transition: transform 0.3s;}.accordion-header.active i {transform: rotate(180deg);}.accordion-content {display: none;padding: 1.5rem;background: white;}.accordion-content.show {display: block;}.pub-item {padding: 1.25rem;border-bottom: 1px solid var(--uh-light-gray);display: flex;gap: 1.25rem;align-items: flex-start;}.pub-item:last-child {border-bottom: none;}.pub-details h4 {font-family: var(--font-body);font-weight: 700;font-size: 1.1rem;margin-bottom: 0.3rem;}.pub-journal {font-style: italic;color: var(--uh-slate);margin-bottom: 0.3rem;}.pub-authors {font-size: 0.9rem;color: #555;}.featured-pub {border-left: 4px solid var(--uh-red);background: rgba(200, 16, 46, 0.02);}.view-link {color: var(--uh-red);font-style: italic;font-weight: 700;text-transform: uppercase;font-size: 0.85rem;margin-left: 10px;text-decoration: none;letter-spacing: 0.5px;}.view-link:hover {text-decoration: underline;}.toggle-btn {background: none;border: none;color: var(--uh-red);font-weight: 700;cursor: pointer;margin-top: 1rem;font-size: 0.9rem;padding: 0;text-transform: uppercase;}.toggle-btn:hover {text-decoration: underline;}.search-container {margin-bottom: 2rem;position: relative;max-width: 400px;}.search-input {width: 100%;padding: 10px 15px;border: 1px solid #ccc;border-radius: 4px;font-family: var(--font-body);font-size: 1rem;}.search-icon {position: absolute;right: 15px;top: 50%;transform: translateY(-50%);color: #999;}.calendar-wrapper {background: white;padding: 2rem;border-radius: 4px;box-shadow: var(--shadow-card);margin-bottom: 3rem;border-top: 5px solid var(--uh-red);}.calendar-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 1.5rem;}.calendar-header h3 {margin: 0;color: var(--uh-slate);font-size: 1.5rem;}.calendar-grid {display: grid;grid-template-columns: repeat(7, 1fr);gap: 0.5rem;text-align: center;}.calendar-day-name {font-weight: 700;color: var(--uh-slate);font-size: 0.85rem;text-transform: uppercase;padding-bottom: 0.5rem;}.calendar-day {aspect-ratio: 1;border: 1px solid #eee;border-radius: 4px;display: flex;align-items: center;justify-content: center;font-size: 0.9rem;color: #777;position: relative;transition: all 0.2s ease;}.calendar-day.has-event {background-color: rgba(200, 16, 46, 0.05);color: var(--uh-red);font-weight: 700;cursor: pointer;border-color: rgba(200, 16, 46, 0.2);}.calendar-day.has-event:hover {background-color: var(--uh-red);color: white;transform: scale(1.1);z-index: 2;}.calendar-day .event-tooltip {visibility: hidden;opacity: 0;position: absolute;bottom: 110%;left: 50%;transform: translateX(-50%);background: var(--uh-slate);color: white;padding: 0.8rem;border-radius: 4px;width: 200px;text-align: left;font-size: 0.8rem;font-weight: 400;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);transition: opacity 0.2s ease;pointer-events: none;z-index: 10;}.calendar-day.has-event:hover .event-tooltip {visibility: visible;opacity: 1;}.event-tooltip h5 {color: #F4D03F;margin: 0 0 5px 0;font-size: 0.9rem;font-family: var(--font-head);}.event-tooltip .tooltip-meta {font-size: 0.75rem;opacity: 0.8;margin-bottom: 5px;display: block;}@media (max-width: 600px) {.calendar-day {font-size: 0.8rem;}.calendar-day .event-tooltip {width: 150px;left: -50px;}}.empty-state-msg {grid-column: 1 / -1;text-align: center;color: #777;padding: 1rem;}.article-container {max-width: 50rem;margin: 0 auto;}.article-header {border-bottom: 1px solid #eee;padding-bottom: 2rem;margin-bottom: 2.5rem;}.article-meta-row {display: flex;gap: 1.5rem;color: var(--uh-slate);font-size: 0.9rem;font-family: var(--font-head);margin-bottom: 1rem;opacity: 0.8;text-transform: uppercase;letter-spacing: 0.05rem;}.article-title {font-size: 2.5rem;line-height: 1.1;color: var(--uh-black);margin-bottom: 1.5rem;}.article-hero {position: relative;width: 100%;height: 400px;margin-bottom: 2.5rem;border-radius: 4px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}.article-hero img {width: 100%;height: 100%;object-fit: cover;}.article-category-badge {position: absolute;bottom: 20px;left: 20px;background: var(--uh-red);color: white;padding: 8px 16px;text-transform: uppercase;font-family: var(--font-head);font-weight: 700;letter-spacing: 0.05rem;font-size: 0.85rem;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}.article-lead {font-size: 1.35rem;line-height: 1.6;color: #222;font-weight: 300;margin-bottom: 2rem;border-bottom: 1px solid #eee;padding-bottom: 2rem;}.article-body {font-size: 1.125rem;line-height: 1.8;color: #333;font-family: 'Georgia', serif;}.article-body h1 {display: none;}.article-body h2 {font-family: var(--font-head);font-size: 1.75rem;color: var(--uh-black);margin-top: 2.5rem;border-bottom: 2px solid var(--uh-light-gray);padding-bottom: 10px;}.article-body h3 {font-family: var(--font-head);font-size: 1.4rem;color: var(--uh-slate);margin-top: 2rem;}.article-body p {margin-bottom: 1.5rem;}.article-body ul, .article-body ol {margin-bottom: 1.5rem;padding-left: 2rem;}.article-body li {margin-bottom: 0.5rem;}.article-body strong {color: var(--uh-red);}.article-body blockquote {border-left: 4px solid var(--uh-red);padding-left: 1.5rem;margin: 2rem 0;font-style: italic;color: var(--uh-slate);}.article-quote {background: var(--uh-light-gray);border-left: 5px solid var(--uh-gold);padding: 2rem;margin: 2.5rem 0;font-family: var(--font-head);}.article-quote p {font-size: 1.4rem;color: var(--uh-slate);font-style: italic;line-height: 1.4;margin-bottom: 10px;}.article-quote span {display: block;text-align: right;font-size: 0.9rem;font-weight: 700;color: var(--uh-red);text-transform: uppercase;}.highlight-box {background: #f9f9f9;padding: 2rem;border-radius: 4px;border-left: 5px solid var(--uh-red);margin: 2rem 0;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.highlight-box h3 {margin-top: 0;color: var(--uh-red);font-family: var(--font-head);font-size: 1.2rem;text-transform: uppercase;display: flex;align-items: center;gap: 10px;}.highlight-box ul {margin-bottom: 0;list-style: none;padding-left: 0;}.highlight-box li {position: relative;padding-left: 1.5rem;font-weight: 500;color: var(--uh-slate);}.highlight-box li::before {content: "\f00c";font-family: "Font Awesome 6 Free";font-weight: 900;position: absolute;left: 0;top: 2px;color: var(--uh-red);}.article-footer {margin-top: 4rem;padding-top: 2rem;border-top: 1px solid #eee;text-align: center;}.about-content-grid {display: grid;grid-template-columns: 2fr 1fr;gap: 2.5rem;}#about-sidebar {background: var(--uh-light-gray);padding: 1.25rem;height: fit-content;border-radius: 0.25rem;}#about-sidebar h4 {margin-bottom: 0.3rem;margin-top: 1rem;color: var(--uh-red);font-size: 0.95rem;}#about-sidebar h4:first-child {margin-top: 0;}#about-sidebar p {margin-bottom: 0.3rem;font-size: 0.9rem;line-height: 1.4;}.social-link {display: inline-block;color: var(--uh-slate);font-size: 2rem;transition: all 0.3s ease;}.social-link:hover {color: var(--uh-red);transform: translateY(-3px);}.contact-map-container {background: #eee;height: 300px;display: flex;align-items: center;justify-content: center;border-radius: 4px;overflow: hidden;}.advisory-group-wrapper {grid-column: 1 / -1;margin-top: 4rem;}.affiliation-logos-wrapper {display: flex;justify-content: center;align-items: center;gap: 15px;margin-top: 12px;flex-wrap: wrap;}.affiliation-logo {height: 35px;width: auto;opacity: 0.85;transition: opacity 0.3s ease;object-fit: contain;}.affiliation-logo:hover {opacity: 1;}footer {background: var(--uh-black);color: #aaa;padding-top: 3.75rem;margin-top: 5rem;}.footer-top {padding-bottom: 2.5rem;border-bottom: 1px solid #333;}.footer-logo-text {font-family: var(--font-head);font-size: 1.5rem;color: white;margin-bottom: 1.25rem;display: block;}.footer-bottom {padding: 1.25rem 0;font-size: 0.8rem;display: flex;justify-content: space-between;}.footer-top a {color: white;transition: all 0.3s ease;display: inline-block;}.footer-top a:hover {color: var(--uh-red);transform: translateY(-3px);}.footer-bottom a {color: #aaa;text-decoration: none;transition: color 0.3s ease;}.footer-bottom a:hover {color: var(--uh-red);text-decoration: underline;}@media (max-width: 768px) {html, body {padding: 0;margin: 0;width: 100%;overflow-x: hidden;position: relative;}body.header-compact {padding-top: 7rem !important;}.container {padding: 0 1.5rem !important;}.section-padding {padding: 1.5rem 0 4rem 0 !important;}.top-bar, .uh-logo-placeholder, .mobile-nav-brand {display: none !important;}.main-header {display: block !important;border-bottom: 2px solid var(--uh-slate) !important;height: 6.25rem !important;transition: all 0.3s ease;z-index: 1010 !important;}.main-header .header-grid {height: 100% !important;display: flex !important;flex-direction: row !important;justify-content: space-between !important;align-items: center !important;padding: 0 0.625rem !important;gap: 0 !important;}.logo-area {flex: 1;display: flex !important;align-items: center !important;max-width: 100% !important;padding: 0 !important;gap: 0.625rem !important;}.logo-img {height: 3.5rem !important;width: auto !important;}.logo-img-2 {height: 2.8rem !important;width: auto !important;}.main-header.compact .logo-img-2 {height: 2.5rem !important;}.center-identity h1 {font-size: 1.1rem !important;margin: 0 !important;line-height: 1.1 !important;white-space: normal !important;display: block !important;overflow: visible !important;}.center-identity h4 {font-size: 0.6rem !important;opacity: 0.8 !important;margin-bottom: 0.125rem !important;white-space: nowrap;}.center-identity {flex: 1;min-width: 0;}.main-header.compact {position: fixed !important;top: 0 !important;left: 0 !important;right: 0 !important;background: white !important;z-index: 1010 !important;box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.1) !important;animation: slideDown 0.3s ease !important;}.main-header.compact .center-identity h1 {display: block !important;}@keyframes slideDown {from {transform: translateY(-100%);opacity: 0;}to {transform: translateY(0);opacity: 1;}}.main-nav {background: transparent !important;position: relative !important;top: auto !important;}.nav-list {display: flex !important;flex-direction: column !important;position: fixed !important;top: 0 !important;left: 100% !important;width: 100% !important;height: 100vh !important;background: var(--uh-red) !important;z-index: 999 !important;overflow-y: auto !important;transition: transform 0.3s ease !important;box-shadow: none !important;padding: 7.5rem 0 2.5rem 0 !important;}.nav-list.show {transform: translateX(-100%) !important;}.nav-link {display: flex !important;justify-content: space-between !important;align-items: center !important;padding: 1rem 2rem !important;}.dropdown-menu {position: static !important;width: 100% !important;display: none;box-shadow: none !important;border-top: none !important;background: white !important;margin-bottom: 0.625rem;}.dropdown-menu.show {display: block !important;}.dropdown-link {padding: 1rem 2rem !important;background: white !important;color: var(--uh-red) !important;border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;}.dropdown-link:hover, .dropdown-link:active {padding-left: 2rem !important;background: var(--uh-red) !important;color: white !important;}.nav-overlay {display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 1001;opacity: 0;transition: opacity 0.3s ease;}.nav-list.show + .nav-overlay {display: block;opacity: 1;}.mobile-toggle {display: flex !important;margin-left: auto !important;color: var(--uh-slate) !important;}.mobile-only-extras {display: block !important;padding: 0 1.5rem 1.5rem 1.5rem;}.director-grid {display: flex !important;flex-direction: column !important;margin: 2rem auto 3rem auto !important;padding: 1.5rem 1.25rem !important;width: calc(100% - 2.5rem) !important;}.director-img {width: 100% !important;height: auto !important;max-height: 15rem !important;margin-bottom: 0.625rem !important;}.director-grid h3 {margin-top: 0 !important;margin-bottom: 1rem !important;}.about-content-grid {display: flex !important;flex-direction: column !important;gap: 2rem !important;}#about-sidebar {width: 100% !important;margin: 0 !important;}#about.container, #research.container, #team.container, #outputs.container, #contact.container {padding-left: 1.5rem !important;padding-right: 1.5rem !important;}footer {margin-top: 2.5rem !important;padding-top: 2.5rem !important;}.footer-bottom {flex-direction: column !important;text-align: center !important;}.article-hero {height: 250px;}.article-lead {font-size: 1.15rem;}.article-quote p {font-size: 1.2rem;}.hero-slide img {object-position: center top;animation: revealEffect 20s infinite alternate ease-in-out;}.aim-image-grid {display: flex !important;overflow-x: auto !important;scroll-snap-type: x mandatory;gap: 1rem !important;padding-bottom: 1rem;-webkit-overflow-scrolling: touch;}.aim-image-card {min-width: 85vw;max-width: 85vw;scroll-snap-align: center;flex-shrink: 0;margin-right: 5px;height: auto;}@supports (padding: max(0px)) {.container {padding-left: max(1.5rem, env(safe-area-inset-left)) !important;padding-right: max(1.5rem, env(safe-area-inset-right)) !important;}}}@media (max-width: 480px) {.logo-img {height: 3.125rem !important;}.center-identity h1 {font-size: 0.8rem !important;}.mobile-toggle {font-size: 1.6rem !important;}.hero h2 {font-size: 1.8rem !important;}.team-grid.text-center {grid-template-columns: 1fr !important;}}.overview-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: center;}.overview-lead {font-size: 1.2rem;font-weight: 500;color: var(--uh-red);margin-bottom: 1.5rem;line-height: 1.4;}.overview-body p {margin-bottom: 1.5rem;color: var(--uh-slate);font-size: 1rem;}.overview-image-wrapper img {width: 100%;border-radius: 4px;box-shadow: var(--shadow-card);transition: var(--transition);}.overview-image-wrapper img:hover {box-shadow: var(--shadow-hover);transform: translateY(-5px);}@media (max-width: 768px) {.overview-grid {grid-template-columns: 1fr;gap: 2rem;}.overview-image-wrapper {order: -1;}}