.cmuaa-gallery-index { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 42px 0 64px; }
.cmuaa-gallery-intro { margin-bottom: 36px; }
.cmuaa-gallery-intro .cmuaa-gallery-eyebrow { color: #752b96; font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.cmuaa-gallery-intro h1 { margin: 12px 0 16px; font-size: clamp(28px, 3vw, 44px); line-height: 1.4; color: #301440; }
.cmuaa-gallery-intro > p { color: #6b6270; font-size: 16px; line-height: 1.8; }
.cmuaa-gallery-intro > span { display: inline-block; margin-top: 8px; color: #752b96; font-size: 14px; }
.cmuaa-gallery-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.cmuaa-gallery-card { min-width: 0; padding: 12px 12px 0; background: #fffefa; border-radius: 3px; box-shadow: 0 8px 24px #30144012; }
.cmuaa-gallery-card > a { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.cmuaa-gallery-cover { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #f1edf4; }
.cmuaa-gallery-cover .cmuaa-gallery-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #752b96; font-size: 30px; font-weight: 700; }
.cmuaa-gallery-fallback > span { font-size: 13px; margin-top: 8px; }
.cmuaa-gallery-index .cmuaa-gallery-cover img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: contain; background: #f1edf4; margin: 0; border-radius: 0; }
.cmuaa-gallery-copy { display: flex; flex-direction: column; flex: 1; padding: 22px 12px 24px; }
.cmuaa-gallery-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; min-height: 24px; color: #786e7e; font-size: 12px; }
.cmuaa-gallery-featured { padding: 3px 8px; background: #f0e6f6; color: #752b96; border-radius: 4px; }
.cmuaa-gallery-copy h2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; overflow-wrap: anywhere; min-height: 4.5em; margin: 12px 0; font-size: 21px; line-height: 1.5; color: #301440; }
.cmuaa-gallery-copy > p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; overflow-wrap: anywhere; min-height: 3.4em; margin: 0 0 22px; font-size: 14px; line-height: 1.7; color: #746b79; }
.cmuaa-gallery-read { margin-top: auto; color: #752b96; font-weight: 700; font-size: 14px; }
.cmuaa-gallery-card:hover { box-shadow: 0 12px 28px #30144022; }
.cmuaa-gallery-card a:focus-visible { outline: 3px solid #bc922d; outline-offset: 5px; }
.cmuaa-gallery-pages { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 36px; }
.cmuaa-gallery-pages a { display: inline-flex; justify-content: center; align-items: center; min-width: 44px; min-height: 44px; padding: 8px 12px; color: #752b96; background: #fff; border-radius: 8px; }
.cmuaa-gallery-pages a[aria-current] { color: #fff; background: #752b96; }
.cmuaa-gallery-empty { padding: 48px 24px; background: #fff; text-align: center; border-radius: 16px; }
@media (min-width: 1500px) { .cmuaa-gallery-index { width: min(1360px, calc(100% - 64px)); } }
@media (max-width: 900px) { .cmuaa-gallery-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
@media (max-width: 767px) { .cmuaa-gallery-index { width: calc(100% - 32px); padding-top: 28px; } }
@media (max-width: 540px) { .cmuaa-gallery-cards { grid-template-columns: minmax(0, 1fr); gap: 24px; } }
