.content-page { padding-block: clamp(2.5rem, 5vw, 4rem); color: var(--color-paper); overflow-wrap: anywhere; }
.content-page__head { max-width: 58rem; margin-bottom: 2.5rem; }
.content-page__head h1 { margin: 0 0 1.5rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.content-page__head > p:not(.home-eyebrow) { max-width: 48rem; font-size: 1.1rem; line-height: 1.65; }
.content-page__cta { max-width: 50rem; margin: 3rem auto 0; }
.content-page__image { width: 100%; max-height: 36rem; object-fit: cover; border-radius: 1.5rem; margin-bottom: 3rem; }
.article-page .content-page__image { display: block; height: auto; max-height: none; object-fit: contain; }
.content-prose { max-width: 50rem; margin-inline: auto; font-size: 1.06rem; line-height: 1.75; }
.content-prose :is(h2,h3,h4) { margin-block: 2em .75em; line-height: 1.2; }
.content-prose h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.content-prose a { color: #e9a4df; text-underline-offset: .2em; }
.content-prose .article-plain-text, .content-prose .article-plain-text a { color: #fff; }
.content-prose :is(figure, .wp-block-columns, .wp-block-buttons) { margin-block: 2rem; }
.content-prose img { height: auto; border-radius: 1rem; }
.content-prose video { max-width: 100%; height: auto; }
.content-prose :is(iframe, embed, object) { max-width: 100%; }
.content-prose .wp-block-file a { display: inline-block; margin: .4rem; }
.content-prose :is(.wp-block-button__link, .wp-block-file__button) { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .85rem 1.55rem; border: 1px solid transparent; border-radius: 999px; background: var(--button-gradient) border-box no-repeat; color: #fff; font-size: 1rem; font-weight: 700; text-decoration: none; text-align: center; white-space: normal; }
.content-prose :is(a, button):focus-visible { outline: 3px solid #e7c7fc; outline-offset: 4px; }
.content-prose blockquote { margin-inline: 0; padding: 1rem 1.5rem; border-left: 2px solid var(--color-brand-text); background: var(--color-surface); }
.content-prose figcaption { font-size: .875rem; color: #c0b6c9; }
.school-embed--article { min-height: 14rem; aspect-ratio: 16/9; background: var(--color-surface); border: 1px solid #807187; border-radius: 1rem; }
.content-prose table { width: 100%; border-collapse: collapse; }
.content-prose :is(td,th) { padding: .65rem; border: 1px solid #62526f; }
.content-prose th { text-align: start; }
.content-prose tbody th { font-weight: inherit; }
.content-prose .legal-review-note { padding: 1rem 1.25rem; border-left: 2px solid var(--color-brand-text); border-radius: 0 .75rem .75rem 0; background: var(--color-surface); font-size: .95rem; }
.content-empty { padding: 1.25rem 1.5rem; border: 1px dashed #807187; border-radius: 1rem; color: var(--color-muted); }
.content-page .button { max-width: 100%; white-space: normal; text-align: center; }
.school-posts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-auto-rows: 1fr; gap: 1.5rem; }
.school-post-card { min-width: 0; border: 1px solid var(--color-border); border-radius: 1.25rem; overflow: hidden; background: var(--color-card); }
.school-post-card__image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #000; }
.school-post-card__image img { position: absolute; top: 50%; left: 0; display: block; width: 100%; height: auto; transform: translateY(-50%); }
.school-post-card__body { padding: 1.5rem; }
.school-post-card :is(h2,h3) { margin-block: .8rem; font-size: 1.4rem; line-height: 1.25; }
.school-post-card a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.school-post-card time, .article-byline { font-size: .875rem; color: var(--color-muted); }
.article-terms { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: .75rem 0; list-style: none; }
.article-terms a { display: inline-block; padding: .35rem .8rem; border: 1px solid var(--color-border); border-radius: 2rem; color: var(--color-muted); text-decoration: none; }
.article-terms a:hover { color: var(--color-paper); border-color: var(--color-brand-text); }
.article-terms a:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
.content-prose .wp-block-gallery.has-nested-images { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: .75rem; }
.content-prose .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { width: 100%; min-width: 0; margin: 0; }
.article-page .content-prose .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img { width: 100%; height: auto; object-fit: contain; flex: none; }
.content-prose .wp-block-gallery.has-nested-images figure.wp-block-image[hidden] { display: none !important; }
.article-gallery { margin-block: 2rem; }
.article-gallery > .wp-block-gallery { margin-bottom: 1rem; }
.article-gallery__toggle { padding: .7rem 1.2rem; border: 1px solid var(--color-border); border-radius: 2rem; color: inherit; background: var(--color-surface); font: inherit; cursor: pointer; }
@media(max-width: 42rem) { .content-prose .wp-block-gallery.has-nested-images { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.blog-filter { display: grid; grid-template-columns: minmax(0,20rem) auto; justify-content: start; align-items: center; gap: .65rem .75rem; margin-block: 2rem; }
.blog-filter > label { grid-column: 1 / -1; color: var(--color-muted); font-size: .875rem; font-weight: 600; }
.blog-filter > .button { min-height: 3.25rem; }
.blog-filter select, .blog-category__trigger { width: 100%; min-height: 3.25rem; padding: .85rem 1.1rem; border: 1px solid var(--color-control-border); border-radius: 1rem; background: linear-gradient(115deg,#95269512,transparent), var(--color-card); color: var(--color-paper); font: inherit; line-height: 1.5; text-align: start; color-scheme: dark; }
.blog-category { position: relative; min-width: 0; }
.blog-category__trigger { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; }
.blog-category__trigger::after { content: ''; flex: 0 0 .5rem; height: .5rem; margin: -.25rem .15rem 0; border-right: 2px solid var(--color-brand-text); border-bottom: 2px solid var(--color-brand-text); transform: rotate(45deg); }
.blog-category__trigger:is(:hover,[aria-expanded="true"]) { border-color: var(--color-brand-text); background-color: #21152d; }
.blog-category__trigger[aria-expanded="true"]::after { margin-top: .25rem; transform: rotate(225deg); }
.blog-category__list { position: absolute; z-index: 20; top: calc(100% + .65rem); left: 0; width: 100%; max-height: min(22rem,50svh); overflow-y: auto; overscroll-behavior: contain; padding: .5rem; border: 1px solid var(--color-control-border); border-radius: 1.1rem; background: linear-gradient(135deg,#9526950d,transparent 65%),#151020; box-shadow: 0 1rem 3rem #0009; scrollbar-width: thin; scrollbar-color: #80678f transparent; }
.blog-category__list[hidden] { display: none; }
.blog-category__list[data-side="above"] { top: auto; bottom: calc(100% + .65rem); }
.blog-category__option { position: relative; display: flex; align-items: center; min-height: 2.75rem; padding: .65rem 2.3rem .65rem .85rem; border: 1px solid transparent; border-radius: .65rem; font-size: .95rem; line-height: 1.45; cursor: pointer; }
.blog-category__option:hover { background: #ffffff0a; }
.blog-category__option[aria-selected="true"] { border-color: #d88bea60; background: linear-gradient(115deg,#95269540,#2babe314); color: #f3c2ff; }
.blog-category__option[aria-selected="true"]::after { content: ''; position: absolute; right: .95rem; width: .4rem; height: .7rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-.1rem) rotate(45deg); }
@media(max-width: 26rem) { .blog-filter { grid-template-columns: minmax(0,1fr) auto; } .blog-category__trigger { padding-inline: .85rem; } .blog-filter > .button { padding-inline: 1.1rem; } }
.content-page .pagination { margin-top: 3rem; }
.content-page .nav-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.content-page .page-numbers { padding: .6rem 1rem; border: 1px solid #807187; border-radius: 2rem; color: inherit; }
.content-page .page-numbers.current { background: var(--color-card); }
@media(max-width: 60rem) { .school-posts { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width: 42rem) { .school-posts { grid-template-columns: 1fr; } }
