:root {
    --public-content: 1180px;
}

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }

.public-nav-link {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 0.7rem;
    font-size: .875rem;
    font-weight: 650;
    color: rgba(255,255,255,.72);
    transition: color .2s ease;
}
.public-nav-link:hover,
.public-nav-link-active { color: #fff; }
.public-nav-link-active::after {
    content: "";
    position: absolute;
    left: .7rem;
    right: .7rem;
    bottom: -.9rem;
    height: 2px;
    border-radius: 999px;
    background: var(--school-accent, #55BCE8);
}
.public-mobile-nav-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: .95rem;
    font-weight: 650;
    color: rgba(255,255,255,.84);
}

.public-page-container {
    width: min(var(--public-content), calc(100% - 2.5rem));
    margin-inline: auto;
}
.public-page-hero {
    background: var(--school-primary, #065F46);
    color: #fff;
    padding-block: clamp(3rem, 5.5vw, 5rem);
}
.public-page-eyebrow,
.public-eyebrow {
    font-size: .72rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.public-page-eyebrow { color: var(--school-accent, #55BCE8); }
.public-eyebrow { color: var(--school-primary, #065F46); }
.public-page-title {
    margin-top: 1rem;
    max-width: 850px;
    font-size: clamp(2.55rem, 5vw, 4.8rem);
    line-height: .99;
    font-weight: 600;
    letter-spacing: -.045em;
}
.public-section-title {
    margin-top: .75rem;
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.035em;
    color: #0f172a;
}
.public-prose {
    color: #475569;
    font-size: 1rem;
    line-height: 1.85;
}
.public-prose p + p { margin-top: 1.15rem; }
.public-prose h2,
.public-prose h3 { margin-top: 2rem; color: #0f172a; font-weight: 700; }
.public-prose ul,
.public-prose ol { margin: 1rem 0 0 1.25rem; }

.public-primary-button,
.public-secondary-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: .55rem;
    padding: .65rem 1.05rem;
    font-size: .875rem;
    font-weight: 750;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.public-primary-button {
    background: var(--school-primary, #065F46);
    color: #fff;
    box-shadow: 0 6px 20px rgba(15,23,42,.08);
}
.public-primary-button:hover { transform: translateY(-1px); }
.public-secondary-button {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #0f172a;
}
.public-secondary-button:hover { background: #f8fafc; }

.public-contact-form p { margin-bottom: 1rem; }
.public-contact-form label {
    display: block;
    margin-bottom: .45rem;
    color: #334155;
    font-size: .82rem;
    font-weight: 700;
}
.public-contact-form input,
.public-contact-form textarea,
.public-contact-form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: .55rem;
    background: #fff;
    padding: .7rem .8rem;
    color: #0f172a;
    outline: none;
}
.public-contact-form textarea { min-height: 145px; resize: vertical; }
.public-contact-form input:focus,
.public-contact-form textarea:focus,
.public-contact-form select:focus {
    border-color: var(--school-primary, #065F46);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--school-primary, #065F46) 14%, transparent);
}
.public-contact-form .helptext { display: block; margin-top: .35rem; color: #64748b; font-size: .75rem; }
.public-contact-form .errorlist { margin: 0 0 .5rem; padding: 0; list-style: none; color: #b91c1c; font-size: .8rem; }

@media (max-width: 640px) {
    .public-page-container { width: min(100% - 2rem, var(--public-content)); }
    .public-page-hero { padding-block: 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Homepage hero and its shared school navigation. */
.school-header { --public-navbar-height: 82px; }
.school-navigation { height: 81px; max-width: 1368px; padding-inline: 64px; gap: 20px; }
.school-brand { flex: 1 1 330px; max-width: 350px; overflow: hidden; }
.school-brand > span:last-child { overflow: hidden; }
.school-brand > span:last-child > span:first-child { font-size: 21px; max-width: 250px; }
.school-navigation-links { flex-shrink: 0; }
.school-navigation-links > a { padding-inline: 13px; font-size: 13px; }
.school-navigation-actions > a { height: 44px; padding-inline: 14px; border-radius: 8px; }
.school-navigation-actions > a:first-child { width: 90px; border-color: rgb(255 255 255 / .45); }
.school-navigation-actions > a:last-child { min-width: 142px; background: var(--school-accent); color: #0f172a; }
.school-header [data-mobile-menu] { max-height: calc(100svh - 82px); overflow-y: auto; }
.school-hero { background: var(--school-primary); overflow: hidden; }
.school-hero img, .school-hero video { height: 100%; }
.school-hero-overlay { position: absolute; inset: 0; z-index: -20; background: linear-gradient(90deg,rgba(2,39,31,.82) 0%,rgba(2,39,31,.66) 28%,rgba(2,39,31,.34) 52%,rgba(2,39,31,.08) 75%,rgba(2,39,31,0) 100%), linear-gradient(0deg,rgba(0,0,0,.24),transparent 40%); }
.school-hero-layout { position: relative; display: flex; flex-direction: column; min-height: clamp(620px,calc(100svh - 82px),760px); padding-bottom: 30px; }
.school-hero-content { width: min(1240px,calc(100% - 128px)); margin-inline: auto; padding-block: 100px 40px; flex: 1; }
.school-hero-copy { max-width: 650px; }
.school-hero-eyebrow { font-size: 18px; font-weight: 650; }
.school-hero-eyebrow::after { content: ""; display: block; width: 50px; height: 3px; background: #00e59b; margin-top: 11px; }
.school-hero h1 { margin: 24px 0 0; font-size: clamp(52px,4.35vw,64px); line-height: 1.03; font-weight: 850; letter-spacing: -.035em; text-wrap: balance; overflow-wrap: anywhere; }
.school-hero-description { overflow-wrap: anywhere; max-width: 560px; margin-top: 26px; font-size: 20px; line-height: 1.5; color: rgb(255 255 255 / .9); }
.school-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.school-hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; width: 196px; padding: 12px 18px; background: var(--school-accent); color: #0f172a; font-size: 18px; font-weight: 750; border-radius: 8px; }
.school-hero-contact { width: 145px; }
.school-hero-cta:hover { filter: brightness(1.06); }
.school-hero-panel { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: min(1120px,calc(100% - 160px)); margin-inline: auto; border: 1px solid rgb(255 255 255 / .28); border-radius: 17px; background: rgba(3,69,52,.88); backdrop-filter: blur(8px); box-shadow: 0 12px 30px rgb(0 0 0 / .18); }
.school-hero-info { display: flex; position: relative; align-items: center; gap: 24px; padding: 20px 32px; min-height: 108px; }
.school-hero-info + .school-hero-info::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 1px; background: rgb(255 255 255 / .45); }
.school-hero-info > svg { width: 42px; height: 42px; flex-shrink: 0; color: #00e59b; }
.school-hero-info strong { display: block; font-size: 15px; line-height: 1.4; font-weight: 700; }
.school-hero-info > span > span { display: block; margin-top: 4px; font-size: 13px; line-height: 1.45; color: rgb(255 255 255 / .82); }
.school-hero-info:hover { background: rgb(255 255 255 / .05); border-radius: 16px; }
.school-hero a:focus-visible, .school-header a:focus-visible, .school-header button:focus-visible { outline: 3px solid white; outline-offset: -4px; }
@media (max-width: 1279px) {
    .school-navigation { padding-inline: 32px; }
    .school-hero-content { width: calc(100% - 64px); padding-top: 80px; }
    .school-hero-copy { max-width: 60%; }
    .school-hero h1 { font-size: 52px; }
    .school-hero-panel { width: calc(100% - 64px); }
    .school-hero-info { padding-inline: 20px; gap: 16px; }
}
@media (max-width: 1023px) {
    .school-hero-copy { max-width: 85%; }
    .school-hero h1 { font-size: 46px; }
    .school-hero-info { padding-inline: 16px; gap: 12px; }
    .school-hero-info > svg { width: 34px; height: 34px; }
}
@media (max-width: 767px) {
    .school-navigation { padding-inline: 22px; gap: 12px; }
    .school-brand { gap: 10px; }
    .school-brand > span:not(:last-child) { width: 48px; height: 52px; }
    .school-brand img { max-height: 52px; max-width: 48px; }
    .school-brand > span:last-child > span:first-child { font-size: 18px; }
    .school-hero-layout { min-height: 800px; padding-bottom: 24px; }
    .school-hero-content { width: calc(100% - 44px); padding-block: 54px 36px; }
    .school-hero-copy { max-width: 100%; }
    .school-hero h1 { font-size: clamp(36px,9.75vw,44px); line-height: 1.06; }
    .school-hero-description { font-size: 17px; margin-top: 24px; }
    .school-hero-actions { flex-direction: column; margin-top: 26px; gap: 12px; }
    .school-hero-cta { width: 100%; min-height: 56px; font-size: 17px; }
    .school-hero-panel { width: calc(100% - 32px); grid-template-columns: 1fr; }
    .school-hero-info { padding: 18px 24px; min-height: 100px; gap: 22px; }
    .school-hero-info > svg { width: 40px; height: 40px; }
    .school-hero-info + .school-hero-info::before { top: 0; bottom: auto; left: 24px; right: 24px; width: auto; height: 1px; }
}

/* Interior pages follow the approved Academics visual language. */
.site-page { background: #fff; color: #020617; overflow-wrap: anywhere; }
.site-container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 32px; }
.site-page h2 { font-size: clamp(28px,3vw,42px); font-weight: 850; line-height: 1.12; letter-spacing: -.035em; }
.site-page h3 { font-size: 21px; font-weight: 800; line-height: 1.3; }
.site-page p { line-height: 1.75; }
.site-page-hero { position: relative; isolation: isolate; background: var(--school-primary); color: white; }
.site-page-hero-image, .site-page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.site-page-hero-image { object-fit: cover; }
.site-page-hero-overlay { background: linear-gradient(90deg,rgba(2,47,36,.97),rgba(2,60,45,.90) 30%,rgba(2,60,45,.55) 58%,rgba(2,60,45,.25) 78%,rgba(2,60,45,.45)),linear-gradient(0deg,rgba(3,47,36,.4),transparent 70%); }
.site-page-hero-inner { min-height: 430px; padding-block: 56px 64px; }
.site-page-hero-floating .site-page-hero-inner { padding-bottom: 140px; }
.site-page-hero-with-help { display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: center; gap: 56px; }
.site-page-hero-copy { max-width: 760px; }
.site-breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgb(255 255 255 / .8); }
.site-breadcrumbs [aria-current] { color: #fff; }
.site-page .site-eyebrow { display: flex; align-items: center; gap: 12px; margin-top: 28px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .22em; color: #7dd3fc; }
.site-eyebrow::before { content: ""; width: 40px; height: 3px; flex-shrink: 0; background: #00e59b; }
.site-page-hero h1 { max-width: 760px; margin-top: 16px; font-size: clamp(44px,4.55vw,66px); font-weight: 900; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.site-page-description { margin-top: 20px; max-width: 640px; font-size: 18px; color: rgb(255 255 255 / .85); }
.site-page-date { display: block; margin-top: 20px; font-size: 14px; color: #d1fae5; }
.site-page-hero-compact h1 { font-size: clamp(38px,4vw,58px); }
.site-page-hero-compact .site-page-hero-inner { min-height: 390px; }
.site-help-card { border: 1px solid rgb(255 255 255 / .25); border-radius: 20px; padding: 24px; background: rgb(3 47 36 / .85); box-shadow: 0 16px 40px rgb(0 0 0 / .15); }
.site-help-card .site-eyebrow { margin-top: 0; }
.site-help-card h2 { font-size: 25px; margin-top: 12px; }
.site-help-card > p:not(.site-eyebrow) { margin-top: 12px; font-size: 14px; color: #e2e8f0; }
.site-help-card > a:not(.site-button) { display: block; margin-top: 16px; font-size: 14px; font-weight: 700; }
.site-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 24px; border-radius: 8px; background: var(--school-accent); color: #020617; font-size: 14px; font-weight: 800; text-align: center; transition: transform .2s,filter .2s; }
.site-button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.site-help-card .site-button { width: 100%; margin-top: 24px; }
.site-page a:focus-visible, .site-page button:focus-visible { outline: 3px solid #0284c7; outline-offset: 4px; }
.site-page-hero a:focus-visible, .site-page-cta a:focus-visible { outline-color: #fff; }
.site-feature-strip { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0,1fr); max-width: 1180px; width: calc(100% - 64px); margin: -88px auto 0; z-index: 1; background: white; border: 1px solid #e2e8f0; border-radius: 22px; box-shadow: 0 18px 50px rgb(15 23 42 / .10); }
.site-feature-item { padding: 24px; min-width: 0; }
.site-feature-item + .site-feature-item { border-left: 1px solid #e2e8f0; }
.site-feature-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: #ecfdf5; color: var(--school-primary); }
.site-feature-item:nth-child(even) .site-feature-icon { background: #f0f9ff; }
.site-feature-item h2 { font-size: 18px; letter-spacing: -.02em; margin-top: 16px; }
.site-feature-item p { margin-top: 6px; font-size: 14px; color: #475569; }
.site-section { padding-block: 64px; }
.site-section-soft { background: #f3f8f5; }
.site-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; color: var(--school-primary); }
.site-section-heading { margin: 14px 0 32px; }
.site-lead { margin-top: 18px; font-size: 18px; color: #475569; }
.site-card { border: 1px solid #e2e8f0; border-radius: 22px; background: white; overflow: hidden; box-shadow: 0 12px 34px rgb(15 23 42 / .06); }
.site-card-body { padding: 32px; }
.site-card-body h2 { margin-top: 14px; font-size: 28px; }
.site-card-body > p:not(.site-label) { color: #475569; margin-top: 16px; }
.site-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 18px; color: var(--school-primary); font-size: 14px; font-weight: 800; }
.site-empty { grid-column: 1 / -1; padding: 40px; border: 1px solid #dcebe2; border-radius: 22px; background: #f3f8f5; }
.site-empty p { margin-block: 16px 24px; color: #475569; max-width: 720px; }
.site-story-list { display: grid; gap: 32px; }
.site-story { padding: 36px; border-radius: 24px; background: #f3f8f5; }
.site-story:nth-child(even) { background: #f1f8fb; }
.site-story-with-image { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; align-items: center; }
.site-story h2 { margin-top: 12px; }
.site-story .public-prose { margin-top: 24px; }
.site-story .site-button { margin-top: 24px; }
.site-story img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; }
.site-two-column { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: 48px; align-items: start; }
.site-two-column h2 { margin-top: 14px; }
.site-contact-card { padding: 32px; background: #f1f8fb; }
.site-contact-card h2 { font-size: 28px; }
.site-contact-details { display: grid; gap: 22px; margin-block: 28px; }
.site-contact-details dt { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: #475569; font-weight: 750; }
.site-contact-details dd { margin-top: 6px; font-size: 15px; line-height: 1.7; }
.site-process-list { list-style: none; counter-reset: process; margin-block: 28px; }
.site-process-list li { position: relative; counter-increment: process; padding: 24px 0 24px 64px; border-top: 1px solid #e2e8f0; }
.site-process-list li::before { content: counter(process,decimal-leading-zero); position: absolute; left: 0; top: 22px; display: grid; place-items: center; width: 44px; height: 44px; background: #f1f8fb; border-radius: 12px; color: var(--school-primary); font-weight: 800; }
.site-process-list p { margin-top: 10px; color: #475569; }
.site-news-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.site-card-image { display: block; overflow: hidden; }
.site-card-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s; }
.site-news-card:hover img { transform: scale(1.025); }
.site-news-single, .site-news-featured { grid-template-columns: repeat(2,minmax(0,1fr)); }
.site-news-single > :first-child, .site-news-featured > :first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); align-items: center; }
.site-news-single > :first-child img, .site-news-featured > :first-child img { height: 100%; min-height: 340px; }
.site-news-grid > .site-no-image { display: block; }
.site-event-list { display: grid; gap: 24px; }
.site-event-card { display: flex; }
.site-event-image { width: 30%; flex-shrink: 0; }
.site-event-image img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.site-event-body { display: flex; gap: 28px; padding: 32px; align-items: flex-start; min-width: 0; }
.site-event-body h2 { font-size: 30px; }
.site-event-body p { margin-top: 12px; color: #475569; }
.site-date-block { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 84px; padding: 14px 8px; border-radius: 14px; background: #e8f8fe; color: var(--school-primary); font-size: 12px; font-weight: 750; }
.site-date-block strong { font-size: 34px; line-height: 1.2; }
.site-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.site-gallery-tile { position: relative; overflow: hidden; border-radius: 20px; background: #032f24; min-height: 290px; }
.site-gallery-tile:first-child { grid-column: span 2; grid-row: span 2; }
.site-gallery-tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; transition: transform .5s; }
.site-gallery-tile:hover img { transform: scale(1.025); }
.site-gallery-tile figcaption { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; padding: 100px 24px 24px; background: linear-gradient(transparent,rgba(0,0,0,.85)); color: white; }
.site-gallery-tile figcaption > p { font-size: 13px; margin-top: 6px; }
.site-gallery-tile .site-gallery-category { color: #bae6fd; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.site-gallery-single { grid-template-columns: 1fr; }
.site-gallery-single .site-gallery-tile { grid-column: auto; grid-row: auto; min-height: 520px; }
.site-gallery-pair { grid-template-columns: repeat(2,minmax(0,1fr)); }
.site-gallery-pair .site-gallery-tile { grid-column: auto; grid-row: auto; min-height: 440px; }
.site-contact-layout { display: grid; background: #f3f8f5; }
.site-contact-with-map { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); }
.site-contact-layout iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }
.site-form { margin-top: 32px; max-width: 820px; }
.site-reading { max-width: 880px; padding-inline: 32px; margin-inline: auto; }
.site-article-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 22px; margin-bottom: 32px; }
.site-reading .public-prose { margin-top: 24px; font-size: 18px; line-height: 1.85; }
.site-reading .public-prose img { max-width: 100%; height: auto; }
.site-back-link { display: flex; margin-top: 32px; border-top: 1px solid #e2e8f0; padding-top: 20px; }
.site-page-cta { background: var(--school-primary); color: white; padding-block: 56px; }
.site-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.site-page-cta .site-eyebrow { margin-top: 0; }
.site-page-cta h2 { margin-top: 16px; max-width: 780px; }
.site-page-cta p:not(.site-eyebrow) { margin-top: 16px; color: #e2e8f0; }
.site-cta-inner > .site-button { flex-shrink: 0; }
@media (max-width: 1023px) {
    .site-container { padding-inline: 28px; }
    .site-page-hero-with-help { grid-template-columns: 1fr; gap: 32px; }
    .site-help-card { max-width: 640px; }
    .site-feature-strip { width: calc(100% - 56px); grid-auto-flow: row; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .site-feature-item + .site-feature-item { border: 0; }
    .site-feature-item { border-bottom: 1px solid #e2e8f0 !important; }
    .site-feature-item:nth-child(odd):last-child { grid-column: 1 / -1; }
    .site-two-column { gap: 28px; }
    .site-event-body { padding: 24px; gap: 20px; }
    .site-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .site-gallery-tile:first-child { grid-row: auto; }
    .site-gallery-single { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .site-container, .site-reading { padding-inline: 20px; }
    .site-section { padding-block: 48px; }
    .site-page-hero-inner { min-height: 420px; padding-block: 40px 56px; }
    .site-page-hero-floating .site-page-hero-inner { padding-bottom: 120px; }
    .site-page-hero h1 { font-size: 40px; }
    .site-page-description { font-size: 16px; }
    .site-feature-strip { width: calc(100% - 40px); margin-top: -72px; }
    .site-feature-item { padding: 20px 16px; }
    .site-feature-item h2 { font-size: 17px; }
    .site-feature-item p { font-size: 13px; }
    .site-story, .site-card-body, .site-contact-card { padding: 24px; }
    .site-story-with-image, .site-two-column, .site-news-grid, .site-contact-with-map { grid-template-columns: 1fr; }
    .site-news-single > :first-child, .site-news-featured > :first-child { display: block; }
    .site-news-single > :first-child img, .site-news-featured > :first-child img { min-height: 0; }
    .site-event-card { display: block; }
    .site-event-image { display: block; width: 100%; }
    .site-event-image img { aspect-ratio: 16/9; min-height: 0; }
    .site-event-body { flex-direction: column; }
    .site-event-body h2 { font-size: 26px; }
    .site-gallery, .site-gallery-pair { grid-template-columns: 1fr; }
    .site-gallery-tile:first-child { grid-column: auto; }
    .site-gallery-tile, .site-gallery-pair .site-gallery-tile, .site-gallery-single .site-gallery-tile { min-height: 360px; }
    .site-contact-layout iframe { min-height: 340px; }
    .site-cta-inner { flex-direction: column; align-items: stretch; gap: 24px; }
    .site-empty { padding: 28px; }
    .site-reading .public-prose { font-size: 17px; }
}
